2022-09-27T15:24:18.5308216Z Requested labels: linux.2xlarge 2022-09-27T15:24:18.5308327Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/85462/merge 2022-09-27T15:24:18.5308356Z Waiting for a runner to pick up this job... 2022-09-27T15:24:22.5113929Z Job is about to start running on the runner: i-06e86b97321d56840 (organization) 2022-09-27T15:24:26.3033079Z Current runner version: '2.296.2' 2022-09-27T15:24:26.3038503Z Runner name: 'i-06e86b97321d56840' 2022-09-27T15:24:26.3039019Z Runner group name: 'Default' 2022-09-27T15:24:26.3039667Z Machine name: 'ip-10-0-7-91' 2022-09-27T15:24:26.3041576Z ##[group]GITHUB_TOKEN Permissions 2022-09-27T15:24:26.3042263Z Actions: read 2022-09-27T15:24:26.3042646Z Checks: read 2022-09-27T15:24:26.3042968Z Contents: read 2022-09-27T15:24:26.3043249Z Deployments: read 2022-09-27T15:24:26.3043574Z Discussions: read 2022-09-27T15:24:26.3043910Z Issues: read 2022-09-27T15:24:26.3044183Z Metadata: read 2022-09-27T15:24:26.3044494Z Packages: read 2022-09-27T15:24:26.3044801Z Pages: read 2022-09-27T15:24:26.3045119Z PullRequests: read 2022-09-27T15:24:26.3045509Z RepositoryProjects: read 2022-09-27T15:24:26.3045859Z SecurityEvents: read 2022-09-27T15:24:26.3046144Z Statuses: read 2022-09-27T15:24:26.3046449Z ##[endgroup] 2022-09-27T15:24:26.3049478Z Secret source: None 2022-09-27T15:24:26.3050127Z Prepare workflow directory 2022-09-27T15:24:26.5507406Z Prepare all required actions 2022-09-27T15:24:26.5670501Z Getting action download info 2022-09-27T15:24:26.7803405Z Download action repository 'pytorch/pytorch@master' (SHA:01dbbeeeb5ab7ede28e333982e98713282a0e4b8) 2022-09-27T15:24:29.2758275Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-09-27T15:24:29.4990500Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:3c1d75049465d7dfa70acca6d80b9c5c06ff4886) 2022-09-27T15:24:29.7972378Z Getting action download info 2022-09-27T15:24:29.9654116Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-09-27T15:24:30.1535708Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-09-27T15:24:30.1537565Z ##[group] Inputs 2022-09-27T15:24:30.1537853Z build-environment: linux-focal-py3.7-gcc7 2022-09-27T15:24:30.1538657Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "default", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "distributed", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "distributed", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "docs_test", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "jit_legacy", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "backwards_compat", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2022-09-27T15:24:30.1539510Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:24:30.1539849Z sync-tag: 2022-09-27T15:24:30.1540030Z ##[endgroup] 2022-09-27T15:24:30.1540502Z Complete job name: linux-focal-py3.7-gcc7 / test (default, 1, 2, linux.2xlarge) 2022-09-27T15:24:30.2241922Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-09-27T15:24:30.2242264Z with: 2022-09-27T15:24:30.2242451Z submodules: recursive 2022-09-27T15:24:30.2242657Z fetch-depth: 0 2022-09-27T15:24:30.2242827Z env: 2022-09-27T15:24:30.2243003Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:30.2243182Z ##[endgroup] 2022-09-27T15:24:30.2469367Z ##[group]Run retry () { 2022-09-27T15:24:30.2469667Z retry () { 2022-09-27T15:24:30.2469897Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-09-27T15:24:30.2470112Z } 2022-09-27T15:24:30.2470288Z echo "${GITHUB_WORKSPACE}" 2022-09-27T15:24:30.2470509Z if [ -z "${NO_SUDO}" ]; then 2022-09-27T15:24:30.2470738Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:24:30.2470941Z else 2022-09-27T15:24:30.2471128Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:24:30.2471324Z fi 2022-09-27T15:24:30.2471561Z mkdir "${GITHUB_WORKSPACE}" 2022-09-27T15:24:30.2487381Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:24:30.2487628Z env: 2022-09-27T15:24:30.2487815Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:30.2487988Z NO_SUDO: 2022-09-27T15:24:30.2488161Z ##[endgroup] 2022-09-27T15:24:30.2655149Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:31.9733675Z ##[group]Run malfet/checkout@silent-checkout 2022-09-27T15:24:31.9733911Z with: 2022-09-27T15:24:31.9734112Z ref: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:24:31.9734407Z fetch-depth: 0 2022-09-27T15:24:31.9734584Z submodules: recursive 2022-09-27T15:24:31.9734882Z quiet-checkout: true 2022-09-27T15:24:31.9735179Z repository: pytorch/pytorch 2022-09-27T15:24:31.9735672Z token: *** 2022-09-27T15:24:31.9735910Z ssh-strict: true 2022-09-27T15:24:31.9736196Z persist-credentials: true 2022-09-27T15:24:31.9736440Z clean: true 2022-09-27T15:24:31.9736599Z lfs: false 2022-09-27T15:24:31.9736779Z set-safe-directory: true 2022-09-27T15:24:31.9736962Z env: 2022-09-27T15:24:31.9737122Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:31.9737307Z ##[endgroup] 2022-09-27T15:24:32.0847844Z Syncing repository: pytorch/pytorch 2022-09-27T15:24:32.0849214Z ##[group]Getting Git version info 2022-09-27T15:24:32.0849648Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:24:32.0850086Z [command]/usr/bin/git version 2022-09-27T15:24:32.0850278Z git version 2.37.1 2022-09-27T15:24:32.0850819Z ##[endgroup] 2022-09-27T15:24:32.0862046Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/e97beda6-821f-4883-94a8-fa1b53fb14c0' before making global git config changes 2022-09-27T15:24:32.0862459Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T15:24:32.0867629Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:32.0905304Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:24:32.0908645Z ##[group]Initializing the repository 2022-09-27T15:24:32.0912965Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:32.0942684Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-09-27T15:24:32.0943044Z hint: is subject to change. To configure the initial branch name to use in all 2022-09-27T15:24:32.0943492Z hint: of your new repositories, which will suppress this warning, call: 2022-09-27T15:24:32.0943911Z hint: 2022-09-27T15:24:32.0944323Z hint: git config --global init.defaultBranch 2022-09-27T15:24:32.0944670Z hint: 2022-09-27T15:24:32.0944995Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-09-27T15:24:32.0945579Z hint: 'development'. The just-created branch can be renamed via this command: 2022-09-27T15:24:32.0945936Z hint: 2022-09-27T15:24:32.0946448Z hint: git branch -m 2022-09-27T15:24:32.0946972Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-09-27T15:24:32.0953808Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-09-27T15:24:32.0983026Z ##[endgroup] 2022-09-27T15:24:32.0983588Z ##[group]Disabling automatic garbage collection 2022-09-27T15:24:32.0987499Z [command]/usr/bin/git config --local gc.auto 0 2022-09-27T15:24:32.1013814Z ##[endgroup] 2022-09-27T15:24:32.1014433Z ##[group]Setting up auth 2022-09-27T15:24:32.1020982Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T15:24:32.1050785Z [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:32.1286036Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T15:24:32.1314312Z [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:32.1550578Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:24:32.1597103Z ##[endgroup] 2022-09-27T15:24:32.1597580Z ##[group]Fetching the repository 2022-09-27T15:24:32.1603225Z [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:16.6076353Z [command]/usr/bin/git rev-parse --verify --quiet 52424e2bf38e454d535881fed9628d3e20f4f944^{object} 2022-09-27T15:25:16.6111097Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:25:17.7240265Z ##[endgroup] 2022-09-27T15:25:17.7240743Z ##[group]Determining the checkout info 2022-09-27T15:25:17.7241793Z ##[endgroup] 2022-09-27T15:25:17.7242389Z ##[group]Checking out the ref 2022-09-27T15:25:17.7249087Z [command]/usr/bin/git checkout --quiet --force 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:25:18.9412224Z ##[endgroup] 2022-09-27T15:25:18.9412748Z ##[group]Setting up auth for fetching submodules 2022-09-27T15:25:18.9418325Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:25:18.9463004Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-09-27T15:25:18.9492913Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-09-27T15:25:18.9521711Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-09-27T15:25:18.9546616Z ##[endgroup] 2022-09-27T15:25:18.9547233Z ##[group]Fetching submodules 2022-09-27T15:25:18.9550439Z [command]/usr/bin/git submodule sync --recursive 2022-09-27T15:25:18.9808936Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-09-27T15:25:19.0052430Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-09-27T15:25:19.0053908Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-09-27T15:25:19.0056803Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-09-27T15:25:19.0059574Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-09-27T15:25:19.0062610Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-09-27T15:25:19.0066096Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-09-27T15:25:19.0069213Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-09-27T15:25:19.0072773Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-09-27T15:25:19.0076091Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-09-27T15:25:19.0079729Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-09-27T15:25:19.0144142Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-09-27T15:25:19.0144717Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-09-27T15:25:19.0145213Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-09-27T15:25:19.0145699Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-09-27T15:25:19.0149633Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-09-27T15:25:19.0150548Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-09-27T15:25:19.0151078Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-09-27T15:25:19.0151602Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:25:19.0152103Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-09-27T15:25:19.0152628Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-09-27T15:25:19.0153117Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-09-27T15:25:19.0153628Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-09-27T15:25:19.0154108Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-09-27T15:25:19.0154589Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-09-27T15:25:19.0155785Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-09-27T15:25:19.0160136Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-09-27T15:25:19.0164595Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-09-27T15:25:19.0169043Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-09-27T15:25:19.0173700Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-09-27T15:25:19.0178770Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-09-27T15:25:19.0183526Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-09-27T15:25:19.0188395Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-09-27T15:25:19.0193427Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-09-27T15:25:19.0198617Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-09-27T15:25:19.0203725Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-09-27T15:25:19.0209113Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-09-27T15:25:19.0214658Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-09-27T15:25:19.0221929Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-09-27T15:25:19.0227563Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-09-27T15:25:19.0233427Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-09-27T15:25:19.0239197Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-09-27T15:25:19.0263691Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-09-27T15:25:19.3346442Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-09-27T15:25:19.5711668Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-09-27T15:25:19.8114490Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-09-27T15:25:20.1201925Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-09-27T15:25:20.4053970Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-09-27T15:25:22.6623407Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-09-27T15:25:28.1685523Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-09-27T15:25:28.5723466Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-09-27T15:25:29.0784232Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-09-27T15:25:30.4924178Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-09-27T15:25:31.5702902Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-09-27T15:25:32.7889281Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-09-27T15:25:39.2894222Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-09-27T15:25:39.9477469Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-09-27T15:25:41.1375367Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-09-27T15:25:42.3256570Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-09-27T15:25:42.5284232Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-09-27T15:25:42.9939103Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-09-27T15:25:43.3124052Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-09-27T15:25:44.4248847Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-09-27T15:25:44.8784875Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-09-27T15:25:45.0899229Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-09-27T15:25:46.3441358Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-09-27T15:25:47.6380713Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-09-27T15:25:48.2397648Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-09-27T15:25:48.7224056Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-09-27T15:25:54.5581861Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-09-27T15:25:56.0446823Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-09-27T15:25:56.4563171Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-09-27T15:25:56.6881700Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-09-27T15:26:01.8748031Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-09-27T15:26:02.1093196Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-09-27T15:26:02.3706031Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-09-27T15:26:03.1687281Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-09-27T15:26:03.4038414Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-09-27T15:26:03.7468471Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-09-27T15:26:04.0439131Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-09-27T15:26:04.5717724Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-09-27T15:26:06.5482632Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-09-27T15:26:07.0648532Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-09-27T15:26:09.2764131Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-09-27T15:26:09.2858388Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-09-27T15:26:09.2929716Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-09-27T15:26:09.3128601Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-09-27T15:26:09.3324490Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-09-27T15:26:09.3673966Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-09-27T15:26:09.9123684Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-09-27T15:26:09.9311660Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:26:10.0213311Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-09-27T15:26:10.0521022Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-09-27T15:26:10.3120542Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-09-27T15:26:10.6828598Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-09-27T15:26:10.9065626Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-09-27T15:26:10.9490786Z Submodule path 'third_party/fbgemm': checked out '499cd22f5c2e26041e4f190f628b48478a89a030' 2022-09-27T15:26:10.9503130Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:10.9504896Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:10.9506931Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:10.9509271Z 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:10.9530963Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-09-27T15:26:11.8098068Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-09-27T15:26:12.3123654Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-09-27T15:26:13.3242946Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-09-27T15:26:13.6259700Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-09-27T15:26:13.7180191Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-09-27T15:26:13.7709584Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-09-27T15:26:13.7798948Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-09-27T15:26:13.8563985Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-09-27T15:26:13.8865879Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-09-27T15:26:13.8945219Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-09-27T15:26:13.9305361Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-09-27T15:26:13.9516919Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-09-27T15:26:13.9937310Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-09-27T15:26:14.0036921Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-09-27T15:26:14.0049325Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:14.0070204Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-09-27T15:26:20.6035105Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-09-27T15:26:20.6050578Z 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:20.6073525Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-09-27T15:26:28.6249928Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-09-27T15:26:28.6343870Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-09-27T15:26:28.6470713Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-09-27T15:26:28.7316471Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-09-27T15:26:28.7329752Z 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:28.7331801Z 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:28.7354374Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-09-27T15:26:29.8680588Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-09-27T15:26:30.8784959Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-09-27T15:26:30.9266684Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-09-27T15:26:30.9441422Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-09-27T15:26:30.9564094Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-09-27T15:26:31.0525542Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-09-27T15:26:31.2706706Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-09-27T15:26:31.2731271Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:31.2733259Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:31.2756746Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-09-27T15:26:31.6355284Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-09-27T15:26:32.4228458Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:26:32.4505622Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-09-27T15:26:32.4638902Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-09-27T15:26:32.4651275Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:32.4671821Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-09-27T15:26:34.1659295Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-09-27T15:26:34.1676986Z 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:34.1679277Z 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:34.1702275Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-09-27T15:26:34.5795742Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-09-27T15:26:35.3553079Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-09-27T15:26:35.4133563Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-09-27T15:26:35.4146331Z 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:35.4167704Z 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:35.6416126Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:26:35.6496527Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-09-27T15:26:35.8799486Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-09-27T15:26:35.8818192Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:35.8819482Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:35.8841622Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-09-27T15:26:36.3503688Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-09-27T15:26:37.3640118Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-09-27T15:26:37.4250844Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-09-27T15:26:37.4325681Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-09-27T15:26:37.4422728Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-09-27T15:26:37.4721585Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-09-27T15:26:37.4797397Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-09-27T15:26:37.5049916Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-09-27T15:26:37.5133336Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-09-27T15:26:37.5523588Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-09-27T15:26:37.6486086Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-09-27T15:26:37.6714224Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-09-27T15:26:37.6727006Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:37.6728858Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:37.6730944Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:37.6733068Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:37.6754741Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-09-27T15:26:38.6501089Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-09-27T15:26:38.9406680Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-09-27T15:26:40.1401410Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-09-27T15:26:40.9240321Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-09-27T15:26:40.9371247Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-09-27T15:26:40.9960796Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-09-27T15:26:41.0208366Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-09-27T15:26:41.0221966Z 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:41.0244252Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-09-27T15:26:41.2306465Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:26:41.3539765Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-09-27T15:26:41.3566843Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-09-27T15:26:41.3821648Z Entering 'android/libs/fbjni' 2022-09-27T15:26:41.3855588Z Entering 'third_party/FP16' 2022-09-27T15:26:41.3888665Z Entering 'third_party/FXdiv' 2022-09-27T15:26:41.3923308Z Entering 'third_party/NNPACK' 2022-09-27T15:26:41.3957785Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:41.3992729Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:41.4026629Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:41.4070676Z Entering 'third_party/benchmark' 2022-09-27T15:26:41.4105162Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:41.4139107Z Entering 'third_party/cub' 2022-09-27T15:26:41.4172793Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:41.4212551Z Entering 'third_party/cutlass' 2022-09-27T15:26:41.4253526Z Entering 'third_party/eigen' 2022-09-27T15:26:41.4289056Z Entering 'third_party/fbgemm' 2022-09-27T15:26:41.4323787Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:41.4358489Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:41.4391809Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:41.4426389Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:41.4460533Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:41.4495659Z Entering 'third_party/fmt' 2022-09-27T15:26:41.4528497Z Entering 'third_party/foxi' 2022-09-27T15:26:41.4562629Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:41.4596662Z Entering 'third_party/gloo' 2022-09-27T15:26:41.4629988Z Entering 'third_party/googletest' 2022-09-27T15:26:41.4664687Z Entering 'third_party/ideep' 2022-09-27T15:26:41.4697291Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:41.4731404Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:41.4771221Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:41.4805540Z Entering 'third_party/ittapi' 2022-09-27T15:26:41.4839932Z Entering 'third_party/kineto' 2022-09-27T15:26:41.4873692Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:41.4907006Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:41.4942513Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:41.4976852Z Entering 'third_party/neon2sse' 2022-09-27T15:26:41.5009528Z Entering 'third_party/nlohmann' 2022-09-27T15:26:41.5044861Z Entering 'third_party/onnx' 2022-09-27T15:26:41.5090266Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:41.5123578Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:41.5161196Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:41.5194113Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:41.5232007Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:41.5266389Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:41.5299884Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:41.5338812Z Entering 'third_party/pocketfft' 2022-09-27T15:26:41.5372366Z Entering 'third_party/protobuf' 2022-09-27T15:26:41.5409329Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:41.5443145Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:41.5479273Z Entering 'third_party/psimd' 2022-09-27T15:26:41.5513468Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:41.5547645Z Entering 'third_party/pybind11' 2022-09-27T15:26:41.5582034Z Entering 'third_party/python-enum' 2022-09-27T15:26:41.5615682Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:41.5648186Z Entering 'third_party/python-six' 2022-09-27T15:26:41.5682016Z Entering 'third_party/sleef' 2022-09-27T15:26:41.5716826Z Entering 'third_party/tbb' 2022-09-27T15:26:41.5751268Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:41.5784452Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:41.5819132Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:41.5851040Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:41.5884348Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:41.5916696Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:41.5953151Z Entering 'third_party/zstd' 2022-09-27T15:26:41.5994120Z ##[endgroup] 2022-09-27T15:26:41.5994812Z ##[group]Persisting credentials for submodules 2022-09-27T15:26:41.6001224Z [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:41.6254495Z Entering 'android/libs/fbjni' 2022-09-27T15:26:41.6287852Z Entering 'third_party/FP16' 2022-09-27T15:26:41.6321481Z Entering 'third_party/FXdiv' 2022-09-27T15:26:41.6355108Z Entering 'third_party/NNPACK' 2022-09-27T15:26:41.6388803Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:41.6422660Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:41.6455669Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:41.6498890Z Entering 'third_party/benchmark' 2022-09-27T15:26:41.6532499Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:41.6565885Z Entering 'third_party/cub' 2022-09-27T15:26:41.6599113Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:41.6637220Z Entering 'third_party/cutlass' 2022-09-27T15:26:41.6677401Z Entering 'third_party/eigen' 2022-09-27T15:26:41.6712591Z Entering 'third_party/fbgemm' 2022-09-27T15:26:41.6748481Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:41.6780568Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:41.6812580Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:41.6845000Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:41.6878325Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:41.6912539Z Entering 'third_party/fmt' 2022-09-27T15:26:41.6945655Z Entering 'third_party/foxi' 2022-09-27T15:26:41.6979332Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:41.7011373Z Entering 'third_party/gloo' 2022-09-27T15:26:41.7045325Z Entering 'third_party/googletest' 2022-09-27T15:26:41.7077950Z Entering 'third_party/ideep' 2022-09-27T15:26:41.7111231Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:41.7144084Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:41.7182338Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:41.7215328Z Entering 'third_party/ittapi' 2022-09-27T15:26:41.7248736Z Entering 'third_party/kineto' 2022-09-27T15:26:41.7281385Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:41.7313966Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:41.7347953Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:41.7380756Z Entering 'third_party/neon2sse' 2022-09-27T15:26:41.7413187Z Entering 'third_party/nlohmann' 2022-09-27T15:26:41.7447470Z Entering 'third_party/onnx' 2022-09-27T15:26:41.7491177Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:41.7524415Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:41.7559584Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:41.7592752Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:41.7631402Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:41.7664316Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:41.7696724Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:41.7733052Z Entering 'third_party/pocketfft' 2022-09-27T15:26:41.7765957Z Entering 'third_party/protobuf' 2022-09-27T15:26:41.7803233Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:41.7835396Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:41.7869808Z Entering 'third_party/psimd' 2022-09-27T15:26:41.7903265Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:41.7935755Z Entering 'third_party/pybind11' 2022-09-27T15:26:41.7968353Z Entering 'third_party/python-enum' 2022-09-27T15:26:41.8000435Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:41.8033048Z Entering 'third_party/python-six' 2022-09-27T15:26:41.8065454Z Entering 'third_party/sleef' 2022-09-27T15:26:41.8097703Z Entering 'third_party/tbb' 2022-09-27T15:26:41.8131469Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:41.8164329Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:41.8196764Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:41.8229208Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:41.8262070Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:41.8293770Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:41.8328571Z Entering 'third_party/zstd' 2022-09-27T15:26:41.8373598Z [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:41.8623912Z Entering 'android/libs/fbjni' 2022-09-27T15:26:41.8654270Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-09-27T15:26:41.8669559Z Entering 'third_party/FP16' 2022-09-27T15:26:41.8699920Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-09-27T15:26:41.8714251Z Entering 'third_party/FXdiv' 2022-09-27T15:26:41.8745243Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-09-27T15:26:41.8759200Z Entering 'third_party/NNPACK' 2022-09-27T15:26:41.8792318Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-09-27T15:26:41.8805977Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:41.8837353Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-09-27T15:26:41.8851881Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:41.8883061Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-09-27T15:26:41.8897062Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:41.8928443Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-09-27T15:26:41.8952548Z Entering 'third_party/benchmark' 2022-09-27T15:26:41.8982932Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:26:41.8997082Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:41.9027827Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:26:41.9042201Z Entering 'third_party/cub' 2022-09-27T15:26:41.9074452Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-09-27T15:26:41.9088094Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:41.9119377Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-09-27T15:26:41.9138225Z Entering 'third_party/cutlass' 2022-09-27T15:26:41.9168860Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-09-27T15:26:41.9187926Z Entering 'third_party/eigen' 2022-09-27T15:26:41.9219205Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-09-27T15:26:41.9234522Z Entering 'third_party/fbgemm' 2022-09-27T15:26:41.9265475Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-09-27T15:26:41.9278811Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:41.9310917Z 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:41.9324083Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:41.9354856Z 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:41.9368348Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:41.9399160Z 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:41.9412866Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:41.9443789Z 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:41.9458401Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:41.9489270Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-09-27T15:26:41.9504561Z Entering 'third_party/fmt' 2022-09-27T15:26:41.9535403Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-09-27T15:26:41.9550064Z Entering 'third_party/foxi' 2022-09-27T15:26:41.9582754Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-09-27T15:26:41.9596063Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:41.9628650Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-09-27T15:26:41.9641653Z Entering 'third_party/gloo' 2022-09-27T15:26:41.9672432Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-09-27T15:26:41.9686266Z Entering 'third_party/googletest' 2022-09-27T15:26:41.9717705Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:26:41.9732505Z Entering 'third_party/ideep' 2022-09-27T15:26:41.9763565Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-09-27T15:26:41.9777457Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:41.9808390Z 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:41.9823606Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:41.9854412Z 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:41.9874235Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:41.9905210Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-09-27T15:26:41.9919430Z Entering 'third_party/ittapi' 2022-09-27T15:26:41.9949858Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-09-27T15:26:41.9963570Z Entering 'third_party/kineto' 2022-09-27T15:26:41.9994490Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-09-27T15:26:42.0008543Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:42.0039812Z 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:42.0053915Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:42.0085073Z 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:42.0101681Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:42.0132294Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-09-27T15:26:42.0146193Z Entering 'third_party/neon2sse' 2022-09-27T15:26:42.0176816Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-09-27T15:26:42.0190207Z Entering 'third_party/nlohmann' 2022-09-27T15:26:42.0220685Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-09-27T15:26:42.0235466Z Entering 'third_party/onnx' 2022-09-27T15:26:42.0266409Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:26:42.0290582Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:42.0322211Z 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:42.0336712Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:42.0367841Z 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:42.0383502Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:42.0415258Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-09-27T15:26:42.0428798Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:42.0460769Z 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:42.0478959Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:42.0510211Z 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:42.0524217Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:42.0555445Z 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:42.0569266Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:42.0600954Z 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:42.0618996Z Entering 'third_party/pocketfft' 2022-09-27T15:26:42.0649580Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-09-27T15:26:42.0662958Z Entering 'third_party/protobuf' 2022-09-27T15:26:42.0693913Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-09-27T15:26:42.0710373Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:42.0741840Z 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:42.0755613Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:42.0785573Z 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:42.0801021Z Entering 'third_party/psimd' 2022-09-27T15:26:42.0833069Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-09-27T15:26:42.0846126Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:42.0877274Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-09-27T15:26:42.0890852Z Entering 'third_party/pybind11' 2022-09-27T15:26:42.0922002Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:26:42.0935998Z Entering 'third_party/python-enum' 2022-09-27T15:26:42.0966787Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-09-27T15:26:42.0980302Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:42.1011170Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-09-27T15:26:42.1024591Z Entering 'third_party/python-six' 2022-09-27T15:26:42.1055709Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-09-27T15:26:42.1069456Z Entering 'third_party/sleef' 2022-09-27T15:26:42.1100103Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-09-27T15:26:42.1114043Z Entering 'third_party/tbb' 2022-09-27T15:26:42.1145050Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-09-27T15:26:42.1160626Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:42.1191820Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-09-27T15:26:42.1205973Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:42.1236062Z 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:42.1249722Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:42.1279631Z 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:42.1293249Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:42.1323218Z 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:42.1337656Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:42.1367485Z 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:42.1381188Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:42.1412376Z 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:42.1428538Z Entering 'third_party/zstd' 2022-09-27T15:26:42.1459819Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-09-27T15:26:42.2079496Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-09-27T15:26:42.2332192Z Entering 'android/libs/fbjni' 2022-09-27T15:26:42.2365885Z Entering 'third_party/FP16' 2022-09-27T15:26:42.2400376Z Entering 'third_party/FXdiv' 2022-09-27T15:26:42.2435062Z Entering 'third_party/NNPACK' 2022-09-27T15:26:42.2469620Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:42.2504419Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:42.2538335Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:42.2582532Z Entering 'third_party/benchmark' 2022-09-27T15:26:42.2617014Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:42.2651188Z Entering 'third_party/cub' 2022-09-27T15:26:42.2685342Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:42.2724364Z Entering 'third_party/cutlass' 2022-09-27T15:26:42.2763988Z Entering 'third_party/eigen' 2022-09-27T15:26:42.2799795Z Entering 'third_party/fbgemm' 2022-09-27T15:26:42.2833912Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:42.2867515Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:42.2902747Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:42.2937298Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:42.2971748Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:42.3007454Z Entering 'third_party/fmt' 2022-09-27T15:26:42.3041195Z Entering 'third_party/foxi' 2022-09-27T15:26:42.3075815Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:42.3109718Z Entering 'third_party/gloo' 2022-09-27T15:26:42.3145876Z Entering 'third_party/googletest' 2022-09-27T15:26:42.3179838Z Entering 'third_party/ideep' 2022-09-27T15:26:42.3212581Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:42.3247879Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:42.3287099Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:42.3320967Z Entering 'third_party/ittapi' 2022-09-27T15:26:42.3355291Z Entering 'third_party/kineto' 2022-09-27T15:26:42.3388324Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:42.3421806Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:42.3457284Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:42.3491093Z Entering 'third_party/neon2sse' 2022-09-27T15:26:42.3524832Z Entering 'third_party/nlohmann' 2022-09-27T15:26:42.3559310Z Entering 'third_party/onnx' 2022-09-27T15:26:42.3604600Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:42.3637488Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:42.3672775Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:42.3706627Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:42.3744181Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:42.3778649Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:42.3813442Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:42.3852494Z Entering 'third_party/pocketfft' 2022-09-27T15:26:42.3886440Z Entering 'third_party/protobuf' 2022-09-27T15:26:42.3924598Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:42.3959015Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:42.3995188Z Entering 'third_party/psimd' 2022-09-27T15:26:42.4029817Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:42.4064376Z Entering 'third_party/pybind11' 2022-09-27T15:26:42.4099285Z Entering 'third_party/python-enum' 2022-09-27T15:26:42.4132421Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:42.4167882Z Entering 'third_party/python-six' 2022-09-27T15:26:42.4202267Z Entering 'third_party/sleef' 2022-09-27T15:26:42.4236960Z Entering 'third_party/tbb' 2022-09-27T15:26:42.4273136Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:42.4307436Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:42.4340901Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:42.4373640Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:42.4407437Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:42.4440507Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:42.4476719Z Entering 'third_party/zstd' 2022-09-27T15:26:42.4522066Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-09-27T15:26:42.4773973Z Entering 'android/libs/fbjni' 2022-09-27T15:26:42.4808041Z Entering 'third_party/FP16' 2022-09-27T15:26:42.4842117Z Entering 'third_party/FXdiv' 2022-09-27T15:26:42.4877826Z Entering 'third_party/NNPACK' 2022-09-27T15:26:42.4912237Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:42.4947042Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:42.4981888Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:42.5025786Z Entering 'third_party/benchmark' 2022-09-27T15:26:42.5061914Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:42.5096654Z Entering 'third_party/cub' 2022-09-27T15:26:42.5130938Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:42.5170424Z Entering 'third_party/cutlass' 2022-09-27T15:26:42.5210418Z Entering 'third_party/eigen' 2022-09-27T15:26:42.5246272Z Entering 'third_party/fbgemm' 2022-09-27T15:26:42.5280870Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:42.5314216Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:42.5347351Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:42.5380962Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:42.5415916Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:42.5451562Z Entering 'third_party/fmt' 2022-09-27T15:26:42.5487129Z Entering 'third_party/foxi' 2022-09-27T15:26:42.5520776Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:42.5555022Z Entering 'third_party/gloo' 2022-09-27T15:26:42.5590533Z Entering 'third_party/googletest' 2022-09-27T15:26:42.5624122Z Entering 'third_party/ideep' 2022-09-27T15:26:42.5657680Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:42.5692711Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:42.5732562Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:42.5768312Z Entering 'third_party/ittapi' 2022-09-27T15:26:42.5802212Z Entering 'third_party/kineto' 2022-09-27T15:26:42.5836215Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:42.5870580Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:42.5905541Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:42.5939648Z Entering 'third_party/neon2sse' 2022-09-27T15:26:42.5973334Z Entering 'third_party/nlohmann' 2022-09-27T15:26:42.6008247Z Entering 'third_party/onnx' 2022-09-27T15:26:42.6055221Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:42.6088464Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:42.6124290Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:42.6158628Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:42.6196234Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:42.6231791Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:42.6265213Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:42.6303379Z Entering 'third_party/pocketfft' 2022-09-27T15:26:42.6338377Z Entering 'third_party/protobuf' 2022-09-27T15:26:42.6374705Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:42.6408086Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:42.6443685Z Entering 'third_party/psimd' 2022-09-27T15:26:42.6477662Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:42.6511435Z Entering 'third_party/pybind11' 2022-09-27T15:26:42.6547283Z Entering 'third_party/python-enum' 2022-09-27T15:26:42.6580447Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:42.6614623Z Entering 'third_party/python-six' 2022-09-27T15:26:42.6648469Z Entering 'third_party/sleef' 2022-09-27T15:26:42.6681390Z Entering 'third_party/tbb' 2022-09-27T15:26:42.6716808Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:42.6750511Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:42.6783982Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:42.6817007Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:42.6850908Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:42.6883895Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:42.6919480Z Entering 'third_party/zstd' 2022-09-27T15:26:42.6960715Z ##[endgroup] 2022-09-27T15:26:42.7000115Z [command]/usr/bin/git log -1 --format='%H' 2022-09-27T15:26:42.7026942Z '52424e2bf38e454d535881fed9628d3e20f4f944' 2022-09-27T15:26:42.7147905Z Prepare all required actions 2022-09-27T15:26:42.7173262Z ##[group]Run ./.github/actions/setup-linux 2022-09-27T15:26:42.7173462Z env: 2022-09-27T15:26:42.7173625Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:42.7173907Z ##[endgroup] 2022-09-27T15:26:42.7188835Z ##[group]Run set -euo pipefail 2022-09-27T15:26:42.7189075Z set -euo pipefail 2022-09-27T15:26:42.7189274Z function get_ec2_metadata() { 2022-09-27T15:26:42.7189525Z  # Pulled from instance metadata endpoint for EC2 2022-09-27T15:26:42.7189890Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-09-27T15:26:42.7190195Z  category=$1 2022-09-27T15:26:42.7190427Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-09-27T15:26:42.7190651Z } 2022-09-27T15:26:42.7190854Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-09-27T15:26:42.7191132Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-09-27T15:26:42.7191499Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-09-27T15:26:42.7191750Z echo "system info $(uname -a)" 2022-09-27T15:26:42.7203046Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:42.7203262Z env: 2022-09-27T15:26:42.7203427Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:42.7203616Z ##[endgroup] 2022-09-27T15:26:42.7280308Z ami-id: ami-096198a0bccc6bad4 2022-09-27T15:26:42.7328616Z instance-id: i-06e86b97321d56840 2022-09-27T15:26:42.7378034Z instance-type: c5.2xlarge 2022-09-27T15:26:42.7384642Z system info Linux ip-10-0-7-91.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:42.7400393Z ##[group]Run if systemctl is-active --quiet docker; then 2022-09-27T15:26:42.7400672Z if systemctl is-active --quiet docker; then 2022-09-27T15:26:42.7400919Z  echo "Docker daemon is running..."; 2022-09-27T15:26:42.7401138Z else 2022-09-27T15:26:42.7401364Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-09-27T15:26:42.7401595Z fi 2022-09-27T15:26:42.7412589Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:42.7412798Z env: 2022-09-27T15:26:42.7413011Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:42.7413204Z ##[endgroup] 2022-09-27T15:26:42.7452518Z Docker daemon is running... 2022-09-27T15:26:42.7469013Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:26:42.7469370Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:26:42.7469654Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:26:42.7470055Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-09-27T15:26:42.7470401Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-09-27T15:26:42.7480950Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:42.7481168Z env: 2022-09-27T15:26:42.7481330Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:42.7481525Z AWS_RETRY_MODE: standard 2022-09-27T15:26:42.7481716Z AWS_MAX_ATTEMPTS: 5 2022-09-27T15:26:42.7481901Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T15:26:42.7482086Z ##[endgroup] 2022-09-27T15:26:43.4876525Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-09-27T15:26:43.4876944Z Configure a credential helper to remove this warning. See 2022-09-27T15:26:43.4877344Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-09-27T15:26:43.4877577Z 2022-09-27T15:26:43.4877675Z Login Succeeded 2022-09-27T15:26:43.4908552Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:26:43.4908868Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:26:43.4909211Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:26:43.4921087Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:43.4921309Z env: 2022-09-27T15:26:43.4921489Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:43.4921666Z ##[endgroup] 2022-09-27T15:26:43.4987277Z Prepare all required actions 2022-09-27T15:26:43.4987596Z Getting action download info 2022-09-27T15:26:43.6967037Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:105f7619adc4054f5f1be5f79ebd354d82384638) 2022-09-27T15:26:43.9510841Z ##[group]Run ./.github/actions/setup-ssh 2022-09-27T15:26:43.9511045Z with: 2022-09-27T15:26:43.9511363Z github-secret: *** 2022-09-27T15:26:43.9511523Z env: 2022-09-27T15:26:43.9511697Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:43.9511884Z ##[endgroup] 2022-09-27T15:26:43.9531783Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-09-27T15:26:43.9531999Z with: 2022-09-27T15:26:43.9532278Z GITHUB_TOKEN: *** 2022-09-27T15:26:43.9532461Z activate-with-label: false 2022-09-27T15:26:43.9532729Z label: with-ssh 2022-09-27T15:26:43.9532921Z remove-existing-keys: true 2022-09-27T15:26:43.9533092Z env: 2022-09-27T15:26:43.9533267Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:43.9533455Z ##[endgroup] 2022-09-27T15:26:44.4110114Z Grabbing public ssh keys from https://github.com/kongzii.keys 2022-09-27T15:26:44.4781712Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-09-27T15:26:44.4794425Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-09-27T15:26:44.4816148Z Login using: ssh ec2-user@ec2-3-218-150-212.compute-1.amazonaws.com 2022-09-27T15:26:44.4864397Z Prepare all required actions 2022-09-27T15:26:44.4908243Z ##[group]Run ./.github/actions/pull-docker-image 2022-09-27T15:26:44.4908455Z with: 2022-09-27T15:26:44.4908795Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:26:44.4909108Z env: 2022-09-27T15:26:44.4909289Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:44.4909478Z ##[endgroup] 2022-09-27T15:26:44.4980980Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:26:44.4981257Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:26:44.4981526Z # ignore output since only exit code is used for conditional 2022-09-27T15:26:44.4981796Z # only pull docker image if it's not available locally 2022-09-27T15:26:44.4982094Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-09-27T15:26:44.4982402Z  retry docker pull "${DOCKER_IMAGE}" 2022-09-27T15:26:44.4982585Z fi 2022-09-27T15:26:44.4993818Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:44.4994038Z env: 2022-09-27T15:26:44.4994201Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:44.4994563Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:26:44.4994902Z ##[endgroup] 2022-09-27T15:26:44.8453964Z e66cf5fa0a4d4ed512901b12ccdab95cca946a29: Pulling from pytorch/pytorch-linux-focal-py3.7-gcc7 2022-09-27T15:26:44.8457440Z 675920708c8b: Pulling fs layer 2022-09-27T15:26:44.8457818Z 7249ff1ca2cc: Pulling fs layer 2022-09-27T15:26:44.8458177Z a1a4ad211d43: Pulling fs layer 2022-09-27T15:26:44.8458491Z dac0b0909394: Pulling fs layer 2022-09-27T15:26:44.8458828Z 4e5e6fbf81d0: Pulling fs layer 2022-09-27T15:26:44.8459141Z 1fd57c418b4f: Pulling fs layer 2022-09-27T15:26:44.8459469Z c252dd0cf292: Pulling fs layer 2022-09-27T15:26:44.8459781Z 6d1cf6420de5: Pulling fs layer 2022-09-27T15:26:44.8460030Z dac0b0909394: Waiting 2022-09-27T15:26:44.8460272Z 22ff1eeb7cfc: Pulling fs layer 2022-09-27T15:26:44.8460466Z 4e5e6fbf81d0: Waiting 2022-09-27T15:26:44.8460732Z d8d2312a3e95: Pulling fs layer 2022-09-27T15:26:44.8461006Z 6b8fe070c229: Pulling fs layer 2022-09-27T15:26:44.8461293Z 1fd57c418b4f: Waiting 2022-09-27T15:26:44.8461566Z f860349178a3: Pulling fs layer 2022-09-27T15:26:44.8461843Z c252dd0cf292: Waiting 2022-09-27T15:26:44.8462153Z b9600c108e0a: Pulling fs layer 2022-09-27T15:26:44.8462438Z d7379e9f0242: Pulling fs layer 2022-09-27T15:26:44.8462756Z 111b3362d2ab: Pulling fs layer 2022-09-27T15:26:44.8463062Z 6d1cf6420de5: Waiting 2022-09-27T15:26:44.8463346Z 357e25b632e3: Pulling fs layer 2022-09-27T15:26:44.8463683Z 22ff1eeb7cfc: Waiting 2022-09-27T15:26:44.8463937Z 041ccbc6424a: Pulling fs layer 2022-09-27T15:26:44.8464230Z f83a7aa0ae33: Pulling fs layer 2022-09-27T15:26:44.8464450Z 7dd92e4c6366: Pulling fs layer 2022-09-27T15:26:44.8464702Z 4c3fc199e49b: Pulling fs layer 2022-09-27T15:26:44.8464957Z 1cf2d121678f: Pulling fs layer 2022-09-27T15:26:44.8465239Z 3d0511d3c79c: Pulling fs layer 2022-09-27T15:26:44.8465563Z 14b2bb0370e4: Pulling fs layer 2022-09-27T15:26:44.8465900Z 8da4048e870a: Pulling fs layer 2022-09-27T15:26:44.8466179Z d8d2312a3e95: Waiting 2022-09-27T15:26:44.8466487Z df7557c6da37: Pulling fs layer 2022-09-27T15:26:44.8466919Z 6b8fe070c229: Waiting 2022-09-27T15:26:44.8467097Z c47c4a7e8472: Pulling fs layer 2022-09-27T15:26:44.8467413Z d7379e9f0242: Waiting 2022-09-27T15:26:44.8467604Z fbbb9ed3e845: Pulling fs layer 2022-09-27T15:26:44.8467777Z f860349178a3: Waiting 2022-09-27T15:26:44.8467955Z 25c87328e320: Pulling fs layer 2022-09-27T15:26:44.8468193Z 111b3362d2ab: Waiting 2022-09-27T15:26:44.8468356Z b9600c108e0a: Waiting 2022-09-27T15:26:44.8468539Z 6ce6383c8b4c: Pulling fs layer 2022-09-27T15:26:44.8468733Z 805e81bf1b07: Pulling fs layer 2022-09-27T15:26:44.8468901Z 357e25b632e3: Waiting 2022-09-27T15:26:44.8469161Z 658a981e4c72: Pulling fs layer 2022-09-27T15:26:44.8469391Z f83a7aa0ae33: Waiting 2022-09-27T15:26:44.8469554Z 4c3fc199e49b: Waiting 2022-09-27T15:26:44.8469723Z 3d0511d3c79c: Waiting 2022-09-27T15:26:44.8469907Z 6e614c1c92e2: Pulling fs layer 2022-09-27T15:26:44.8470124Z 1cf2d121678f: Waiting 2022-09-27T15:26:44.8470404Z 8da4048e870a: Waiting 2022-09-27T15:26:44.8470736Z df7557c6da37: Waiting 2022-09-27T15:26:44.8471051Z ca8c741a00af: Pulling fs layer 2022-09-27T15:26:44.8471384Z ec20b9c0ab8c: Pulling fs layer 2022-09-27T15:26:44.8471692Z 6ce6383c8b4c: Waiting 2022-09-27T15:26:44.8471863Z c47c4a7e8472: Waiting 2022-09-27T15:26:44.8472021Z fbbb9ed3e845: Waiting 2022-09-27T15:26:44.8472205Z 4778e25ffa15: Pulling fs layer 2022-09-27T15:26:44.8472382Z 805e81bf1b07: Waiting 2022-09-27T15:26:44.8472535Z 658a981e4c72: Waiting 2022-09-27T15:26:44.8472702Z 6e614c1c92e2: Waiting 2022-09-27T15:26:44.8472869Z 25c87328e320: Waiting 2022-09-27T15:26:44.8473035Z 6178951b0ba1: Pulling fs layer 2022-09-27T15:26:44.8473223Z ca8c741a00af: Waiting 2022-09-27T15:26:44.8473429Z 5f80c355afff: Pulling fs layer 2022-09-27T15:26:44.8473671Z 4778e25ffa15: Waiting 2022-09-27T15:26:44.8473852Z 8fd17095407b: Pulling fs layer 2022-09-27T15:26:44.8474028Z 6178951b0ba1: Waiting 2022-09-27T15:26:44.8474197Z 7d3e30f68342: Pulling fs layer 2022-09-27T15:26:44.8474389Z df7d91b50502: Pulling fs layer 2022-09-27T15:26:44.8474589Z ddc86fc3214e: Pulling fs layer 2022-09-27T15:26:44.8474761Z 8fd17095407b: Waiting 2022-09-27T15:26:44.8474942Z 46ee14c7b526: Pulling fs layer 2022-09-27T15:26:44.8475123Z 7d3e30f68342: Waiting 2022-09-27T15:26:44.8475294Z 9ce9a24e805b: Pulling fs layer 2022-09-27T15:26:44.8475475Z df7d91b50502: Waiting 2022-09-27T15:26:44.8475688Z ddc86fc3214e: Waiting 2022-09-27T15:26:44.8475860Z 19cd914bfdcb: Pulling fs layer 2022-09-27T15:26:44.8476054Z a7f4338ecba2: Pulling fs layer 2022-09-27T15:26:44.8476249Z c75978fac091: Pulling fs layer 2022-09-27T15:26:44.8476429Z f89a91cff893: Pulling fs layer 2022-09-27T15:26:44.8476613Z 19cd914bfdcb: Waiting 2022-09-27T15:26:44.8476796Z f345365236d1: Pulling fs layer 2022-09-27T15:26:44.8476976Z 4a3f3d395eb7: Pulling fs layer 2022-09-27T15:26:44.8477215Z a7f4338ecba2: Waiting 2022-09-27T15:26:44.8477397Z e421c81bb4cf: Pulling fs layer 2022-09-27T15:26:44.8477588Z 775c0184544e: Pulling fs layer 2022-09-27T15:26:44.8477764Z 5a69da2170e4: Pulling fs layer 2022-09-27T15:26:44.8477947Z c75978fac091: Waiting 2022-09-27T15:26:44.8478133Z d3273d80d5f9: Pulling fs layer 2022-09-27T15:26:44.8478302Z 4a3f3d395eb7: Waiting 2022-09-27T15:26:44.8478474Z f89a91cff893: Waiting 2022-09-27T15:26:44.8478641Z f345365236d1: Waiting 2022-09-27T15:26:44.8478795Z e421c81bb4cf: Waiting 2022-09-27T15:26:44.8478965Z 775c0184544e: Waiting 2022-09-27T15:26:44.8479143Z f5905b45d58c: Pulling fs layer 2022-09-27T15:26:44.8479309Z 5a69da2170e4: Waiting 2022-09-27T15:26:44.8479483Z d3273d80d5f9: Waiting 2022-09-27T15:26:44.8479661Z 42b9d02069e0: Pulling fs layer 2022-09-27T15:26:44.8479842Z c00b10f24e83: Pulling fs layer 2022-09-27T15:26:44.8480019Z 42b9d02069e0: Waiting 2022-09-27T15:26:44.8480198Z 93c6c1ce6a86: Pulling fs layer 2022-09-27T15:26:44.8480377Z 239233a60227: Pulling fs layer 2022-09-27T15:26:44.9369568Z 7249ff1ca2cc: Download complete 2022-09-27T15:26:45.0142395Z dac0b0909394: Verifying Checksum 2022-09-27T15:26:45.0142659Z dac0b0909394: Download complete 2022-09-27T15:26:45.0901260Z 4e5e6fbf81d0: Verifying Checksum 2022-09-27T15:26:45.0901539Z 4e5e6fbf81d0: Download complete 2022-09-27T15:26:45.1710779Z 1fd57c418b4f: Verifying Checksum 2022-09-27T15:26:45.1711084Z 1fd57c418b4f: Download complete 2022-09-27T15:26:45.1961278Z 675920708c8b: Verifying Checksum 2022-09-27T15:26:45.1961635Z 675920708c8b: Download complete 2022-09-27T15:26:45.2711660Z 6d1cf6420de5: Verifying Checksum 2022-09-27T15:26:45.2712068Z 6d1cf6420de5: Download complete 2022-09-27T15:26:45.2868898Z c252dd0cf292: Verifying Checksum 2022-09-27T15:26:45.2869539Z c252dd0cf292: Download complete 2022-09-27T15:26:45.3446659Z 22ff1eeb7cfc: Verifying Checksum 2022-09-27T15:26:45.3446975Z 22ff1eeb7cfc: Download complete 2022-09-27T15:26:45.3628015Z d8d2312a3e95: Download complete 2022-09-27T15:26:45.4299507Z f860349178a3: Download complete 2022-09-27T15:26:45.5081206Z b9600c108e0a: Verifying Checksum 2022-09-27T15:26:45.5081590Z b9600c108e0a: Download complete 2022-09-27T15:26:45.9201450Z 675920708c8b: Pull complete 2022-09-27T15:26:46.0287323Z 7249ff1ca2cc: Pull complete 2022-09-27T15:26:46.2210841Z 6b8fe070c229: Verifying Checksum 2022-09-27T15:26:46.2211243Z 6b8fe070c229: Download complete 2022-09-27T15:26:46.3009341Z 111b3362d2ab: Download complete 2022-09-27T15:26:46.3796925Z 357e25b632e3: Download complete 2022-09-27T15:26:46.8772396Z 041ccbc6424a: Verifying Checksum 2022-09-27T15:26:46.8772786Z 041ccbc6424a: Download complete 2022-09-27T15:26:46.9496757Z f83a7aa0ae33: Verifying Checksum 2022-09-27T15:26:46.9497174Z f83a7aa0ae33: Download complete 2022-09-27T15:26:47.0466630Z 7dd92e4c6366: Verifying Checksum 2022-09-27T15:26:47.0467100Z 7dd92e4c6366: Download complete 2022-09-27T15:26:47.1519966Z 4c3fc199e49b: Download complete 2022-09-27T15:26:47.2184680Z 1cf2d121678f: Download complete 2022-09-27T15:26:47.2860405Z 3d0511d3c79c: Verifying Checksum 2022-09-27T15:26:47.2860834Z 3d0511d3c79c: Download complete 2022-09-27T15:26:47.3603902Z 14b2bb0370e4: Download complete 2022-09-27T15:26:47.4196094Z 8da4048e870a: Verifying Checksum 2022-09-27T15:26:47.4196531Z 8da4048e870a: Download complete 2022-09-27T15:26:47.9635279Z a1a4ad211d43: Verifying Checksum 2022-09-27T15:26:47.9635565Z a1a4ad211d43: Download complete 2022-09-27T15:26:48.0549844Z c47c4a7e8472: Verifying Checksum 2022-09-27T15:26:48.0550243Z c47c4a7e8472: Download complete 2022-09-27T15:26:48.1433329Z fbbb9ed3e845: Verifying Checksum 2022-09-27T15:26:48.1433705Z fbbb9ed3e845: Download complete 2022-09-27T15:26:48.2384589Z 25c87328e320: Verifying Checksum 2022-09-27T15:26:48.2385435Z 25c87328e320: Download complete 2022-09-27T15:26:48.3221360Z 6ce6383c8b4c: Verifying Checksum 2022-09-27T15:26:48.3224644Z 6ce6383c8b4c: Download complete 2022-09-27T15:26:48.3659174Z df7557c6da37: Verifying Checksum 2022-09-27T15:26:48.3660914Z df7557c6da37: Download complete 2022-09-27T15:26:48.4054652Z 805e81bf1b07: Download complete 2022-09-27T15:26:48.4906632Z 6e614c1c92e2: Download complete 2022-09-27T15:26:48.5718912Z ca8c741a00af: Verifying Checksum 2022-09-27T15:26:48.5719251Z ca8c741a00af: Download complete 2022-09-27T15:26:48.6368607Z ec20b9c0ab8c: Verifying Checksum 2022-09-27T15:26:48.6368987Z ec20b9c0ab8c: Download complete 2022-09-27T15:26:48.7185980Z 4778e25ffa15: Download complete 2022-09-27T15:26:48.7923354Z 6178951b0ba1: Verifying Checksum 2022-09-27T15:26:48.7923685Z 6178951b0ba1: Download complete 2022-09-27T15:26:48.8614567Z 5f80c355afff: Verifying Checksum 2022-09-27T15:26:48.8615461Z 5f80c355afff: Download complete 2022-09-27T15:26:48.9483131Z 8fd17095407b: Verifying Checksum 2022-09-27T15:26:48.9483778Z 8fd17095407b: Download complete 2022-09-27T15:26:49.0326800Z 7d3e30f68342: Download complete 2022-09-27T15:26:49.1088072Z df7d91b50502: Download complete 2022-09-27T15:26:49.2042511Z ddc86fc3214e: Verifying Checksum 2022-09-27T15:26:49.2042905Z ddc86fc3214e: Download complete 2022-09-27T15:26:49.2830497Z 46ee14c7b526: Verifying Checksum 2022-09-27T15:26:49.2830947Z 46ee14c7b526: Download complete 2022-09-27T15:26:49.3923267Z 9ce9a24e805b: Verifying Checksum 2022-09-27T15:26:49.3923842Z 9ce9a24e805b: Download complete 2022-09-27T15:26:49.8720868Z 19cd914bfdcb: Verifying Checksum 2022-09-27T15:26:49.8721328Z 19cd914bfdcb: Download complete 2022-09-27T15:26:49.9656566Z a7f4338ecba2: Verifying Checksum 2022-09-27T15:26:49.9657034Z a7f4338ecba2: Download complete 2022-09-27T15:26:50.0366339Z c75978fac091: Verifying Checksum 2022-09-27T15:26:50.0366796Z c75978fac091: Download complete 2022-09-27T15:26:50.1228426Z f89a91cff893: Verifying Checksum 2022-09-27T15:26:50.1228782Z f89a91cff893: Download complete 2022-09-27T15:26:50.1988291Z f345365236d1: Verifying Checksum 2022-09-27T15:26:50.1988995Z f345365236d1: Download complete 2022-09-27T15:26:50.5154513Z 4a3f3d395eb7: Verifying Checksum 2022-09-27T15:26:50.5154943Z 4a3f3d395eb7: Download complete 2022-09-27T15:26:50.6002081Z e421c81bb4cf: Verifying Checksum 2022-09-27T15:26:50.6002491Z e421c81bb4cf: Download complete 2022-09-27T15:26:50.6257992Z 658a981e4c72: Verifying Checksum 2022-09-27T15:26:50.6258254Z 658a981e4c72: Download complete 2022-09-27T15:26:50.6757049Z 775c0184544e: Verifying Checksum 2022-09-27T15:26:50.6757432Z 775c0184544e: Download complete 2022-09-27T15:26:50.7485102Z d3273d80d5f9: Verifying Checksum 2022-09-27T15:26:50.7485441Z d3273d80d5f9: Download complete 2022-09-27T15:26:50.8242804Z f5905b45d58c: Verifying Checksum 2022-09-27T15:26:50.8243273Z f5905b45d58c: Download complete 2022-09-27T15:26:50.8991657Z 42b9d02069e0: Download complete 2022-09-27T15:26:50.9898811Z c00b10f24e83: Download complete 2022-09-27T15:26:51.0706827Z 93c6c1ce6a86: Verifying Checksum 2022-09-27T15:26:51.0710920Z 93c6c1ce6a86: Download complete 2022-09-27T15:26:51.6701276Z 239233a60227: Verifying Checksum 2022-09-27T15:26:51.6701586Z 239233a60227: Download complete 2022-09-27T15:26:53.3862333Z 5a69da2170e4: Verifying Checksum 2022-09-27T15:26:53.3862644Z 5a69da2170e4: Download complete 2022-09-27T15:26:54.5418298Z a1a4ad211d43: Pull complete 2022-09-27T15:26:54.7206013Z dac0b0909394: Pull complete 2022-09-27T15:26:54.8763589Z 4e5e6fbf81d0: Pull complete 2022-09-27T15:26:55.0533121Z 1fd57c418b4f: Pull complete 2022-09-27T15:26:55.2776688Z c252dd0cf292: Pull complete 2022-09-27T15:26:55.5158725Z 6d1cf6420de5: Pull complete 2022-09-27T15:26:55.7455797Z 22ff1eeb7cfc: Pull complete 2022-09-27T15:26:55.9699122Z d8d2312a3e95: Pull complete 2022-09-27T15:26:57.8060065Z 6b8fe070c229: Pull complete 2022-09-27T15:26:58.0556541Z f860349178a3: Pull complete 2022-09-27T15:26:58.2469736Z b9600c108e0a: Pull complete 2022-09-27T15:27:03.3565077Z d7379e9f0242: Verifying Checksum 2022-09-27T15:27:03.3565370Z d7379e9f0242: Download complete 2022-09-27T15:27:27.4229448Z d7379e9f0242: Pull complete 2022-09-27T15:27:27.7852822Z 111b3362d2ab: Pull complete 2022-09-27T15:27:27.8840662Z 357e25b632e3: Pull complete 2022-09-27T15:27:28.6202811Z 041ccbc6424a: Pull complete 2022-09-27T15:27:28.7171908Z f83a7aa0ae33: Pull complete 2022-09-27T15:27:28.8183147Z 7dd92e4c6366: Pull complete 2022-09-27T15:27:28.9110875Z 4c3fc199e49b: Pull complete 2022-09-27T15:27:29.0136707Z 1cf2d121678f: Pull complete 2022-09-27T15:27:29.1089125Z 3d0511d3c79c: Pull complete 2022-09-27T15:27:29.2058540Z 14b2bb0370e4: Pull complete 2022-09-27T15:27:29.3005104Z 8da4048e870a: Pull complete 2022-09-27T15:27:31.1426265Z df7557c6da37: Pull complete 2022-09-27T15:27:31.2948093Z c47c4a7e8472: Pull complete 2022-09-27T15:27:31.4416635Z fbbb9ed3e845: Pull complete 2022-09-27T15:27:31.7057769Z 25c87328e320: Pull complete 2022-09-27T15:27:31.9311291Z 6ce6383c8b4c: Pull complete 2022-09-27T15:27:32.1523787Z 805e81bf1b07: Pull complete 2022-09-27T15:27:36.7196710Z 658a981e4c72: Pull complete 2022-09-27T15:27:36.9187038Z 6e614c1c92e2: Pull complete 2022-09-27T15:27:37.1516263Z ca8c741a00af: Pull complete 2022-09-27T15:27:37.3927955Z ec20b9c0ab8c: Pull complete 2022-09-27T15:27:37.6024647Z 4778e25ffa15: Pull complete 2022-09-27T15:27:37.8275107Z 6178951b0ba1: Pull complete 2022-09-27T15:27:38.0242479Z 5f80c355afff: Pull complete 2022-09-27T15:27:38.1172653Z 8fd17095407b: Pull complete 2022-09-27T15:27:38.2137683Z 7d3e30f68342: Pull complete 2022-09-27T15:27:38.3016899Z df7d91b50502: Pull complete 2022-09-27T15:27:38.3891982Z ddc86fc3214e: Pull complete 2022-09-27T15:27:38.4855142Z 46ee14c7b526: Pull complete 2022-09-27T15:27:38.5778441Z 9ce9a24e805b: Pull complete 2022-09-27T15:27:39.6812057Z 19cd914bfdcb: Pull complete 2022-09-27T15:27:39.7813276Z a7f4338ecba2: Pull complete 2022-09-27T15:27:39.8731855Z c75978fac091: Pull complete 2022-09-27T15:27:39.9712768Z f89a91cff893: Pull complete 2022-09-27T15:27:40.0657990Z f345365236d1: Pull complete 2022-09-27T15:27:40.3790516Z 4a3f3d395eb7: Pull complete 2022-09-27T15:27:40.4693933Z e421c81bb4cf: Pull complete 2022-09-27T15:27:40.5617563Z 775c0184544e: Pull complete 2022-09-27T15:27:44.2796040Z 5a69da2170e4: Pull complete 2022-09-27T15:27:44.5108203Z d3273d80d5f9: Pull complete 2022-09-27T15:27:44.6184375Z f5905b45d58c: Pull complete 2022-09-27T15:27:44.7013458Z 42b9d02069e0: Pull complete 2022-09-27T15:27:44.7890515Z c00b10f24e83: Pull complete 2022-09-27T15:27:44.8938845Z 93c6c1ce6a86: Pull complete 2022-09-27T15:27:46.4475908Z 239233a60227: Pull complete 2022-09-27T15:27:46.5483651Z Digest: sha256:aa31a48de2d62af84cacd725abaa1599e63c6bb3385fa6e176b6d91f90a39348 2022-09-27T15:27:46.5918798Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:27:46.6130672Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:27:46.6180608Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-09-27T15:27:46.6180890Z python3 -m pip install psutil==5.9.1 2022-09-27T15:27:46.6181130Z python3 -m pip install pynvml==11.4.1 2022-09-27T15:27:46.6181389Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-09-27T15:27:46.6181660Z echo "::set-output name=monitor-script-pid::${!}" 2022-09-27T15:27:46.6192683Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:27:46.6192911Z env: 2022-09-27T15:27:46.6193078Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:27:46.6193266Z ##[endgroup] 2022-09-27T15:27:46.8299961Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:27:46.8473788Z Requirement already satisfied: psutil==5.9.1 in /home/ec2-user/.local/lib/python3.7/site-packages (5.9.1) 2022-09-27T15:27:47.2343961Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:27:47.2522143Z Requirement already satisfied: pynvml==11.4.1 in /home/ec2-user/.local/lib/python3.7/site-packages (11.4.1) 2022-09-27T15:27:47.4410376Z Prepare all required actions 2022-09-27T15:27:47.4410632Z Getting action download info 2022-09-27T15:27:47.6187874Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:ada9688bc02703b63dc0e606da280613803449a5) 2022-09-27T15:27:47.7943386Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-09-27T15:27:47.9005870Z ##[group]Run ./.github/actions/download-build-artifacts 2022-09-27T15:27:47.9006700Z with: 2022-09-27T15:27:47.9006883Z name: linux-focal-py3.7-gcc7 2022-09-27T15:27:47.9007073Z env: 2022-09-27T15:27:47.9007252Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:27:47.9007424Z ##[endgroup] 2022-09-27T15:27:47.9061671Z ##[group]Run seemethere/download-artifact-s3@v4 2022-09-27T15:27:47.9061896Z with: 2022-09-27T15:27:47.9062088Z name: linux-focal-py3.7-gcc7 2022-09-27T15:27:47.9062287Z s3-bucket: gha-artifacts 2022-09-27T15:27:47.9062481Z region: us-east-1 2022-09-27T15:27:47.9062646Z env: 2022-09-27T15:27:47.9062842Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:27:47.9063029Z ##[endgroup] 2022-09-27T15:27:48.3058419Z Found 1 objects with prefix pytorch/pytorch/3133193930/linux-focal-py3.7-gcc7/ 2022-09-27T15:27:48.3058894Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:27:51.3159592Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:27:51.3160185Z 2022-09-27T15:27:51.3161455Z Artifact download has finished successfully 2022-09-27T15:27:51.3291440Z ##[group]Run unzip -o artifacts.zip 2022-09-27T15:27:51.3291660Z unzip -o artifacts.zip 2022-09-27T15:27:51.3303336Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:27:51.3303543Z env: 2022-09-27T15:27:51.3303712Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:27:51.3303879Z ##[endgroup] 2022-09-27T15:27:51.3338458Z Archive: artifacts.zip 2022-09-27T15:27:51.3339545Z creating: dist/ 2022-09-27T15:27:52.0880167Z inflating: dist/torch-1.13.0a0+git52424e2-cp37-cp37m-linux_x86_64.whl 2022-09-27T15:27:52.0880701Z creating: build/custom_test_artifacts/ 2022-09-27T15:27:52.0881027Z creating: build/custom_test_artifacts/custom-op-build/ 2022-09-27T15:27:52.0881391Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-09-27T15:27:52.0882992Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:27:52.0883748Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-09-27T15:27:52.0884479Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:27:52.0884912Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:27:52.0885323Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:27:52.0886156Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:27:52.0887391Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:27:52.0888192Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:27:52.0888640Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:27:52.0889951Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:27:52.0891226Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:27:52.0892573Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:27:52.0893429Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:27:52.0894772Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:27:52.0896049Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:27:52.0896792Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:27:52.0897539Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-09-27T15:27:52.0898343Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-09-27T15:27:52.0899108Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-09-27T15:27:52.0899903Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-09-27T15:27:52.0900791Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-09-27T15:27:52.0901387Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-09-27T15:27:52.0901826Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-09-27T15:27:52.0902261Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-09-27T15:27:52.0902705Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-09-27T15:27:52.0903275Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-09-27T15:27:52.0903726Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-09-27T15:27:52.0904162Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-09-27T15:27:52.0916328Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-09-27T15:27:52.1002821Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-09-27T15:27:52.1003633Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-09-27T15:27:52.1004471Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-09-27T15:27:52.1005389Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-09-27T15:27:52.1006244Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-09-27T15:27:52.1007068Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-09-27T15:27:52.1007707Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-09-27T15:27:52.1008177Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-09-27T15:27:52.1008644Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-09-27T15:27:52.1009112Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-09-27T15:27:52.1009554Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-09-27T15:27:52.1023091Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-09-27T15:27:52.1084479Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-09-27T15:27:52.1085377Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:27:52.1086229Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:27:52.1087038Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-09-27T15:27:52.1087687Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-09-27T15:27:52.1088356Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-09-27T15:27:52.1088911Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-09-27T15:27:52.1089667Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-09-27T15:27:52.1090393Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-09-27T15:27:52.1160791Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-09-27T15:27:52.1207911Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-09-27T15:27:52.1208561Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-09-27T15:27:52.1208947Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-09-27T15:27:52.1210946Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:27:52.1211671Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-09-27T15:27:52.1212374Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:27:52.1212798Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:27:52.1213214Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:27:52.1214343Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:27:52.1215421Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:27:52.1216212Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:27:52.1216656Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:27:52.1217913Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:27:52.1219172Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:27:52.1220542Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:27:52.1221391Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:27:52.1222512Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:27:52.1223375Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:27:52.1224103Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:27:52.1224837Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-09-27T15:27:52.1225592Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-09-27T15:27:52.1226362Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-09-27T15:27:52.1227200Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-09-27T15:27:52.1228040Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-09-27T15:27:52.1228809Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-09-27T15:27:52.1229253Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-09-27T15:27:52.1229686Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-09-27T15:27:52.1230129Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-09-27T15:27:52.1230589Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-09-27T15:27:52.1231135Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-09-27T15:27:52.1231573Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-09-27T15:27:52.1243954Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-09-27T15:27:52.1292126Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-09-27T15:27:52.1293008Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:27:52.1293912Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:27:52.1294699Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-09-27T15:27:52.1295444Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-09-27T15:27:52.1296091Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-09-27T15:27:52.1296810Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-09-27T15:27:52.1297481Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-09-27T15:27:52.1297865Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-09-27T15:27:52.1334692Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-09-27T15:27:52.1335423Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-09-27T15:27:52.1335804Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-09-27T15:27:52.1337658Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:27:52.1338446Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-09-27T15:27:52.1339130Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:27:52.1339581Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:27:52.1340021Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:27:52.1341045Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:27:52.1342389Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:27:52.1343225Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:27:52.1343685Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:27:52.1345009Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:27:52.1346261Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:27:52.1347631Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:27:52.1348514Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:27:52.1349511Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:27:52.1350403Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:27:52.1351179Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:27:52.1351960Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-09-27T15:27:52.1352742Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-09-27T15:27:52.1353709Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-09-27T15:27:52.1354348Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-09-27T15:27:52.1355271Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-09-27T15:27:52.1356174Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-09-27T15:27:52.1356651Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-09-27T15:27:52.1357134Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-09-27T15:27:52.1357607Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-09-27T15:27:52.1358076Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-09-27T15:27:52.1358560Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-09-27T15:27:52.1359403Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-09-27T15:27:52.1360044Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-09-27T15:27:52.1471633Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-09-27T15:27:52.1472486Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-09-27T15:27:52.1473383Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-09-27T15:27:52.1474339Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-09-27T15:27:52.1475277Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-09-27T15:27:52.1476074Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-09-27T15:27:52.1476565Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-09-27T15:27:52.1477052Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-09-27T15:27:52.1477541Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-09-27T15:27:52.1478012Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-09-27T15:27:52.1478503Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-09-27T15:27:52.1491273Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-09-27T15:27:52.1535303Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-09-27T15:27:52.1536228Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:27:52.1537133Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:27:52.1537969Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-09-27T15:27:52.1538783Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-09-27T15:27:52.1539251Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-09-27T15:27:52.1539992Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-09-27T15:27:52.1540870Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-09-27T15:27:52.1541411Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-09-27T15:27:52.1631735Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-09-27T15:27:52.1666304Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-09-27T15:27:52.1666805Z creating: build/lib/ 2022-09-27T15:27:52.1667181Z inflating: build/lib/libclog.a 2022-09-27T15:27:52.1718066Z inflating: build/lib/libgtest.a 2022-09-27T15:27:52.1725957Z inflating: build/lib/libpthreadpool.a 2022-09-27T15:27:52.1796898Z inflating: build/lib/libbenchmark.a 2022-09-27T15:27:52.1878930Z inflating: build/lib/libprotobuf-lite.a 2022-09-27T15:27:52.1885820Z inflating: build/lib/libittnotify.a 2022-09-27T15:27:52.1910704Z inflating: build/lib/libtensorpipe_uv.a 2022-09-27T15:27:52.1970351Z inflating: build/lib/libasmjit.a 2022-09-27T15:27:52.2060319Z inflating: build/lib/libgloo.a 2022-09-27T15:27:52.2474472Z inflating: build/lib/libprotobuf.a 2022-09-27T15:27:52.2489145Z inflating: build/lib/libfmt.a 2022-09-27T15:27:52.2489634Z inflating: build/lib/libfoxi_loader.a 2022-09-27T15:27:52.2545764Z inflating: build/lib/libc10.so 2022-09-27T15:27:52.2546861Z inflating: build/lib/libtorch_global_deps.so 2022-09-27T15:27:52.2554292Z inflating: build/lib/libcpuinfo.a 2022-09-27T15:27:52.2561289Z inflating: build/lib/libcpuinfo_internals.a 2022-09-27T15:27:52.2573410Z inflating: build/lib/libqnnpack.a 2022-09-27T15:27:52.2592171Z inflating: build/lib/libpytorch_qnnpack.a 2022-09-27T15:27:52.2594046Z inflating: build/lib/libnnpack_reference_layers.a 2022-09-27T15:27:52.3036761Z inflating: build/lib/libprotoc.a 2022-09-27T15:27:52.3051097Z inflating: build/lib/libgmock.a 2022-09-27T15:27:52.3051671Z inflating: build/lib/libgtest_main.a 2022-09-27T15:27:52.3052267Z inflating: build/lib/libbenchmark_main.a 2022-09-27T15:27:52.9309174Z inflating: build/lib/libdnnl.a 2022-09-27T15:27:52.9326063Z inflating: build/lib/libnnpack.a 2022-09-27T15:27:52.9832472Z inflating: build/lib/libtensorpipe.a 2022-09-27T15:27:52.9833094Z inflating: build/lib/libgmock_main.a 2022-09-27T15:27:53.1010406Z inflating: build/lib/libfbgemm.a 2022-09-27T15:27:53.1882808Z inflating: build/lib/libdnnl_graph.a 2022-09-27T15:27:53.2073248Z inflating: build/lib/libkineto.a 2022-09-27T15:27:53.2108620Z inflating: build/lib/libcaffe2_protos.a 2022-09-27T15:27:53.2145517Z inflating: build/lib/libonnx_proto.a 2022-09-27T15:27:53.2255662Z inflating: build/lib/libXNNPACK.a 2022-09-27T15:27:53.2781547Z inflating: build/lib/libonnx.a 2022-09-27T15:27:55.0839195Z inflating: build/lib/libtorch_cpu.so 2022-09-27T15:27:55.0839607Z inflating: build/lib/libtorch.so 2022-09-27T15:27:55.0858397Z inflating: build/lib/libjitbackend_test.so 2022-09-27T15:27:55.0904970Z inflating: build/lib/libtorchbind_test.so 2022-09-27T15:27:55.0928856Z inflating: build/lib/libbackend_with_compiler.so 2022-09-27T15:27:55.0932402Z inflating: build/lib/libshm.so 2022-09-27T15:27:55.2210837Z inflating: build/lib/libtorch_python.so 2022-09-27T15:27:55.2241626Z inflating: build/lib/libnnapi_backend.so 2022-09-27T15:27:55.2242033Z creating: build/bin/ 2022-09-27T15:27:55.2283301Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-09-27T15:27:55.2326283Z inflating: build/bin/c10_DeviceGuard_test 2022-09-27T15:27:55.2368610Z inflating: build/bin/c10_Device_test 2022-09-27T15:27:55.2417714Z inflating: build/bin/c10_DispatchKeySet_test 2022-09-27T15:27:55.2457749Z inflating: build/bin/c10_StreamGuard_test 2022-09-27T15:27:55.2499800Z inflating: build/bin/c10_SymInt_test 2022-09-27T15:27:55.2546333Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-09-27T15:27:55.2593054Z inflating: build/bin/c10_InlineStreamGuard_test 2022-09-27T15:27:55.2640915Z inflating: build/bin/c10_SizesAndStrides_test 2022-09-27T15:27:55.2680686Z inflating: build/bin/c10_Array_test 2022-09-27T15:27:55.2725007Z inflating: build/bin/c10_Bitset_test 2022-09-27T15:27:55.2765339Z inflating: build/bin/c10_ConstexprCrc_test 2022-09-27T15:27:55.2808053Z inflating: build/bin/c10_C++17_test 2022-09-27T15:27:55.2849002Z inflating: build/bin/c10_DeadlockDetection_test 2022-09-27T15:27:55.2896450Z inflating: build/bin/c10_LeftRight_test 2022-09-27T15:27:55.2938184Z inflating: build/bin/c10_Half_test 2022-09-27T15:27:55.2990734Z inflating: build/bin/c10_Metaprogramming_test 2022-09-27T15:27:55.3032558Z inflating: build/bin/c10_Synchronized_test 2022-09-27T15:27:55.3080274Z inflating: build/bin/c10_ThreadLocal_test 2022-09-27T15:27:55.3200630Z inflating: build/bin/c10_SmallVectorTest 2022-09-27T15:27:55.3244835Z inflating: build/bin/c10_TypeIndex_test 2022-09-27T15:27:55.3286972Z inflating: build/bin/c10_TypeList_test 2022-09-27T15:27:55.3327120Z inflating: build/bin/c10_TypeTraits_test 2022-09-27T15:27:55.3370099Z inflating: build/bin/c10_accumulate_test 2022-09-27T15:27:55.3417003Z inflating: build/bin/c10_bfloat16_test 2022-09-27T15:27:55.3462884Z inflating: build/bin/c10_complex_math_test 2022-09-27T15:27:55.3509258Z inflating: build/bin/c10_complex_test 2022-09-27T15:27:55.3600765Z inflating: build/bin/c10_either_test 2022-09-27T15:27:55.3644267Z inflating: build/bin/c10_exception_test 2022-09-27T15:27:55.3686004Z inflating: build/bin/c10_flags_test 2022-09-27T15:27:55.3728199Z inflating: build/bin/c10_irange_test 2022-09-27T15:27:55.3869373Z inflating: build/bin/c10_intrusive_ptr_test 2022-09-27T15:27:55.3917683Z inflating: build/bin/c10_logging_test 2022-09-27T15:27:55.3980547Z inflating: build/bin/c10_optional_test 2022-09-27T15:27:55.4032277Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-09-27T15:27:55.4078102Z inflating: build/bin/c10_registry_test 2022-09-27T15:27:55.4127497Z inflating: build/bin/c10_string_view_test 2022-09-27T15:27:55.4170298Z inflating: build/bin/c10_tempfile_test 2022-09-27T15:27:55.4217712Z inflating: build/bin/c10_typeid_test 2022-09-27T15:27:55.4265232Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-09-27T15:27:55.4679766Z inflating: build/bin/protoc-3.13.0.0 2022-09-27T15:27:55.5099027Z inflating: build/bin/protoc 2022-09-27T15:27:55.5374776Z inflating: build/bin/vec_test_all_types_AVX2 2022-09-27T15:27:55.5621580Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-09-27T15:27:55.5666324Z inflating: build/bin/FileStoreTest 2022-09-27T15:27:55.5711502Z inflating: build/bin/HashStoreTest 2022-09-27T15:27:55.5762195Z inflating: build/bin/TCPStoreTest 2022-09-27T15:27:55.5764813Z inflating: build/bin/example_allreduce 2022-09-27T15:27:55.5820025Z inflating: build/bin/ProcessGroupGlooTest 2022-09-27T15:27:55.5863830Z inflating: build/bin/Dimname_test 2022-09-27T15:27:55.5925045Z inflating: build/bin/Dict_test 2022-09-27T15:27:55.5978669Z inflating: build/bin/MaybeOwned_test 2022-09-27T15:27:55.6026810Z inflating: build/bin/NamedTensor_test 2022-09-27T15:27:55.6076489Z inflating: build/bin/apply_utils_test 2022-09-27T15:27:55.6127108Z inflating: build/bin/basic 2022-09-27T15:27:55.6176604Z inflating: build/bin/atest 2022-09-27T15:27:55.6221979Z inflating: build/bin/broadcast_test 2022-09-27T15:27:55.6271147Z inflating: build/bin/cpu_generator_test 2022-09-27T15:27:55.6315414Z inflating: build/bin/cpu_profiling_allocator_test 2022-09-27T15:27:55.6357192Z inflating: build/bin/dispatch_key_set_test 2022-09-27T15:27:55.6398537Z inflating: build/bin/dlconvertor_test 2022-09-27T15:27:55.6472415Z inflating: build/bin/cpu_rng_test 2022-09-27T15:27:55.6521262Z inflating: build/bin/extension_backend_test 2022-09-27T15:27:55.6567938Z inflating: build/bin/half_test 2022-09-27T15:27:55.6646758Z inflating: build/bin/ivalue_test 2022-09-27T15:27:55.6688017Z inflating: build/bin/lazy_tensor_test 2022-09-27T15:27:55.6731787Z inflating: build/bin/math_kernel_test 2022-09-27T15:27:55.6775734Z inflating: build/bin/memory_format_test 2022-09-27T15:27:55.6819807Z inflating: build/bin/memory_overlapping_test 2022-09-27T15:27:55.6862283Z inflating: build/bin/operator_name_test 2022-09-27T15:27:55.6909098Z inflating: build/bin/native_test 2022-09-27T15:27:55.6952574Z inflating: build/bin/mobile_memory_cleanup 2022-09-27T15:27:55.6994523Z inflating: build/bin/operators_test 2022-09-27T15:27:55.7038583Z inflating: build/bin/packedtensoraccessor_test 2022-09-27T15:27:55.7086624Z inflating: build/bin/quantized_test 2022-09-27T15:27:55.7141057Z inflating: build/bin/pow_test 2022-09-27T15:27:55.7183517Z inflating: build/bin/reportMemoryUsage_test 2022-09-27T15:27:55.7224987Z inflating: build/bin/reduce_ops_test 2022-09-27T15:27:55.7272230Z inflating: build/bin/scalar_tensor_test 2022-09-27T15:27:55.7320162Z inflating: build/bin/scalar_test 2022-09-27T15:27:55.7363285Z inflating: build/bin/stride_properties_test 2022-09-27T15:27:55.7428656Z inflating: build/bin/tensor_iterator_test 2022-09-27T15:27:55.7475229Z inflating: build/bin/type_ptr_test 2022-09-27T15:27:55.7477306Z inflating: build/bin/thread_init_test 2022-09-27T15:27:55.7518621Z inflating: build/bin/variant_test 2022-09-27T15:27:55.7565258Z inflating: build/bin/test_parallel 2022-09-27T15:27:55.7608738Z inflating: build/bin/undefined_tensor_test 2022-09-27T15:27:55.7659598Z inflating: build/bin/type_test 2022-09-27T15:27:55.7660916Z inflating: build/bin/verify_api_visibility 2022-09-27T15:27:55.7719315Z inflating: build/bin/vmap_test 2022-09-27T15:27:55.7761785Z inflating: build/bin/weakref_test 2022-09-27T15:27:55.7804292Z inflating: build/bin/wrapdim_test 2022-09-27T15:27:55.7896094Z inflating: build/bin/List_test 2022-09-27T15:27:55.7936914Z inflating: build/bin/xla_tensor_test 2022-09-27T15:27:55.7986984Z inflating: build/bin/IListRef_test 2022-09-27T15:27:55.8089431Z inflating: build/bin/kernel_function_legacy_test 2022-09-27T15:27:55.8170447Z inflating: build/bin/kernel_function_test 2022-09-27T15:27:55.8224579Z inflating: build/bin/KernelFunction_test 2022-09-27T15:27:55.8332691Z inflating: build/bin/kernel_lambda_legacy_test 2022-09-27T15:27:55.8420715Z inflating: build/bin/kernel_lambda_test 2022-09-27T15:27:55.8470845Z inflating: build/bin/kernel_stackbased_test 2022-09-27T15:27:55.8512989Z inflating: build/bin/CppSignature_test 2022-09-27T15:27:55.8593864Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-09-27T15:27:55.8633976Z inflating: build/bin/op_allowlist_test 2022-09-27T15:27:55.8678324Z inflating: build/bin/inline_container_test 2022-09-27T15:27:55.8921763Z inflating: build/bin/op_registration_test 2022-09-27T15:27:55.8969065Z inflating: build/bin/backend_fallback_test 2022-09-27T15:27:55.8982556Z inflating: build/bin/tutorial_tensorexpr 2022-09-27T15:27:55.9027484Z inflating: build/bin/test_dist_autograd 2022-09-27T15:27:55.9029584Z inflating: build/bin/parallel_benchmark 2022-09-27T15:27:55.9087980Z inflating: build/bin/test_cpp_rpc 2022-09-27T15:27:55.9146209Z inflating: build/bin/test_mobile_nnc 2022-09-27T15:27:55.9154836Z inflating: build/bin/aot_model_compiler_test 2022-09-27T15:27:55.9447666Z inflating: build/bin/test_lazy 2022-09-27T15:27:56.0124958Z inflating: build/bin/test_tensorexpr 2022-09-27T15:27:56.0129314Z inflating: build/bin/torch_shm_manager 2022-09-27T15:27:56.1131722Z inflating: build/bin/test_api 2022-09-27T15:27:56.1623053Z inflating: build/bin/test_jit 2022-09-27T15:27:56.1624053Z inflating: .pytorch-test-times.json 2022-09-27T15:27:56.1645833Z ##[group]Run df -H 2022-09-27T15:27:56.1646019Z df -H 2022-09-27T15:27:56.1657567Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:27:56.1657864Z env: 2022-09-27T15:27:56.1658049Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:27:56.1658227Z ##[endgroup] 2022-09-27T15:27:56.1689865Z Filesystem Size Used Avail Use% Mounted on 2022-09-27T15:27:56.1690316Z devtmpfs 8.2G 0 8.2G 0% /dev 2022-09-27T15:27:56.1690700Z tmpfs 8.2G 1.1M 8.2G 1% /dev/shm 2022-09-27T15:27:56.1690936Z tmpfs 8.2G 431k 8.2G 1% /run 2022-09-27T15:27:56.1691849Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-09-27T15:27:56.1692219Z /dev/nvme0n1p1 162G 16G 146G 10% / 2022-09-27T15:27:56.1709775Z ##[group]Run .github/scripts/parse_ref.py 2022-09-27T15:27:56.1710017Z .github/scripts/parse_ref.py 2022-09-27T15:27:56.1719952Z shell: /usr/bin/bash -e {0} 2022-09-27T15:27:56.1720122Z env: 2022-09-27T15:27:56.1720294Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:27:56.1720479Z ##[endgroup] 2022-09-27T15:27:56.1940509Z ##[group]Run set -x 2022-09-27T15:27:56.1940773Z set -x 2022-09-27T15:27:56.1940925Z  2022-09-27T15:27:56.1941123Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-09-27T15:27:56.1941380Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-09-27T15:27:56.1941622Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-09-27T15:27:56.1941856Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-09-27T15:27:56.1942052Z else 2022-09-27T15:27:56.1942318Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:27:56.1942515Z fi 2022-09-27T15:27:56.1942670Z  2022-09-27T15:27:56.1942891Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-09-27T15:27:56.1943123Z  2022-09-27T15:27:56.1943337Z # sanitize the input commit message and PR body here: 2022-09-27T15:27:56.1943548Z # 2022-09-27T15:27:56.1943812Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-09-27T15:27:56.1944190Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-09-27T15:27:56.1944493Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-09-27T15:27:56.1944725Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-09-27T15:27:56.1944913Z  2022-09-27T15:27:56.1945162Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-09-27T15:27:56.1945444Z # wreak havoc internally 2022-09-27T15:27:56.1945679Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-09-27T15:27:56.1945922Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-09-27T15:27:56.1946102Z  2022-09-27T15:27:56.1946330Z # detached container should get cleaned up by teardown_ec2_linux 2022-09-27T15:27:56.1946629Z # TODO: Stop building test binaries as part of the build phase 2022-09-27T15:27:56.1946892Z # Used for GPU_FLAG since that doesn't play nice 2022-09-27T15:27:56.1947133Z # shellcheck disable=SC2086,SC2090 2022-09-27T15:27:56.1947352Z container_name=$(docker run \ 2022-09-27T15:27:56.1947554Z  ${GPU_FLAG:-} \ 2022-09-27T15:27:56.1947738Z  -e BUILD_ENVIRONMENT \ 2022-09-27T15:27:56.1947936Z  -e PR_NUMBER \ 2022-09-27T15:27:56.1948129Z  -e GITHUB_ACTIONS \ 2022-09-27T15:27:56.1948313Z  -e BASE_SHA \ 2022-09-27T15:27:56.1948494Z  -e BRANCH \ 2022-09-27T15:27:56.1948670Z  -e SHA1 \ 2022-09-27T15:27:56.1948847Z  -e AWS_DEFAULT_REGION \ 2022-09-27T15:27:56.1949046Z  -e IN_WHEEL_TEST \ 2022-09-27T15:27:56.1949239Z  -e SHARD_NUMBER \ 2022-09-27T15:27:56.1949413Z  -e TEST_CONFIG \ 2022-09-27T15:27:56.1949604Z  -e NUM_TEST_SHARDS \ 2022-09-27T15:27:56.1949792Z  -e PR_BODY \ 2022-09-27T15:27:56.1949969Z  -e COMMIT_MESSAGES \ 2022-09-27T15:27:56.1950177Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-09-27T15:27:56.1950407Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-09-27T15:27:56.1950602Z  -e PR_LABELS \ 2022-09-27T15:27:56.1950810Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-09-27T15:27:56.1951019Z  -e SCCACHE_BUCKET \ 2022-09-27T15:27:56.1951220Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-09-27T15:27:56.1951402Z  -e XLA_CUDA \ 2022-09-27T15:27:56.1951610Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-09-27T15:27:56.1951858Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-09-27T15:27:56.1952078Z  --ulimit stack=10485760:83886080 \ 2022-09-27T15:27:56.1952305Z  --security-opt seccomp=unconfined \ 2022-09-27T15:27:56.1952529Z  --cap-add=SYS_PTRACE \ 2022-09-27T15:27:56.1952710Z  --ipc=host \ 2022-09-27T15:27:56.1952954Z  --shm-size="${SHM_SIZE}" \ 2022-09-27T15:27:56.1953142Z  --tty \ 2022-09-27T15:27:56.1953305Z  --detach \ 2022-09-27T15:27:56.1953497Z  --name="${container_name}" \ 2022-09-27T15:27:56.1953698Z  --user jenkins \ 2022-09-27T15:27:56.1953933Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-09-27T15:27:56.1954171Z  -w /var/lib/jenkins/workspace \ 2022-09-27T15:27:56.1954379Z  "${DOCKER_IMAGE}" 2022-09-27T15:27:56.1954553Z ) 2022-09-27T15:27:56.1954827Z docker exec -t "${container_name}" sh -c "pip install dist/*.whl && ${TEST_COMMAND}" 2022-09-27T15:27:56.1964836Z shell: /usr/bin/bash -e {0} 2022-09-27T15:27:56.1965018Z env: 2022-09-27T15:27:56.1965180Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:27:56.1965412Z BUILD_ENVIRONMENT: linux-focal-py3.7-gcc7 2022-09-27T15:27:56.1965626Z PR_NUMBER: 85462 2022-09-27T15:27:56.1965791Z BRANCH: pull/85462 2022-09-27T15:27:56.1965999Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:27:56.1966236Z BASE_SHA: 76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:27:56.1966442Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T15:27:56.1966651Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T15:27:56.1966847Z TEST_CONFIG: default 2022-09-27T15:27:56.1967022Z SHARD_NUMBER: 1 2022-09-27T15:27:56.1967181Z NUM_TEST_SHARDS: 2 2022-09-27T15:27:56.1968894Z 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:27:56.1970794Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-09-27T15:27:56.1971028Z SCCACHE_S3_KEY_PREFIX: pull 2022-09-27T15:27:56.1971214Z SHM_SIZE: 1g 2022-09-27T15:27:56.1971557Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:27:56.1971874Z XLA_CUDA: 2022-09-27T15:27:56.1972134Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:27:56.1972398Z ##[endgroup] 2022-09-27T15:27:56.1995042Z + [[ default == \m\u\l\t\i\g\p\u ]] 2022-09-27T15:27:56.1995382Z + [[ linux-focal-py3.7-gcc7 == *onnx* ]] 2022-09-27T15:27:56.1995617Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:27:56.1998322Z ++ git cherry -v origin/master 2022-09-27T15:27:56.2188612Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR 2022-09-27T15:27:56.2189098Z + acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR 2022-09-27T15:27:56.2189395Z + 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form 2022-09-27T15:27:56.2189677Z + 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference 2022-09-27T15:27:56.2189949Z + 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:27:56.2190775Z + 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:27:56.2202923Z + 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:27:56.2205363Z + 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:27:56.2206466Z + 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:27:56.2211589Z + 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:27:56.2216537Z + 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:27:56.2218551Z +++ nproc --ignore=2 2022-09-27T15:27:56.2226546Z ++ 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-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:28:07.0962301Z + container_name=0d4c38f648338cbc5352964a2a974414d04f246f7d2125595c37e6dd561a975d 2022-09-27T15:28:07.0963017Z + docker exec -t 0d4c38f648338cbc5352964a2a974414d04f246f7d2125595c37e6dd561a975d sh -c 'pip install dist/*.whl && .jenkins/pytorch/test.sh' 2022-09-27T15:28:07.5059348Z Processing ./dist/torch-1.13.0a0+git52424e2-cp37-cp37m-linux_x86_64.whl 2022-09-27T15:28:07.5804031Z 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:28:08.3606156Z Installing collected packages: torch 2022-09-27T15:28:14.5609326Z Successfully installed torch-1.13.0a0+git52424e2 2022-09-27T15:28:14.6895359Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-09-27T15:28:14.7051460Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-09-27T15:28:14.7052003Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T15:28:14.7052539Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-09-27T15:28:14.7052893Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-09-27T15:28:14.7053509Z + BUILD_DIR=build 2022-09-27T15:28:14.7053792Z + BUILD_RENAMED_DIR=build_renamed 2022-09-27T15:28:14.7054100Z + BUILD_BIN_DIR=build/bin 2022-09-27T15:28:14.7054394Z + export VALGRIND=ON 2022-09-27T15:28:14.7054659Z + VALGRIND=ON 2022-09-27T15:28:14.7060458Z + [[ linux-focal-py3.7-gcc7 == *clang9* ]] 2022-09-27T15:28:14.7060991Z + [[ linux-focal-py3.7-gcc7 != *bazel* ]] 2022-09-27T15:28:14.7061416Z ++ realpath build/custom_test_artifacts 2022-09-27T15:28:14.7063541Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-09-27T15:28:14.7066591Z ++ dirname .jenkins/pytorch/test.sh 2022-09-27T15:28:14.7072548Z + source .jenkins/pytorch/common.sh 2022-09-27T15:28:14.7075777Z +++ dirname .jenkins/pytorch/common.sh 2022-09-27T15:28:14.7081089Z ++ source .jenkins/pytorch/common_utils.sh 2022-09-27T15:28:14.7082606Z +++ declare -f -t trap_add 2022-09-27T15:28:14.7086904Z ++ set -ex 2022-09-27T15:28:14.7087422Z ++ [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-09-27T15:28:14.7087784Z ++ BUILD_TEST_LIBTORCH=0 2022-09-27T15:28:14.7088086Z ++ [[ default == *xla* ]] 2022-09-27T15:28:14.7088551Z ++ [[ linux-focal-py3.7-gcc7 == *centos* ]] 2022-09-27T15:28:14.7088939Z ++ [[ linux-focal-py3.7-gcc7 == *linux-bionic* ]] 2022-09-27T15:28:14.7089239Z ++ [[ linux-focal-py3.7-gcc7 == *linux-focal* ]] 2022-09-27T15:28:14.7089434Z ++ which conda 2022-09-27T15:28:14.7096603Z /opt/conda/bin/conda 2022-09-27T15:28:14.7106053Z ++ conda install -q -y cmake 2022-09-27T15:28:16.7940516Z Collecting package metadata (current_repodata.json): ...working... done 2022-09-27T15:28:17.2536282Z Solving environment: ...working... done 2022-09-27T15:28:17.3419584Z 2022-09-27T15:28:17.3419975Z ## Package Plan ## 2022-09-27T15:28:17.3420118Z 2022-09-27T15:28:17.3420277Z environment location: /opt/conda 2022-09-27T15:28:17.3420486Z 2022-09-27T15:28:17.3420634Z added / updated specs: 2022-09-27T15:28:17.3421211Z - cmake 2022-09-27T15:28:17.3421340Z 2022-09-27T15:28:17.3421345Z 2022-09-27T15:28:17.3421488Z The following packages will be downloaded: 2022-09-27T15:28:17.3421722Z 2022-09-27T15:28:17.3421873Z package | build 2022-09-27T15:28:17.3422262Z ---------------------------|----------------- 2022-09-27T15:28:17.3422784Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-09-27T15:28:17.3423317Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-09-27T15:28:17.3423713Z certifi-2022.9.14 | py37h06a4308_0 155 KB 2022-09-27T15:28:17.3424011Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-09-27T15:28:17.3424350Z conda-22.9.0 | py37h06a4308_0 878 KB 2022-09-27T15:28:17.3424649Z expat-2.4.4 | h295c915_0 169 KB 2022-09-27T15:28:17.3424932Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-09-27T15:28:17.3425271Z libcurl-7.82.0 | h0b77cf5_0 342 KB 2022-09-27T15:28:17.3425579Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-09-27T15:28:17.3425923Z libev-4.33 | h7f8727e_1 111 KB 2022-09-27T15:28:17.3426340Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-09-27T15:28:17.3426808Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-09-27T15:28:17.3427163Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-09-27T15:28:17.3427901Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-09-27T15:28:17.3428416Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-09-27T15:28:17.3428946Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-09-27T15:28:17.3429510Z ------------------------------------------------------------ 2022-09-27T15:28:17.3429816Z Total: 13.0 MB 2022-09-27T15:28:17.3429928Z 2022-09-27T15:28:17.3430043Z The following NEW packages will be INSTALLED: 2022-09-27T15:28:17.3430270Z 2022-09-27T15:28:17.3442060Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 2022-09-27T15:28:17.3442483Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 2022-09-27T15:28:17.3442851Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 2022-09-27T15:28:17.3443199Z expat pkgs/main/linux-64::expat-2.4.4-h295c915_0 2022-09-27T15:28:17.3443555Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 2022-09-27T15:28:17.3443939Z libcurl pkgs/main/linux-64::libcurl-7.82.0-h0b77cf5_0 2022-09-27T15:28:17.3444320Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 2022-09-27T15:28:17.3444673Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 2022-09-27T15:28:17.3445048Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 2022-09-27T15:28:17.3445424Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 2022-09-27T15:28:17.3445776Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 2022-09-27T15:28:17.3446129Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 2022-09-27T15:28:17.3446478Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 2022-09-27T15:28:17.3446826Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 2022-09-27T15:28:17.3446962Z 2022-09-27T15:28:17.3447065Z The following packages will be UPDATED: 2022-09-27T15:28:17.3447202Z 2022-09-27T15:28:17.3447417Z certifi 2022.6.15-py37h06a4308_0 --> 2022.9.14-py37h06a4308_0 2022-09-27T15:28:17.3447769Z conda 4.14.0-py37h06a4308_0 --> 22.9.0-py37h06a4308_0 2022-09-27T15:28:17.3447921Z 2022-09-27T15:28:17.3447926Z 2022-09-27T15:28:18.5052021Z Preparing transaction: ...working... done 2022-09-27T15:28:18.9190833Z Verifying transaction: ...working... done 2022-09-27T15:28:19.9324736Z Executing transaction: ...working... done 2022-09-27T15:28:20.0371831Z Retrieving notices: ...working... done 2022-09-27T15:28:20.2164459Z ++ [[ linux-focal-py3.7-gcc7 == *centos* ]] 2022-09-27T15:28:20.2164894Z + echo 'Environment variables' 2022-09-27T15:28:20.2165090Z Environment variables 2022-09-27T15:28:20.2165278Z + env 2022-09-27T15:28:20.2170536Z INSTALLED_DB=yes 2022-09-27T15:28:20.2171436Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:28:20.2172457Z BUILD_ENVIRONMENT=linux-focal-py3.7-gcc7 2022-09-27T15:28:20.2172921Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-09-27T15:28:20.2173269Z HOSTNAME=0d4c38f64833 2022-09-27T15:28:20.2174064Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_bd8ce986-6a75-4411-a1a0-d7c860a70926 2022-09-27T15:28:20.2174533Z GITHUB_ACTION=__self 2022-09-27T15:28:20.2175016Z GITHUB_RUN_NUMBER=50832 2022-09-27T15:28:20.2175296Z TEST_CONFIG=default 2022-09-27T15:28:20.2175862Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-09-27T15:28:20.2176219Z GITHUB_TRIGGERING_ACTOR=albanD 2022-09-27T15:28:20.2176531Z GITHUB_REF_TYPE=branch 2022-09-27T15:28:20.2176859Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-09-27T15:28:20.2177271Z BASE_SHA=76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:28:20.2177598Z XLA_CUDA= 2022-09-27T15:28:20.2182356Z *** 2022-09-27T15:28:20.2182672Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-09-27T15:28:20.2183016Z GITHUB_ACTIONS=true 2022-09-27T15:28:20.2183325Z SHA1=52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:28:20.2184001Z GITHUB_SHA=1faa2af6dbb8dd899ab20874e9966185467c5883 2022-09-27T15:28:20.2184328Z UCC_HOME=/usr 2022-09-27T15:28:20.2184589Z GITHUB_REF=refs/pull/85462/merge 2022-09-27T15:28:20.2184852Z SHARD_NUMBER=1 2022-09-27T15:28:20.2185114Z GITHUB_REF_PROTECTED=false 2022-09-27T15:28:20.2185398Z HOME=/var/lib/jenkins 2022-09-27T15:28:20.2185711Z GITHUB_API_URL=https://api.github.com 2022-09-27T15:28:20.2186021Z INSTALLED_THRIFT= 2022-09-27T15:28:20.2186282Z UCX_COMMIT= 2022-09-27T15:28:20.2186541Z SCCACHE_S3_KEY_PREFIX=pull 2022-09-27T15:28:20.2186992Z NUM_TEST_SHARDS=2 2022-09-27T15:28:20.2187264Z UCX_HOME=/usr 2022-09-27T15:28:20.2187552Z PYTORCH_RETRY_TEST_CASES=1 2022-09-27T15:28:20.2188293Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_bd8ce986-6a75-4411-a1a0-d7c860a70926 2022-09-27T15:28:20.2189066Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-09-27T15:28:20.2189531Z GITHUB_EVENT_NAME=pull_request 2022-09-27T15:28:20.2189872Z GITHUB_RUN_ID=3133193930 2022-09-27T15:28:20.2190575Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_bd8ce986-6a75-4411-a1a0-d7c860a70926 2022-09-27T15:28:20.2191036Z GITHUB_ACTOR=kongzii 2022-09-27T15:28:20.2191355Z PR_NUMBER=85462 2022-09-27T15:28:20.2191628Z DESIRED_CUDA= 2022-09-27T15:28:20.2191898Z GITHUB_RUN_ATTEMPT=2 2022-09-27T15:28:20.2192201Z VALGRIND=ON 2022-09-27T15:28:20.2192581Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-09-27T15:28:20.2192938Z TERM=xterm 2022-09-27T15:28:20.2193191Z INSTALLED_VISION=yes 2022-09-27T15:28:20.2193513Z BRANCH=pull/85462 2022-09-27T15:28:20.2193849Z OPENSSL_ROOT_DIR=/opt/openssl 2022-09-27T15:28:20.2194160Z CUDA_PATH=/usr/local/cuda 2022-09-27T15:28:20.2194834Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-09-27T15:28:20.2195358Z GITHUB_SERVER_URL=https://github.com 2022-09-27T15:28:20.2195667Z UCC_COMMIT= 2022-09-27T15:28:20.2195959Z INSTALLED_ANDROID= 2022-09-27T15:28:20.2196246Z SHLVL=1 2022-09-27T15:28:20.2196482Z MAX_JOBS=6 2022-09-27T15:28:20.2197344Z 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:20.2198153Z GITHUB_REF_NAME=85462/merge 2022-09-27T15:28:20.2198686Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:28:20.2199068Z GITHUB_JOB=test 2022-09-27T15:28:20.2199395Z GITHUB_REPOSITORY=pytorch/pytorch 2022-09-27T15:28:20.2199723Z GITHUB_RETENTION_DAYS=90 2022-09-27T15:28:20.2200020Z OPENSSL_DIR=/opt/openssl 2022-09-27T15:28:20.2200353Z GITHUB_ACTION_REPOSITORY= 2022-09-27T15:28:20.2200906Z 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:28:20.2201375Z GITHUB_BASE_REF=master 2022-09-27T15:28:20.2201656Z CI=true 2022-09-27T15:28:20.2201985Z GITHUB_REPOSITORY_OWNER=pytorch 2022-09-27T15:28:20.2202307Z INSTALLED_PROTOBUF=yes 2022-09-27T15:28:20.2202726Z GITHUB_HEAD_REF=cycliclr-memory-fix 2022-09-27T15:28:20.2203109Z GITHUB_ACTION_REF= 2022-09-27T15:28:20.2203526Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-09-27T15:28:20.2203749Z GITHUB_WORKFLOW=pull 2022-09-27T15:28:20.2203949Z DEBIAN_FRONTEND=noninteractive 2022-09-27T15:28:20.2206819Z 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:20.2208673Z _=/usr/bin/env 2022-09-27T15:28:20.2208887Z + echo 'Testing pytorch' 2022-09-27T15:28:20.2209072Z Testing pytorch 2022-09-27T15:28:20.2209254Z + export LANG=C.UTF-8 2022-09-27T15:28:20.2209444Z + LANG=C.UTF-8 2022-09-27T15:28:20.2209614Z + PR_NUMBER=85462 2022-09-27T15:28:20.2209788Z + [[ default == \d\e\f\a\u\l\t ]] 2022-09-27T15:28:20.2209992Z + export CUDA_VISIBLE_DEVICES=0 2022-09-27T15:28:20.2210189Z + CUDA_VISIBLE_DEVICES=0 2022-09-27T15:28:20.2210372Z + export HIP_VISIBLE_DEVICES=0 2022-09-27T15:28:20.2210567Z + HIP_VISIBLE_DEVICES=0 2022-09-27T15:28:20.2210767Z + [[ default == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-09-27T15:28:20.2210952Z + [[ default == \s\l\o\w ]] 2022-09-27T15:28:20.2211229Z + [[ linux-focal-py3.7-gcc7 == *slow-gradcheck* ]] 2022-09-27T15:28:20.2211515Z + [[ linux-focal-py3.7-gcc7 == *cuda* ]] 2022-09-27T15:28:20.2211786Z + [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-09-27T15:28:20.2212045Z + [[ linux-focal-py3.7-gcc7 == *cuda11* ]] 2022-09-27T15:28:20.2212257Z + [[ default == *crossref* ]] 2022-09-27T15:28:20.2212445Z + [[ default == *dynamo* ]] 2022-09-27T15:28:20.2212636Z + [[ -n 85462 ]] 2022-09-27T15:28:20.2212821Z + [[ -z '' ]] 2022-09-27T15:28:20.2213029Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:28:20.2213252Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:28:20.2213643Z + [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-09-27T15:28:20.2213921Z + [[ linux-focal-py3.7-gcc7 != *-bazel-* ]] 2022-09-27T15:28:20.2214154Z + pip_install --user ninja 2022-09-27T15:28:20.2214419Z + pip install --progress-bar off --user ninja 2022-09-27T15:28:20.6224722Z Collecting ninja 2022-09-27T15:28:20.6374415Z Downloading ninja-1.10.2.3-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2022-09-27T15:28:21.3460220Z Installing collected packages: ninja 2022-09-27T15:28:21.3545122Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-09-27T15:28:21.3545624Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-09-27T15:28:21.3595787Z Successfully installed ninja-1.10.2.3 2022-09-27T15:28:21.4251149Z + 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:28:21.4251855Z + 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:28:21.4252538Z + [[ linux-focal-py3.7-gcc7 == *asan* ]] 2022-09-27T15:28:21.4252798Z + [[ default == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-09-27T15:28:21.4253031Z + [[ default == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-09-27T15:28:21.4257599Z + [[ linux-focal-py3.7-gcc7 == *tbb* ]] 2022-09-27T15:28:21.4268893Z + [[ linux-focal-py3.7-gcc7 == *libtorch* ]] 2022-09-27T15:28:21.4269239Z + [[ linux-focal-py3.7-gcc7 == *-bazel-* ]] 2022-09-27T15:28:21.4271098Z + cd test 2022-09-27T15:28:21.4271726Z + python -c 'import torch; print(torch.__config__.show())' 2022-09-27T15:28:22.4536731Z PyTorch built with: 2022-09-27T15:28:22.4537258Z - GCC 7.5 2022-09-27T15:28:22.4537639Z - C++ Version: 201402 2022-09-27T15:28:22.4538100Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:28:22.4538733Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-09-27T15:28:22.4539046Z - OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-09-27T15:28:22.4539327Z - LAPACK is enabled (usually provided by MKL) 2022-09-27T15:28:22.4539556Z - NNPACK is enabled 2022-09-27T15:28:22.4539788Z - CPU capability usage: AVX2 2022-09-27T15:28:22.4542120Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CXX_COMPILER=/opt/cache/bin/c++, CXX_FLAGS= -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -DEDGE_PROFILER_USE_KINETO -O2 -fPIC -Wno-narrowing -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-stringop-overflow -Wno-psabi -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -fdiagnostics-color=always -faligned-new -Werror -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-stringop-overflow, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, TORCH_VERSION=1.13.0, USE_CUDA=OFF, USE_CUDNN=OFF, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=OFF, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, 2022-09-27T15:28:22.4543830Z 2022-09-27T15:28:22.6194200Z + cd test 2022-09-27T15:28:22.6194639Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-09-27T15:28:23.6446588Z ATen/Parallel: 2022-09-27T15:28:23.6446980Z at::get_num_threads() : 4 2022-09-27T15:28:23.6447360Z at::get_num_interop_threads() : 4 2022-09-27T15:28:23.6447765Z OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-09-27T15:28:23.6448046Z omp_get_max_threads() : 4 2022-09-27T15:28:23.6448551Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:28:23.6448828Z mkl_get_max_threads() : 4 2022-09-27T15:28:23.6449166Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-09-27T15:28:23.6449441Z std::thread::hardware_concurrency() : 8 2022-09-27T15:28:23.6449641Z Environment variables: 2022-09-27T15:28:23.6449847Z OMP_NUM_THREADS : [not set] 2022-09-27T15:28:23.6450043Z MKL_NUM_THREADS : [not set] 2022-09-27T15:28:23.6450229Z ATen parallel backend: OpenMP 2022-09-27T15:28:23.6450353Z 2022-09-27T15:28:23.8181502Z + [[ default == *deploy* ]] 2022-09-27T15:28:23.8181774Z + [[ default == *backward* ]] 2022-09-27T15:28:23.8182005Z + [[ default == *xla* ]] 2022-09-27T15:28:23.8182294Z + [[ default == \j\i\t\_\l\e\g\a\c\y ]] 2022-09-27T15:28:23.8182878Z + [[ linux-focal-py3.7-gcc7 == *libtorch* ]] 2022-09-27T15:28:23.8183204Z + [[ default == distributed ]] 2022-09-27T15:28:23.8183396Z + [[ default == *dynamo* ]] 2022-09-27T15:28:23.8183581Z + [[ default == *dynamo* ]] 2022-09-27T15:28:23.8183751Z + [[ 1 == 1 ]] 2022-09-27T15:28:23.8183970Z + [[ 2 -gt 1 ]] 2022-09-27T15:28:23.8184174Z + test_without_numpy 2022-09-27T15:28:23.8184760Z ++ dirname .jenkins/pytorch/test.sh 2022-09-27T15:28:23.8192681Z + pushd .jenkins/pytorch 2022-09-27T15:28:23.8192974Z ~/workspace/.jenkins/pytorch ~/workspace 2022-09-27T15:28:23.8193721Z + 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:28:24.7500961Z -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:28:24.9097450Z + python -c 'import sys;sys.path.insert(0, '\''fake_numpy'\'');import torch;print(torch.tensor([torch.tensor(0.), torch.tensor(1.)]))' 2022-09-27T15:28:25.8159113Z -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:28:25.8166741Z tensor([0., 1.]) 2022-09-27T15:28:25.9728855Z + popd 2022-09-27T15:28:25.9729228Z ~/workspace 2022-09-27T15:28:25.9729415Z + install_torchvision 2022-09-27T15:28:25.9729596Z + local commit 2022-09-27T15:28:25.9731871Z ++ get_pinned_commit vision 2022-09-27T15:28:25.9732190Z ++ cat .github/ci_commit_pins/vision.txt 2022-09-27T15:28:25.9743303Z + commit=2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:28:25.9744099Z + pip_install --no-use-pep517 --user git+https://github.com/pytorch/vision.git@2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:28:25.9744709Z + pip install --progress-bar off --no-use-pep517 --user git+https://github.com/pytorch/vision.git@2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:28:26.3255043Z Collecting git+https://github.com/pytorch/vision.git@2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:28:26.3261351Z Cloning https://github.com/pytorch/vision.git (to revision 2c1022e3ee89834228d64445d569f0efd6b93fb8) to /tmp/pip-req-build-4ryqtxjj 2022-09-27T15:28:26.3293176Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/vision.git /tmp/pip-req-build-4ryqtxjj 2022-09-27T15:28:28.0236552Z Running command git rev-parse -q --verify 'sha^2c1022e3ee89834228d64445d569f0efd6b93fb8' 2022-09-27T15:28:28.0270205Z Running command git fetch -q https://github.com/pytorch/vision.git 2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:28:28.8504776Z Running command git checkout -q 2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:28:29.1137786Z Resolved https://github.com/pytorch/vision.git to commit 2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:28:30.9038306Z Preparing metadata (setup.py) ... [?25l- done 2022-09-27T15:28:30.9113285Z [?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:28:30.9117204Z Requirement already satisfied: numpy in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+2c1022e) (1.18.5) 2022-09-27T15:28:30.9120861Z Requirement already satisfied: requests in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+2c1022e) (2.27.1) 2022-09-27T15:28:30.9124649Z 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:28:30.9131670Z 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:28:30.9382044Z 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:28:30.9388057Z 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:28:30.9394438Z 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:28:30.9407735Z 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:28:30.9542568Z Building wheels for collected packages: torchvision 2022-09-27T15:29:35.8812327Z Building wheel for torchvision (setup.py) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | done 2022-09-27T15:29:35.9157693Z [?25h Created wheel for torchvision: filename=torchvision-0.14.0a0+2c1022e-cp37-cp37m-linux_x86_64.whl size=13794988 sha256=0c7d566f89960f19db27546537dc1af1966ec34c0ae86a82b4046df124d69e4b 2022-09-27T15:29:35.9158817Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/54/3c/b1/9e73e6e3c514e799d3391d5ca318b09f89e7fa0e9f925d2c5a 2022-09-27T15:29:35.9208099Z Successfully built torchvision 2022-09-27T15:29:36.6022951Z Installing collected packages: torchvision 2022-09-27T15:29:37.1398869Z Successfully installed torchvision-0.14.0a0+2c1022e 2022-09-27T15:29:37.2961129Z + install_torchdynamo 2022-09-27T15:29:37.2961359Z + local commit 2022-09-27T15:29:37.2963912Z ++ get_pinned_commit torchdynamo 2022-09-27T15:29:37.2964213Z ++ cat .github/ci_commit_pins/torchdynamo.txt 2022-09-27T15:29:37.2992196Z + commit=41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:29:37.2992758Z + pip_install --user git+https://github.com/pytorch/torchdynamo.git@41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:29:37.2993298Z + pip install --progress-bar off --user git+https://github.com/pytorch/torchdynamo.git@41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:29:37.6521377Z Collecting git+https://github.com/pytorch/torchdynamo.git@41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:29:37.6527373Z Cloning https://github.com/pytorch/torchdynamo.git (to revision 41c44bc1d080d6cf063419a4166732b983b84eef) to /tmp/pip-req-build-m3dexupj 2022-09-27T15:29:37.6557358Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/torchdynamo.git /tmp/pip-req-build-m3dexupj 2022-09-27T15:29:38.3191325Z Running command git rev-parse -q --verify 'sha^41c44bc1d080d6cf063419a4166732b983b84eef' 2022-09-27T15:29:38.3227200Z Running command git fetch -q https://github.com/pytorch/torchdynamo.git 41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:29:38.5811097Z Running command git checkout -q 41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:29:38.8731368Z Resolved https://github.com/pytorch/torchdynamo.git to commit 41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:29:40.5921766Z Preparing metadata (setup.py) ... [?25l- done 2022-09-27T15:29:40.5991851Z [?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:29:40.5996099Z Requirement already satisfied: numpy in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.18.5) 2022-09-27T15:29:40.6342737Z Collecting tabulate 2022-09-27T15:29:40.6502722Z Downloading tabulate-0.8.10-py3-none-any.whl (29 kB) 2022-09-27T15:29:40.6552214Z Requirement already satisfied: pyyaml in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (6.0) 2022-09-27T15:29:40.6555626Z Requirement already satisfied: sympy in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.10.1) 2022-09-27T15:29:40.6575736Z 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:29:40.6598707Z 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:29:40.6694214Z Building wheels for collected packages: torchdynamo 2022-09-27T15:29:44.1619091Z Building wheel for torchdynamo (setup.py) ... [?25l- \ | / - done 2022-09-27T15:29:44.1698799Z [?25h Created wheel for torchdynamo: filename=torchdynamo-1.13.0.dev0-cp37-cp37m-linux_x86_64.whl size=2593898 sha256=4f9fa870bd6a7f118b1b4a9ba223d9422250db73040fe36314a871c60215d3ec 2022-09-27T15:29:44.1700726Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/77/0f/de/99455111d0619b9c9ed3eeb8e83431c83a6c69394197cf5fb8 2022-09-27T15:29:44.1727372Z Successfully built torchdynamo 2022-09-27T15:29:44.8810318Z Installing collected packages: tabulate, torchdynamo 2022-09-27T15:29:45.1373950Z Successfully installed tabulate-0.8.10 torchdynamo-1.13.0.dev0 2022-09-27T15:29:45.2213906Z + test_python_shard 1 2022-09-27T15:29:45.2214364Z + [[ -z 2 ]] 2022-09-27T15:29:45.2214759Z + python test/run_test.py --exclude-jit-executor --exclude-distributed-tests --shard 1 2 --verbose 2022-09-27T15:29:46.6398381Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T15:29:46.7300070Z Ignoring disabled issues: [] 2022-09-27T15:29:46.7569242Z Found test time stats from artifacts 2022-09-27T15:29:46.7569880Z Selected tests: 2022-09-27T15:29:46.7570161Z test_ops 2022-09-27T15:29:46.7571623Z test_quantization 2022-09-27T15:29:46.7571890Z test_schema_check 2022-09-27T15:29:46.7572112Z test_reductions 2022-09-27T15:29:46.7572273Z test_modules 2022-09-27T15:29:46.7573591Z test_jit 2022-09-27T15:29:46.7573856Z test_jit_fuser_te 2022-09-27T15:29:46.7574078Z test_linalg 2022-09-27T15:29:46.7574311Z test_dataloader 2022-09-27T15:29:46.7574555Z test_optim 2022-09-27T15:29:46.7574770Z test_type_hints 2022-09-27T15:29:46.7575153Z test_tensorexpr 2022-09-27T15:29:46.7575381Z test_mkldnn 2022-09-27T15:29:46.7575595Z test_dispatch 2022-09-27T15:29:46.7576494Z nn/test_pooling 2022-09-27T15:29:46.7576741Z test_tensorboard 2022-09-27T15:29:46.7576972Z test_autograd 2022-09-27T15:29:46.7577217Z lazy/test_ts_opinfo 2022-09-27T15:29:46.7577469Z test_testing 2022-09-27T15:29:46.7577674Z test_masked 2022-09-27T15:29:46.7577913Z test_mkldnn_fusion 2022-09-27T15:29:46.7578159Z test_type_promotion 2022-09-27T15:29:46.7578380Z test_utils 2022-09-27T15:29:46.7578614Z test_cpp_api_parity 2022-09-27T15:29:46.7615464Z test_ao_sparsity 2022-09-27T15:29:46.7615844Z test_mkl_verbose 2022-09-27T15:29:46.7616177Z test_module_init 2022-09-27T15:29:46.7616493Z test_mkldnn_verbose 2022-09-27T15:29:46.7616706Z profiler/test_profiler 2022-09-27T15:29:46.7616896Z test_sort_and_select 2022-09-27T15:29:46.7617071Z test_package 2022-09-27T15:29:46.7617227Z test_logging 2022-09-27T15:29:46.7617460Z test_overrides 2022-09-27T15:29:46.7617788Z backends/xeon/test_launch 2022-09-27T15:29:46.7618095Z test_namedtuple_return_api 2022-09-27T15:29:46.7618388Z test_vmap 2022-09-27T15:29:46.7618645Z test_nestedtensor 2022-09-27T15:29:46.7618808Z test_shape_ops 2022-09-27T15:29:46.7618989Z test_namedtensor 2022-09-27T15:29:46.7619181Z test_functionalization 2022-09-27T15:29:46.7619350Z test_datapipe 2022-09-27T15:29:46.7619518Z test_fake_tensor 2022-09-27T15:29:46.7619717Z test_tensorexpr_pybind 2022-09-27T15:29:46.7620017Z nn/test_packed_sequence 2022-09-27T15:29:46.7620322Z test_monitor 2022-09-27T15:29:46.7620512Z lazy/test_reuse_ir 2022-09-27T15:29:46.7620771Z test_subclass 2022-09-27T15:29:46.7621045Z test_native_functions 2022-09-27T15:29:46.7621376Z test_multiprocessing_spawn 2022-09-27T15:29:46.7621750Z profiler/test_profiler_tree 2022-09-27T15:29:46.7622078Z test_show_pickle 2022-09-27T15:29:46.7622255Z test_type_info 2022-09-27T15:29:46.7622407Z test_license 2022-09-27T15:29:46.7622575Z test_fx_passes 2022-09-27T15:29:46.7622756Z test_native_mha 2022-09-27T15:29:46.7622921Z test_nvfuser_frontend 2022-09-27T15:29:46.7623092Z test_complex 2022-09-27T15:29:46.7623255Z test_vulkan 2022-09-27T15:29:46.7623407Z lazy/test_bindings 2022-09-27T15:29:46.7623587Z lazy/test_meta_kernel 2022-09-27T15:29:46.7623758Z test_cuda 2022-09-27T15:29:46.7623918Z test_cuda_sanitizer 2022-09-27T15:29:46.7624090Z test_deploy 2022-09-27T15:29:46.7624253Z test_fx_backends 2022-09-27T15:29:46.7624408Z test_jiterator 2022-09-27T15:29:46.7624578Z test_pruning_op 2022-09-27T15:29:47.0869256Z Prioritized test from test file changes. 2022-09-27T15:29:47.0869682Z reordering tests for PR: 2022-09-27T15:29:47.0871474Z prioritized: ['test_ops', 'test_schema_check', 'test_reductions', 'test_jit_fuser_te', 'test_linalg', 'test_optim', 'test_tensorexpr', 'test_dispatch', 'lazy/test_ts_opinfo', 'test_masked', 'profiler/test_profiler', 'test_overrides', 'test_namedtuple_return_api', 'test_nestedtensor', 'test_datapipe', 'test_fake_tensor', 'test_subclass', 'test_fx_passes'] 2022-09-27T15:29:47.0875105Z the rest: ['test_quantization', 'test_modules', 'test_jit', 'test_dataloader', 'test_type_hints', 'test_mkldnn', 'nn/test_pooling', 'test_tensorboard', 'test_autograd', 'test_testing', 'test_mkldnn_fusion', 'test_type_promotion', 'test_utils', 'test_cpp_api_parity', 'test_ao_sparsity', 'test_mkl_verbose', 'test_module_init', 'test_mkldnn_verbose', 'test_sort_and_select', 'test_package', 'test_logging', 'backends/xeon/test_launch', 'test_vmap', 'test_shape_ops', 'test_namedtensor', 'test_functionalization', 'test_tensorexpr_pybind', 'nn/test_packed_sequence', 'test_monitor', 'lazy/test_reuse_ir', 'test_native_functions', 'test_multiprocessing_spawn', 'profiler/test_profiler_tree', 'test_show_pickle', 'test_type_info', 'test_license', 'test_native_mha', 'test_nvfuser_frontend', 'test_complex', 'test_vulkan', '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:29:47.0876896Z 2022-09-27T15:29:47.0877647Z 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:29:47.1068147Z 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:29:47.1232973Z Running test_ops ... [2022-09-27 15:29:47.123052] 2022-09-27T15:29:47.1233533Z Executing ['/opt/conda/bin/python', '-bb', 'test_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:29:47.123094] 2022-09-27T15:29:50.5025375Z Test results will be stored in test-reports/python-pytest/test_ops/test_ops.xml 2022-09-27T15:29:50.6869051Z ============================= test session starts ============================== 2022-09-27T15:29:50.6869618Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-09-27T15:29:50.6930161Z cachedir: .pytest_cache 2022-09-27T15:29:50.6930734Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-09-27T15:29:50.6931233Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-09-27T15:29:50.6931762Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T15:29:50.6932182Z 2022-09-27T15:29:50.7336335Z gw0 I / gw1 I / gw2 I / gw3 I 2022-09-27T15:29:50.7336673Z [gw0] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:29:50.7336836Z 2022-09-27T15:29:50.7747541Z gw0 C / gw1 I / gw2 I / gw3 I 2022-09-27T15:29:50.7747871Z [gw1] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:29:50.7748036Z 2022-09-27T15:29:50.8167657Z gw0 C / gw1 C / gw2 I / gw3 I 2022-09-27T15:29:50.8167996Z [gw2] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:29:50.8168155Z 2022-09-27T15:29:50.8676100Z gw0 C / gw1 C / gw2 C / gw3 I 2022-09-27T15:29:50.8676598Z [gw3] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:29:50.8676861Z 2022-09-27T15:29:51.3196380Z gw0 C / gw1 C / gw2 C / gw3 C 2022-09-27T15:29:51.3197107Z [gw3] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:29:51.3197391Z 2022-09-27T15:29:51.3197532Z gw0 C / gw1 C / gw2 C / gw3 ok 2022-09-27T15:29:51.3198047Z [gw0] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:29:51.3198295Z 2022-09-27T15:29:51.3199064Z gw0 ok / gw1 C / gw2 C / gw3 ok 2022-09-27T15:29:51.3199571Z [gw1] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:29:51.3199825Z 2022-09-27T15:29:51.3340826Z gw0 ok / gw1 ok / gw2 C / gw3 ok 2022-09-27T15:29:51.3341825Z [gw2] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:29:51.3342096Z 2022-09-27T15:29:56.5195956Z gw0 ok / gw1 ok / gw2 ok / gw3 ok 2022-09-27T15:29:56.5665210Z gw0 [25028] / gw1 ok / gw2 ok / gw3 ok 2022-09-27T15:29:56.6765979Z gw0 [25028] / gw1 [25028] / gw2 ok / gw3 ok 2022-09-27T15:29:56.7080737Z gw0 [25028] / gw1 [25028] / gw2 ok / gw3 [25028] 2022-09-27T15:29:56.7084702Z gw0 [25028] / gw1 [25028] / gw2 [25028] / gw3 [25028] 2022-09-27T15:29:56.7084993Z scheduling tests via LoadScheduling 2022-09-27T15:29:56.8820236Z 2022-09-27T15:29:56.8820772Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_T_cpu_complex32 2022-09-27T15:29:56.8821221Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing___getitem___cpu_complex32 2022-09-27T15:29:56.8823013Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_abs_cpu_complex32 2022-09-27T15:29:56.8824395Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_H_cpu_complex32 2022-09-27T15:29:56.8916895Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_T_cpu_complex32 2022-09-27T15:29:56.8919613Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_H_cpu_complex32 2022-09-27T15:29:56.8922358Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing___getitem___cpu_complex32 2022-09-27T15:29:56.8925012Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_abs_cpu_complex32 2022-09-27T15:29:56.8926070Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_scatter_cpu_complex32 2022-09-27T15:29:56.8926924Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_add_cpu_complex32 2022-09-27T15:29:56.8927755Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_cpu_complex32 2022-09-27T15:29:56.8929619Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_1d_cpu_complex32 2022-09-27T15:29:56.8932750Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_cpu_complex32 2022-09-27T15:29:56.8935755Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_scatter_cpu_complex32 2022-09-27T15:29:56.8938791Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_add_cpu_complex32 2022-09-27T15:29:56.8943374Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_1d_cpu_complex32 2022-09-27T15:29:56.8979621Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_2d_cpu_complex32 2022-09-27T15:29:56.8982295Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_block_diag_cpu_complex32 2022-09-27T15:29:56.8984262Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_3d_cpu_complex32 2022-09-27T15:29:56.8991846Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bfloat16_cpu_complex32 2022-09-27T15:29:56.9001460Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bfloat16_cpu_complex32 2022-09-27T15:29:56.9012421Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_2d_cpu_complex32 2022-09-27T15:29:56.9015248Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_block_diag_cpu_complex32 2022-09-27T15:29:56.9017568Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_3d_cpu_complex32 2022-09-27T15:29:56.9019178Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chalf_cpu_complex32 2022-09-27T15:29:56.9023944Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chalf_cpu_complex32 2022-09-27T15:29:56.9025711Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_char_cpu_complex32 2022-09-27T15:29:56.9028087Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bool_cpu_complex32 2022-09-27T15:29:56.9030571Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_char_cpu_complex32 2022-09-27T15:29:56.9036702Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bool_cpu_complex32 2022-09-27T15:29:56.9041829Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chunk_cpu_complex32 2022-09-27T15:29:56.9043222Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_cpu_complex32 2022-09-27T15:29:56.9048714Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chunk_cpu_complex32 2022-09-27T15:29:56.9049565Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_column_stack_cpu_complex32 2022-09-27T15:29:56.9055743Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_cpu_complex32 2022-09-27T15:29:56.9385503Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_column_stack_cpu_complex32 2022-09-27T15:29:56.9415393Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_physical_cpu_complex32 2022-09-27T15:29:56.9427440Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_physical_cpu_complex32 2022-09-27T15:29:56.9428281Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diag_embed_cpu_complex32 2022-09-27T15:29:56.9539521Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diagonal_cpu_complex32 2022-09-27T15:29:56.9550061Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diagonal_cpu_complex32 2022-09-27T15:29:56.9823352Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diag_embed_cpu_complex32 2022-09-27T15:29:56.9864225Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_double_cpu_complex32 2022-09-27T15:29:56.9870600Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_double_cpu_complex32 2022-09-27T15:29:56.9873454Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_cpu_complex32 2022-09-27T15:29:56.9884662Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dstack_cpu_complex32 2022-09-27T15:29:56.9907819Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_cpu_complex32 2022-09-27T15:29:57.0263109Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dstack_cpu_complex32 2022-09-27T15:29:57.0281514Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_like_cpu_complex32 2022-09-27T15:29:57.0304678Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_like_cpu_complex32 2022-09-27T15:29:57.0305466Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_fftshift_cpu_complex32 2022-09-27T15:29:57.0346815Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_ifftshift_cpu_complex32 2022-09-27T15:29:57.0357474Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_fftshift_cpu_complex32 2022-09-27T15:29:57.0410714Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_ifftshift_cpu_complex32 2022-09-27T15:29:57.0478584Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cat_cpu_complex32 2022-09-27T15:29:57.0704165Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cat_cpu_complex32 2022-09-27T15:29:57.0749091Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fill_cpu_complex32 2022-09-27T15:29:57.0749760Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_float_cpu_complex32 2022-09-27T15:29:57.0750370Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_clone_cpu_complex32 2022-09-27T15:29:57.0786082Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hsplit_cpu_complex32 2022-09-27T15:29:57.0793514Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_clone_cpu_complex32 2022-09-27T15:29:57.0798365Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_float_cpu_complex32 2022-09-27T15:29:57.0809543Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hsplit_cpu_complex32 2022-09-27T15:29:57.1141177Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fill_cpu_complex32 2022-09-27T15:29:57.1170754Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hstack_cpu_complex32 2022-09-27T15:29:57.1185448Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hstack_cpu_complex32 2022-09-27T15:29:57.1191043Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_put_cpu_complex32 2022-09-27T15:29:57.1192948Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_contiguous_cpu_complex32 2022-09-27T15:29:57.1225018Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_add_cpu_complex32 2022-09-27T15:29:57.1230819Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_put_cpu_complex32 2022-09-27T15:29:57.1264715Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_contiguous_cpu_complex32 2022-09-27T15:29:57.1581038Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_add_cpu_complex32 2022-09-27T15:29:57.1607000Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_select_cpu_complex32 2022-09-27T15:29:57.1626274Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_select_cpu_complex32 2022-09-27T15:29:57.1627412Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dsplit_cpu_complex32 2022-09-27T15:29:57.1634312Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isinf_cpu_complex32 2022-09-27T15:29:57.1653149Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isreal_cpu_complex32 2022-09-27T15:29:57.1660650Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isinf_cpu_complex32 2022-09-27T15:29:57.1668055Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isreal_cpu_complex32 2022-09-27T15:29:57.2021908Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dsplit_cpu_complex32 2022-09-27T15:29:57.2056044Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_log_softmax_dtype_cpu_complex32 2022-09-27T15:29:57.2068924Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_log_softmax_dtype_cpu_complex32 2022-09-27T15:29:57.2070740Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mH_cpu_complex32 2022-09-27T15:29:57.2074025Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_eq_cpu_complex32 2022-09-27T15:29:57.2111378Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mT_cpu_complex32 2022-09-27T15:29:57.2125770Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mT_cpu_complex32 2022-09-27T15:29:57.2128064Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mH_cpu_complex32 2022-09-27T15:29:57.2461384Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_eq_cpu_complex32 2022-09-27T15:29:57.2503866Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_masked_fill_cpu_complex32 2022-09-27T15:29:57.2506947Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_copy_cpu_complex32 2022-09-27T15:29:57.2517759Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mul_cpu_complex32 2022-09-27T15:29:57.2522795Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_masked_fill_cpu_complex32 2022-09-27T15:29:57.2545402Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_flatten_cpu_complex32 2022-09-27T15:29:57.2557497Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_copy_cpu_complex32 2022-09-27T15:29:57.2582648Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_flatten_cpu_complex32 2022-09-27T15:29:57.2902013Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mul_cpu_complex32 2022-09-27T15:29:57.2946874Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_cpu_complex32 2022-09-27T15:29:57.2962778Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_cpu_complex32 2022-09-27T15:29:57.2963210Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_imag_cpu_complex32 2022-09-27T15:29:57.2970041Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_strided_cpu_complex32 2022-09-27T15:29:57.2972724Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_cpu_complex32 2022-09-27T15:29:57.2978049Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_cpu_complex32 2022-09-27T15:29:57.2984146Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_strided_cpu_complex32 2022-09-27T15:29:57.3344409Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_imag_cpu_complex32 2022-09-27T15:29:57.3387725Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_full_cpu_complex32 2022-09-27T15:29:57.3401055Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_nonzero_cpu_complex32 2022-09-27T15:29:57.3405721Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_full_cpu_complex32 2022-09-27T15:29:57.3408796Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isfinite_cpu_complex32 2022-09-27T15:29:57.3425218Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_zeros_cpu_complex32 2022-09-27T15:29:57.3434994Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isfinite_cpu_complex32 2022-09-27T15:29:57.3462535Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_zeros_cpu_complex32 2022-09-27T15:29:57.3781338Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_nonzero_cpu_complex32 2022-09-27T15:29:57.3803932Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_cpu_complex32 2022-09-27T15:29:57.3829769Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_cpu_complex32 2022-09-27T15:29:57.3830875Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_permute_cpu_complex32 2022-09-27T15:29:57.3832975Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_long_cpu_complex32 2022-09-27T15:29:57.3864376Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_positive_cpu_complex32 2022-09-27T15:29:57.3871410Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_positive_cpu_complex32 2022-09-27T15:29:57.3873969Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_permute_cpu_complex32 2022-09-27T15:29:57.4221802Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_long_cpu_complex32 2022-09-27T15:29:57.4233888Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_rand_like_cpu_complex32 2022-09-27T15:29:57.4268978Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_rand_like_cpu_complex32 2022-09-27T15:29:57.4270665Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_movedim_cpu_complex32 2022-09-27T15:29:57.4271555Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ravel_cpu_complex32 2022-09-27T15:29:57.4282067Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_like_cpu_complex32 2022-09-27T15:29:57.4303340Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_like_cpu_complex32 2022-09-27T15:29:57.4305575Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_movedim_cpu_complex32 2022-09-27T15:29:57.4662192Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ravel_cpu_complex32 2022-09-27T15:29:57.4689241Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_real_cpu_complex32 2022-09-27T15:29:57.4708546Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_real_cpu_complex32 2022-09-27T15:29:57.4709597Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_cpu_complex32 2022-09-27T15:29:57.4711703Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_neg_cpu_complex32 2022-09-27T15:29:57.4733890Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_as_cpu_complex32 2022-09-27T15:29:57.4746237Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_neg_cpu_complex32 2022-09-27T15:29:57.4753226Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_as_cpu_complex32 2022-09-27T15:29:57.5102046Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_cpu_complex32 2022-09-27T15:29:57.5124858Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_resolve_neg_cpu_complex32 2022-09-27T15:29:57.5147788Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_resolve_neg_cpu_complex32 2022-09-27T15:29:57.5151671Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sgn_cpu_complex32 2022-09-27T15:29:57.5153020Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_select_cpu_complex32 2022-09-27T15:29:57.5173326Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_ones_cpu_complex32 2022-09-27T15:29:57.5183498Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sgn_cpu_complex32 2022-09-27T15:29:57.5191203Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_select_cpu_complex32 2022-09-27T15:29:57.5541414Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_ones_cpu_complex32 2022-09-27T15:29:57.5568991Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_cpu_complex32 2022-09-27T15:29:57.5585298Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_cpu_complex32 2022-09-27T15:29:57.5589688Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_like_cpu_complex32 2022-09-27T15:29:57.5590497Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_squeeze_cpu_complex32 2022-09-27T15:29:57.5621905Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_stack_cpu_complex32 2022-09-27T15:29:57.5632835Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_like_cpu_complex32 2022-09-27T15:29:57.5635609Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_squeeze_cpu_complex32 2022-09-27T15:29:57.5981148Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_stack_cpu_complex32 2022-09-27T15:29:57.6028058Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sub_cpu_complex32 2022-09-27T15:29:57.6030106Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unflatten_cpu_complex32 2022-09-27T15:29:57.6030990Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_cpu_complex32 2022-09-27T15:29:57.6058459Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unbind_cpu_complex32 2022-09-27T15:29:57.6087565Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sub_cpu_complex32 2022-09-27T15:29:57.6092575Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_cpu_complex32 2022-09-27T15:29:57.6098932Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unflatten_cpu_complex32 2022-09-27T15:29:57.6421148Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unbind_cpu_complex32 2022-09-27T15:29:57.6467153Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unfold_cpu_complex32 2022-09-27T15:29:57.6467985Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_as_cpu_complex32 2022-09-27T15:29:57.6468981Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_cpu_complex32 2022-09-27T15:29:57.6503741Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_repeat_interleave_cpu_complex32 2022-09-27T15:29:57.6512316Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_as_cpu_complex32 2022-09-27T15:29:57.6534296Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_cpu_complex32 2022-09-27T15:29:57.6546445Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unfold_cpu_complex32 2022-09-27T15:29:57.6861501Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_repeat_interleave_cpu_complex32 2022-09-27T15:29:57.6890776Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vsplit_cpu_complex32 2022-09-27T15:29:57.6905761Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vsplit_cpu_complex32 2022-09-27T15:29:57.6911795Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_where_cpu_complex32 2022-09-27T15:29:57.6912650Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_roll_cpu_complex32 2022-09-27T15:29:57.6929290Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_cpu_complex32 2022-09-27T15:29:57.6948883Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_cpu_complex32 2022-09-27T15:29:57.6979023Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_where_cpu_complex32 2022-09-27T15:29:57.7303346Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_roll_cpu_complex32 2022-09-27T15:29:57.7343500Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_like_cpu_complex32 2022-09-27T15:29:57.7353826Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_like_cpu_complex32 2022-09-27T15:29:57.7355674Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_with_sizes_cpu_complex32 2022-09-27T15:29:57.7356582Z test_ops.py::TestCommonCPU::test_dtypes_T_cpu 2022-09-27T15:29:57.7399435Z test_ops.py::TestCommonCPU::test_dtypes___getitem___cpu 2022-09-27T15:29:57.7419723Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_with_sizes_cpu_complex32 2022-09-27T15:29:57.7603618Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes_T_cpu 2022-09-27T15:29:57.7744716Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___getitem___cpu 2022-09-27T15:29:57.7788778Z test_ops.py::TestCommonCPU::test_dtypes___radd___cpu 2022-09-27T15:29:57.7789652Z test_ops.py::TestCommonCPU::test_dtypes___rmatmul___cpu 2022-09-27T15:29:57.7790014Z test_ops.py::TestCommonCPU::test_dtypes___rdiv___cpu 2022-09-27T15:29:57.7867523Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_transpose_cpu_complex32 2022-09-27T15:29:57.7930931Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_transpose_cpu_complex32 2022-09-27T15:29:57.8068685Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___radd___cpu 2022-09-27T15:29:57.8184690Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rdiv___cpu 2022-09-27T15:29:57.8225829Z test_ops.py::TestCommonCPU::test_dtypes___rmod___cpu 2022-09-27T15:29:57.8226363Z test_ops.py::TestCommonCPU::test_dtypes___ror___cpu 2022-09-27T15:29:57.8281669Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unsqueeze_cpu_complex32 2022-09-27T15:29:57.8663824Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unsqueeze_cpu_complex32 2022-09-27T15:29:57.8696186Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vstack_cpu_complex32 2022-09-27T15:29:57.9103334Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vstack_cpu_complex32 2022-09-27T15:29:57.9149958Z test_ops.py::TestCommonCPU::test_dtypes_H_cpu 2022-09-27T15:29:57.9542717Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes_H_cpu 2022-09-27T15:29:57.9555669Z test_ops.py::TestCommonCPU::test_dtypes___rand___cpu 2022-09-27T15:29:57.9567499Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rmatmul___cpu 2022-09-27T15:29:58.0710205Z test_ops.py::TestCommonCPU::test_dtypes___rpow___cpu 2022-09-27T15:29:58.0717741Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___ror___cpu 2022-09-27T15:29:58.0867860Z test_ops.py::TestCommonCPU::test_dtypes__masked_amax_cpu 2022-09-27T15:29:58.0884118Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rpow___cpu 2022-09-27T15:29:58.1062736Z test_ops.py::TestCommonCPU::test_dtypes__masked_amin_cpu 2022-09-27T15:29:58.1070944Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rmod___cpu 2022-09-27T15:29:58.1694317Z test_ops.py::TestCommonCPU::test_dtypes___rsub___cpu 2022-09-27T15:29:58.1701208Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rsub___cpu 2022-09-27T15:29:58.2028023Z test_ops.py::TestCommonCPU::test_dtypes__masked_argmax_cpu 2022-09-27T15:29:58.2035222Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rand___cpu 2022-09-27T15:29:58.2181305Z test_ops.py::TestCommonCPU::test_dtypes___rmul___cpu 2022-09-27T15:29:58.2463390Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rmul___cpu 2022-09-27T15:29:58.3704253Z test_ops.py::TestCommonCPU::test_dtypes___rxor___cpu 2022-09-27T15:29:58.3711984Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_amax_cpu 2022-09-27T15:29:58.3909613Z test_ops.py::TestCommonCPU::test_dtypes__masked_cumprod_cpu 2022-09-27T15:29:58.3919641Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_amin_cpu 2022-09-27T15:29:58.4064239Z test_ops.py::TestCommonCPU::test_dtypes__masked_cumsum_cpu 2022-09-27T15:29:58.4074937Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_argmax_cpu 2022-09-27T15:29:58.4983315Z test_ops.py::TestCommonCPU::test_dtypes__masked_log_softmax_cpu 2022-09-27T15:29:58.4993678Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rxor___cpu 2022-09-27T15:29:58.5030772Z test_ops.py::TestCommonCPU::test_dtypes__masked_argmin_cpu 2022-09-27T15:29:58.5038366Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_cumsum_cpu 2022-09-27T15:29:58.5144789Z test_ops.py::TestCommonCPU::test_dtypes__masked_mean_cpu 2022-09-27T15:29:58.5153771Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_cumprod_cpu 2022-09-27T15:29:58.6580721Z test_ops.py::TestCommonCPU::test_dtypes__masked_logsumexp_cpu 2022-09-27T15:29:58.6588542Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_mean_cpu 2022-09-27T15:29:58.7079830Z test_ops.py::TestCommonCPU::test_dtypes__masked_prod_cpu 2022-09-27T15:29:58.7090516Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_argmin_cpu 2022-09-27T15:29:59.0625186Z test_ops.py::TestCommonCPU::test_dtypes__masked_logaddexp_cpu 2022-09-27T15:29:59.0633946Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_logaddexp_cpu 2022-09-27T15:29:59.1319583Z test_ops.py::TestCommonCPU::test_dtypes__masked_norm_cpu 2022-09-27T15:29:59.1328314Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_log_softmax_cpu 2022-09-27T15:29:59.2514752Z test_ops.py::TestCommonCPU::test_dtypes__masked_median_cpu 2022-09-27T15:29:59.2526047Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_median_cpu 2022-09-27T15:29:59.2720791Z test_ops.py::TestCommonCPU::test_dtypes__masked_softmax_cpu 2022-09-27T15:29:59.2729450Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_logsumexp_cpu 2022-09-27T15:29:59.4964530Z test_ops.py::TestCommonCPU::test_dtypes__masked_normalize_cpu 2022-09-27T15:29:59.4972699Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_prod_cpu 2022-09-27T15:29:59.5904472Z test_ops.py::TestCommonCPU::test_dtypes__masked_sum_cpu 2022-09-27T15:29:59.5911775Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_sum_cpu 2022-09-27T15:29:59.6065573Z test_ops.py::TestCommonCPU::test_dtypes__refs_acosh_cpu 2022-09-27T15:29:59.6344519Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_acosh_cpu 2022-09-27T15:29:59.9761036Z test_ops.py::TestCommonCPU::test_dtypes__refs_all_cpu 2022-09-27T15:29:59.9768648Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_softmax_cpu 2022-09-27T15:30:00.1157683Z test_ops.py::TestCommonCPU::test_dtypes__masked_var_cpu 2022-09-27T15:30:00.1166355Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_all_cpu 2022-09-27T15:30:00.1568521Z test_ops.py::TestCommonCPU::test_dtypes__refs_any_cpu 2022-09-27T15:30:00.1580626Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_normalize_cpu 2022-09-27T15:30:00.6023930Z test_ops.py::TestCommonCPU::test_dtypes__masked_std_cpu 2022-09-27T15:30:00.6030331Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_any_cpu 2022-09-27T15:30:00.6137430Z test_ops.py::TestCommonCPU::test_dtypes__refs_asinh_cpu 2022-09-27T15:30:00.6463542Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_asinh_cpu 2022-09-27T15:30:00.6602016Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_1d_cpu 2022-09-27T15:30:00.6903516Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_1d_cpu 2022-09-27T15:30:01.0104108Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_left_shift_cpu 2022-09-27T15:30:01.0115349Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_left_shift_cpu 2022-09-27T15:30:01.0179113Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_shapes_cpu 2022-09-27T15:30:01.0544941Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_shapes_cpu 2022-09-27T15:30:01.0741828Z test_ops.py::TestCommonCPU::test_dtypes__refs_ceil_cpu 2022-09-27T15:30:01.0983666Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_ceil_cpu 2022-09-27T15:30:01.1885408Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_min_cpu 2022-09-27T15:30:01.1893868Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_var_cpu 2022-09-27T15:30:01.1961575Z test_ops.py::TestCommonCPU::test_dtypes__refs_add_cpu 2022-09-27T15:30:01.1967945Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_min_cpu 2022-09-27T15:30:01.2012593Z test_ops.py::TestCommonCPU::test_dtypes__refs_conj_physical_cpu 2022-09-27T15:30:01.2427143Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_conj_physical_cpu 2022-09-27T15:30:01.2685844Z test_ops.py::TestCommonCPU::test_dtypes__refs_cos_cpu 2022-09-27T15:30:01.2754640Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_cos_cpu 2022-09-27T15:30:01.2764913Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_add_cpu 2022-09-27T15:30:01.2863609Z test_ops.py::TestCommonCPU::test_dtypes__refs_allclose_cpu 2022-09-27T15:30:01.3048303Z test_ops.py::TestCommonCPU::test_dtypes__refs_digamma_cpu 2022-09-27T15:30:01.3184574Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_allclose_cpu 2022-09-27T15:30:01.3269149Z test_ops.py::TestCommonCPU::test_dtypes__refs_arange_cpu 2022-09-27T15:30:01.3342453Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_digamma_cpu 2022-09-27T15:30:01.3498361Z test_ops.py::TestCommonCPU::test_dtypes__refs_dsplit_cpu 2022-09-27T15:30:01.3783480Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_dsplit_cpu 2022-09-27T15:30:01.7241328Z test_ops.py::TestCommonCPU::test_dtypes__refs_eq_cpu 2022-09-27T15:30:01.7250746Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_arange_cpu 2022-09-27T15:30:01.7596420Z test_ops.py::TestCommonCPU::test_dtypes__refs_atan2_cpu 2022-09-27T15:30:01.7607458Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_eq_cpu 2022-09-27T15:30:01.8082040Z test_ops.py::TestCommonCPU::test_dtypes__refs_exp2_cpu 2022-09-27T15:30:01.8090969Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_exp2_cpu 2022-09-27T15:30:01.8352311Z test_ops.py::TestCommonCPU::test_dtypes__refs_expm1_cpu 2022-09-27T15:30:01.8368578Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_expm1_cpu 2022-09-27T15:30:01.8379277Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_std_cpu 2022-09-27T15:30:01.8503044Z test_ops.py::TestCommonCPU::test_dtypes__refs_acos_cpu 2022-09-27T15:30:01.8598873Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftn_cpu 2022-09-27T15:30:01.8782078Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_acos_cpu 2022-09-27T15:30:01.9061788Z test_ops.py::TestCommonCPU::test_dtypes__refs_addr_cpu 2022-09-27T15:30:01.9116848Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_addr_cpu 2022-09-27T15:30:01.9123211Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_atan2_cpu 2022-09-27T15:30:01.9222089Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_2d_cpu 2022-09-27T15:30:01.9407443Z test_ops.py::TestCommonCPU::test_dtypes__refs_amin_cpu 2022-09-27T15:30:01.9548033Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_2d_cpu 2022-09-27T15:30:01.9556758Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftn_cpu 2022-09-27T15:30:01.9582920Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfftn_cpu 2022-09-27T15:30:02.0569307Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_not_cpu 2022-09-27T15:30:02.0618873Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_not_cpu 2022-09-27T15:30:02.0657692Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_tensors_cpu 2022-09-27T15:30:02.0663248Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfftn_cpu 2022-09-27T15:30:02.0669210Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_tensors_cpu 2022-09-27T15:30:02.0763235Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftshift_cpu 2022-09-27T15:30:02.1022038Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftshift_cpu 2022-09-27T15:30:02.1101940Z test_ops.py::TestCommonCPU::test_dtypes__refs_chunk_cpu 2022-09-27T15:30:02.1454478Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft2_cpu 2022-09-27T15:30:02.1463982Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_chunk_cpu 2022-09-27T15:30:02.1565416Z test_ops.py::TestCommonCPU::test_dtypes__refs_clone_cpu 2022-09-27T15:30:02.1605478Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_clone_cpu 2022-09-27T15:30:02.1615221Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft2_cpu 2022-09-27T15:30:02.1903472Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft_cpu 2022-09-27T15:30:02.2213463Z test_ops.py::TestCommonCPU::test_dtypes__refs_constant_pad_nd_cpu 2022-09-27T15:30:02.2225410Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_amin_cpu 2022-09-27T15:30:02.2346966Z test_ops.py::TestCommonCPU::test_dtypes__refs_asin_cpu 2022-09-27T15:30:02.2515314Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_asin_cpu 2022-09-27T15:30:02.2523020Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft_cpu 2022-09-27T15:30:02.2663852Z test_ops.py::TestCommonCPU::test_dtypes__refs_flip_cpu 2022-09-27T15:30:02.2750271Z test_ops.py::TestCommonCPU::test_dtypes__refs_atanh_cpu 2022-09-27T15:30:02.2815938Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_atanh_cpu 2022-09-27T15:30:02.2942171Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_flip_cpu 2022-09-27T15:30:02.3103029Z test_ops.py::TestCommonCPU::test_dtypes__refs_floor_cpu 2022-09-27T15:30:02.3137082Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_and_cpu 2022-09-27T15:30:02.3202585Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_floor_cpu 2022-09-27T15:30:02.3209136Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_constant_pad_nd_cpu 2022-09-27T15:30:02.3368260Z test_ops.py::TestCommonCPU::test_dtypes__refs_cosh_cpu 2022-09-27T15:30:02.3383229Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_cosh_cpu 2022-09-27T15:30:02.3624181Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmod_cpu 2022-09-27T15:30:02.5049789Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_floor_rounding_cpu 2022-09-27T15:30:02.5059804Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fmod_cpu 2022-09-27T15:30:02.5828124Z test_ops.py::TestCommonCPU::test_dtypes__refs_gt_cpu 2022-09-27T15:30:02.5836626Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_and_cpu 2022-09-27T15:30:02.5918979Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_xor_cpu 2022-09-27T15:30:02.5928046Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_div_floor_rounding_cpu 2022-09-27T15:30:02.6204963Z test_ops.py::TestCommonCPU::test_dtypes__refs_dstack_cpu 2022-09-27T15:30:02.6342478Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_dstack_cpu 2022-09-27T15:30:02.6569670Z test_ops.py::TestCommonCPU::test_dtypes__refs_erf_cpu 2022-09-27T15:30:02.6783222Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_erf_cpu 2022-09-27T15:30:02.6945623Z test_ops.py::TestCommonCPU::test_dtypes__refs_exp_cpu 2022-09-27T15:30:02.7225240Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_exp_cpu 2022-09-27T15:30:02.7652358Z test_ops.py::TestCommonCPU::test_dtypes__refs_eye_cpu 2022-09-27T15:30:02.7663415Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_eye_cpu 2022-09-27T15:30:02.7748340Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftshift_cpu 2022-09-27T15:30:02.8107601Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftshift_cpu 2022-09-27T15:30:02.8219342Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft2_cpu 2022-09-27T15:30:02.8236752Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_gt_cpu 2022-09-27T15:30:02.8570632Z test_ops.py::TestCommonCPU::test_dtypes__refs_hypot_cpu 2022-09-27T15:30:02.8581663Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_xor_cpu 2022-09-27T15:30:02.8699758Z test_ops.py::TestCommonCPU::test_dtypes__refs_cat_cpu 2022-09-27T15:30:02.8712867Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft2_cpu 2022-09-27T15:30:02.8899830Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft2_cpu 2022-09-27T15:30:02.9023279Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_cat_cpu 2022-09-27T15:30:02.9842436Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_max_cpu 2022-09-27T15:30:02.9857072Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft2_cpu 2022-09-27T15:30:03.0039356Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft_cpu 2022-09-27T15:30:03.0053298Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_max_cpu 2022-09-27T15:30:03.0126563Z test_ops.py::TestCommonCPU::test_dtypes__refs_conj_cpu 2022-09-27T15:30:03.0463381Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_conj_cpu 2022-09-27T15:30:03.0755837Z test_ops.py::TestCommonCPU::test_dtypes__refs_copysign_cpu 2022-09-27T15:30:03.0771492Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft_cpu 2022-09-27T15:30:03.1724246Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfftn_cpu 2022-09-27T15:30:03.1739035Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfftn_cpu 2022-09-27T15:30:03.1818046Z test_ops.py::TestCommonCPU::test_dtypes__refs_fliplr_cpu 2022-09-27T15:30:03.2132455Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fliplr_cpu 2022-09-27T15:30:03.2140723Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_hypot_cpu 2022-09-27T15:30:03.2147123Z test_ops.py::TestCommonCPU::test_dtypes__refs_imag_cpu 2022-09-27T15:30:03.2205088Z test_ops.py::TestCommonCPU::test_dtypes__refs_floor_divide_cpu 2022-09-27T15:30:03.2543367Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_imag_cpu 2022-09-27T15:30:03.2595061Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_select_cpu 2022-09-27T15:30:03.2605059Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_copysign_cpu 2022-09-27T15:30:03.2673159Z test_ops.py::TestCommonCPU::test_dtypes__refs_diagonal_cpu 2022-09-27T15:30:03.2766947Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_index_select_cpu 2022-09-27T15:30:03.2982322Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_diagonal_cpu 2022-09-27T15:30:03.3022771Z test_ops.py::TestCommonCPU::test_dtypes__refs_isnan_cpu 2022-09-27T15:30:03.3327831Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_trunc_rounding_cpu 2022-09-27T15:30:03.3423027Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isnan_cpu 2022-09-27T15:30:03.4402389Z test_ops.py::TestCommonCPU::test_dtypes__refs_lcm_cpu 2022-09-27T15:30:03.4410733Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_div_trunc_rounding_cpu 2022-09-27T15:30:03.4525888Z test_ops.py::TestCommonCPU::test_dtypes__refs_empty_like_cpu 2022-09-27T15:30:03.4808153Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_empty_like_cpu 2022-09-27T15:30:03.4817721Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_floor_divide_cpu 2022-09-27T15:30:03.4824348Z test_ops.py::TestCommonCPU::test_dtypes__refs_frac_cpu 2022-09-27T15:30:03.5082669Z test_ops.py::TestCommonCPU::test_dtypes__refs_erfinv_cpu 2022-09-27T15:30:03.5262772Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_erfinv_cpu 2022-09-27T15:30:03.5524982Z test_ops.py::TestCommonCPU::test_dtypes__refs_expand_cpu 2022-09-27T15:30:03.5567247Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_expand_cpu 2022-09-27T15:30:03.5575315Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_frac_cpu 2022-09-27T15:30:03.5702280Z test_ops.py::TestCommonCPU::test_dtypes__refs_heaviside_cpu 2022-09-27T15:30:03.6628824Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft_cpu 2022-09-27T15:30:03.6645082Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft_cpu 2022-09-27T15:30:03.7064508Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft_cpu 2022-09-27T15:30:03.7073661Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_lcm_cpu 2022-09-27T15:30:03.7422356Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_norm_cpu 2022-09-27T15:30:03.7433042Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft_cpu 2022-09-27T15:30:03.8264651Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftn_cpu 2022-09-27T15:30:03.8275757Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftn_cpu 2022-09-27T15:30:03.8853772Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfftn_cpu 2022-09-27T15:30:03.8864167Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_heaviside_cpu 2022-09-27T15:30:03.9345533Z test_ops.py::TestCommonCPU::test_dtypes__refs_i0_cpu 2022-09-27T15:30:03.9359014Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_i0_cpu 2022-09-27T15:30:03.9394058Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_add_cpu 2022-09-27T15:30:03.9410158Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfftn_cpu 2022-09-27T15:30:03.9557983Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft2_cpu 2022-09-27T15:30:03.9781910Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_index_add_cpu 2022-09-27T15:30:04.0285684Z test_ops.py::TestCommonCPU::test_dtypes__refs_isclose_cpu 2022-09-27T15:30:04.0297942Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft2_cpu 2022-09-27T15:30:04.0470416Z test_ops.py::TestCommonCPU::test_dtypes__refs_flatten_cpu 2022-09-27T15:30:04.0702895Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_flatten_cpu 2022-09-27T15:30:04.1383817Z test_ops.py::TestCommonCPU::test_dtypes__refs_float_power_cpu 2022-09-27T15:30:04.1391645Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_float_power_cpu 2022-09-27T15:30:04.2625155Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmin_cpu 2022-09-27T15:30:04.2632673Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fmin_cpu 2022-09-27T15:30:04.2899593Z test_ops.py::TestCommonCPU::test_dtypes__refs_ge_cpu 2022-09-27T15:30:04.2910968Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_norm_cpu 2022-09-27T15:30:04.3172407Z test_ops.py::TestCommonCPU::test_dtypes__refs_linspace_cpu 2022-09-27T15:30:04.3343686Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_linspace_cpu 2022-09-27T15:30:04.3583607Z test_ops.py::TestCommonCPU::test_dtypes__refs_log_cpu 2022-09-27T15:30:04.3783234Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_log_cpu 2022-09-27T15:30:04.5556433Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_or_cpu 2022-09-27T15:30:04.5564649Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_ge_cpu 2022-09-27T15:30:04.5707036Z test_ops.py::TestCommonCPU::test_dtypes__refs_hstack_cpu 2022-09-27T15:30:04.5983309Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_hstack_cpu 2022-09-27T15:30:04.6810596Z test_ops.py::TestCommonCPU::test_dtypes__refs_igammac_cpu 2022-09-27T15:30:04.6818395Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_logical_or_cpu 2022-09-27T15:30:04.7694626Z test_ops.py::TestCommonCPU::test_dtypes__refs_lt_cpu 2022-09-27T15:30:04.7705450Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_igammac_cpu 2022-09-27T15:30:04.7794003Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_fill_cpu 2022-09-27T15:30:04.8146946Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_index_fill_cpu 2022-09-27T15:30:04.8845961Z test_ops.py::TestCommonCPU::test_dtypes__refs_isinf_cpu 2022-09-27T15:30:04.8858379Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isinf_cpu 2022-09-27T15:30:04.9470745Z test_ops.py::TestCommonCPU::test_dtypes__refs_isreal_cpu 2022-09-27T15:30:04.9481903Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isclose_cpu 2022-09-27T15:30:04.9688719Z test_ops.py::TestCommonCPU::test_dtypes__refs_isneginf_cpu 2022-09-27T15:30:04.9700169Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_lt_cpu 2022-09-27T15:30:04.9735135Z test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_list_of_tensors_cpu 2022-09-27T15:30:04.9902943Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isneginf_cpu 2022-09-27T15:30:05.0069243Z test_ops.py::TestCommonCPU::test_dtypes__refs_le_cpu 2022-09-27T15:30:05.0077441Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isreal_cpu 2022-09-27T15:30:05.0194610Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_matrix_norm_cpu 2022-09-27T15:30:05.0200804Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_list_of_tensors_cpu 2022-09-27T15:30:05.0761570Z test_ops.py::TestCommonCPU::test_dtypes__refs_mul_cpu 2022-09-27T15:30:05.0779590Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_mul_cpu 2022-09-27T15:30:05.2857438Z test_ops.py::TestCommonCPU::test_dtypes__refs_ne_cpu 2022-09-27T15:30:05.2866661Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_le_cpu 2022-09-27T15:30:05.3242756Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svd_cpu 2022-09-27T15:30:05.3256581Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_matrix_norm_cpu 2022-09-27T15:30:05.3729803Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_vector_norm_cpu 2022-09-27T15:30:05.3741077Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_ne_cpu 2022-09-27T15:30:05.3840105Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_full_cpu 2022-09-27T15:30:05.4143415Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_new_full_cpu 2022-09-27T15:30:05.4685248Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_celu_cpu 2022-09-27T15:30:05.4691499Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_celu_cpu 2022-09-27T15:30:05.6604367Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_glu_cpu 2022-09-27T15:30:05.6613078Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_glu_cpu 2022-09-27T15:30:05.7330975Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_l1_loss_cpu 2022-09-27T15:30:05.7339518Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_l1_loss_cpu 2022-09-27T15:30:05.7825858Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mish_cpu 2022-09-27T15:30:05.7832629Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svd_cpu 2022-09-27T15:30:05.7996863Z test_ops.py::TestCommonCPU::test_dtypes__refs_log10_cpu 2022-09-27T15:30:05.8263007Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_log10_cpu 2022-09-27T15:30:05.8504421Z test_ops.py::TestCommonCPU::test_dtypes__refs_log_softmax_cpu 2022-09-27T15:30:05.8514680Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mish_cpu 2022-09-27T15:30:06.0010604Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:30:06.0019118Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_log_softmax_cpu 2022-09-27T15:30:06.1583315Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_xor_cpu 2022-09-27T15:30:06.1592142Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_vector_norm_cpu 2022-09-27T15:30:06.1757935Z test_ops.py::TestCommonCPU::test_dtypes__refs_log2_cpu 2022-09-27T15:30:06.2023592Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_log2_cpu 2022-09-27T15:30:06.2847889Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_not_cpu 2022-09-27T15:30:06.2859375Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_logical_xor_cpu 2022-09-27T15:30:06.3035828Z test_ops.py::TestCommonCPU::test_dtypes__refs_masked_fill_cpu 2022-09-27T15:30:06.3043851Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_logical_not_cpu 2022-09-27T15:30:06.3137812Z test_ops.py::TestCommonCPU::test_dtypes__refs_logsumexp_cpu 2022-09-27T15:30:06.3263320Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_masked_fill_cpu 2022-09-27T15:30:06.3897956Z test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_variadic_tensors_cpu 2022-09-27T15:30:06.3908456Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_variadic_tensors_cpu 2022-09-27T15:30:06.3924535Z test_ops.py::TestCommonCPU::test_dtypes__refs_nan_to_num_cpu 2022-09-27T15:30:06.3935944Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:30:06.4317169Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_selu_cpu 2022-09-27T15:30:06.4383079Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_selu_cpu 2022-09-27T15:30:06.4609411Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_threshold_cpu 2022-09-27T15:30:06.4616165Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nan_to_num_cpu 2022-09-27T15:30:06.4678721Z test_ops.py::TestCommonCPU::test_dtypes__refs_neg_cpu 2022-09-27T15:30:06.4688092Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_logsumexp_cpu 2022-09-27T15:30:06.4694616Z test_ops.py::TestCommonCPU::test_dtypes__refs_mean_cpu 2022-09-27T15:30:06.4982517Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_neg_cpu 2022-09-27T15:30:06.4990323Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_threshold_cpu 2022-09-27T15:30:06.5022827Z test_ops.py::TestCommonCPU::test_dtypes__refs_positive_cpu 2022-09-27T15:30:06.5037452Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_ones_cpu 2022-09-27T15:30:06.5089802Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_positive_cpu 2022-09-27T15:30:06.5422964Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_new_ones_cpu 2022-09-27T15:30:06.5462506Z test_ops.py::TestCommonCPU::test_dtypes__refs_ravel_cpu 2022-09-27T15:30:06.5592990Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_dropout_cpu 2022-09-27T15:30:06.5864275Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_ravel_cpu 2022-09-27T15:30:06.6035075Z test_ops.py::TestCommonCPU::test_dtypes__refs_repeat_cpu 2022-09-27T15:30:06.6042381Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_mean_cpu 2022-09-27T15:30:06.6088602Z test_ops.py::TestCommonCPU::test_dtypes__refs_movedim_cpu 2022-09-27T15:30:06.6240801Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_movedim_cpu 2022-09-27T15:30:06.6248049Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_dropout_cpu 2022-09-27T15:30:06.6267601Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardshrink_cpu 2022-09-27T15:30:06.6301429Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_repeat_cpu 2022-09-27T15:30:06.6463788Z test_ops.py::TestCommonCPU::test_dtypes__refs_rot90_cpu 2022-09-27T15:30:06.6728798Z test_ops.py::TestCommonCPU::test_dtypes__refs_native_layer_norm_cpu 2022-09-27T15:30:06.6743307Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_rot90_cpu 2022-09-27T15:30:06.6838465Z test_ops.py::TestCommonCPU::test_dtypes__refs_sgn_cpu 2022-09-27T15:30:06.7046129Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sgn_cpu 2022-09-27T15:30:06.7053277Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardshrink_cpu 2022-09-27T15:30:06.7182275Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_layer_norm_cpu 2022-09-27T15:30:06.7314200Z test_ops.py::TestCommonCPU::test_dtypes__refs_sin_cpu 2022-09-27T15:30:06.7624251Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sin_cpu 2022-09-27T15:30:06.8113913Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i0e_cpu 2022-09-27T15:30:06.8122954Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_i0e_cpu 2022-09-27T15:30:06.9435226Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_1_cpu 2022-09-27T15:30:06.9446887Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_1_cpu 2022-09-27T15:30:06.9535063Z test_ops.py::TestCommonCPU::test_dtypes__refs_sqrt_cpu 2022-09-27T15:30:06.9677990Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sqrt_cpu 2022-09-27T15:30:06.9685496Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_layer_norm_cpu 2022-09-27T15:30:06.9865893Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mse_loss_cpu 2022-09-27T15:30:07.0281848Z test_ops.py::TestCommonCPU::test_dtypes__refs_std_cpu 2022-09-27T15:30:07.0293434Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mse_loss_cpu 2022-09-27T15:30:07.2849948Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_prelu_cpu 2022-09-27T15:30:07.2850762Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_std_cpu 2022-09-27T15:30:07.3023776Z test_ops.py::TestCommonCPU::test_dtypes__refs_sum_to_size_cpu 2022-09-27T15:30:07.3265308Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sum_to_size_cpu 2022-09-27T15:30:07.3846495Z test_ops.py::TestCommonCPU::test_dtypes__refs_tensor_split_cpu 2022-09-27T15:30:07.3855880Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_prelu_cpu 2022-09-27T15:30:07.3927535Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softplus_cpu 2022-09-27T15:30:07.3936066Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_native_layer_norm_cpu 2022-09-27T15:30:07.4002396Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_strided_cpu 2022-09-27T15:30:07.4063977Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_strided_cpu 2022-09-27T15:30:07.4071597Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_tensor_split_cpu 2022-09-27T15:30:07.4245378Z test_ops.py::TestCommonCPU::test_dtypes__refs_tril_cpu 2022-09-27T15:30:07.4283909Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_tril_cpu 2022-09-27T15:30:07.4301693Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softplus_cpu 2022-09-27T15:30:07.4342215Z test_ops.py::TestCommonCPU::test_dtypes__refs_norm_cpu 2022-09-27T15:30:07.4503135Z test_ops.py::TestCommonCPU::test_dtypes__refs_nextafter_cpu 2022-09-27T15:30:07.5242306Z test_ops.py::TestCommonCPU::test_dtypes__refs_true_divide_cpu 2022-09-27T15:30:07.5250944Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_true_divide_cpu 2022-09-27T15:30:07.5714836Z test_ops.py::TestCommonCPU::test_dtypes__refs_unfold_copy_cpu 2022-09-27T15:30:07.5722523Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_unfold_copy_cpu 2022-09-27T15:30:07.5831107Z test_ops.py::TestCommonCPU::test_dtypes__refs_view_as_cpu 2022-09-27T15:30:07.6142559Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_view_as_cpu 2022-09-27T15:30:07.6474549Z test_ops.py::TestCommonCPU::test_dtypes__refs_where_cpu 2022-09-27T15:30:07.6582620Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_where_cpu 2022-09-27T15:30:07.6761864Z test_ops.py::TestCommonCPU::test_dtypes_acosh_cpu 2022-09-27T15:30:07.7022994Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_acosh_cpu 2022-09-27T15:30:07.8196222Z test_ops.py::TestCommonCPU::test_dtypes_addcmul_cpu 2022-09-27T15:30:07.8208199Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nextafter_cpu 2022-09-27T15:30:07.8556315Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_gelu_cpu 2022-09-27T15:30:07.8564708Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addcmul_cpu 2022-09-27T15:30:07.8923924Z test_ops.py::TestCommonCPU::test_dtypes_addr_cpu 2022-09-27T15:30:07.8932281Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_gelu_cpu 2022-09-27T15:30:07.9007795Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:30:07.9016147Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addr_cpu 2022-09-27T15:30:08.0394137Z test_ops.py::TestCommonCPU::test_dtypes_amin_cpu 2022-09-27T15:30:08.0407298Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:30:08.0977384Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:30:08.0990698Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_amin_cpu 2022-09-27T15:30:08.3709735Z test_ops.py::TestCommonCPU::test_dtypes_arange_cpu 2022-09-27T15:30:08.3722004Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_norm_cpu 2022-09-27T15:30:08.4252082Z test_ops.py::TestCommonCPU::test_dtypes__masked_softmin_cpu 2022-09-27T15:30:08.4260953Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_arange_cpu 2022-09-27T15:30:08.5996481Z test_ops.py::TestCommonCPU::test_dtypes_argwhere_cpu 2022-09-27T15:30:08.6009638Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_norm_cpu 2022-09-27T15:30:08.6064319Z test_ops.py::TestCommonCPU::test_dtypes__refs_pow_cpu 2022-09-27T15:30:08.6072297Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_argwhere_cpu 2022-09-27T15:30:08.6156212Z test_ops.py::TestCommonCPU::test_dtypes_asinh_cpu 2022-09-27T15:30:08.6502952Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_asinh_cpu 2022-09-27T15:30:08.6537894Z test_ops.py::TestCommonCPU::test_dtypes_atleast_1d_cpu 2022-09-27T15:30:08.6547207Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_pow_cpu 2022-09-27T15:30:08.6612247Z test_ops.py::TestCommonCPU::test_dtypes__refs_real_cpu 2022-09-27T15:30:08.6627641Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_real_cpu 2022-09-27T15:30:08.6645526Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_atleast_1d_cpu 2022-09-27T15:30:08.6651855Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:30:08.6943142Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pdist_cpu 2022-09-27T15:30:08.7022715Z test_ops.py::TestCommonCPU::test_dtypes_bernoulli_cpu 2022-09-27T15:30:08.7099553Z test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_as_cpu 2022-09-27T15:30:08.7463897Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_as_cpu 2022-09-27T15:30:08.7732189Z test_ops.py::TestCommonCPU::test_dtypes__refs_round_cpu 2022-09-27T15:30:08.7903347Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_round_cpu 2022-09-27T15:30:08.8377757Z test_ops.py::TestCommonCPU::test_dtypes__refs_sigmoid_cpu 2022-09-27T15:30:08.8385493Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sigmoid_cpu 2022-09-27T15:30:08.8530001Z test_ops.py::TestCommonCPU::test_dtypes__refs_sinc_cpu 2022-09-27T15:30:08.8735896Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sinc_cpu 2022-09-27T15:30:08.8743133Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pdist_cpu 2022-09-27T15:30:08.8822045Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu_cpu 2022-09-27T15:30:08.9195491Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1_cpu 2022-09-27T15:30:08.9203633Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu_cpu 2022-09-27T15:30:08.9288030Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:30:08.9296729Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1_cpu 2022-09-27T15:30:08.9463453Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_3_cpu 2022-09-27T15:30:08.9553219Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:30:08.9562236Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bernoulli_cpu 2022-09-27T15:30:08.9622186Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_left_shift_cpu 2022-09-27T15:30:08.9822332Z test_ops.py::TestCommonCPU::test_dtypes__refs_permute_cpu 2022-09-27T15:30:09.0062637Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_permute_cpu 2022-09-27T15:30:09.0178761Z test_ops.py::TestCommonCPU::test_dtypes__refs_randn_cpu 2022-09-27T15:30:09.0502788Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_randn_cpu 2022-09-27T15:30:09.0517193Z test_ops.py::TestCommonCPU::test_dtypes__refs_remainder_cpu 2022-09-27T15:30:09.0523973Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_3_cpu 2022-09-27T15:30:09.0680534Z test_ops.py::TestCommonCPU::test_dtypes__refs_square_cpu 2022-09-27T15:30:09.0943698Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_square_cpu 2022-09-27T15:30:09.1207256Z test_ops.py::TestCommonCPU::test_dtypes__refs_std_mean_cpu 2022-09-27T15:30:09.1215825Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_softmin_cpu 2022-09-27T15:30:09.1398057Z test_ops.py::TestCommonCPU::test_dtypes__refs_abs_cpu 2022-09-27T15:30:09.1625765Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_abs_cpu 2022-09-27T15:30:09.2404148Z test_ops.py::TestCommonCPU::test_dtypes__refs_addcdiv_cpu 2022-09-27T15:30:09.2411633Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_remainder_cpu 2022-09-27T15:30:09.2610088Z test_ops.py::TestCommonCPU::test_dtypes__refs_roll_cpu 2022-09-27T15:30:09.2621190Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bitwise_left_shift_cpu 2022-09-27T15:30:09.2755941Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_xor_cpu 2022-09-27T15:30:09.2763071Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_addcdiv_cpu 2022-09-27T15:30:09.2812683Z test_ops.py::TestCommonCPU::test_dtypes__refs_amax_cpu 2022-09-27T15:30:09.2823031Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_roll_cpu 2022-09-27T15:30:09.4276229Z test_ops.py::TestCommonCPU::test_dtypes__refs_rsub_cpu 2022-09-27T15:30:09.4284678Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_rsub_cpu 2022-09-27T15:30:09.4500017Z test_ops.py::TestCommonCPU::test_dtypes__refs_signbit_cpu 2022-09-27T15:30:09.4508424Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_std_mean_cpu 2022-09-27T15:30:09.4585251Z test_ops.py::TestCommonCPU::test_dtypes__refs_t_cpu 2022-09-27T15:30:09.4622968Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_t_cpu 2022-09-27T15:30:09.4702072Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_signbit_cpu 2022-09-27T15:30:09.4942742Z test_ops.py::TestCommonCPU::test_dtypes__refs_softmax_cpu 2022-09-27T15:30:09.5098145Z test_ops.py::TestCommonCPU::test_dtypes__refs_to_cpu 2022-09-27T15:30:09.5106843Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bitwise_xor_cpu 2022-09-27T15:30:09.5126910Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_shapes_cpu 2022-09-27T15:30:09.5449735Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_broadcast_shapes_cpu 2022-09-27T15:30:09.5456920Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_amax_cpu 2022-09-27T15:30:09.5543790Z test_ops.py::TestCommonCPU::test_dtypes__refs_as_strided_cpu 2022-09-27T15:30:09.5625578Z test_ops.py::TestCommonCPU::test_dtypes_byte_cpu 2022-09-27T15:30:09.5645911Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_as_strided_cpu 2022-09-27T15:30:09.5656619Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_to_cpu 2022-09-27T15:30:09.5784256Z test_ops.py::TestCommonCPU::test_dtypes__refs_tril_indices_cpu 2022-09-27T15:30:09.5902048Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_tril_indices_cpu 2022-09-27T15:30:09.5986910Z test_ops.py::TestCommonCPU::test_dtypes__refs_atan_cpu 2022-09-27T15:30:09.6062135Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_atan_cpu 2022-09-27T15:30:09.6265364Z test_ops.py::TestCommonCPU::test_dtypes__refs_trunc_cpu 2022-09-27T15:30:09.6342025Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_trunc_cpu 2022-09-27T15:30:09.6416129Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_3d_cpu 2022-09-27T15:30:09.6423988Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_softmax_cpu 2022-09-27T15:30:09.6502962Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_logit_cpu 2022-09-27T15:30:09.6835516Z test_ops.py::TestCommonCPU::test_dtypes__refs_unsqueeze_cpu 2022-09-27T15:30:09.6843021Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_3d_cpu 2022-09-27T15:30:09.6925455Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_or_cpu 2022-09-27T15:30:09.6934343Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_logit_cpu 2022-09-27T15:30:09.6950768Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_zeta_cpu 2022-09-27T15:30:09.6981768Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_unsqueeze_cpu 2022-09-27T15:30:09.7120592Z test_ops.py::TestCommonCPU::test_dtypes__refs_view_cpu 2022-09-27T15:30:09.7131312Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_byte_cpu 2022-09-27T15:30:09.7248275Z test_ops.py::TestCommonCPU::test_dtypes_ceil_cpu 2022-09-27T15:30:09.7344100Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_view_cpu 2022-09-27T15:30:09.7421975Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ceil_cpu 2022-09-27T15:30:09.7446210Z test_ops.py::TestCommonCPU::test_dtypes__refs_zeros_cpu 2022-09-27T15:30:09.7541881Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_zeros_cpu 2022-09-27T15:30:09.7865206Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_inverse_cpu 2022-09-27T15:30:09.8120575Z test_ops.py::TestCommonCPU::test_dtypes_add_cpu 2022-09-27T15:30:09.8129875Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cholesky_inverse_cpu 2022-09-27T15:30:09.8481608Z test_ops.py::TestCommonCPU::test_dtypes_clamp_max_cpu 2022-09-27T15:30:09.8490074Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_zeta_cpu 2022-09-27T15:30:09.8609233Z test_ops.py::TestCommonCPU::test_dtypes__refs_stack_cpu 2022-09-27T15:30:09.8645340Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_stack_cpu 2022-09-27T15:30:09.8653754Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_add_cpu 2022-09-27T15:30:09.8902847Z test_ops.py::TestCommonCPU::test_dtypes_addmm_cpu 2022-09-27T15:30:09.9020888Z test_ops.py::TestCommonCPU::test_dtypes__refs_sum_cpu 2022-09-27T15:30:09.9063052Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addmm_cpu 2022-09-27T15:30:09.9076381Z test_ops.py::TestCommonCPU::test_dtypes_all_cpu 2022-09-27T15:30:09.9083655Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_clamp_max_cpu 2022-09-27T15:30:09.9421708Z test_ops.py::TestCommonCPU::test_dtypes_combinations_cpu 2022-09-27T15:30:09.9501241Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_combinations_cpu 2022-09-27T15:30:09.9548932Z test_ops.py::TestCommonCPU::test_dtypes_constant_pad_nd_cpu 2022-09-27T15:30:09.9558518Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_or_cpu 2022-09-27T15:30:09.9753731Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_to_cpu 2022-09-27T15:30:09.9918155Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_to_cpu 2022-09-27T15:30:09.9941900Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_constant_pad_nd_cpu 2022-09-27T15:30:09.9982429Z test_ops.py::TestCommonCPU::test_dtypes_cos_cpu 2022-09-27T15:30:10.0115777Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_cpu 2022-09-27T15:30:10.0326758Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cos_cpu 2022-09-27T15:30:10.0336515Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sum_cpu 2022-09-27T15:30:10.0381993Z test_ops.py::TestCommonCPU::test_dtypes__refs_tanh_cpu 2022-09-27T15:30:10.0442749Z test_ops.py::TestCommonCPU::test_dtypes_cross_cpu 2022-09-27T15:30:10.0732845Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_tanh_cpu 2022-09-27T15:30:10.0744334Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_cpu 2022-09-27T15:30:10.0745243Z test_ops.py::TestCommonCPU::test_dtypes__refs_column_stack_cpu 2022-09-27T15:30:10.0788480Z test_ops.py::TestCommonCPU::test_dtypes__refs_transpose_cpu 2022-09-27T15:30:10.0821706Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cross_cpu 2022-09-27T15:30:10.0947799Z test_ops.py::TestCommonCPU::test_dtypes_cumsum_cpu 2022-09-27T15:30:10.0969161Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_transpose_cpu 2022-09-27T15:30:10.1059490Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_column_stack_cpu 2022-09-27T15:30:10.1182902Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cumsum_cpu 2022-09-27T15:30:10.1184274Z test_ops.py::TestCommonCPU::test_dtypes__refs_contiguous_cpu 2022-09-27T15:30:10.1227166Z test_ops.py::TestCommonCPU::test_dtypes__refs_triu_indices_cpu 2022-09-27T15:30:10.1263062Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_contiguous_cpu 2022-09-27T15:30:10.1274735Z test_ops.py::TestCommonCPU::test_dtypes_diag_embed_cpu 2022-09-27T15:30:10.1429422Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_triu_indices_cpu 2022-09-27T15:30:10.1623813Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_diag_embed_cpu 2022-09-27T15:30:10.1624598Z test_ops.py::TestCommonCPU::test_dtypes__refs_diag_embed_cpu 2022-09-27T15:30:10.1702539Z test_ops.py::TestCommonCPU::test_dtypes__refs_unflatten_cpu 2022-09-27T15:30:10.1760241Z test_ops.py::TestCommonCPU::test_dtypes_diff_cpu 2022-09-27T15:30:10.2064295Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_unflatten_cpu 2022-09-27T15:30:10.2981973Z test_ops.py::TestCommonCPU::test_dtypes__refs_var_mean_cpu 2022-09-27T15:30:10.2986877Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_all_cpu 2022-09-27T15:30:10.3001972Z test_ops.py::TestCommonCPU::test_dtypes_aminmax_cpu 2022-09-27T15:30:10.3069252Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_diff_cpu 2022-09-27T15:30:10.3076047Z test_ops.py::TestCommonCPU::test_dtypes_div_no_rounding_mode_cpu 2022-09-27T15:30:10.3098467Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_diag_embed_cpu 2022-09-27T15:30:10.3233393Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_no_rounding_mode_cpu 2022-09-27T15:30:10.3423264Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_div_no_rounding_mode_cpu 2022-09-27T15:30:10.3469215Z test_ops.py::TestCommonCPU::test_dtypes_dsplit_cpu 2022-09-27T15:30:10.3863514Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_dsplit_cpu 2022-09-27T15:30:10.3872108Z test_ops.py::TestCommonCPU::test_dtypes_empty_like_cpu 2022-09-27T15:30:10.3883640Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_div_no_rounding_mode_cpu 2022-09-27T15:30:10.3927048Z test_ops.py::TestCommonCPU::test_dtypes__refs_empty_cpu 2022-09-27T15:30:10.3939569Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_empty_like_cpu 2022-09-27T15:30:10.4203767Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_empty_cpu 2022-09-27T15:30:10.4220326Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_aminmax_cpu 2022-09-27T15:30:10.4303500Z test_ops.py::TestCommonCPU::test_dtypes_argmax_cpu 2022-09-27T15:30:10.4305155Z test_ops.py::TestCommonCPU::test_dtypes_erfc_cpu 2022-09-27T15:30:10.4746690Z test_ops.py::TestCommonCPU::test_dtypes__refs_erfc_cpu 2022-09-27T15:30:10.4754738Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_erfc_cpu 2022-09-27T15:30:10.4837811Z test_ops.py::TestCommonCPU::test_dtypes_expand_as_cpu 2022-09-27T15:30:10.4882032Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_expand_as_cpu 2022-09-27T15:30:10.4889311Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_erfc_cpu 2022-09-27T15:30:10.4950809Z test_ops.py::TestCommonCPU::test_dtypes__refs_expand_as_cpu 2022-09-27T15:30:10.5182878Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_expand_as_cpu 2022-09-27T15:30:10.5303071Z test_ops.py::TestCommonCPU::test_dtypes_fft_fft2_cpu 2022-09-27T15:30:10.5476502Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft2_cpu 2022-09-27T15:30:10.5485916Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_var_mean_cpu 2022-09-27T15:30:10.5659676Z test_ops.py::TestCommonCPU::test_dtypes__refs_vstack_cpu 2022-09-27T15:30:10.5779480Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_vstack_cpu 2022-09-27T15:30:10.5788863Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft2_cpu 2022-09-27T15:30:10.5816153Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft2_cpu 2022-09-27T15:30:10.5830905Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_fft2_cpu 2022-09-27T15:30:10.5903526Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfft2_cpu 2022-09-27T15:30:10.6107058Z test_ops.py::TestCommonCPU::test_dtypes_acos_cpu 2022-09-27T15:30:10.6341919Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_acos_cpu 2022-09-27T15:30:10.6629473Z test_ops.py::TestCommonCPU::test_dtypes_addcdiv_cpu 2022-09-27T15:30:10.6641936Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft2_cpu 2022-09-27T15:30:10.6681280Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft_cpu 2022-09-27T15:30:10.6691826Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_hfft2_cpu 2022-09-27T15:30:10.7414938Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifft_cpu 2022-09-27T15:30:10.7427390Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ifft_cpu 2022-09-27T15:30:10.7757056Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft_cpu 2022-09-27T15:30:10.7769595Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft_cpu 2022-09-27T15:30:10.8502054Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft_cpu 2022-09-27T15:30:10.8514058Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft_cpu 2022-09-27T15:30:10.8696612Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfftn_cpu 2022-09-27T15:30:10.8710678Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft_cpu 2022-09-27T15:30:10.9155196Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfftn_cpu 2022-09-27T15:30:10.9166278Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_irfftn_cpu 2022-09-27T15:30:10.9202938Z test_ops.py::TestCommonCPU::test_dtypes_fill_cpu 2022-09-27T15:30:10.9210252Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_argmax_cpu 2022-09-27T15:30:10.9235726Z test_ops.py::TestCommonCPU::test_dtypes_as_strided_cpu 2022-09-27T15:30:10.9300941Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fill_cpu 2022-09-27T15:30:10.9563782Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_as_strided_cpu 2022-09-27T15:30:10.9573926Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfftn_cpu 2022-09-27T15:30:10.9582942Z test_ops.py::TestCommonCPU::test_dtypes__refs_fill_cpu 2022-09-27T15:30:10.9622233Z test_ops.py::TestCommonCPU::test_dtypes_flipud_cpu 2022-09-27T15:30:10.9640151Z test_ops.py::TestCommonCPU::test_dtypes_atan2_cpu 2022-09-27T15:30:10.9729647Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_flipud_cpu 2022-09-27T15:30:10.9982151Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fill_cpu 2022-09-27T15:30:11.0022058Z test_ops.py::TestCommonCPU::test_dtypes__refs_flipud_cpu 2022-09-27T15:30:11.0060994Z test_ops.py::TestCommonCPU::test_dtypes_floor_divide_cpu 2022-09-27T15:30:11.0422874Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_flipud_cpu 2022-09-27T15:30:11.0639019Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmax_cpu 2022-09-27T15:30:11.0649483Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addcdiv_cpu 2022-09-27T15:30:11.0919057Z test_ops.py::TestCommonCPU::test_dtypes_addmv_cpu 2022-09-27T15:30:11.0926565Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_atan2_cpu 2022-09-27T15:30:11.1067653Z test_ops.py::TestCommonCPU::test_dtypes_atleast_2d_cpu 2022-09-27T15:30:11.1249443Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_atleast_2d_cpu 2022-09-27T15:30:11.1256298Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addmv_cpu 2022-09-27T15:30:11.1343748Z test_ops.py::TestCommonCPU::test_dtypes_amax_cpu 2022-09-27T15:30:11.1407483Z test_ops.py::TestCommonCPU::test_dtypes_bfloat16_cpu 2022-09-27T15:30:11.1462375Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bfloat16_cpu 2022-09-27T15:30:11.1472044Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_floor_divide_cpu 2022-09-27T15:30:11.1650612Z test_ops.py::TestCommonCPU::test_dtypes_frac_cpu 2022-09-27T15:30:11.1657647Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fmax_cpu 2022-09-27T15:30:11.1782109Z test_ops.py::TestCommonCPU::test_dtypes__refs_gcd_cpu 2022-09-27T15:30:11.2550611Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_not_cpu 2022-09-27T15:30:11.2559067Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_frac_cpu 2022-09-27T15:30:11.2699378Z test_ops.py::TestCommonCPU::test_dtypes_gcd_cpu 2022-09-27T15:30:11.2707528Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bitwise_not_cpu 2022-09-27T15:30:11.3077813Z test_ops.py::TestCommonCPU::test_dtypes_block_diag_cpu 2022-09-27T15:30:11.3144520Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_block_diag_cpu 2022-09-27T15:30:11.3207389Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_tensors_cpu 2022-09-27T15:30:11.3399661Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_broadcast_tensors_cpu 2022-09-27T15:30:11.3407552Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_amax_cpu 2022-09-27T15:30:11.3585807Z test_ops.py::TestCommonCPU::test_dtypes_any_cpu 2022-09-27T15:30:11.3655799Z test_ops.py::TestCommonCPU::test_dtypes_cartesian_prod_cpu 2022-09-27T15:30:11.4026828Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cartesian_prod_cpu 2022-09-27T15:30:11.4125521Z test_ops.py::TestCommonCPU::test_dtypes_chalf_cpu 2022-09-27T15:30:11.4466205Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_chalf_cpu 2022-09-27T15:30:11.4753342Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_solve_cpu 2022-09-27T15:30:11.4759856Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_gcd_cpu 2022-09-27T15:30:11.4925950Z test_ops.py::TestCommonCPU::test_dtypes__refs_hsplit_cpu 2022-09-27T15:30:11.5185381Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_hsplit_cpu 2022-09-27T15:30:11.5198438Z test_ops.py::TestCommonCPU::test_dtypes__refs_igamma_cpu 2022-09-27T15:30:11.5205928Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cholesky_solve_cpu 2022-09-27T15:30:11.5693146Z test_ops.py::TestCommonCPU::test_dtypes_clamp_min_cpu 2022-09-27T15:30:11.5705341Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_gcd_cpu 2022-09-27T15:30:11.6164473Z test_ops.py::TestCommonCPU::test_dtypes_gt_cpu 2022-09-27T15:30:11.6173255Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_clamp_min_cpu 2022-09-27T15:30:11.6866403Z test_ops.py::TestCommonCPU::test_dtypes_complex_cpu 2022-09-27T15:30:11.6874607Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_igamma_cpu 2022-09-27T15:30:11.6975750Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_copy_cpu 2022-09-27T15:30:11.7195589Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_index_copy_cpu 2022-09-27T15:30:11.7204058Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_any_cpu 2022-09-27T15:30:11.7303963Z test_ops.py::TestCommonCPU::test_dtypes_argsort_cpu 2022-09-27T15:30:11.8284717Z test_ops.py::TestCommonCPU::test_dtypes__refs_isfinite_cpu 2022-09-27T15:30:11.8292998Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_gt_cpu 2022-09-27T15:30:11.8444441Z test_ops.py::TestCommonCPU::test_dtypes_histogram_cpu 2022-09-27T15:30:11.8453282Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isfinite_cpu 2022-09-27T15:30:11.8809634Z test_ops.py::TestCommonCPU::test_dtypes__refs_isposinf_cpu 2022-09-27T15:30:11.8862860Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isposinf_cpu 2022-09-27T15:30:11.9274681Z test_ops.py::TestCommonCPU::test_dtypes__refs_lgamma_cpu 2022-09-27T15:30:11.9342747Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_lgamma_cpu 2022-09-27T15:30:11.9648689Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svdvals_cpu 2022-09-27T15:30:11.9656780Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_complex_cpu 2022-09-27T15:30:11.9703482Z test_ops.py::TestCommonCPU::test_dtypes_contiguous_cpu 2022-09-27T15:30:12.0063555Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_contiguous_cpu 2022-09-27T15:30:12.0303175Z test_ops.py::TestCommonCPU::test_dtypes_cosh_cpu 2022-09-27T15:30:12.0503272Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cosh_cpu 2022-09-27T15:30:12.0556146Z test_ops.py::TestCommonCPU::test_dtypes_cummax_cpu 2022-09-27T15:30:12.0566880Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svdvals_cpu 2022-09-27T15:30:12.0796191Z test_ops.py::TestCommonCPU::test_dtypes__refs_log1p_cpu 2022-09-27T15:30:12.0949188Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_log1p_cpu 2022-09-27T15:30:12.0956350Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cummax_cpu 2022-09-27T15:30:12.0982546Z test_ops.py::TestCommonCPU::test_dtypes_cumulative_trapezoid_cpu 2022-09-27T15:30:12.1858902Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_and_cpu 2022-09-27T15:30:12.1866677Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cumulative_trapezoid_cpu 2022-09-27T15:30:12.2214753Z test_ops.py::TestCommonCPU::test_dtypes_diagflat_cpu 2022-09-27T15:30:12.2303519Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_diagflat_cpu 2022-09-27T15:30:12.2731980Z test_ops.py::TestCommonCPU::test_dtypes_digamma_cpu 2022-09-27T15:30:12.2782991Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_digamma_cpu 2022-09-27T15:30:12.3876937Z test_ops.py::TestCommonCPU::test_dtypes_div_trunc_rounding_cpu 2022-09-27T15:30:12.3884801Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_logical_and_cpu 2022-09-27T15:30:12.4360190Z test_ops.py::TestCommonCPU::test_dtypes__refs_logspace_cpu 2022-09-27T15:30:12.4372152Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_div_trunc_rounding_cpu 2022-09-27T15:30:12.4488270Z test_ops.py::TestCommonCPU::test_dtypes_dstack_cpu 2022-09-27T15:30:12.4784284Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_dstack_cpu 2022-09-27T15:30:12.6692351Z test_ops.py::TestCommonCPU::test_dtypes_eq_cpu 2022-09-27T15:30:12.6704521Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_argsort_cpu 2022-09-27T15:30:12.6793766Z test_ops.py::TestCommonCPU::test_dtypes_asin_cpu 2022-09-27T15:30:12.7145393Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_asin_cpu 2022-09-27T15:30:12.7256084Z test_ops.py::TestCommonCPU::test_dtypes_atanh_cpu 2022-09-27T15:30:12.7584965Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_atanh_cpu 2022-09-27T15:30:12.8293363Z test_ops.py::TestCommonCPU::test_dtypes_baddbmm_cpu 2022-09-27T15:30:12.8304893Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_logspace_cpu 2022-09-27T15:30:12.8348036Z test_ops.py::TestCommonCPU::test_dtypes__refs_maximum_cpu 2022-09-27T15:30:12.8356067Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_eq_cpu 2022-09-27T15:30:12.8422056Z test_ops.py::TestCommonCPU::test_dtypes_erfinv_cpu 2022-09-27T15:30:12.8431014Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_baddbmm_cpu 2022-09-27T15:30:12.8527451Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_and_cpu 2022-09-27T15:30:12.8782926Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_erfinv_cpu 2022-09-27T15:30:12.8901741Z test_ops.py::TestCommonCPU::test_dtypes_expand_cpu 2022-09-27T15:30:12.9222938Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_expand_cpu 2022-09-27T15:30:12.9683239Z test_ops.py::TestCommonCPU::test_dtypes_fft_fft_cpu 2022-09-27T15:30:12.9691424Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_maximum_cpu 2022-09-27T15:30:12.9746441Z test_ops.py::TestCommonCPU::test_dtypes__refs_minimum_cpu 2022-09-27T15:30:12.9759191Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_fft_cpu 2022-09-27T15:30:13.0324687Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfft_cpu 2022-09-27T15:30:13.0333221Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_hfft_cpu 2022-09-27T15:30:13.0893308Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifftn_cpu 2022-09-27T15:30:13.0908836Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bitwise_and_cpu 2022-09-27T15:30:13.0916790Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_right_shift_cpu 2022-09-27T15:30:13.0924507Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ifftn_cpu 2022-09-27T15:30:13.1091311Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfftn_cpu 2022-09-27T15:30:13.1102400Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_minimum_cpu 2022-09-27T15:30:13.1430417Z test_ops.py::TestCommonCPU::test_dtypes__refs_narrow_cpu 2022-09-27T15:30:13.1543368Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_narrow_cpu 2022-09-27T15:30:13.1633806Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_cpu 2022-09-27T15:30:13.1984395Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_cpu 2022-09-27T15:30:13.2053306Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_zeros_cpu 2022-09-27T15:30:13.2364225Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_new_zeros_cpu 2022-09-27T15:30:13.2372658Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ihfftn_cpu 2022-09-27T15:30:13.2463514Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfft2_cpu 2022-09-27T15:30:13.2944543Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_elu_cpu 2022-09-27T15:30:13.2952205Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_elu_cpu 2022-09-27T15:30:13.3297677Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardtanh_cpu 2022-09-27T15:30:13.3309023Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_rfft2_cpu 2022-09-27T15:30:13.3395338Z test_ops.py::TestCommonCPU::test_dtypes_flatten_cpu 2022-09-27T15:30:13.3583257Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_flatten_cpu 2022-09-27T15:30:13.3590262Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardtanh_cpu 2022-09-27T15:30:13.3742233Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_leaky_relu_cpu 2022-09-27T15:30:13.3756453Z test_ops.py::TestCommonCPU::test_dtypes_float_cpu 2022-09-27T15:30:13.3766368Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bitwise_right_shift_cpu 2022-09-27T15:30:13.3834662Z test_ops.py::TestCommonCPU::test_dtypes_bool_cpu 2022-09-27T15:30:13.4183968Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_float_cpu 2022-09-27T15:30:13.4570773Z test_ops.py::TestCommonCPU::test_dtypes_fmax_cpu 2022-09-27T15:30:13.4582490Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_leaky_relu_cpu 2022-09-27T15:30:13.5001099Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:30:13.5063794Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:30:13.5389762Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu6_cpu 2022-09-27T15:30:13.5400336Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fmax_cpu 2022-09-27T15:30:13.5455920Z test_ops.py::TestCommonCPU::test_dtypes_frexp_cpu 2022-09-27T15:30:13.5502976Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu6_cpu 2022-09-27T15:30:13.5811810Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softshrink_cpu 2022-09-27T15:30:13.5820388Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bool_cpu 2022-09-27T15:30:13.6683804Z test_ops.py::TestCommonCPU::test_dtypes_bucketize_cpu 2022-09-27T15:30:13.6692181Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_frexp_cpu 2022-09-27T15:30:13.6721548Z test_ops.py::TestCommonCPU::test_dtypes_ge_cpu 2022-09-27T15:30:13.6729406Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softshrink_cpu 2022-09-27T15:30:13.6757145Z test_ops.py::TestCommonCPU::test_dtypes__refs_ones_cpu 2022-09-27T15:30:13.7146496Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_ones_cpu 2022-09-27T15:30:13.9255278Z test_ops.py::TestCommonCPU::test_dtypes__refs_prod_cpu 2022-09-27T15:30:13.9262512Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ge_cpu 2022-09-27T15:30:13.9273165Z test_ops.py::TestCommonCPU::test_dtypes_half_cpu 2022-09-27T15:30:13.9283315Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_prod_cpu 2022-09-27T15:30:13.9332780Z test_ops.py::TestCommonCPU::test_dtypes__refs_reciprocal_cpu 2022-09-27T15:30:13.9449495Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_half_cpu 2022-09-27T15:30:13.9704464Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_reciprocal_cpu 2022-09-27T15:30:13.9704816Z test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_cpu 2022-09-27T15:30:14.0063793Z test_ops.py::TestCommonCPU::test_dtypes_histogramdd_cpu 2022-09-27T15:30:14.0142147Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_cpu 2022-09-27T15:30:14.0296196Z test_ops.py::TestCommonCPU::test_dtypes__refs_rsqrt_cpu 2022-09-27T15:30:14.0582931Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_rsqrt_cpu 2022-09-27T15:30:14.0792853Z test_ops.py::TestCommonCPU::test_dtypes__refs_sign_cpu 2022-09-27T15:30:14.1022716Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sign_cpu 2022-09-27T15:30:14.1104676Z test_ops.py::TestCommonCPU::test_dtypes__refs_sinh_cpu 2022-09-27T15:30:14.1462420Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sinh_cpu 2022-09-27T15:30:14.1715090Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1e_cpu 2022-09-27T15:30:14.1722993Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bucketize_cpu 2022-09-27T15:30:14.1843899Z test_ops.py::TestCommonCPU::test_dtypes_cdist_cpu 2022-09-27T15:30:14.1903313Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1e_cpu 2022-09-27T15:30:14.3339110Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_5_cpu 2022-09-27T15:30:14.3348134Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_5_cpu 2022-09-27T15:30:14.3629370Z test_ops.py::TestCommonCPU::test_dtypes__refs_squeeze_cpu 2022-09-27T15:30:14.3783333Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_squeeze_cpu 2022-09-27T15:30:14.4932269Z test_ops.py::TestCommonCPU::test_dtypes__refs_sub_cpu 2022-09-27T15:30:14.4943346Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sub_cpu 2022-09-27T15:30:14.5031659Z test_ops.py::TestCommonCPU::test_dtypes__refs_tan_cpu 2022-09-27T15:30:14.5383590Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_tan_cpu 2022-09-27T15:30:14.5463289Z test_ops.py::TestCommonCPU::test_dtypes__refs_trace_cpu 2022-09-27T15:30:14.5825583Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_trace_cpu 2022-09-27T15:30:14.6005167Z test_ops.py::TestCommonCPU::test_dtypes__refs_triu_cpu 2022-09-27T15:30:14.6264983Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_triu_cpu 2022-09-27T15:30:14.6416248Z test_ops.py::TestCommonCPU::test_dtypes__refs_unbind_cpu 2022-09-27T15:30:14.6703297Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_unbind_cpu 2022-09-27T15:30:14.9403553Z test_ops.py::TestCommonCPU::test_dtypes__refs_var_cpu 2022-09-27T15:30:14.9412191Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_var_cpu 2022-09-27T15:30:14.9582126Z test_ops.py::TestCommonCPU::test_dtypes__refs_vsplit_cpu 2022-09-27T15:30:14.9823483Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_vsplit_cpu 2022-09-27T15:30:14.9939456Z test_ops.py::TestCommonCPU::test_dtypes_abs_cpu 2022-09-27T15:30:15.0263069Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_abs_cpu 2022-09-27T15:30:15.1232906Z test_ops.py::TestCommonCPU::test_dtypes_addbmm_cpu 2022-09-27T15:30:15.1240878Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addbmm_cpu 2022-09-27T15:30:15.1656289Z test_ops.py::TestCommonCPU::test_dtypes_addmm_decomposed_cpu 2022-09-27T15:30:15.1667995Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addmm_decomposed_cpu 2022-09-27T15:30:15.4414068Z test_ops.py::TestCommonCPU::test_dtypes_allclose_cpu 2022-09-27T15:30:15.4423891Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_allclose_cpu 2022-09-27T15:30:15.4460006Z test_ops.py::TestCommonCPU::test_dtypes_angle_cpu 2022-09-27T15:30:15.4865641Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_angle_cpu 2022-09-27T15:30:15.9330473Z test_ops.py::TestCommonCPU::test_dtypes_argmin_cpu 2022-09-27T15:30:15.9339460Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_argmin_cpu 2022-09-27T15:30:15.9437466Z test_ops.py::TestCommonCPU::test_dtypes_as_strided_scatter_cpu 2022-09-27T15:30:15.9743554Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_as_strided_scatter_cpu 2022-09-27T15:30:15.9848738Z test_ops.py::TestCommonCPU::test_dtypes_atan_cpu 2022-09-27T15:30:16.0182594Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_atan_cpu 2022-09-27T15:30:16.0278535Z test_ops.py::TestCommonCPU::test_dtypes_atleast_3d_cpu 2022-09-27T15:30:16.0623558Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_atleast_3d_cpu 2022-09-27T15:30:16.3261189Z test_ops.py::TestCommonCPU::test_dtypes_bincount_cpu 2022-09-27T15:30:16.3270531Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bincount_cpu 2022-09-27T15:30:16.5835525Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_or_cpu 2022-09-27T15:30:16.5843752Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bitwise_or_cpu 2022-09-27T15:30:16.5975986Z test_ops.py::TestCommonCPU::test_dtypes_bmm_cpu 2022-09-27T15:30:16.6262775Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bmm_cpu 2022-09-27T15:30:16.6364593Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_to_cpu 2022-09-27T15:30:16.6703723Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_broadcast_to_cpu 2022-09-27T15:30:16.6822488Z test_ops.py::TestCommonCPU::test_dtypes_cat_cpu 2022-09-27T15:30:16.7142873Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cat_cpu 2022-09-27T15:30:16.9114119Z test_ops.py::TestCommonCPU::test_dtypes_char_cpu 2022-09-27T15:30:16.9123541Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_char_cpu 2022-09-27T15:30:16.9184576Z test_ops.py::TestCommonCPU::test_dtypes_chunk_cpu 2022-09-27T15:30:16.9542830Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_chunk_cpu 2022-09-27T15:30:16.9600671Z test_ops.py::TestCommonCPU::test_dtypes_clone_cpu 2022-09-27T15:30:16.9982967Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_clone_cpu 2022-09-27T15:30:17.0029630Z test_ops.py::TestCommonCPU::test_dtypes_conj_cpu 2022-09-27T15:30:17.0423127Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_conj_cpu 2022-09-27T15:30:17.1350322Z test_ops.py::TestCommonCPU::test_dtypes_copysign_cpu 2022-09-27T15:30:17.1357493Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_copysign_cpu 2022-09-27T15:30:17.7082342Z test_ops.py::TestCommonCPU::test_dtypes_count_nonzero_cpu 2022-09-27T15:30:17.7091452Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_count_nonzero_cpu 2022-09-27T15:30:17.7639699Z test_ops.py::TestCommonCPU::test_dtypes_cummin_cpu 2022-09-27T15:30:17.7649223Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cummin_cpu 2022-09-27T15:30:17.8034655Z test_ops.py::TestCommonCPU::test_dtypes_deg2rad_cpu 2022-09-27T15:30:17.8103575Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_deg2rad_cpu 2022-09-27T15:30:17.8320231Z test_ops.py::TestCommonCPU::test_dtypes_diagonal_cpu 2022-09-27T15:30:17.8545323Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_diagonal_cpu 2022-09-27T15:30:19.3469735Z test_ops.py::TestCommonCPU::test_dtypes_dist_cpu 2022-09-27T15:30:19.3478531Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_histogramdd_cpu 2022-09-27T15:30:19.4218304Z test_ops.py::TestCommonCPU::test_dtypes_i0_cpu 2022-09-27T15:30:19.4226979Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_i0_cpu 2022-09-27T15:30:19.4445252Z test_ops.py::TestCommonCPU::test_dtypes_index_add_cpu 2022-09-27T15:30:19.4663093Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_index_add_cpu 2022-09-27T15:30:19.8009920Z test_ops.py::TestCommonCPU::test_dtypes_index_reduce_cpu 2022-09-27T15:30:19.8019222Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_dist_cpu 2022-09-27T15:30:19.8187790Z test_ops.py::TestCommonCPU::test_dtypes_dot_cpu 2022-09-27T15:30:19.8424126Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_dot_cpu 2022-09-27T15:30:19.9055798Z test_ops.py::TestCommonCPU::test_dtypes_einsum_cpu 2022-09-27T15:30:19.9067783Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_einsum_cpu 2022-09-27T15:30:19.9139595Z test_ops.py::TestCommonCPU::test_dtypes_equal_cpu 2022-09-27T15:30:19.9254557Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_equal_cpu 2022-09-27T15:30:19.9265585Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_index_reduce_cpu 2022-09-27T15:30:19.9503970Z test_ops.py::TestCommonCPU::test_dtypes_isclose_cpu 2022-09-27T15:30:19.9888884Z test_ops.py::TestCommonCPU::test_dtypes_exp2_cpu 2022-09-27T15:30:19.9942922Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_exp2_cpu 2022-09-27T15:30:20.0111433Z test_ops.py::TestCommonCPU::test_dtypes_expm1_cpu 2022-09-27T15:30:20.0387321Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_expm1_cpu 2022-09-27T15:30:20.1240877Z test_ops.py::TestCommonCPU::test_dtypes_fft_fftn_cpu 2022-09-27T15:30:20.1251324Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_fftn_cpu 2022-09-27T15:30:20.1854040Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfftn_cpu 2022-09-27T15:30:20.1865481Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_hfftn_cpu 2022-09-27T15:30:20.1948975Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifftshift_cpu 2022-09-27T15:30:20.2303323Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ifftshift_cpu 2022-09-27T15:30:20.2988968Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfft2_cpu 2022-09-27T15:30:20.3003323Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_irfft2_cpu 2022-09-27T15:30:20.3862632Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfft_cpu 2022-09-27T15:30:20.3873950Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_rfft_cpu 2022-09-27T15:30:20.3937549Z test_ops.py::TestCommonCPU::test_dtypes_flip_cpu 2022-09-27T15:30:20.3946152Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_histogram_cpu 2022-09-27T15:30:20.3975054Z test_ops.py::TestCommonCPU::test_dtypes_hypot_cpu 2022-09-27T15:30:20.4303371Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_flip_cpu 2022-09-27T15:30:20.4582131Z test_ops.py::TestCommonCPU::test_dtypes_float_power_cpu 2022-09-27T15:30:20.4591407Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isclose_cpu 2022-09-27T15:30:20.4716444Z test_ops.py::TestCommonCPU::test_dtypes_isnan_cpu 2022-09-27T15:30:20.4742284Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_float_power_cpu 2022-09-27T15:30:20.4909899Z test_ops.py::TestCommonCPU::test_dtypes_fmin_cpu 2022-09-27T15:30:20.5021725Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isnan_cpu 2022-09-27T15:30:20.5946739Z test_ops.py::TestCommonCPU::test_dtypes_istft_cpu 2022-09-27T15:30:20.5954393Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fmin_cpu 2022-09-27T15:30:20.6059290Z test_ops.py::TestCommonCPU::test_dtypes_full_like_cpu 2022-09-27T15:30:20.6382900Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_full_like_cpu 2022-09-27T15:30:20.7557019Z test_ops.py::TestCommonCPU::test_dtypes_geqrf_cpu 2022-09-27T15:30:20.7567634Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_hypot_cpu 2022-09-27T15:30:20.8268778Z test_ops.py::TestCommonCPU::test_dtypes_imag_cpu 2022-09-27T15:30:20.8277291Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_imag_cpu 2022-09-27T15:30:20.8447793Z test_ops.py::TestCommonCPU::test_dtypes_index_put_cpu 2022-09-27T15:30:20.8743616Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_index_put_cpu 2022-09-27T15:30:21.0372489Z test_ops.py::TestCommonCPU::test_dtypes_int_cpu 2022-09-27T15:30:21.0381140Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_int_cpu 2022-09-27T15:30:21.0670197Z test_ops.py::TestCommonCPU::test_dtypes_isinf_cpu 2022-09-27T15:30:21.0678058Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_istft_cpu 2022-09-27T15:30:21.0701827Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_return_by_ref_cpu 2022-09-27T15:30:21.0749961Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_return_by_ref_cpu 2022-09-27T15:30:21.0821707Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isinf_cpu 2022-09-27T15:30:21.1103147Z test_ops.py::TestCommonCPU::test_dtypes_isreal_cpu 2022-09-27T15:30:21.2017302Z test_ops.py::TestCommonCPU::test_dtypes_lcm_cpu 2022-09-27T15:30:21.2025062Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isreal_cpu 2022-09-27T15:30:21.2052284Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_cpu 2022-09-27T15:30:21.2465033Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_cpu 2022-09-27T15:30:21.3813264Z test_ops.py::TestCommonCPU::test_dtypes_kthvalue_cpu 2022-09-27T15:30:21.3825284Z [gw0] [ 2%] XFAIL test_ops.py::TestCommonCPU::test_dtypes_geqrf_cpu 2022-09-27T15:30:21.4203002Z test_ops.py::TestCommonCPU::test_dtypes_heaviside_cpu 2022-09-27T15:30:21.4214332Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_kthvalue_cpu 2022-09-27T15:30:21.4257996Z test_ops.py::TestCommonCPU::test_dtypes_lerp_cpu 2022-09-27T15:30:21.4269563Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lcm_cpu 2022-09-27T15:30:21.4691610Z test_ops.py::TestCommonCPU::test_dtypes_lgamma_cpu 2022-09-27T15:30:21.4703076Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lgamma_cpu 2022-09-27T15:30:21.4755477Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cross_cpu 2022-09-27T15:30:21.4762192Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_heaviside_cpu 2022-09-27T15:30:21.4805112Z test_ops.py::TestCommonCPU::test_dtypes_hsplit_cpu 2022-09-27T15:30:21.5122745Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_hsplit_cpu 2022-09-27T15:30:21.5141261Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_cross_cpu 2022-09-27T15:30:21.5184409Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigh_cpu 2022-09-27T15:30:21.5937932Z test_ops.py::TestCommonCPU::test_dtypes_igamma_cpu 2022-09-27T15:30:21.5948601Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_eigh_cpu 2022-09-27T15:30:21.6678795Z test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_cpu 2022-09-27T15:30:21.6686709Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_cpu 2022-09-27T15:30:21.7323885Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_solve_cpu 2022-09-27T15:30:21.7335125Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_solve_cpu 2022-09-27T15:30:21.8150871Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_cpu 2022-09-27T15:30:21.8159879Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_cpu 2022-09-27T15:30:21.8939245Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_power_cpu 2022-09-27T15:30:21.8950758Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_power_cpu 2022-09-27T15:30:21.9484598Z test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_cpu 2022-09-27T15:30:21.9497564Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lerp_cpu 2022-09-27T15:30:22.0899072Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cond_cpu 2022-09-27T15:30:22.0910655Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_igamma_cpu 2022-09-27T15:30:22.0979747Z test_ops.py::TestCommonCPU::test_dtypes_index_copy_cpu 2022-09-27T15:30:22.1342956Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_index_copy_cpu 2022-09-27T15:30:22.1385868Z test_ops.py::TestCommonCPU::test_dtypes_index_select_cpu 2022-09-27T15:30:22.1393373Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_cond_cpu 2022-09-27T15:30:22.1437476Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eig_cpu 2022-09-27T15:30:22.1784851Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_index_select_cpu 2022-09-27T15:30:22.2015782Z test_ops.py::TestCommonCPU::test_dtypes_isfinite_cpu 2022-09-27T15:30:22.2024319Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_eig_cpu 2022-09-27T15:30:22.2845637Z test_ops.py::TestCommonCPU::test_dtypes_linalg_householder_product_cpu 2022-09-27T15:30:22.2855123Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isfinite_cpu 2022-09-27T15:30:22.3165029Z test_ops.py::TestCommonCPU::test_dtypes_isneginf_cpu 2022-09-27T15:30:22.3263747Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isneginf_cpu 2022-09-27T15:30:22.3291441Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_2inputs_2outputs_cpu 2022-09-27T15:30:22.3703544Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_jiterator_2inputs_2outputs_cpu 2022-09-27T15:30:22.3722863Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_unary_cpu 2022-09-27T15:30:22.4143459Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_jiterator_unary_cpu 2022-09-27T15:30:22.4400057Z test_ops.py::TestCommonCPU::test_dtypes_ldexp_cpu 2022-09-27T15:30:22.4582420Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ldexp_cpu 2022-09-27T15:30:22.5288277Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_cpu 2022-09-27T15:30:22.5295977Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_cpu 2022-09-27T15:30:22.5554602Z test_ops.py::TestCommonCPU::test_dtypes_linalg_det_cpu 2022-09-27T15:30:22.5563565Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_householder_product_cpu 2022-09-27T15:30:22.5905275Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_ex_cpu 2022-09-27T15:30:22.5914997Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_det_cpu 2022-09-27T15:30:22.6078694Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvals_cpu 2022-09-27T15:30:22.6088806Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_ex_cpu 2022-09-27T15:30:22.6665801Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_cpu 2022-09-27T15:30:22.6676884Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvals_cpu 2022-09-27T15:30:22.7265686Z test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_ex_cpu 2022-09-27T15:30:22.7274396Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_ex_cpu 2022-09-27T15:30:22.9223123Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_cpu 2022-09-27T15:30:22.9231219Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_cpu 2022-09-27T15:30:23.3577810Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_ex_cpu 2022-09-27T15:30:23.3586897Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_cpu 2022-09-27T15:30:23.4736683Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_norm_cpu 2022-09-27T15:30:23.4748283Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_ex_cpu 2022-09-27T15:30:24.5234430Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_cpu 2022-09-27T15:30:24.5243123Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_norm_cpu 2022-09-27T15:30:24.5871596Z test_ops.py::TestCommonCPU::test_dtypes_linalg_multi_dot_cpu 2022-09-27T15:30:24.5882413Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_multi_dot_cpu 2022-09-27T15:30:24.6726782Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_hermitian_cpu 2022-09-27T15:30:24.6737489Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_hermitian_cpu 2022-09-27T15:30:24.7699586Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_cpu 2022-09-27T15:30:24.7707944Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_cpu 2022-09-27T15:30:24.9815825Z test_ops.py::TestCommonCPU::test_dtypes_linalg_svdvals_cpu 2022-09-27T15:30:24.9824980Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_cpu 2022-09-27T15:30:25.0152588Z test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_subgradients_at_zero_cpu 2022-09-27T15:30:25.0161710Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_cpu 2022-09-27T15:30:25.0186180Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_singular_cpu 2022-09-27T15:30:25.0583805Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_singular_cpu 2022-09-27T15:30:25.1475129Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_ex_cpu 2022-09-27T15:30:25.1483084Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_ex_cpu 2022-09-27T15:30:25.2073144Z test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorinv_cpu 2022-09-27T15:30:25.2081565Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorinv_cpu 2022-09-27T15:30:26.1671934Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vector_norm_cpu 2022-09-27T15:30:26.1679881Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_svdvals_cpu 2022-09-27T15:30:26.7983800Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vecdot_cpu 2022-09-27T15:30:26.7992539Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cdist_cpu 2022-09-27T15:30:26.8851658Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_cpu 2022-09-27T15:30:26.8864661Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cholesky_cpu 2022-09-27T15:30:26.9140591Z test_ops.py::TestCommonCPU::test_dtypes_clamp_cpu 2022-09-27T15:30:26.9151175Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_vecdot_cpu 2022-09-27T15:30:26.9314602Z test_ops.py::TestCommonCPU::test_dtypes_log1p_cpu 2022-09-27T15:30:26.9583498Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_log1p_cpu 2022-09-27T15:30:26.9743777Z test_ops.py::TestCommonCPU::test_dtypes_log_softmax_dtype_cpu 2022-09-27T15:30:26.9752891Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_log_softmax_dtype_cpu 2022-09-27T15:30:26.9760581Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_clamp_cpu 2022-09-27T15:30:26.9823158Z test_ops.py::TestCommonCPU::test_dtypes_column_stack_cpu 2022-09-27T15:30:27.0022446Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_column_stack_cpu 2022-09-27T15:30:27.0182597Z test_ops.py::TestCommonCPU::test_dtypes_logdet_cpu 2022-09-27T15:30:27.0231395Z test_ops.py::TestCommonCPU::test_dtypes_conj_physical_cpu 2022-09-27T15:30:27.0623047Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_conj_physical_cpu 2022-09-27T15:30:27.0652909Z test_ops.py::TestCommonCPU::test_dtypes_corrcoef_cpu 2022-09-27T15:30:27.0662954Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logdet_cpu 2022-09-27T15:30:27.1240389Z test_ops.py::TestCommonCPU::test_dtypes_logical_xor_cpu 2022-09-27T15:30:27.1249358Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_corrcoef_cpu 2022-09-27T15:30:27.3082086Z test_ops.py::TestCommonCPU::test_dtypes_cov_cpu 2022-09-27T15:30:27.3090365Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_subgradients_at_zero_cpu 2022-09-27T15:30:27.3323719Z test_ops.py::TestCommonCPU::test_dtypes_linalg_qr_cpu 2022-09-27T15:30:27.3333923Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logical_xor_cpu 2022-09-27T15:30:27.4235490Z test_ops.py::TestCommonCPU::test_dtypes_long_cpu 2022-09-27T15:30:27.4244531Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_qr_cpu 2022-09-27T15:30:27.4496372Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_triangular_cpu 2022-09-27T15:30:27.4504659Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cov_cpu 2022-09-27T15:30:27.5131160Z test_ops.py::TestCommonCPU::test_dtypes_cumprod_cpu 2022-09-27T15:30:27.5142461Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cumprod_cpu 2022-09-27T15:30:27.5259787Z test_ops.py::TestCommonCPU::test_dtypes_diag_cpu 2022-09-27T15:30:27.5273571Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_long_cpu 2022-09-27T15:30:27.5944263Z test_ops.py::TestCommonCPU::test_dtypes_lu_unpack_cpu 2022-09-27T15:30:27.5951582Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lu_unpack_cpu 2022-09-27T15:30:27.6070217Z test_ops.py::TestCommonCPU::test_dtypes_masked_scatter_cpu 2022-09-27T15:30:27.6142714Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_masked_scatter_cpu 2022-09-27T15:30:27.6152263Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_diag_cpu 2022-09-27T15:30:27.6383853Z test_ops.py::TestCommonCPU::test_dtypes_diagonal_scatter_cpu 2022-09-27T15:30:27.7257274Z test_ops.py::TestCommonCPU::test_dtypes_max_binary_cpu 2022-09-27T15:30:27.7265539Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_diagonal_scatter_cpu 2022-09-27T15:30:27.7464212Z test_ops.py::TestCommonCPU::test_dtypes_div_floor_rounding_cpu 2022-09-27T15:30:27.7475331Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_max_binary_cpu 2022-09-27T15:30:27.9091466Z test_ops.py::TestCommonCPU::test_dtypes_mean_cpu 2022-09-27T15:30:27.9103153Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_div_floor_rounding_cpu 2022-09-27T15:30:27.9193870Z test_ops.py::TestCommonCPU::test_dtypes_double_cpu 2022-09-27T15:30:27.9544176Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_double_cpu 2022-09-27T15:30:27.9571210Z test_ops.py::TestCommonCPU::test_dtypes_empty_cpu 2022-09-27T15:30:27.9984156Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_empty_cpu 2022-09-27T15:30:28.0213832Z test_ops.py::TestCommonCPU::test_dtypes_erf_cpu 2022-09-27T15:30:28.0422283Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_erf_cpu 2022-09-27T15:30:28.0673837Z test_ops.py::TestCommonCPU::test_dtypes_exp_cpu 2022-09-27T15:30:28.0862747Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_exp_cpu 2022-09-27T15:30:28.2998119Z test_ops.py::TestCommonCPU::test_dtypes_eye_cpu 2022-09-27T15:30:28.3007095Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mean_cpu 2022-09-27T15:30:28.4231958Z test_ops.py::TestCommonCPU::test_dtypes_min_binary_cpu 2022-09-27T15:30:28.4240222Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_min_binary_cpu 2022-09-27T15:30:28.4377798Z test_ops.py::TestCommonCPU::test_dtypes_mm_cpu 2022-09-27T15:30:28.4657494Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mm_cpu 2022-09-27T15:30:28.4668256Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_eye_cpu 2022-09-27T15:30:28.4668784Z test_ops.py::TestCommonCPU::test_dtypes_mul_cpu 2022-09-27T15:30:28.4746960Z test_ops.py::TestCommonCPU::test_dtypes_fft_fftshift_cpu 2022-09-27T15:30:28.5104068Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_fftshift_cpu 2022-09-27T15:30:28.5306911Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifft2_cpu 2022-09-27T15:30:28.5317231Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mul_cpu 2022-09-27T15:30:28.5703317Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_3_cpu 2022-09-27T15:30:28.5710494Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ifft2_cpu 2022-09-27T15:30:28.6866649Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft2_cpu 2022-09-27T15:30:28.6877677Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft2_cpu 2022-09-27T15:30:28.7263414Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfft_cpu 2022-09-27T15:30:28.7273465Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_3_cpu 2022-09-27T15:30:28.7398637Z test_ops.py::TestCommonCPU::test_dtypes_nanmedian_cpu 2022-09-27T15:30:28.7405329Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_irfft_cpu 2022-09-27T15:30:28.8407158Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfftn_cpu 2022-09-27T15:30:28.8432348Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_rfftn_cpu 2022-09-27T15:30:28.8480666Z test_ops.py::TestCommonCPU::test_dtypes_fliplr_cpu 2022-09-27T15:30:28.8866717Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fliplr_cpu 2022-09-27T15:30:28.9143881Z test_ops.py::TestCommonCPU::test_dtypes_floor_cpu 2022-09-27T15:30:28.9303395Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_floor_cpu 2022-09-27T15:30:29.0055691Z test_ops.py::TestCommonCPU::test_dtypes_fmod_cpu 2022-09-27T15:30:29.0064688Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nanmedian_cpu 2022-09-27T15:30:29.0159287Z test_ops.py::TestCommonCPU::test_dtypes_narrow_cpu 2022-09-27T15:30:29.0503060Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_narrow_cpu 2022-09-27T15:30:29.0617730Z test_ops.py::TestCommonCPU::test_dtypes_new_empty_cpu 2022-09-27T15:30:29.0802273Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_new_empty_cpu 2022-09-27T15:30:29.0808005Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fmod_cpu 2022-09-27T15:30:29.0910840Z test_ops.py::TestCommonCPU::test_dtypes_gather_cpu 2022-09-27T15:30:29.0981780Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_gather_cpu 2022-09-27T15:30:29.1042578Z test_ops.py::TestCommonCPU::test_dtypes_new_zeros_cpu 2022-09-27T15:30:29.1221393Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_new_zeros_cpu 2022-09-27T15:30:29.1422786Z test_ops.py::TestCommonCPU::test_dtypes_gradient_cpu 2022-09-27T15:30:29.2156093Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool3d_cpu 2022-09-27T15:30:29.2163763Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_gradient_cpu 2022-09-27T15:30:29.7078538Z test_ops.py::TestCommonCPU::test_dtypes_histc_cpu 2022-09-27T15:30:29.7087375Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool3d_cpu 2022-09-27T15:30:30.1121568Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool1d_cpu 2022-09-27T15:30:30.1130987Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool1d_cpu 2022-09-27T15:30:30.1156787Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_without_cudnn_cpu 2022-09-27T15:30:30.1491994Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_without_cudnn_cpu 2022-09-27T15:30:30.1503065Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_vector_norm_cpu 2022-09-27T15:30:30.1542569Z test_ops.py::TestCommonCPU::test_dtypes_log2_cpu 2022-09-27T15:30:30.1687282Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_celu_cpu 2022-09-27T15:30:30.1942731Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_log2_cpu 2022-09-27T15:30:30.2451008Z test_ops.py::TestCommonCPU::test_dtypes_logaddexp2_cpu 2022-09-27T15:30:30.2458791Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logaddexp2_cpu 2022-09-27T15:30:30.3241540Z test_ops.py::TestCommonCPU::test_dtypes_logical_and_cpu 2022-09-27T15:30:30.3246982Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_celu_cpu 2022-09-27T15:30:30.5112421Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose2d_cpu 2022-09-27T15:30:30.5124291Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logical_and_cpu 2022-09-27T15:30:30.5732780Z test_ops.py::TestCommonCPU::test_dtypes_logit_cpu 2022-09-27T15:30:30.5748210Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logit_cpu 2022-09-27T15:30:30.8327702Z test_ops.py::TestCommonCPU::test_dtypes_lt_cpu 2022-09-27T15:30:30.8340601Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lt_cpu 2022-09-27T15:30:30.8477545Z test_ops.py::TestCommonCPU::test_dtypes_mH_cpu 2022-09-27T15:30:30.8745039Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mH_cpu 2022-09-27T15:30:30.8942054Z test_ops.py::TestCommonCPU::test_dtypes_masked_select_cpu 2022-09-27T15:30:30.9184793Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_masked_select_cpu 2022-09-27T15:30:30.9463152Z test_ops.py::TestCommonCPU::test_dtypes_max_reduction_no_dim_cpu 2022-09-27T15:30:30.9622804Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_max_reduction_no_dim_cpu 2022-09-27T15:30:31.1890754Z test_ops.py::TestCommonCPU::test_dtypes_median_cpu 2022-09-27T15:30:31.1899843Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose2d_cpu 2022-09-27T15:30:31.2250260Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cross_entropy_cpu 2022-09-27T15:30:31.2258665Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_median_cpu 2022-09-27T15:30:31.2466363Z test_ops.py::TestCommonCPU::test_dtypes_min_reduction_no_dim_cpu 2022-09-27T15:30:31.2663775Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_min_reduction_no_dim_cpu 2022-09-27T15:30:31.3422917Z test_ops.py::TestCommonCPU::test_dtypes_mode_cpu 2022-09-27T15:30:31.3432426Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mode_cpu 2022-09-27T15:30:31.7207008Z test_ops.py::TestCommonCPU::test_dtypes_multinomial_cpu 2022-09-27T15:30:31.7215509Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_multinomial_cpu 2022-09-27T15:30:31.9155558Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_5_cpu 2022-09-27T15:30:31.9163853Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_5_cpu 2022-09-27T15:30:32.1619290Z test_ops.py::TestCommonCPU::test_dtypes_nanquantile_cpu 2022-09-27T15:30:32.1627883Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cross_entropy_cpu 2022-09-27T15:30:32.4675922Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout_cpu 2022-09-27T15:30:32.4685861Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout_cpu 2022-09-27T15:30:32.6266958Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_with_train_cpu 2022-09-27T15:30:32.6274797Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_with_train_cpu 2022-09-27T15:30:33.0740920Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gaussian_nll_loss_cpu 2022-09-27T15:30:33.0753681Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_histc_cpu 2022-09-27T15:30:33.0823756Z test_ops.py::TestCommonCPU::test_dtypes_hstack_cpu 2022-09-27T15:30:33.1183325Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_hstack_cpu 2022-09-27T15:30:33.6658735Z test_ops.py::TestCommonCPU::test_dtypes_igammac_cpu 2022-09-27T15:30:33.6667076Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_igammac_cpu 2022-09-27T15:30:33.6732576Z test_ops.py::TestCommonCPU::test_dtypes_index_fill_cpu 2022-09-27T15:30:33.7103095Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_index_fill_cpu 2022-09-27T15:30:33.7373259Z test_ops.py::TestCommonCPU::test_dtypes_inner_cpu 2022-09-27T15:30:33.7542872Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_inner_cpu 2022-09-27T15:30:33.8224835Z test_ops.py::TestCommonCPU::test_dtypes_isin_cpu 2022-09-27T15:30:33.8235839Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isin_cpu 2022-09-27T15:30:33.8425742Z test_ops.py::TestCommonCPU::test_dtypes_isposinf_cpu 2022-09-27T15:30:33.8436557Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nanquantile_cpu 2022-09-27T15:30:33.8552720Z test_ops.py::TestCommonCPU::test_dtypes_native_layer_norm_cpu 2022-09-27T15:30:33.8662897Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isposinf_cpu 2022-09-27T15:30:33.8685913Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_4inputs_with_extra_args_cpu 2022-09-27T15:30:33.9104036Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_jiterator_4inputs_with_extra_args_cpu 2022-09-27T15:30:33.9165365Z test_ops.py::TestCommonCPU::test_dtypes_kron_cpu 2022-09-27T15:30:33.9543462Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_kron_cpu 2022-09-27T15:30:34.2088968Z test_ops.py::TestCommonCPU::test_dtypes_le_cpu 2022-09-27T15:30:34.2100408Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_le_cpu 2022-09-27T15:30:34.2715572Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_ex_cpu 2022-09-27T15:30:34.2723038Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_ex_cpu 2022-09-27T15:30:34.3416518Z test_ops.py::TestCommonCPU::test_dtypes_linalg_det_singular_cpu 2022-09-27T15:30:34.3428715Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_det_singular_cpu 2022-09-27T15:30:34.4021051Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvalsh_cpu 2022-09-27T15:30:34.4028845Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvalsh_cpu 2022-09-27T15:30:34.4553735Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_cpu 2022-09-27T15:30:34.4562672Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_cpu 2022-09-27T15:30:34.6607638Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_grad_oriented_cpu 2022-09-27T15:30:34.6616072Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_grad_oriented_cpu 2022-09-27T15:30:34.6988929Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_solve_cpu 2022-09-27T15:30:34.7004642Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_native_layer_norm_cpu 2022-09-27T15:30:34.7084565Z test_ops.py::TestCommonCPU::test_dtypes_new_empty_strided_cpu 2022-09-27T15:30:34.7427618Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_new_empty_strided_cpu 2022-09-27T15:30:34.7436922Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_triangular_cpu 2022-09-27T15:30:34.7463374Z test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorsolve_cpu 2022-09-27T15:30:34.9482925Z test_ops.py::TestCommonCPU::test_dtypes_nextafter_cpu 2022-09-27T15:30:34.9494989Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_solve_cpu 2022-09-27T15:30:35.0494271Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_hermitian_cpu 2022-09-27T15:30:35.0502682Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorsolve_cpu 2022-09-27T15:30:35.1443271Z test_ops.py::TestCommonCPU::test_dtypes_linspace_cpu 2022-09-27T15:30:35.1451729Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linspace_cpu 2022-09-27T15:30:35.1599411Z test_ops.py::TestCommonCPU::test_dtypes_log_cpu 2022-09-27T15:30:35.1606164Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_hermitian_cpu 2022-09-27T15:30:35.1690443Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_cpu 2022-09-27T15:30:35.1862955Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_log_cpu 2022-09-27T15:30:35.2295770Z test_ops.py::TestCommonCPU::test_dtypes_logaddexp_cpu 2022-09-27T15:30:35.2307471Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logaddexp_cpu 2022-09-27T15:30:35.2516821Z test_ops.py::TestCommonCPU::test_dtypes_logical_not_cpu 2022-09-27T15:30:35.2524693Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_cpu 2022-09-27T15:30:35.2650179Z test_ops.py::TestCommonCPU::test_dtypes_linalg_slogdet_cpu 2022-09-27T15:30:35.2658577Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nextafter_cpu 2022-09-27T15:30:35.3172222Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool1d_cpu 2022-09-27T15:30:35.3179167Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_slogdet_cpu 2022-09-27T15:30:35.3398311Z test_ops.py::TestCommonCPU::test_dtypes_linalg_svd_cpu 2022-09-27T15:30:35.3404998Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logical_not_cpu 2022-09-27T15:30:35.7016258Z test_ops.py::TestCommonCPU::test_dtypes_logspace_cpu 2022-09-27T15:30:35.7024151Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool1d_cpu 2022-09-27T15:30:35.7204572Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool2d_cpu 2022-09-27T15:30:35.7212765Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_svd_cpu 2022-09-27T15:30:35.8065586Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vander_cpu 2022-09-27T15:30:35.8076477Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_vander_cpu 2022-09-27T15:30:35.8298700Z test_ops.py::TestCommonCPU::test_dtypes_log10_cpu 2022-09-27T15:30:35.8502861Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_log10_cpu 2022-09-27T15:30:35.9496289Z test_ops.py::TestCommonCPU::test_dtypes_log_softmax_cpu 2022-09-27T15:30:35.9503655Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool2d_cpu 2022-09-27T15:30:36.1659472Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_bilinear_cpu 2022-09-27T15:30:36.1667402Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_log_softmax_cpu 2022-09-27T15:30:36.3257775Z test_ops.py::TestCommonCPU::test_dtypes_logcumsumexp_cpu 2022-09-27T15:30:36.3265906Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_bilinear_cpu 2022-09-27T15:30:36.4133717Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv1d_cpu 2022-09-27T15:30:36.4142202Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logcumsumexp_cpu 2022-09-27T15:30:36.7044235Z test_ops.py::TestCommonCPU::test_dtypes_logical_or_cpu 2022-09-27T15:30:36.7052446Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logical_or_cpu 2022-09-27T15:30:36.7681947Z test_ops.py::TestCommonCPU::test_dtypes_logsumexp_cpu 2022-09-27T15:30:36.7692206Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv1d_cpu 2022-09-27T15:30:36.7998085Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose3d_cpu 2022-09-27T15:30:36.8006306Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logsumexp_cpu 2022-09-27T15:30:36.9207675Z test_ops.py::TestCommonCPU::test_dtypes_lu_solve_cpu 2022-09-27T15:30:36.9216585Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lu_solve_cpu 2022-09-27T15:30:36.9734262Z test_ops.py::TestCommonCPU::test_dtypes_masked_fill_cpu 2022-09-27T15:30:36.9741818Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_masked_fill_cpu 2022-09-27T15:30:37.0696200Z test_ops.py::TestCommonCPU::test_dtypes_matrix_exp_cpu 2022-09-27T15:30:37.0703186Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_matrix_exp_cpu 2022-09-27T15:30:37.0900276Z test_ops.py::TestCommonCPU::test_dtypes_maximum_cpu 2022-09-27T15:30:37.0908694Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logspace_cpu 2022-09-27T15:30:37.1799096Z test_ops.py::TestCommonCPU::test_dtypes_lu_cpu 2022-09-27T15:30:37.1811070Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_maximum_cpu 2022-09-27T15:30:37.1966937Z test_ops.py::TestCommonCPU::test_dtypes_meshgrid_variadic_tensors_cpu 2022-09-27T15:30:37.2090258Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_meshgrid_variadic_tensors_cpu 2022-09-27T15:30:37.2100405Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lu_cpu 2022-09-27T15:30:37.2186655Z test_ops.py::TestCommonCPU::test_dtypes_mT_cpu 2022-09-27T15:30:37.2221635Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mT_cpu 2022-09-27T15:30:37.2543156Z test_ops.py::TestCommonCPU::test_dtypes_minimum_cpu 2022-09-27T15:30:37.3108584Z test_ops.py::TestCommonCPU::test_dtypes_matmul_cpu 2022-09-27T15:30:37.3120125Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_minimum_cpu 2022-09-27T15:30:37.3525694Z test_ops.py::TestCommonCPU::test_dtypes_msort_cpu 2022-09-27T15:30:37.3583265Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_msort_cpu 2022-09-27T15:30:37.4432691Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_1_cpu 2022-09-27T15:30:37.4440029Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_matmul_cpu 2022-09-27T15:30:37.4856285Z test_ops.py::TestCommonCPU::test_dtypes_max_reduction_with_dim_cpu 2022-09-27T15:30:37.4904553Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_max_reduction_with_dim_cpu 2022-09-27T15:30:37.5185236Z test_ops.py::TestCommonCPU::test_dtypes_meshgrid_list_of_tensors_cpu 2022-09-27T15:30:37.5343291Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_meshgrid_list_of_tensors_cpu 2022-09-27T15:30:37.5632578Z test_ops.py::TestCommonCPU::test_dtypes_min_reduction_with_dim_cpu 2022-09-27T15:30:37.5640481Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_1_cpu 2022-09-27T15:30:37.5710244Z test_ops.py::TestCommonCPU::test_dtypes_nanmean_cpu 2022-09-27T15:30:37.5720946Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose3d_cpu 2022-09-27T15:30:37.6046609Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_ctc_loss_cpu 2022-09-27T15:30:37.6062524Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_min_reduction_with_dim_cpu 2022-09-27T15:30:37.6104156Z test_ops.py::TestCommonCPU::test_dtypes_movedim_cpu 2022-09-27T15:30:37.6464539Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_movedim_cpu 2022-09-27T15:30:37.6643626Z test_ops.py::TestCommonCPU::test_dtypes_mv_cpu 2022-09-27T15:30:37.6848487Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mv_cpu 2022-09-27T15:30:37.6859487Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_ctc_loss_cpu 2022-09-27T15:30:37.6903957Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_elu_cpu 2022-09-27T15:30:37.7378737Z test_ops.py::TestCommonCPU::test_dtypes_nan_to_num_cpu 2022-09-27T15:30:37.7386682Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nan_to_num_cpu 2022-09-27T15:30:37.8253561Z test_ops.py::TestCommonCPU::test_dtypes_nansum_cpu 2022-09-27T15:30:37.8262534Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_elu_cpu 2022-09-27T15:30:37.8950319Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_without_train_cpu 2022-09-27T15:30:37.8958833Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_without_train_cpu 2022-09-27T15:30:38.0334929Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gelu_cpu 2022-09-27T15:30:38.0348505Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nansum_cpu 2022-09-27T15:30:38.0769978Z test_ops.py::TestCommonCPU::test_dtypes_ne_cpu 2022-09-27T15:30:38.0777775Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nanmean_cpu 2022-09-27T15:30:38.0858566Z test_ops.py::TestCommonCPU::test_dtypes_narrow_copy_cpu 2022-09-27T15:30:38.1183635Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_narrow_copy_cpu 2022-09-27T15:30:38.1293688Z test_ops.py::TestCommonCPU::test_dtypes_neg_cpu 2022-09-27T15:30:38.1623675Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_neg_cpu 2022-09-27T15:30:38.1739221Z test_ops.py::TestCommonCPU::test_dtypes_new_ones_cpu 2022-09-27T15:30:38.2063979Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_new_ones_cpu 2022-09-27T15:30:38.2451943Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool2d_cpu 2022-09-27T15:30:38.2463509Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gelu_cpu 2022-09-27T15:30:38.3198750Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardshrink_cpu 2022-09-27T15:30:38.3210440Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ne_cpu 2022-09-27T15:30:38.3351044Z test_ops.py::TestCommonCPU::test_dtypes_new_full_cpu 2022-09-27T15:30:38.3623118Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_new_full_cpu 2022-09-27T15:30:38.4802309Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool1d_cpu 2022-09-27T15:30:38.4813885Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardshrink_cpu 2022-09-27T15:30:38.5821879Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:30:38.5831407Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:30:38.6658404Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bicubic_cpu 2022-09-27T15:30:38.6669524Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool1d_cpu 2022-09-27T15:30:38.7470452Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool2d_cpu 2022-09-27T15:30:38.7478608Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool2d_cpu 2022-09-27T15:30:39.2646409Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool3d_cpu 2022-09-27T15:30:39.2655266Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bicubic_cpu 2022-09-27T15:30:39.5805825Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_trilinear_cpu 2022-09-27T15:30:39.5814200Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool3d_cpu 2022-09-27T15:30:39.6178525Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_cpu 2022-09-27T15:30:39.6187236Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool2d_cpu 2022-09-27T15:30:39.9210892Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool3d_cpu 2022-09-27T15:30:39.9219440Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_trilinear_cpu 2022-09-27T15:30:39.9230425Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_leaky_relu_cpu 2022-09-27T15:30:39.9238557Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool3d_cpu 2022-09-27T15:30:40.1602121Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_cpu 2022-09-27T15:30:40.1609899Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_cpu 2022-09-27T15:30:40.3208783Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_with_logits_cpu 2022-09-27T15:30:40.3218016Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_leaky_relu_cpu 2022-09-27T15:30:40.3777827Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:30:40.3787718Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_cpu 2022-09-27T15:30:40.8693459Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv2d_cpu 2022-09-27T15:30:40.8706374Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:30:41.4544075Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_cpu 2022-09-27T15:30:41.4553444Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv2d_cpu 2022-09-27T15:30:41.4717519Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_embedding_loss_cpu 2022-09-27T15:30:41.4726834Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_with_logits_cpu 2022-09-27T15:30:41.5684528Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose1d_cpu 2022-09-27T15:30:41.5693217Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_embedding_loss_cpu 2022-09-27T15:30:41.7960510Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout2d_cpu 2022-09-27T15:30:41.7969777Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout2d_cpu 2022-09-27T15:30:41.8088714Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_bag_cpu 2022-09-27T15:30:41.8099506Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_cpu 2022-09-27T15:30:42.0193311Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_cpu 2022-09-27T15:30:42.0201163Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_cpu 2022-09-27T15:30:42.1779163Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multi_margin_loss_cpu 2022-09-27T15:30:42.1787673Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose1d_cpu 2022-09-27T15:30:42.2439396Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_similarity_cpu 2022-09-27T15:30:42.2447235Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multi_margin_loss_cpu 2022-09-27T15:30:42.4018008Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_normalize_cpu 2022-09-27T15:30:42.4027459Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_similarity_cpu 2022-09-27T15:30:42.5091945Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout3d_cpu 2022-09-27T15:30:42.5100857Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_normalize_cpu 2022-09-27T15:30:42.6567366Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_reflect_cpu 2022-09-27T15:30:42.6576607Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout3d_cpu 2022-09-27T15:30:42.8015270Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_cpu 2022-09-27T15:30:42.8023931Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_cpu 2022-09-27T15:30:43.0326472Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool3d_cpu 2022-09-27T15:30:43.0336296Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_reflect_cpu 2022-09-27T15:30:43.0389985Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_shuffle_cpu 2022-09-27T15:30:43.0745053Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_shuffle_cpu 2022-09-27T15:30:43.1808884Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu6_cpu 2022-09-27T15:30:43.1819791Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu6_cpu 2022-09-27T15:30:43.3078569Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_complex_cpu 2022-09-27T15:30:43.3086900Z [gw3] [ 2%] XFAIL test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_complex_cpu 2022-09-27T15:30:43.6386466Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_cpu 2022-09-27T15:30:43.6395410Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_cpu 2022-09-27T15:30:43.6696401Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softsign_cpu 2022-09-27T15:30:43.6823161Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softsign_cpu 2022-09-27T15:30:43.7786156Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_with_distance_loss_cpu 2022-09-27T15:30:43.7794946Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_with_distance_loss_cpu 2022-09-27T15:30:44.2228848Z test_ops.py::TestCommonCPU::test_dtypes_nonzero_cpu 2022-09-27T15:30:44.2237836Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_bag_cpu 2022-09-27T15:30:44.2766978Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool2d_cpu 2022-09-27T15:30:44.2780004Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gaussian_nll_loss_cpu 2022-09-27T15:30:44.5643570Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_group_norm_cpu 2022-09-27T15:30:44.5651466Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_group_norm_cpu 2022-09-27T15:30:44.5998821Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardtanh_cpu 2022-09-27T15:30:44.6006360Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nonzero_cpu 2022-09-27T15:30:44.7253800Z test_ops.py::TestCommonCPU::test_dtypes_norm_nuc_cpu 2022-09-27T15:30:44.7261280Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_norm_nuc_cpu 2022-09-27T15:30:44.7350204Z test_ops.py::TestCommonCPU::test_dtypes_ones_like_cpu 2022-09-27T15:30:44.7610013Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ones_like_cpu 2022-09-27T15:30:44.7619095Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardtanh_cpu 2022-09-27T15:30:44.7662942Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_area_cpu 2022-09-27T15:30:45.4009957Z test_ops.py::TestCommonCPU::test_dtypes_pca_lowrank_cpu 2022-09-27T15:30:45.4017916Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool3d_cpu 2022-09-27T15:30:45.4645874Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_grid_sample_cpu 2022-09-27T15:30:45.4659577Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_area_cpu 2022-09-27T15:30:46.0549470Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_nearest_cpu 2022-09-27T15:30:46.0557524Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_nearest_cpu 2022-09-27T15:30:46.1906878Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_layer_norm_cpu 2022-09-27T15:30:46.1922219Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool2d_cpu 2022-09-27T15:30:46.3812900Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_glu_cpu 2022-09-27T15:30:46.3819125Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_layer_norm_cpu 2022-09-27T15:30:46.5496549Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_logsigmoid_cpu 2022-09-27T15:30:46.5509313Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_logsigmoid_cpu 2022-09-27T15:30:46.9286892Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool3d_cpu 2022-09-27T15:30:46.9296205Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_grid_sample_cpu 2022-09-27T15:30:47.1047909Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardswish_cpu 2022-09-27T15:30:47.1056876Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardswish_cpu 2022-09-27T15:30:47.7273992Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_instance_norm_cpu 2022-09-27T15:30:47.7282860Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_instance_norm_cpu 2022-09-27T15:30:48.0106341Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_linear_cpu 2022-09-27T15:30:48.0124128Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_glu_cpu 2022-09-27T15:30:48.1479806Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardsigmoid_cpu 2022-09-27T15:30:48.1491467Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardsigmoid_cpu 2022-09-27T15:30:48.4078571Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_huber_loss_cpu 2022-09-27T15:30:48.4086711Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_linear_cpu 2022-09-27T15:30:48.5084372Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_l1_loss_cpu 2022-09-27T15:30:48.5096092Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_huber_loss_cpu 2022-09-27T15:30:48.5887920Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bilinear_cpu 2022-09-27T15:30:48.5899484Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_l1_loss_cpu 2022-09-27T15:30:48.9536537Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_local_response_norm_cpu 2022-09-27T15:30:48.9548209Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_local_response_norm_cpu 2022-09-27T15:30:49.2052680Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool2d_cpu 2022-09-27T15:30:49.2069490Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bilinear_cpu 2022-09-27T15:30:49.2766456Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_kl_div_cpu 2022-09-27T15:30:49.2775387Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_kl_div_cpu 2022-09-27T15:30:49.4608104Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_linear_cpu 2022-09-27T15:30:49.4616973Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_linear_cpu 2022-09-27T15:30:51.2231457Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool1d_cpu 2022-09-27T15:30:51.2239444Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_pca_lowrank_cpu 2022-09-27T15:30:51.3593428Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_0_cpu 2022-09-27T15:30:51.3601366Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_0_cpu 2022-09-27T15:30:51.3616692Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_4_cpu 2022-09-27T15:30:51.4026851Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_4_cpu 2022-09-27T15:30:51.4299010Z test_ops.py::TestCommonCPU::test_dtypes_put_cpu 2022-09-27T15:30:51.4465302Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_put_cpu 2022-09-27T15:30:51.6210920Z test_ops.py::TestCommonCPU::test_dtypes_rand_like_cpu 2022-09-27T15:30:51.6217156Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_rand_like_cpu 2022-09-27T15:30:51.6277527Z test_ops.py::TestCommonCPU::test_dtypes_ravel_cpu 2022-09-27T15:30:51.6626721Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ravel_cpu 2022-09-27T15:30:51.8256353Z test_ops.py::TestCommonCPU::test_dtypes_renorm_cpu 2022-09-27T15:30:51.8264781Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_renorm_cpu 2022-09-27T15:30:51.8355150Z test_ops.py::TestCommonCPU::test_dtypes_reshape_cpu 2022-09-27T15:30:51.8702991Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_reshape_cpu 2022-09-27T15:30:51.8750016Z test_ops.py::TestCommonCPU::test_dtypes_resolve_neg_cpu 2022-09-27T15:30:51.9143321Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_resolve_neg_cpu 2022-09-27T15:30:52.0751475Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_0_cpu 2022-09-27T15:30:52.0764904Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_round_decimals_0_cpu 2022-09-27T15:30:52.1628104Z test_ops.py::TestCommonCPU::test_dtypes_rsub_cpu 2022-09-27T15:30:52.1637026Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_rsub_cpu 2022-09-27T15:30:52.4328613Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amin_cpu 2022-09-27T15:30:52.4337442Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amin_cpu 2022-09-27T15:30:56.5088681Z test_ops.py::TestCommonCPU::test_dtypes_searchsorted_cpu 2022-09-27T15:30:56.5095704Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_searchsorted_cpu 2022-09-27T15:30:56.5498055Z test_ops.py::TestCommonCPU::test_dtypes_select_scatter_cpu 2022-09-27T15:30:56.5543366Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_select_scatter_cpu 2022-09-27T15:30:56.5702309Z test_ops.py::TestCommonCPU::test_dtypes_sign_cpu 2022-09-27T15:30:56.5983896Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sign_cpu 2022-09-27T15:30:56.6067093Z test_ops.py::TestCommonCPU::test_dtypes_sinh_cpu 2022-09-27T15:30:56.6425994Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sinh_cpu 2022-09-27T15:30:57.2583901Z test_ops.py::TestCommonCPU::test_dtypes_sort_cpu 2022-09-27T15:30:57.2592925Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sort_cpu 2022-09-27T15:30:57.3150654Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j1_cpu 2022-09-27T15:30:57.3159232Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j1_cpu 2022-09-27T15:30:57.4779199Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_u_cpu 2022-09-27T15:30:57.4786585Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_u_cpu 2022-09-27T15:30:57.5355811Z test_ops.py::TestCommonCPU::test_dtypes_special_erfcx_cpu 2022-09-27T15:30:57.5362853Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_erfcx_cpu 2022-09-27T15:30:57.5931094Z test_ops.py::TestCommonCPU::test_dtypes_special_i1_cpu 2022-09-27T15:30:57.5940654Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_i1_cpu 2022-09-27T15:30:57.6496224Z test_ops.py::TestCommonCPU::test_dtypes_special_log_ndtr_cpu 2022-09-27T15:30:57.6504825Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_log_ndtr_cpu 2022-09-27T15:30:57.7053251Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k1_cpu 2022-09-27T15:30:57.7060852Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k1_cpu 2022-09-27T15:30:57.7680059Z test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k0_cpu 2022-09-27T15:30:57.7687598Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k0_cpu 2022-09-27T15:30:57.7704001Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_v_cpu 2022-09-27T15:30:57.8106389Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_v_cpu 2022-09-27T15:30:58.0771002Z test_ops.py::TestCommonCPU::test_dtypes_special_zeta_cpu 2022-09-27T15:30:58.0780021Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_zeta_cpu 2022-09-27T15:30:58.0863905Z test_ops.py::TestCommonCPU::test_dtypes_sqrt_cpu 2022-09-27T15:30:58.1183132Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sqrt_cpu 2022-09-27T15:30:58.4029966Z test_ops.py::TestCommonCPU::test_dtypes_std_cpu 2022-09-27T15:30:58.4038368Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_std_cpu 2022-09-27T15:30:58.4158793Z test_ops.py::TestCommonCPU::test_dtypes_sum_cpu 2022-09-27T15:30:58.4463118Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sum_cpu 2022-09-27T15:30:58.5145190Z test_ops.py::TestCommonCPU::test_dtypes_symeig_cpu 2022-09-27T15:30:58.5152690Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_symeig_cpu 2022-09-27T15:30:58.5235519Z test_ops.py::TestCommonCPU::test_dtypes_tan_cpu 2022-09-27T15:30:58.5582723Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tan_cpu 2022-09-27T15:30:58.5917970Z test_ops.py::TestCommonCPU::test_dtypes_tile_cpu 2022-09-27T15:30:58.6022438Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tile_cpu 2022-09-27T15:30:58.6162399Z test_ops.py::TestCommonCPU::test_dtypes_trace_cpu 2022-09-27T15:30:58.6463874Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_trace_cpu 2022-09-27T15:30:58.7423503Z test_ops.py::TestCommonCPU::test_dtypes_triangular_solve_cpu 2022-09-27T15:30:58.7435045Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_triangular_solve_cpu 2022-09-27T15:30:58.9493623Z test_ops.py::TestCommonCPU::test_dtypes_triu_indices_cpu 2022-09-27T15:30:58.9501568Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_triu_indices_cpu 2022-09-27T15:30:58.9601707Z test_ops.py::TestCommonCPU::test_dtypes_unflatten_cpu 2022-09-27T15:30:58.9902818Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_unflatten_cpu 2022-09-27T15:31:14.1315049Z test_ops.py::TestCommonCPU::test_dtypes_unique_cpu 2022-09-27T15:31:14.1325854Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_unique_cpu 2022-09-27T15:31:14.1466627Z test_ops.py::TestCommonCPU::test_dtypes_vdot_cpu 2022-09-27T15:31:14.1744683Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_vdot_cpu 2022-09-27T15:31:14.1869354Z test_ops.py::TestCommonCPU::test_dtypes_view_cpu 2022-09-27T15:31:14.2186985Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_view_cpu 2022-09-27T15:31:14.3483685Z test_ops.py::TestCommonCPU::test_dtypes_xlogy_cpu 2022-09-27T15:31:14.3493462Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_xlogy_cpu 2022-09-27T15:31:14.3518802Z test_ops.py::TestCommonCPU::test_errors___radd___cpu 2022-09-27T15:31:14.3903748Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors___radd___cpu 2022-09-27T15:31:14.3925270Z test_ops.py::TestCommonCPU::test_errors___rmul___cpu 2022-09-27T15:31:14.4345268Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors___rmul___cpu 2022-09-27T15:31:14.4370076Z test_ops.py::TestCommonCPU::test_errors___rxor___cpu 2022-09-27T15:31:14.4784910Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors___rxor___cpu 2022-09-27T15:31:14.5071522Z test_ops.py::TestCommonCPU::test_errors_aminmax_cpu 2022-09-27T15:31:14.5223948Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_aminmax_cpu 2022-09-27T15:31:14.5243870Z test_ops.py::TestCommonCPU::test_errors_bitwise_and_cpu 2022-09-27T15:31:14.5703688Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_bitwise_and_cpu 2022-09-27T15:31:14.5724754Z test_ops.py::TestCommonCPU::test_errors_bitwise_xor_cpu 2022-09-27T15:31:14.6142821Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_bitwise_xor_cpu 2022-09-27T15:31:14.6164061Z test_ops.py::TestCommonCPU::test_errors_complex_cpu 2022-09-27T15:31:14.6582896Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_complex_cpu 2022-09-27T15:31:14.6840176Z test_ops.py::TestCommonCPU::test_errors_diag_embed_cpu 2022-09-27T15:31:14.7022580Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_diag_embed_cpu 2022-09-27T15:31:14.7037874Z test_ops.py::TestCommonCPU::test_errors_div_trunc_rounding_cpu 2022-09-27T15:31:14.7462797Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_div_trunc_rounding_cpu 2022-09-27T15:31:14.7617983Z test_ops.py::TestCommonCPU::test_errors_eye_cpu 2022-09-27T15:31:14.7902909Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_eye_cpu 2022-09-27T15:31:14.7919625Z test_ops.py::TestCommonCPU::test_errors_floor_divide_cpu 2022-09-27T15:31:14.8383027Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_floor_divide_cpu 2022-09-27T15:31:14.8839284Z test_ops.py::TestCommonCPU::test_errors_gather_cpu 2022-09-27T15:31:14.8863104Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_gather_cpu 2022-09-27T15:31:14.8882568Z test_ops.py::TestCommonCPU::test_errors_gt_cpu 2022-09-27T15:31:14.9302564Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_gt_cpu 2022-09-27T15:31:14.9319584Z test_ops.py::TestCommonCPU::test_errors_hypot_cpu 2022-09-27T15:31:14.9742545Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_hypot_cpu 2022-09-27T15:31:14.9811376Z test_ops.py::TestCommonCPU::test_errors_isclose_cpu 2022-09-27T15:31:15.0182878Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_isclose_cpu 2022-09-27T15:31:15.0203097Z test_ops.py::TestCommonCPU::test_errors_lcm_cpu 2022-09-27T15:31:15.0622914Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_lcm_cpu 2022-09-27T15:31:15.0687770Z test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_cpu 2022-09-27T15:31:15.1063064Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_cpu 2022-09-27T15:31:15.1080581Z test_ops.py::TestCommonCPU::test_errors_logical_and_cpu 2022-09-27T15:31:15.1542934Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_logical_and_cpu 2022-09-27T15:31:15.1563028Z test_ops.py::TestCommonCPU::test_errors_lt_cpu 2022-09-27T15:31:15.2022627Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_lt_cpu 2022-09-27T15:31:15.2040823Z test_ops.py::TestCommonCPU::test_errors_maximum_cpu 2022-09-27T15:31:15.2462664Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_maximum_cpu 2022-09-27T15:31:15.2745430Z test_ops.py::TestCommonCPU::test_errors_movedim_cpu 2022-09-27T15:31:15.2903306Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_movedim_cpu 2022-09-27T15:31:15.2926372Z test_ops.py::TestCommonCPU::test_errors_ne_cpu 2022-09-27T15:31:15.3347341Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_ne_cpu 2022-09-27T15:31:15.3664528Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool2d_cpu 2022-09-27T15:31:15.3793228Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool2d_cpu 2022-09-27T15:31:15.3802542Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool3d_cpu 2022-09-27T15:31:15.3824877Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_grad_cpu 2022-09-27T15:31:15.3945523Z test_ops.py::TestCommonCPU::test_errors_nn_functional_embedding_cpu 2022-09-27T15:31:15.4306273Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_embedding_cpu 2022-09-27T15:31:15.4346225Z test_ops.py::TestCommonCPU::test_errors_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:31:15.4747131Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:31:15.4864465Z test_ops.py::TestCommonCPU::test_errors_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:31:15.5224640Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:31:15.5312448Z test_ops.py::TestCommonCPU::test_errors_nn_functional_softshrink_cpu 2022-09-27T15:31:15.5663027Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_softshrink_cpu 2022-09-27T15:31:15.5688981Z test_ops.py::TestCommonCPU::test_errors_remainder_cpu 2022-09-27T15:31:15.6145237Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_remainder_cpu 2022-09-27T15:31:15.6324375Z test_ops.py::TestCommonCPU::test_errors_roll_cpu 2022-09-27T15:31:15.6582838Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_roll_cpu 2022-09-27T15:31:15.6954882Z test_ops.py::TestCommonCPU::test_errors_scatter_cpu 2022-09-27T15:31:15.7022655Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_scatter_cpu 2022-09-27T15:31:15.7038807Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_w_cpu 2022-09-27T15:31:15.7464053Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_w_cpu 2022-09-27T15:31:15.7482432Z test_ops.py::TestCommonCPU::test_errors_special_legendre_polynomial_p_cpu 2022-09-27T15:31:15.7811553Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_legendre_polynomial_p_cpu 2022-09-27T15:31:15.7818625Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_grad_cpu 2022-09-27T15:31:15.7902762Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mse_loss_cpu 2022-09-27T15:31:15.7919493Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_w_cpu 2022-09-27T15:31:15.8344143Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_w_cpu 2022-09-27T15:31:15.8415367Z test_ops.py::TestCommonCPU::test_errors_sum_to_size_cpu 2022-09-27T15:31:15.8783063Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_sum_to_size_cpu 2022-09-27T15:31:15.8802540Z test_ops.py::TestCommonCPU::test_errors_true_divide_cpu 2022-09-27T15:31:15.9222763Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_true_divide_cpu 2022-09-27T15:31:15.9311732Z test_ops.py::TestCommonCPU::test_errors_view_cpu 2022-09-27T15:31:15.9663945Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_view_cpu 2022-09-27T15:31:15.9682228Z test_ops.py::TestCommonCPU::test_errors_xlogy_cpu 2022-09-27T15:31:16.0103392Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_xlogy_cpu 2022-09-27T15:31:16.0125171Z test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_int64 2022-09-27T15:31:16.0543031Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_int64 2022-09-27T15:31:16.0564186Z test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_int64 2022-09-27T15:31:16.0910105Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_int64 2022-09-27T15:31:16.0921044Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mse_loss_cpu 2022-09-27T15:31:16.0983215Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_nll_loss_cpu 2022-09-27T15:31:16.1010006Z test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_float32 2022-09-27T15:31:16.1423244Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_float32 2022-09-27T15:31:16.1447115Z test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_int64 2022-09-27T15:31:16.1862774Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_int64 2022-09-27T15:31:16.1886340Z test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_float32 2022-09-27T15:31:16.2302719Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_float32 2022-09-27T15:31:16.2328673Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_amax_cpu_int64 2022-09-27T15:31:16.2742586Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_amax_cpu_int64 2022-09-27T15:31:16.2765829Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmax_cpu_int64 2022-09-27T15:31:16.3224307Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmax_cpu_int64 2022-09-27T15:31:16.3247578Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumprod_cpu_int64 2022-09-27T15:31:16.3665349Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumprod_cpu_int64 2022-09-27T15:31:16.3690836Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_logaddexp_cpu_float32 2022-09-27T15:31:16.4108665Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_logaddexp_cpu_float32 2022-09-27T15:31:16.4136533Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_mean_cpu_int64 2022-09-27T15:31:16.4544668Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_mean_cpu_int64 2022-09-27T15:31:16.4570399Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_prod_cpu_float32 2022-09-27T15:31:16.4984705Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_prod_cpu_float32 2022-09-27T15:31:16.5011725Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_std_cpu_float32 2022-09-27T15:31:16.5423221Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_std_cpu_float32 2022-09-27T15:31:16.5451535Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_var_cpu_float32 2022-09-27T15:31:16.5863942Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_var_cpu_float32 2022-09-27T15:31:16.5888411Z test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_float32 2022-09-27T15:31:16.6303653Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_float32 2022-09-27T15:31:16.6330541Z test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_float32 2022-09-27T15:31:16.6743328Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_float32 2022-09-27T15:31:16.6769075Z test_ops.py::TestCommonCPU::test_multiple_devices_addcdiv_cpu_float32 2022-09-27T15:31:16.7183327Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addcdiv_cpu_float32 2022-09-27T15:31:16.7209342Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_int64 2022-09-27T15:31:16.7663589Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_int64 2022-09-27T15:31:16.7690213Z test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_int64 2022-09-27T15:31:16.8104101Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_int64 2022-09-27T15:31:16.8129846Z test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_int64 2022-09-27T15:31:16.8543039Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_int64 2022-09-27T15:31:16.8570145Z test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_float32 2022-09-27T15:31:16.8982827Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_float32 2022-09-27T15:31:16.9009285Z test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_float32 2022-09-27T15:31:16.9424550Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_float32 2022-09-27T15:31:16.9452156Z test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_float32 2022-09-27T15:31:16.9863209Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_float32 2022-09-27T15:31:16.9890000Z test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_float32 2022-09-27T15:31:17.0302687Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_float32 2022-09-27T15:31:17.0329476Z test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_float32 2022-09-27T15:31:17.0743082Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_float32 2022-09-27T15:31:17.0768971Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_float32 2022-09-27T15:31:17.1184379Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_float32 2022-09-27T15:31:17.1212360Z test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_float32 2022-09-27T15:31:17.1625142Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_float32 2022-09-27T15:31:17.1657907Z test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_float32 2022-09-27T15:31:17.2065027Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_float32 2022-09-27T15:31:17.2095197Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_float32 2022-09-27T15:31:17.2506961Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_float32 2022-09-27T15:31:17.2536975Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_float32 2022-09-27T15:31:17.2943782Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_float32 2022-09-27T15:31:17.2971614Z test_ops.py::TestCommonCPU::test_multiple_devices_bernoulli_cpu_float32 2022-09-27T15:31:17.3386196Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bernoulli_cpu_float32 2022-09-27T15:31:17.3415702Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_and_cpu_int64 2022-09-27T15:31:17.3823270Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_and_cpu_int64 2022-09-27T15:31:17.3850684Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_right_shift_cpu_int64 2022-09-27T15:31:17.4264416Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_right_shift_cpu_int64 2022-09-27T15:31:17.4288838Z test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_float32 2022-09-27T15:31:17.4707697Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_float32 2022-09-27T15:31:17.4734566Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_shapes_cpu_float32 2022-09-27T15:31:17.5146648Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_shapes_cpu_float32 2022-09-27T15:31:17.5176203Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_int64 2022-09-27T15:31:17.5586642Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_int64 2022-09-27T15:31:17.5612576Z test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_int64 2022-09-27T15:31:17.6023589Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_int64 2022-09-27T15:31:17.6054303Z test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_int64 2022-09-27T15:31:17.6462909Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_int64 2022-09-27T15:31:17.6486815Z test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_float32 2022-09-27T15:31:17.6942942Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_float32 2022-09-27T15:31:17.6969527Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_cpu_float32 2022-09-27T15:31:17.7385718Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_cpu_float32 2022-09-27T15:31:17.7414434Z test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_int64 2022-09-27T15:31:17.7826436Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_int64 2022-09-27T15:31:17.7856956Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_int64 2022-09-27T15:31:17.8267421Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_int64 2022-09-27T15:31:17.8299669Z test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_int64 2022-09-27T15:31:17.8703277Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_int64 2022-09-27T15:31:17.8727645Z test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_int64 2022-09-27T15:31:17.9142994Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_int64 2022-09-27T15:31:17.9166479Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_float32 2022-09-27T15:31:17.9583209Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_float32 2022-09-27T15:31:17.9606455Z test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_float32 2022-09-27T15:31:18.0026077Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_float32 2022-09-27T15:31:18.0050448Z test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_float32 2022-09-27T15:31:18.0464206Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_float32 2022-09-27T15:31:18.0487572Z test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_float32 2022-09-27T15:31:18.0903083Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_float32 2022-09-27T15:31:18.0929574Z test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_float32 2022-09-27T15:31:18.1342214Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_float32 2022-09-27T15:31:18.1365192Z test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_float32 2022-09-27T15:31:18.1790762Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_float32 2022-09-27T15:31:18.1804915Z test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_float32 2022-09-27T15:31:18.2223474Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_float32 2022-09-27T15:31:18.2246217Z test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_float32 2022-09-27T15:31:18.2662778Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_float32 2022-09-27T15:31:18.2685525Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_float32 2022-09-27T15:31:18.3103910Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_float32 2022-09-27T15:31:18.3126818Z test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_float32 2022-09-27T15:31:18.3542696Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_float32 2022-09-27T15:31:18.3567188Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_float32 2022-09-27T15:31:18.3982932Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_float32 2022-09-27T15:31:18.4006608Z test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_float32 2022-09-27T15:31:18.4423477Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_float32 2022-09-27T15:31:18.4447035Z test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_int64 2022-09-27T15:31:18.4863680Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_int64 2022-09-27T15:31:18.4886854Z test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_int64 2022-09-27T15:31:18.5304918Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_int64 2022-09-27T15:31:18.5332095Z test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_int64 2022-09-27T15:31:18.5744461Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_int64 2022-09-27T15:31:18.5780407Z test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_int64 2022-09-27T15:31:18.6183345Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_int64 2022-09-27T15:31:18.6209060Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_int64 2022-09-27T15:31:18.6622813Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_int64 2022-09-27T15:31:18.6647195Z test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_int64 2022-09-27T15:31:18.7064316Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_int64 2022-09-27T15:31:18.7087916Z test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_int64 2022-09-27T15:31:18.7501869Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_int64 2022-09-27T15:31:18.7526164Z test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_int64 2022-09-27T15:31:18.7942883Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_int64 2022-09-27T15:31:18.7966209Z test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_int64 2022-09-27T15:31:18.8382969Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_int64 2022-09-27T15:31:18.8407201Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_int64 2022-09-27T15:31:18.8823333Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_int64 2022-09-27T15:31:18.8847483Z test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_int64 2022-09-27T15:31:18.9262997Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_int64 2022-09-27T15:31:18.9286886Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_int64 2022-09-27T15:31:18.9703122Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_int64 2022-09-27T15:31:18.9726589Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_int64 2022-09-27T15:31:19.0143265Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_int64 2022-09-27T15:31:19.0169250Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_int64 2022-09-27T15:31:19.0582556Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_int64 2022-09-27T15:31:19.0606315Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_int64 2022-09-27T15:31:19.1023204Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_int64 2022-09-27T15:31:19.1046897Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_int64 2022-09-27T15:31:19.1463854Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_int64 2022-09-27T15:31:19.1487104Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_int64 2022-09-27T15:31:19.1903541Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_int64 2022-09-27T15:31:19.1928242Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_int64 2022-09-27T15:31:19.2384422Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_int64 2022-09-27T15:31:19.2408223Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_int64 2022-09-27T15:31:19.2653304Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_int64 2022-09-27T15:31:19.2661058Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_nll_loss_cpu 2022-09-27T15:31:19.2822691Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_constant_cpu 2022-09-27T15:31:19.2849236Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_int64 2022-09-27T15:31:19.3056399Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_int64 2022-09-27T15:31:19.3102342Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_constant_cpu 2022-09-27T15:31:19.3263150Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pdist_cpu 2022-09-27T15:31:19.3284949Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_int64 2022-09-27T15:31:19.3703029Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_int64 2022-09-27T15:31:19.3721019Z test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_int64 2022-09-27T15:31:19.4143281Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_int64 2022-09-27T15:31:19.4162404Z test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_int64 2022-09-27T15:31:19.4583651Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_int64 2022-09-27T15:31:19.4604206Z test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_int64 2022-09-27T15:31:19.5023740Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_int64 2022-09-27T15:31:19.5045437Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_int64 2022-09-27T15:31:19.5462884Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_int64 2022-09-27T15:31:19.5484039Z test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_int64 2022-09-27T15:31:19.5784331Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_int64 2022-09-27T15:31:19.5791054Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pdist_cpu 2022-09-27T15:31:19.5902235Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_prelu_cpu 2022-09-27T15:31:19.5920571Z test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_int64 2022-09-27T15:31:19.6343598Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_int64 2022-09-27T15:31:19.6363331Z test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_int64 2022-09-27T15:31:19.6787460Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_int64 2022-09-27T15:31:19.6816080Z test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_float32 2022-09-27T15:31:19.7225049Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_float32 2022-09-27T15:31:19.7253938Z test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_int64 2022-09-27T15:31:19.7664696Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_int64 2022-09-27T15:31:19.7693859Z test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_int64 2022-09-27T15:31:19.8103681Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_int64 2022-09-27T15:31:19.8128517Z test_ops.py::TestCommonCPU::test_multiple_devices_histogram_cpu_float32 2022-09-27T15:31:19.8545615Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_histogram_cpu_float32 2022-09-27T15:31:19.8570276Z test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_float32 2022-09-27T15:31:19.8983175Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_float32 2022-09-27T15:31:19.9010829Z test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_int64 2022-09-27T15:31:19.9080399Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_int64 2022-09-27T15:31:19.9086620Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_prelu_cpu 2022-09-27T15:31:19.9422360Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_selu_cpu 2022-09-27T15:31:19.9449523Z test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_int64 2022-09-27T15:31:19.9863335Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_int64 2022-09-27T15:31:19.9893224Z test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_int64 2022-09-27T15:31:20.0305159Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_int64 2022-09-27T15:31:20.0334109Z test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_int64 2022-09-27T15:31:20.0743378Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_int64 2022-09-27T15:31:20.0774175Z test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_int64 2022-09-27T15:31:20.0782113Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_int64 2022-09-27T15:31:20.0788958Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_selu_cpu 2022-09-27T15:31:20.1223525Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_soft_margin_loss_cpu 2022-09-27T15:31:20.1247341Z test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_int64 2022-09-27T15:31:20.1662713Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_int64 2022-09-27T15:31:20.1689394Z test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_int64 2022-09-27T15:31:20.2102649Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_int64 2022-09-27T15:31:20.2128717Z test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_int64 2022-09-27T15:31:20.2542762Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_int64 2022-09-27T15:31:20.2569081Z test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_int64 2022-09-27T15:31:20.2982621Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_int64 2022-09-27T15:31:20.3006314Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:31:20.3423785Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:31:20.3450163Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_float32 2022-09-27T15:31:20.3737027Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_float32 2022-09-27T15:31:20.3744762Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_soft_margin_loss_cpu 2022-09-27T15:31:20.3862361Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softshrink_cpu 2022-09-27T15:31:20.3886888Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_float32 2022-09-27T15:31:20.4302104Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_float32 2022-09-27T15:31:20.4328919Z test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_float32 2022-09-27T15:31:20.4743386Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_float32 2022-09-27T15:31:20.4767582Z test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_int64 2022-09-27T15:31:20.5183144Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_int64 2022-09-27T15:31:20.5207783Z test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_float32 2022-09-27T15:31:20.5622669Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_float32 2022-09-27T15:31:20.5647073Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cond_cpu_float32 2022-09-27T15:31:20.5718721Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cond_cpu_float32 2022-09-27T15:31:20.5727813Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softshrink_cpu 2022-09-27T15:31:20.6062857Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_loss_cpu 2022-09-27T15:31:20.6086975Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_singular_cpu_float32 2022-09-27T15:31:20.6503062Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_singular_cpu_float32 2022-09-27T15:31:20.6526703Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvalsh_cpu_float32 2022-09-27T15:31:20.6892096Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvalsh_cpu_float32 2022-09-27T15:31:20.6901233Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_loss_cpu 2022-09-27T15:31:20.6943554Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_nearest_cpu 2022-09-27T15:31:20.6970243Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_cpu_float32 2022-09-27T15:31:20.7388687Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_cpu_float32 2022-09-27T15:31:20.7419437Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:31:20.7826813Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:31:20.7856286Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_solve_cpu_float32 2022-09-27T15:31:20.8264579Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_solve_cpu_float32 2022-09-27T15:31:20.8294160Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:31:20.8705021Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:31:20.8734319Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:31:20.9143329Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:31:20.9174687Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_qr_cpu_float32 2022-09-27T15:31:20.9585046Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_qr_cpu_float32 2022-09-27T15:31:20.9610578Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_triangular_cpu_float32 2022-09-27T15:31:21.0025889Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_triangular_cpu_float32 2022-09-27T15:31:21.0054607Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorsolve_cpu_float32 2022-09-27T15:31:21.0465194Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorsolve_cpu_float32 2022-09-27T15:31:21.0490902Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vector_norm_cpu_float32 2022-09-27T15:31:21.0904340Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vector_norm_cpu_float32 2022-09-27T15:31:21.0933375Z test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_int64 2022-09-27T15:31:21.1344762Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_int64 2022-09-27T15:31:21.1369927Z test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_int64 2022-09-27T15:31:21.1782973Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_int64 2022-09-27T15:31:21.1807303Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_float32 2022-09-27T15:31:21.2222748Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_float32 2022-09-27T15:31:21.2246470Z test_ops.py::TestCommonCPU::test_multiple_devices_logcumsumexp_cpu_float32 2022-09-27T15:31:21.2662950Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logcumsumexp_cpu_float32 2022-09-27T15:31:21.2686043Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_float32 2022-09-27T15:31:21.2810093Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_float32 2022-09-27T15:31:21.2820973Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_nearest_cpu 2022-09-27T15:31:21.3102698Z test_ops.py::TestCommonCPU::test_dtypes_norm_inf_cpu 2022-09-27T15:31:21.3126158Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_float32 2022-09-27T15:31:21.3544338Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_float32 2022-09-27T15:31:21.3572314Z test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_float32 2022-09-27T15:31:21.3861981Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_float32 2022-09-27T15:31:21.3872045Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_norm_inf_cpu 2022-09-27T15:31:21.3897467Z test_ops.py::TestCommonCPU::test_dtypes_ones_cpu 2022-09-27T15:31:21.3982024Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ones_cpu 2022-09-27T15:31:21.4006959Z test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_float32 2022-09-27T15:31:21.4302922Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_float32 2022-09-27T15:31:21.4347331Z test_ops.py::TestCommonCPU::test_dtypes_outer_cpu 2022-09-27T15:31:21.4422254Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_outer_cpu 2022-09-27T15:31:21.4447265Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_cpu_float32 2022-09-27T15:31:21.4742125Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lu_cpu_float32 2022-09-27T15:31:21.4902464Z test_ops.py::TestCommonCPU::test_dtypes_polar_cpu 2022-09-27T15:31:21.4926986Z test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_int64 2022-09-27T15:31:21.5344438Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_int64 2022-09-27T15:31:21.5368184Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_int64 2022-09-27T15:31:21.5782931Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_int64 2022-09-27T15:31:21.5806659Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_int64 2022-09-27T15:31:21.6222265Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_int64 2022-09-27T15:31:21.6246300Z test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_float32 2022-09-27T15:31:21.6662708Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_float32 2022-09-27T15:31:21.6685736Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_float32 2022-09-27T15:31:21.7103538Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_float32 2022-09-27T15:31:21.7125831Z test_ops.py::TestCommonCPU::test_multiple_devices_mean_cpu_float32 2022-09-27T15:31:21.7542557Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mean_cpu_float32 2022-09-27T15:31:21.7565952Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:31:21.7985560Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:31:21.8011303Z test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_int64 2022-09-27T15:31:21.8427794Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_int64 2022-09-27T15:31:21.8460974Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_int64 2022-09-27T15:31:21.8573358Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_int64 2022-09-27T15:31:21.8580446Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_polar_cpu 2022-09-27T15:31:21.8596629Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_3_cpu 2022-09-27T15:31:21.8863162Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_3_cpu 2022-09-27T15:31:21.8891464Z test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_int64 2022-09-27T15:31:21.8982167Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_int64 2022-09-27T15:31:21.9302807Z test_ops.py::TestCommonCPU::test_dtypes_prod_cpu 2022-09-27T15:31:21.9330791Z test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_int64 2022-09-27T15:31:21.9744490Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_int64 2022-09-27T15:31:21.9773267Z test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_int64 2022-09-27T15:31:22.0182613Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_int64 2022-09-27T15:31:22.0209694Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:31:22.0625713Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:31:22.0654996Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:31:22.1064379Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:31:22.1092531Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmean_cpu_float32 2022-09-27T15:31:22.1503852Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nanmean_cpu_float32 2022-09-27T15:31:22.1531957Z test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_float32 2022-09-27T15:31:22.1944457Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_float32 2022-09-27T15:31:22.1970960Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_float32 2022-09-27T15:31:22.2382780Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_float32 2022-09-27T15:31:22.2409711Z test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_int64 2022-09-27T15:31:22.2517007Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_int64 2022-09-27T15:31:22.2523942Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_prod_cpu 2022-09-27T15:31:22.2822523Z test_ops.py::TestCommonCPU::test_dtypes_rad2deg_cpu 2022-09-27T15:31:22.2828374Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_int64 2022-09-27T15:31:22.2850656Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_rad2deg_cpu 2022-09-27T15:31:22.2941255Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_int64 2022-09-27T15:31:22.3262845Z test_ops.py::TestCommonCPU::test_dtypes_randn_like_cpu 2022-09-27T15:31:22.3292903Z test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_int64 2022-09-27T15:31:22.3703792Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_int64 2022-09-27T15:31:22.3731450Z test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_int64 2022-09-27T15:31:22.4143180Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_int64 2022-09-27T15:31:22.4167248Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:31:22.4583390Z [gw3] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:31:22.4609991Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:31:22.4669709Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:31:22.4675809Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_randn_like_cpu 2022-09-27T15:31:22.5023170Z test_ops.py::TestCommonCPU::test_dtypes_remainder_cpu 2022-09-27T15:31:22.5050487Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:31:22.5463617Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:31:22.5491349Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_int64 2022-09-27T15:31:22.5903782Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_int64 2022-09-27T15:31:22.5929859Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_float32 2022-09-27T15:31:22.6048230Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_float32 2022-09-27T15:31:22.6056859Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_remainder_cpu 2022-09-27T15:31:22.6128807Z test_ops.py::TestCommonCPU::test_dtypes_reshape_as_cpu 2022-09-27T15:31:22.6342104Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_reshape_as_cpu 2022-09-27T15:31:22.6362669Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:31:22.6461675Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:31:22.6501656Z test_ops.py::TestCommonCPU::test_dtypes_resolve_conj_cpu 2022-09-27T15:31:22.6782108Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_resolve_conj_cpu 2022-09-27T15:31:22.6799726Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:31:22.6901681Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:31:22.7102285Z test_ops.py::TestCommonCPU::test_dtypes_round_cpu 2022-09-27T15:31:22.7222216Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_round_cpu 2022-09-27T15:31:22.7243763Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:31:22.7342526Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:31:22.7584160Z test_ops.py::TestCommonCPU::test_dtypes_rsqrt_cpu 2022-09-27T15:31:22.7663061Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_rsqrt_cpu 2022-09-27T15:31:22.7688790Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout3d_cpu_float32 2022-09-27T15:31:22.7782880Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout3d_cpu_float32 2022-09-27T15:31:22.8146956Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amax_cpu 2022-09-27T15:31:22.8178866Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_cpu_float32 2022-09-27T15:31:22.8585730Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_cpu_float32 2022-09-27T15:31:22.8615619Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:31:22.9026885Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:31:22.9054239Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_glu_cpu_float32 2022-09-27T15:31:22.9465414Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_glu_cpu_float32 2022-09-27T15:31:22.9491045Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:31:22.9903299Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:31:22.9928208Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:31:23.0342714Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:31:23.0366377Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:31:23.0611306Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:31:23.0620976Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amax_cpu 2022-09-27T15:31:23.0782379Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_sum_cpu 2022-09-27T15:31:23.0806078Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:31:23.1222823Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:31:23.1246817Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:31:23.1662726Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:31:23.1685811Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_int64 2022-09-27T15:31:23.2102654Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_int64 2022-09-27T15:31:23.2125465Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:31:23.2249161Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:31:23.2258303Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_sum_cpu 2022-09-27T15:31:23.2337405Z test_ops.py::TestCommonCPU::test_dtypes_select_cpu 2022-09-27T15:31:23.2541831Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_select_cpu 2022-09-27T15:31:23.2568719Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:31:23.2661761Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:31:23.2839326Z test_ops.py::TestCommonCPU::test_dtypes_sigmoid_cpu 2022-09-27T15:31:23.2981732Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sigmoid_cpu 2022-09-27T15:31:23.3005094Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:31:23.3102346Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:31:23.3292321Z test_ops.py::TestCommonCPU::test_dtypes_sinc_cpu 2022-09-27T15:31:23.3462663Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sinc_cpu 2022-09-27T15:31:23.3487711Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:31:23.3541723Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:31:23.3632085Z test_ops.py::TestCommonCPU::test_dtypes_softmax_with_dtype_cpu 2022-09-27T15:31:23.3902294Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_softmax_with_dtype_cpu 2022-09-27T15:31:23.3927374Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_one_hot_cpu_int64 2022-09-27T15:31:23.3981545Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_one_hot_cpu_int64 2022-09-27T15:31:23.4356833Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j0_cpu 2022-09-27T15:31:23.4366215Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_int64 2022-09-27T15:31:23.4526522Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_int64 2022-09-27T15:31:23.4535692Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j0_cpu 2022-09-27T15:31:23.4782324Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_t_cpu 2022-09-27T15:31:23.4805783Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:31:23.5222973Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:31:23.5246674Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:31:23.5662944Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:31:23.5686591Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_prelu_cpu_float32 2022-09-27T15:31:23.6102992Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_prelu_cpu_float32 2022-09-27T15:31:23.6125784Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_int64 2022-09-27T15:31:23.6248959Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_int64 2022-09-27T15:31:23.6258176Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_t_cpu 2022-09-27T15:31:23.6542635Z test_ops.py::TestCommonCPU::test_dtypes_special_entr_cpu 2022-09-27T15:31:23.6551796Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:31:23.6565871Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_entr_cpu 2022-09-27T15:31:23.6661872Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:31:23.6982525Z test_ops.py::TestCommonCPU::test_dtypes_special_i0e_cpu 2022-09-27T15:31:23.7008466Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_int64 2022-09-27T15:31:23.7111365Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_int64 2022-09-27T15:31:23.7120481Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_i0e_cpu 2022-09-27T15:31:23.7133981Z test_ops.py::TestCommonCPU::test_dtypes_special_legendre_polynomial_p_cpu 2022-09-27T15:31:23.7422436Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_legendre_polynomial_p_cpu 2022-09-27T15:31:23.7450802Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_int64 2022-09-27T15:31:23.7542242Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_int64 2022-09-27T15:31:23.7862954Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k0_cpu 2022-09-27T15:31:23.7890696Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_int64 2022-09-27T15:31:23.8085958Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_int64 2022-09-27T15:31:23.8092440Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k0_cpu 2022-09-27T15:31:23.8302661Z test_ops.py::TestCommonCPU::test_dtypes_special_polygamma_special_polygamma_n_0_cpu 2022-09-27T15:31:23.8330544Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_int64 2022-09-27T15:31:23.8783422Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_int64 2022-09-27T15:31:23.8810276Z test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_float32 2022-09-27T15:31:23.9222331Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_float32 2022-09-27T15:31:23.9246199Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_inf_cpu_float32 2022-09-27T15:31:23.9664633Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_norm_inf_cpu_float32 2022-09-27T15:31:23.9692205Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_float32 2022-09-27T15:31:23.9891068Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_float32 2022-09-27T15:31:23.9902123Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_polygamma_special_polygamma_n_0_cpu 2022-09-27T15:31:23.9920330Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_u_cpu 2022-09-27T15:31:24.0104259Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_u_cpu 2022-09-27T15:31:24.0134185Z test_ops.py::TestCommonCPU::test_multiple_devices_ormqr_cpu_float32 2022-09-27T15:31:24.0342795Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ormqr_cpu_float32 2022-09-27T15:31:24.0542446Z test_ops.py::TestCommonCPU::test_dtypes_special_xlog1py_cpu 2022-09-27T15:31:24.0570549Z test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_float32 2022-09-27T15:31:24.0984835Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_float32 2022-09-27T15:31:24.1014390Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:31:24.1314988Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:31:24.1323067Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_xlog1py_cpu 2022-09-27T15:31:24.1403891Z test_ops.py::TestCommonCPU::test_dtypes_split_with_sizes_cpu 2022-09-27T15:31:24.1422082Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_split_with_sizes_cpu 2022-09-27T15:31:24.1442110Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:31:24.1742540Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:31:24.1854558Z test_ops.py::TestCommonCPU::test_dtypes_stack_cpu 2022-09-27T15:31:24.1865634Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_stack_cpu 2022-09-27T15:31:24.1897518Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:31:24.2183275Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:31:24.2304366Z test_ops.py::TestCommonCPU::test_dtypes_sub_cpu 2022-09-27T15:31:24.2335311Z test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_float32 2022-09-27T15:31:24.2744381Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_float32 2022-09-27T15:31:24.2773581Z test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_float32 2022-09-27T15:31:24.3182717Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_float32 2022-09-27T15:31:24.3207652Z test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_float32 2022-09-27T15:31:24.3355996Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_float32 2022-09-27T15:31:24.3363200Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sub_cpu 2022-09-27T15:31:24.3623363Z test_ops.py::TestCommonCPU::test_dtypes_svd_lowrank_cpu 2022-09-27T15:31:24.3648439Z test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_int64 2022-09-27T15:31:24.4062954Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_int64 2022-09-27T15:31:24.4087429Z test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_int64 2022-09-27T15:31:24.4504874Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_int64 2022-09-27T15:31:24.4530247Z test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_int64 2022-09-27T15:31:24.4944260Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_int64 2022-09-27T15:31:24.4969687Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_float32 2022-09-27T15:31:24.5385081Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_float32 2022-09-27T15:31:24.5410443Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_float32 2022-09-27T15:31:24.5863829Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_float32 2022-09-27T15:31:24.5887852Z test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_float32 2022-09-27T15:31:24.6302564Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_float32 2022-09-27T15:31:24.6329544Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_float32 2022-09-27T15:31:24.6743106Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_float32 2022-09-27T15:31:24.6762829Z test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_float32 2022-09-27T15:31:24.7182619Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_float32 2022-09-27T15:31:24.7201837Z test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_float32 2022-09-27T15:31:24.7622637Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_float32 2022-09-27T15:31:24.7638206Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_neg_3_cpu_float32 2022-09-27T15:31:24.8063558Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_neg_3_cpu_float32 2022-09-27T15:31:24.8081723Z test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_int64 2022-09-27T15:31:24.8503676Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_int64 2022-09-27T15:31:24.8525628Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_int64 2022-09-27T15:31:24.8943179Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_int64 2022-09-27T15:31:24.8963906Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_int64 2022-09-27T15:31:24.9382601Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_int64 2022-09-27T15:31:24.9399789Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_int64 2022-09-27T15:31:24.9862491Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_int64 2022-09-27T15:31:24.9879657Z test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_int64 2022-09-27T15:31:25.0304480Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_int64 2022-09-27T15:31:25.0331417Z test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_int64 2022-09-27T15:31:25.0747476Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_int64 2022-09-27T15:31:25.0777468Z test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_int64 2022-09-27T15:31:25.1185956Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_int64 2022-09-27T15:31:25.1211550Z test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_int64 2022-09-27T15:31:25.1624015Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_int64 2022-09-27T15:31:25.1655971Z test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_int64 2022-09-27T15:31:25.2063407Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_int64 2022-09-27T15:31:25.2086402Z test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_int64 2022-09-27T15:31:25.2503339Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_int64 2022-09-27T15:31:25.2524021Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_int64 2022-09-27T15:31:25.2942587Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_int64 2022-09-27T15:31:25.2962092Z test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_float32 2022-09-27T15:31:25.3382827Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_float32 2022-09-27T15:31:25.3400935Z test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_int64 2022-09-27T15:31:25.3823910Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_int64 2022-09-27T15:31:25.3842628Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_int64 2022-09-27T15:31:25.4302739Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_int64 2022-09-27T15:31:25.4320458Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_int64 2022-09-27T15:31:25.4742819Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_int64 2022-09-27T15:31:25.4760607Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:31:25.5183075Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:31:25.5195647Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:31:25.5622954Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:31:25.5643760Z test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_int64 2022-09-27T15:31:25.6063371Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_int64 2022-09-27T15:31:25.6082587Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_int64 2022-09-27T15:31:25.6503079Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_int64 2022-09-27T15:31:25.6526964Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_int64 2022-09-27T15:31:25.6943458Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_int64 2022-09-27T15:31:25.6968454Z test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_int64 2022-09-27T15:31:25.7384016Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_int64 2022-09-27T15:31:25.7408746Z test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_int64 2022-09-27T15:31:25.7822285Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_int64 2022-09-27T15:31:25.7845919Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_int64 2022-09-27T15:31:25.8264381Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_int64 2022-09-27T15:31:25.8290039Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_int64 2022-09-27T15:31:25.8702478Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_int64 2022-09-27T15:31:25.8727611Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_int64 2022-09-27T15:31:25.9143651Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_int64 2022-09-27T15:31:25.9167719Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_int64 2022-09-27T15:31:25.9583139Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_int64 2022-09-27T15:31:25.9598838Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:31:26.0022229Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:31:26.0037329Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:31:26.0462196Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:31:26.0485589Z test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_int64 2022-09-27T15:31:26.0904571Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_int64 2022-09-27T15:31:26.0929042Z test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_int64 2022-09-27T15:31:26.1347409Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_int64 2022-09-27T15:31:26.1380196Z test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_int64 2022-09-27T15:31:26.1784525Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_int64 2022-09-27T15:31:26.1810042Z test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_int64 2022-09-27T15:31:26.2222679Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_int64 2022-09-27T15:31:26.2246734Z test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_int64 2022-09-27T15:31:26.2663203Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_int64 2022-09-27T15:31:26.2686086Z test_ops.py::TestCommonCPU::test_multiple_devices_std_mean_cpu_float32 2022-09-27T15:31:26.3102630Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_std_mean_cpu_float32 2022-09-27T15:31:26.3125559Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_float32 2022-09-27T15:31:26.3543496Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_float32 2022-09-27T15:31:26.3568325Z test_ops.py::TestCommonCPU::test_multiple_devices_svd_cpu_float32 2022-09-27T15:31:26.3983489Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_svd_cpu_float32 2022-09-27T15:31:26.4009098Z test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_int64 2022-09-27T15:31:26.4423170Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_int64 2022-09-27T15:31:26.4446146Z test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_int64 2022-09-27T15:31:26.4862109Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_int64 2022-09-27T15:31:26.4887536Z test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_int64 2022-09-27T15:31:26.5343801Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_int64 2022-09-27T15:31:26.5368489Z test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_int64 2022-09-27T15:31:26.5783500Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_int64 2022-09-27T15:31:26.5808203Z test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_int64 2022-09-27T15:31:26.6223724Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_int64 2022-09-27T15:31:26.6253026Z test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_int64 2022-09-27T15:31:26.6662932Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_int64 2022-09-27T15:31:26.6686957Z test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_int64 2022-09-27T15:31:26.7102372Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_int64 2022-09-27T15:31:26.7124857Z test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_int64 2022-09-27T15:31:26.7543069Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_int64 2022-09-27T15:31:26.7566141Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_indices_cpu_int64 2022-09-27T15:31:26.8023543Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tril_indices_cpu_int64 2022-09-27T15:31:26.8047303Z test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_float32 2022-09-27T15:31:26.8462649Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_float32 2022-09-27T15:31:26.8486741Z test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_float32 2022-09-27T15:31:26.8903374Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_float32 2022-09-27T15:31:26.8926292Z test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_float32 2022-09-27T15:31:26.9343056Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_float32 2022-09-27T15:31:26.9366635Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_int64 2022-09-27T15:31:26.9783582Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_int64 2022-09-27T15:31:26.9808590Z test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_int64 2022-09-27T15:31:27.0222266Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_int64 2022-09-27T15:31:27.0246956Z test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_int64 2022-09-27T15:31:27.0702990Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_int64 2022-09-27T15:31:27.0725497Z test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_float32 2022-09-27T15:31:27.1142053Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_float32 2022-09-27T15:31:27.1171337Z test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_float32 2022-09-27T15:31:27.1624241Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_float32 2022-09-27T15:31:27.1647736Z test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_float32 2022-09-27T15:31:27.2067631Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_float32 2022-09-27T15:31:27.2098692Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_float32 2022-09-27T15:31:27.2505527Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_float32 2022-09-27T15:31:27.2541630Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_H_cpu_bool 2022-09-27T15:31:27.2943654Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_H_cpu_bool 2022-09-27T15:31:27.3022332Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rand___cpu_bool 2022-09-27T15:31:27.3383445Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___rand___cpu_bool 2022-09-27T15:31:27.3459292Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rxor___cpu_bool 2022-09-27T15:31:27.3823041Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___rxor___cpu_bool 2022-09-27T15:31:27.3862654Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_acos_cpu_bool 2022-09-27T15:31:27.4263732Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_acos_cpu_bool 2022-09-27T15:31:27.4335550Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_all_cpu_bool 2022-09-27T15:31:27.4703385Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_all_cpu_bool 2022-09-27T15:31:27.4732305Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_angle_cpu_bool 2022-09-27T15:31:27.5143103Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_angle_cpu_bool 2022-09-27T15:31:27.5189185Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_cpu_bool 2022-09-27T15:31:27.5583797Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_cpu_bool 2022-09-27T15:31:27.5676446Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan2_cpu_bool 2022-09-27T15:31:27.6025116Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan2_cpu_bool 2022-09-27T15:31:27.6085153Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_2d_cpu_bool 2022-09-27T15:31:27.6462376Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_2d_cpu_bool 2022-09-27T15:31:27.6498449Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_not_cpu_bool 2022-09-27T15:31:27.6901972Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_not_cpu_bool 2022-09-27T15:31:27.6949247Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bool_cpu_bool 2022-09-27T15:31:27.7343903Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bool_cpu_bool 2022-09-27T15:31:27.7389101Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cartesian_prod_cpu_bool 2022-09-27T15:31:27.7785307Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cartesian_prod_cpu_bool 2022-09-27T15:31:27.7833259Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_chunk_cpu_bool 2022-09-27T15:31:27.8227404Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_chunk_cpu_bool 2022-09-27T15:31:27.8273775Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_column_stack_cpu_bool 2022-09-27T15:31:27.8663804Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_column_stack_cpu_bool 2022-09-27T15:31:27.8881053Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_constant_pad_nd_cpu_bool 2022-09-27T15:31:27.9102607Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_constant_pad_nd_cpu_bool 2022-09-27T15:31:27.9139842Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cosh_cpu_bool 2022-09-27T15:31:27.9542965Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cosh_cpu_bool 2022-09-27T15:31:27.9578882Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_deg2rad_cpu_bool 2022-09-27T15:31:27.9983552Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_deg2rad_cpu_bool 2022-09-27T15:31:28.0061004Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_cpu_bool 2022-09-27T15:31:28.0422793Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_cpu_bool 2022-09-27T15:31:28.0516264Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_div_no_rounding_mode_cpu_bool 2022-09-27T15:31:28.0862792Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_div_no_rounding_mode_cpu_bool 2022-09-27T15:31:28.0878757Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_cpu_bool 2022-09-27T15:31:28.1304873Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_cpu_bool 2022-09-27T15:31:28.1338091Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erf_cpu_bool 2022-09-27T15:31:28.1743608Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_erf_cpu_bool 2022-09-27T15:31:28.1784852Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp_cpu_bool 2022-09-27T15:31:28.2267082Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp_cpu_bool 2022-09-27T15:31:28.2408240Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_eye_cpu_bool 2022-09-27T15:31:28.2666390Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_eye_cpu_bool 2022-09-27T15:31:28.2721475Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftshift_cpu_bool 2022-09-27T15:31:28.3106217Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftshift_cpu_bool 2022-09-27T15:31:28.3180901Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft2_cpu_bool 2022-09-27T15:31:28.3544679Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft2_cpu_bool 2022-09-27T15:31:28.3600838Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft2_cpu_bool 2022-09-27T15:31:28.3983429Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft2_cpu_bool 2022-09-27T15:31:28.4035601Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft_cpu_bool 2022-09-27T15:31:28.4422910Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft_cpu_bool 2022-09-27T15:31:28.4481996Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfftn_cpu_bool 2022-09-27T15:31:28.4903264Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfftn_cpu_bool 2022-09-27T15:31:28.4925061Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fliplr_cpu_bool 2022-09-27T15:31:28.5342934Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fliplr_cpu_bool 2022-09-27T15:31:28.5397172Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmax_cpu_bool 2022-09-27T15:31:28.5783787Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmax_cpu_bool 2022-09-27T15:31:28.5837741Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ge_cpu_bool 2022-09-27T15:31:28.6224429Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ge_cpu_bool 2022-09-27T15:31:28.6251419Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_hsplit_cpu_bool 2022-09-27T15:31:28.6663004Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_hsplit_cpu_bool 2022-09-27T15:31:28.6694360Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_copy_cpu_bool 2022-09-27T15:31:28.7103330Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_copy_cpu_bool 2022-09-27T15:31:28.7133593Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_int_cpu_bool 2022-09-27T15:31:28.7583509Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_int_cpu_bool 2022-09-27T15:31:28.7606429Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isnan_cpu_bool 2022-09-27T15:31:28.8026274Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isnan_cpu_bool 2022-09-27T15:31:28.8052792Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_2inputs_2outputs_cpu_bool 2022-09-27T15:31:28.8464868Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_2inputs_2outputs_cpu_bool 2022-09-27T15:31:28.8492603Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_unary_cpu_bool 2022-09-27T15:31:28.8903830Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_unary_cpu_bool 2022-09-27T15:31:28.8944268Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_lgamma_cpu_bool 2022-09-27T15:31:28.9383687Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_lgamma_cpu_bool 2022-09-27T15:31:28.9424013Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_cpu_bool 2022-09-27T15:31:28.9822794Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_cpu_bool 2022-09-27T15:31:28.9899177Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_or_cpu_bool 2022-09-27T15:31:29.0261999Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_or_cpu_bool 2022-09-27T15:31:29.0302538Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_long_cpu_bool 2022-09-27T15:31:29.0743034Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_long_cpu_bool 2022-09-27T15:31:29.0818388Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_fill_cpu_bool 2022-09-27T15:31:29.1182770Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_fill_cpu_bool 2022-09-27T15:31:29.1211393Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_no_dim_cpu_bool 2022-09-27T15:31:29.1622808Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_no_dim_cpu_bool 2022-09-27T15:31:29.1721798Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:31:29.2062760Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:31:29.2135861Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_minimum_cpu_bool 2022-09-27T15:31:29.2502471Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_minimum_cpu_bool 2022-09-27T15:31:29.2577081Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mul_cpu_bool 2022-09-27T15:31:29.2942465Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_mul_cpu_bool 2022-09-27T15:31:29.3003756Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_cpu_bool 2022-09-27T15:31:29.3386045Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_cpu_bool 2022-09-27T15:31:29.3443147Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_full_cpu_bool 2022-09-27T15:31:29.3827025Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_full_cpu_bool 2022-09-27T15:31:29.3993390Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_feature_alpha_dropout_without_train_cpu_bool 2022-09-27T15:31:29.4263831Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_feature_alpha_dropout_without_train_cpu_bool 2022-09-27T15:31:29.4320717Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_unshuffle_cpu_bool 2022-09-27T15:31:29.4702878Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_unshuffle_cpu_bool 2022-09-27T15:31:29.4730607Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_outer_cpu_bool 2022-09-27T15:31:29.5143578Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_outer_cpu_bool 2022-09-27T15:31:29.5159193Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_2_cpu_bool 2022-09-27T15:31:29.5582863Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_2_cpu_bool 2022-09-27T15:31:29.5725173Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_put_cpu_bool 2022-09-27T15:31:29.6023189Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_put_cpu_bool 2022-09-27T15:31:29.6059259Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reciprocal_cpu_bool 2022-09-27T15:31:29.6434017Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_reciprocal_cpu_bool 2022-09-27T15:31:29.6441150Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool1d_cpu 2022-09-27T15:31:29.6465070Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_grad_cpu 2022-09-27T15:31:29.6518595Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_cpu_bool 2022-09-27T15:31:29.6944028Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_cpu_bool 2022-09-27T15:31:29.6982870Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_neg_cpu_bool 2022-09-27T15:31:29.7423483Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_neg_cpu_bool 2022-09-27T15:31:29.7508860Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_add_cpu_bool 2022-09-27T15:31:29.7863117Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_add_cpu_bool 2022-09-27T15:31:29.8048791Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_prod_cpu_bool 2022-09-27T15:31:29.8302766Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_prod_cpu_bool 2022-09-27T15:31:29.8331930Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sgn_cpu_bool 2022-09-27T15:31:29.8743000Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sgn_cpu_bool 2022-09-27T15:31:29.8770618Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_signbit_cpu_bool 2022-09-27T15:31:29.8966850Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_signbit_cpu_bool 2022-09-27T15:31:29.8976962Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_grad_cpu 2022-09-27T15:31:29.9182988Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_grad_cpu 2022-09-27T15:31:29.9291264Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_scatter_cpu_bool 2022-09-27T15:31:29.9622667Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_scatter_cpu_bool 2022-09-27T15:31:29.9668138Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j0_cpu_bool 2022-09-27T15:31:30.0102855Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j0_cpu_bool 2022-09-27T15:31:30.0203505Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_t_cpu_bool 2022-09-27T15:31:30.0223078Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_t_cpu_bool 2022-09-27T15:31:30.0230772Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_grad_cpu 2022-09-27T15:31:30.0542576Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_margin_loss_cpu 2022-09-27T15:31:30.0575801Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_entr_cpu_bool 2022-09-27T15:31:30.0982543Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_entr_cpu_bool 2022-09-27T15:31:30.1015268Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i0e_cpu_bool 2022-09-27T15:31:30.1424153Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i0e_cpu_bool 2022-09-27T15:31:30.1447139Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_legendre_polynomial_p_cpu_bool 2022-09-27T15:31:30.1865594Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_legendre_polynomial_p_cpu_bool 2022-09-27T15:31:30.1908330Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k0_cpu_bool 2022-09-27T15:31:30.2021462Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k0_cpu_bool 2022-09-27T15:31:30.2028366Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_margin_loss_cpu 2022-09-27T15:31:30.2303124Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_one_hot_cpu 2022-09-27T15:31:30.2383446Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_polygamma_special_polygamma_n_0_cpu_bool 2022-09-27T15:31:30.2743004Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_polygamma_special_polygamma_n_0_cpu_bool 2022-09-27T15:31:30.2760820Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_u_cpu_bool 2022-09-27T15:31:30.3183165Z [gw3] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_u_cpu_bool 2022-09-27T15:31:30.3294595Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_xlog1py_cpu_bool 2022-09-27T15:31:30.3547377Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_xlog1py_cpu_bool 2022-09-27T15:31:30.3556473Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_one_hot_cpu 2022-09-27T15:31:30.3622035Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_replicate_cpu 2022-09-27T15:31:30.3670667Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_with_sizes_cpu_bool 2022-09-27T15:31:30.4106871Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_with_sizes_cpu_bool 2022-09-27T15:31:30.4187444Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_stack_cpu_bool 2022-09-27T15:31:30.4586438Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_stack_cpu_bool 2022-09-27T15:31:30.4634617Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_along_dim_cpu_bool 2022-09-27T15:31:30.5022791Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_along_dim_cpu_bool 2022-09-27T15:31:30.5108463Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tensor_split_cpu_bool 2022-09-27T15:31:30.5463317Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_tensor_split_cpu_bool 2022-09-27T15:31:30.5514108Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_transpose_cpu_bool 2022-09-27T15:31:30.5902767Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_transpose_cpu_bool 2022-09-27T15:31:30.5971098Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unbind_cpu_bool 2022-09-27T15:31:30.6343336Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unbind_cpu_bool 2022-09-27T15:31:30.8105272Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_cpu_bool 2022-09-27T15:31:30.8113798Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_cpu_bool 2022-09-27T15:31:30.8140521Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_vsplit_cpu_bool 2022-09-27T15:31:30.8546003Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_vsplit_cpu_bool 2022-09-27T15:31:30.8583367Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zero__cpu_bool 2022-09-27T15:31:30.9022792Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_zero__cpu_bool 2022-09-27T15:31:30.9071412Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_float32 2022-09-27T15:31:30.9154139Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_float32 2022-09-27T15:31:30.9161592Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_replicate_cpu 2022-09-27T15:31:30.9205407Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_unshuffle_cpu 2022-09-27T15:31:30.9462808Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_unshuffle_cpu 2022-09-27T15:31:30.9491631Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_int64 2022-09-27T15:31:30.9581649Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_int64 2022-09-27T15:31:30.9902828Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu_cpu 2022-09-27T15:31:31.0075572Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_complex64 2022-09-27T15:31:31.0382785Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_complex64 2022-09-27T15:31:31.0412527Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_complex64 2022-09-27T15:31:31.0423807Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_svd_lowrank_cpu 2022-09-27T15:31:31.0482366Z test_ops.py::TestCommonCPU::test_dtypes_take_cpu 2022-09-27T15:31:31.0491217Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu_cpu 2022-09-27T15:31:31.0577830Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_cpu 2022-09-27T15:31:31.0584141Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_take_cpu 2022-09-27T15:31:31.0822420Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_complex64 2022-09-27T15:31:31.0862202Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_float32 2022-09-27T15:31:31.1083456Z test_ops.py::TestCommonCPU::test_dtypes_tensordot_cpu 2022-09-27T15:31:31.1243426Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_float32 2022-09-27T15:31:31.1261508Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tensordot_cpu 2022-09-27T15:31:31.1302506Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_float32 2022-09-27T15:31:31.1419206Z test_ops.py::TestCommonCPU::test_dtypes_topk_cpu 2022-09-27T15:31:31.1702537Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_float32 2022-09-27T15:31:31.1846763Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_float32 2022-09-27T15:31:31.1854631Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_cpu 2022-09-27T15:31:31.1868842Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_with_dtype_cpu 2022-09-27T15:31:31.2142722Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_float32 2022-09-27T15:31:31.2184689Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_int64 2022-09-27T15:31:31.2204549Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_with_dtype_cpu 2022-09-27T15:31:31.2261327Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_int64 2022-09-27T15:31:31.2561854Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_tanhshrink_cpu 2022-09-27T15:31:31.2581679Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_tanhshrink_cpu 2022-09-27T15:31:31.2701537Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amin_cpu_float32 2022-09-27T15:31:31.3121040Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_unfold_cpu 2022-09-27T15:31:31.3134929Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_topk_cpu 2022-09-27T15:31:31.3733134Z test_ops.py::TestCommonCPU::test_dtypes_trapz_cpu 2022-09-27T15:31:31.3745733Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_trapz_cpu 2022-09-27T15:31:31.3873968Z test_ops.py::TestCommonCPU::test_dtypes_triu_cpu 2022-09-27T15:31:31.4097495Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_triu_cpu 2022-09-27T15:31:31.4106690Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amin_cpu_float32 2022-09-27T15:31:31.4183802Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmin_cpu_float32 2022-09-27T15:31:31.4288962Z test_ops.py::TestCommonCPU::test_dtypes_unbind_cpu 2022-09-27T15:31:31.4493509Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_unbind_cpu 2022-09-27T15:31:31.4543345Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmin_cpu_float32 2022-09-27T15:31:31.4614367Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_int64 2022-09-27T15:31:31.4663914Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_int64 2022-09-27T15:31:31.4987707Z test_ops.py::TestCommonCPU::test_dtypes_unique_consecutive_cpu 2022-09-27T15:31:31.5301826Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_log_softmax_cpu_float32 2022-09-27T15:31:31.5426248Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_log_softmax_cpu_float32 2022-09-27T15:31:31.6873263Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_complex64 2022-09-27T15:31:31.6882952Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_complex64 2022-09-27T15:31:32.0842029Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_norm_cpu_float32 2022-09-27T15:31:32.0850683Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_norm_cpu_float32 2022-09-27T15:31:32.1620580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_float32 2022-09-27T15:31:32.1632374Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_float32 2022-09-27T15:31:32.2780244Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_complex64 2022-09-27T15:31:32.2792087Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_complex64 2022-09-27T15:31:32.3464771Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_float32 2022-09-27T15:31:32.3474287Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_float32 2022-09-27T15:31:32.4639250Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_int64 2022-09-27T15:31:32.4649930Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_int64 2022-09-27T15:31:32.4701721Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_complex64 2022-09-27T15:31:32.5064322Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_complex64 2022-09-27T15:31:32.5115714Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_float32 2022-09-27T15:31:32.5505434Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_float32 2022-09-27T15:31:32.5584002Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_int64 2022-09-27T15:31:32.5948345Z [gw3] [ 4%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_int64 2022-09-27T15:31:32.6243086Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_complex64 2022-09-27T15:31:32.6424101Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_complex64 2022-09-27T15:31:32.6511621Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_int64 2022-09-27T15:31:32.6863872Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_int64 2022-09-27T15:31:32.6990551Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_complex64 2022-09-27T15:31:32.7304418Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_complex64 2022-09-27T15:31:32.7444511Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_float32 2022-09-27T15:31:32.7744572Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_float32 2022-09-27T15:31:32.7792708Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_int64 2022-09-27T15:31:32.8186993Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_int64 2022-09-27T15:31:32.8354875Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_complex64 2022-09-27T15:31:32.8624070Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_complex64 2022-09-27T15:31:32.8842213Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_float32 2022-09-27T15:31:32.9062571Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_float32 2022-09-27T15:31:32.9102543Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_complex64 2022-09-27T15:31:32.9503104Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_complex64 2022-09-27T15:31:32.9569543Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_float32 2022-09-27T15:31:32.9944404Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_float32 2022-09-27T15:31:33.0011166Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_float32 2022-09-27T15:31:33.0385470Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_float32 2022-09-27T15:31:33.0523980Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_float32 2022-09-27T15:31:33.0826160Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_float32 2022-09-27T15:31:33.0872775Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_int64 2022-09-27T15:31:33.1267465Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_int64 2022-09-27T15:31:33.1287736Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_complex64 2022-09-27T15:31:33.1707076Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_complex64 2022-09-27T15:31:33.1755070Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_float32 2022-09-27T15:31:33.2147293Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_float32 2022-09-27T15:31:33.2183688Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_int64 2022-09-27T15:31:33.2588183Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_int64 2022-09-27T15:31:33.2631988Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_float32 2022-09-27T15:31:33.3027226Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_float32 2022-09-27T15:31:33.3063742Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_int64 2022-09-27T15:31:33.3464688Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_int64 2022-09-27T15:31:33.3595006Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_complex64 2022-09-27T15:31:33.3903533Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_complex64 2022-09-27T15:31:33.4017130Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_float32 2022-09-27T15:31:33.4342468Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_float32 2022-09-27T15:31:33.4397953Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_int64 2022-09-27T15:31:33.4783463Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_int64 2022-09-27T15:31:33.4825110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_int64 2022-09-27T15:31:33.5222602Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_int64 2022-09-27T15:31:33.5254074Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_not_cpu_int64 2022-09-27T15:31:33.5663599Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_not_cpu_int64 2022-09-27T15:31:33.5836693Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_complex64 2022-09-27T15:31:33.6104790Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_complex64 2022-09-27T15:31:33.6149667Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_float32 2022-09-27T15:31:33.6547983Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_float32 2022-09-27T15:31:33.6610184Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_int64 2022-09-27T15:31:33.6987219Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_int64 2022-09-27T15:31:33.7043026Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_int64 2022-09-27T15:31:33.7428331Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_int64 2022-09-27T15:31:33.7579183Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_float32 2022-09-27T15:31:33.7867850Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_float32 2022-09-27T15:31:33.7915558Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_int64 2022-09-27T15:31:33.8305973Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_int64 2022-09-27T15:31:33.8453787Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_complex64 2022-09-27T15:31:33.8748528Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_complex64 2022-09-27T15:31:33.8792658Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_float32 2022-09-27T15:31:33.9186255Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_float32 2022-09-27T15:31:33.9237511Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_int64 2022-09-27T15:31:33.9663249Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_int64 2022-09-27T15:31:33.9878654Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_complex64 2022-09-27T15:31:34.0142805Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_complex64 2022-09-27T15:31:34.0362009Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_complex64 2022-09-27T15:31:34.0583434Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_complex64 2022-09-27T15:31:34.0623339Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_int64 2022-09-27T15:31:34.1023851Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_int64 2022-09-27T15:31:34.1083865Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_int64 2022-09-27T15:31:34.1462539Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_int64 2022-09-27T15:31:34.1505858Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_float32 2022-09-27T15:31:34.1904951Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_float32 2022-09-27T15:31:34.1941787Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_int64 2022-09-27T15:31:34.2346572Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_int64 2022-09-27T15:31:34.2510234Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_complex_cpu_float32 2022-09-27T15:31:34.2785394Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_complex_cpu_float32 2022-09-27T15:31:34.2827138Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_complex64 2022-09-27T15:31:34.3227442Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_complex64 2022-09-27T15:31:34.3781109Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_float32 2022-09-27T15:31:34.3800001Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_float32 2022-09-27T15:31:34.3834682Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_int64 2022-09-27T15:31:34.4228657Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_int64 2022-09-27T15:31:34.4318169Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_float32 2022-09-27T15:31:34.4668368Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_float32 2022-09-27T15:31:34.4706525Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_int64 2022-09-27T15:31:34.5108315Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_int64 2022-09-27T15:31:34.5188583Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_complex64 2022-09-27T15:31:34.5547487Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_complex64 2022-09-27T15:31:34.6109306Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_float32 2022-09-27T15:31:34.6125624Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_float32 2022-09-27T15:31:34.6146176Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_int64 2022-09-27T15:31:34.6548602Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_int64 2022-09-27T15:31:34.6598416Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_int64 2022-09-27T15:31:34.6987382Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_int64 2022-09-27T15:31:34.7085197Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_complex64 2022-09-27T15:31:34.7468215Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_complex64 2022-09-27T15:31:34.7674366Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_float32 2022-09-27T15:31:34.7906557Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_float32 2022-09-27T15:31:34.8138271Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_complex64 2022-09-27T15:31:34.8384685Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_complex64 2022-09-27T15:31:34.8618645Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_float32 2022-09-27T15:31:34.8822599Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_float32 2022-09-27T15:31:34.8864689Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_int64 2022-09-27T15:31:34.9263010Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_int64 2022-09-27T15:31:34.9561350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_float32 2022-09-27T15:31:34.9702450Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_float32 2022-09-27T15:31:35.0040620Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_int64 2022-09-27T15:31:35.0143979Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_int64 2022-09-27T15:31:35.1123505Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_float32 2022-09-27T15:31:35.1136951Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_float32 2022-09-27T15:31:35.1333091Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_float32 2022-09-27T15:31:35.1543091Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_float32 2022-09-27T15:31:35.1590944Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_complex64 2022-09-27T15:31:35.1983815Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_complex64 2022-09-27T15:31:35.2043971Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_float32 2022-09-27T15:31:35.2426187Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_float32 2022-09-27T15:31:35.2460966Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_int64 2022-09-27T15:31:35.2905717Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_int64 2022-09-27T15:31:35.3056894Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_complex64 2022-09-27T15:31:35.3343225Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_complex64 2022-09-27T15:31:35.3360735Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_float32 2022-09-27T15:31:35.3785361Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_float32 2022-09-27T15:31:35.3802088Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_int64 2022-09-27T15:31:35.4267938Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_int64 2022-09-27T15:31:35.4320438Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_complex64 2022-09-27T15:31:35.4707501Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_complex64 2022-09-27T15:31:35.4738880Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_int64 2022-09-27T15:31:35.5146776Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_int64 2022-09-27T15:31:35.5174538Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_int64 2022-09-27T15:31:35.5584219Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_int64 2022-09-27T15:31:35.5630415Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_float32 2022-09-27T15:31:35.6025501Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_float32 2022-09-27T15:31:35.6062752Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_int64 2022-09-27T15:31:35.6466845Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_int64 2022-09-27T15:31:35.6508476Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_float32 2022-09-27T15:31:35.6907954Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_float32 2022-09-27T15:31:35.6926023Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_int64 2022-09-27T15:31:35.7347786Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_int64 2022-09-27T15:31:35.7455933Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_complex64 2022-09-27T15:31:35.7827921Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_complex64 2022-09-27T15:31:35.7946195Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_float32 2022-09-27T15:31:35.8268929Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_float32 2022-09-27T15:31:35.8332512Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_int64 2022-09-27T15:31:35.8708082Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_int64 2022-09-27T15:31:35.8845276Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_complex64 2022-09-27T15:31:35.9144931Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_complex64 2022-09-27T15:31:35.9290086Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_float32 2022-09-27T15:31:35.9583157Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_float32 2022-09-27T15:31:35.9639743Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_int64 2022-09-27T15:31:36.0023194Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_int64 2022-09-27T15:31:36.0161210Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_complex64 2022-09-27T15:31:36.0463097Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_complex64 2022-09-27T15:31:36.0545552Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_float32 2022-09-27T15:31:36.0943595Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_float32 2022-09-27T15:31:36.1068262Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_float32 2022-09-27T15:31:36.1382869Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_float32 2022-09-27T15:31:36.1498325Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_complex64 2022-09-27T15:31:36.1822604Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_complex64 2022-09-27T15:31:36.1939271Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_float32 2022-09-27T15:31:36.2265462Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_float32 2022-09-27T15:31:36.2338821Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_int64 2022-09-27T15:31:36.2704460Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_int64 2022-09-27T15:31:36.2766989Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_int64 2022-09-27T15:31:36.3143705Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_int64 2022-09-27T15:31:36.3201056Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_float32 2022-09-27T15:31:36.3583346Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_float32 2022-09-27T15:31:36.3627716Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_int64 2022-09-27T15:31:36.4022862Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_int64 2022-09-27T15:31:36.4069997Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_complex64 2022-09-27T15:31:36.4463020Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_complex64 2022-09-27T15:31:36.4512547Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_float32 2022-09-27T15:31:36.4903609Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_float32 2022-09-27T15:31:36.4949324Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_int64 2022-09-27T15:31:36.5344173Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_int64 2022-09-27T15:31:36.5381619Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_float32 2022-09-27T15:31:36.5783360Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_float32 2022-09-27T15:31:36.6106931Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_float32 2022-09-27T15:31:36.6263307Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_float32 2022-09-27T15:31:36.6858381Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_float32 2022-09-27T15:31:36.6869713Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_float32 2022-09-27T15:31:36.6918214Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_complex64 2022-09-27T15:31:36.7302973Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_complex64 2022-09-27T15:31:36.7363735Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_float32 2022-09-27T15:31:36.7742561Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_float32 2022-09-27T15:31:36.7788823Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_int64 2022-09-27T15:31:36.8182982Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_int64 2022-09-27T15:31:36.8344438Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_float32 2022-09-27T15:31:36.8622992Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_float32 2022-09-27T15:31:36.8679919Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_complex64 2022-09-27T15:31:36.9103659Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_complex64 2022-09-27T15:31:36.9170821Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_int64 2022-09-27T15:31:36.9547769Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_int64 2022-09-27T15:31:36.9619478Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_complex64 2022-09-27T15:31:36.9984930Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_complex64 2022-09-27T15:31:37.0051178Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_float32 2022-09-27T15:31:37.0424017Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_float32 2022-09-27T15:31:37.0460895Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_int64 2022-09-27T15:31:37.0863549Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_int64 2022-09-27T15:31:37.1033963Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_complex64 2022-09-27T15:31:37.1302323Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_complex64 2022-09-27T15:31:37.1370635Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_float32 2022-09-27T15:31:37.1742743Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_float32 2022-09-27T15:31:37.1780217Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_int64 2022-09-27T15:31:37.2182737Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_int64 2022-09-27T15:31:37.2743449Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_float32 2022-09-27T15:31:37.2751725Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_float32 2022-09-27T15:31:37.2781018Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_int64 2022-09-27T15:31:37.3182441Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_int64 2022-09-27T15:31:37.3222804Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_complex64 2022-09-27T15:31:37.3623343Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_complex64 2022-09-27T15:31:37.3726885Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_float32 2022-09-27T15:31:37.4062800Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_float32 2022-09-27T15:31:37.4087484Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_int64 2022-09-27T15:31:37.4502707Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_int64 2022-09-27T15:31:37.4524034Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_float32 2022-09-27T15:31:37.4943111Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_float32 2022-09-27T15:31:37.4962728Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_int64 2022-09-27T15:31:37.5383023Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_int64 2022-09-27T15:31:37.5405824Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_int64 2022-09-27T15:31:37.5823319Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_int64 2022-09-27T15:31:37.6259485Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_complex64 2022-09-27T15:31:37.6269585Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_complex64 2022-09-27T15:31:37.6294610Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_int64 2022-09-27T15:31:37.6702743Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_int64 2022-09-27T15:31:37.6723136Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_complex64 2022-09-27T15:31:37.7144309Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_complex64 2022-09-27T15:31:37.7168674Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:31:37.7262070Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:31:37.7268847Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_unfold_cpu 2022-09-27T15:31:37.7584538Z test_ops.py::TestCommonCPU::test_dtypes_norm_cpu 2022-09-27T15:31:37.7605120Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_int64 2022-09-27T15:31:37.8066896Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_int64 2022-09-27T15:31:37.8175214Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_float32 2022-09-27T15:31:37.8505191Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_float32 2022-09-27T15:31:37.8628232Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_float32 2022-09-27T15:31:37.8943650Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_float32 2022-09-27T15:31:37.9230931Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_complex64 2022-09-27T15:31:37.9383012Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_complex64 2022-09-27T15:31:37.9645383Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_complex64 2022-09-27T15:31:37.9824265Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_complex64 2022-09-27T15:31:37.9917824Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_complex64 2022-09-27T15:31:38.0266506Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_complex64 2022-09-27T15:31:38.0318564Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_int64 2022-09-27T15:31:38.0704592Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_int64 2022-09-27T15:31:38.0726748Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_float32 2022-09-27T15:31:38.1183550Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_float32 2022-09-27T15:31:38.1381753Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_float32 2022-09-27T15:31:38.1622357Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_float32 2022-09-27T15:31:38.1769030Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_float32 2022-09-27T15:31:38.2063843Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_float32 2022-09-27T15:31:38.2205077Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_float32 2022-09-27T15:31:38.2505891Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_float32 2022-09-27T15:31:38.2565043Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_float32 2022-09-27T15:31:38.2943441Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_float32 2022-09-27T15:31:38.3088301Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_float32 2022-09-27T15:31:38.3383561Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_float32 2022-09-27T15:31:38.4523919Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:31:38.4541690Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:31:38.4921142Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_float32 2022-09-27T15:31:38.4983353Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_float32 2022-09-27T15:31:38.8023302Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_float32 2022-09-27T15:31:38.8031039Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_float32 2022-09-27T15:31:38.8247958Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_float32 2022-09-27T15:31:38.8464327Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_float32 2022-09-27T15:31:38.8551715Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:31:38.8570756Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:31:38.8578287Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_norm_cpu 2022-09-27T15:31:38.8903837Z test_ops.py::TestCommonCPU::test_dtypes_normal_cpu 2022-09-27T15:31:38.9757188Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_complex64 2022-09-27T15:31:38.9768081Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_complex64 2022-09-27T15:31:39.0080070Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_complex64 2022-09-27T15:31:39.0182949Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_complex64 2022-09-27T15:31:39.0210800Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_complex64 2022-09-27T15:31:39.0624457Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_complex64 2022-09-27T15:31:39.0819521Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_complex64 2022-09-27T15:31:39.1066289Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_complex64 2022-09-27T15:31:39.1083746Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_complex64 2022-09-27T15:31:39.1090152Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_normal_cpu 2022-09-27T15:31:39.1598074Z test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_var_mean_cpu 2022-09-27T15:31:39.1607365Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_complex64 2022-09-27T15:31:39.3922934Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_complex64 2022-09-27T15:31:39.3935494Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_var_mean_cpu 2022-09-27T15:31:39.3990759Z test_ops.py::TestCommonCPU::test_dtypes_permute_cpu 2022-09-27T15:31:39.4344059Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_permute_cpu 2022-09-27T15:31:39.4361747Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_1_cpu 2022-09-27T15:31:39.4784585Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_1_cpu 2022-09-27T15:31:39.4961816Z test_ops.py::TestCommonCPU::test_dtypes_positive_cpu 2022-09-27T15:31:39.5222362Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_positive_cpu 2022-09-27T15:31:39.5571540Z test_ops.py::TestCommonCPU::test_dtypes_qr_cpu 2022-09-27T15:31:39.5583241Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_complex64 2022-09-27T15:31:39.5736792Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_complex64 2022-09-27T15:31:39.5803160Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_complex64 2022-09-27T15:31:39.5812425Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_unique_consecutive_cpu 2022-09-27T15:31:39.6023621Z test_ops.py::TestCommonCPU::test_dtypes_var_mean_cpu 2022-09-27T15:31:39.6188343Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_complex64 2022-09-27T15:31:39.6464012Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_complex64 2022-09-27T15:31:39.6622419Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_float32 2022-09-27T15:31:39.6633467Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_qr_cpu 2022-09-27T15:31:39.7072088Z test_ops.py::TestCommonCPU::test_dtypes_randint_like_cpu 2022-09-27T15:31:39.7084770Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_float32 2022-09-27T15:31:39.7110508Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_float32 2022-09-27T15:31:39.7503992Z [gw3] [ 5%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_float32 2022-09-27T15:31:39.7538866Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_int64 2022-09-27T15:31:39.7943228Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_int64 2022-09-27T15:31:39.7999610Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_float32 2022-09-27T15:31:39.8382977Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_float32 2022-09-27T15:31:39.8416605Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_int64 2022-09-27T15:31:39.8600898Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_int64 2022-09-27T15:31:39.8607680Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_randint_like_cpu 2022-09-27T15:31:39.8651878Z test_ops.py::TestCommonCPU::test_dtypes_real_cpu 2022-09-27T15:31:39.8721481Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_real_cpu 2022-09-27T15:31:39.8729358Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_var_mean_cpu 2022-09-27T15:31:39.8822330Z test_ops.py::TestCommonCPU::test_dtypes_view_as_real_cpu 2022-09-27T15:31:39.8861879Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_int64 2022-09-27T15:31:39.9021887Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_int64 2022-09-27T15:31:39.9219224Z test_ops.py::TestCommonCPU::test_dtypes_repeat_cpu 2022-09-27T15:31:39.9261638Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_repeat_cpu 2022-09-27T15:31:39.9396602Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_complex64 2022-09-27T15:31:39.9462114Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_complex64 2022-09-27T15:31:39.9702518Z test_ops.py::TestCommonCPU::test_dtypes_resize__cpu 2022-09-27T15:31:39.9766217Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_int64 2022-09-27T15:31:39.9875619Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_int64 2022-09-27T15:31:39.9903358Z [gw0] [ 5%] XFAIL test_ops.py::TestCommonCPU::test_dtypes_resize__cpu 2022-09-27T15:31:39.9909697Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_view_as_real_cpu 2022-09-27T15:31:39.9913136Z test_ops.py::TestCommonCPU::test_dtypes_roll_cpu 2022-09-27T15:31:40.0070405Z test_ops.py::TestCommonCPU::test_dtypes_where_cpu 2022-09-27T15:31:40.0142470Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_roll_cpu 2022-09-27T15:31:40.0226749Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_complex64 2022-09-27T15:31:40.0293429Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_complex64 2022-09-27T15:31:40.0344362Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_where_cpu 2022-09-27T15:31:40.0345007Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_3_cpu 2022-09-27T15:31:40.0355118Z test_ops.py::TestCommonCPU::test_dtypes_zeros_like_cpu 2022-09-27T15:31:40.0407589Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_round_decimals_3_cpu 2022-09-27T15:31:40.0581765Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_zeros_like_cpu 2022-09-27T15:31:40.0637057Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_float32 2022-09-27T15:31:40.0783884Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_float32 2022-09-27T15:31:40.0784387Z test_ops.py::TestCommonCPU::test_errors___rmod___cpu 2022-09-27T15:31:40.0800489Z test_ops.py::TestCommonCPU::test_dtypes_scatter_add_cpu 2022-09-27T15:31:40.0936066Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors___rmod___cpu 2022-09-27T15:31:40.1021876Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_add_cpu 2022-09-27T15:31:40.1047120Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_complex64 2022-09-27T15:31:40.1222620Z [gw3] [ 5%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_complex64 2022-09-27T15:31:40.1223495Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_mean_cpu 2022-09-27T15:31:40.1248665Z test_ops.py::TestCommonCPU::test_errors___rsub___cpu 2022-09-27T15:31:40.1464507Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors___rsub___cpu 2022-09-27T15:31:40.1509745Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_int64 2022-09-27T15:31:40.1664892Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_int64 2022-09-27T15:31:40.1906924Z test_ops.py::TestCommonCPU::test_errors_amin_cpu 2022-09-27T15:31:40.1984056Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_float32 2022-09-27T15:31:40.2051320Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_float32 2022-09-27T15:31:40.2102407Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_amin_cpu 2022-09-27T15:31:40.2178097Z test_ops.py::TestCommonCPU::test_errors_bernoulli_cpu 2022-09-27T15:31:40.2343154Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_bernoulli_cpu 2022-09-27T15:31:40.2543453Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_complex64 2022-09-27T15:31:40.2570934Z test_ops.py::TestCommonCPU::test_errors_bitwise_right_shift_cpu 2022-09-27T15:31:40.2986893Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_bitwise_right_shift_cpu 2022-09-27T15:31:40.3022947Z test_ops.py::TestCommonCPU::test_errors_clamp_min_cpu 2022-09-27T15:31:40.3203522Z [gw2] [ 5%] XFAIL test_ops.py::TestCommonCPU::test_errors_clamp_min_cpu 2022-09-27T15:31:40.3210621Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_complex64 2022-09-27T15:31:40.3284220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_complex64 2022-09-27T15:31:40.3422927Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_complex64 2022-09-27T15:31:40.3541591Z test_ops.py::TestCommonCPU::test_errors_diag_cpu 2022-09-27T15:31:40.3622271Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_diag_cpu 2022-09-27T15:31:40.3689232Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_float32 2022-09-27T15:31:40.3862639Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_float32 2022-09-27T15:31:40.3882234Z test_ops.py::TestCommonCPU::test_errors_div_no_rounding_mode_cpu 2022-09-27T15:31:40.4062473Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_div_no_rounding_mode_cpu 2022-09-27T15:31:40.4086248Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_int64 2022-09-27T15:31:40.4098841Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_mean_cpu 2022-09-27T15:31:40.4121103Z test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_lengths_cpu 2022-09-27T15:31:40.4303653Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_int64 2022-09-27T15:31:40.4331012Z test_ops.py::TestCommonCPU::test_errors_eq_cpu 2022-09-27T15:31:40.4503683Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_eq_cpu 2022-09-27T15:31:40.4628553Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_complex64 2022-09-27T15:31:40.4743392Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_complex64 2022-09-27T15:31:40.4768218Z test_ops.py::TestCommonCPU::test_errors_float_power_cpu 2022-09-27T15:31:40.4943529Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_float_power_cpu 2022-09-27T15:31:40.5183816Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_float32 2022-09-27T15:31:40.5209380Z test_ops.py::TestCommonCPU::test_errors_fmod_cpu 2022-09-27T15:31:40.5224406Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_float32 2022-09-27T15:31:40.5382945Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_fmod_cpu 2022-09-27T15:31:40.5548454Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_float32 2022-09-27T15:31:40.5622577Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_float32 2022-09-27T15:31:40.5822969Z test_ops.py::TestCommonCPU::test_errors_gradient_cpu 2022-09-27T15:31:40.5892900Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_float32 2022-09-27T15:31:40.6221429Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_float32 2022-09-27T15:31:40.6228414Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_gradient_cpu 2022-09-27T15:31:40.6262731Z test_ops.py::TestCommonCPU::test_errors_hstack_cpu 2022-09-27T15:31:40.6361614Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_complex64 2022-09-27T15:31:40.6490988Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_hstack_cpu 2022-09-27T15:31:40.6664374Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_complex64 2022-09-27T15:31:40.6702983Z test_ops.py::TestCommonCPU::test_errors_index_select_cpu 2022-09-27T15:31:40.6743786Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:31:40.6923984Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_index_select_cpu 2022-09-27T15:31:40.7103876Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:31:40.7142724Z test_ops.py::TestCommonCPU::test_errors_kthvalue_cpu 2022-09-27T15:31:40.7348614Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:31:40.7424578Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:31:40.7542905Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_kthvalue_cpu 2022-09-27T15:31:40.7582777Z test_ops.py::TestCommonCPU::test_errors_linalg_cross_cpu 2022-09-27T15:31:40.7632590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_float32 2022-09-27T15:31:40.7807925Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_float32 2022-09-27T15:31:40.7983412Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_linalg_cross_cpu 2022-09-27T15:31:40.8023373Z test_ops.py::TestCommonCPU::test_errors_logcumsumexp_cpu 2022-09-27T15:31:40.8166165Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_float32 2022-09-27T15:31:40.8196572Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_logcumsumexp_cpu 2022-09-27T15:31:40.8423925Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_float32 2022-09-27T15:31:40.8462836Z test_ops.py::TestCommonCPU::test_errors_logspace_cpu 2022-09-27T15:31:40.8500838Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_int64 2022-09-27T15:31:40.8505217Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_int64 2022-09-27T15:31:40.8864571Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_logspace_cpu 2022-09-27T15:31:40.8903097Z test_ops.py::TestCommonCPU::test_errors_max_binary_cpu 2022-09-27T15:31:40.8948419Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_float32 2022-09-27T15:31:40.8956210Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_max_binary_cpu 2022-09-27T15:31:40.9303935Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_float32 2022-09-27T15:31:40.9331941Z test_ops.py::TestCommonCPU::test_errors_minimum_cpu 2022-09-27T15:31:40.9343774Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_minimum_cpu 2022-09-27T15:31:40.9575046Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_complex64 2022-09-27T15:31:40.9743861Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_complex64 2022-09-27T15:31:40.9783063Z test_ops.py::TestCommonCPU::test_errors_native_layer_norm_cpu 2022-09-27T15:31:40.9823298Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_complex64 2022-09-27T15:31:40.9986580Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_complex64 2022-09-27T15:31:41.0183173Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_native_layer_norm_cpu 2022-09-27T15:31:41.0222840Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool1d_cpu 2022-09-27T15:31:41.0287694Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_int64 2022-09-27T15:31:41.0355697Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_int64 2022-09-27T15:31:41.0622529Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool1d_cpu 2022-09-27T15:31:41.0662992Z test_ops.py::TestCommonCPU::test_errors_nn_functional_conv2d_cpu 2022-09-27T15:31:41.0727628Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_int64 2022-09-27T15:31:41.0799296Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_int64 2022-09-27T15:31:41.1063870Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_conv2d_cpu 2022-09-27T15:31:41.1103083Z test_ops.py::TestCommonCPU::test_errors_nn_functional_l1_loss_cpu 2022-09-27T15:31:41.1140252Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_float32 2022-09-27T15:31:41.1274716Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_l1_loss_cpu 2022-09-27T15:31:41.1506222Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_float32 2022-09-27T15:31:41.1543540Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool3d_cpu 2022-09-27T15:31:41.1640448Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_int64 2022-09-27T15:31:41.1757487Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_int64 2022-09-27T15:31:41.1942457Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool3d_cpu 2022-09-27T15:31:41.1981999Z test_ops.py::TestCommonCPU::test_errors_nn_functional_soft_margin_loss_cpu 2022-09-27T15:31:41.2062970Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_complex64 2022-09-27T15:31:41.2133706Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_soft_margin_loss_cpu 2022-09-27T15:31:41.2385298Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_complex64 2022-09-27T15:31:41.2412026Z test_ops.py::TestCommonCPU::test_errors_pow_cpu 2022-09-27T15:31:41.2424414Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_pow_cpu 2022-09-27T15:31:41.2512844Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_complex64 2022-09-27T15:31:41.2826393Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_complex64 2022-09-27T15:31:41.2863480Z test_ops.py::TestCommonCPU::test_errors_reshape_cpu 2022-09-27T15:31:41.2898495Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_float32 2022-09-27T15:31:41.2915826Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_float32 2022-09-27T15:31:41.3262725Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_reshape_cpu 2022-09-27T15:31:41.3302132Z test_ops.py::TestCommonCPU::test_errors_scatter_add_cpu 2022-09-27T15:31:41.3316424Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_int64 2022-09-27T15:31:41.3632112Z [gw3] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_int64 2022-09-27T15:31:41.3702084Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_scatter_add_cpu 2022-09-27T15:31:41.3714008Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_v_cpu 2022-09-27T15:31:41.3742773Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_v_cpu 2022-09-27T15:31:41.3795767Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_complex64 2022-09-27T15:31:41.4145429Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_complex64 2022-09-27T15:31:41.4163832Z test_ops.py::TestCommonCPU::test_errors_special_laguerre_polynomial_l_cpu 2022-09-27T15:31:41.4182912Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_special_laguerre_polynomial_l_cpu 2022-09-27T15:31:41.4227544Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_float32 2022-09-27T15:31:41.4584009Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_float32 2022-09-27T15:31:41.4598249Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_v_cpu 2022-09-27T15:31:41.4622603Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_v_cpu 2022-09-27T15:31:41.4659867Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_int64 2022-09-27T15:31:41.5023591Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_int64 2022-09-27T15:31:41.5041961Z test_ops.py::TestCommonCPU::test_errors_sub_cpu 2022-09-27T15:31:41.5062216Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_sub_cpu 2022-09-27T15:31:41.5216807Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:31:41.5463984Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:31:41.5503664Z test_ops.py::TestCommonCPU::test_errors_trace_cpu 2022-09-27T15:31:41.5529319Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:31:41.5608499Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_trace_cpu 2022-09-27T15:31:41.5902981Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:31:41.5928298Z test_ops.py::TestCommonCPU::test_errors_view_as_cpu 2022-09-27T15:31:41.5942282Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_view_as_cpu 2022-09-27T15:31:41.6040738Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:31:41.6343905Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:31:41.6366057Z test_ops.py::TestCommonCPU::test_errors_where_cpu 2022-09-27T15:31:41.6382559Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_errors_where_cpu 2022-09-27T15:31:41.6516327Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_int64 2022-09-27T15:31:41.6783000Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_int64 2022-09-27T15:31:41.6817330Z test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_float32 2022-09-27T15:31:41.6824835Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_float32 2022-09-27T15:31:41.7139071Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_complex64 2022-09-27T15:31:41.7223231Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_complex64 2022-09-27T15:31:41.7245350Z test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_float32 2022-09-27T15:31:41.7262155Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_float32 2022-09-27T15:31:41.7663359Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_float32 2022-09-27T15:31:41.7690240Z test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_int64 2022-09-27T15:31:41.8017753Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_int64 2022-09-27T15:31:41.8033226Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_float32 2022-09-27T15:31:41.8104781Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_int64 2022-09-27T15:31:41.8119438Z test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_float32 2022-09-27T15:31:41.8139860Z [gw3] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_int64 2022-09-27T15:31:41.8463955Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_float32 2022-09-27T15:31:41.8544594Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_int64 2022-09-27T15:31:41.8582356Z test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_int64 2022-09-27T15:31:41.8590923Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_int64 2022-09-27T15:31:41.8904883Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_int64 2022-09-27T15:31:41.8985101Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:31:41.9017274Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_amax_cpu_float32 2022-09-27T15:31:41.9146641Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_amax_cpu_float32 2022-09-27T15:31:41.9343809Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:31:41.9423755Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout_cpu_float32 2022-09-27T15:31:41.9449711Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmax_cpu_float32 2022-09-27T15:31:41.9653934Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmax_cpu_float32 2022-09-27T15:31:41.9782605Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout_cpu_float32 2022-09-27T15:31:41.9863148Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:31:41.9890615Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumprod_cpu_float32 2022-09-27T15:31:41.9938964Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumprod_cpu_float32 2022-09-27T15:31:42.0222746Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:31:42.0304208Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:31:42.0334084Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_log_softmax_cpu_float32 2022-09-27T15:31:42.0744608Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_log_softmax_cpu_float32 2022-09-27T15:31:42.0776051Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_mean_cpu_float32 2022-09-27T15:31:42.0865808Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_mean_cpu_float32 2022-09-27T15:31:42.0879019Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:31:42.1182181Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_glu_cpu_float32 2022-09-27T15:31:42.1211067Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_normalize_cpu_float32 2022-09-27T15:31:42.1296101Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_normalize_cpu_float32 2022-09-27T15:31:42.1305528Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_glu_cpu_float32 2022-09-27T15:31:42.1359175Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:31:42.1624074Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:31:42.1649213Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_softmin_cpu_float32 2022-09-27T15:31:42.1743110Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_softmin_cpu_float32 2022-09-27T15:31:42.1922154Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:31:42.2062776Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:31:42.2088762Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_sum_cpu_int64 2022-09-27T15:31:42.2182694Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_sum_cpu_int64 2022-09-27T15:31:42.2351515Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:31:42.2503284Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:31:42.2533562Z test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_int64 2022-09-27T15:31:42.2622573Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_int64 2022-09-27T15:31:42.2809802Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:31:42.2943556Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:31:42.2971159Z test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_int64 2022-09-27T15:31:42.3064000Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_int64 2022-09-27T15:31:42.3192206Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_layer_norm_cpu_float32 2022-09-27T15:31:42.3385090Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_layer_norm_cpu_float32 2022-09-27T15:31:42.3414106Z test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_int64 2022-09-27T15:31:42.3504385Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_int64 2022-09-27T15:31:42.3619628Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_int64 2022-09-27T15:31:42.3824786Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_int64 2022-09-27T15:31:42.3851385Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_float32 2022-09-27T15:31:42.3942904Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_float32 2022-09-27T15:31:42.4263435Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:31:42.4285915Z test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_float32 2022-09-27T15:31:42.4310322Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_float32 2022-09-27T15:31:42.4381959Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:31:42.4703014Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:31:42.4727794Z test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_float32 2022-09-27T15:31:42.5143940Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_float32 2022-09-27T15:31:42.5170232Z test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_int64 2022-09-27T15:31:42.5582765Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_int64 2022-09-27T15:31:42.5608713Z test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_int64 2022-09-27T15:31:42.6022559Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_int64 2022-09-27T15:31:42.6041934Z test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_int64 2022-09-27T15:31:42.6462915Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_int64 2022-09-27T15:31:42.6488938Z test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_int64 2022-09-27T15:31:42.6902887Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_int64 2022-09-27T15:31:42.6921888Z test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_int64 2022-09-27T15:31:42.7344073Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_int64 2022-09-27T15:31:42.7375447Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_int64 2022-09-27T15:31:42.7785459Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_int64 2022-09-27T15:31:42.7812819Z test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_int64 2022-09-27T15:31:42.8225048Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_int64 2022-09-27T15:31:42.8250909Z test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_int64 2022-09-27T15:31:42.8663017Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_int64 2022-09-27T15:31:42.8690005Z test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_int64 2022-09-27T15:31:42.9102554Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_int64 2022-09-27T15:31:42.9129098Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_int64 2022-09-27T15:31:42.9542427Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_int64 2022-09-27T15:31:42.9563915Z test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_int64 2022-09-27T15:31:42.9982317Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_int64 2022-09-27T15:31:43.0004558Z test_ops.py::TestCommonCPU::test_multiple_devices_bincount_cpu_int64 2022-09-27T15:31:43.0423066Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bincount_cpu_int64 2022-09-27T15:31:43.0446105Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_or_cpu_int64 2022-09-27T15:31:43.0862616Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_or_cpu_int64 2022-09-27T15:31:43.0885750Z test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_int64 2022-09-27T15:31:43.1301859Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_int64 2022-09-27T15:31:43.1324224Z test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_int64 2022-09-27T15:31:43.1742488Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_int64 2022-09-27T15:31:43.1768360Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_float32 2022-09-27T15:31:43.1825716Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_float32 2022-09-27T15:31:43.1838842Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:31:43.2183536Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:31:43.2210796Z test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_float32 2022-09-27T15:31:43.2623591Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_float32 2022-09-27T15:31:43.2650853Z test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_float32 2022-09-27T15:31:43.3062231Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_float32 2022-09-27T15:31:43.3080390Z test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_int64 2022-09-27T15:31:43.3160549Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_int64 2022-09-27T15:31:43.3171079Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:31:43.3281090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mse_loss_cpu_float32 2022-09-27T15:31:43.3504817Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mse_loss_cpu_float32 2022-09-27T15:31:43.3522984Z test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_int64 2022-09-27T15:31:43.3583293Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_int64 2022-09-27T15:31:43.3947359Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_nll_loss_cpu_float32 2022-09-27T15:31:43.3997523Z test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_float32 2022-09-27T15:31:43.4172098Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_float32 2022-09-27T15:31:43.4183151Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_nll_loss_cpu_float32 2022-09-27T15:31:43.4301100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:31:43.4384267Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:31:43.4407101Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_float32 2022-09-27T15:31:43.4583926Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_float32 2022-09-27T15:31:43.4824413Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_float32 2022-09-27T15:31:43.4852909Z test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_float32 2022-09-27T15:31:43.5018069Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_float32 2022-09-27T15:31:43.5026304Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_float32 2022-09-27T15:31:43.5160987Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:31:43.5262457Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:31:43.5288601Z test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_float32 2022-09-27T15:31:43.5462726Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_float32 2022-09-27T15:31:43.5513769Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:31:43.5702302Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:31:43.5727271Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_int64 2022-09-27T15:31:43.5902336Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_int64 2022-09-27T15:31:43.5930583Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_int64 2022-09-27T15:31:43.6142068Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_int64 2022-09-27T15:31:43.6165652Z test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_int64 2022-09-27T15:31:43.6342963Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_int64 2022-09-27T15:31:43.6583748Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:31:43.6619027Z test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_int64 2022-09-27T15:31:43.6699023Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_int64 2022-09-27T15:31:43.6710453Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_lengths_cpu 2022-09-27T15:31:43.6836118Z test_ops.py::TestCommonCPU::test_dtypes_sgn_cpu 2022-09-27T15:31:43.7023233Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sgn_cpu 2022-09-27T15:31:43.7046670Z test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_int64 2022-09-27T15:31:43.7141765Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_int64 2022-09-27T15:31:43.7394386Z test_ops.py::TestCommonCPU::test_dtypes_signbit_cpu 2022-09-27T15:31:43.7406977Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:31:43.7436054Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_int64 2022-09-27T15:31:43.7462480Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_int64 2022-09-27T15:31:43.7484696Z test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_int64 2022-09-27T15:31:43.7488380Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_signbit_cpu 2022-09-27T15:31:43.7581182Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_int64 2022-09-27T15:31:43.7822288Z test_ops.py::TestCommonCPU::test_dtypes_slice_scatter_cpu 2022-09-27T15:31:43.7867130Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_selu_cpu_float32 2022-09-27T15:31:43.7902604Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_selu_cpu_float32 2022-09-27T15:31:43.7922782Z test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_int64 2022-09-27T15:31:43.8265489Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_int64 2022-09-27T15:31:43.8344094Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:31:43.8360188Z test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_int64 2022-09-27T15:31:43.8374086Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:31:43.8559375Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_int64 2022-09-27T15:31:43.8566000Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_slice_scatter_cpu 2022-09-27T15:31:43.8703087Z test_ops.py::TestCommonCPU::test_dtypes_sparse_sampled_addmm_cpu 2022-09-27T15:31:43.8743302Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_int64 2022-09-27T15:31:43.8782776Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_int64 2022-09-27T15:31:43.8802738Z test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_int64 2022-09-27T15:31:43.9143489Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_int64 2022-09-27T15:31:43.9188972Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_float32 2022-09-27T15:31:43.9222459Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_float32 2022-09-27T15:31:43.9243054Z test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_int64 2022-09-27T15:31:43.9583332Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_int64 2022-09-27T15:31:43.9614982Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:31:43.9662286Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:31:43.9681672Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_int64 2022-09-27T15:31:44.0022956Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_int64 2022-09-27T15:31:44.0102031Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:31:44.0130448Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_int64 2022-09-27T15:31:44.0159379Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_int64 2022-09-27T15:31:44.0462442Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:31:44.0527458Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_int64 2022-09-27T15:31:44.0542873Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_int64 2022-09-27T15:31:44.0566982Z test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_int64 2022-09-27T15:31:44.0902930Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_int64 2022-09-27T15:31:44.0981888Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:31:44.1006618Z test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_float32 2022-09-27T15:31:44.1035452Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_float32 2022-09-27T15:31:44.1109239Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:31:44.1117522Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sparse_sampled_addmm_cpu 2022-09-27T15:31:44.1341871Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y0_cpu 2022-09-27T15:31:44.1421865Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_complex64 2022-09-27T15:31:44.1448668Z test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_float32 2022-09-27T15:31:44.1687034Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_float32 2022-09-27T15:31:44.1700238Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y0_cpu 2022-09-27T15:31:44.1719015Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_v_cpu 2022-09-27T15:31:44.1772075Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_v_cpu 2022-09-27T15:31:44.1783088Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_complex64 2022-09-27T15:31:44.1845309Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_complex64 2022-09-27T15:31:44.1862385Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_complex64 2022-09-27T15:31:44.1887548Z test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_float32 2022-09-27T15:31:44.2102674Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_float32 2022-09-27T15:31:44.2222824Z test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_h_cpu 2022-09-27T15:31:44.2302267Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_cpu_float32 2022-09-27T15:31:44.2333707Z test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_float32 2022-09-27T15:31:44.2338736Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_float32 2022-09-27T15:31:44.2663133Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_cpu_float32 2022-09-27T15:31:44.2687390Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_int64 2022-09-27T15:31:44.2742303Z [gw3] [ 6%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_int64 2022-09-27T15:31:44.2762089Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_float32 2022-09-27T15:31:44.3102291Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_float32 2022-09-27T15:31:44.3182375Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_complex64 2022-09-27T15:31:44.3203007Z test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_float32 2022-09-27T15:31:44.3625556Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_float32 2022-09-27T15:31:44.3654923Z test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_float32 2022-09-27T15:31:44.3799227Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_float32 2022-09-27T15:31:44.3807177Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_h_cpu 2022-09-27T15:31:44.3954947Z test_ops.py::TestCommonCPU::test_dtypes_special_i1e_cpu 2022-09-27T15:31:44.3969787Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_complex64 2022-09-27T15:31:44.3996387Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_int64 2022-09-27T15:31:44.4062638Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_int64 2022-09-27T15:31:44.4086075Z test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_float32 2022-09-27T15:31:44.4369250Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_float32 2022-09-27T15:31:44.4380207Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_i1e_cpu 2022-09-27T15:31:44.4382480Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i0_cpu 2022-09-27T15:31:44.4418065Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_int64 2022-09-27T15:31:44.4503253Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_int64 2022-09-27T15:31:44.4526645Z test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_float32 2022-09-27T15:31:44.4827229Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_float32 2022-09-27T15:31:44.4934545Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:31:44.4945559Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:31:44.4954972Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i0_cpu 2022-09-27T15:31:44.4962148Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_float32 2022-09-27T15:31:44.4975174Z test_ops.py::TestCommonCPU::test_dtypes_special_ndtr_cpu 2022-09-27T15:31:44.5267408Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_float32 2022-09-27T15:31:44.5284079Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:31:44.5383080Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:31:44.5410934Z test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_float32 2022-09-27T15:31:44.5535140Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_float32 2022-09-27T15:31:44.5541620Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_ndtr_cpu 2022-09-27T15:31:44.5702795Z test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k1_cpu 2022-09-27T15:31:44.5720493Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:31:44.5822340Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:31:44.5851024Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_float32 2022-09-27T15:31:44.6115599Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_float32 2022-09-27T15:31:44.6122037Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k1_cpu 2022-09-27T15:31:44.6138709Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_w_cpu 2022-09-27T15:31:44.6145515Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_w_cpu 2022-09-27T15:31:44.6175436Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_int64 2022-09-27T15:31:44.6261256Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_int64 2022-09-27T15:31:44.6279697Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_float32 2022-09-27T15:31:44.6542097Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_float32 2022-09-27T15:31:44.6582147Z test_ops.py::TestCommonCPU::test_dtypes_split_cpu 2022-09-27T15:31:44.6590107Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_complex64 2022-09-27T15:31:44.6702467Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_split_cpu 2022-09-27T15:31:44.6728702Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_float32 2022-09-27T15:31:44.6943095Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_float32 2022-09-27T15:31:44.6981542Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_complex64 2022-09-27T15:31:44.7021458Z test_ops.py::TestCommonCPU::test_dtypes_square_cpu 2022-09-27T15:31:44.7031192Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_float32 2022-09-27T15:31:44.7142156Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_square_cpu 2022-09-27T15:31:44.7162633Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_float32 2022-09-27T15:31:44.7233343Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_float32 2022-09-27T15:31:44.7422141Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_float32 2022-09-27T15:31:44.7461874Z test_ops.py::TestCommonCPU::test_dtypes_std_mean_cpu 2022-09-27T15:31:44.7582861Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_quantile_cpu_float32 2022-09-27T15:31:44.7611607Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_float32 2022-09-27T15:31:44.8024320Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_float32 2022-09-27T15:31:44.8053625Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_float32 2022-09-27T15:31:44.8093566Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_float32 2022-09-27T15:31:44.8103756Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_quantile_cpu_float32 2022-09-27T15:31:44.8195261Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_float32 2022-09-27T15:31:44.8462351Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_float32 2022-09-27T15:31:44.8481443Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_float32 2022-09-27T15:31:44.8541938Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_float32 2022-09-27T15:31:44.8554975Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_float32 2022-09-27T15:31:44.8901884Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_float32 2022-09-27T15:31:44.8921405Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_float32 2022-09-27T15:31:44.8982599Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_float32 2022-09-27T15:31:44.9028625Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_float32 2022-09-27T15:31:44.9342188Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_float32 2022-09-27T15:31:44.9360733Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_float32 2022-09-27T15:31:44.9422083Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_float32 2022-09-27T15:31:44.9449994Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_int64 2022-09-27T15:31:44.9782687Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_int64 2022-09-27T15:31:44.9801699Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_float32 2022-09-27T15:31:44.9862211Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_float32 2022-09-27T15:31:44.9985267Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_float32 2022-09-27T15:31:45.0221743Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_float32 2022-09-27T15:31:45.0239284Z test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_float32 2022-09-27T15:31:45.0296117Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_float32 2022-09-27T15:31:45.0303245Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_std_mean_cpu 2022-09-27T15:31:45.0342034Z test_ops.py::TestCommonCPU::test_dtypes_sum_to_size_cpu 2022-09-27T15:31:45.0412877Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_complex64 2022-09-27T15:31:45.0530615Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sum_to_size_cpu 2022-09-27T15:31:45.0662514Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_complex64 2022-09-27T15:31:45.0685685Z test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_float32 2022-09-27T15:31:45.0742283Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_float32 2022-09-27T15:31:45.0781839Z test_ops.py::TestCommonCPU::test_dtypes_t_cpu 2022-09-27T15:31:45.0821343Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_t_cpu 2022-09-27T15:31:45.0876963Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_float32 2022-09-27T15:31:45.1102971Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_float32 2022-09-27T15:31:45.1120777Z test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_float32 2022-09-27T15:31:45.1181517Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_float32 2022-09-27T15:31:45.1262550Z test_ops.py::TestCommonCPU::test_dtypes_tanh_cpu 2022-09-27T15:31:45.1269314Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tanh_cpu 2022-09-27T15:31:45.1299440Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_int64 2022-09-27T15:31:45.1542326Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_int64 2022-09-27T15:31:45.1561008Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_float32 2022-09-27T15:31:45.1621675Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_float32 2022-09-27T15:31:45.1702213Z test_ops.py::TestCommonCPU::test_dtypes_to_cpu 2022-09-27T15:31:45.1735590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_complex64 2022-09-27T15:31:45.1954925Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_complex64 2022-09-27T15:31:45.1981219Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_to_cpu 2022-09-27T15:31:45.2001604Z test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_float32 2022-09-27T15:31:45.2061265Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_float32 2022-09-27T15:31:45.2142156Z test_ops.py::TestCommonCPU::test_dtypes_transpose_cpu 2022-09-27T15:31:45.2150848Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_float32 2022-09-27T15:31:45.2175911Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_transpose_cpu 2022-09-27T15:31:45.2421921Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_float32 2022-09-27T15:31:45.2439759Z test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_float32 2022-09-27T15:31:45.2502037Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_float32 2022-09-27T15:31:45.2583781Z test_ops.py::TestCommonCPU::test_dtypes_tril_cpu 2022-09-27T15:31:45.2597643Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_int64 2022-09-27T15:31:45.2625452Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tril_cpu 2022-09-27T15:31:45.2861892Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_int64 2022-09-27T15:31:45.2880297Z test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_float32 2022-09-27T15:31:45.2941205Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_float32 2022-09-27T15:31:45.3021919Z test_ops.py::TestCommonCPU::test_dtypes_true_divide_cpu 2022-09-27T15:31:45.3151413Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_complex64 2022-09-27T15:31:45.3175756Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_true_divide_cpu 2022-09-27T15:31:45.3302029Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_complex64 2022-09-27T15:31:45.3320968Z test_ops.py::TestCommonCPU::test_multiple_devices_gcd_cpu_int64 2022-09-27T15:31:45.3381669Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gcd_cpu_int64 2022-09-27T15:31:45.3462196Z test_ops.py::TestCommonCPU::test_dtypes_unfold_cpu 2022-09-27T15:31:45.3748015Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_float32 2022-09-27T15:31:45.3752020Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_float32 2022-09-27T15:31:45.3771198Z test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_float32 2022-09-27T15:31:45.3902481Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_float32 2022-09-27T15:31:45.3943819Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_0_cpu_float32 2022-09-27T15:31:45.4182924Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_0_cpu_float32 2022-09-27T15:31:45.4201013Z test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_float32 2022-09-27T15:31:45.4342577Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_float32 2022-09-27T15:31:45.4385778Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_float32 2022-09-27T15:31:45.4622131Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_float32 2022-09-27T15:31:45.4641410Z test_ops.py::TestCommonCPU::test_multiple_devices_histc_cpu_float32 2022-09-27T15:31:45.4782467Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_histc_cpu_float32 2022-09-27T15:31:45.4840637Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_int64 2022-09-27T15:31:45.5063030Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_int64 2022-09-27T15:31:45.5082154Z test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_int64 2022-09-27T15:31:45.5222841Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_int64 2022-09-27T15:31:45.5325052Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_complex64 2022-09-27T15:31:45.5336944Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_unfold_cpu 2022-09-27T15:31:45.5352577Z test_ops.py::TestCommonCPU::test_dtypes_unsqueeze_cpu 2022-09-27T15:31:45.5435261Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_complex64 2022-09-27T15:31:45.5504152Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_unsqueeze_cpu 2022-09-27T15:31:45.5527813Z test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_float32 2022-09-27T15:31:45.5664135Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_float32 2022-09-27T15:31:45.5743564Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_int64 2022-09-27T15:31:45.5775963Z test_ops.py::TestCommonCPU::test_dtypes_view_as_complex_cpu 2022-09-27T15:31:45.5944582Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_int64 2022-09-27T15:31:45.5965570Z test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_float32 2022-09-27T15:31:45.6102695Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_float32 2022-09-27T15:31:45.6219560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_int64 2022-09-27T15:31:45.6261821Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_int64 2022-09-27T15:31:45.6267931Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_view_as_complex_cpu 2022-09-27T15:31:45.6314436Z test_ops.py::TestCommonCPU::test_dtypes_vsplit_cpu 2022-09-27T15:31:45.6381721Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_vsplit_cpu 2022-09-27T15:31:45.6402204Z test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_float32 2022-09-27T15:31:45.6542090Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_float32 2022-09-27T15:31:45.6644462Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_int64 2022-09-27T15:31:45.6701481Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_int64 2022-09-27T15:31:45.6750620Z test_ops.py::TestCommonCPU::test_dtypes_zero__cpu 2022-09-27T15:31:45.6822601Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_zero__cpu 2022-09-27T15:31:45.6841805Z test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_float32 2022-09-27T15:31:45.6981783Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_float32 2022-09-27T15:31:45.7142700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_offsets_cpu_float32 2022-09-27T15:31:45.7165219Z test_ops.py::TestCommonCPU::test_errors___rand___cpu 2022-09-27T15:31:45.7262476Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors___rand___cpu 2022-09-27T15:31:45.7286541Z test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_float32 2022-09-27T15:31:45.7582972Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_float32 2022-09-27T15:31:45.7608135Z test_ops.py::TestCommonCPU::test_errors___ror___cpu 2022-09-27T15:31:45.7702466Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors___ror___cpu 2022-09-27T15:31:45.7729148Z test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_float32 2022-09-27T15:31:45.7848536Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_float32 2022-09-27T15:31:45.7859827Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_offsets_cpu_float32 2022-09-27T15:31:45.7942268Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_float32 2022-09-27T15:31:45.8022393Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_float32 2022-09-27T15:31:45.8045574Z test_ops.py::TestCommonCPU::test_errors_add_cpu 2022-09-27T15:31:45.8142071Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_add_cpu 2022-09-27T15:31:45.8169219Z test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_float32 2022-09-27T15:31:45.8261980Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_float32 2022-09-27T15:31:45.8288360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_int64 2022-09-27T15:31:45.8463072Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_int64 2022-09-27T15:31:45.8581599Z test_ops.py::TestCommonCPU::test_errors_arange_cpu 2022-09-27T15:31:45.8601596Z test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_float32 2022-09-27T15:31:45.8701503Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_float32 2022-09-27T15:31:45.8749804Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_complex64 2022-09-27T15:31:45.8782643Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_complex64 2022-09-27T15:31:45.8902575Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_arange_cpu 2022-09-27T15:31:45.8919570Z test_ops.py::TestCommonCPU::test_errors_bitwise_left_shift_cpu 2022-09-27T15:31:45.9023117Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_bitwise_left_shift_cpu 2022-09-27T15:31:45.9043403Z test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_float32 2022-09-27T15:31:45.9142874Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_float32 2022-09-27T15:31:45.9169767Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_int64 2022-09-27T15:31:45.9343588Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_int64 2022-09-27T15:31:45.9464019Z test_ops.py::TestCommonCPU::test_errors_cat_cpu 2022-09-27T15:31:45.9487978Z test_ops.py::TestCommonCPU::test_multiple_devices_istft_cpu_float32 2022-09-27T15:31:45.9583004Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_istft_cpu_float32 2022-09-27T15:31:45.9624178Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_float32 2022-09-27T15:31:45.9873731Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_float32 2022-09-27T15:31:45.9885594Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_cat_cpu 2022-09-27T15:31:45.9904234Z test_ops.py::TestCommonCPU::test_errors_copysign_cpu 2022-09-27T15:31:45.9909630Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_int64 2022-09-27T15:31:45.9925562Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_copysign_cpu 2022-09-27T15:31:46.0022658Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_int64 2022-09-27T15:31:46.0053081Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_int64 2022-09-27T15:31:46.0303021Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_int64 2022-09-27T15:31:46.0343130Z test_ops.py::TestCommonCPU::test_errors_diagonal_cpu 2022-09-27T15:31:46.0365036Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_int64 2022-09-27T15:31:46.0462206Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_int64 2022-09-27T15:31:46.0649958Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_float32 2022-09-27T15:31:46.0672957Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_diagonal_cpu 2022-09-27T15:31:46.0742002Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_float32 2022-09-27T15:31:46.0782699Z test_ops.py::TestCommonCPU::test_errors_dsplit_cpu 2022-09-27T15:31:46.0803499Z test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_int64 2022-09-27T15:31:46.0814771Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_int64 2022-09-27T15:31:46.0901786Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_dsplit_cpu 2022-09-27T15:31:46.0972973Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_float32 2022-09-27T15:31:46.1182937Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_float32 2022-09-27T15:31:46.1227366Z test_ops.py::TestCommonCPU::test_errors_fliplr_cpu 2022-09-27T15:31:46.1231417Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_fliplr_cpu 2022-09-27T15:31:46.1245988Z test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_float32 2022-09-27T15:31:46.1342167Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_float32 2022-09-27T15:31:46.1355881Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:31:46.1622563Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:31:46.1641581Z test_ops.py::TestCommonCPU::test_errors_fmax_cpu 2022-09-27T15:31:46.1662149Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_fmax_cpu 2022-09-27T15:31:46.1679239Z test_ops.py::TestCommonCPU::test_multiple_devices_lerp_cpu_float32 2022-09-27T15:31:46.1782100Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lerp_cpu_float32 2022-09-27T15:31:46.1813255Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_float32 2022-09-27T15:31:46.2062280Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_float32 2022-09-27T15:31:46.2078605Z test_ops.py::TestCommonCPU::test_errors_gcd_cpu 2022-09-27T15:31:46.2101306Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_gcd_cpu 2022-09-27T15:31:46.2118839Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_ex_cpu_float32 2022-09-27T15:31:46.2221785Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_ex_cpu_float32 2022-09-27T15:31:46.2253956Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_float32 2022-09-27T15:31:46.2502961Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_float32 2022-09-27T15:31:46.2519380Z test_ops.py::TestCommonCPU::test_errors_heaviside_cpu 2022-09-27T15:31:46.2541520Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_heaviside_cpu 2022-09-27T15:31:46.2559020Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_cpu_float32 2022-09-27T15:31:46.2662013Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_cpu_float32 2022-09-27T15:31:46.2726031Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:31:46.2941501Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:31:46.2957765Z test_ops.py::TestCommonCPU::test_errors_igamma_cpu 2022-09-27T15:31:46.2981330Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_igamma_cpu 2022-09-27T15:31:46.2998038Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvals_cpu_float32 2022-09-27T15:31:46.3102031Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvals_cpu_float32 2022-09-27T15:31:46.3117740Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:31:46.3381604Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:31:46.3398644Z test_ops.py::TestCommonCPU::test_errors_jiterator_binary_cpu 2022-09-27T15:31:46.3421250Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_errors_jiterator_binary_cpu 2022-09-27T15:31:46.3439985Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_ex_cpu_float32 2022-09-27T15:31:46.3542960Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_ex_cpu_float32 2022-09-27T15:31:46.3584779Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_float32 2022-09-27T15:31:46.3824533Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_float32 2022-09-27T15:31:46.3843463Z test_ops.py::TestCommonCPU::test_errors_ldexp_cpu 2022-09-27T15:31:46.3862320Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_ldexp_cpu 2022-09-27T15:31:46.3882383Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_cpu_float32 2022-09-27T15:31:46.3982876Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_cpu_float32 2022-09-27T15:31:46.4049279Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:31:46.4262088Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:31:46.4301838Z test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_grad_oriented_cpu 2022-09-27T15:31:46.4320548Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:31:46.4328942Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:31:46.4421519Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_grad_oriented_cpu 2022-09-27T15:31:46.4458115Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_float32 2022-09-27T15:31:46.4701723Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_float32 2022-09-27T15:31:46.4717986Z test_ops.py::TestCommonCPU::test_errors_logical_or_cpu 2022-09-27T15:31:46.4742373Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_logical_or_cpu 2022-09-27T15:31:46.4763111Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_cpu_float32 2022-09-27T15:31:46.4861592Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_cpu_float32 2022-09-27T15:31:46.4905954Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_float32 2022-09-27T15:31:46.5141545Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_float32 2022-09-27T15:31:46.5181629Z test_ops.py::TestCommonCPU::test_errors_masked_fill_cpu 2022-09-27T15:31:46.5198721Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_cpu_float32 2022-09-27T15:31:46.5214763Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_cpu_float32 2022-09-27T15:31:46.5301857Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_masked_fill_cpu 2022-09-27T15:31:46.5316319Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:31:46.5583485Z [gw3] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:31:46.5623148Z test_ops.py::TestCommonCPU::test_errors_mean_cpu 2022-09-27T15:31:46.5642699Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_singular_cpu_float32 2022-09-27T15:31:46.5745741Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_singular_cpu_float32 2022-09-27T15:31:46.5751201Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_float32 2022-09-27T15:31:46.5785187Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_mean_cpu 2022-09-27T15:31:46.6022418Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_float32 2022-09-27T15:31:46.6040007Z test_ops.py::TestCommonCPU::test_errors_mul_cpu 2022-09-27T15:31:46.6062302Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_mul_cpu 2022-09-27T15:31:46.6080184Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_ex_cpu_float32 2022-09-27T15:31:46.6182621Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_ex_cpu_float32 2022-09-27T15:31:46.6215999Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_float32 2022-09-27T15:31:46.6465056Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_float32 2022-09-27T15:31:46.6504837Z test_ops.py::TestCommonCPU::test_errors_neg_cpu 2022-09-27T15:31:46.6531217Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorinv_cpu_float32 2022-09-27T15:31:46.6540526Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_neg_cpu 2022-09-27T15:31:46.6623459Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorinv_cpu_float32 2022-09-27T15:31:46.6682572Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_float32 2022-09-27T15:31:46.6903394Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_float32 2022-09-27T15:31:46.6943472Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool3d_cpu 2022-09-27T15:31:46.6966295Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vecdot_cpu_float32 2022-09-27T15:31:46.7062812Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vecdot_cpu_float32 2022-09-27T15:31:46.7164038Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:31:46.7199866Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:31:46.7341451Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool3d_cpu 2022-09-27T15:31:46.7382061Z test_ops.py::TestCommonCPU::test_errors_nn_functional_gelu_cpu 2022-09-27T15:31:46.7403403Z test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_float32 2022-09-27T15:31:46.7411066Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_float32 2022-09-27T15:31:46.7501810Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_gelu_cpu 2022-09-27T15:31:46.7535798Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:31:46.7781725Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:31:46.7822355Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool1d_cpu 2022-09-27T15:31:46.7843771Z test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_float32 2022-09-27T15:31:46.7942438Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_float32 2022-09-27T15:31:46.7958766Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:31:46.8098123Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:31:46.8221909Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool1d_cpu 2022-09-27T15:31:46.8261935Z test_ops.py::TestCommonCPU::test_errors_nn_functional_prelu_cpu 2022-09-27T15:31:46.8283223Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_cpu_float32 2022-09-27T15:31:46.8356038Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_cpu_float32 2022-09-27T15:31:46.8381759Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_prelu_cpu 2022-09-27T15:31:46.8397464Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:31:46.8662724Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:31:46.8702508Z test_ops.py::TestCommonCPU::test_errors_ormqr_cpu 2022-09-27T15:31:46.8724980Z test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp_cpu_float32 2022-09-27T15:31:46.8763134Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp_cpu_float32 2022-09-27T15:31:46.8821901Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_errors_ormqr_cpu 2022-09-27T15:31:46.8959969Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_float32 2022-09-27T15:31:46.9102177Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_float32 2022-09-27T15:31:46.9142401Z test_ops.py::TestCommonCPU::test_errors_renorm_cpu 2022-09-27T15:31:46.9166345Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_int64 2022-09-27T15:31:46.9172503Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_errors_renorm_cpu 2022-09-27T15:31:46.9262055Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_int64 2022-09-27T15:31:46.9312752Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_complex64 2022-09-27T15:31:46.9542180Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_complex64 2022-09-27T15:31:46.9582043Z test_ops.py::TestCommonCPU::test_errors_rot90_cpu 2022-09-27T15:31:46.9603388Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_int64 2022-09-27T15:31:46.9676692Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_int64 2022-09-27T15:31:46.9702106Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_errors_rot90_cpu 2022-09-27T15:31:46.9768413Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_float32 2022-09-27T15:31:46.9982505Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_float32 2022-09-27T15:31:46.9998129Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_t_cpu 2022-09-27T15:31:47.0021869Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_t_cpu 2022-09-27T15:31:47.0041730Z test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_int64 2022-09-27T15:31:47.0142133Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_int64 2022-09-27T15:31:47.0180977Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_int64 2022-09-27T15:31:47.0422370Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_int64 2022-09-27T15:31:47.0440364Z test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_h_cpu 2022-09-27T15:31:47.0462051Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_h_cpu 2022-09-27T15:31:47.0479864Z test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_int64 2022-09-27T15:31:47.0582990Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_int64 2022-09-27T15:31:47.0635220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_complex64 2022-09-27T15:31:47.0863851Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_complex64 2022-09-27T15:31:47.0877187Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_t_cpu 2022-09-27T15:31:47.0902344Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_t_cpu 2022-09-27T15:31:47.0923386Z test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_int64 2022-09-27T15:31:47.1021831Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_int64 2022-09-27T15:31:47.1099342Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_float32 2022-09-27T15:31:47.1302590Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_float32 2022-09-27T15:31:47.1322004Z test_ops.py::TestCommonCPU::test_errors_special_xlog1py_cpu 2022-09-27T15:31:47.1341712Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_errors_special_xlog1py_cpu 2022-09-27T15:31:47.1359220Z test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_float32 2022-09-27T15:31:47.1461927Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_float32 2022-09-27T15:31:47.1510574Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_int64 2022-09-27T15:31:47.1742268Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_int64 2022-09-27T15:31:47.1781977Z test_ops.py::TestCommonCPU::test_errors_t_cpu 2022-09-27T15:31:47.1799213Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_float32 2022-09-27T15:31:47.1815132Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_float32 2022-09-27T15:31:47.1901637Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_errors_t_cpu 2022-09-27T15:31:47.2028701Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_float32 2022-09-27T15:31:47.2181047Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_float32 2022-09-27T15:31:47.2221948Z test_ops.py::TestCommonCPU::test_errors_unbind_cpu 2022-09-27T15:31:47.2240853Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_float32 2022-09-27T15:31:47.2304322Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_float32 2022-09-27T15:31:47.2341596Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_errors_unbind_cpu 2022-09-27T15:31:47.2485509Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_float32 2022-09-27T15:31:47.2621234Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_float32 2022-09-27T15:31:47.2662192Z test_ops.py::TestCommonCPU::test_errors_vsplit_cpu 2022-09-27T15:31:47.2681199Z test_ops.py::TestCommonCPU::test_multiple_devices_matrix_exp_cpu_float32 2022-09-27T15:31:47.2692064Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_matrix_exp_cpu_float32 2022-09-27T15:31:47.2782184Z [gw0] [ 7%] PASSED test_ops.py::TestCommonCPU::test_errors_vsplit_cpu 2022-09-27T15:31:47.2845150Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_int64 2022-09-27T15:31:47.3060961Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_int64 2022-09-27T15:31:47.3079014Z test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_float32 2022-09-27T15:31:47.3101589Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_float32 2022-09-27T15:31:47.3117687Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_int64 2022-09-27T15:31:47.3222126Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_int64 2022-09-27T15:31:47.3503851Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_complex64 2022-09-27T15:31:47.3526716Z test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_float32 2022-09-27T15:31:47.3542795Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_float32 2022-09-27T15:31:47.3563505Z test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_int64 2022-09-27T15:31:47.3942839Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_int64 2022-09-27T15:31:47.3965313Z test_ops.py::TestCommonCPU::test_multiple_devices___rand___cpu_int64 2022-09-27T15:31:47.3994516Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rand___cpu_int64 2022-09-27T15:31:47.4007181Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:31:47.4382714Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:31:47.4408597Z test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_int64 2022-09-27T15:31:47.4422677Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_int64 2022-09-27T15:31:47.4444068Z test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_float32 2022-09-27T15:31:47.4823857Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_float32 2022-09-27T15:31:47.4848692Z test_ops.py::TestCommonCPU::test_multiple_devices___ror___cpu_int64 2022-09-27T15:31:47.4862659Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___ror___cpu_int64 2022-09-27T15:31:47.4881719Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_float32 2022-09-27T15:31:47.5264240Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_float32 2022-09-27T15:31:47.5282282Z test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_int64 2022-09-27T15:31:47.5302539Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_int64 2022-09-27T15:31:47.5321760Z test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_float32 2022-09-27T15:31:47.5704032Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_float32 2022-09-27T15:31:47.5728860Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_amin_cpu_float32 2022-09-27T15:31:47.5742933Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_amin_cpu_float32 2022-09-27T15:31:47.5765912Z test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_float32 2022-09-27T15:31:47.6146600Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_float32 2022-09-27T15:31:47.6169368Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmin_cpu_float32 2022-09-27T15:31:47.6184878Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmin_cpu_float32 2022-09-27T15:31:47.6210853Z test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_float32 2022-09-27T15:31:47.6587734Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_float32 2022-09-27T15:31:47.6613657Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumsum_cpu_float32 2022-09-27T15:31:47.6629461Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumsum_cpu_float32 2022-09-27T15:31:47.6657042Z test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_int64 2022-09-27T15:31:47.6845780Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_int64 2022-09-27T15:31:47.6854253Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_complex64 2022-09-27T15:31:47.6974155Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_float32 2022-09-27T15:31:47.7023557Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_float32 2022-09-27T15:31:47.7045345Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_logsumexp_cpu_float32 2022-09-27T15:31:47.7063379Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_logsumexp_cpu_float32 2022-09-27T15:31:47.7085209Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_int64 2022-09-27T15:31:47.7264561Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_int64 2022-09-27T15:31:47.7343591Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_complex64 2022-09-27T15:31:47.7464418Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_complex64 2022-09-27T15:31:47.7486161Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_median_cpu_float32 2022-09-27T15:31:47.7503117Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_median_cpu_float32 2022-09-27T15:31:47.7523897Z test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_int64 2022-09-27T15:31:47.7704245Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_int64 2022-09-27T15:31:47.7802674Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_float32 2022-09-27T15:31:47.7904215Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_float32 2022-09-27T15:31:47.7923984Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_prod_cpu_int64 2022-09-27T15:31:47.7942522Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_prod_cpu_int64 2022-09-27T15:31:47.7964383Z test_ops.py::TestCommonCPU::test_multiple_devices_nanquantile_cpu_float32 2022-09-27T15:31:47.8145622Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nanquantile_cpu_float32 2022-09-27T15:31:47.8177353Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_int64 2022-09-27T15:31:47.8344198Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_int64 2022-09-27T15:31:47.8370707Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_std_cpu_int64 2022-09-27T15:31:47.8382945Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_std_cpu_int64 2022-09-27T15:31:47.8404486Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_int64 2022-09-27T15:31:47.8582430Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_int64 2022-09-27T15:31:47.8755401Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_complex64 2022-09-27T15:31:47.8782523Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_complex64 2022-09-27T15:31:47.8807346Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_var_cpu_int64 2022-09-27T15:31:47.8822222Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_var_cpu_int64 2022-09-27T15:31:47.8844597Z test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_float32 2022-09-27T15:31:47.9021979Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_float32 2022-09-27T15:31:47.9071092Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_float32 2022-09-27T15:31:47.9222628Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_float32 2022-09-27T15:31:47.9248948Z test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_int64 2022-09-27T15:31:47.9262038Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_int64 2022-09-27T15:31:47.9283089Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_float32 2022-09-27T15:31:47.9462234Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_float32 2022-09-27T15:31:47.9576600Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_int64 2022-09-27T15:31:47.9662122Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_int64 2022-09-27T15:31:47.9685421Z test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_int64 2022-09-27T15:31:47.9701606Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_int64 2022-09-27T15:31:47.9719016Z test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_float32 2022-09-27T15:31:47.9902253Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_float32 2022-09-27T15:31:47.9918491Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_complex64 2022-09-27T15:31:48.0102724Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_complex64 2022-09-27T15:31:48.0125217Z test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_float32 2022-09-27T15:31:48.0141786Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_float32 2022-09-27T15:31:48.0160755Z test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_float32 2022-09-27T15:31:48.0342160Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_float32 2022-09-27T15:31:48.0399789Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_int64 2022-09-27T15:31:48.0541787Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_int64 2022-09-27T15:31:48.0562850Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_float32 2022-09-27T15:31:48.0581326Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_float32 2022-09-27T15:31:48.0597808Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:31:48.0781836Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:31:48.0864633Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_complex64 2022-09-27T15:31:48.0981625Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_complex64 2022-09-27T15:31:48.1002949Z test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_float32 2022-09-27T15:31:48.1021320Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_float32 2022-09-27T15:31:48.1038364Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:31:48.1221855Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:31:48.1333498Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_float32 2022-09-27T15:31:48.1421868Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_float32 2022-09-27T15:31:48.1443589Z test_ops.py::TestCommonCPU::test_multiple_devices_allclose_cpu_float32 2022-09-27T15:31:48.1461449Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_allclose_cpu_float32 2022-09-27T15:31:48.1479767Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_int64 2022-09-27T15:31:48.1661877Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_int64 2022-09-27T15:31:48.1716903Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_int64 2022-09-27T15:31:48.1863948Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_int64 2022-09-27T15:31:48.1887899Z test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_int64 2022-09-27T15:31:48.1902905Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_int64 2022-09-27T15:31:48.1921690Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_float32 2022-09-27T15:31:48.2105027Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_float32 2022-09-27T15:31:48.2197147Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_float32 2022-09-27T15:31:48.2304476Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_float32 2022-09-27T15:31:48.2329218Z test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_int64 2022-09-27T15:31:48.2342739Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_int64 2022-09-27T15:31:48.2362555Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_celu_cpu_float32 2022-09-27T15:31:48.2546334Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_celu_cpu_float32 2022-09-27T15:31:48.2643751Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_float32 2022-09-27T15:31:48.2744990Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_float32 2022-09-27T15:31:48.2771636Z test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_int64 2022-09-27T15:31:48.2783747Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_int64 2022-09-27T15:31:48.2804700Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_int64 2022-09-27T15:31:48.2985947Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_int64 2022-09-27T15:31:48.3119114Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_float32 2022-09-27T15:31:48.3186200Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_float32 2022-09-27T15:31:48.3211704Z test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_int64 2022-09-27T15:31:48.3223694Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_int64 2022-09-27T15:31:48.3246733Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_int64 2022-09-27T15:31:48.3425339Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_int64 2022-09-27T15:31:48.3548966Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_complex64 2022-09-27T15:31:48.3625476Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_complex64 2022-09-27T15:31:48.3658647Z test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_int64 2022-09-27T15:31:48.3666734Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_int64 2022-09-27T15:31:48.3696957Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_int64 2022-09-27T15:31:48.3865812Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_int64 2022-09-27T15:31:48.3971522Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_float32 2022-09-27T15:31:48.4065392Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_float32 2022-09-27T15:31:48.4091598Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_int64 2022-09-27T15:31:48.4104204Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_int64 2022-09-27T15:31:48.4123889Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout2d_cpu_float32 2022-09-27T15:31:48.4305996Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout2d_cpu_float32 2022-09-27T15:31:48.4381851Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_int64 2022-09-27T15:31:48.4505497Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_int64 2022-09-27T15:31:48.4530707Z test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_int64 2022-09-27T15:31:48.4542418Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_int64 2022-09-27T15:31:48.4562747Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:31:48.4742974Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:31:48.4942994Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_int64 2022-09-27T15:31:48.4967796Z test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_int64 2022-09-27T15:31:48.5011985Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_int64 2022-09-27T15:31:48.5014728Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_int64 2022-09-27T15:31:48.5383043Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_int64 2022-09-27T15:31:48.5405963Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_int64 2022-09-27T15:31:48.5422759Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_int64 2022-09-27T15:31:48.5453517Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gelu_cpu_float32 2022-09-27T15:31:48.5561454Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gelu_cpu_float32 2022-09-27T15:31:48.5569282Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_int64 2022-09-27T15:31:48.5653390Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_float32 2022-09-27T15:31:48.5822328Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_float32 2022-09-27T15:31:48.5839379Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_int64 2022-09-27T15:31:48.5861773Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_int64 2022-09-27T15:31:48.5879998Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardshrink_cpu_float32 2022-09-27T15:31:48.5981487Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardshrink_cpu_float32 2022-09-27T15:31:48.6106178Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_complex64 2022-09-27T15:31:48.6261946Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_complex64 2022-09-27T15:31:48.6278140Z test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_float32 2022-09-27T15:31:48.6301255Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_float32 2022-09-27T15:31:48.6319433Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_int64 2022-09-27T15:31:48.6421649Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_int64 2022-09-27T15:31:48.6445783Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_int64 2022-09-27T15:31:48.6701701Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_int64 2022-09-27T15:31:48.6718115Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_left_shift_cpu_int64 2022-09-27T15:31:48.6741475Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_left_shift_cpu_int64 2022-09-27T15:31:48.6759894Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:31:48.6861637Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:31:48.6894090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_int64 2022-09-27T15:31:48.7141784Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_int64 2022-09-27T15:31:48.7159156Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_xor_cpu_int64 2022-09-27T15:31:48.7181511Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_xor_cpu_int64 2022-09-27T15:31:48.7198525Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:31:48.7301560Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:31:48.7338725Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_int64 2022-09-27T15:31:48.7582641Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_int64 2022-09-27T15:31:48.7600832Z test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_int64 2022-09-27T15:31:48.7622324Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_int64 2022-09-27T15:31:48.7643703Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_layer_norm_cpu_float32 2022-09-27T15:31:48.7743358Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_layer_norm_cpu_float32 2022-09-27T15:31:48.7796461Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_complex64 2022-09-27T15:31:48.8025144Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_complex64 2022-09-27T15:31:48.8046055Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_float32 2022-09-27T15:31:48.8063638Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_float32 2022-09-27T15:31:48.8097185Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:31:48.8183506Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:31:48.8270293Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_float32 2022-09-27T15:31:48.8463333Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_float32 2022-09-27T15:31:48.8487060Z test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_float32 2022-09-27T15:31:48.8503026Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_float32 2022-09-27T15:31:48.8531708Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:31:48.8622015Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:31:48.8669629Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_complex64 2022-09-27T15:31:48.8902116Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_complex64 2022-09-27T15:31:48.8922292Z test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_float32 2022-09-27T15:31:48.8942002Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_float32 2022-09-27T15:31:48.8969485Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:31:48.9061941Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:31:48.9088749Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_float32 2022-09-27T15:31:48.9341708Z [gw3] [ 7%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_float32 2022-09-27T15:31:48.9360739Z test_ops.py::TestCommonCPU::test_multiple_devices_cdist_cpu_float32 2022-09-27T15:31:48.9382029Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cdist_cpu_float32 2022-09-27T15:31:48.9407597Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:31:48.9501401Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:31:48.9537726Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_int64 2022-09-27T15:31:48.9781642Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_int64 2022-09-27T15:31:48.9799476Z test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_int64 2022-09-27T15:31:48.9821785Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_int64 2022-09-27T15:31:48.9846894Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:31:48.9941329Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:31:49.0031361Z test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_complex128 2022-09-27T15:31:49.0221337Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_complex128 2022-09-27T15:31:49.0237809Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_inverse_cpu_float32 2022-09-27T15:31:49.0262010Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_inverse_cpu_float32 2022-09-27T15:31:49.0286457Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_normalize_cpu_float32 2022-09-27T15:31:49.0381652Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_normalize_cpu_float32 2022-09-27T15:31:49.0418407Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_complex128 2022-09-27T15:31:49.0661795Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_complex128 2022-09-27T15:31:49.0678477Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_float32 2022-09-27T15:31:49.0701848Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_float32 2022-09-27T15:31:49.0726457Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_float32 2022-09-27T15:31:49.0821230Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_float32 2022-09-27T15:31:49.0886339Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_float64 2022-09-27T15:31:49.1102360Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_float64 2022-09-27T15:31:49.1121265Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_float32 2022-09-27T15:31:49.1142135Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_float32 2022-09-27T15:31:49.1169088Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:31:49.1261904Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:31:49.1294208Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_int64 2022-09-27T15:31:49.1541407Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_int64 2022-09-27T15:31:49.1558236Z test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_float32 2022-09-27T15:31:49.1582064Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_float32 2022-09-27T15:31:49.1607669Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_int64 2022-09-27T15:31:49.1701528Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_int64 2022-09-27T15:31:49.1813512Z test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_float64 2022-09-27T15:31:49.1981682Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_float64 2022-09-27T15:31:49.2000136Z test_ops.py::TestCommonCPU::test_multiple_devices_complex_cpu_float32 2022-09-27T15:31:49.2021805Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_complex_cpu_float32 2022-09-27T15:31:49.2046344Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:31:49.2141945Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:31:49.2182356Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_int64 2022-09-27T15:31:49.2422156Z [gw3] [ 7%] XFAIL test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_int64 2022-09-27T15:31:49.2439857Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_int64 2022-09-27T15:31:49.2462335Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_int64 2022-09-27T15:31:49.2488772Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_float32 2022-09-27T15:31:49.2581517Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_float32 2022-09-27T15:31:49.2838633Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_complex128 2022-09-27T15:31:49.2861331Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_complex128 2022-09-27T15:31:49.2880136Z test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_int64 2022-09-27T15:31:49.2902092Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_int64 2022-09-27T15:31:49.2931385Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_silu_cpu_float32 2022-09-27T15:31:49.3021383Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_silu_cpu_float32 2022-09-27T15:31:49.3054159Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_float64 2022-09-27T15:31:49.3301385Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_float64 2022-09-27T15:31:49.3322556Z test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_int64 2022-09-27T15:31:49.3341746Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_int64 2022-09-27T15:31:49.3367375Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:31:49.3461476Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:31:49.3559250Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_int64 2022-09-27T15:31:49.3742674Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_int64 2022-09-27T15:31:49.3758827Z test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_int64 2022-09-27T15:31:49.3781769Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_int64 2022-09-27T15:31:49.3806681Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_float32 2022-09-27T15:31:49.3901685Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_float32 2022-09-27T15:31:49.3922500Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:31:49.4181348Z [gw3] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:31:49.4197647Z test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_int64 2022-09-27T15:31:49.4221938Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_int64 2022-09-27T15:31:49.4246861Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_float32 2022-09-27T15:31:49.4341443Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_float32 2022-09-27T15:31:49.4374331Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_float64 2022-09-27T15:31:49.4621109Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_float64 2022-09-27T15:31:49.4637579Z test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_int64 2022-09-27T15:31:49.4661942Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_int64 2022-09-27T15:31:49.4685555Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:31:49.4781396Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:31:49.4823952Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_complex128 2022-09-27T15:31:49.5062150Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_complex128 2022-09-27T15:31:49.5078930Z test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_int64 2022-09-27T15:31:49.5101506Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_int64 2022-09-27T15:31:49.5126471Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:31:49.5221223Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:31:49.5261064Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_int64 2022-09-27T15:31:49.5501120Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_int64 2022-09-27T15:31:49.5517373Z test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_int64 2022-09-27T15:31:49.5541683Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_int64 2022-09-27T15:31:49.5566122Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_fro_cpu_float32 2022-09-27T15:31:49.5661499Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_norm_fro_cpu_float32 2022-09-27T15:31:49.5726808Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:31:49.5942308Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:31:49.5958793Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_int64 2022-09-27T15:31:49.5982122Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_int64 2022-09-27T15:31:49.6007764Z test_ops.py::TestCommonCPU::test_multiple_devices_normal_number_mean_cpu_float32 2022-09-27T15:31:49.6101458Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_normal_number_mean_cpu_float32 2022-09-27T15:31:49.6185484Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:31:49.6382132Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:31:49.6399113Z test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_int64 2022-09-27T15:31:49.6421813Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_int64 2022-09-27T15:31:49.6447237Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_int64 2022-09-27T15:31:49.6541356Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_int64 2022-09-27T15:31:49.6590689Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:31:49.6821133Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:31:49.6837988Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_int64 2022-09-27T15:31:49.6861943Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_int64 2022-09-27T15:31:49.6887562Z test_ops.py::TestCommonCPU::test_multiple_devices_pca_lowrank_cpu_float32 2022-09-27T15:31:49.6981477Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_pca_lowrank_cpu_float32 2022-09-27T15:31:49.7015601Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_one_hot_cpu_int64 2022-09-27T15:31:49.7261589Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_one_hot_cpu_int64 2022-09-27T15:31:49.7279582Z test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_int64 2022-09-27T15:31:49.7302222Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_int64 2022-09-27T15:31:49.7327156Z test_ops.py::TestCommonCPU::test_multiple_devices_polar_cpu_float32 2022-09-27T15:31:49.7421766Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polar_cpu_float32 2022-09-27T15:31:49.7473011Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pdist_cpu_float64 2022-09-27T15:31:49.7701990Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pdist_cpu_float64 2022-09-27T15:31:49.7723422Z test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_float32 2022-09-27T15:31:49.7742111Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_float32 2022-09-27T15:31:49.7763857Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_int64 2022-09-27T15:31:49.7861583Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_int64 2022-09-27T15:31:49.7992029Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_int64 2022-09-27T15:31:49.8141651Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_int64 2022-09-27T15:31:49.8160134Z test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_float32 2022-09-27T15:31:49.8181758Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_float32 2022-09-27T15:31:49.8198626Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_int64 2022-09-27T15:31:49.8301903Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_int64 2022-09-27T15:31:49.8420462Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_complex128 2022-09-27T15:31:49.8584350Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_complex128 2022-09-27T15:31:49.8604424Z test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_float32 2022-09-27T15:31:49.8622997Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_float32 2022-09-27T15:31:49.8651683Z test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_int64 2022-09-27T15:31:49.8742955Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_int64 2022-09-27T15:31:49.8820999Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_float64 2022-09-27T15:31:49.9023320Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_float64 2022-09-27T15:31:49.9043179Z test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_float32 2022-09-27T15:31:49.9063290Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_float32 2022-09-27T15:31:49.9092172Z test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_int64 2022-09-27T15:31:49.9182155Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_int64 2022-09-27T15:31:49.9270979Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_complex128 2022-09-27T15:31:49.9462165Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_complex128 2022-09-27T15:31:49.9479708Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_float32 2022-09-27T15:31:49.9502259Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_float32 2022-09-27T15:31:49.9528406Z test_ops.py::TestCommonCPU::test_multiple_devices_quantile_cpu_float32 2022-09-27T15:31:49.9621693Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_quantile_cpu_float32 2022-09-27T15:31:49.9748527Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_float64 2022-09-27T15:31:49.9901567Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_float64 2022-09-27T15:31:49.9918675Z test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_float32 2022-09-27T15:31:49.9941752Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_float32 2022-09-27T15:31:49.9967461Z test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_float32 2022-09-27T15:31:50.0061287Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_float32 2022-09-27T15:31:50.0092870Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_int64 2022-09-27T15:31:50.0341427Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_int64 2022-09-27T15:31:50.0360202Z test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_float32 2022-09-27T15:31:50.0381550Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_float32 2022-09-27T15:31:50.0406798Z test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_float32 2022-09-27T15:31:50.0501610Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_float32 2022-09-27T15:31:50.0559862Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_float64 2022-09-27T15:31:50.0781102Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_float64 2022-09-27T15:31:50.0798503Z test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_float32 2022-09-27T15:31:50.0821622Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_float32 2022-09-27T15:31:50.0845495Z test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_float32 2022-09-27T15:31:50.0941283Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_float32 2022-09-27T15:31:50.0995404Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_int64 2022-09-27T15:31:50.1221645Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_int64 2022-09-27T15:31:50.1238273Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_float32 2022-09-27T15:31:50.1261739Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_float32 2022-09-27T15:31:50.1286971Z test_ops.py::TestCommonCPU::test_multiple_devices_renorm_cpu_float32 2022-09-27T15:31:50.1381585Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_renorm_cpu_float32 2022-09-27T15:31:50.1411363Z test_ops.py::TestCommonCPU::test_out___radd___cpu_float32 2022-09-27T15:31:50.1661179Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_out___radd___cpu_float32 2022-09-27T15:31:50.1677522Z test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_float32 2022-09-27T15:31:50.1702042Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_float32 2022-09-27T15:31:50.1726149Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_int64 2022-09-27T15:31:50.1821506Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_int64 2022-09-27T15:31:50.1849870Z test_ops.py::TestCommonCPU::test_out___rmod___cpu_float32 2022-09-27T15:31:50.2101467Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_out___rmod___cpu_float32 2022-09-27T15:31:50.2116926Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_float32 2022-09-27T15:31:50.2141560Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_float32 2022-09-27T15:31:50.2168743Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_int64 2022-09-27T15:31:50.2261375Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_int64 2022-09-27T15:31:50.2288964Z test_ops.py::TestCommonCPU::test_out___rsub___cpu_float32 2022-09-27T15:31:50.2542562Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_out___rsub___cpu_float32 2022-09-27T15:31:50.2571435Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_float32 2022-09-27T15:31:50.2582773Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_float32 2022-09-27T15:31:50.2602842Z test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_int64 2022-09-27T15:31:50.2702078Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_int64 2022-09-27T15:31:50.2726257Z test_ops.py::TestCommonCPU::test_out__masked_argmax_cpu_float32 2022-09-27T15:31:50.2982545Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_out__masked_argmax_cpu_float32 2022-09-27T15:31:50.3007524Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_float32 2022-09-27T15:31:50.3022856Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_float32 2022-09-27T15:31:50.3042938Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_int64 2022-09-27T15:31:50.3142254Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_int64 2022-09-27T15:31:50.3172400Z test_ops.py::TestCommonCPU::test_out__masked_log_softmax_cpu_float32 2022-09-27T15:31:50.3421941Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_out__masked_log_softmax_cpu_float32 2022-09-27T15:31:50.3445991Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_float32 2022-09-27T15:31:50.3461015Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_float32 2022-09-27T15:31:50.3477183Z test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_int64 2022-09-27T15:31:50.3581682Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_int64 2022-09-27T15:31:50.3609432Z test_ops.py::TestCommonCPU::test_out__masked_median_cpu_float32 2022-09-27T15:31:50.3862236Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_out__masked_median_cpu_float32 2022-09-27T15:31:50.3887708Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_float32 2022-09-27T15:31:50.3901150Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_float32 2022-09-27T15:31:50.3913193Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_3_cpu_float32 2022-09-27T15:31:50.4022056Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_3_cpu_float32 2022-09-27T15:31:50.4049079Z test_ops.py::TestCommonCPU::test_out__masked_softmax_cpu_float32 2022-09-27T15:31:50.4304807Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_out__masked_softmax_cpu_float32 2022-09-27T15:31:50.4332928Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_float32 2022-09-27T15:31:50.4343442Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_float32 2022-09-27T15:31:50.4364450Z test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_float32 2022-09-27T15:31:50.4462871Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_float32 2022-09-27T15:31:50.4488186Z test_ops.py::TestCommonCPU::test_out__masked_var_cpu_float32 2022-09-27T15:31:50.4742333Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_out__masked_var_cpu_float32 2022-09-27T15:31:50.4768937Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_float32 2022-09-27T15:31:50.4781831Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_float32 2022-09-27T15:31:50.4800943Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_float32 2022-09-27T15:31:50.4901696Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_float32 2022-09-27T15:31:50.5184210Z test_ops.py::TestCommonCPU::test_out__refs_add_cpu_float32 2022-09-27T15:31:50.5206386Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_float32 2022-09-27T15:31:50.5222890Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_float32 2022-09-27T15:31:50.5248776Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_float32 2022-09-27T15:31:50.5251668Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_out__refs_add_cpu_float32 2022-09-27T15:31:50.5341612Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_float32 2022-09-27T15:31:50.5378533Z test_ops.py::TestCommonCPU::test_out__refs_allclose_cpu_float32 2022-09-27T15:31:50.5621337Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_out__refs_allclose_cpu_float32 2022-09-27T15:31:50.5641205Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_float32 2022-09-27T15:31:50.5661403Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_float32 2022-09-27T15:31:50.5678788Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_float32 2022-09-27T15:31:50.5782532Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_float32 2022-09-27T15:31:50.6063304Z test_ops.py::TestCommonCPU::test_out__refs_arange_cpu_float32 2022-09-27T15:31:50.6087067Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_float32 2022-09-27T15:31:50.6103495Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_float32 2022-09-27T15:31:50.6125575Z test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_float32 2022-09-27T15:31:50.6150187Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_float32 2022-09-27T15:31:50.6221177Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_arange_cpu_float32 2022-09-27T15:31:50.6491374Z test_ops.py::TestCommonCPU::test_out__refs_atan2_cpu_float32 2022-09-27T15:31:50.6501439Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atan2_cpu_float32 2022-09-27T15:31:50.6519207Z test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_float32 2022-09-27T15:31:50.6541132Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_float32 2022-09-27T15:31:50.6559659Z test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_float32 2022-09-27T15:31:50.6661169Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_float32 2022-09-27T15:31:50.6686146Z test_ops.py::TestCommonCPU::test_out__refs_atleast_2d_cpu_float32 2022-09-27T15:31:50.6941603Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atleast_2d_cpu_float32 2022-09-27T15:31:50.6958745Z test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_float32 2022-09-27T15:31:50.6981441Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_float32 2022-09-27T15:31:50.7001277Z test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_float32 2022-09-27T15:31:50.7101850Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_float32 2022-09-27T15:31:50.7166083Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_not_cpu_int64 2022-09-27T15:31:50.7381972Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_bitwise_not_cpu_int64 2022-09-27T15:31:50.7405232Z test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_float32 2022-09-27T15:31:50.7421414Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_float32 2022-09-27T15:31:50.7439145Z test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_float32 2022-09-27T15:31:50.7541331Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_float32 2022-09-27T15:31:50.7563802Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_tensors_cpu_float32 2022-09-27T15:31:50.7821775Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_broadcast_tensors_cpu_float32 2022-09-27T15:31:50.7838715Z test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_float32 2022-09-27T15:31:50.7860790Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_float32 2022-09-27T15:31:50.7878236Z test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_float32 2022-09-27T15:31:50.7981235Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_float32 2022-09-27T15:31:50.8004396Z test_ops.py::TestCommonCPU::test_out__refs_chunk_cpu_float32 2022-09-27T15:31:50.8261764Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_chunk_cpu_float32 2022-09-27T15:31:50.8278588Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_float32 2022-09-27T15:31:50.8301368Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_float32 2022-09-27T15:31:50.8317261Z test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_float32 2022-09-27T15:31:50.8421825Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_float32 2022-09-27T15:31:50.8445688Z test_ops.py::TestCommonCPU::test_out__refs_clone_cpu_float32 2022-09-27T15:31:50.8701952Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_clone_cpu_float32 2022-09-27T15:31:50.8721461Z test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_float32 2022-09-27T15:31:50.8741389Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_float32 2022-09-27T15:31:50.8760801Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_float32 2022-09-27T15:31:50.8861604Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_float32 2022-09-27T15:31:50.8884715Z test_ops.py::TestCommonCPU::test_out__refs_constant_pad_nd_cpu_float32 2022-09-27T15:31:50.9142186Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_constant_pad_nd_cpu_float32 2022-09-27T15:31:50.9160397Z test_ops.py::TestCommonCPU::test_multiple_devices_frac_cpu_float32 2022-09-27T15:31:50.9182201Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_frac_cpu_float32 2022-09-27T15:31:50.9201780Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_int64 2022-09-27T15:31:50.9302966Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_int64 2022-09-27T15:31:50.9398559Z test_ops.py::TestCommonCPU::test_out__refs_cosh_cpu_float32 2022-09-27T15:31:50.9584308Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_cosh_cpu_float32 2022-09-27T15:31:50.9605891Z test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_float32 2022-09-27T15:31:50.9623100Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_float32 2022-09-27T15:31:50.9643566Z test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_float32 2022-09-27T15:31:50.9742199Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_float32 2022-09-27T15:31:51.0022966Z test_ops.py::TestCommonCPU::test_out__refs_div_floor_rounding_cpu_float32 2022-09-27T15:31:51.0041958Z test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_int64 2022-09-27T15:31:51.0062430Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_int64 2022-09-27T15:31:51.0084620Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_float32 2022-09-27T15:31:51.0462489Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_float32 2022-09-27T15:31:51.0480475Z test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_float32 2022-09-27T15:31:51.0502409Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_float32 2022-09-27T15:31:51.0523895Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_float32 2022-09-27T15:31:51.0902330Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_float32 2022-09-27T15:31:51.0920711Z test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_float32 2022-09-27T15:31:51.0942016Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_float32 2022-09-27T15:31:51.0963735Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:31:51.1342242Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:31:51.1362145Z test_ops.py::TestCommonCPU::test_multiple_devices_histogramdd_cpu_float32 2022-09-27T15:31:51.1382308Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_histogramdd_cpu_float32 2022-09-27T15:31:51.1397716Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:31:51.1782848Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:31:51.1803005Z test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_int64 2022-09-27T15:31:51.1822287Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_int64 2022-09-27T15:31:51.1846908Z test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_float32 2022-09-27T15:31:51.2222462Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_float32 2022-09-27T15:31:51.2241851Z test_ops.py::TestCommonCPU::test_multiple_devices_igamma_cpu_float32 2022-09-27T15:31:51.2262199Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_igamma_cpu_float32 2022-09-27T15:31:51.2282603Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:31:51.2447777Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:31:51.2453871Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_div_floor_rounding_cpu_float32 2022-09-27T15:31:51.2590604Z test_ops.py::TestCommonCPU::test_out__refs_dstack_cpu_float32 2022-09-27T15:31:51.2661763Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_dstack_cpu_float32 2022-09-27T15:31:51.2678174Z test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_float32 2022-09-27T15:31:51.2701251Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_float32 2022-09-27T15:31:51.2718126Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_float32 2022-09-27T15:31:51.2861405Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_float32 2022-09-27T15:31:51.2914383Z test_ops.py::TestCommonCPU::test_out__refs_erf_cpu_float32 2022-09-27T15:31:51.3102059Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_erf_cpu_float32 2022-09-27T15:31:51.3120809Z test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_float32 2022-09-27T15:31:51.3142302Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_float32 2022-09-27T15:31:51.3160493Z test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:31:51.3302118Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:31:51.3397654Z test_ops.py::TestCommonCPU::test_out__refs_exp_cpu_float32 2022-09-27T15:31:51.3542821Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_exp_cpu_float32 2022-09-27T15:31:51.3563954Z test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_float32 2022-09-27T15:31:51.3582605Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_float32 2022-09-27T15:31:51.3605576Z test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_float32 2022-09-27T15:31:51.3743180Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_float32 2022-09-27T15:31:51.3985235Z test_ops.py::TestCommonCPU::test_out__refs_eye_cpu_float32 2022-09-27T15:31:51.4013968Z test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_float32 2022-09-27T15:31:51.4027516Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_float32 2022-09-27T15:31:51.4056950Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_float32 2022-09-27T15:31:51.4426665Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_float32 2022-09-27T15:31:51.4456968Z test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_float32 2022-09-27T15:31:51.4471574Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_float32 2022-09-27T15:31:51.4498336Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_float32 2022-09-27T15:31:51.4866820Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_float32 2022-09-27T15:31:51.4895832Z test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_float32 2022-09-27T15:31:51.4911311Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_float32 2022-09-27T15:31:51.4937644Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_float32 2022-09-27T15:31:51.4950106Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_float32 2022-09-27T15:31:51.4957087Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_eye_cpu_float32 2022-09-27T15:31:51.4978576Z test_ops.py::TestCommonCPU::test_out__refs_fft_fftshift_cpu_float32 2022-09-27T15:31:51.5304949Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_fftshift_cpu_float32 2022-09-27T15:31:51.5325861Z test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_float32 2022-09-27T15:31:51.5342843Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_float32 2022-09-27T15:31:51.5366513Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:31:51.5421681Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:31:51.5569969Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifft2_cpu_float32 2022-09-27T15:31:51.5742270Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ifft2_cpu_float32 2022-09-27T15:31:51.5762074Z test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_float32 2022-09-27T15:31:51.5782410Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_float32 2022-09-27T15:31:51.5799589Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:31:51.5861644Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:31:51.5996781Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft2_cpu_float32 2022-09-27T15:31:51.6183457Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft2_cpu_float32 2022-09-27T15:31:51.6203714Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_int64 2022-09-27T15:31:51.6222167Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_int64 2022-09-27T15:31:51.6240597Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:31:51.6301458Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:31:51.6573233Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfft_cpu_float32 2022-09-27T15:31:51.6621538Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_irfft_cpu_float32 2022-09-27T15:31:51.6643340Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_int64 2022-09-27T15:31:51.6661509Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_int64 2022-09-27T15:31:51.6686530Z test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:31:51.6741370Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:31:51.6991431Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfftn_cpu_float32 2022-09-27T15:31:51.7061584Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_rfftn_cpu_float32 2022-09-27T15:31:51.7080974Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_int64 2022-09-27T15:31:51.7101777Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_int64 2022-09-27T15:31:51.7123588Z test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_float32 2022-09-27T15:31:51.7181158Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_float32 2022-09-27T15:31:51.7205389Z test_ops.py::TestCommonCPU::test_out__refs_fliplr_cpu_float32 2022-09-27T15:31:51.7501680Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fliplr_cpu_float32 2022-09-27T15:31:51.7520534Z test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_int64 2022-09-27T15:31:51.7541558Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_int64 2022-09-27T15:31:51.7563200Z test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_float32 2022-09-27T15:31:51.7621366Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_float32 2022-09-27T15:31:51.7941995Z test_ops.py::TestCommonCPU::test_out__refs_floor_divide_cpu_float32 2022-09-27T15:31:51.7966898Z test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_float32 2022-09-27T15:31:51.7982201Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_float32 2022-09-27T15:31:51.8002967Z test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_float32 2022-09-27T15:31:51.8382245Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_float32 2022-09-27T15:31:51.8406438Z test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_int64 2022-09-27T15:31:51.8421552Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_int64 2022-09-27T15:31:51.8438780Z test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_float32 2022-09-27T15:31:51.8822266Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_float32 2022-09-27T15:31:51.8846723Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_float32 2022-09-27T15:31:51.8862422Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_float32 2022-09-27T15:31:51.8883071Z test_ops.py::TestCommonCPU::test_multiple_devices_std_cpu_float32 2022-09-27T15:31:51.9263745Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_std_cpu_float32 2022-09-27T15:31:51.9291002Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eig_cpu_float32 2022-09-27T15:31:51.9303030Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eig_cpu_float32 2022-09-27T15:31:51.9325291Z test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_int64 2022-09-27T15:31:51.9703338Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_int64 2022-09-27T15:31:51.9730736Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_householder_product_cpu_float32 2022-09-27T15:31:51.9742876Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_householder_product_cpu_float32 2022-09-27T15:31:51.9769233Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_int64 2022-09-27T15:31:52.0147151Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_int64 2022-09-27T15:31:52.0176307Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:31:52.0189208Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:31:52.0218619Z test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_float32 2022-09-27T15:31:52.0397059Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_float32 2022-09-27T15:31:52.0403702Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_floor_divide_cpu_float32 2022-09-27T15:31:52.0583264Z test_ops.py::TestCommonCPU::test_out__refs_frac_cpu_float32 2022-09-27T15:31:52.0608979Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_cpu_float32 2022-09-27T15:31:52.0618055Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_frac_cpu_float32 2022-09-27T15:31:52.0625813Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_cpu_float32 2022-09-27T15:31:52.0654604Z test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_float32 2022-09-27T15:31:52.0822398Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_float32 2022-09-27T15:31:52.1022901Z test_ops.py::TestCommonCPU::test_out__refs_heaviside_cpu_float32 2022-09-27T15:31:52.1043601Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_norm_cpu_float32 2022-09-27T15:31:52.1063037Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_norm_cpu_float32 2022-09-27T15:31:52.1091160Z test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_float32 2022-09-27T15:31:52.1463069Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_float32 2022-09-27T15:31:52.1490485Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_float32 2022-09-27T15:31:52.1502729Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_float32 2022-09-27T15:31:52.1527421Z test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_float32 2022-09-27T15:31:52.1745985Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_float32 2022-09-27T15:31:52.1751947Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_heaviside_cpu_float32 2022-09-27T15:31:52.1815203Z test_ops.py::TestCommonCPU::test_out__refs_i0_cpu_float32 2022-09-27T15:31:52.1902048Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_i0_cpu_float32 2022-09-27T15:31:52.1923951Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_cpu_float32 2022-09-27T15:31:52.1941920Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_cpu_float32 2022-09-27T15:31:52.1962288Z test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_float32 2022-09-27T15:31:52.2182948Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_float32 2022-09-27T15:31:52.2305117Z test_ops.py::TestCommonCPU::test_out__refs_index_add_cpu_float32 2022-09-27T15:31:52.2342433Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_index_add_cpu_float32 2022-09-27T15:31:52.2364172Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_slogdet_cpu_float32 2022-09-27T15:31:52.2382008Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_slogdet_cpu_float32 2022-09-27T15:31:52.2403812Z test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_float32 2022-09-27T15:31:52.2622544Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_float32 2022-09-27T15:31:52.2659824Z test_ops.py::TestCommonCPU::test_out__refs_isclose_cpu_float32 2022-09-27T15:31:52.2783108Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isclose_cpu_float32 2022-09-27T15:31:52.2805971Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svd_cpu_float32 2022-09-27T15:31:52.2822371Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svd_cpu_float32 2022-09-27T15:31:52.2846117Z test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_float32 2022-09-27T15:31:52.3063477Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_float32 2022-09-27T15:31:52.3115589Z test_ops.py::TestCommonCPU::test_out__refs_isneginf_cpu_float32 2022-09-27T15:31:52.3222961Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isneginf_cpu_float32 2022-09-27T15:31:52.3245100Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_float32 2022-09-27T15:31:52.3262452Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_float32 2022-09-27T15:31:52.3284767Z test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_float32 2022-09-27T15:31:52.3502286Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_float32 2022-09-27T15:31:52.3663080Z test_ops.py::TestCommonCPU::test_out__refs_le_cpu_float32 2022-09-27T15:31:52.3686332Z test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_float32 2022-09-27T15:31:52.3702247Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_float32 2022-09-27T15:31:52.3719390Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_int64 2022-09-27T15:31:52.3726187Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_le_cpu_float32 2022-09-27T15:31:52.3941739Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_int64 2022-09-27T15:31:52.4102319Z test_ops.py::TestCommonCPU::test_out__refs_linalg_svd_cpu_float32 2022-09-27T15:31:52.4120362Z test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_float32 2022-09-27T15:31:52.4142351Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_float32 2022-09-27T15:31:52.4164153Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_indices_cpu_int64 2022-09-27T15:31:52.4544690Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_triu_indices_cpu_int64 2022-09-27T15:31:52.4567423Z test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_float32 2022-09-27T15:31:52.4583687Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_float32 2022-09-27T15:31:52.4608503Z test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_int64 2022-09-27T15:31:52.4984217Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_int64 2022-09-27T15:31:52.5006431Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_int64 2022-09-27T15:31:52.5024091Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_int64 2022-09-27T15:31:52.5044599Z test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_int64 2022-09-27T15:31:52.5423325Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_int64 2022-09-27T15:31:52.5443939Z test_ops.py::TestCommonCPU::test_multiple_devices_logdet_cpu_float32 2022-09-27T15:31:52.5462587Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logdet_cpu_float32 2022-09-27T15:31:52.5484513Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_float32 2022-09-27T15:31:52.5864173Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_float32 2022-09-27T15:31:52.5885535Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_int64 2022-09-27T15:31:52.5902506Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_int64 2022-09-27T15:31:52.5925779Z test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_float32 2022-09-27T15:31:52.6303389Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_float32 2022-09-27T15:31:52.6325926Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_int64 2022-09-27T15:31:52.6341422Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_int64 2022-09-27T15:31:52.6366364Z test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_float32 2022-09-27T15:31:52.6742604Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_float32 2022-09-27T15:31:52.6761389Z test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_int64 2022-09-27T15:31:52.6781676Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_int64 2022-09-27T15:31:52.6800396Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_int64 2022-09-27T15:31:52.7183815Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_int64 2022-09-27T15:31:52.7204555Z test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_int64 2022-09-27T15:31:52.7222314Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_int64 2022-09-27T15:31:52.7241541Z test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_int64 2022-09-27T15:31:52.7624811Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_int64 2022-09-27T15:31:52.7643993Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_solve_cpu_float32 2022-09-27T15:31:52.7662177Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lu_solve_cpu_float32 2022-09-27T15:31:52.7682637Z test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_int64 2022-09-27T15:31:52.8065742Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_int64 2022-09-27T15:31:52.8086520Z test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_float32 2022-09-27T15:31:52.8103196Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_float32 2022-09-27T15:31:52.8125179Z test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_int64 2022-09-27T15:31:52.8505739Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_int64 2022-09-27T15:31:52.8526291Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_float32 2022-09-27T15:31:52.8542648Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_float32 2022-09-27T15:31:52.8563678Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_int64 2022-09-27T15:31:52.8942901Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_int64 2022-09-27T15:31:52.8961266Z test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_float32 2022-09-27T15:31:52.8981534Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_float32 2022-09-27T15:31:52.9031596Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___radd___cpu_bool 2022-09-27T15:31:52.9383345Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___radd___cpu_bool 2022-09-27T15:31:52.9402356Z test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_int64 2022-09-27T15:31:52.9422177Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_int64 2022-09-27T15:31:52.9470807Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___ror___cpu_bool 2022-09-27T15:31:52.9823177Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___ror___cpu_bool 2022-09-27T15:31:52.9847036Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_int64 2022-09-27T15:31:52.9862921Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_int64 2022-09-27T15:31:53.0262929Z test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_sum_cpu_bool 2022-09-27T15:31:53.0276527Z test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_float32 2022-09-27T15:31:53.0290635Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_sum_cpu_bool 2022-09-27T15:31:53.0302411Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_float32 2022-09-27T15:31:53.0344205Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_addr_cpu_bool 2022-09-27T15:31:53.0704099Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_addr_cpu_bool 2022-09-27T15:31:53.0737534Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:31:53.0751067Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:31:53.0815857Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_aminmax_cpu_bool 2022-09-27T15:31:53.1146167Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_aminmax_cpu_bool 2022-09-27T15:31:53.1175431Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_float32 2022-09-27T15:31:53.1184569Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_float32 2022-09-27T15:31:53.1259229Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_argwhere_cpu_bool 2022-09-27T15:31:53.1584039Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_argwhere_cpu_bool 2022-09-27T15:31:53.1609583Z test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_float32 2022-09-27T15:31:53.1624249Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_float32 2022-09-27T15:31:53.1660168Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_asinh_cpu_bool 2022-09-27T15:31:53.2023439Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_asinh_cpu_bool 2022-09-27T15:31:53.2048831Z test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_float32 2022-09-27T15:31:53.2063367Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_float32 2022-09-27T15:31:53.2069835Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_1d_cpu_bool 2022-09-27T15:31:53.2079089Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linalg_svd_cpu_float32 2022-09-27T15:31:53.2129010Z test_ops.py::TestCommonCPU::test_out__refs_log10_cpu_float32 2022-09-27T15:31:53.2169676Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_1d_cpu_bool 2022-09-27T15:31:53.2462101Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_log10_cpu_float32 2022-09-27T15:31:53.2482692Z test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_float32 2022-09-27T15:31:53.2503993Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_float32 2022-09-27T15:31:53.2504703Z test_ops.py::TestCommonCPU::test_out__refs_log_softmax_cpu_float32 2022-09-27T15:31:53.2551680Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_and_cpu_bool 2022-09-27T15:31:53.2903214Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_and_cpu_bool 2022-09-27T15:31:53.2922980Z test_ops.py::TestCommonCPU::test_multiple_devices_multinomial_cpu_float32 2022-09-27T15:31:53.2942423Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_multinomial_cpu_float32 2022-09-27T15:31:53.2979402Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_block_diag_cpu_bool 2022-09-27T15:31:53.3160578Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_block_diag_cpu_bool 2022-09-27T15:31:53.3168176Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_log_softmax_cpu_float32 2022-09-27T15:31:53.3311109Z test_ops.py::TestCommonCPU::test_out__refs_logical_xor_cpu_float32 2022-09-27T15:31:53.3342001Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logical_xor_cpu_float32 2022-09-27T15:31:53.3363278Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_int64 2022-09-27T15:31:53.3381718Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_int64 2022-09-27T15:31:53.3412668Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_byte_cpu_bool 2022-09-27T15:31:53.3582072Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_byte_cpu_bool 2022-09-27T15:31:53.3599230Z test_ops.py::TestCommonCPU::test_out__refs_masked_fill_cpu_float32 2022-09-27T15:31:53.3784597Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_masked_fill_cpu_float32 2022-09-27T15:31:53.3806750Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_int64 2022-09-27T15:31:53.3822365Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_int64 2022-09-27T15:31:53.3855249Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_char_cpu_bool 2022-09-27T15:31:53.4021997Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_char_cpu_bool 2022-09-27T15:31:53.4054320Z test_ops.py::TestCommonCPU::test_out__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:31:53.4221815Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:31:53.4242340Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_float32 2022-09-27T15:31:53.4261715Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_float32 2022-09-27T15:31:53.4286641Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clone_cpu_bool 2022-09-27T15:31:53.4461167Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_clone_cpu_bool 2022-09-27T15:31:53.4662464Z test_ops.py::TestCommonCPU::test_out__refs_nan_to_num_cpu_float32 2022-09-27T15:31:53.4683134Z test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_int64 2022-09-27T15:31:53.4702208Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_int64 2022-09-27T15:31:53.4724101Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_physical_cpu_bool 2022-09-27T15:31:53.4956179Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_physical_cpu_bool 2022-09-27T15:31:53.4962261Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nan_to_num_cpu_float32 2022-09-27T15:31:53.5007127Z test_ops.py::TestCommonCPU::test_out__refs_neg_cpu_float32 2022-09-27T15:31:53.5101465Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_neg_cpu_float32 2022-09-27T15:31:53.5121987Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_int64 2022-09-27T15:31:53.5141213Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_int64 2022-09-27T15:31:53.5170980Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cos_cpu_bool 2022-09-27T15:31:53.5422107Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cos_cpu_bool 2022-09-27T15:31:53.5440674Z test_ops.py::TestCommonCPU::test_out__refs_new_ones_cpu_float32 2022-09-27T15:31:53.5541437Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_new_ones_cpu_float32 2022-09-27T15:31:53.5564164Z test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_float32 2022-09-27T15:31:53.5581531Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_float32 2022-09-27T15:31:53.5609643Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummin_cpu_bool 2022-09-27T15:31:53.5861869Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummin_cpu_bool 2022-09-27T15:31:53.5872982Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:31:53.5982222Z [gw3] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:31:53.6002499Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_float32 2022-09-27T15:31:53.6021940Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_float32 2022-09-27T15:31:53.6052413Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagflat_cpu_bool 2022-09-27T15:31:53.6302012Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagflat_cpu_bool 2022-09-27T15:31:53.6422839Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:31:53.6450729Z test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_float32 2022-09-27T15:31:53.6461888Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_float32 2022-09-27T15:31:53.6500489Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_digamma_cpu_bool 2022-09-27T15:31:53.6533063Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_digamma_cpu_bool 2022-09-27T15:31:53.6740845Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:31:53.6758084Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:31:53.6861950Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:31:53.6879517Z test_ops.py::TestCommonCPU::test_multiple_devices_nextafter_cpu_float32 2022-09-27T15:31:53.6901500Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nextafter_cpu_float32 2022-09-27T15:31:53.6928809Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_dstack_cpu_bool 2022-09-27T15:31:53.7182080Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_dstack_cpu_bool 2022-09-27T15:31:53.7204118Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:31:53.7301379Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:31:53.7320431Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:31:53.7341109Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:31:53.7382433Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_equal_cpu_bool 2022-09-27T15:31:53.7621811Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_equal_cpu_bool 2022-09-27T15:31:53.7644076Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:31:53.7741445Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:31:53.7765412Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_int64 2022-09-27T15:31:53.7781310Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_int64 2022-09-27T15:31:53.7805152Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp2_cpu_bool 2022-09-27T15:31:53.8061243Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp2_cpu_bool 2022-09-27T15:31:53.8131844Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:31:53.8181187Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:31:53.8196791Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_int64 2022-09-27T15:31:53.8220975Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_int64 2022-09-27T15:31:53.8241146Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expm1_cpu_bool 2022-09-27T15:31:53.8501567Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_expm1_cpu_bool 2022-09-27T15:31:53.8622723Z test_ops.py::TestCommonCPU::test_out__refs_norm_cpu_float32 2022-09-27T15:31:53.8651286Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:31:53.8662958Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:31:53.8818835Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftn_cpu_bool 2022-09-27T15:31:53.9058713Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftn_cpu_bool 2022-09-27T15:31:53.9069135Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_norm_cpu_float32 2022-09-27T15:31:53.9070834Z test_ops.py::TestCommonCPU::test_out__refs_pow_cpu_float32 2022-09-27T15:31:53.9096793Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_int64 2022-09-27T15:31:53.9106187Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_int64 2022-09-27T15:31:53.9381308Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfftn_cpu_bool 2022-09-27T15:31:53.9419519Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_pow_cpu_float32 2022-09-27T15:31:53.9502358Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfftn_cpu_bool 2022-09-27T15:31:53.9504264Z test_ops.py::TestCommonCPU::test_out__refs_real_cpu_float32 2022-09-27T15:31:53.9519524Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_int64 2022-09-27T15:31:53.9531076Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_real_cpu_float32 2022-09-27T15:31:53.9541451Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_int64 2022-09-27T15:31:53.9571760Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftshift_cpu_bool 2022-09-27T15:31:53.9942123Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftshift_cpu_bool 2022-09-27T15:31:53.9944523Z test_ops.py::TestCommonCPU::test_out__refs_reshape_as_cpu_float32 2022-09-27T15:31:53.9959921Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_int64 2022-09-27T15:31:53.9977927Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_reshape_as_cpu_float32 2022-09-27T15:31:53.9986719Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_int64 2022-09-27T15:31:54.0032249Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft2_cpu_bool 2022-09-27T15:31:54.0384802Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft2_cpu_bool 2022-09-27T15:31:54.0386470Z test_ops.py::TestCommonCPU::test_out__refs_round_cpu_float32 2022-09-27T15:31:54.0413582Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:31:54.0426104Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:31:54.0440461Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft_cpu_bool 2022-09-27T15:31:54.0488844Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_round_cpu_float32 2022-09-27T15:31:54.0822929Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft_cpu_bool 2022-09-27T15:31:54.0825136Z test_ops.py::TestCommonCPU::test_out__refs_sigmoid_cpu_float32 2022-09-27T15:31:54.0849675Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout_cpu_float32 2022-09-27T15:31:54.0862373Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout_cpu_float32 2022-09-27T15:31:54.0906471Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flip_cpu_bool 2022-09-27T15:31:54.1017224Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_flip_cpu_bool 2022-09-27T15:31:54.1264478Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sigmoid_cpu_float32 2022-09-27T15:31:54.1266639Z test_ops.py::TestCommonCPU::test_out__refs_sinc_cpu_float32 2022-09-27T15:31:54.1301589Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:31:54.1309258Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:31:54.1340833Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_power_cpu_bool 2022-09-27T15:31:54.1414479Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sinc_cpu_float32 2022-09-27T15:31:54.1706195Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_power_cpu_bool 2022-09-27T15:31:54.1707944Z test_ops.py::TestCommonCPU::test_out__refs_special_i1_cpu_float32 2022-09-27T15:31:54.1738461Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:31:54.1749323Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:31:54.1783312Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_gather_cpu_bool 2022-09-27T15:31:54.1805154Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_i1_cpu_float32 2022-09-27T15:31:54.2146142Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_gather_cpu_bool 2022-09-27T15:31:54.2146790Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:31:54.2175531Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_grid_sample_cpu_float32 2022-09-27T15:31:54.2189239Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_grid_sample_cpu_float32 2022-09-27T15:31:54.2243966Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_heaviside_cpu_bool 2022-09-27T15:31:54.2364816Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_heaviside_cpu_bool 2022-09-27T15:31:54.2582794Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:31:54.2584656Z test_ops.py::TestCommonCPU::test_out__refs_square_cpu_float32 2022-09-27T15:31:54.2612030Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardswish_cpu_float32 2022-09-27T15:31:54.2624270Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardswish_cpu_float32 2022-09-27T15:31:54.2666694Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_add_cpu_bool 2022-09-27T15:31:54.2683586Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_add_cpu_bool 2022-09-27T15:31:54.3022873Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_square_cpu_float32 2022-09-27T15:31:54.3025089Z test_ops.py::TestCommonCPU::test_out__refs_std_mean_cpu_float32 2022-09-27T15:31:54.3052268Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_huber_loss_cpu_float32 2022-09-27T15:31:54.3062001Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_huber_loss_cpu_float32 2022-09-27T15:31:54.3068872Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_std_mean_cpu_float32 2022-09-27T15:31:54.3097822Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_select_cpu_bool 2022-09-27T15:31:54.3464405Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_select_cpu_bool 2022-09-27T15:31:54.3464762Z test_ops.py::TestCommonCPU::test_out__refs_t_cpu_float32 2022-09-27T15:31:54.3487882Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:31:54.3494774Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_t_cpu_float32 2022-09-27T15:31:54.3502172Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:31:54.3525266Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isinf_cpu_bool 2022-09-27T15:31:54.3904391Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isinf_cpu_bool 2022-09-27T15:31:54.3904716Z test_ops.py::TestCommonCPU::test_out__refs_to_cpu_float32 2022-09-27T15:31:54.3933226Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_kl_div_cpu_float32 2022-09-27T15:31:54.3935881Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_to_cpu_float32 2022-09-27T15:31:54.3943180Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_kl_div_cpu_float32 2022-09-27T15:31:54.3972938Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isreal_cpu_bool 2022-09-27T15:31:54.4346866Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isreal_cpu_bool 2022-09-27T15:31:54.4347234Z test_ops.py::TestCommonCPU::test_out__refs_tril_indices_cpu_int64 2022-09-27T15:31:54.4378812Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_float32 2022-09-27T15:31:54.4384875Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_tril_indices_cpu_int64 2022-09-27T15:31:54.4392217Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_float32 2022-09-27T15:31:54.4415974Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_return_by_ref_cpu_bool 2022-09-27T15:31:54.4787909Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_return_by_ref_cpu_bool 2022-09-27T15:31:54.4788453Z test_ops.py::TestCommonCPU::test_out__refs_trunc_cpu_float32 2022-09-27T15:31:54.4822099Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:31:54.4832243Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:31:54.4851408Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_le_cpu_bool 2022-09-27T15:31:54.4890922Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_trunc_cpu_float32 2022-09-27T15:31:54.5224089Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_le_cpu_bool 2022-09-27T15:31:54.5225955Z test_ops.py::TestCommonCPU::test_out__refs_unsqueeze_cpu_float32 2022-09-27T15:31:54.5253383Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:31:54.5260576Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_unsqueeze_cpu_float32 2022-09-27T15:31:54.5268672Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:31:54.5303492Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log2_cpu_bool 2022-09-27T15:31:54.5662931Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_log2_cpu_bool 2022-09-27T15:31:54.5665838Z test_ops.py::TestCommonCPU::test_out__refs_view_cpu_float32 2022-09-27T15:31:54.5683165Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:31:54.5691759Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_view_cpu_float32 2022-09-27T15:31:54.5701413Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:31:54.5729402Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_not_cpu_bool 2022-09-27T15:31:54.6103426Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_not_cpu_bool 2022-09-27T15:31:54.6105726Z test_ops.py::TestCommonCPU::test_out__refs_zeros_cpu_float32 2022-09-27T15:31:54.6129687Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mish_cpu_float32 2022-09-27T15:31:54.6142561Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mish_cpu_float32 2022-09-27T15:31:54.6149983Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logsumexp_cpu_bool 2022-09-27T15:31:54.6205092Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_out__refs_zeros_cpu_float32 2022-09-27T15:31:54.6543583Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logsumexp_cpu_bool 2022-09-27T15:31:54.6544306Z test_ops.py::TestCommonCPU::test_out_add_cpu_float32 2022-09-27T15:31:54.6569771Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:31:54.6582314Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:31:54.6632674Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mT_cpu_bool 2022-09-27T15:31:54.6982090Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_mT_cpu_bool 2022-09-27T15:31:54.7007287Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_float32 2022-09-27T15:31:54.7021833Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_float32 2022-09-27T15:31:54.7107158Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_binary_cpu_bool 2022-09-27T15:31:54.7297254Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_binary_cpu_bool 2022-09-27T15:31:54.7305239Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_add_cpu_float32 2022-09-27T15:31:54.7421741Z test_ops.py::TestCommonCPU::test_out_addmm_cpu_float32 2022-09-27T15:31:54.7447254Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:31:54.7462185Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:31:54.7525673Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:31:54.7572612Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_addmm_cpu_float32 2022-09-27T15:31:54.7741809Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:31:54.7844396Z test_ops.py::TestCommonCPU::test_out_all_cpu_float32 2022-09-27T15:31:54.7862574Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_all_cpu_float32 2022-09-27T15:31:54.7886339Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pdist_cpu_float32 2022-09-27T15:31:54.7901632Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pdist_cpu_float32 2022-09-27T15:31:54.7948572Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_with_dim_cpu_bool 2022-09-27T15:31:54.8181662Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_with_dim_cpu_bool 2022-09-27T15:31:54.8302407Z test_ops.py::TestCommonCPU::test_out_aminmax_cpu_float32 2022-09-27T15:31:54.8328529Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_int64 2022-09-27T15:31:54.8341623Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_int64 2022-09-27T15:31:54.8369618Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_msort_cpu_bool 2022-09-27T15:31:54.8634246Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_msort_cpu_bool 2022-09-27T15:31:54.8641670Z [gw3] [ 9%] XFAIL test_ops.py::TestCommonCPU::test_out_aminmax_cpu_float32 2022-09-27T15:31:54.8745216Z test_ops.py::TestCommonCPU::test_out_argmax_cpu_float32 2022-09-27T15:31:54.8750714Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_argmax_cpu_float32 2022-09-27T15:31:54.8773242Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_float32 2022-09-27T15:31:54.8782438Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_float32 2022-09-27T15:31:54.8812097Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_copy_cpu_bool 2022-09-27T15:31:54.9062022Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_copy_cpu_bool 2022-09-27T15:31:54.9081276Z test_ops.py::TestCommonCPU::test_out_as_strided_cpu_float32 2022-09-27T15:31:54.9181738Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_as_strided_cpu_float32 2022-09-27T15:31:54.9201442Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_rrelu_cpu_float32 2022-09-27T15:31:54.9221709Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_rrelu_cpu_float32 2022-09-27T15:31:54.9233995Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_strided_cpu_bool 2022-09-27T15:31:54.9502269Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_strided_cpu_bool 2022-09-27T15:31:54.9623300Z test_ops.py::TestCommonCPU::test_out_atan2_cpu_float32 2022-09-27T15:31:54.9650790Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:31:54.9662969Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:31:54.9742065Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_cosine_embedding_loss_cpu_bool 2022-09-27T15:31:55.0024878Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_cosine_embedding_loss_cpu_bool 2022-09-27T15:31:55.0031620Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_atan2_cpu_float32 2022-09-27T15:31:55.0054219Z test_ops.py::TestCommonCPU::test_out_atleast_2d_cpu_float32 2022-09-27T15:31:55.0061786Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_atleast_2d_cpu_float32 2022-09-27T15:31:55.0080978Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softplus_cpu_float32 2022-09-27T15:31:55.0101829Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softplus_cpu_float32 2022-09-27T15:31:55.0127665Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_shuffle_cpu_bool 2022-09-27T15:31:55.0461960Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_shuffle_cpu_bool 2022-09-27T15:31:55.0477591Z test_ops.py::TestCommonCPU::test_out_bfloat16_cpu_float32 2022-09-27T15:31:55.0500696Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_bfloat16_cpu_float32 2022-09-27T15:31:55.0517521Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:31:55.0541393Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:31:55.0572271Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_like_cpu_bool 2022-09-27T15:31:55.0902001Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_like_cpu_bool 2022-09-27T15:31:55.0942056Z test_ops.py::TestCommonCPU::test_out_bitwise_not_cpu_int64 2022-09-27T15:31:55.0950755Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_not_cpu_int64 2022-09-27T15:31:55.0976319Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:31:55.0985546Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:31:55.0997474Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_1_cpu_bool 2022-09-27T15:31:55.1341355Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_1_cpu_bool 2022-09-27T15:31:55.1363747Z test_ops.py::TestCommonCPU::test_out_block_diag_cpu_float32 2022-09-27T15:31:55.1381965Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_block_diag_cpu_float32 2022-09-27T15:31:55.1407232Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_unfold_cpu_float32 2022-09-27T15:31:55.1421324Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_unfold_cpu_float32 2022-09-27T15:31:55.1519877Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_prod_cpu_bool 2022-09-27T15:31:55.1782079Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_prod_cpu_bool 2022-09-27T15:31:55.1804314Z test_ops.py::TestCommonCPU::test_out_broadcast_tensors_cpu_float32 2022-09-27T15:31:55.1821835Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_broadcast_tensors_cpu_float32 2022-09-27T15:31:55.1846783Z test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_int64 2022-09-27T15:31:55.1861143Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_int64 2022-09-27T15:31:55.1884294Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_real_cpu_bool 2022-09-27T15:31:55.2223551Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_real_cpu_bool 2022-09-27T15:31:55.2244130Z test_ops.py::TestCommonCPU::test_out_cartesian_prod_cpu_float32 2022-09-27T15:31:55.2263090Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_cartesian_prod_cpu_float32 2022-09-27T15:31:55.2291277Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_nuc_cpu_float32 2022-09-27T15:31:55.2302892Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_norm_nuc_cpu_float32 2022-09-27T15:31:55.2338626Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_as_cpu_bool 2022-09-27T15:31:55.2664411Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_as_cpu_bool 2022-09-27T15:31:55.2688115Z test_ops.py::TestCommonCPU::test_out_chalf_cpu_float32 2022-09-27T15:31:55.2703151Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_chalf_cpu_float32 2022-09-27T15:31:55.2731355Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_int64 2022-09-27T15:31:55.2741929Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_int64 2022-09-27T15:31:55.2767344Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_conj_cpu_bool 2022-09-27T15:31:55.3101767Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_conj_cpu_bool 2022-09-27T15:31:55.3142250Z test_ops.py::TestCommonCPU::test_out_cholesky_solve_cpu_float32 2022-09-27T15:31:55.3168390Z test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_float32 2022-09-27T15:31:55.3181676Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_float32 2022-09-27T15:31:55.3219169Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rsqrt_cpu_bool 2022-09-27T15:31:55.3583249Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_rsqrt_cpu_bool 2022-09-27T15:31:55.3609301Z test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_int64 2022-09-27T15:31:55.3622403Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_int64 2022-09-27T15:31:55.3722821Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amin_cpu_bool 2022-09-27T15:31:55.3729540Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_cholesky_solve_cpu_float32 2022-09-27T15:31:55.3807712Z test_ops.py::TestCommonCPU::test_out_clamp_min_cpu_float32 2022-09-27T15:31:55.4024005Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amin_cpu_bool 2022-09-27T15:31:55.4058294Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_int64 2022-09-27T15:31:55.4067007Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_int64 2022-09-27T15:31:55.4129816Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_scatter_cpu_bool 2022-09-27T15:31:55.4224798Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_scatter_cpu_bool 2022-09-27T15:31:55.4230182Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_clamp_min_cpu_float32 2022-09-27T15:31:55.4463250Z test_ops.py::TestCommonCPU::test_out_complex_cpu_float32 2022-09-27T15:31:55.4480837Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_int64 2022-09-27T15:31:55.4502637Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_int64 2022-09-27T15:31:55.4531073Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sign_cpu_bool 2022-09-27T15:31:55.4671487Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sign_cpu_bool 2022-09-27T15:31:55.4679244Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_complex_cpu_float32 2022-09-27T15:31:55.4697249Z test_ops.py::TestCommonCPU::test_out_contiguous_cpu_float32 2022-09-27T15:31:55.4905433Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_contiguous_cpu_float32 2022-09-27T15:31:55.4924601Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_int64 2022-09-27T15:31:55.4943262Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_int64 2022-09-27T15:31:55.4982434Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinh_cpu_bool 2022-09-27T15:31:55.5103078Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinh_cpu_bool 2022-09-27T15:31:55.5283494Z test_ops.py::TestCommonCPU::test_out_cosh_cpu_float32 2022-09-27T15:31:55.5344367Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_cosh_cpu_float32 2022-09-27T15:31:55.5374970Z test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_int64 2022-09-27T15:31:55.5386570Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_int64 2022-09-27T15:31:55.5439166Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_airy_ai_cpu_bool 2022-09-27T15:31:55.5544637Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_airy_ai_cpu_bool 2022-09-27T15:31:55.5786360Z test_ops.py::TestCommonCPU::test_out_cummax_cpu_float32 2022-09-27T15:31:55.5800961Z test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_int64 2022-09-27T15:31:55.5816450Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_cummax_cpu_float32 2022-09-27T15:31:55.5828131Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_int64 2022-09-27T15:31:55.5877545Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y1_cpu_bool 2022-09-27T15:31:55.5984537Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y1_cpu_bool 2022-09-27T15:31:55.6012341Z test_ops.py::TestCommonCPU::test_out_cumulative_trapezoid_cpu_float32 2022-09-27T15:31:55.6227511Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_cumulative_trapezoid_cpu_float32 2022-09-27T15:31:55.6256921Z test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_int64 2022-09-27T15:31:55.6269395Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_int64 2022-09-27T15:31:55.6291646Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_w_cpu_bool 2022-09-27T15:31:55.6425011Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_w_cpu_bool 2022-09-27T15:31:55.6448049Z test_ops.py::TestCommonCPU::test_out_diagflat_cpu_float32 2022-09-27T15:31:55.6666098Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_diagflat_cpu_float32 2022-09-27T15:31:55.6696061Z test_ops.py::TestCommonCPU::test_multiple_devices_randn_cpu_float32 2022-09-27T15:31:55.6708903Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_randn_cpu_float32 2022-09-27T15:31:55.6818463Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_he_cpu_bool 2022-09-27T15:31:55.6862788Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_he_cpu_bool 2022-09-27T15:31:55.7035655Z test_ops.py::TestCommonCPU::test_out_digamma_cpu_float32 2022-09-27T15:31:55.7102875Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_digamma_cpu_float32 2022-09-27T15:31:55.7131114Z test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_float32 2022-09-27T15:31:55.7141931Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_float32 2022-09-27T15:31:55.7218412Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_laguerre_polynomial_l_cpu_bool 2022-09-27T15:31:55.7302574Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_laguerre_polynomial_l_cpu_bool 2022-09-27T15:31:55.7542960Z test_ops.py::TestCommonCPU::test_out_div_trunc_rounding_cpu_float32 2022-09-27T15:31:55.7569350Z test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_float32 2022-09-27T15:31:55.7582091Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_float32 2022-09-27T15:31:55.7609192Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i1_cpu_bool 2022-09-27T15:31:55.7982227Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i1_cpu_bool 2022-09-27T15:31:55.8011910Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_int64 2022-09-27T15:31:55.8013654Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_div_trunc_rounding_cpu_float32 2022-09-27T15:31:55.8022621Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_int64 2022-09-27T15:31:55.8024520Z test_ops.py::TestCommonCPU::test_out_dstack_cpu_float32 2022-09-27T15:31:55.8054038Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtri_cpu_bool 2022-09-27T15:31:55.8170280Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtri_cpu_bool 2022-09-27T15:31:55.8421853Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_dstack_cpu_float32 2022-09-27T15:31:55.8446657Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_int64 2022-09-27T15:31:55.8463702Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_int64 2022-09-27T15:31:55.8464176Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_t_cpu_bool 2022-09-27T15:31:55.8480488Z test_ops.py::TestCommonCPU::test_out_eq_cpu_float32 2022-09-27T15:31:55.8569892Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_t_cpu_bool 2022-09-27T15:31:55.8862550Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_eq_cpu_float32 2022-09-27T15:31:55.8890646Z test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_int64 2022-09-27T15:31:55.8902475Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_int64 2022-09-27T15:31:55.8905285Z test_ops.py::TestCommonCPU::test_out_erfinv_cpu_float32 2022-09-27T15:31:55.8933303Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_spherical_bessel_j0_cpu_bool 2022-09-27T15:31:55.8978246Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_spherical_bessel_j0_cpu_bool 2022-09-27T15:31:55.9301952Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_erfinv_cpu_float32 2022-09-27T15:31:55.9326917Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_int64 2022-09-27T15:31:55.9343641Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_int64 2022-09-27T15:31:55.9344552Z test_ops.py::TestCommonCPU::test_out_expand_cpu_float32 2022-09-27T15:31:55.9362877Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_list_args_cpu_bool 2022-09-27T15:31:55.9375683Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_expand_cpu_float32 2022-09-27T15:31:55.9742732Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_list_args_cpu_bool 2022-09-27T15:31:55.9768388Z test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_int64 2022-09-27T15:31:55.9782703Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_int64 2022-09-27T15:31:55.9785389Z test_ops.py::TestCommonCPU::test_out_fft_fft_cpu_float32 2022-09-27T15:31:55.9821729Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_squeeze_cpu_bool 2022-09-27T15:31:56.0144699Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_squeeze_cpu_bool 2022-09-27T15:31:56.0181710Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_fft_fft_cpu_float32 2022-09-27T15:31:56.0206911Z test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_int64 2022-09-27T15:31:56.0223545Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_int64 2022-09-27T15:31:56.0224839Z test_ops.py::TestCommonCPU::test_out_fft_hfft_cpu_float32 2022-09-27T15:31:56.0254193Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_t_cpu_bool 2022-09-27T15:31:56.0570670Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_t_cpu_bool 2022-09-27T15:31:56.0621947Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_fft_hfft_cpu_float32 2022-09-27T15:31:56.0646961Z test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_float32 2022-09-27T15:31:56.0663932Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_float32 2022-09-27T15:31:56.0665991Z test_ops.py::TestCommonCPU::test_out_fft_ifftn_cpu_float32 2022-09-27T15:31:56.0689776Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tanh_cpu_bool 2022-09-27T15:31:56.1063785Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_tanh_cpu_bool 2022-09-27T15:31:56.1084417Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_float32 2022-09-27T15:31:56.1102285Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_float32 2022-09-27T15:31:56.1110360Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_fft_ifftn_cpu_float32 2022-09-27T15:31:56.1111262Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_sparse_cpu_bool 2022-09-27T15:31:56.1219350Z test_ops.py::TestCommonCPU::test_out_fft_ihfftn_cpu_float32 2022-09-27T15:31:56.1297585Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_sparse_cpu_bool 2022-09-27T15:31:56.1501931Z [gw3] [ 9%] XFAIL test_ops.py::TestCommonCPU::test_out_fft_ihfftn_cpu_float32 2022-09-27T15:31:56.1518760Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_float32 2022-09-27T15:31:56.1543194Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_float32 2022-09-27T15:31:56.1545049Z test_ops.py::TestCommonCPU::test_out_fft_rfft2_cpu_float32 2022-09-27T15:31:56.1646942Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_true_divide_cpu_bool 2022-09-27T15:31:56.1876269Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_true_divide_cpu_bool 2022-09-27T15:31:56.1941971Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_fft_rfft2_cpu_float32 2022-09-27T15:31:56.1959091Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_float32 2022-09-27T15:31:56.1983266Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_float32 2022-09-27T15:31:56.1985059Z test_ops.py::TestCommonCPU::test_out_flatten_cpu_float32 2022-09-27T15:31:56.2010030Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_consecutive_cpu_bool 2022-09-27T15:31:56.2381929Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_flatten_cpu_float32 2022-09-27T15:31:56.2400050Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_float32 2022-09-27T15:31:56.2422242Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_float32 2022-09-27T15:31:56.2445666Z test_ops.py::TestCommonCPU::test_out_float_cpu_float32 2022-09-27T15:31:56.2825031Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_float_cpu_float32 2022-09-27T15:31:56.2867457Z test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_lengths_cpu_float32 2022-09-27T15:31:56.2873923Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_consecutive_cpu_bool 2022-09-27T15:31:56.2879638Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_lengths_cpu_float32 2022-09-27T15:31:56.2883242Z test_ops.py::TestCommonCPU::test_out_fmax_cpu_float32 2022-09-27T15:31:56.2917809Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_cpu_bool 2022-09-27T15:31:56.3264627Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_cpu_bool 2022-09-27T15:31:56.3292299Z test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_float32 2022-09-27T15:31:56.3361205Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_float32 2022-09-27T15:31:56.3377077Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_xlogy_cpu_bool 2022-09-27T15:31:56.3461108Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_xlogy_cpu_bool 2022-09-27T15:31:56.3471199Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_fmax_cpu_float32 2022-09-27T15:31:56.3691341Z test_ops.py::TestCommonCPU::test_out_frexp_cpu_float32 2022-09-27T15:31:56.3703121Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_frexp_cpu_float32 2022-09-27T15:31:56.3727238Z test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_float32 2022-09-27T15:31:56.3742408Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_float32 2022-09-27T15:31:56.3784594Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_complex64 2022-09-27T15:31:56.3901811Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_complex64 2022-09-27T15:31:56.3997029Z test_ops.py::TestCommonCPU::test_out_ge_cpu_float32 2022-09-27T15:31:56.4141848Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_ge_cpu_float32 2022-09-27T15:31:56.4164680Z test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_float32 2022-09-27T15:31:56.4181260Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_float32 2022-09-27T15:31:56.4215610Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_float32 2022-09-27T15:31:56.4341701Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_float32 2022-09-27T15:31:56.4364357Z test_ops.py::TestCommonCPU::test_out_half_cpu_float32 2022-09-27T15:31:56.4581930Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_half_cpu_float32 2022-09-27T15:31:56.4604431Z test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_float32 2022-09-27T15:31:56.4621265Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_float32 2022-09-27T15:31:56.4684850Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_int64 2022-09-27T15:31:56.4782450Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_int64 2022-09-27T15:31:56.4910193Z test_ops.py::TestCommonCPU::test_out_histogramdd_cpu_float32 2022-09-27T15:31:56.5022179Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_out_histogramdd_cpu_float32 2022-09-27T15:31:56.5046181Z test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_float32 2022-09-27T15:31:56.5061671Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_float32 2022-09-27T15:31:56.5111137Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rand___cpu_int64 2022-09-27T15:31:56.5222438Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rand___cpu_int64 2022-09-27T15:31:56.5344474Z test_ops.py::TestCommonCPU::test_out_i0_cpu_float32 2022-09-27T15:31:56.5461958Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_i0_cpu_float32 2022-09-27T15:31:56.5484503Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_cpu_float32 2022-09-27T15:31:56.5501784Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_softmax_cpu_float32 2022-09-27T15:31:56.5663929Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_complex64 2022-09-27T15:31:56.5730217Z test_ops.py::TestCommonCPU::test_out_index_add_cpu_float32 2022-09-27T15:31:56.5902361Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_complex64 2022-09-27T15:31:56.5923942Z test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_int64 2022-09-27T15:31:56.5941442Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_int64 2022-09-27T15:31:56.6121136Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_complex64 2022-09-27T15:31:56.6341679Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_complex64 2022-09-27T15:31:56.6350670Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_index_add_cpu_float32 2022-09-27T15:31:56.6351507Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_float32 2022-09-27T15:31:56.6369111Z test_ops.py::TestCommonCPU::test_out_index_reduce_cpu_float32 2022-09-27T15:31:56.6382196Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_float32 2022-09-27T15:31:56.6516198Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_complex64 2022-09-27T15:31:56.6783019Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_complex64 2022-09-27T15:31:56.6801767Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_float32 2022-09-27T15:31:56.6821848Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_float32 2022-09-27T15:31:56.6931287Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_float32 2022-09-27T15:31:56.7221690Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_float32 2022-09-27T15:31:56.7239594Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:31:56.7261927Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:31:56.7647556Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amax_cpu_int64 2022-09-27T15:31:56.7664108Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amax_cpu_int64 2022-09-27T15:31:56.7687348Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:31:56.7703042Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:31:56.7910426Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmax_cpu_int64 2022-09-27T15:31:56.8102933Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmax_cpu_int64 2022-09-27T15:31:56.8127545Z test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_float32 2022-09-27T15:31:56.8141359Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_float32 2022-09-27T15:31:56.8371631Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_float32 2022-09-27T15:31:56.8542974Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_float32 2022-09-27T15:31:56.8581324Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:31:56.8591486Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:31:56.8661590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_int64 2022-09-27T15:31:56.8848070Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_int64 2022-09-27T15:31:56.8856930Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_index_reduce_cpu_float32 2022-09-27T15:31:56.8876800Z test_ops.py::TestCommonCPU::test_out_isclose_cpu_float32 2022-09-27T15:31:56.8981197Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_isclose_cpu_float32 2022-09-27T15:31:56.8998532Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_float32 2022-09-27T15:31:56.9021412Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_float32 2022-09-27T15:31:56.9265740Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logsumexp_cpu_int64 2022-09-27T15:31:56.9292600Z test_ops.py::TestCommonCPU::test_out_isnan_cpu_float32 2022-09-27T15:31:56.9424488Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_isnan_cpu_float32 2022-09-27T15:31:56.9454048Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_float32 2022-09-27T15:31:56.9475230Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_float32 2022-09-27T15:31:56.9482729Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logsumexp_cpu_int64 2022-09-27T15:31:56.9664748Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_median_cpu_float32 2022-09-27T15:31:56.9702484Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_median_cpu_float32 2022-09-27T15:31:56.9725883Z test_ops.py::TestCommonCPU::test_out_istft_cpu_float32 2022-09-27T15:31:56.9862456Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_istft_cpu_float32 2022-09-27T15:31:56.9875538Z test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:31:56.9901880Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:31:57.0143399Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_complex64 2022-09-27T15:31:57.0172124Z test_ops.py::TestCommonCPU::test_out_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:31:57.0303058Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_out_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:31:57.0332328Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_float32 2022-09-27T15:31:57.0583547Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_float32 2022-09-27T15:31:57.0696629Z test_ops.py::TestCommonCPU::test_out_lcm_cpu_int64 2022-09-27T15:31:57.0743540Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_lcm_cpu_int64 2022-09-27T15:31:57.0768809Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_float32 2022-09-27T15:31:57.0800375Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_float32 2022-09-27T15:31:57.0809534Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_complex64 2022-09-27T15:31:57.1063523Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_softmin_cpu_float32 2022-09-27T15:31:57.1135265Z test_ops.py::TestCommonCPU::test_out_lgamma_cpu_float32 2022-09-27T15:31:57.1183263Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_softmin_cpu_float32 2022-09-27T15:31:57.1204137Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_float32 2022-09-27T15:31:57.1221730Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_float32 2022-09-27T15:31:57.1245579Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_complex64 2022-09-27T15:31:57.1503693Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_lgamma_cpu_float32 2022-09-27T15:31:57.1624615Z test_ops.py::TestCommonCPU::test_out_linalg_cross_cpu_float32 2022-09-27T15:31:57.1649178Z test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:31:57.1928619Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:31:57.1989381Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_cross_cpu_float32 2022-09-27T15:31:57.1993047Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_complex64 2022-09-27T15:31:57.1998419Z test_ops.py::TestCommonCPU::test_out_linalg_eigh_cpu_float32 2022-09-27T15:31:57.2064305Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_float32 2022-09-27T15:31:57.2087982Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:31:57.2526238Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:31:57.2526963Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:31:57.2969706Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:31:57.2972471Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:31:57.3126523Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:31:57.3138362Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_eigh_cpu_float32 2022-09-27T15:31:57.3388240Z test_ops.py::TestCommonCPU::test_out_linalg_inv_cpu_float32 2022-09-27T15:31:57.3418777Z test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_float32 2022-09-27T15:31:57.3854736Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_float32 2022-09-27T15:31:57.3858683Z test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_float32 2022-09-27T15:31:57.3881759Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_float32 2022-09-27T15:31:57.3891099Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_float32 2022-09-27T15:31:57.3921431Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_int64 2022-09-27T15:31:57.4172054Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_int64 2022-09-27T15:31:57.4181744Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_inv_cpu_float32 2022-09-27T15:31:57.4263636Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_solve_cpu_float32 2022-09-27T15:31:57.4292453Z test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_float32 2022-09-27T15:31:57.4304152Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_float32 2022-09-27T15:31:57.4367868Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_complex64 2022-09-27T15:31:57.4704986Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_complex64 2022-09-27T15:31:57.4725481Z test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_float32 2022-09-27T15:31:57.4745194Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_float32 2022-09-27T15:31:57.4890944Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_float32 2022-09-27T15:31:57.5142554Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_float32 2022-09-27T15:31:57.5159140Z test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_float32 2022-09-27T15:31:57.5182442Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_float32 2022-09-27T15:31:57.5230401Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_int64 2022-09-27T15:31:57.5304978Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_int64 2022-09-27T15:31:57.5313796Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_ldl_solve_cpu_float32 2022-09-27T15:31:57.5581894Z test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_cpu_float32 2022-09-27T15:31:57.5598674Z test_ops.py::TestCommonCPU::test_multiple_devices_stft_cpu_float32 2022-09-27T15:31:57.5622610Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_stft_cpu_float32 2022-09-27T15:31:57.5853218Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_float32 2022-09-27T15:31:57.6022615Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_float32 2022-09-27T15:31:57.6041845Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_int64 2022-09-27T15:31:57.6062264Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_int64 2022-09-27T15:31:57.6155531Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_int64 2022-09-27T15:31:57.6462556Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_int64 2022-09-27T15:31:57.6487741Z test_ops.py::TestCommonCPU::test_multiple_devices_svd_lowrank_cpu_float32 2022-09-27T15:31:57.6503297Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_svd_lowrank_cpu_float32 2022-09-27T15:31:57.6652285Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_complex64 2022-09-27T15:31:57.6904477Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_complex64 2022-09-27T15:31:57.6928431Z test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_float32 2022-09-27T15:31:57.6942502Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_float32 2022-09-27T15:31:57.7037836Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_float32 2022-09-27T15:31:57.7163529Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_float32 2022-09-27T15:31:57.7171916Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_cpu_float32 2022-09-27T15:31:57.7344279Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_power_cpu_float32 2022-09-27T15:31:57.7365580Z test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_float32 2022-09-27T15:31:57.7383481Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_float32 2022-09-27T15:31:57.7455007Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_int64 2022-09-27T15:31:57.7785725Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_int64 2022-09-27T15:31:57.7816293Z test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_float32 2022-09-27T15:31:57.7827090Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_float32 2022-09-27T15:31:57.7906775Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_int64 2022-09-27T15:31:57.7917353Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_matrix_power_cpu_float32 2022-09-27T15:31:57.7953178Z test_ops.py::TestCommonCPU::test_out_linalg_norm_cpu_float32 2022-09-27T15:31:57.8225605Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_int64 2022-09-27T15:31:57.8250651Z test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_float32 2022-09-27T15:31:57.8263585Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_float32 2022-09-27T15:31:57.8304404Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_int64 2022-09-27T15:31:57.8662196Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_int64 2022-09-27T15:31:57.8683156Z test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_float32 2022-09-27T15:31:57.8702311Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_float32 2022-09-27T15:31:57.8754618Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_complex64 2022-09-27T15:31:57.9102309Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_complex64 2022-09-27T15:31:57.9122030Z test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_float32 2022-09-27T15:31:57.9142588Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_float32 2022-09-27T15:31:57.9165690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_int64 2022-09-27T15:31:57.9542327Z [gw2] [ 9%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_int64 2022-09-27T15:31:57.9562334Z test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_float32 2022-09-27T15:31:57.9581766Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_float32 2022-09-27T15:31:57.9632811Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_int64 2022-09-27T15:31:57.9983223Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_int64 2022-09-27T15:31:58.0006030Z test_ops.py::TestCommonCPU::test_multiple_devices_triangular_solve_cpu_float32 2022-09-27T15:31:58.0022038Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_triangular_solve_cpu_float32 2022-09-27T15:31:58.0057687Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_float32 2022-09-27T15:31:58.0421887Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_float32 2022-09-27T15:31:58.0442947Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_float32 2022-09-27T15:31:58.0450823Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_float32 2022-09-27T15:31:58.0457057Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool2d_cpu 2022-09-27T15:31:58.0462072Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_cpu 2022-09-27T15:31:58.0618596Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_int64 2022-09-27T15:31:58.0769873Z [gw2] [ 9%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_int64 2022-09-27T15:31:58.0776572Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_norm_cpu_float32 2022-09-27T15:31:58.0798231Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_singular_cpu_float32 2022-09-27T15:31:58.0862235Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_out_linalg_pinv_singular_cpu_float32 2022-09-27T15:31:58.0881162Z test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_int64 2022-09-27T15:31:58.0901715Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_int64 2022-09-27T15:31:58.0937126Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_complex64 2022-09-27T15:31:58.1181669Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_complex64 2022-09-27T15:31:58.1302367Z test_ops.py::TestCommonCPU::test_out_linalg_solve_ex_cpu_float32 2022-09-27T15:31:58.1324296Z test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_int64 2022-09-27T15:31:58.1343232Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_int64 2022-09-27T15:31:58.1512457Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_float32 2022-09-27T15:31:58.1742917Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_float32 2022-09-27T15:31:58.1762002Z test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_int64 2022-09-27T15:31:58.1838773Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_int64 2022-09-27T15:31:58.2062005Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_complex64 2022-09-27T15:31:58.2182306Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_complex64 2022-09-27T15:31:58.2210294Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_float32 2022-09-27T15:31:58.2278982Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_float32 2022-09-27T15:31:58.2337761Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_float32 2022-09-27T15:31:58.2621814Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_float32 2022-09-27T15:31:58.2644996Z test_ops.py::TestCommonCPU::test_multiple_devices_var_cpu_float32 2022-09-27T15:31:58.2662576Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_var_cpu_float32 2022-09-27T15:31:58.2927275Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_int64 2022-09-27T15:31:58.3089823Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_int64 2022-09-27T15:31:58.3093173Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_complex_cpu_float32 2022-09-27T15:31:58.3143816Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_view_as_complex_cpu_float32 2022-09-27T15:31:58.3417348Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_complex64 2022-09-27T15:31:58.3431999Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_solve_ex_cpu_float32 2022-09-27T15:31:58.3440060Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_complex64 2022-09-27T15:31:58.3502320Z test_ops.py::TestCommonCPU::test_out_linalg_tensorinv_cpu_float32 2022-09-27T15:31:58.3528511Z test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_int64 2022-09-27T15:31:58.3552870Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_int64 2022-09-27T15:31:58.3581347Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_tensorinv_cpu_float32 2022-09-27T15:31:58.3684637Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_float32 2022-09-27T15:31:58.3862255Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_float32 2022-09-27T15:31:58.3942872Z test_ops.py::TestCommonCPU::test_out_linalg_vector_norm_cpu_float32 2022-09-27T15:31:58.3968946Z test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_int64 2022-09-27T15:31:58.4023060Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_int64 2022-09-27T15:31:58.4355941Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_float32 2022-09-27T15:31:58.4398645Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_float32 2022-09-27T15:31:58.4413223Z test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_int64 2022-09-27T15:31:58.4462255Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_int64 2022-09-27T15:31:58.4663476Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_left_shift_cpu_int64 2022-09-27T15:31:58.4823180Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_left_shift_cpu_int64 2022-09-27T15:31:58.4844466Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_int64 2022-09-27T15:31:58.4902743Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_int64 2022-09-27T15:31:58.4951952Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_xor_cpu_int64 2022-09-27T15:31:58.5266212Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_xor_cpu_int64 2022-09-27T15:31:58.5293010Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_T_cpu_bool 2022-09-27T15:31:58.5343699Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_T_cpu_bool 2022-09-27T15:31:58.5384952Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_complex64 2022-09-27T15:31:58.5703505Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_complex64 2022-09-27T15:31:58.5772794Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rdiv___cpu_bool 2022-09-27T15:31:58.5812071Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___rdiv___cpu_bool 2022-09-27T15:31:58.5847135Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_float32 2022-09-27T15:31:58.6142180Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_float32 2022-09-27T15:31:58.6222643Z test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_mean_cpu_bool 2022-09-27T15:31:58.6266293Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_float32 2022-09-27T15:31:58.6663405Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_float32 2022-09-27T15:31:58.6700379Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_int64 2022-09-27T15:31:58.6711342Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_int64 2022-09-27T15:31:58.6719283Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_mean_cpu_bool 2022-09-27T15:31:58.6749791Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_acosh_cpu_bool 2022-09-27T15:31:58.7102176Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_acosh_cpu_bool 2022-09-27T15:31:58.7137461Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_float32 2022-09-27T15:31:58.7146796Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_float32 2022-09-27T15:31:58.7210914Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_amax_cpu_bool 2022-09-27T15:31:58.7542038Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_amax_cpu_bool 2022-09-27T15:31:58.7572543Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_int64 2022-09-27T15:31:58.7582253Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_int64 2022-09-27T15:31:58.7628970Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_any_cpu_bool 2022-09-27T15:31:58.7982191Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_any_cpu_bool 2022-09-27T15:31:58.8062161Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdist_cpu_float32 2022-09-27T15:31:58.8112843Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_scatter_cpu_bool 2022-09-27T15:31:58.8504755Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_scatter_cpu_bool 2022-09-27T15:31:58.8536564Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan_cpu_bool 2022-09-27T15:31:58.8946726Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan_cpu_bool 2022-09-27T15:31:58.9017408Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_3d_cpu_bool 2022-09-27T15:31:58.9474510Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_3d_cpu_bool 2022-09-27T15:31:58.9501705Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_or_cpu_bool 2022-09-27T15:31:58.9882914Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_or_cpu_bool 2022-09-27T15:31:58.9905844Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_tensors_cpu_bool 2022-09-27T15:31:59.0412305Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_tensors_cpu_bool 2022-09-27T15:31:59.0415968Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cat_cpu_bool 2022-09-27T15:31:59.0823228Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cat_cpu_bool 2022-09-27T15:31:59.0885487Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_max_cpu_bool 2022-09-27T15:31:59.1263189Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_max_cpu_bool 2022-09-27T15:31:59.1351236Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_combinations_cpu_bool 2022-09-27T15:31:59.1419394Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_combinations_cpu_bool 2022-09-27T15:31:59.1430787Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdist_cpu_float32 2022-09-27T15:31:59.1486328Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_float32 2022-09-27T15:31:59.1702136Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_float32 2022-09-27T15:31:59.1727164Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_contiguous_cpu_bool 2022-09-27T15:31:59.1862119Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_contiguous_cpu_bool 2022-09-27T15:31:59.1897207Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_int64 2022-09-27T15:31:59.2141914Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_int64 2022-09-27T15:31:59.2206055Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_count_nonzero_cpu_bool 2022-09-27T15:31:59.2301783Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_count_nonzero_cpu_bool 2022-09-27T15:31:59.2421940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_float32 2022-09-27T15:31:59.2581987Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_float32 2022-09-27T15:31:59.2632641Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_cpu_bool 2022-09-27T15:31:59.2741642Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_cpu_bool 2022-09-27T15:31:59.2803423Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_float32 2022-09-27T15:31:59.3022160Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_float32 2022-09-27T15:31:59.3096698Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_scatter_cpu_bool 2022-09-27T15:31:59.3183791Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_scatter_cpu_bool 2022-09-27T15:31:59.3342709Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_float32 2022-09-27T15:31:59.3464135Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_float32 2022-09-27T15:31:59.3500013Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_double_cpu_bool 2022-09-27T15:31:59.3622193Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_double_cpu_bool 2022-09-27T15:31:59.3658203Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_complex64 2022-09-27T15:31:59.3902299Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_complex64 2022-09-27T15:31:59.3917899Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_like_cpu_bool 2022-09-27T15:31:59.4061246Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_like_cpu_bool 2022-09-27T15:31:59.4112518Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_float32 2022-09-27T15:31:59.4343577Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_float32 2022-09-27T15:31:59.4379347Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfc_cpu_bool 2022-09-27T15:31:59.4502238Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfc_cpu_bool 2022-09-27T15:31:59.4625289Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_int64 2022-09-27T15:31:59.4782135Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_int64 2022-09-27T15:31:59.4821191Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_as_cpu_bool 2022-09-27T15:31:59.4941911Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_as_cpu_bool 2022-09-27T15:31:59.4969668Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_int64 2022-09-27T15:31:59.5222491Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_int64 2022-09-27T15:31:59.5285493Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft2_cpu_bool 2022-09-27T15:31:59.5382523Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft2_cpu_bool 2022-09-27T15:31:59.5666115Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_complex64 2022-09-27T15:31:59.6008909Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft2_cpu_bool 2022-09-27T15:31:59.6035955Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_complex64 2022-09-27T15:31:59.6099445Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_float32 2022-09-27T15:31:59.6135872Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft2_cpu_bool 2022-09-27T15:31:59.6151438Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft_cpu_bool 2022-09-27T15:31:59.6220320Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_float32 2022-09-27T15:31:59.6463220Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft_cpu_bool 2022-09-27T15:31:59.6534350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_complex64 2022-09-27T15:31:59.6545168Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_vector_norm_cpu_float32 2022-09-27T15:31:59.6550018Z test_ops.py::TestCommonCPU::test_out_log2_cpu_float32 2022-09-27T15:31:59.6619937Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft_cpu_bool 2022-09-27T15:31:59.6722168Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_complex64 2022-09-27T15:31:59.6772137Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft_cpu_bool 2022-09-27T15:31:59.6901197Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_log2_cpu_float32 2022-09-27T15:31:59.6954026Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_float32 2022-09-27T15:31:59.6981443Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_float32 2022-09-27T15:31:59.7021556Z test_ops.py::TestCommonCPU::test_out_logaddexp2_cpu_float32 2022-09-27T15:31:59.7057351Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfftn_cpu_bool 2022-09-27T15:31:59.7085425Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_logaddexp2_cpu_float32 2022-09-27T15:31:59.7341578Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfftn_cpu_bool 2022-09-27T15:31:59.7374174Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_int64 2022-09-27T15:31:59.7421048Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_int64 2022-09-27T15:31:59.7463200Z test_ops.py::TestCommonCPU::test_out_logical_and_cpu_float32 2022-09-27T15:31:59.7492088Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fill_cpu_bool 2022-09-27T15:31:59.7530027Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fill_cpu_bool 2022-09-27T15:31:59.7781990Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_logical_and_cpu_float32 2022-09-27T15:31:59.7863058Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_complex64 2022-09-27T15:31:59.7924543Z test_ops.py::TestCommonCPU::test_out_logit_cpu_float32 2022-09-27T15:31:59.8104153Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flipud_cpu_bool 2022-09-27T15:31:59.8345359Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_flipud_cpu_bool 2022-09-27T15:31:59.8421491Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmin_cpu_bool 2022-09-27T15:31:59.8545627Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmin_cpu_bool 2022-09-27T15:31:59.8571644Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_complex64 2022-09-27T15:31:59.8655816Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_float32 2022-09-27T15:31:59.8770681Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_float32 2022-09-27T15:31:59.8777557Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_logit_cpu_float32 2022-09-27T15:31:59.8783030Z test_ops.py::TestCommonCPU::test_out_lt_cpu_float32 2022-09-27T15:31:59.8858686Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_gt_cpu_bool 2022-09-27T15:31:59.8873498Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_gt_cpu_bool 2022-09-27T15:31:59.8982476Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_lt_cpu_float32 2022-09-27T15:31:59.9028326Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_float32 2022-09-27T15:31:59.9062247Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_float32 2022-09-27T15:31:59.9070591Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_cpu 2022-09-27T15:31:59.9181337Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mish_cpu 2022-09-27T15:31:59.9197490Z test_ops.py::TestCommonCPU::test_out_mH_cpu_float32 2022-09-27T15:31:59.9261365Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_mH_cpu_float32 2022-09-27T15:31:59.9299640Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_hstack_cpu_bool 2022-09-27T15:31:59.9421581Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_hstack_cpu_bool 2022-09-27T15:31:59.9465446Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_int64 2022-09-27T15:31:59.9621503Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_int64 2022-09-27T15:31:59.9702615Z test_ops.py::TestCommonCPU::test_out_masked_select_cpu_float32 2022-09-27T15:31:59.9740319Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_fill_cpu_bool 2022-09-27T15:31:59.9862289Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_fill_cpu_bool 2022-09-27T15:31:59.9984644Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_complex64 2022-09-27T15:32:00.0062093Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_masked_select_cpu_float32 2022-09-27T15:32:00.0087785Z test_ops.py::TestCommonCPU::test_out_max_reduction_no_dim_cpu_float32 2022-09-27T15:32:00.0099363Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_complex64 2022-09-27T15:32:00.0142241Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_max_reduction_no_dim_cpu_float32 2022-09-27T15:32:00.0288709Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isclose_cpu_bool 2022-09-27T15:32:00.0301620Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isclose_cpu_bool 2022-09-27T15:32:00.0331961Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_int64 2022-09-27T15:32:00.0454629Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_int64 2022-09-27T15:32:00.0462264Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mish_cpu 2022-09-27T15:32:00.0502583Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_soft_margin_loss_cpu 2022-09-27T15:32:00.0525542Z test_ops.py::TestCommonCPU::test_out_median_cpu_float32 2022-09-27T15:32:00.0581972Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_median_cpu_float32 2022-09-27T15:32:00.0608668Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isneginf_cpu_bool 2022-09-27T15:32:00.0741489Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isneginf_cpu_bool 2022-09-27T15:32:00.0896816Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_complex64 2022-09-27T15:32:00.0941741Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_complex64 2022-09-27T15:32:00.0965421Z test_ops.py::TestCommonCPU::test_out_min_reduction_no_dim_cpu_float32 2022-09-27T15:32:00.1021536Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_min_reduction_no_dim_cpu_float32 2022-09-27T15:32:00.1046192Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_4inputs_with_extra_args_cpu_bool 2022-09-27T15:32:00.1181897Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_4inputs_with_extra_args_cpu_bool 2022-09-27T15:32:00.1238976Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_float32 2022-09-27T15:32:00.1382094Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_float32 2022-09-27T15:32:00.1462440Z test_ops.py::TestCommonCPU::test_out_mode_cpu_float32 2022-09-27T15:32:00.1498955Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_kron_cpu_bool 2022-09-27T15:32:00.1622467Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_kron_cpu_bool 2022-09-27T15:32:00.1678831Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_int64 2022-09-27T15:32:00.1886894Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_int64 2022-09-27T15:32:00.1892964Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_mode_cpu_float32 2022-09-27T15:32:00.1902520Z test_ops.py::TestCommonCPU::test_out_multinomial_cpu_float32 2022-09-27T15:32:00.1909201Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log10_cpu_bool 2022-09-27T15:32:00.1942456Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_out_multinomial_cpu_float32 2022-09-27T15:32:00.2061838Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_log10_cpu_bool 2022-09-27T15:32:00.2303639Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_float32 2022-09-27T15:32:00.2359242Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:32:00.2386902Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_softmax_dtype_cpu_bool 2022-09-27T15:32:00.2663446Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_softmax_dtype_cpu_bool 2022-09-27T15:32:00.2673441Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_soft_margin_loss_cpu 2022-09-27T15:32:00.2824196Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_circular_cpu 2022-09-27T15:32:00.2840712Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_xor_cpu_bool 2022-09-27T15:32:00.2846870Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_xor_cpu_bool 2022-09-27T15:32:00.3101200Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_circular_cpu 2022-09-27T15:32:00.3112849Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pairwise_distance_cpu 2022-09-27T15:32:00.3125218Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_float32 2022-09-27T15:32:00.3146783Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_complex64 2022-09-27T15:32:00.3154606Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:32:00.3222874Z test_ops.py::TestCommonCPU::test_out_nanquantile_cpu_float32 2022-09-27T15:32:00.3275163Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_lt_cpu_bool 2022-09-27T15:32:00.3630507Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_lt_cpu_bool 2022-09-27T15:32:00.3639200Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pairwise_distance_cpu 2022-09-27T15:32:00.3670962Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:32:00.3719135Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_scatter_cpu_bool 2022-09-27T15:32:00.4135626Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_scatter_cpu_bool 2022-09-27T15:32:00.4143727Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_with_dim_cpu_bool 2022-09-27T15:32:00.4192939Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_with_dim_cpu_bool 2022-09-27T15:32:00.4204414Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_complex64 2022-09-27T15:32:00.4411759Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_complex64 2022-09-27T15:32:00.4542934Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_complex64 2022-09-27T15:32:00.4592756Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_binary_cpu_bool 2022-09-27T15:32:00.4622020Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_binary_cpu_bool 2022-09-27T15:32:00.4711062Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_int64 2022-09-27T15:32:00.4983773Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_int64 2022-09-27T15:32:00.5050682Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mode_cpu_bool 2022-09-27T15:32:00.5062806Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_mode_cpu_bool 2022-09-27T15:32:00.5136210Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_complex64 2022-09-27T15:32:00.5423317Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_complex64 2022-09-27T15:32:00.5461875Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nan_to_num_cpu_bool 2022-09-27T15:32:00.5502993Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nan_to_num_cpu_bool 2022-09-27T15:32:00.5837585Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_float32 2022-09-27T15:32:00.5868501Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_float32 2022-09-27T15:32:00.5943393Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ne_cpu_bool 2022-09-27T15:32:00.5946384Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ne_cpu_bool 2022-09-27T15:32:00.6007461Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_int64 2022-09-27T15:32:00.6069617Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_int64 2022-09-27T15:32:00.6076226Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nanquantile_cpu_float32 2022-09-27T15:32:00.6098596Z test_ops.py::TestCommonCPU::test_out_native_layer_norm_cpu_float32 2022-09-27T15:32:00.6304242Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_native_layer_norm_cpu_float32 2022-09-27T15:32:00.6355793Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_ones_cpu_bool 2022-09-27T15:32:00.6382787Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_ones_cpu_bool 2022-09-27T15:32:00.6395948Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_complex64 2022-09-27T15:32:00.6504044Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_complex64 2022-09-27T15:32:00.6537277Z test_ops.py::TestCommonCPU::test_out_new_empty_strided_cpu_float32 2022-09-27T15:32:00.6744838Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_new_empty_strided_cpu_float32 2022-09-27T15:32:00.6782267Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_circular_cpu_bool 2022-09-27T15:32:00.6862686Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_circular_cpu_bool 2022-09-27T15:32:00.6876288Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_float32 2022-09-27T15:32:00.6942627Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_float32 2022-09-27T15:32:00.7182856Z test_ops.py::TestCommonCPU::test_out_nextafter_cpu_float32 2022-09-27T15:32:00.7308989Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nonzero_cpu_bool 2022-09-27T15:32:00.7342782Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nonzero_cpu_bool 2022-09-27T15:32:00.7460147Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_int64 2022-09-27T15:32:00.7470061Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_int64 2022-09-27T15:32:00.7476676Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nextafter_cpu_float32 2022-09-27T15:32:00.7499682Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:32:00.7622210Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:32:00.7662001Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_permute_cpu_bool 2022-09-27T15:32:00.7781473Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_permute_cpu_bool 2022-09-27T15:32:00.7816254Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_float32 2022-09-27T15:32:00.7901198Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_float32 2022-09-27T15:32:00.8062656Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:32:00.8079093Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_3_cpu_bool 2022-09-27T15:32:00.8222240Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_3_cpu_bool 2022-09-27T15:32:00.8307016Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_float32 2022-09-27T15:32:00.8445966Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_float32 2022-09-27T15:32:00.8452342Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:32:00.8473004Z test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:32:00.8502305Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:32:00.8539499Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rad2deg_cpu_bool 2022-09-27T15:32:00.8661643Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_rad2deg_cpu_bool 2022-09-27T15:32:00.8719888Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_complex64 2022-09-27T15:32:00.8861697Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_complex64 2022-09-27T15:32:00.8883629Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv2d_cpu_float32 2022-09-27T15:32:00.8941351Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_conv2d_cpu_float32 2022-09-27T15:32:00.8972800Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_cpu_bool 2022-09-27T15:32:00.8981865Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:32:00.9101505Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_rrelu_cpu 2022-09-27T15:32:00.9107427Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_float32 2022-09-27T15:32:00.9151737Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_cpu_bool 2022-09-27T15:32:00.9301821Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_float32 2022-09-27T15:32:00.9322682Z test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:32:00.9381675Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:32:00.9415348Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize__cpu_bool 2022-09-27T15:32:00.9541614Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize__cpu_bool 2022-09-27T15:32:00.9582819Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_int64 2022-09-27T15:32:00.9741885Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_int64 2022-09-27T15:32:00.9768893Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout2d_cpu_float32 2022-09-27T15:32:00.9821636Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_dropout2d_cpu_float32 2022-09-27T15:32:00.9906474Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_roll_cpu_bool 2022-09-27T15:32:00.9981610Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_roll_cpu_bool 2022-09-27T15:32:00.9994232Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_float32 2022-09-27T15:32:01.0182324Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_float32 2022-09-27T15:32:01.0207343Z test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:32:01.0262028Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:32:01.0373900Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_cpu_bool 2022-09-27T15:32:01.0421660Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_cpu_bool 2022-09-27T15:32:01.0472821Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_int64 2022-09-27T15:32:01.0621766Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_int64 2022-09-27T15:32:01.0668130Z test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:32:01.0701864Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:32:01.0798252Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_sum_cpu_bool 2022-09-27T15:32:01.0861839Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_sum_cpu_bool 2022-09-27T15:32:01.0868109Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_complex64 2022-09-27T15:32:01.0878063Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_rrelu_cpu 2022-09-27T15:32:01.0976062Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_smooth_l1_loss_cpu 2022-09-27T15:32:01.1061746Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_complex64 2022-09-27T15:32:01.1111732Z test_ops.py::TestCommonCPU::test_out_nn_functional_glu_cpu_float32 2022-09-27T15:32:01.1141614Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_glu_cpu_float32 2022-09-27T15:32:01.1172870Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_short_cpu_bool 2022-09-27T15:32:01.1301810Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_short_cpu_bool 2022-09-27T15:32:01.1369734Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_float32 2022-09-27T15:32:01.1502110Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_float32 2022-09-27T15:32:01.1523958Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:32:01.1581625Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:32:01.1608428Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sin_cpu_bool 2022-09-27T15:32:01.1741867Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sin_cpu_bool 2022-09-27T15:32:01.1791733Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_int64 2022-09-27T15:32:01.1942664Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_int64 2022-09-27T15:32:01.1963657Z test_ops.py::TestCommonCPU::test_out_nn_functional_huber_loss_cpu_float32 2022-09-27T15:32:01.2021753Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_huber_loss_cpu_float32 2022-09-27T15:32:01.2062802Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_softmax_with_dtype_cpu_bool 2022-09-27T15:32:01.2181944Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_softmax_with_dtype_cpu_bool 2022-09-27T15:32:01.2299900Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_complex64 2022-09-27T15:32:01.2382622Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_complex64 2022-09-27T15:32:01.2409313Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:32:01.2462215Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:32:01.2489428Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j1_cpu_bool 2022-09-27T15:32:01.2622013Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j1_cpu_bool 2022-09-27T15:32:01.2706050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_float32 2022-09-27T15:32:01.2822110Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_float32 2022-09-27T15:32:01.2845043Z test_ops.py::TestCommonCPU::test_out_nn_functional_kl_div_cpu_float32 2022-09-27T15:32:01.2902137Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_kl_div_cpu_float32 2022-09-27T15:32:01.2960673Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_u_cpu_bool 2022-09-27T15:32:01.3062227Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_u_cpu_bool 2022-09-27T15:32:01.3114410Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_int64 2022-09-27T15:32:01.3262100Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_int64 2022-09-27T15:32:01.3318853Z test_ops.py::TestCommonCPU::test_out_nn_functional_linear_cpu_float32 2022-09-27T15:32:01.3341632Z [gw3] [ 10%] XFAIL test_ops.py::TestCommonCPU::test_out_nn_functional_linear_cpu_float32 2022-09-27T15:32:01.3371924Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_erfcx_cpu_bool 2022-09-27T15:32:01.3502198Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_erfcx_cpu_bool 2022-09-27T15:32:01.3581382Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_complex64 2022-09-27T15:32:01.3701874Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_complex64 2022-09-27T15:32:01.3725560Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:32:01.3781613Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:32:01.3810421Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1_cpu_bool 2022-09-27T15:32:01.3941622Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1_cpu_bool 2022-09-27T15:32:01.3998246Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_int64 2022-09-27T15:32:01.4141728Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_int64 2022-09-27T15:32:01.4165799Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:32:01.4221276Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:32:01.4250752Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_log_ndtr_cpu_bool 2022-09-27T15:32:01.4383916Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_log_ndtr_cpu_bool 2022-09-27T15:32:01.4390785Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_smooth_l1_loss_cpu 2022-09-27T15:32:01.4396893Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_int64 2022-09-27T15:32:01.4446094Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softplus_cpu 2022-09-27T15:32:01.4582249Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_int64 2022-09-27T15:32:01.4611802Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:32:01.4662157Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:32:01.4690965Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k1_cpu_bool 2022-09-27T15:32:01.4821828Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k1_cpu_bool 2022-09-27T15:32:01.4917134Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_complex64 2022-09-27T15:32:01.5021856Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_complex64 2022-09-27T15:32:01.5041819Z test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:32:01.5101662Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:32:01.5130326Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k0_cpu_bool 2022-09-27T15:32:01.5261824Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k0_cpu_bool 2022-09-27T15:32:01.5368806Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_float32 2022-09-27T15:32:01.5461614Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_float32 2022-09-27T15:32:01.5482718Z test_ops.py::TestCommonCPU::test_out_nn_functional_one_hot_cpu_int64 2022-09-27T15:32:01.5541552Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_one_hot_cpu_int64 2022-09-27T15:32:01.5557522Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_v_cpu_bool 2022-09-27T15:32:01.5631251Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_v_cpu_bool 2022-09-27T15:32:01.5637461Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softplus_cpu 2022-09-27T15:32:01.5701672Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_threshold_cpu 2022-09-27T15:32:01.5797982Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_float32 2022-09-27T15:32:01.5901252Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_float32 2022-09-27T15:32:01.5919198Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:32:01.5981307Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:32:01.6042377Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_zeta_cpu_bool 2022-09-27T15:32:01.6141422Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_zeta_cpu_bool 2022-09-27T15:32:01.6191619Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_complex64 2022-09-27T15:32:01.6342195Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_complex64 2022-09-27T15:32:01.6363638Z test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:32:01.6421360Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:32:01.6443003Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sqrt_cpu_bool 2022-09-27T15:32:01.6516727Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sqrt_cpu_bool 2022-09-27T15:32:01.6524982Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_threshold_cpu 2022-09-27T15:32:01.6582264Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_bilinear_cpu 2022-09-27T15:32:01.6661327Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_float32 2022-09-27T15:32:01.6783081Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_float32 2022-09-27T15:32:01.6802894Z test_ops.py::TestCommonCPU::test_out_nn_functional_relu_cpu_float32 2022-09-27T15:32:01.6863024Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_relu_cpu_float32 2022-09-27T15:32:01.6927387Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_cpu_bool 2022-09-27T15:32:01.7022970Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_cpu_bool 2022-09-27T15:32:01.7070801Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_int64 2022-09-27T15:32:01.7224865Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_int64 2022-09-27T15:32:01.7248747Z test_ops.py::TestCommonCPU::test_out_nn_functional_silu_cpu_float32 2022-09-27T15:32:01.7303503Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_silu_cpu_float32 2022-09-27T15:32:01.7354046Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_cpu_bool 2022-09-27T15:32:01.7463855Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_cpu_bool 2022-09-27T15:32:01.7508815Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_complex64 2022-09-27T15:32:01.7663746Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_complex64 2022-09-27T15:32:01.7687288Z test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:32:01.7742518Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:32:01.7869585Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tile_cpu_bool 2022-09-27T15:32:01.7902564Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_tile_cpu_bool 2022-09-27T15:32:01.7963614Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_float32 2022-09-27T15:32:01.8102594Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_float32 2022-09-27T15:32:01.8125438Z test_ops.py::TestCommonCPU::test_out_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:32:01.8182023Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:32:01.8226205Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tril_cpu_bool 2022-09-27T15:32:01.8343223Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_tril_cpu_bool 2022-09-27T15:32:01.8406689Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_int64 2022-09-27T15:32:01.8542607Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_int64 2022-09-27T15:32:01.8562916Z test_ops.py::TestCommonCPU::test_out_nn_functional_unfold_cpu_float32 2022-09-27T15:32:01.8622636Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_unfold_cpu_float32 2022-09-27T15:32:01.8665705Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unflatten_cpu_bool 2022-09-27T15:32:01.8781858Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unflatten_cpu_bool 2022-09-27T15:32:01.8828153Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_int64 2022-09-27T15:32:01.8836731Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_bilinear_cpu 2022-09-27T15:32:01.8843668Z test_ops.py::TestCommonCPU::test_dtypes_norm_fro_cpu 2022-09-27T15:32:01.8981856Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_int64 2022-09-27T15:32:01.9061725Z test_ops.py::TestCommonCPU::test_out_norm_cpu_float32 2022-09-27T15:32:01.9100241Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unsqueeze_cpu_bool 2022-09-27T15:32:01.9222772Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unsqueeze_cpu_bool 2022-09-27T15:32:01.9288586Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_int64 2022-09-27T15:32:01.9501689Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_int64 2022-09-27T15:32:01.9530323Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_vstack_cpu_bool 2022-09-27T15:32:01.9662366Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_vstack_cpu_bool 2022-09-27T15:32:01.9715472Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_frexp_cpu_float32 2022-09-27T15:32:01.9738860Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_frexp_cpu_float32 2022-09-27T15:32:01.9749712Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_norm_fro_cpu 2022-09-27T15:32:01.9943295Z test_ops.py::TestCommonCPU::test_dtypes_normal_number_mean_cpu 2022-09-27T15:32:01.9973041Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_cpu_bool 2022-09-27T15:32:02.0103069Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_cpu_bool 2022-09-27T15:32:02.0237314Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_complex64 2022-09-27T15:32:02.0270152Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_complex64 2022-09-27T15:32:02.0277531Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_normal_number_mean_cpu 2022-09-27T15:32:02.0382554Z test_ops.py::TestCommonCPU::test_dtypes_ormqr_cpu 2022-09-27T15:32:02.0418977Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_int64 2022-09-27T15:32:02.0542774Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_int64 2022-09-27T15:32:02.0631266Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_float32 2022-09-27T15:32:02.0823579Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_float32 2022-09-27T15:32:02.0982852Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_complex64 2022-09-27T15:32:02.1257418Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_complex64 2022-09-27T15:32:02.1285898Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_complex64 2022-09-27T15:32:02.1369754Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_float32 2022-09-27T15:32:02.1423461Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_complex64 2022-09-27T15:32:02.1477022Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_int64 2022-09-27T15:32:02.1548396Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_float32 2022-09-27T15:32:02.1703332Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_int64 2022-09-27T15:32:02.1873568Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_float32 2022-09-27T15:32:02.1875633Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_float32 2022-09-27T15:32:02.1943912Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_float32 2022-09-27T15:32:02.1947097Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_float32 2022-09-27T15:32:02.1954498Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_norm_cpu_float32 2022-09-27T15:32:02.2142219Z test_ops.py::TestCommonCPU::test_out_normal_cpu_float32 2022-09-27T15:32:02.2159009Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_int64 2022-09-27T15:32:02.2186017Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_int64 2022-09-27T15:32:02.2301518Z [gw3] [ 10%] XFAIL test_ops.py::TestCommonCPU::test_out_normal_cpu_float32 2022-09-27T15:32:02.2381991Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogramdd_cpu_float32 2022-09-27T15:32:02.2416968Z test_ops.py::TestCommonCPU::test_out_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:32:02.2584553Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:32:02.2822914Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_int64 2022-09-27T15:32:02.2844660Z test_ops.py::TestCommonCPU::test_out_permute_cpu_float32 2022-09-27T15:32:02.3303299Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_permute_cpu_float32 2022-09-27T15:32:02.3317676Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:32:02.3572735Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:32:02.3591019Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_int64 2022-09-27T15:32:02.3741735Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_int64 2022-09-27T15:32:02.3764165Z test_ops.py::TestCommonCPU::test_out_positive_cpu_float32 2022-09-27T15:32:02.3973356Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_positive_cpu_float32 2022-09-27T15:32:02.3994313Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogramdd_cpu_float32 2022-09-27T15:32:02.4024538Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_complex64 2022-09-27T15:32:02.4045328Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_int64 2022-09-27T15:32:02.4070345Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rxor___cpu_int64 2022-09-27T15:32:02.4108867Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_complex64 2022-09-27T15:32:02.4221828Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rxor___cpu_int64 2022-09-27T15:32:02.4422640Z test_ops.py::TestCommonCPU::test_out_qr_cpu_float32 2022-09-27T15:32:02.4463985Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_float32 2022-09-27T15:32:02.4475766Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amin_cpu_int64 2022-09-27T15:32:02.4833487Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_float32 2022-09-27T15:32:02.4863545Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amin_cpu_int64 2022-09-27T15:32:02.4911328Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_imag_cpu_complex64 2022-09-27T15:32:02.4919704Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmin_cpu_int64 2022-09-27T15:32:02.5230130Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_imag_cpu_complex64 2022-09-27T15:32:02.5301917Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmin_cpu_int64 2022-09-27T15:32:02.5342568Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_complex64 2022-09-27T15:32:02.5364765Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_complex64 2022-09-27T15:32:02.5568538Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_complex64 2022-09-27T15:32:02.5742655Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_complex64 2022-09-27T15:32:02.5783706Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_float32 2022-09-27T15:32:02.5794994Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logaddexp_cpu_float32 2022-09-27T15:32:02.6090601Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_float32 2022-09-27T15:32:02.6182969Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logaddexp_cpu_float32 2022-09-27T15:32:02.6225361Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_int64 2022-09-27T15:32:02.6232698Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_float32 2022-09-27T15:32:02.6623171Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_int64 2022-09-27T15:32:02.6681629Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_float32 2022-09-27T15:32:02.7064372Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_float32 2022-09-27T15:32:02.7152035Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_int64 2022-09-27T15:32:02.7505608Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_int64 2022-09-27T15:32:02.7518456Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_complex64 2022-09-27T15:32:02.7561902Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_float32 2022-09-27T15:32:02.7922082Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_normalize_cpu_complex64 2022-09-27T15:32:02.8065352Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_complex64 2022-09-27T15:32:02.8167992Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_float32 2022-09-27T15:32:02.8364316Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_float32 2022-09-27T15:32:02.8381459Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_normalize_cpu_complex64 2022-09-27T15:32:02.8505672Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_int64 2022-09-27T15:32:02.8551428Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_complex64 2022-09-27T15:32:02.8817447Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_complex64 2022-09-27T15:32:02.8824993Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_int64 2022-09-27T15:32:02.8943100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_float32 2022-09-27T15:32:02.9013194Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_float32 2022-09-27T15:32:02.9424966Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_float32 2022-09-27T15:32:02.9500222Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_float32 2022-09-27T15:32:02.9988541Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_float32 2022-09-27T15:32:02.9991604Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_int64 2022-09-27T15:32:03.0345903Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_int64 2022-09-27T15:32:03.0369437Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:32:03.0785221Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:32:03.0809190Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_int64 2022-09-27T15:32:03.0854480Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_int64 2022-09-27T15:32:03.0867080Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_float32 2022-09-27T15:32:03.1234668Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_int64 2022-09-27T15:32:03.1264346Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_int64 2022-09-27T15:32:03.1288247Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:32:03.1302226Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:32:03.1338848Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_complex64 2022-09-27T15:32:03.1354574Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_complex64 2022-09-27T15:32:03.1367094Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_qr_cpu_float32 2022-09-27T15:32:03.1397106Z test_ops.py::TestCommonCPU::test_out_randint_like_cpu_float32 2022-09-27T15:32:03.1702339Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_randint_like_cpu_float32 2022-09-27T15:32:03.1727368Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_float32 2022-09-27T15:32:03.1741772Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_float32 2022-09-27T15:32:03.1782317Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_float32 2022-09-27T15:32:03.1794752Z test_ops.py::TestCommonCPU::test_out_real_cpu_float32 2022-09-27T15:32:03.1803098Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_float32 2022-09-27T15:32:03.2142056Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_real_cpu_float32 2022-09-27T15:32:03.2170124Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_int64 2022-09-27T15:32:03.2182202Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_int64 2022-09-27T15:32:03.2216657Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_int64 2022-09-27T15:32:03.2222837Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_int64 2022-09-27T15:32:03.2258100Z test_ops.py::TestCommonCPU::test_out_repeat_cpu_float32 2022-09-27T15:32:03.2582489Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_repeat_cpu_float32 2022-09-27T15:32:03.2623057Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_complex64 2022-09-27T15:32:03.2701611Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_complex64 2022-09-27T15:32:03.2784968Z test_ops.py::TestCommonCPU::test_out_resize__cpu_float32 2022-09-27T15:32:03.2816710Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_complex64 2022-09-27T15:32:03.3022018Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_resize__cpu_float32 2022-09-27T15:32:03.3113341Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_int64 2022-09-27T15:32:03.3148217Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_complex64 2022-09-27T15:32:03.3148807Z test_ops.py::TestCommonCPU::test_out_roll_cpu_float32 2022-09-27T15:32:03.3165391Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_float32 2022-09-27T15:32:03.3177722Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_int64 2022-09-27T15:32:03.3390688Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_out_roll_cpu_float32 2022-09-27T15:32:03.3461480Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_float32 2022-09-27T15:32:03.3491571Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_int64 2022-09-27T15:32:03.3583987Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_int64 2022-09-27T15:32:03.3584806Z test_ops.py::TestCommonCPU::test_out_round_decimals_3_cpu_float32 2022-09-27T15:32:03.3597067Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_complex64 2022-09-27T15:32:03.3678929Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_out_round_decimals_3_cpu_float32 2022-09-27T15:32:03.3901851Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_complex64 2022-09-27T15:32:03.4023165Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_float32 2022-09-27T15:32:03.4028143Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_float32 2022-09-27T15:32:03.4109791Z test_ops.py::TestCommonCPU::test_out_scatter_add_cpu_float32 2022-09-27T15:32:03.4172877Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_float32 2022-09-27T15:32:03.4342989Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_float32 2022-09-27T15:32:03.4402953Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_float32 2022-09-27T15:32:03.4461913Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_float32 2022-09-27T15:32:03.4510765Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_int64 2022-09-27T15:32:03.4647491Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_int64 2022-09-27T15:32:03.4653895Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_add_cpu_float32 2022-09-27T15:32:03.4781819Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_mean_cpu_float32 2022-09-27T15:32:03.4798600Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_complex64 2022-09-27T15:32:03.4902118Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_complex64 2022-09-27T15:32:03.4970944Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_complex64 2022-09-27T15:32:03.5223981Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_complex64 2022-09-27T15:32:03.5393113Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_complex64 2022-09-27T15:32:03.5464422Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_float32 2022-09-27T15:32:03.5567518Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_complex64 2022-09-27T15:32:03.5663682Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_float32 2022-09-27T15:32:03.5783932Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_complex64 2022-09-27T15:32:03.5809690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_int64 2022-09-27T15:32:03.5880247Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_complex64 2022-09-27T15:32:03.6103561Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_int64 2022-09-27T15:32:03.6228569Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_complex64 2022-09-27T15:32:03.6239717Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_complex64 2022-09-27T15:32:03.6264819Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_float32 2022-09-27T15:32:03.6362977Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_float32 2022-09-27T15:32:03.6370058Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_reduce_mean_cpu_float32 2022-09-27T15:32:03.6390740Z test_ops.py::TestCommonCPU::test_out_segment_reduce_lengths_cpu_float32 2022-09-27T15:32:03.6542443Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_segment_reduce_lengths_cpu_float32 2022-09-27T15:32:03.6595535Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_complex64 2022-09-27T15:32:03.6661776Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_complex64 2022-09-27T15:32:03.6716757Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_int64 2022-09-27T15:32:03.6781467Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_int64 2022-09-27T15:32:03.6859210Z test_ops.py::TestCommonCPU::test_out_sgn_cpu_float32 2022-09-27T15:32:03.6982082Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_sgn_cpu_float32 2022-09-27T15:32:03.7104571Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_complex64 2022-09-27T15:32:03.7175518Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_int64 2022-09-27T15:32:03.7193958Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_int64 2022-09-27T15:32:03.7221416Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_complex64 2022-09-27T15:32:03.7251235Z test_ops.py::TestCommonCPU::test_out_signbit_cpu_float32 2022-09-27T15:32:03.7421631Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_signbit_cpu_float32 2022-09-27T15:32:03.7543905Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:32:03.7664564Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_int64 2022-09-27T15:32:03.7701841Z test_ops.py::TestCommonCPU::test_out_slice_scatter_cpu_float32 2022-09-27T15:32:03.8126940Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_slice_scatter_cpu_float32 2022-09-27T15:32:03.8132689Z test_ops.py::TestCommonCPU::test_out_sparse_sampled_addmm_cpu_float32 2022-09-27T15:32:03.8224384Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_out_sparse_sampled_addmm_cpu_float32 2022-09-27T15:32:03.8252981Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:32:03.8304755Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_complex64 2022-09-27T15:32:03.8317702Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_int64 2022-09-27T15:32:03.8457284Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_complex64 2022-09-27T15:32:03.8543424Z [gw0] [ 11%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_complex64 2022-09-27T15:32:03.8595973Z test_ops.py::TestCommonCPU::test_out_special_bessel_y0_cpu_float32 2022-09-27T15:32:03.8662159Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_complex64 2022-09-27T15:32:03.8772348Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_complex64 2022-09-27T15:32:03.8773016Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_float32 2022-09-27T15:32:03.8774123Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_special_bessel_y0_cpu_float32 2022-09-27T15:32:03.8982511Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_float32 2022-09-27T15:32:03.9004961Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:32:03.9183308Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:32:03.9258529Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_int64 2022-09-27T15:32:03.9425990Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_int64 2022-09-27T15:32:03.9676676Z test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:32:04.0045144Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_float32 2022-09-27T15:32:04.0076432Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_float32 2022-09-27T15:32:04.0225234Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_int64 2022-09-27T15:32:04.0460258Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_int64 2022-09-27T15:32:04.0469602Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:32:04.0505064Z test_ops.py::TestCommonCPU::test_out_special_i1e_cpu_float32 2022-09-27T15:32:04.0648410Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_complex64 2022-09-27T15:32:04.1002265Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_special_i1e_cpu_float32 2022-09-27T15:32:04.1139140Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i0_cpu_float32 2022-09-27T15:32:04.1152797Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_complex64 2022-09-27T15:32:04.1221560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_float32 2022-09-27T15:32:04.1268757Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i0_cpu_float32 2022-09-27T15:32:04.1383588Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_float32 2022-09-27T15:32:04.1585622Z test_ops.py::TestCommonCPU::test_out_special_ndtr_cpu_float32 2022-09-27T15:32:04.1592043Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_special_ndtr_cpu_float32 2022-09-27T15:32:04.1631573Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_int64 2022-09-27T15:32:04.1865444Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_int64 2022-09-27T15:32:04.2024762Z test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:32:04.2115133Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bernoulli_cpu_float32 2022-09-27T15:32:04.2149301Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bernoulli_cpu_float32 2022-09-27T15:32:04.2303534Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:32:04.2320391Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:32:04.2463732Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:32:04.2547266Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bincount_cpu_int64 2022-09-27T15:32:04.2743915Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bincount_cpu_int64 2022-09-27T15:32:04.2767279Z test_ops.py::TestCommonCPU::test_out_split_cpu_float32 2022-09-27T15:32:04.2902876Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_split_cpu_float32 2022-09-27T15:32:04.2952437Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_or_cpu_int64 2022-09-27T15:32:04.3182822Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_or_cpu_int64 2022-09-27T15:32:04.3320310Z test_ops.py::TestCommonCPU::test_out_square_cpu_float32 2022-09-27T15:32:04.3328261Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_complex64 2022-09-27T15:32:04.3342938Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_complex64 2022-09-27T15:32:04.3392094Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_float32 2022-09-27T15:32:04.3417873Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_square_cpu_float32 2022-09-27T15:32:04.3572396Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_float32 2022-09-27T15:32:04.3621354Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_complex64 2022-09-27T15:32:04.3643564Z test_ops.py::TestCommonCPU::test_out_std_mean_cpu_float32 2022-09-27T15:32:04.3741780Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_std_mean_cpu_float32 2022-09-27T15:32:04.3783248Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:32:04.3818919Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_int64 2022-09-27T15:32:04.3829489Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:32:04.4062229Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_int64 2022-09-27T15:32:04.4080914Z test_ops.py::TestCommonCPU::test_out_sum_to_size_cpu_float32 2022-09-27T15:32:04.4182500Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_sum_to_size_cpu_float32 2022-09-27T15:32:04.4196702Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_int64 2022-09-27T15:32:04.4222536Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_int64 2022-09-27T15:32:04.4234889Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_shapes_cpu_float32 2022-09-27T15:32:04.4502731Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_shapes_cpu_float32 2022-09-27T15:32:04.4524256Z test_ops.py::TestCommonCPU::test_out_t_cpu_float32 2022-09-27T15:32:04.4622486Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_t_cpu_float32 2022-09-27T15:32:04.4663965Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:32:04.4942149Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_complex64 2022-09-27T15:32:04.4949475Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_complex64 2022-09-27T15:32:04.5035911Z test_ops.py::TestCommonCPU::test_out_tanh_cpu_float32 2022-09-27T15:32:04.5104551Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_tanh_cpu_float32 2022-09-27T15:32:04.5301969Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_int64 2022-09-27T15:32:04.5384332Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_int64 2022-09-27T15:32:04.5400411Z test_ops.py::TestCommonCPU::test_out_to_cpu_float32 2022-09-27T15:32:04.5410846Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:32:04.5422506Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_to_cpu_float32 2022-09-27T15:32:04.5525252Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:32:04.5542895Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:32:04.5594895Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_complex64 2022-09-27T15:32:04.5821806Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_complex64 2022-09-27T15:32:04.5843904Z test_ops.py::TestCommonCPU::test_out_transpose_cpu_float32 2022-09-27T15:32:04.5861592Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_transpose_cpu_float32 2022-09-27T15:32:04.5985057Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_float32 2022-09-27T15:32:04.6387503Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_float32 2022-09-27T15:32:04.6441110Z test_ops.py::TestCommonCPU::test_out_tril_cpu_float32 2022-09-27T15:32:04.6449727Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_float32 2022-09-27T15:32:04.6979549Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_float32 2022-09-27T15:32:04.7048406Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_float32 2022-09-27T15:32:04.7175082Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_int64 2022-09-27T15:32:04.7222195Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_float32 2022-09-27T15:32:04.7273843Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_float32 2022-09-27T15:32:04.7463612Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_int64 2022-09-27T15:32:04.7508802Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_complex64 2022-09-27T15:32:04.8026646Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_complex64 2022-09-27T15:32:04.8104034Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_float32 2022-09-27T15:32:04.8389650Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_float32 2022-09-27T15:32:04.8390276Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_float32 2022-09-27T15:32:04.8398993Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_tril_cpu_float32 2022-09-27T15:32:04.8974317Z test_ops.py::TestCommonCPU::test_out_true_divide_cpu_float32 2022-09-27T15:32:04.9011208Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_float32 2022-09-27T15:32:04.9196804Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_float32 2022-09-27T15:32:04.9550295Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_float32 2022-09-27T15:32:04.9592194Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_float32 2022-09-27T15:32:04.9608770Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_true_divide_cpu_float32 2022-09-27T15:32:04.9661078Z test_ops.py::TestCommonCPU::test_out_unfold_cpu_float32 2022-09-27T15:32:04.9670925Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_unfold_cpu_float32 2022-09-27T15:32:04.9904005Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_float32 2022-09-27T15:32:04.9966997Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_int64 2022-09-27T15:32:05.0064755Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_int64 2022-09-27T15:32:05.0088059Z test_ops.py::TestCommonCPU::test_out_unsqueeze_cpu_float32 2022-09-27T15:32:05.0347294Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_unsqueeze_cpu_float32 2022-09-27T15:32:05.0540771Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_complex64 2022-09-27T15:32:05.0541292Z test_ops.py::TestCommonCPU::test_out_view_as_complex_cpu_float32 2022-09-27T15:32:05.0621880Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_view_as_complex_cpu_float32 2022-09-27T15:32:05.0783922Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_complex64 2022-09-27T15:32:05.0952372Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_complex64 2022-09-27T15:32:05.0974415Z test_ops.py::TestCommonCPU::test_out_vsplit_cpu_float32 2022-09-27T15:32:05.1007326Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_vsplit_cpu_float32 2022-09-27T15:32:05.1222679Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_complex64 2022-09-27T15:32:05.1264677Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_float32 2022-09-27T15:32:05.1382845Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_float32 2022-09-27T15:32:05.1408623Z test_ops.py::TestCommonCPU::test_out_warning___getitem___cpu 2022-09-27T15:32:05.1662036Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning___getitem___cpu 2022-09-27T15:32:05.1826236Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_int64 2022-09-27T15:32:05.1836709Z test_ops.py::TestCommonCPU::test_out_warning___rmatmul___cpu 2022-09-27T15:32:05.1883056Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_int64 2022-09-27T15:32:05.2103580Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rmatmul___cpu 2022-09-27T15:32:05.2250540Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_float32 2022-09-27T15:32:05.2262472Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_float32 2022-09-27T15:32:05.2291608Z test_ops.py::TestCommonCPU::test_out_warning___rpow___cpu 2022-09-27T15:32:05.2310756Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rpow___cpu 2022-09-27T15:32:05.2317411Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_float32 2022-09-27T15:32:05.2543030Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_float32 2022-09-27T15:32:05.2608537Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_int64 2022-09-27T15:32:05.2675298Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_float32 2022-09-27T15:32:05.2701895Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_int64 2022-09-27T15:32:05.2721809Z test_ops.py::TestCommonCPU::test_out_warning__masked_amin_cpu 2022-09-27T15:32:05.2741223Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_amin_cpu 2022-09-27T15:32:05.2832239Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_float32 2022-09-27T15:32:05.2981669Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_float32 2022-09-27T15:32:05.3026343Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_complex64 2022-09-27T15:32:05.3141160Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_complex64 2022-09-27T15:32:05.3165089Z test_ops.py::TestCommonCPU::test_out_warning__masked_cumsum_cpu 2022-09-27T15:32:05.3181195Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_cumsum_cpu 2022-09-27T15:32:05.3423363Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_complex64 2022-09-27T15:32:05.3494727Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_float32 2022-09-27T15:32:05.3583706Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_float32 2022-09-27T15:32:05.3610887Z test_ops.py::TestCommonCPU::test_out_warning__masked_mean_cpu 2022-09-27T15:32:05.3718778Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_mean_cpu 2022-09-27T15:32:05.3725943Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_complex64 2022-09-27T15:32:05.3747521Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_complex64 2022-09-27T15:32:05.3861653Z [gw2] [ 11%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_complex64 2022-09-27T15:32:05.4022584Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_int64 2022-09-27T15:32:05.4046977Z test_ops.py::TestCommonCPU::test_out_warning__masked_prod_cpu 2022-09-27T15:32:05.4105319Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_prod_cpu 2022-09-27T15:32:05.4181592Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_int64 2022-09-27T15:32:05.4223895Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_float32 2022-09-27T15:32:05.4301568Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_float32 2022-09-27T15:32:05.4350642Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_float32 2022-09-27T15:32:05.4461718Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_float32 2022-09-27T15:32:05.4485691Z test_ops.py::TestCommonCPU::test_out_warning__masked_sum_cpu 2022-09-27T15:32:05.4621542Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_sum_cpu 2022-09-27T15:32:05.4666222Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_complex64 2022-09-27T15:32:05.4741234Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_complex64 2022-09-27T15:32:05.4878003Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_complex64 2022-09-27T15:32:05.4902148Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_complex64 2022-09-27T15:32:05.5033047Z test_ops.py::TestCommonCPU::test_out_warning__refs_acosh_cpu 2022-09-27T15:32:05.5061310Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_acosh_cpu 2022-09-27T15:32:05.5109710Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_float32 2022-09-27T15:32:05.5181174Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_float32 2022-09-27T15:32:05.5234513Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_float32 2022-09-27T15:32:05.5342050Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_float32 2022-09-27T15:32:05.5501596Z test_ops.py::TestCommonCPU::test_out_warning__refs_all_cpu 2022-09-27T15:32:05.5585237Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_float32 2022-09-27T15:32:05.5621479Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_float32 2022-09-27T15:32:05.5676514Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_int64 2022-09-27T15:32:05.5942653Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_int64 2022-09-27T15:32:05.6008218Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logcumsumexp_cpu_float32 2022-09-27T15:32:05.6020481Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_all_cpu 2022-09-27T15:32:05.6054418Z test_ops.py::TestCommonCPU::test_out_warning__refs_any_cpu 2022-09-27T15:32:05.6063230Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logcumsumexp_cpu_float32 2022-09-27T15:32:05.6223338Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_float32 2022-09-27T15:32:05.6382501Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_float32 2022-09-27T15:32:05.6446550Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_float32 2022-09-27T15:32:05.6496676Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_float32 2022-09-27T15:32:05.6507077Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_any_cpu 2022-09-27T15:32:05.6508979Z test_ops.py::TestCommonCPU::test_out_warning__refs_asinh_cpu 2022-09-27T15:32:05.6550541Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_int64 2022-09-27T15:32:05.6576243Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_asinh_cpu 2022-09-27T15:32:05.6821272Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_int64 2022-09-27T15:32:05.6848950Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_int64 2022-09-27T15:32:05.6943692Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_int64 2022-09-27T15:32:05.6944610Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_1d_cpu 2022-09-27T15:32:05.6967689Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_complex64 2022-09-27T15:32:05.7124995Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_1d_cpu 2022-09-27T15:32:05.7262295Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_complex64 2022-09-27T15:32:05.7333477Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_complex64 2022-09-27T15:32:05.7383104Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_complex64 2022-09-27T15:32:05.7384053Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_int64 2022-09-27T15:32:05.7463575Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_left_shift_cpu 2022-09-27T15:32:05.7624600Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_int64 2022-09-27T15:32:05.7701538Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_left_shift_cpu 2022-09-27T15:32:05.7740121Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_int64 2022-09-27T15:32:05.7823349Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_int64 2022-09-27T15:32:05.7825417Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_shapes_cpu 2022-09-27T15:32:05.7843576Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_float32 2022-09-27T15:32:05.7872463Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_shapes_cpu 2022-09-27T15:32:05.8141814Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_float32 2022-09-27T15:32:05.8265074Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_float32 2022-09-27T15:32:05.8265516Z test_ops.py::TestCommonCPU::test_out_warning__refs_ceil_cpu 2022-09-27T15:32:05.8324634Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_float32 2022-09-27T15:32:05.8330367Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_float32 2022-09-27T15:32:05.8472980Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_ceil_cpu 2022-09-27T15:32:05.8582240Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_float32 2022-09-27T15:32:05.8614332Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_int64 2022-09-27T15:32:05.8703939Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_int64 2022-09-27T15:32:05.8705929Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_int64 2022-09-27T15:32:05.8784450Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_min_cpu 2022-09-27T15:32:05.8898950Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_int64 2022-09-27T15:32:05.9022038Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_min_cpu 2022-09-27T15:32:05.9143734Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_float32 2022-09-27T15:32:05.9145940Z test_ops.py::TestCommonCPU::test_out_warning__refs_conj_physical_cpu 2022-09-27T15:32:05.9241405Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_float32 2022-09-27T15:32:05.9311398Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_conj_physical_cpu 2022-09-27T15:32:05.9568553Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_float32 2022-09-27T15:32:05.9575438Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_float32 2022-09-27T15:32:05.9583776Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_float32 2022-09-27T15:32:05.9588675Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_int64 2022-09-27T15:32:05.9722770Z test_ops.py::TestCommonCPU::test_out_warning__refs_cos_cpu 2022-09-27T15:32:05.9790036Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_cos_cpu 2022-09-27T15:32:05.9871294Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_int64 2022-09-27T15:32:05.9981807Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_float32 2022-09-27T15:32:06.0023962Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_complex64 2022-09-27T15:32:06.0024752Z test_ops.py::TestCommonCPU::test_out_warning__refs_digamma_cpu 2022-09-27T15:32:06.0095308Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_complex64 2022-09-27T15:32:06.0131997Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_complex64 2022-09-27T15:32:06.0155342Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_digamma_cpu 2022-09-27T15:32:06.0422731Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_complex64 2022-09-27T15:32:06.0463121Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_float32 2022-09-27T15:32:06.0466648Z test_ops.py::TestCommonCPU::test_out_warning__refs_dsplit_cpu 2022-09-27T15:32:06.0503458Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_float32 2022-09-27T15:32:06.0528828Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_dsplit_cpu 2022-09-27T15:32:06.0653898Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_float32 2022-09-27T15:32:06.0862108Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_float32 2022-09-27T15:32:06.0899025Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_int64 2022-09-27T15:32:06.0912367Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_int64 2022-09-27T15:32:06.0913789Z test_ops.py::TestCommonCPU::test_out_warning__refs_eq_cpu 2022-09-27T15:32:06.0934634Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_int64 2022-09-27T15:32:06.1191478Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_int64 2022-09-27T15:32:06.1304385Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_eq_cpu 2022-09-27T15:32:06.1346004Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_complex64 2022-09-27T15:32:06.1464048Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_complex64 2022-09-27T15:32:06.1572734Z test_ops.py::TestCommonCPU::test_out_warning__refs_exp2_cpu 2022-09-27T15:32:06.1630372Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_exp2_cpu 2022-09-27T15:32:06.1725351Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_complex64 2022-09-27T15:32:06.1742126Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_complex64 2022-09-27T15:32:06.1782390Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_float32 2022-09-27T15:32:06.1815932Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_float32 2022-09-27T15:32:06.1863584Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_float32 2022-09-27T15:32:06.1902003Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_float32 2022-09-27T15:32:06.1954436Z test_ops.py::TestCommonCPU::test_out_warning__refs_expm1_cpu 2022-09-27T15:32:06.2181818Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_expm1_cpu 2022-09-27T15:32:06.2209216Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_int64 2022-09-27T15:32:06.2222337Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_int64 2022-09-27T15:32:06.2272030Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_float32 2022-09-27T15:32:06.2341864Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_float32 2022-09-27T15:32:06.2619281Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftn_cpu 2022-09-27T15:32:06.2627524Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftn_cpu 2022-09-27T15:32:06.2662593Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_int64 2022-09-27T15:32:06.2681989Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_float32 2022-09-27T15:32:06.2746205Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_int64 2022-09-27T15:32:06.2781842Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_float32 2022-09-27T15:32:06.3063110Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfftn_cpu 2022-09-27T15:32:06.3087636Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_int64 2022-09-27T15:32:06.3153454Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfftn_cpu 2022-09-27T15:32:06.3174012Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_int64 2022-09-27T15:32:06.3197637Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_int64 2022-09-27T15:32:06.3221535Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_int64 2022-09-27T15:32:06.3241156Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftshift_cpu 2022-09-27T15:32:06.3501929Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftshift_cpu 2022-09-27T15:32:06.3542636Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:32:06.3662187Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_complex64 2022-09-27T15:32:06.3675219Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft2_cpu 2022-09-27T15:32:06.3879155Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:32:06.3943096Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft2_cpu 2022-09-27T15:32:06.4019833Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_int64 2022-09-27T15:32:06.4023082Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_complex64 2022-09-27T15:32:06.4030918Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_int64 2022-09-27T15:32:06.4069874Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_int64 2022-09-27T15:32:06.4101214Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_int64 2022-09-27T15:32:06.4355698Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft_cpu 2022-09-27T15:32:06.4381339Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft_cpu 2022-09-27T15:32:06.4416991Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_int64 2022-09-27T15:32:06.4501958Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_int64 2022-09-27T15:32:06.4542808Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_complex64 2022-09-27T15:32:06.4568628Z test_ops.py::TestCommonCPU::test_out_warning__refs_flip_cpu 2022-09-27T15:32:06.4601971Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_flip_cpu 2022-09-27T15:32:06.4821599Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_complex64 2022-09-27T15:32:06.4855732Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_float32 2022-09-27T15:32:06.4941024Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_float32 2022-09-27T15:32:06.5015752Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_float32 2022-09-27T15:32:06.5053279Z test_ops.py::TestCommonCPU::test_out_warning__refs_floor_cpu 2022-09-27T15:32:06.5057099Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_floor_cpu 2022-09-27T15:32:06.5262097Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_float32 2022-09-27T15:32:06.5295990Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_complex64 2022-09-27T15:32:06.5381419Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_complex64 2022-09-27T15:32:06.5422176Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_int64 2022-09-27T15:32:06.5444135Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmod_cpu 2022-09-27T15:32:06.5701638Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_int64 2022-09-27T15:32:06.5741495Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_int64 2022-09-27T15:32:06.5789484Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_int64 2022-09-27T15:32:06.5821181Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fmod_cpu 2022-09-27T15:32:06.5863364Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_complex64 2022-09-27T15:32:06.5936606Z test_ops.py::TestCommonCPU::test_out_warning__refs_gt_cpu 2022-09-27T15:32:06.6102295Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_complex64 2022-09-27T15:32:06.6141417Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_gt_cpu 2022-09-27T15:32:06.6249617Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_multinomial_cpu_float32 2022-09-27T15:32:06.6262195Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_multinomial_cpu_float32 2022-09-27T15:32:06.6308278Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_float32 2022-09-27T15:32:06.6381495Z test_ops.py::TestCommonCPU::test_out_warning__refs_hypot_cpu 2022-09-27T15:32:06.6574465Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_float32 2022-09-27T15:32:06.6582903Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_hypot_cpu 2022-09-27T15:32:06.6702555Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:32:06.6722151Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_int64 2022-09-27T15:32:06.6744710Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:32:06.6764852Z test_ops.py::TestCommonCPU::test_out_warning__refs_imag_cpu 2022-09-27T15:32:06.6771305Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_int64 2022-09-27T15:32:06.7022254Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_imag_cpu 2022-09-27T15:32:06.7142256Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:32:06.7155547Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_complex64 2022-09-27T15:32:06.7183394Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:32:06.7237936Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_select_cpu 2022-09-27T15:32:06.7271144Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_complex64 2022-09-27T15:32:06.7461921Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_index_select_cpu 2022-09-27T15:32:06.7583109Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmean_cpu_float32 2022-09-27T15:32:06.7622879Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_float32 2022-09-27T15:32:06.7677021Z test_ops.py::TestCommonCPU::test_out_warning__refs_isnan_cpu 2022-09-27T15:32:06.7815750Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isnan_cpu 2022-09-27T15:32:06.7952039Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_float32 2022-09-27T15:32:06.7961445Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmean_cpu_float32 2022-09-27T15:32:06.8023193Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_float32 2022-09-27T15:32:06.8062343Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_int64 2022-09-27T15:32:06.8128328Z test_ops.py::TestCommonCPU::test_out_warning__refs_lcm_cpu 2022-09-27T15:32:06.8314873Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_int64 2022-09-27T15:32:06.8355648Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_lcm_cpu 2022-09-27T15:32:06.8421282Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_float32 2022-09-27T15:32:06.8456274Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_int64 2022-09-27T15:32:06.8465743Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_int64 2022-09-27T15:32:06.8501999Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_int64 2022-09-27T15:32:06.8533176Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_norm_cpu 2022-09-27T15:32:06.8863539Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_int64 2022-09-27T15:32:06.8902709Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_layer_norm_cpu_float32 2022-09-27T15:32:07.0915547Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_float32 2022-09-27T15:32:07.0932295Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_float32 2022-09-27T15:32:07.1023687Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_int64 2022-09-27T15:32:07.1240203Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_int64 2022-09-27T15:32:07.1250707Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_layer_norm_cpu_float32 2022-09-27T15:32:07.1284702Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_complex64 2022-09-27T15:32:07.1343349Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_complex64 2022-09-27T15:32:07.1427013Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_float32 2022-09-27T15:32:07.1663689Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_float32 2022-09-27T15:32:07.1677820Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_float32 2022-09-27T15:32:07.1782630Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_float32 2022-09-27T15:32:07.1894056Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_float32 2022-09-27T15:32:07.2105458Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_float32 2022-09-27T15:32:07.2120326Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_int64 2022-09-27T15:32:07.2224262Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_int64 2022-09-27T15:32:07.2272649Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_int64 2022-09-27T15:32:07.2545617Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_int64 2022-09-27T15:32:07.2594805Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_complex64 2022-09-27T15:32:07.2663660Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_complex64 2022-09-27T15:32:07.2824910Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_complex64 2022-09-27T15:32:07.2894408Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_complex64 2022-09-27T15:32:07.2900907Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_norm_cpu 2022-09-27T15:32:07.2982467Z test_ops.py::TestCommonCPU::test_out_warning__refs_linspace_cpu 2022-09-27T15:32:07.3024661Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_float32 2022-09-27T15:32:07.3102656Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_float32 2022-09-27T15:32:07.3143968Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_float32 2022-09-27T15:32:07.3422894Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_float32 2022-09-27T15:32:07.3542358Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:32:07.3551941Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:32:07.3632403Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_int64 2022-09-27T15:32:07.3811921Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_int64 2022-09-27T15:32:07.3819330Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linspace_cpu 2022-09-27T15:32:07.3862345Z test_ops.py::TestCommonCPU::test_out_warning__refs_log_cpu 2022-09-27T15:32:07.3898407Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:32:07.3983240Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_log_cpu 2022-09-27T15:32:07.4093775Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_complex64 2022-09-27T15:32:07.4223829Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:32:07.4253781Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_or_cpu 2022-09-27T15:32:07.4302289Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_complex64 2022-09-27T15:32:07.4342153Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_int64 2022-09-27T15:32:07.4423762Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_int64 2022-09-27T15:32:07.4448886Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_int64 2022-09-27T15:32:07.4507754Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_int64 2022-09-27T15:32:07.4661902Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logical_or_cpu 2022-09-27T15:32:07.4742737Z test_ops.py::TestCommonCPU::test_out_warning__refs_lt_cpu 2022-09-27T15:32:07.4864726Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_float32 2022-09-27T15:32:07.4881981Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_int64 2022-09-27T15:32:07.4942437Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_lt_cpu 2022-09-27T15:32:07.5142430Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_int64 2022-09-27T15:32:07.5173216Z test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_list_of_tensors_cpu 2022-09-27T15:32:07.5207511Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_list_of_tensors_cpu 2022-09-27T15:32:07.5214416Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_float32 2022-09-27T15:32:07.5255458Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_celu_cpu_float32 2022-09-27T15:32:07.5301645Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_celu_cpu_float32 2022-09-27T15:32:07.5364814Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_int64 2022-09-27T15:32:07.5581436Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_int64 2022-09-27T15:32:07.5622084Z test_ops.py::TestCommonCPU::test_out_warning__refs_mul_cpu 2022-09-27T15:32:07.5743597Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_complex64 2022-09-27T15:32:07.5794251Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_float32 2022-09-27T15:32:07.5847717Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_float32 2022-09-27T15:32:07.6022886Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_mul_cpu 2022-09-27T15:32:07.6185209Z test_ops.py::TestCommonCPU::test_out_warning__refs_ne_cpu 2022-09-27T15:32:07.6296557Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_int64 2022-09-27T15:32:07.6466770Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_ne_cpu 2022-09-27T15:32:07.6504703Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_full_cpu 2022-09-27T15:32:07.6542044Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_new_full_cpu 2022-09-27T15:32:07.6623153Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_int64 2022-09-27T15:32:07.6939180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_complex64 2022-09-27T15:32:07.6942996Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_celu_cpu 2022-09-27T15:32:07.7090940Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_celu_cpu 2022-09-27T15:32:07.7113592Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_complex64 2022-09-27T15:32:07.7257732Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_int64 2022-09-27T15:32:07.7346547Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_int64 2022-09-27T15:32:07.7545916Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_glu_cpu 2022-09-27T15:32:07.7806536Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_float32 2022-09-27T15:32:07.7819560Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_complex64 2022-09-27T15:32:07.7860088Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:32:07.8024754Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_float32 2022-09-27T15:32:07.8061708Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histc_cpu_float32 2022-09-27T15:32:07.8266340Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:32:07.8455770Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:32:07.8503591Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_histc_cpu_float32 2022-09-27T15:32:07.8666019Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_float32 2022-09-27T15:32:07.8680846Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_glu_cpu 2022-09-27T15:32:07.8720951Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_l1_loss_cpu 2022-09-27T15:32:07.8767679Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_l1_loss_cpu 2022-09-27T15:32:07.8779999Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:32:07.8820189Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:32:07.8942608Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_float32 2022-09-27T15:32:07.8987313Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_int64 2022-09-27T15:32:07.9017307Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:32:07.9102144Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_int64 2022-09-27T15:32:07.9124944Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mish_cpu 2022-09-27T15:32:07.9181626Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mish_cpu 2022-09-27T15:32:07.9382769Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout3d_cpu_float32 2022-09-27T15:32:07.9423355Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_igamma_cpu_float32 2022-09-27T15:32:07.9484479Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout3d_cpu_float32 2022-09-27T15:32:07.9541793Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_igamma_cpu_float32 2022-09-27T15:32:07.9566136Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:32:07.9621475Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:32:07.9670923Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_cpu_float32 2022-09-27T15:32:07.9822496Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_cpu_float32 2022-09-27T15:32:07.9937063Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_float32 2022-09-27T15:32:07.9981635Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_float32 2022-09-27T15:32:08.0005298Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_selu_cpu 2022-09-27T15:32:08.0061762Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_selu_cpu 2022-09-27T15:32:08.0163297Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_int64 2022-09-27T15:32:08.0262400Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_int64 2022-09-27T15:32:08.0295910Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_int64 2022-09-27T15:32:08.0423229Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_int64 2022-09-27T15:32:08.0448779Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_threshold_cpu 2022-09-27T15:32:08.0501489Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_threshold_cpu 2022-09-27T15:32:08.0590569Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gelu_cpu_float32 2022-09-27T15:32:08.0703100Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gelu_cpu_float32 2022-09-27T15:32:08.0782672Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_complex64 2022-09-27T15:32:08.0862653Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_complex64 2022-09-27T15:32:08.0882340Z test_ops.py::TestCommonCPU::test_out_warning__refs_positive_cpu 2022-09-27T15:32:08.0941743Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_positive_cpu 2022-09-27T15:32:08.1002669Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardshrink_cpu_float32 2022-09-27T15:32:08.1141873Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardshrink_cpu_float32 2022-09-27T15:32:08.1284520Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_int64 2022-09-27T15:32:08.1302960Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_int64 2022-09-27T15:32:08.1331239Z test_ops.py::TestCommonCPU::test_out_warning__refs_ravel_cpu 2022-09-27T15:32:08.1381646Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_ravel_cpu 2022-09-27T15:32:08.1414921Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_int64 2022-09-27T15:32:08.1582119Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_int64 2022-09-27T15:32:08.1632521Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_complex64 2022-09-27T15:32:08.1741952Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_complex64 2022-09-27T15:32:08.1784080Z test_ops.py::TestCommonCPU::test_out_warning__refs_repeat_cpu 2022-09-27T15:32:08.1821556Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_repeat_cpu 2022-09-27T15:32:08.1940133Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:32:08.2021682Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:32:08.2054193Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_float32 2022-09-27T15:32:08.2182031Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_float32 2022-09-27T15:32:08.2203978Z test_ops.py::TestCommonCPU::test_out_warning__refs_rot90_cpu 2022-09-27T15:32:08.2262572Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_rot90_cpu 2022-09-27T15:32:08.2376049Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:32:08.2463023Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:32:08.2562265Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_int64 2022-09-27T15:32:08.2623504Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_int64 2022-09-27T15:32:08.2682178Z test_ops.py::TestCommonCPU::test_out_warning__refs_sgn_cpu 2022-09-27T15:32:08.2703000Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sgn_cpu 2022-09-27T15:32:08.2800429Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_float32 2022-09-27T15:32:08.2904210Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_float32 2022-09-27T15:32:08.2938823Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_float32 2022-09-27T15:32:08.3064788Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_float32 2022-09-27T15:32:08.3129077Z test_ops.py::TestCommonCPU::test_out_warning__refs_sin_cpu 2022-09-27T15:32:08.3143200Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sin_cpu 2022-09-27T15:32:08.3345545Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_float32 2022-09-27T15:32:08.3366117Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_int64 2022-09-27T15:32:08.3381622Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_float32 2022-09-27T15:32:08.3502439Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_int64 2022-09-27T15:32:08.3581954Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i0e_cpu 2022-09-27T15:32:08.3588503Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:32:08.3626533Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_i0e_cpu 2022-09-27T15:32:08.3782095Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:32:08.3809902Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_float32 2022-09-27T15:32:08.3942164Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_float32 2022-09-27T15:32:08.4022726Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_1_cpu 2022-09-27T15:32:08.4198683Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:32:08.4222942Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_1_cpu 2022-09-27T15:32:08.4382309Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_complex64 2022-09-27T15:32:08.4394683Z test_ops.py::TestCommonCPU::test_out_warning__refs_sqrt_cpu 2022-09-27T15:32:08.4444974Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_complex64 2022-09-27T15:32:08.4662014Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sqrt_cpu 2022-09-27T15:32:08.4821961Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_float32 2022-09-27T15:32:08.5255186Z test_ops.py::TestCommonCPU::test_out_warning__refs_std_cpu 2022-09-27T15:32:08.5277368Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_std_cpu 2022-09-27T15:32:08.5315448Z test_ops.py::TestCommonCPU::test_out_warning__refs_sum_to_size_cpu 2022-09-27T15:32:08.5743747Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sum_to_size_cpu 2022-09-27T15:32:08.5752547Z test_ops.py::TestCommonCPU::test_out_warning__refs_tensor_split_cpu 2022-09-27T15:32:08.6184694Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_tensor_split_cpu 2022-09-27T15:32:08.6455816Z test_ops.py::TestCommonCPU::test_out_warning__refs_tril_cpu 2022-09-27T15:32:08.6700514Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_tril_cpu 2022-09-27T15:32:08.6962092Z test_ops.py::TestCommonCPU::test_out_warning__refs_true_divide_cpu 2022-09-27T15:32:08.7062127Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_true_divide_cpu 2022-09-27T15:32:08.7139133Z test_ops.py::TestCommonCPU::test_out_warning__refs_unfold_copy_cpu 2022-09-27T15:32:08.7567062Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_unfold_copy_cpu 2022-09-27T15:32:08.7581210Z test_ops.py::TestCommonCPU::test_out_warning__refs_view_as_cpu 2022-09-27T15:32:08.8056245Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_view_as_cpu 2022-09-27T15:32:08.8064264Z test_ops.py::TestCommonCPU::test_out_warning__refs_where_cpu 2022-09-27T15:32:08.8489612Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_where_cpu 2022-09-27T15:32:08.8556139Z test_ops.py::TestCommonCPU::test_out_warning_acosh_cpu 2022-09-27T15:32:08.8982433Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_acosh_cpu 2022-09-27T15:32:08.9289223Z test_ops.py::TestCommonCPU::test_out_warning_addcmul_cpu 2022-09-27T15:32:08.9438416Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addcmul_cpu 2022-09-27T15:32:08.9597304Z test_ops.py::TestCommonCPU::test_out_warning_addr_cpu 2022-09-27T15:32:08.9979755Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addr_cpu 2022-09-27T15:32:09.0392247Z test_ops.py::TestCommonCPU::test_out_warning_amin_cpu 2022-09-27T15:32:09.0419387Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_amin_cpu 2022-09-27T15:32:09.0483837Z test_ops.py::TestCommonCPU::test_out_warning_arange_cpu 2022-09-27T15:32:09.0895657Z [gw3] [ 12%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_arange_cpu 2022-09-27T15:32:09.0904424Z test_ops.py::TestCommonCPU::test_out_warning_argwhere_cpu 2022-09-27T15:32:09.1343383Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_argwhere_cpu 2022-09-27T15:32:09.1370662Z test_ops.py::TestCommonCPU::test_out_warning_asinh_cpu 2022-09-27T15:32:09.1784958Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_asinh_cpu 2022-09-27T15:32:09.1820432Z test_ops.py::TestCommonCPU::test_out_warning_atleast_1d_cpu 2022-09-27T15:32:09.2261142Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atleast_1d_cpu 2022-09-27T15:32:09.2302809Z test_ops.py::TestCommonCPU::test_out_warning_bernoulli_cpu 2022-09-27T15:32:09.2720110Z [gw3] [ 12%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_bernoulli_cpu 2022-09-27T15:32:09.2914722Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_left_shift_cpu 2022-09-27T15:32:09.3180804Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_left_shift_cpu 2022-09-27T15:32:09.3390947Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_xor_cpu 2022-09-27T15:32:09.3584973Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_xor_cpu 2022-09-27T15:32:09.3622585Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_shapes_cpu 2022-09-27T15:32:09.4107864Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_broadcast_shapes_cpu 2022-09-27T15:32:09.4115320Z test_ops.py::TestCommonCPU::test_out_warning_byte_cpu 2022-09-27T15:32:09.4582527Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_byte_cpu 2022-09-27T15:32:09.4588706Z test_ops.py::TestCommonCPU::test_out_warning_ceil_cpu 2022-09-27T15:32:09.5015935Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ceil_cpu 2022-09-27T15:32:09.5434648Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_inverse_cpu 2022-09-27T15:32:09.5456318Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cholesky_inverse_cpu 2022-09-27T15:32:09.5723561Z test_ops.py::TestCommonCPU::test_out_warning_clamp_max_cpu 2022-09-27T15:32:09.5782705Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_clamp_max_cpu 2022-09-27T15:32:09.5821616Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_float32 2022-09-27T15:32:09.5842949Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:32:09.5863283Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:32:09.5883249Z test_ops.py::TestCommonCPU::test_out_warning_combinations_cpu 2022-09-27T15:32:09.6224366Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_combinations_cpu 2022-09-27T15:32:09.6247715Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_float32 2022-09-27T15:32:09.6271867Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_float32 2022-09-27T15:32:09.6279991Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:32:09.6302402Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:32:09.6323281Z test_ops.py::TestCommonCPU::test_out_warning_constant_pad_nd_cpu 2022-09-27T15:32:09.6663698Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_constant_pad_nd_cpu 2022-09-27T15:32:09.6687998Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_int64 2022-09-27T15:32:09.6742881Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_int64 2022-09-27T15:32:09.6823835Z test_ops.py::TestCommonCPU::test_out_warning_cos_cpu 2022-09-27T15:32:09.7103366Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cos_cpu 2022-09-27T15:32:09.7198461Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_complex64 2022-09-27T15:32:09.7277368Z test_ops.py::TestCommonCPU::test_out_warning_cross_cpu 2022-09-27T15:32:09.7348182Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cross_cpu 2022-09-27T15:32:09.7543800Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_complex64 2022-09-27T15:32:09.7602887Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_int64 2022-09-27T15:32:09.7659020Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_int64 2022-09-27T15:32:09.7745141Z test_ops.py::TestCommonCPU::test_out_warning_cumsum_cpu 2022-09-27T15:32:09.7984544Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cumsum_cpu 2022-09-27T15:32:09.8063059Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_int64 2022-09-27T15:32:09.8091811Z test_ops.py::TestCommonCPU::test_out_warning_diag_embed_cpu 2022-09-27T15:32:09.8580480Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diag_embed_cpu 2022-09-27T15:32:09.8734638Z test_ops.py::TestCommonCPU::test_out_warning_diff_cpu 2022-09-27T15:32:09.8782263Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_int64 2022-09-27T15:32:10.0217761Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_float32 2022-09-27T15:32:10.0233720Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_float32 2022-09-27T15:32:10.0258766Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_float32 2022-09-27T15:32:10.0271637Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:32:10.0292697Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mish_cpu_float32 2022-09-27T15:32:10.0307876Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diff_cpu 2022-09-27T15:32:10.0447733Z test_ops.py::TestCommonCPU::test_out_warning_div_no_rounding_mode_cpu 2022-09-27T15:32:10.0566380Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mish_cpu_float32 2022-09-27T15:32:10.0577958Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_float32 2022-09-27T15:32:10.0661306Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_div_no_rounding_mode_cpu 2022-09-27T15:32:10.0702626Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_float32 2022-09-27T15:32:10.0753027Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:32:10.0755694Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_float32 2022-09-27T15:32:10.0768192Z test_ops.py::TestCommonCPU::test_out_warning_dsplit_cpu 2022-09-27T15:32:10.0808663Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_dsplit_cpu 2022-09-27T15:32:10.1103014Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:32:10.1142950Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_complex64 2022-09-27T15:32:10.1218741Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_one_hot_cpu_int64 2022-09-27T15:32:10.1224392Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_complex64 2022-09-27T15:32:10.1254219Z test_ops.py::TestCommonCPU::test_out_warning_empty_like_cpu 2022-09-27T15:32:10.1269061Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_empty_like_cpu 2022-09-27T15:32:10.1541700Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_one_hot_cpu_int64 2022-09-27T15:32:10.1583417Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_complex64 2022-09-27T15:32:10.1687305Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:32:10.1752421Z test_ops.py::TestCommonCPU::test_out_warning_erfc_cpu 2022-09-27T15:32:10.1895359Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_erfc_cpu 2022-09-27T15:32:10.1982848Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_complex64 2022-09-27T15:32:10.2130694Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_complex64 2022-09-27T15:32:10.2134322Z test_ops.py::TestCommonCPU::test_out_warning_expand_as_cpu 2022-09-27T15:32:10.2178446Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_expand_as_cpu 2022-09-27T15:32:10.2194813Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:32:10.2287576Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:32:10.2390047Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_complex64 2022-09-27T15:32:10.2421282Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:32:10.2542804Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_complex64 2022-09-27T15:32:10.2694067Z test_ops.py::TestCommonCPU::test_out_warning_fft_fft2_cpu 2022-09-27T15:32:10.2856112Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:32:10.2871040Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:32:10.2928885Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_fft2_cpu 2022-09-27T15:32:10.2936715Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_complex64 2022-09-27T15:32:10.3022326Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_complex64 2022-09-27T15:32:10.3068068Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfft2_cpu 2022-09-27T15:32:10.3102930Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_complex64 2022-09-27T15:32:10.3260484Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:32:10.3295902Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_hfft2_cpu 2022-09-27T15:32:10.3382030Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:32:10.3440202Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:32:10.3501846Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:32:10.3541638Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifft_cpu 2022-09-27T15:32:10.3749256Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_int64 2022-09-27T15:32:10.3773771Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_ifft_cpu 2022-09-27T15:32:10.3821748Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_int64 2022-09-27T15:32:10.3942292Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_complex64 2022-09-27T15:32:10.4087657Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft_cpu 2022-09-27T15:32:10.4197555Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_float32 2022-09-27T15:32:10.4381954Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_float32 2022-09-27T15:32:10.4415600Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft_cpu 2022-09-27T15:32:10.4580605Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfftn_cpu 2022-09-27T15:32:10.4603258Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_rrelu_cpu_float32 2022-09-27T15:32:10.5053808Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_rrelu_cpu_float32 2022-09-27T15:32:10.5110106Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:32:10.5448428Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:32:10.5690570Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:32:10.5729655Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:32:10.5745857Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_irfftn_cpu 2022-09-27T15:32:10.5778429Z test_ops.py::TestCommonCPU::test_out_warning_fill_cpu 2022-09-27T15:32:10.5824768Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fill_cpu 2022-09-27T15:32:10.6107410Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_complex64 2022-09-27T15:32:10.6133114Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_complex64 2022-09-27T15:32:10.6151481Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_complex64 2022-09-27T15:32:10.6183722Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_complex64 2022-09-27T15:32:10.6212248Z test_ops.py::TestCommonCPU::test_out_warning_flipud_cpu 2022-09-27T15:32:10.6304860Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_flipud_cpu 2022-09-27T15:32:10.6459620Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:32:10.6494919Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_complex64 2022-09-27T15:32:10.6541593Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:32:10.6623022Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:32:10.6742328Z test_ops.py::TestCommonCPU::test_out_warning_floor_divide_cpu 2022-09-27T15:32:10.6934082Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:32:10.6989746Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:32:10.6999486Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:32:10.7063898Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_complex64 2022-09-27T15:32:10.7076390Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_floor_divide_cpu 2022-09-27T15:32:10.7100594Z test_ops.py::TestCommonCPU::test_out_warning_frac_cpu 2022-09-27T15:32:10.7110381Z [gw1] [ 12%] XFAIL test_ops.py::TestCommonCPU::test_dtypes_ormqr_cpu 2022-09-27T15:32:10.7175647Z test_ops.py::TestCommonCPU::test_dtypes_pinverse_cpu 2022-09-27T15:32:10.7236871Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_frac_cpu 2022-09-27T15:32:10.7560101Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:32:10.7563956Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:32:10.7622979Z test_ops.py::TestCommonCPU::test_out_warning_gcd_cpu 2022-09-27T15:32:10.7709159Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:32:10.8005192Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_gcd_cpu 2022-09-27T15:32:10.8016829Z test_ops.py::TestCommonCPU::test_out_warning_gt_cpu 2022-09-27T15:32:10.8063675Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:32:10.8146521Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_int64 2022-09-27T15:32:10.8158388Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_pinverse_cpu 2022-09-27T15:32:10.8211776Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_gt_cpu 2022-09-27T15:32:10.8225833Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_complex64 2022-09-27T15:32:10.8231532Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_int64 2022-09-27T15:32:10.8237039Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_2_cpu 2022-09-27T15:32:10.8245431Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_complex64 2022-09-27T15:32:10.8382131Z [gw1] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_2_cpu 2022-09-27T15:32:10.8503158Z test_ops.py::TestCommonCPU::test_out_warning_histogram_cpu 2022-09-27T15:32:10.8576682Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_float32 2022-09-27T15:32:10.8664961Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_float32 2022-09-27T15:32:10.8670698Z test_ops.py::TestCommonCPU::test_dtypes_pow_cpu 2022-09-27T15:32:10.8679448Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_complex64 2022-09-27T15:32:10.8691884Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_complex64 2022-09-27T15:32:10.8942434Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_complex64 2022-09-27T15:32:10.8986795Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_float32 2022-09-27T15:32:10.9102177Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_float32 2022-09-27T15:32:10.9384484Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_float32 2022-09-27T15:32:10.9416209Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_float32 2022-09-27T15:32:10.9823145Z [gw2] [ 12%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_float32 2022-09-27T15:32:10.9863318Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_int64 2022-09-27T15:32:11.0071741Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_int64 2022-09-27T15:32:11.0080677Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_float32 2022-09-27T15:32:11.0145934Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_float32 2022-09-27T15:32:11.0156259Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_pow_cpu 2022-09-27T15:32:11.0303694Z test_ops.py::TestCommonCPU::test_dtypes_quantile_cpu 2022-09-27T15:32:11.0424026Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_float32 2022-09-27T15:32:11.0440971Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_float32 2022-09-27T15:32:11.0501322Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_float32 2022-09-27T15:32:11.0519916Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_float32 2022-09-27T15:32:11.0742931Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_float32 2022-09-27T15:32:11.0804841Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_float32 2022-09-27T15:32:11.0942491Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_float32 2022-09-27T15:32:11.1069209Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_float32 2022-09-27T15:32:11.1182990Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_float32 2022-09-27T15:32:11.1354673Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polar_cpu_float32 2022-09-27T15:32:11.1382712Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polar_cpu_float32 2022-09-27T15:32:11.1613424Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_float32 2022-09-27T15:32:11.1624484Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_float32 2022-09-27T15:32:11.1640155Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_int64 2022-09-27T15:32:11.1822241Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_int64 2022-09-27T15:32:11.2064567Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_float32 2022-09-27T15:32:11.2085303Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_int64 2022-09-27T15:32:11.2546092Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_int64 2022-09-27T15:32:11.2724798Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_float32 2022-09-27T15:32:11.2780050Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_histogram_cpu 2022-09-27T15:32:11.2927580Z test_ops.py::TestCommonCPU::test_out_warning_hypot_cpu 2022-09-27T15:32:11.2982513Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_float32 2022-09-27T15:32:11.2994316Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_hypot_cpu 2022-09-27T15:32:11.3184819Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_int64 2022-09-27T15:32:11.3209291Z test_ops.py::TestCommonCPU::test_out_warning_imag_cpu 2022-09-27T15:32:11.3242186Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_imag_cpu 2022-09-27T15:32:11.3423484Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_int64 2022-09-27T15:32:11.3624123Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_complex64 2022-09-27T15:32:11.3653937Z test_ops.py::TestCommonCPU::test_out_warning_index_put_cpu 2022-09-27T15:32:11.3748697Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_put_cpu 2022-09-27T15:32:11.3863795Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_complex64 2022-09-27T15:32:11.4105739Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_float32 2022-09-27T15:32:11.4110919Z test_ops.py::TestCommonCPU::test_out_warning_int_cpu 2022-09-27T15:32:11.4453126Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_int_cpu 2022-09-27T15:32:11.4470378Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_float32 2022-09-27T15:32:11.4504321Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_complex64 2022-09-27T15:32:11.4539771Z test_ops.py::TestCommonCPU::test_out_warning_isinf_cpu 2022-09-27T15:32:11.4617680Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isinf_cpu 2022-09-27T15:32:11.4906179Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_complex64 2022-09-27T15:32:11.4922100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_complex64 2022-09-27T15:32:11.4984773Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_complex64 2022-09-27T15:32:11.5011518Z test_ops.py::TestCommonCPU::test_out_warning_isreal_cpu 2022-09-27T15:32:11.5345356Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isreal_cpu 2022-09-27T15:32:11.5464816Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_complex64 2022-09-27T15:32:11.5503367Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_cpu 2022-09-27T15:32:11.5528345Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_cpu 2022-09-27T15:32:11.5549685Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_float32 2022-09-27T15:32:11.5601868Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_float32 2022-09-27T15:32:11.5645983Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_complex64 2022-09-27T15:32:11.5784347Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_float32 2022-09-27T15:32:11.5829978Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_float32 2022-09-27T15:32:11.5904477Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_float32 2022-09-27T15:32:11.5985210Z test_ops.py::TestCommonCPU::test_out_warning_kthvalue_cpu 2022-09-27T15:32:11.6115091Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_float32 2022-09-27T15:32:11.6164097Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_float32 2022-09-27T15:32:11.6223847Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_kthvalue_cpu 2022-09-27T15:32:11.6256868Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_int64 2022-09-27T15:32:11.6382671Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_int64 2022-09-27T15:32:11.6423681Z test_ops.py::TestCommonCPU::test_out_warning_lerp_cpu 2022-09-27T15:32:11.6667228Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_complex64 2022-09-27T15:32:11.6723933Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_float32 2022-09-27T15:32:11.6827374Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lerp_cpu 2022-09-27T15:32:11.6940404Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cond_cpu 2022-09-27T15:32:11.7331030Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_cond_cpu 2022-09-27T15:32:11.7469058Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eig_cpu 2022-09-27T15:32:11.7501958Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_float32 2022-09-27T15:32:11.7693796Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_complex64 2022-09-27T15:32:11.7711333Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_eig_cpu 2022-09-27T15:32:11.7843676Z test_ops.py::TestCommonCPU::test_out_warning_linalg_householder_product_cpu 2022-09-27T15:32:11.7902427Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_complex64 2022-09-27T15:32:11.7927569Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_int64 2022-09-27T15:32:11.7941955Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_householder_product_cpu 2022-09-27T15:32:11.7949826Z [gw0] [ 12%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_int64 2022-09-27T15:32:11.7955711Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_complex64 2022-09-27T15:32:11.8028037Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_float32 2022-09-27T15:32:11.8142364Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_float32 2022-09-27T15:32:11.8249796Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_ex_cpu 2022-09-27T15:32:11.8342151Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_ex_cpu 2022-09-27T15:32:11.8373322Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_float32 2022-09-27T15:32:11.8382737Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_float32 2022-09-27T15:32:11.8418935Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_int64 2022-09-27T15:32:11.8581472Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_int64 2022-09-27T15:32:11.8783892Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_cpu 2022-09-27T15:32:11.8822197Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_int64 2022-09-27T15:32:11.8854730Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_int64 2022-09-27T15:32:11.8905221Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_complex64 2022-09-27T15:32:11.9026126Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_complex64 2022-09-27T15:32:11.9037061Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_cpu 2022-09-27T15:32:11.9222606Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_norm_cpu 2022-09-27T15:32:11.9264723Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_cpu_float32 2022-09-27T15:32:11.9329103Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_float32 2022-09-27T15:32:11.9332516Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_cpu_float32 2022-09-27T15:32:11.9662905Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_float32 2022-09-27T15:32:11.9699008Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp2_cpu_float32 2022-09-27T15:32:11.9707054Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp2_cpu_float32 2022-09-27T15:32:11.9741395Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_int64 2022-09-27T15:32:12.0102526Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_int64 2022-09-27T15:32:12.0143284Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_float32 2022-09-27T15:32:12.0230222Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_complex64 2022-09-27T15:32:12.0319233Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_float32 2022-09-27T15:32:12.0325338Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_norm_cpu 2022-09-27T15:32:12.0493016Z test_ops.py::TestCommonCPU::test_out_warning_linalg_multi_dot_cpu 2022-09-27T15:32:12.0592757Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_multi_dot_cpu 2022-09-27T15:32:12.0595708Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_complex64 2022-09-27T15:32:12.0604809Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_complex64 2022-09-27T15:32:12.0611192Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_int64 2022-09-27T15:32:12.0664158Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_complex64 2022-09-27T15:32:12.0741631Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_int64 2022-09-27T15:32:12.0859548Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_hermitian_cpu 2022-09-27T15:32:12.0982315Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_hermitian_cpu 2022-09-27T15:32:12.1022580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_float32 2022-09-27T15:32:12.1061846Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_complex64 2022-09-27T15:32:12.1114270Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_float32 2022-09-27T15:32:12.1182022Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_complex64 2022-09-27T15:32:12.1422215Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_cpu 2022-09-27T15:32:12.1428766Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_cpu 2022-09-27T15:32:12.1463234Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_int64 2022-09-27T15:32:12.1488349Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_float32 2022-09-27T15:32:12.1624127Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_int64 2022-09-27T15:32:12.1632070Z test_ops.py::TestCommonCPU::test_out_warning_linalg_svdvals_cpu 2022-09-27T15:32:12.1863391Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_float32 2022-09-27T15:32:12.1890386Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_float32 2022-09-27T15:32:12.1902645Z [gw0] [ 12%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_float32 2022-09-27T15:32:12.1971662Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_int64 2022-09-27T15:32:12.2204722Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_int64 2022-09-27T15:32:12.2211426Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_svdvals_cpu 2022-09-27T15:32:12.2302692Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vecdot_cpu 2022-09-27T15:32:12.2342714Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_complex64 2022-09-27T15:32:12.2348619Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_complex64 2022-09-27T15:32:12.2680681Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_float32 2022-09-27T15:32:12.2743302Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_float32 2022-09-27T15:32:12.2782334Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_int64 2022-09-27T15:32:12.2797877Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_float32 2022-09-27T15:32:12.3160178Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_int64 2022-09-27T15:32:12.3166671Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_vecdot_cpu 2022-09-27T15:32:12.3188434Z test_ops.py::TestCommonCPU::test_out_warning_log1p_cpu 2022-09-27T15:32:12.3194379Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_float32 2022-09-27T15:32:12.3213648Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_float32 2022-09-27T15:32:12.3222644Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log1p_cpu 2022-09-27T15:32:12.3679969Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_float32 2022-09-27T15:32:12.3795927Z test_ops.py::TestCommonCPU::test_out_warning_log_softmax_dtype_cpu 2022-09-27T15:32:12.4092843Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log_softmax_dtype_cpu 2022-09-27T15:32:12.4095661Z test_ops.py::TestCommonCPU::test_out_warning_logdet_cpu 2022-09-27T15:32:12.4246408Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logdet_cpu 2022-09-27T15:32:12.4255822Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_float32 2022-09-27T15:32:12.4546971Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_lengths_cpu_float32 2022-09-27T15:32:12.4713377Z test_ops.py::TestCommonCPU::test_out_warning_logical_xor_cpu 2022-09-27T15:32:12.4867836Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logical_xor_cpu 2022-09-27T15:32:12.4880818Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_float32 2022-09-27T15:32:12.4969318Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_float32 2022-09-27T15:32:12.4974911Z test_ops.py::TestCommonCPU::test_out_warning_long_cpu 2022-09-27T15:32:12.5310488Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_long_cpu 2022-09-27T15:32:12.5325531Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_float32 2022-09-27T15:32:12.5426660Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_int64 2022-09-27T15:32:12.5993349Z test_ops.py::TestCommonCPU::test_out_warning_lu_unpack_cpu 2022-09-27T15:32:12.6007446Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_int64 2022-09-27T15:32:12.6541238Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_complex64 2022-09-27T15:32:12.6561154Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lu_unpack_cpu 2022-09-27T15:32:12.6594206Z test_ops.py::TestCommonCPU::test_out_warning_masked_scatter_cpu 2022-09-27T15:32:12.6745710Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_masked_scatter_cpu 2022-09-27T15:32:12.6761538Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_lengths_cpu_float32 2022-09-27T15:32:12.6812717Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_int64 2022-09-27T15:32:12.6850159Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_complex64 2022-09-27T15:32:12.6917129Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_float32 2022-09-27T15:32:12.6991132Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_int64 2022-09-27T15:32:12.7022380Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_float32 2022-09-27T15:32:12.7186116Z test_ops.py::TestCommonCPU::test_out_warning_max_binary_cpu 2022-09-27T15:32:12.7220651Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_float32 2022-09-27T15:32:12.7234598Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_float32 2022-09-27T15:32:12.7303536Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_max_binary_cpu 2022-09-27T15:32:12.7316645Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_int64 2022-09-27T15:32:12.7463178Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_int64 2022-09-27T15:32:12.7485040Z test_ops.py::TestCommonCPU::test_out_warning_mean_cpu 2022-09-27T15:32:12.7664033Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mean_cpu 2022-09-27T15:32:12.7703365Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_int64 2022-09-27T15:32:12.7782940Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_int64 2022-09-27T15:32:12.7839166Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_int64 2022-09-27T15:32:12.7902632Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_int64 2022-09-27T15:32:12.8103920Z test_ops.py::TestCommonCPU::test_out_warning_min_binary_cpu 2022-09-27T15:32:12.8108436Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_min_binary_cpu 2022-09-27T15:32:12.8155075Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_float32 2022-09-27T15:32:12.8223708Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_float32 2022-09-27T15:32:12.8261303Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_int64 2022-09-27T15:32:12.8343318Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_int64 2022-09-27T15:32:12.8391231Z test_ops.py::TestCommonCPU::test_out_warning_mm_cpu 2022-09-27T15:32:12.8542575Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mm_cpu 2022-09-27T15:32:12.8583441Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_complex64 2022-09-27T15:32:12.8662334Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_complex64 2022-09-27T15:32:12.8782874Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_float32 2022-09-27T15:32:12.8828068Z test_ops.py::TestCommonCPU::test_out_warning_mul_cpu 2022-09-27T15:32:12.8981289Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_float32 2022-09-27T15:32:12.8987789Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mul_cpu 2022-09-27T15:32:12.9042066Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_float32 2022-09-27T15:32:12.9102002Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_float32 2022-09-27T15:32:12.9222357Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:32:12.9262183Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_3_cpu 2022-09-27T15:32:12.9423280Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:32:12.9454283Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_int64 2022-09-27T15:32:12.9460050Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_3_cpu 2022-09-27T15:32:12.9541520Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_int64 2022-09-27T15:32:12.9597430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:32:12.9661471Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:32:12.9682055Z test_ops.py::TestCommonCPU::test_out_warning_nanmedian_cpu 2022-09-27T15:32:12.9861748Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nanmedian_cpu 2022-09-27T15:32:12.9948469Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_complex64 2022-09-27T15:32:12.9981389Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_complex64 2022-09-27T15:32:13.0005061Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_int64 2022-09-27T15:32:13.0101600Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_int64 2022-09-27T15:32:13.0121752Z test_ops.py::TestCommonCPU::test_out_warning_narrow_cpu 2022-09-27T15:32:13.0301811Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_narrow_cpu 2022-09-27T15:32:13.0398621Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_int64 2022-09-27T15:32:13.0406663Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_quantile_cpu 2022-09-27T15:32:13.0422036Z test_ops.py::TestCommonCPU::test_dtypes_randn_cpu 2022-09-27T15:32:13.0535336Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_int64 2022-09-27T15:32:13.0546595Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_int64 2022-09-27T15:32:13.0574203Z test_ops.py::TestCommonCPU::test_out_warning_new_empty_cpu 2022-09-27T15:32:13.0636104Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_new_empty_cpu 2022-09-27T15:32:13.0741419Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_int64 2022-09-27T15:32:13.0771517Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_int64 2022-09-27T15:32:13.0861742Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_int64 2022-09-27T15:32:13.0948973Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_float32 2022-09-27T15:32:13.1022430Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_float32 2022-09-27T15:32:13.1049389Z test_ops.py::TestCommonCPU::test_out_warning_new_zeros_cpu 2022-09-27T15:32:13.1181622Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_new_zeros_cpu 2022-09-27T15:32:13.1212501Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_int64 2022-09-27T15:32:13.1240628Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_int64 2022-09-27T15:32:13.1248385Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_randn_cpu 2022-09-27T15:32:13.1291914Z test_ops.py::TestCommonCPU::test_dtypes_reciprocal_cpu 2022-09-27T15:32:13.1301452Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_reciprocal_cpu 2022-09-27T15:32:13.1325352Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_int64 2022-09-27T15:32:13.1461544Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_int64 2022-09-27T15:32:13.1480561Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool3d_cpu 2022-09-27T15:32:13.1621491Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool3d_cpu 2022-09-27T15:32:13.1651539Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_int64 2022-09-27T15:32:13.1661447Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_int64 2022-09-27T15:32:13.1741583Z test_ops.py::TestCommonCPU::test_dtypes_repeat_interleave_cpu 2022-09-27T15:32:13.1747147Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_repeat_interleave_cpu 2022-09-27T15:32:13.1861253Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_float32 2022-09-27T15:32:13.1901414Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_float32 2022-09-27T15:32:13.1919488Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool1d_cpu 2022-09-27T15:32:13.2061189Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool1d_cpu 2022-09-27T15:32:13.2101658Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:32:13.2131958Z test_ops.py::TestCommonCPU::test_dtypes_resize_as__cpu 2022-09-27T15:32:13.2182548Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:32:13.2221402Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_float32 2022-09-27T15:32:13.2341459Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_float32 2022-09-27T15:32:13.2359593Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_without_cudnn_cpu 2022-09-27T15:32:13.2503251Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_without_cudnn_cpu 2022-09-27T15:32:13.2519046Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:32:13.2525673Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:32:13.2540918Z [gw1] [ 13%] XFAIL test_ops.py::TestCommonCPU::test_dtypes_resize_as__cpu 2022-09-27T15:32:13.2621241Z test_ops.py::TestCommonCPU::test_dtypes_rot90_cpu 2022-09-27T15:32:13.2722641Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:32:13.2781080Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:32:13.2799011Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_celu_cpu 2022-09-27T15:32:13.2937488Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_celu_cpu 2022-09-27T15:32:13.2943791Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_dtypes_rot90_cpu 2022-09-27T15:32:13.2974712Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_int64 2022-09-27T15:32:13.2983660Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_int64 2022-09-27T15:32:13.2996790Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_neg_3_cpu 2022-09-27T15:32:13.3061564Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_round_decimals_neg_3_cpu 2022-09-27T15:32:13.3104636Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_float32 2022-09-27T15:32:13.3221003Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_float32 2022-09-27T15:32:13.3240868Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose2d_cpu 2022-09-27T15:32:13.3381145Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose2d_cpu 2022-09-27T15:32:13.3422033Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_int64 2022-09-27T15:32:13.3443838Z test_ops.py::TestCommonCPU::test_dtypes_scatter_cpu 2022-09-27T15:32:13.3501939Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_int64 2022-09-27T15:32:13.3562903Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_int64 2022-09-27T15:32:13.3598896Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_int64 2022-09-27T15:32:13.3661094Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_cpu 2022-09-27T15:32:13.3694525Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cross_entropy_cpu 2022-09-27T15:32:13.3821290Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cross_entropy_cpu 2022-09-27T15:32:13.3847849Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_int64 2022-09-27T15:32:13.3861422Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_int64 2022-09-27T15:32:13.3941848Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_prod_cpu 2022-09-27T15:32:13.3989171Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_complex64 2022-09-27T15:32:13.4101945Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_complex64 2022-09-27T15:32:13.4125163Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout_cpu 2022-09-27T15:32:13.4262180Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout_cpu 2022-09-27T15:32:13.4324152Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_int64 2022-09-27T15:32:13.4382321Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_int64 2022-09-27T15:32:13.4496610Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_float32 2022-09-27T15:32:13.4541250Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_float32 2022-09-27T15:32:13.4565605Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_with_train_cpu 2022-09-27T15:32:13.4701488Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_with_train_cpu 2022-09-27T15:32:13.4728967Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_int64 2022-09-27T15:32:13.4822080Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_int64 2022-09-27T15:32:13.4886184Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_float32 2022-09-27T15:32:13.4981367Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_float32 2022-09-27T15:32:13.5000600Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gaussian_nll_loss_cpu 2022-09-27T15:32:13.5142011Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gaussian_nll_loss_cpu 2022-09-27T15:32:13.5168970Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_int64 2022-09-27T15:32:13.5262027Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_int64 2022-09-27T15:32:13.5285993Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_int64 2022-09-27T15:32:13.5421397Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_int64 2022-09-27T15:32:13.5442751Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_group_norm_cpu 2022-09-27T15:32:13.5558118Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_group_norm_cpu 2022-09-27T15:32:13.5567389Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_prod_cpu 2022-09-27T15:32:13.5581467Z test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_offsets_cpu 2022-09-27T15:32:13.5609339Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_int64 2022-09-27T15:32:13.5702454Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_int64 2022-09-27T15:32:13.5719547Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_complex64 2022-09-27T15:32:13.5861955Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_complex64 2022-09-27T15:32:13.5878980Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardtanh_cpu 2022-09-27T15:32:13.6021721Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardtanh_cpu 2022-09-27T15:32:13.6050518Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_int64 2022-09-27T15:32:13.6142008Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_int64 2022-09-27T15:32:13.6190654Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_float32 2022-09-27T15:32:13.6301668Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_float32 2022-09-27T15:32:13.6326673Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_area_cpu 2022-09-27T15:32:13.6461298Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_area_cpu 2022-09-27T15:32:13.6491691Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_int64 2022-09-27T15:32:13.6581997Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_int64 2022-09-27T15:32:13.6619685Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_int64 2022-09-27T15:32:13.6741548Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_int64 2022-09-27T15:32:13.6763341Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_nearest_cpu 2022-09-27T15:32:13.6901503Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_nearest_cpu 2022-09-27T15:32:13.6912792Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:32:13.7021536Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:32:13.7092813Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nextafter_cpu_float32 2022-09-27T15:32:13.7182668Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nextafter_cpu_float32 2022-09-27T15:32:13.7201730Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_layer_norm_cpu 2022-09-27T15:32:13.7343375Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_layer_norm_cpu 2022-09-27T15:32:13.7361765Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:32:13.7463296Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:32:13.7568532Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:32:13.7623352Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:32:13.7682878Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_logsigmoid_cpu 2022-09-27T15:32:13.7783465Z [gw3] [ 13%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_nn_functional_logsigmoid_cpu 2022-09-27T15:32:13.7819976Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_int64 2022-09-27T15:32:13.7903535Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_int64 2022-09-27T15:32:13.7955013Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_int64 2022-09-27T15:32:13.8062291Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_int64 2022-09-27T15:32:13.8087932Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool3d_cpu 2022-09-27T15:32:13.8223038Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool3d_cpu 2022-09-27T15:32:13.8291451Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_int64 2022-09-27T15:32:13.8342600Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_int64 2022-09-27T15:32:13.8392236Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_int64 2022-09-27T15:32:13.8502032Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_int64 2022-09-27T15:32:13.8532677Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_grad_cpu 2022-09-27T15:32:13.8661871Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_grad_cpu 2022-09-27T15:32:13.8732582Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_complex64 2022-09-27T15:32:13.8781720Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_complex64 2022-09-27T15:32:13.8944622Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:32:13.8953343Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mse_loss_cpu 2022-09-27T15:32:13.8965914Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:32:13.9101513Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mse_loss_cpu 2022-09-27T15:32:13.9176431Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_float32 2022-09-27T15:32:13.9221585Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_float32 2022-09-27T15:32:13.9382897Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_float32 2022-09-27T15:32:13.9426266Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_nll_loss_cpu 2022-09-27T15:32:13.9458326Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_nll_loss_cpu 2022-09-27T15:32:13.9542058Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_float32 2022-09-27T15:32:13.9567891Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_int64 2022-09-27T15:32:13.9661791Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_int64 2022-09-27T15:32:13.9824186Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_int64 2022-09-27T15:32:13.9849094Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_constant_cpu 2022-09-27T15:32:13.9894978Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_constant_cpu 2022-09-27T15:32:13.9981758Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_int64 2022-09-27T15:32:14.0065207Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_complex64 2022-09-27T15:32:14.0101779Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_complex64 2022-09-27T15:32:14.0263576Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:32:14.0287939Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pdist_cpu 2022-09-27T15:32:14.0334306Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pdist_cpu 2022-09-27T15:32:14.0422049Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:32:14.0531097Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_float32 2022-09-27T15:32:14.0541803Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_float32 2022-09-27T15:32:14.0660776Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:32:14.0702043Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:32:14.0722533Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_prelu_cpu 2022-09-27T15:32:14.0861558Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_prelu_cpu 2022-09-27T15:32:14.0982764Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_complex64 2022-09-27T15:32:14.1017841Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:32:14.1143847Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_complex64 2022-09-27T15:32:14.1167422Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_selu_cpu 2022-09-27T15:32:14.1246870Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_selu_cpu 2022-09-27T15:32:14.1302527Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:32:14.1422933Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_complex64 2022-09-27T15:32:14.1464854Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_elu_cpu_float32 2022-09-27T15:32:14.1507520Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_complex64 2022-09-27T15:32:14.1582166Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_elu_cpu_float32 2022-09-27T15:32:14.1601678Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_soft_margin_loss_cpu 2022-09-27T15:32:14.1742061Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_soft_margin_loss_cpu 2022-09-27T15:32:14.1863015Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_float32 2022-09-27T15:32:14.1899938Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:32:14.2022895Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_float32 2022-09-27T15:32:14.2067728Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softshrink_cpu 2022-09-27T15:32:14.2137398Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:32:14.2182298Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softshrink_cpu 2022-09-27T15:32:14.2240096Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_int64 2022-09-27T15:32:14.2302134Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_int64 2022-09-27T15:32:14.2464710Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:32:14.2487290Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_loss_cpu 2022-09-27T15:32:14.2623485Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_loss_cpu 2022-09-27T15:32:14.2901838Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_complex64 2022-09-27T15:32:14.2935194Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_nearest_cpu 2022-09-27T15:32:14.3257697Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_nearest_cpu 2022-09-27T15:32:14.3267493Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:32:14.3349168Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_grid_sample_cpu_float32 2022-09-27T15:32:14.3367211Z test_ops.py::TestCommonCPU::test_out_warning_norm_inf_cpu 2022-09-27T15:32:14.3381275Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_complex64 2022-09-27T15:32:14.3476113Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_int64 2022-09-27T15:32:14.3615144Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_norm_inf_cpu 2022-09-27T15:32:14.3779016Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_int64 2022-09-27T15:32:14.3789193Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_grid_sample_cpu_float32 2022-09-27T15:32:14.3793990Z test_ops.py::TestCommonCPU::test_out_warning_ones_cpu 2022-09-27T15:32:14.3862310Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardswish_cpu_float32 2022-09-27T15:32:14.3864578Z [gw3] [ 13%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_ones_cpu 2022-09-27T15:32:14.3872337Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardswish_cpu_float32 2022-09-27T15:32:14.3971365Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_complex64 2022-09-27T15:32:14.4226327Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_complex64 2022-09-27T15:32:14.4226908Z test_ops.py::TestCommonCPU::test_out_warning_outer_cpu 2022-09-27T15:32:14.4283243Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_huber_loss_cpu_float32 2022-09-27T15:32:14.4302999Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_outer_cpu 2022-09-27T15:32:14.4357965Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_float32 2022-09-27T15:32:14.4383811Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_huber_loss_cpu_float32 2022-09-27T15:32:14.4663642Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_float32 2022-09-27T15:32:14.4666064Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:32:14.4743400Z test_ops.py::TestCommonCPU::test_out_warning_polar_cpu 2022-09-27T15:32:14.4797235Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_int64 2022-09-27T15:32:14.4860553Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:32:14.4894442Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_int64 2022-09-27T15:32:14.5104833Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_polar_cpu 2022-09-27T15:32:14.5105538Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_3_cpu 2022-09-27T15:32:14.5118478Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_kl_div_cpu_float32 2022-09-27T15:32:14.5183265Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_3_cpu 2022-09-27T15:32:14.5249533Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_complex64 2022-09-27T15:32:14.5369956Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_complex64 2022-09-27T15:32:14.5543417Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_kl_div_cpu_float32 2022-09-27T15:32:14.5544294Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:32:14.5570575Z test_ops.py::TestCommonCPU::test_out_warning_prod_cpu 2022-09-27T15:32:14.5622676Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_prod_cpu 2022-09-27T15:32:14.5644460Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_float32 2022-09-27T15:32:14.5823708Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:32:14.5985113Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_float32 2022-09-27T15:32:14.5985575Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:32:14.6062485Z test_ops.py::TestCommonCPU::test_out_warning_rad2deg_cpu 2022-09-27T15:32:14.6099964Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_int64 2022-09-27T15:32:14.6175027Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_rad2deg_cpu 2022-09-27T15:32:14.6282101Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:32:14.6423711Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_int64 2022-09-27T15:32:14.6424547Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:32:14.6464048Z test_ops.py::TestCommonCPU::test_out_warning_randn_like_cpu 2022-09-27T15:32:14.6503025Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_randn_like_cpu 2022-09-27T15:32:14.6576653Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_float32 2022-09-27T15:32:14.6710060Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:32:14.6863506Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_float32 2022-09-27T15:32:14.6864117Z test_ops.py::TestCommonCPU::test_out_warning_remainder_cpu 2022-09-27T15:32:14.6941576Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:32:14.7077330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_int64 2022-09-27T15:32:14.7192808Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_int64 2022-09-27T15:32:14.7301908Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_remainder_cpu 2022-09-27T15:32:14.7327196Z test_ops.py::TestCommonCPU::test_out_warning_reshape_as_cpu 2022-09-27T15:32:14.7423728Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_reshape_as_cpu 2022-09-27T15:32:14.7745169Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_complex64 2022-09-27T15:32:14.7773083Z test_ops.py::TestCommonCPU::test_out_warning_resolve_conj_cpu 2022-09-27T15:32:14.8253981Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_resolve_conj_cpu 2022-09-27T15:32:14.8258440Z test_ops.py::TestCommonCPU::test_out_warning_round_cpu 2022-09-27T15:32:14.8351119Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_round_cpu 2022-09-27T15:32:14.8398970Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_complex64 2022-09-27T15:32:14.8660384Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_float32 2022-09-27T15:32:14.8728137Z test_ops.py::TestCommonCPU::test_out_warning_rsqrt_cpu 2022-09-27T15:32:14.9140925Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_rsqrt_cpu 2022-09-27T15:32:14.9208834Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amax_cpu 2022-09-27T15:32:14.9220684Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_float32 2022-09-27T15:32:14.9360671Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_complex64 2022-09-27T15:32:14.9371398Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:32:14.9432199Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:32:14.9556392Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_complex64 2022-09-27T15:32:14.9562132Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amax_cpu 2022-09-27T15:32:14.9621770Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_sum_cpu 2022-09-27T15:32:14.9726430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_complex64 2022-09-27T15:32:15.0062795Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_complex64 2022-09-27T15:32:15.0133453Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_complex64 2022-09-27T15:32:15.0186414Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_sum_cpu 2022-09-27T15:32:15.0210814Z test_ops.py::TestCommonCPU::test_out_warning_select_cpu 2022-09-27T15:32:15.0724490Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_select_cpu 2022-09-27T15:32:15.0730258Z test_ops.py::TestCommonCPU::test_out_warning_sigmoid_cpu 2022-09-27T15:32:15.1034668Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sigmoid_cpu 2022-09-27T15:32:15.1042340Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_complex64 2022-09-27T15:32:15.1049828Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:32:15.1054330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:32:15.1061774Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_int64 2022-09-27T15:32:15.1138845Z test_ops.py::TestCommonCPU::test_out_warning_sinc_cpu 2022-09-27T15:32:15.1162814Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sinc_cpu 2022-09-27T15:32:15.1190374Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:32:15.1463818Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_int64 2022-09-27T15:32:15.1465635Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_complex64 2022-09-27T15:32:15.1548970Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_complex64 2022-09-27T15:32:15.1673181Z test_ops.py::TestCommonCPU::test_out_warning_softmax_with_dtype_cpu 2022-09-27T15:32:15.1755241Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_softmax_with_dtype_cpu 2022-09-27T15:32:15.1843488Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_complex64 2022-09-27T15:32:15.1901670Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_complex64 2022-09-27T15:32:15.1903825Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_float32 2022-09-27T15:32:15.1970532Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_float32 2022-09-27T15:32:15.2008885Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j0_cpu 2022-09-27T15:32:15.2200939Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j0_cpu 2022-09-27T15:32:15.2277524Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_float32 2022-09-27T15:32:15.2344305Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_float32 2022-09-27T15:32:15.2345020Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_int64 2022-09-27T15:32:15.2423481Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_float32 2022-09-27T15:32:15.2482423Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_t_cpu 2022-09-27T15:32:15.2692508Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_int64 2022-09-27T15:32:15.2822553Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_t_cpu 2022-09-27T15:32:15.2885667Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:32:15.2946421Z test_ops.py::TestCommonCPU::test_out_warning_special_entr_cpu 2022-09-27T15:32:15.2964871Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:32:15.3262928Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_entr_cpu 2022-09-27T15:32:15.3333541Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pdist_cpu_float32 2022-09-27T15:32:15.3390727Z test_ops.py::TestCommonCPU::test_out_warning_special_i0e_cpu 2022-09-27T15:32:15.3773287Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_i0e_cpu 2022-09-27T15:32:15.3779623Z test_ops.py::TestCommonCPU::test_out_warning_special_legendre_polynomial_p_cpu 2022-09-27T15:32:15.3967119Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_legendre_polynomial_p_cpu 2022-09-27T15:32:15.3989017Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_float32 2022-09-27T15:32:15.3999548Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_complex64 2022-09-27T15:32:15.4006844Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pdist_cpu_float32 2022-09-27T15:32:15.4058515Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:32:15.4107362Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:32:15.4181163Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_complex64 2022-09-27T15:32:15.4251185Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k0_cpu 2022-09-27T15:32:15.4422869Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k0_cpu 2022-09-27T15:32:15.4425928Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:32:15.4667433Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_float32 2022-09-27T15:32:15.4741567Z test_ops.py::TestCommonCPU::test_out_warning_special_polygamma_special_polygamma_n_0_cpu 2022-09-27T15:32:15.4863702Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_float32 2022-09-27T15:32:15.4878314Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_float32 2022-09-27T15:32:15.4935664Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_polygamma_special_polygamma_n_0_cpu 2022-09-27T15:32:15.5037957Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_float32 2022-09-27T15:32:15.5048163Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:32:15.5062234Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_float32 2022-09-27T15:32:15.5079074Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_u_cpu 2022-09-27T15:32:15.5112264Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_u_cpu 2022-09-27T15:32:15.5301510Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_float32 2022-09-27T15:32:15.5357963Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_float32 2022-09-27T15:32:15.5461222Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_float32 2022-09-27T15:32:15.5492638Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:32:15.5502133Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:32:15.5690354Z test_ops.py::TestCommonCPU::test_out_warning_special_xlog1py_cpu 2022-09-27T15:32:15.5742011Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_xlog1py_cpu 2022-09-27T15:32:15.5818323Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_float32 2022-09-27T15:32:15.5901838Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_float32 2022-09-27T15:32:15.5941679Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_cpu_float32 2022-09-27T15:32:15.5967970Z test_ops.py::TestCommonCPU::test_out_warning_split_with_sizes_cpu 2022-09-27T15:32:15.5984630Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_split_with_sizes_cpu 2022-09-27T15:32:15.6181485Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_cpu_float32 2022-09-27T15:32:15.6207090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_int64 2022-09-27T15:32:15.6341655Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_int64 2022-09-27T15:32:15.6382243Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softplus_cpu_float32 2022-09-27T15:32:15.6387895Z test_ops.py::TestCommonCPU::test_out_warning_stack_cpu 2022-09-27T15:32:15.6528939Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softplus_cpu_float32 2022-09-27T15:32:15.6621264Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_stack_cpu 2022-09-27T15:32:15.6714162Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_complex64 2022-09-27T15:32:15.6782302Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_complex64 2022-09-27T15:32:15.6809428Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_int64 2022-09-27T15:32:15.6821087Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_int64 2022-09-27T15:32:15.7034760Z test_ops.py::TestCommonCPU::test_out_warning_sub_cpu 2022-09-27T15:32:15.7061483Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sub_cpu 2022-09-27T15:32:15.7120905Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_int64 2022-09-27T15:32:15.7221458Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_int64 2022-09-27T15:32:15.7262049Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_float32 2022-09-27T15:32:15.7286203Z test_ops.py::TestCommonCPU::test_out_warning_svd_lowrank_cpu 2022-09-27T15:32:15.7302502Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_float32 2022-09-27T15:32:15.7501490Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_svd_lowrank_cpu 2022-09-27T15:32:15.7522957Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_complex64 2022-09-27T15:32:15.7662189Z [gw2] [ 13%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_complex64 2022-09-27T15:32:15.7702122Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_int64 2022-09-27T15:32:15.7734662Z test_ops.py::TestCommonCPU::test_out_warning_take_cpu 2022-09-27T15:32:15.7925364Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_int64 2022-09-27T15:32:15.7942320Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_take_cpu 2022-09-27T15:32:15.7985877Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_float32 2022-09-27T15:32:15.8102357Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_float32 2022-09-27T15:32:15.8142002Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_complex64 2022-09-27T15:32:15.8231248Z test_ops.py::TestCommonCPU::test_out_warning_tensordot_cpu 2022-09-27T15:32:15.8382685Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tensordot_cpu 2022-09-27T15:32:15.8423602Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_int64 2022-09-27T15:32:15.8581997Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_int64 2022-09-27T15:32:15.8822135Z test_ops.py::TestCommonCPU::test_out_warning_topk_cpu 2022-09-27T15:32:15.9020730Z test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_int64 2022-09-27T15:32:15.9035662Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_topk_cpu 2022-09-27T15:32:15.9072226Z test_ops.py::TestCommonCPU::test_out_warning_trapz_cpu 2022-09-27T15:32:15.9088416Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_trapz_cpu 2022-09-27T15:32:15.9263643Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_int64 2022-09-27T15:32:15.9569601Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_complex128 2022-09-27T15:32:15.9716709Z test_ops.py::TestCommonCPU::test_out_warning_triu_cpu 2022-09-27T15:32:15.9758632Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_complex128 2022-09-27T15:32:15.9808087Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_float64 2022-09-27T15:32:16.0257672Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_float64 2022-09-27T15:32:16.0278362Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_int64 2022-09-27T15:32:16.0429434Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_int64 2022-09-27T15:32:16.0450361Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_triu_cpu 2022-09-27T15:32:16.0480412Z test_ops.py::TestCommonCPU::test_out_warning_unbind_cpu 2022-09-27T15:32:16.0622949Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unbind_cpu 2022-09-27T15:32:16.0854044Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_float64 2022-09-27T15:32:16.0862790Z [gw2] [ 13%] XFAIL test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_float64 2022-09-27T15:32:16.1061530Z test_ops.py::TestCommonCPU::test_out_warning_unique_consecutive_cpu 2022-09-27T15:32:16.1091053Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_int64 2022-09-27T15:32:16.1175315Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_int64 2022-09-27T15:32:16.1302801Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unique_consecutive_cpu 2022-09-27T15:32:16.1330184Z test_ops.py::TestCommonCPU::test_out_warning_var_mean_cpu 2022-09-27T15:32:16.1502937Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_var_mean_cpu 2022-09-27T15:32:16.1543324Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_complex128 2022-09-27T15:32:16.1679441Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_complex128 2022-09-27T15:32:16.1689995Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_complex64 2022-09-27T15:32:16.1742236Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_complex64 2022-09-27T15:32:16.1771940Z test_ops.py::TestCommonCPU::test_out_warning_view_as_real_cpu 2022-09-27T15:32:16.1786355Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_view_as_real_cpu 2022-09-27T15:32:16.1942659Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_complex64 2022-09-27T15:32:16.2104533Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_float64 2022-09-27T15:32:16.2111289Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_float32 2022-09-27T15:32:16.2222143Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_float64 2022-09-27T15:32:16.2244338Z test_ops.py::TestCommonCPU::test_out_warning_where_cpu 2022-09-27T15:32:16.2381494Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_where_cpu 2022-09-27T15:32:16.2400166Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_int64 2022-09-27T15:32:16.2610305Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_int64 2022-09-27T15:32:16.2621015Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_float32 2022-09-27T15:32:16.2662888Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_float32 2022-09-27T15:32:16.2682193Z test_ops.py::TestCommonCPU::test_out_warning_zeros_like_cpu 2022-09-27T15:32:16.2697563Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_float32 2022-09-27T15:32:16.2822307Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_warning_zeros_like_cpu 2022-09-27T15:32:16.2853493Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_complex128 2022-09-27T15:32:16.3021832Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_complex128 2022-09-27T15:32:16.3061548Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_number_mean_cpu_float32 2022-09-27T15:32:16.3141626Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_number_mean_cpu_float32 2022-09-27T15:32:16.3222499Z test_ops.py::TestCommonCPU::test_out_zeros_cpu_float32 2022-09-27T15:32:16.3261618Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_zeros_cpu_float32 2022-09-27T15:32:16.3295040Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_float64 2022-09-27T15:32:16.3462031Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_float64 2022-09-27T15:32:16.3508496Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_complex64 2022-09-27T15:32:16.3581781Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_complex64 2022-09-27T15:32:16.3702024Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex32 2022-09-27T15:32:16.3760617Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_float64 2022-09-27T15:32:16.3902073Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_float64 2022-09-27T15:32:16.4193494Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_float32 2022-09-27T15:32:16.4273206Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:32:16.4588265Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:32:16.5265680Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:32:16.5282532Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_float32 2022-09-27T15:32:16.5433517Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pca_lowrank_cpu_float32 2022-09-27T15:32:16.5452788Z [gw3] [ 13%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex32 2022-09-27T15:32:16.5457250Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:32:16.5468958Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float64 2022-09-27T15:32:16.5519586Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_group_norm_cpu_float64 2022-09-27T15:32:16.5906873Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_group_norm_cpu_float64 2022-09-27T15:32:16.5956167Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_mse_loss_cpu_float64 2022-09-27T15:32:16.6346565Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_mse_loss_cpu_float64 2022-09-27T15:32:16.6389076Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:32:16.6409082Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:32:16.6420484Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_offsets_cpu 2022-09-27T15:32:16.6788089Z test_ops.py::TestCommonCPU::test_dtypes_short_cpu 2022-09-27T15:32:16.7046228Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_float64 2022-09-27T15:32:16.7223099Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_float64 2022-09-27T15:32:16.7258525Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_int64 2022-09-27T15:32:16.7670712Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_int64 2022-09-27T15:32:16.7799798Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_complex128 2022-09-27T15:32:16.7888685Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_complex128 2022-09-27T15:32:16.7900695Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float64 2022-09-27T15:32:16.8105042Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int8 2022-09-27T15:32:16.8183636Z test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_int64 2022-09-27T15:32:16.8195978Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_dtypes_short_cpu 2022-09-27T15:32:16.8374362Z test_ops.py::TestCommonCPU::test_dtypes_sin_cpu 2022-09-27T15:32:16.8658345Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sin_cpu 2022-09-27T15:32:16.8927295Z test_ops.py::TestCommonCPU::test_dtypes_softmax_cpu 2022-09-27T15:32:16.8936740Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_int64 2022-09-27T15:32:16.9105629Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_complex128 2022-09-27T15:32:16.9115123Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_complex128 2022-09-27T15:32:16.9121082Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int8 2022-09-27T15:32:16.9447268Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex128 2022-09-27T15:32:16.9510718Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_float64 2022-09-27T15:32:16.9901048Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_float64 2022-09-27T15:32:16.9955199Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_complex128 2022-09-27T15:32:17.0348673Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_complex128 2022-09-27T15:32:17.0826135Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_float64 2022-09-27T15:32:17.0907376Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_float64 2022-09-27T15:32:17.0936639Z test_ops.py::TestCommonCPU::test_out___getitem___cpu_float32 2022-09-27T15:32:17.1388264Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out___getitem___cpu_float32 2022-09-27T15:32:17.1446379Z test_ops.py::TestCommonCPU::test_out___rmatmul___cpu_float32 2022-09-27T15:32:17.1830021Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out___rmatmul___cpu_float32 2022-09-27T15:32:17.1876919Z test_ops.py::TestCommonCPU::test_out___rpow___cpu_float32 2022-09-27T15:32:17.2267270Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out___rpow___cpu_float32 2022-09-27T15:32:17.2306340Z test_ops.py::TestCommonCPU::test_out__masked_amin_cpu_float32 2022-09-27T15:32:17.2434364Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__masked_amin_cpu_float32 2022-09-27T15:32:17.2445454Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_dtypes_softmax_cpu 2022-09-27T15:32:17.2744283Z test_ops.py::TestCommonCPU::test_dtypes_special_airy_ai_cpu 2022-09-27T15:32:17.2782114Z test_ops.py::TestCommonCPU::test_out__masked_cumsum_cpu_float32 2022-09-27T15:32:17.3017787Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__masked_cumsum_cpu_float32 2022-09-27T15:32:17.3021691Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_airy_ai_cpu 2022-09-27T15:32:17.3183593Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y1_cpu 2022-09-27T15:32:17.3215687Z test_ops.py::TestCommonCPU::test_out__masked_mean_cpu_float32 2022-09-27T15:32:17.3653732Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__masked_mean_cpu_float32 2022-09-27T15:32:17.3660471Z test_ops.py::TestCommonCPU::test_out__masked_prod_cpu_float32 2022-09-27T15:32:17.3700951Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__masked_prod_cpu_float32 2022-09-27T15:32:17.3716850Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y1_cpu 2022-09-27T15:32:17.3737166Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_w_cpu 2022-09-27T15:32:17.4065927Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_w_cpu 2022-09-27T15:32:17.4086603Z test_ops.py::TestCommonCPU::test_out__masked_sum_cpu_float32 2022-09-27T15:32:17.4183868Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__masked_sum_cpu_float32 2022-09-27T15:32:17.4506956Z test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_he_cpu 2022-09-27T15:32:17.4642890Z test_ops.py::TestCommonCPU::test_out__refs_acosh_cpu_float32 2022-09-27T15:32:17.4947895Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_acosh_cpu_float32 2022-09-27T15:32:17.6076992Z test_ops.py::TestCommonCPU::test_out__refs_all_cpu_float32 2022-09-27T15:32:17.6091954Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_he_cpu 2022-09-27T15:32:17.6407300Z test_ops.py::TestCommonCPU::test_dtypes_special_laguerre_polynomial_l_cpu 2022-09-27T15:32:17.6419997Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex128 2022-09-27T15:32:17.6479200Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int16 2022-09-27T15:32:17.6491264Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pca_lowrank_cpu_float32 2022-09-27T15:32:17.6667298Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_complex64 2022-09-27T15:32:17.6718702Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_all_cpu_float32 2022-09-27T15:32:17.6917033Z test_ops.py::TestCommonCPU::test_out__refs_any_cpu_float32 2022-09-27T15:32:17.6930410Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_complex64 2022-09-27T15:32:17.7013476Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_int64 2022-09-27T15:32:17.7352831Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_int64 2022-09-27T15:32:17.7387256Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_int64 2022-09-27T15:32:17.7397079Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_int64 2022-09-27T15:32:17.7411372Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_any_cpu_float32 2022-09-27T15:32:17.7469231Z test_ops.py::TestCommonCPU::test_out__refs_asinh_cpu_float32 2022-09-27T15:32:17.7787595Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_asinh_cpu_float32 2022-09-27T15:32:17.7810934Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_int64 2022-09-27T15:32:17.7867224Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_int64 2022-09-27T15:32:17.7900027Z test_ops.py::TestCommonCPU::test_out__refs_atleast_1d_cpu_float32 2022-09-27T15:32:17.8065293Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atleast_1d_cpu_float32 2022-09-27T15:32:17.8071514Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int16 2022-09-27T15:32:17.8090535Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_uint8 2022-09-27T15:32:17.8100483Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_laguerre_polynomial_l_cpu 2022-09-27T15:32:17.8225757Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i1_cpu 2022-09-27T15:32:17.8332192Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_complex64 2022-09-27T15:32:17.8596030Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:32:17.8649650Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_complex64 2022-09-27T15:32:17.8706433Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:32:17.8767058Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_float32 2022-09-27T15:32:17.8774403Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i1_cpu 2022-09-27T15:32:17.8823110Z test_ops.py::TestCommonCPU::test_dtypes_special_ndtri_cpu 2022-09-27T15:32:17.8881761Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_shapes_cpu_float32 2022-09-27T15:32:17.9191978Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_broadcast_shapes_cpu_float32 2022-09-27T15:32:17.9201394Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_float32 2022-09-27T15:32:17.9264533Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_int64 2022-09-27T15:32:17.9336262Z test_ops.py::TestCommonCPU::test_out__refs_ceil_cpu_float32 2022-09-27T15:32:17.9383337Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_ceil_cpu_float32 2022-09-27T15:32:17.9403810Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_ndtri_cpu 2022-09-27T15:32:17.9434189Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_t_cpu 2022-09-27T15:32:17.9578452Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_t_cpu 2022-09-27T15:32:17.9622055Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_int64 2022-09-27T15:32:17.9671284Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_float32 2022-09-27T15:32:17.9745263Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_float32 2022-09-27T15:32:17.9864822Z test_ops.py::TestCommonCPU::test_out__refs_clamp_min_cpu_float32 2022-09-27T15:32:17.9943671Z test_ops.py::TestCommonCPU::test_dtypes_special_spherical_bessel_j0_cpu 2022-09-27T15:32:18.0053305Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_clamp_min_cpu_float32 2022-09-27T15:32:18.0063279Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_uint8 2022-09-27T15:32:18.0065388Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex64 2022-09-27T15:32:18.0223059Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_float32 2022-09-27T15:32:18.0282516Z test_ops.py::TestCommonCPU::test_out__refs_conj_physical_cpu_float32 2022-09-27T15:32:18.0317521Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_conj_physical_cpu_float32 2022-09-27T15:32:18.0505665Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_float32 2022-09-27T15:32:18.0560939Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_complex64 2022-09-27T15:32:18.0573520Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_spherical_bessel_j0_cpu 2022-09-27T15:32:18.0646085Z test_ops.py::TestCommonCPU::test_dtypes_split_list_args_cpu 2022-09-27T15:32:18.0655830Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_dtypes_split_list_args_cpu 2022-09-27T15:32:18.0669842Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_complex64 2022-09-27T15:32:18.0786293Z test_ops.py::TestCommonCPU::test_out__refs_cos_cpu_float32 2022-09-27T15:32:18.0942593Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_cos_cpu_float32 2022-09-27T15:32:18.0978070Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_int64 2022-09-27T15:32:18.0993487Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_int64 2022-09-27T15:32:18.1105139Z test_ops.py::TestCommonCPU::test_dtypes_squeeze_cpu 2022-09-27T15:32:18.1114150Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_dtypes_squeeze_cpu 2022-09-27T15:32:18.1243266Z test_ops.py::TestCommonCPU::test_out__refs_digamma_cpu_float32 2022-09-27T15:32:18.1390424Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_digamma_cpu_float32 2022-09-27T15:32:18.1516343Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_complex64 2022-09-27T15:32:18.1546117Z test_ops.py::TestCommonCPU::test_dtypes_stft_cpu 2022-09-27T15:32:18.1568313Z test_ops.py::TestCommonCPU::test_out__refs_dsplit_cpu_float32 2022-09-27T15:32:18.1586426Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_complex64 2022-09-27T15:32:18.1831284Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_dsplit_cpu_float32 2022-09-27T15:32:18.1956163Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_int64 2022-09-27T15:32:18.1984761Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_int64 2022-09-27T15:32:18.2237807Z test_ops.py::TestCommonCPU::test_out__refs_eq_cpu_float32 2022-09-27T15:32:18.2263572Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_eq_cpu_float32 2022-09-27T15:32:18.2435580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_float32 2022-09-27T15:32:18.2585758Z test_ops.py::TestCommonCPU::test_out__refs_exp2_cpu_float32 2022-09-27T15:32:18.2725310Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_exp2_cpu_float32 2022-09-27T15:32:18.2738836Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_float32 2022-09-27T15:32:18.2842544Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_int64 2022-09-27T15:32:18.2863943Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_int64 2022-09-27T15:32:18.2926985Z test_ops.py::TestCommonCPU::test_out__refs_expm1_cpu_float32 2022-09-27T15:32:18.3145073Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_expm1_cpu_float32 2022-09-27T15:32:18.3306483Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_complex64 2022-09-27T15:32:18.3646648Z test_ops.py::TestCommonCPU::test_out__refs_fft_fftn_cpu_float32 2022-09-27T15:32:18.3668749Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_complex64 2022-09-27T15:32:18.3729865Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_float32 2022-09-27T15:32:18.3898720Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_float32 2022-09-27T15:32:18.3911809Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_fftn_cpu_float32 2022-09-27T15:32:18.4121114Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfftn_cpu_float32 2022-09-27T15:32:18.4242386Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_int64 2022-09-27T15:32:18.4639013Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_int64 2022-09-27T15:32:18.4644274Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_complex64 2022-09-27T15:32:18.5101429Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_complex64 2022-09-27T15:32:18.5241081Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_float32 2022-09-27T15:32:18.5267319Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_float32 2022-09-27T15:32:18.5302520Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_hfftn_cpu_float32 2022-09-27T15:32:18.5325557Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifftshift_cpu_float32 2022-09-27T15:32:18.5463837Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ifftshift_cpu_float32 2022-09-27T15:32:18.5636617Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_int64 2022-09-27T15:32:18.5746392Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_int64 2022-09-27T15:32:18.5980290Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfft2_cpu_float32 2022-09-27T15:32:18.5983363Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_3_cpu_float32 2022-09-27T15:32:18.6237564Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_3_cpu_float32 2022-09-27T15:32:18.6274910Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_irfft2_cpu_float32 2022-09-27T15:32:18.6453882Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfft_cpu_float32 2022-09-27T15:32:18.6464279Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_dtypes_stft_cpu 2022-09-27T15:32:18.6469663Z test_ops.py::TestCommonCPU::test_dtypes_svd_cpu 2022-09-27T15:32:18.6476717Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_int64 2022-09-27T15:32:18.6878060Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_int64 2022-09-27T15:32:18.7254339Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_complex64 2022-09-27T15:32:18.7282294Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_rfft_cpu_float32 2022-09-27T15:32:18.7288906Z test_ops.py::TestCommonCPU::test_out__refs_flip_cpu_float32 2022-09-27T15:32:18.7299261Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex64 2022-09-27T15:32:18.7313589Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int32 2022-09-27T15:32:18.7437206Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_flip_cpu_float32 2022-09-27T15:32:18.7447406Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_complex64 2022-09-27T15:32:18.7807697Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_float32 2022-09-27T15:32:18.7858518Z test_ops.py::TestCommonCPU::test_out__refs_floor_cpu_float32 2022-09-27T15:32:18.7996367Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_floor_cpu_float32 2022-09-27T15:32:18.8009391Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_float32 2022-09-27T15:32:18.8187592Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_float32 2022-09-27T15:32:18.8502310Z test_ops.py::TestCommonCPU::test_out__refs_fmod_cpu_float32 2022-09-27T15:32:18.8665748Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fmod_cpu_float32 2022-09-27T15:32:18.8785409Z test_ops.py::TestCommonCPU::test_out__refs_gt_cpu_float32 2022-09-27T15:32:18.8793691Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_float32 2022-09-27T15:32:18.9242863Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_float32 2022-09-27T15:32:18.9251734Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_gt_cpu_float32 2022-09-27T15:32:18.9466464Z test_ops.py::TestCommonCPU::test_out__refs_hypot_cpu_float32 2022-09-27T15:32:18.9569301Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_float32 2022-09-27T15:32:19.0174646Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_float32 2022-09-27T15:32:19.0217401Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_hypot_cpu_float32 2022-09-27T15:32:19.0248524Z test_ops.py::TestCommonCPU::test_out__refs_imag_cpu_complex64 2022-09-27T15:32:19.0626832Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_imag_cpu_complex64 2022-09-27T15:32:19.0772640Z test_ops.py::TestCommonCPU::test_out__refs_index_select_cpu_float32 2022-09-27T15:32:19.1070982Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_index_select_cpu_float32 2022-09-27T15:32:19.1076635Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int32 2022-09-27T15:32:19.1083071Z test_ops.py::TestCommonCPU::test_out__refs_isnan_cpu_float32 2022-09-27T15:32:19.1116717Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bfloat16 2022-09-27T15:32:19.1134182Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_float32 2022-09-27T15:32:19.1154860Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_complex64 2022-09-27T15:32:19.1508981Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isnan_cpu_float32 2022-09-27T15:32:19.1530872Z test_ops.py::TestCommonCPU::test_out__refs_lcm_cpu_int64 2022-09-27T15:32:19.1542325Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_complex64 2022-09-27T15:32:19.2199475Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_int64 2022-09-27T15:32:19.2237408Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_lcm_cpu_int64 2022-09-27T15:32:19.2409982Z test_ops.py::TestCommonCPU::test_out__refs_linalg_norm_cpu_float32 2022-09-27T15:32:19.2460514Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_int64 2022-09-27T15:32:19.2817143Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_complex64 2022-09-27T15:32:19.2911307Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_complex64 2022-09-27T15:32:19.3147629Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_float32 2022-09-27T15:32:19.3384832Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_float32 2022-09-27T15:32:19.3396131Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_float32 2022-09-27T15:32:19.3415454Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_dtypes_svd_cpu 2022-09-27T15:32:19.3432238Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_float32 2022-09-27T15:32:19.3579067Z test_ops.py::TestCommonCPU::test_dtypes_take_along_dim_cpu 2022-09-27T15:32:19.3825701Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_dtypes_take_along_dim_cpu 2022-09-27T15:32:19.3916860Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_int64 2022-09-27T15:32:19.3929046Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_int64 2022-09-27T15:32:19.4149445Z test_ops.py::TestCommonCPU::test_dtypes_tensor_split_cpu 2022-09-27T15:32:19.4267243Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tensor_split_cpu 2022-09-27T15:32:19.4344177Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_complex64 2022-09-27T15:32:19.4366580Z test_ops.py::TestCommonCPU::test_dtypes_to_sparse_cpu 2022-09-27T15:32:19.4463416Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_to_sparse_cpu 2022-09-27T15:32:19.4705231Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_complex64 2022-09-27T15:32:19.4826003Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_int64 2022-09-27T15:32:19.4899390Z test_ops.py::TestCommonCPU::test_dtypes_trapezoid_cpu 2022-09-27T15:32:19.4980122Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_int64 2022-09-27T15:32:19.4989888Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bfloat16 2022-09-27T15:32:19.5142882Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex64 2022-09-27T15:32:19.5189650Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_int64 2022-09-27T15:32:19.5206721Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_int64 2022-09-27T15:32:19.5263681Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_dtypes_trapezoid_cpu 2022-09-27T15:32:19.5591800Z test_ops.py::TestCommonCPU::test_dtypes_tril_indices_cpu 2022-09-27T15:32:19.5622293Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_float32 2022-09-27T15:32:19.6029247Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_float32 2022-09-27T15:32:19.6163817Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_int64 2022-09-27T15:32:19.6464238Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_int64 2022-09-27T15:32:19.6493137Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_int64 2022-09-27T15:32:19.6907763Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_int64 2022-09-27T15:32:19.7175574Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:32:19.7188308Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tril_indices_cpu 2022-09-27T15:32:19.7340578Z test_ops.py::TestCommonCPU::test_dtypes_trunc_cpu 2022-09-27T15:32:19.7359413Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:32:19.7376859Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:32:19.7424483Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:32:19.7436015Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linalg_norm_cpu_float32 2022-09-27T15:32:19.7440252Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_dtypes_trunc_cpu 2022-09-27T15:32:19.7664379Z test_ops.py::TestCommonCPU::test_out__refs_linspace_cpu_float32 2022-09-27T15:32:19.7784819Z test_ops.py::TestCommonCPU::test_dtypes_uniform_cpu 2022-09-27T15:32:19.7888726Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_int64 2022-09-27T15:32:19.8228809Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_int64 2022-09-27T15:32:19.8416212Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_int64 2022-09-27T15:32:19.8429653Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex64 2022-09-27T15:32:19.8481126Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int16 2022-09-27T15:32:19.8578562Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_int64 2022-09-27T15:32:19.8589419Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linspace_cpu_float32 2022-09-27T15:32:19.8663364Z test_ops.py::TestCommonCPU::test_out__refs_log_cpu_float32 2022-09-27T15:32:19.8693563Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_int64 2022-09-27T15:32:19.8707815Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_log_cpu_float32 2022-09-27T15:32:19.8822071Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_int64 2022-09-27T15:32:19.8830745Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_dtypes_uniform_cpu 2022-09-27T15:32:19.9065531Z test_ops.py::TestCommonCPU::test_dtypes_var_cpu 2022-09-27T15:32:19.9104561Z test_ops.py::TestCommonCPU::test_out__refs_logical_or_cpu_float32 2022-09-27T15:32:19.9260631Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_int64 2022-09-27T15:32:19.9542432Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_int64 2022-09-27T15:32:19.9554966Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_int64 2022-09-27T15:32:19.9561790Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logical_or_cpu_float32 2022-09-27T15:32:19.9568177Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_int64 2022-09-27T15:32:19.9821074Z test_ops.py::TestCommonCPU::test_out__refs_lt_cpu_float32 2022-09-27T15:32:19.9986441Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_lt_cpu_float32 2022-09-27T15:32:19.9989946Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_int64 2022-09-27T15:32:20.0037865Z test_ops.py::TestCommonCPU::test_out__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:32:20.0052158Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_int64 2022-09-27T15:32:20.0428302Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:32:20.0432314Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int16 2022-09-27T15:32:20.0435578Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_int64 2022-09-27T15:32:20.0461686Z test_ops.py::TestCommonCPU::test_out__refs_mul_cpu_float32 2022-09-27T15:32:20.0472503Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_int64 2022-09-27T15:32:20.0742538Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_uint8 2022-09-27T15:32:20.0866112Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_mul_cpu_float32 2022-09-27T15:32:20.0868116Z test_ops.py::TestCommonCPU::test_out__refs_ne_cpu_float32 2022-09-27T15:32:20.0931119Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_int64 2022-09-27T15:32:20.1149174Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_int64 2022-09-27T15:32:20.1307023Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_ne_cpu_float32 2022-09-27T15:32:20.1310598Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_int64 2022-09-27T15:32:20.1349767Z test_ops.py::TestCommonCPU::test_out__refs_new_full_cpu_float32 2022-09-27T15:32:20.1389441Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_new_full_cpu_float32 2022-09-27T15:32:20.1744463Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_int64 2022-09-27T15:32:20.1746284Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_celu_cpu_float32 2022-09-27T15:32:20.1779903Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_int64 2022-09-27T15:32:20.1790746Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_dtypes_var_cpu 2022-09-27T15:32:20.1800300Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_celu_cpu_float32 2022-09-27T15:32:20.1832311Z test_ops.py::TestCommonCPU::test_dtypes_view_as_cpu 2022-09-27T15:32:20.1919304Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_int64 2022-09-27T15:32:20.2202276Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_dtypes_view_as_cpu 2022-09-27T15:32:20.2202728Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_glu_cpu_float32 2022-09-27T15:32:20.2203200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:32:20.2222388Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:32:20.2318022Z test_ops.py::TestCommonCPU::test_dtypes_vstack_cpu 2022-09-27T15:32:20.2386613Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_dtypes_vstack_cpu 2022-09-27T15:32:20.2394481Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_uint8 2022-09-27T15:32:20.2624596Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float32 2022-09-27T15:32:20.2641937Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:32:20.2663738Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:32:20.2691426Z test_ops.py::TestCommonCPU::test_dtypes_zeros_cpu 2022-09-27T15:32:20.3016245Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_dtypes_zeros_cpu 2022-09-27T15:32:20.3021639Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_glu_cpu_float32 2022-09-27T15:32:20.3046190Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:32:20.3061925Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:32:20.3102479Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_int64 2022-09-27T15:32:20.3127782Z test_ops.py::TestCommonCPU::test_errors___rdiv___cpu 2022-09-27T15:32:20.3134010Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_errors___rdiv___cpu 2022-09-27T15:32:20.3426219Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_int64 2022-09-27T15:32:20.3454728Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mish_cpu_float32 2022-09-27T15:32:20.3504149Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mish_cpu_float32 2022-09-27T15:32:20.3531751Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_float32 2022-09-27T15:32:20.3545848Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float32 2022-09-27T15:32:20.3563780Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex128 2022-09-27T15:32:20.3577128Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_float32 2022-09-27T15:32:20.3579618Z test_ops.py::TestCommonCPU::test_errors___rpow___cpu 2022-09-27T15:32:20.3718283Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_errors___rpow___cpu 2022-09-27T15:32:20.3862846Z [gw3] [ 14%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex128 2022-09-27T15:32:20.3889893Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:32:20.3942753Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:32:20.3980207Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_int64 2022-09-27T15:32:20.4003918Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_int64 2022-09-27T15:32:20.4004537Z test_ops.py::TestCommonCPU::test_errors_amax_cpu 2022-09-27T15:32:20.4045118Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float64 2022-09-27T15:32:20.4302292Z [gw3] [ 14%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float64 2022-09-27T15:32:20.4326932Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_selu_cpu_float32 2022-09-27T15:32:20.4367744Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_selu_cpu_float32 2022-09-27T15:32:20.4381647Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_errors_amax_cpu 2022-09-27T15:32:20.4419588Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_complex64 2022-09-27T15:32:20.4428598Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_complex64 2022-09-27T15:32:20.4429768Z test_ops.py::TestCommonCPU::test_errors_atan2_cpu 2022-09-27T15:32:20.4449411Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int8 2022-09-27T15:32:20.4468726Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_errors_atan2_cpu 2022-09-27T15:32:20.4741456Z [gw3] [ 14%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int8 2022-09-27T15:32:20.4765296Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:32:20.4821906Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:32:20.4863291Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_float32 2022-09-27T15:32:20.4870368Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex128 2022-09-27T15:32:20.4873264Z test_ops.py::TestCommonCPU::test_errors_bitwise_or_cpu 2022-09-27T15:32:20.4883060Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_float32 2022-09-27T15:32:20.5059963Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_errors_bitwise_or_cpu 2022-09-27T15:32:20.5181352Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex128 2022-09-27T15:32:20.5198750Z test_ops.py::TestCommonCPU::test_out__refs_positive_cpu_float32 2022-09-27T15:32:20.5260924Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_positive_cpu_float32 2022-09-27T15:32:20.5293722Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_int64 2022-09-27T15:32:20.5302624Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_int64 2022-09-27T15:32:20.5302985Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float64 2022-09-27T15:32:20.5326557Z test_ops.py::TestCommonCPU::test_errors_clamp_max_cpu 2022-09-27T15:32:20.5488926Z [gw1] [ 14%] XFAIL test_ops.py::TestCommonCPU::test_errors_clamp_max_cpu 2022-09-27T15:32:20.5620944Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float64 2022-09-27T15:32:20.5645105Z test_ops.py::TestCommonCPU::test_out__refs_ravel_cpu_float32 2022-09-27T15:32:20.5701361Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_ravel_cpu_float32 2022-09-27T15:32:20.5744162Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_complex64 2022-09-27T15:32:20.5745525Z test_ops.py::TestCommonCPU::test_errors_cov_cpu 2022-09-27T15:32:20.5842485Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int8 2022-09-27T15:32:20.5971541Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_complex64 2022-09-27T15:32:20.5984587Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int8 2022-09-27T15:32:20.6060959Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_errors_cov_cpu 2022-09-27T15:32:20.6093533Z test_ops.py::TestCommonCPU::test_out__refs_repeat_cpu_float32 2022-09-27T15:32:20.6140672Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_repeat_cpu_float32 2022-09-27T15:32:20.6183523Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_complex64 2022-09-27T15:32:20.6184707Z test_ops.py::TestCommonCPU::test_errors_div_floor_rounding_cpu 2022-09-27T15:32:20.6203835Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex64 2022-09-27T15:32:20.6293813Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_errors_div_floor_rounding_cpu 2022-09-27T15:32:20.6502449Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_complex64 2022-09-27T15:32:20.6529007Z test_ops.py::TestCommonCPU::test_out__refs_rot90_cpu_float32 2022-09-27T15:32:20.6581418Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_rot90_cpu_float32 2022-09-27T15:32:20.6621289Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_int64 2022-09-27T15:32:20.6662689Z test_ops.py::TestCommonCPU::test_errors_dstack_cpu 2022-09-27T15:32:20.6721207Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_int64 2022-09-27T15:32:20.6941739Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_errors_dstack_cpu 2022-09-27T15:32:20.6995945Z test_ops.py::TestCommonCPU::test_out__refs_sgn_cpu_float32 2022-09-27T15:32:20.7021863Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sgn_cpu_float32 2022-09-27T15:32:20.7061728Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_complex64 2022-09-27T15:32:20.7105906Z test_ops.py::TestCommonCPU::test_errors_flipud_cpu 2022-09-27T15:32:20.7223058Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_errors_flipud_cpu 2022-09-27T15:32:20.7382877Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_complex64 2022-09-27T15:32:20.7452221Z test_ops.py::TestCommonCPU::test_out__refs_sin_cpu_float32 2022-09-27T15:32:20.7461873Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sin_cpu_float32 2022-09-27T15:32:20.7502079Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_float32 2022-09-27T15:32:20.7521177Z test_ops.py::TestCommonCPU::test_errors_fmin_cpu 2022-09-27T15:32:20.7533112Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_errors_fmin_cpu 2022-09-27T15:32:20.7542061Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex64 2022-09-27T15:32:20.7790017Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bfloat16 2022-09-27T15:32:20.7822689Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bfloat16 2022-09-27T15:32:20.7888130Z test_ops.py::TestCommonCPU::test_out__refs_special_i0e_cpu_float32 2022-09-27T15:32:20.7942708Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_i0e_cpu_float32 2022-09-27T15:32:20.7964180Z test_ops.py::TestCommonCPU::test_errors_ge_cpu 2022-09-27T15:32:20.7982143Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_errors_ge_cpu 2022-09-27T15:32:20.8172667Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float64 2022-09-27T15:32:20.8263345Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float64 2022-09-27T15:32:20.8420955Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:32:20.8428216Z test_ops.py::TestCommonCPU::test_errors_hsplit_cpu 2022-09-27T15:32:20.8479440Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int8 2022-09-27T15:32:20.8514624Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_errors_hsplit_cpu 2022-09-27T15:32:20.8618737Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:32:20.8703323Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int8 2022-09-27T15:32:20.8756186Z test_ops.py::TestCommonCPU::test_out__refs_sqrt_cpu_float32 2022-09-27T15:32:20.8864255Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sqrt_cpu_float32 2022-09-27T15:32:20.8867458Z test_ops.py::TestCommonCPU::test_errors_igammac_cpu 2022-09-27T15:32:20.8889197Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float16 2022-09-27T15:32:20.9119177Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_errors_igammac_cpu 2022-09-27T15:32:20.9142341Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float16 2022-09-27T15:32:20.9304192Z test_ops.py::TestCommonCPU::test_out__refs_std_cpu_float32 2022-09-27T15:32:20.9313864Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int32 2022-09-27T15:32:20.9335750Z test_ops.py::TestCommonCPU::test_errors_jiterator_binary_return_by_ref_cpu 2022-09-27T15:32:20.9461408Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_errors_jiterator_binary_return_by_ref_cpu 2022-09-27T15:32:20.9642226Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int32 2022-09-27T15:32:20.9648774Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_std_cpu_float32 2022-09-27T15:32:20.9674287Z test_ops.py::TestCommonCPU::test_out__refs_sum_to_size_cpu_float32 2022-09-27T15:32:20.9742708Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sum_to_size_cpu_float32 2022-09-27T15:32:20.9745266Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bfloat16 2022-09-27T15:32:20.9770424Z test_ops.py::TestCommonCPU::test_errors_le_cpu 2022-09-27T15:32:20.9910016Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_errors_le_cpu 2022-09-27T15:32:21.0102697Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bfloat16 2022-09-27T15:32:21.0140028Z test_ops.py::TestCommonCPU::test_out__refs_tensor_split_cpu_float32 2022-09-27T15:32:21.0183121Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_tensor_split_cpu_float32 2022-09-27T15:32:21.0186775Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float16 2022-09-27T15:32:21.0249926Z test_ops.py::TestCommonCPU::test_errors_linspace_cpu 2022-09-27T15:32:21.0346183Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_errors_linspace_cpu 2022-09-27T15:32:21.0582440Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float16 2022-09-27T15:32:21.0600361Z test_ops.py::TestCommonCPU::test_out__refs_tril_cpu_float32 2022-09-27T15:32:21.0613122Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_float32 2022-09-27T15:32:21.0628398Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_complex64 2022-09-27T15:32:21.0630615Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int32 2022-09-27T15:32:21.0651876Z test_ops.py::TestCommonCPU::test_errors_logical_xor_cpu 2022-09-27T15:32:21.0757458Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_errors_logical_xor_cpu 2022-09-27T15:32:21.0789800Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_tril_cpu_float32 2022-09-27T15:32:21.0797501Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_complex64 2022-09-27T15:32:21.1023860Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int32 2022-09-27T15:32:21.1024840Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_float32 2022-09-27T15:32:21.1063711Z test_ops.py::TestCommonCPU::test_out__refs_true_divide_cpu_float32 2022-09-27T15:32:21.1067540Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_bfloat16 2022-09-27T15:32:21.1118968Z test_ops.py::TestCommonCPU::test_errors_masked_select_cpu 2022-09-27T15:32:21.1202884Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_float32 2022-09-27T15:32:21.1213822Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_bfloat16 2022-09-27T15:32:21.1375642Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_errors_masked_select_cpu 2022-09-27T15:32:21.1463429Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_true_divide_cpu_float32 2022-09-27T15:32:21.1464011Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_int64 2022-09-27T15:32:21.1500032Z test_ops.py::TestCommonCPU::test_out__refs_unfold_copy_cpu_float32 2022-09-27T15:32:21.1509908Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_unfold_copy_cpu_float32 2022-09-27T15:32:21.1519313Z test_ops.py::TestCommonCPU::test_errors_min_binary_cpu 2022-09-27T15:32:21.1522199Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int16 2022-09-27T15:32:21.1578279Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_int64 2022-09-27T15:32:21.1600095Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_errors_min_binary_cpu 2022-09-27T15:32:21.1903317Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int16 2022-09-27T15:32:21.1903733Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_complex64 2022-09-27T15:32:21.1921675Z test_ops.py::TestCommonCPU::test_out__refs_view_as_cpu_float32 2022-09-27T15:32:21.1932598Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_view_as_cpu_float32 2022-09-27T15:32:21.1944288Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_complex64 2022-09-27T15:32:21.1948152Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_uint8 2022-09-27T15:32:21.2021610Z test_ops.py::TestCommonCPU::test_errors_multinomial_cpu 2022-09-27T15:32:21.2346583Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_uint8 2022-09-27T15:32:21.2347227Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_float32 2022-09-27T15:32:21.2374697Z test_ops.py::TestCommonCPU::test_out__refs_where_cpu_float32 2022-09-27T15:32:21.2422632Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_where_cpu_float32 2022-09-27T15:32:21.2474383Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex64 2022-09-27T15:32:21.2513833Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex64 2022-09-27T15:32:21.2783466Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_float32 2022-09-27T15:32:21.2785304Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_int64 2022-09-27T15:32:21.2859522Z test_ops.py::TestCommonCPU::test_out_acosh_cpu_float32 2022-09-27T15:32:21.2867427Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_int64 2022-09-27T15:32:21.2918872Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int16 2022-09-27T15:32:21.2924653Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_errors_multinomial_cpu 2022-09-27T15:32:21.2933791Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int16 2022-09-27T15:32:21.2951286Z test_ops.py::TestCommonCPU::test_errors_nextafter_cpu 2022-09-27T15:32:21.2981390Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_errors_nextafter_cpu 2022-09-27T15:32:21.3223137Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_acosh_cpu_float32 2022-09-27T15:32:21.3223713Z test_ops.py::TestCommonCPU::test_out_addcmul_cpu_float32 2022-09-27T15:32:21.3315443Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_complex64 2022-09-27T15:32:21.3341722Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_uint8 2022-09-27T15:32:21.3364142Z test_ops.py::TestCommonCPU::test_errors_nn_functional_conv1d_cpu 2022-09-27T15:32:21.3441659Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_uint8 2022-09-27T15:32:21.3604437Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_conv1d_cpu 2022-09-27T15:32:21.3663122Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_complex64 2022-09-27T15:32:21.3681274Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_float32 2022-09-27T15:32:21.3742206Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_float32 2022-09-27T15:32:21.3781148Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex64 2022-09-27T15:32:21.3800696Z test_ops.py::TestCommonCPU::test_errors_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:32:21.4229560Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:32:21.4233019Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_complex64 2022-09-27T15:32:21.4248257Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool2d_cpu 2022-09-27T15:32:21.4275766Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_addcmul_cpu_float32 2022-09-27T15:32:21.4282959Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_complex64 2022-09-27T15:32:21.4473107Z test_ops.py::TestCommonCPU::test_out_addr_cpu_float32 2022-09-27T15:32:21.4583538Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool2d_cpu 2022-09-27T15:32:21.4670406Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_float32 2022-09-27T15:32:21.4705599Z test_ops.py::TestCommonCPU::test_errors_nn_functional_rrelu_cpu 2022-09-27T15:32:21.4747706Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_float32 2022-09-27T15:32:21.4974289Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_rrelu_cpu 2022-09-27T15:32:21.4981435Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_addr_cpu_float32 2022-09-27T15:32:21.5038519Z test_ops.py::TestCommonCPU::test_out_amin_cpu_float32 2022-09-27T15:32:21.5147604Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_int64 2022-09-27T15:32:21.5170294Z test_ops.py::TestCommonCPU::test_errors_polar_cpu 2022-09-27T15:32:21.5215006Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_errors_polar_cpu 2022-09-27T15:32:21.5464820Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_int64 2022-09-27T15:32:21.5591518Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_complex64 2022-09-27T15:32:21.5634004Z test_ops.py::TestCommonCPU::test_errors_reshape_as_cpu 2022-09-27T15:32:21.5976057Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_errors_reshape_as_cpu 2022-09-27T15:32:21.5996011Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_complex64 2022-09-27T15:32:21.6057766Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_int64 2022-09-27T15:32:21.6062941Z test_ops.py::TestCommonCPU::test_errors_rsub_cpu 2022-09-27T15:32:21.6211502Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_errors_rsub_cpu 2022-09-27T15:32:21.6314264Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_int64 2022-09-27T15:32:21.6324845Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_amin_cpu_float32 2022-09-27T15:32:21.6422017Z test_ops.py::TestCommonCPU::test_out_arange_cpu_float32 2022-09-27T15:32:21.6495266Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_int64 2022-09-27T15:32:21.6502125Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_u_cpu 2022-09-27T15:32:21.6538100Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_u_cpu 2022-09-27T15:32:21.6865169Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_int64 2022-09-27T15:32:21.6982748Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_int64 2022-09-27T15:32:21.6985259Z test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_he_cpu 2022-09-27T15:32:21.7097544Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_he_cpu 2022-09-27T15:32:21.7307528Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_int64 2022-09-27T15:32:21.7424406Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_float32 2022-09-27T15:32:21.7458938Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_u_cpu 2022-09-27T15:32:21.7471685Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_float32 2022-09-27T15:32:21.7501143Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_u_cpu 2022-09-27T15:32:21.7508503Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_arange_cpu_float32 2022-09-27T15:32:21.7528562Z test_ops.py::TestCommonCPU::test_out_argwhere_cpu_float32 2022-09-27T15:32:21.7744154Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_argwhere_cpu_float32 2022-09-27T15:32:21.7795437Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_int64 2022-09-27T15:32:21.7905951Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_int64 2022-09-27T15:32:21.7934067Z test_ops.py::TestCommonCPU::test_errors_special_zeta_cpu 2022-09-27T15:32:21.7946261Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_errors_special_zeta_cpu 2022-09-27T15:32:21.8046904Z test_ops.py::TestCommonCPU::test_out_asinh_cpu_float32 2022-09-27T15:32:21.8184889Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_asinh_cpu_float32 2022-09-27T15:32:21.8255664Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_complex64 2022-09-27T15:32:21.8343917Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_complex64 2022-09-27T15:32:21.8383973Z test_ops.py::TestCommonCPU::test_errors_take_cpu 2022-09-27T15:32:21.8421306Z test_ops.py::TestCommonCPU::test_out_atleast_1d_cpu_float32 2022-09-27T15:32:21.8470612Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_atleast_1d_cpu_float32 2022-09-27T15:32:21.8624795Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_errors_take_cpu 2022-09-27T15:32:21.8787270Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_float32 2022-09-27T15:32:21.8830874Z test_ops.py::TestCommonCPU::test_errors_uniform_cpu 2022-09-27T15:32:21.9010419Z test_ops.py::TestCommonCPU::test_out_bernoulli_cpu_float32 2022-09-27T15:32:21.9018855Z [gw2] [ 14%] XFAIL test_ops.py::TestCommonCPU::test_out_bernoulli_cpu_float32 2022-09-27T15:32:21.9058263Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_errors_uniform_cpu 2022-09-27T15:32:21.9065422Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex64 2022-09-27T15:32:21.9303691Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int32 2022-09-27T15:32:21.9327815Z test_ops.py::TestCommonCPU::test_errors_vstack_cpu 2022-09-27T15:32:21.9341287Z test_ops.py::TestCommonCPU::test_out_bitwise_left_shift_cpu_int64 2022-09-27T15:32:21.9699629Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_errors_vstack_cpu 2022-09-27T15:32:21.9703340Z test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_int64 2022-09-27T15:32:22.0126736Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_int64 2022-09-27T15:32:22.0146579Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_left_shift_cpu_int64 2022-09-27T15:32:22.0149802Z test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_int64 2022-09-27T15:32:22.0308644Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_int64 2022-09-27T15:32:22.0441836Z test_ops.py::TestCommonCPU::test_out_bitwise_xor_cpu_int64 2022-09-27T15:32:22.0582555Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_xor_cpu_int64 2022-09-27T15:32:22.0586460Z test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_float32 2022-09-27T15:32:22.0744881Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_float32 2022-09-27T15:32:22.0768650Z test_ops.py::TestCommonCPU::test_out_broadcast_shapes_cpu_float32 2022-09-27T15:32:22.1023373Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_broadcast_shapes_cpu_float32 2022-09-27T15:32:22.1028526Z test_ops.py::TestCommonCPU::test_multiple_devices___rmod___cpu_float32 2022-09-27T15:32:22.1125280Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rmod___cpu_float32 2022-09-27T15:32:22.1136441Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int32 2022-09-27T15:32:22.1184030Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bfloat16 2022-09-27T15:32:22.1210235Z test_ops.py::TestCommonCPU::test_out_byte_cpu_float32 2022-09-27T15:32:22.1443267Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_byte_cpu_float32 2022-09-27T15:32:22.1450441Z test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_float32 2022-09-27T15:32:22.1462706Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_float32 2022-09-27T15:32:22.1470150Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_float32 2022-09-27T15:32:22.1517467Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_int64 2022-09-27T15:32:22.1625421Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_int64 2022-09-27T15:32:22.1710108Z test_ops.py::TestCommonCPU::test_out_ceil_cpu_float32 2022-09-27T15:32:22.1863487Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_ceil_cpu_float32 2022-09-27T15:32:22.1885095Z test_ops.py::TestCommonCPU::test_multiple_devices___rxor___cpu_int64 2022-09-27T15:32:22.1903399Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rxor___cpu_int64 2022-09-27T15:32:22.2031920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_float32 2022-09-27T15:32:22.2064200Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_float32 2022-09-27T15:32:22.2308905Z test_ops.py::TestCommonCPU::test_out_cholesky_inverse_cpu_float32 2022-09-27T15:32:22.2316260Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_amin_cpu_int64 2022-09-27T15:32:22.2331304Z [gw2] [ 14%] XFAIL test_ops.py::TestCommonCPU::test_out_cholesky_inverse_cpu_float32 2022-09-27T15:32:22.2344463Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_amin_cpu_int64 2022-09-27T15:32:22.2434173Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_complex_cpu_float32 2022-09-27T15:32:22.2502160Z [gw0] [ 14%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_complex_cpu_float32 2022-09-27T15:32:22.2747576Z test_ops.py::TestCommonCPU::test_out_clamp_max_cpu_float32 2022-09-27T15:32:22.2775400Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmin_cpu_int64 2022-09-27T15:32:22.2795216Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmin_cpu_int64 2022-09-27T15:32:22.2949528Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_real_cpu_complex64 2022-09-27T15:32:22.3011174Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_real_cpu_complex64 2022-09-27T15:32:22.3019936Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bfloat16 2022-09-27T15:32:22.3184394Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float32 2022-09-27T15:32:22.3215097Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumsum_cpu_int64 2022-09-27T15:32:22.3225311Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumsum_cpu_int64 2022-09-27T15:32:22.3253220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_complex64 2022-09-27T15:32:22.3260165Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_clamp_max_cpu_float32 2022-09-27T15:32:22.3284077Z test_ops.py::TestCommonCPU::test_out_combinations_cpu_float32 2022-09-27T15:32:22.3322534Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_combinations_cpu_float32 2022-09-27T15:32:22.3629106Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_complex64 2022-09-27T15:32:22.3657069Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_logsumexp_cpu_int64 2022-09-27T15:32:22.3669726Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_logsumexp_cpu_int64 2022-09-27T15:32:22.3671431Z test_ops.py::TestCommonCPU::test_out_constant_pad_nd_cpu_float32 2022-09-27T15:32:22.3703462Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_float32 2022-09-27T15:32:22.3770721Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_constant_pad_nd_cpu_float32 2022-09-27T15:32:22.4068646Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_float32 2022-09-27T15:32:22.4093296Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_norm_cpu_float32 2022-09-27T15:32:22.4114947Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_norm_cpu_float32 2022-09-27T15:32:22.4117738Z test_ops.py::TestCommonCPU::test_out_cos_cpu_float32 2022-09-27T15:32:22.4226053Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_int64 2022-09-27T15:32:22.4349361Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_int64 2022-09-27T15:32:22.4473363Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_cos_cpu_float32 2022-09-27T15:32:22.4481947Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float32 2022-09-27T15:32:22.4503387Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int64 2022-09-27T15:32:22.4528242Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_softmax_cpu_float32 2022-09-27T15:32:22.4544712Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_softmax_cpu_float32 2022-09-27T15:32:22.4545114Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_float32 2022-09-27T15:32:22.4643237Z test_ops.py::TestCommonCPU::test_out_cross_cpu_float32 2022-09-27T15:32:22.4810384Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_float32 2022-09-27T15:32:22.4948176Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_cross_cpu_float32 2022-09-27T15:32:22.4974219Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_sum_cpu_float32 2022-09-27T15:32:22.4987145Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_sum_cpu_float32 2022-09-27T15:32:22.4989540Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_int64 2022-09-27T15:32:22.5021371Z test_ops.py::TestCommonCPU::test_out_cumsum_cpu_float32 2022-09-27T15:32:22.5085307Z [gw0] [ 15%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_int64 2022-09-27T15:32:22.5387455Z [gw2] [ 15%] XFAIL test_ops.py::TestCommonCPU::test_out_cumsum_cpu_float32 2022-09-27T15:32:22.5424637Z test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_float32 2022-09-27T15:32:22.5432965Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_float32 2022-09-27T15:32:22.5434623Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_complex128 2022-09-27T15:32:22.5471351Z test_ops.py::TestCommonCPU::test_out_diag_embed_cpu_float32 2022-09-27T15:32:22.5601956Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_diag_embed_cpu_float32 2022-09-27T15:32:22.5826199Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_complex128 2022-09-27T15:32:22.5845258Z test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_float32 2022-09-27T15:32:22.5866354Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_float32 2022-09-27T15:32:22.5867247Z test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_float64 2022-09-27T15:32:22.5973166Z test_ops.py::TestCommonCPU::test_out_diff_cpu_float32 2022-09-27T15:32:22.6300433Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_float64 2022-09-27T15:32:22.6301059Z test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_float32 2022-09-27T15:32:22.6311299Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_float32 2022-09-27T15:32:22.6340464Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_float64 2022-09-27T15:32:22.6347762Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int64 2022-09-27T15:32:22.6355460Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bool 2022-09-27T15:32:22.6702906Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_float64 2022-09-27T15:32:22.6726273Z test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_int64 2022-09-27T15:32:22.6743332Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_int64 2022-09-27T15:32:22.7149647Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_int64 2022-09-27T15:32:22.7189532Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_int64 2022-09-27T15:32:22.7401613Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_int64 2022-09-27T15:32:22.7415340Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_int64 2022-09-27T15:32:22.7615216Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_complex128 2022-09-27T15:32:22.7619204Z test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_int64 2022-09-27T15:32:22.7622882Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_int64 2022-09-27T15:32:22.7831954Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_complex128 2022-09-27T15:32:22.7963516Z test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_int64 2022-09-27T15:32:22.8025620Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_int64 2022-09-27T15:32:22.8051045Z test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_float32 2022-09-27T15:32:22.8298775Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_float32 2022-09-27T15:32:22.8328821Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_complex128 2022-09-27T15:32:22.8509683Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_complex128 2022-09-27T15:32:22.8516975Z test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_float32 2022-09-27T15:32:22.8704671Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_float32 2022-09-27T15:32:22.8947690Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_float64 2022-09-27T15:32:22.8951015Z test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_float32 2022-09-27T15:32:22.8976118Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_float64 2022-09-27T15:32:22.9060341Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_float32 2022-09-27T15:32:22.9066096Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bool 2022-09-27T15:32:22.9142643Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int32 2022-09-27T15:32:22.9175299Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_int64 2022-09-27T15:32:22.9383420Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_int64 2022-09-27T15:32:22.9409879Z test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_float32 2022-09-27T15:32:22.9588483Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_float32 2022-09-27T15:32:22.9618040Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:32:22.9867597Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:32:22.9870845Z test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_float32 2022-09-27T15:32:23.0026284Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_float32 2022-09-27T15:32:23.0058057Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:32:23.0272057Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:32:23.0293728Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_float32 2022-09-27T15:32:23.0464615Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_float32 2022-09-27T15:32:23.0501531Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_int64 2022-09-27T15:32:23.0708119Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_int64 2022-09-27T15:32:23.0742856Z test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_float32 2022-09-27T15:32:23.0878343Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_float32 2022-09-27T15:32:23.0886060Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_diff_cpu_float32 2022-09-27T15:32:23.0943954Z test_ops.py::TestCommonCPU::test_out_div_no_rounding_mode_cpu_float32 2022-09-27T15:32:23.1013797Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_float64 2022-09-27T15:32:23.1219488Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_float64 2022-09-27T15:32:23.1225327Z test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_float32 2022-09-27T15:32:23.1452866Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_float32 2022-09-27T15:32:23.1542032Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_complex128 2022-09-27T15:32:23.1549173Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_div_no_rounding_mode_cpu_float32 2022-09-27T15:32:23.1569655Z test_ops.py::TestCommonCPU::test_out_dsplit_cpu_float32 2022-09-27T15:32:23.1622749Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_dsplit_cpu_float32 2022-09-27T15:32:23.1643119Z test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_float32 2022-09-27T15:32:23.1712586Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_float32 2022-09-27T15:32:23.1718493Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int32 2022-09-27T15:32:23.1724985Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_complex128 2022-09-27T15:32:23.1863890Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bfloat16 2022-09-27T15:32:23.1927503Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:32:23.1986823Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:32:23.2019200Z test_ops.py::TestCommonCPU::test_out_empty_like_cpu_float32 2022-09-27T15:32:23.2064036Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_empty_like_cpu_float32 2022-09-27T15:32:23.2084362Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_float32 2022-09-27T15:32:23.2306678Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_float32 2022-09-27T15:32:23.2430817Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_int64 2022-09-27T15:32:23.2461219Z test_ops.py::TestCommonCPU::test_out_erfc_cpu_float32 2022-09-27T15:32:23.2507433Z [gw0] [ 15%] XFAIL test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_int64 2022-09-27T15:32:23.2540644Z test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_float32 2022-09-27T15:32:23.2667989Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_float32 2022-09-27T15:32:23.2744460Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_erfc_cpu_float32 2022-09-27T15:32:23.2794659Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_float64 2022-09-27T15:32:23.2866951Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_float64 2022-09-27T15:32:23.2902120Z test_ops.py::TestCommonCPU::test_out_expand_as_cpu_float32 2022-09-27T15:32:23.2949739Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_expand_as_cpu_float32 2022-09-27T15:32:23.2989977Z test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_int64 2022-09-27T15:32:23.3137153Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_int64 2022-09-27T15:32:23.3145208Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bfloat16 2022-09-27T15:32:23.3183653Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float32 2022-09-27T15:32:23.3247015Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:32:23.3310122Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:32:23.3424548Z test_ops.py::TestCommonCPU::test_out_fft_fft2_cpu_float32 2022-09-27T15:32:23.3469659Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_not_cpu_int64 2022-09-27T15:32:23.3627372Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_not_cpu_int64 2022-09-27T15:32:23.3704679Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:32:23.3829453Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:32:23.3861130Z test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_float32 2022-09-27T15:32:23.3880936Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_float32 2022-09-27T15:32:23.3893781Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_fft_fft2_cpu_float32 2022-09-27T15:32:23.4127431Z test_ops.py::TestCommonCPU::test_out_fft_hfft2_cpu_float32 2022-09-27T15:32:23.4127898Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_complex128 2022-09-27T15:32:23.4301156Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_complex128 2022-09-27T15:32:23.4302435Z test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_float32 2022-09-27T15:32:23.4317032Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_float32 2022-09-27T15:32:23.4344459Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_fft_hfft2_cpu_float32 2022-09-27T15:32:23.4552094Z test_ops.py::TestCommonCPU::test_out_fft_ifft_cpu_float32 2022-09-27T15:32:23.4633248Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_float64 2022-09-27T15:32:23.4641578Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float32 2022-09-27T15:32:23.4656381Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int64 2022-09-27T15:32:23.4703440Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_float64 2022-09-27T15:32:23.4736307Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_int64 2022-09-27T15:32:23.4951678Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_int64 2022-09-27T15:32:23.4956986Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_fft_ifft_cpu_float32 2022-09-27T15:32:23.4966813Z test_ops.py::TestCommonCPU::test_out_fft_ihfft_cpu_float32 2022-09-27T15:32:23.5174721Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_int64 2022-09-27T15:32:23.5186838Z test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_int64 2022-09-27T15:32:23.5213825Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_int64 2022-09-27T15:32:23.5227289Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_fft_ihfft_cpu_float32 2022-09-27T15:32:23.5261418Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_int64 2022-09-27T15:32:23.5384503Z test_ops.py::TestCommonCPU::test_out_fft_irfftn_cpu_float32 2022-09-27T15:32:23.5477835Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_float64 2022-09-27T15:32:23.5587015Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_float64 2022-09-27T15:32:23.5621993Z test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_int64 2022-09-27T15:32:23.5738563Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_int64 2022-09-27T15:32:23.5746494Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_fft_irfftn_cpu_float32 2022-09-27T15:32:23.5768953Z test_ops.py::TestCommonCPU::test_out_fill_cpu_float32 2022-09-27T15:32:23.5823055Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_fill_cpu_float32 2022-09-27T15:32:23.5917631Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_int64 2022-09-27T15:32:23.6025260Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_int64 2022-09-27T15:32:23.6064521Z test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_float32 2022-09-27T15:32:23.6190817Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_float32 2022-09-27T15:32:23.6227614Z test_ops.py::TestCommonCPU::test_out_flipud_cpu_float32 2022-09-27T15:32:23.6265581Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_flipud_cpu_float32 2022-09-27T15:32:23.6302208Z test_ops.py::TestCommonCPU::test_numpy_ref_tril_indices_cpu_int64 2022-09-27T15:32:23.6382422Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tril_indices_cpu_int64 2022-09-27T15:32:23.6391432Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int64 2022-09-27T15:32:23.6463750Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bool 2022-09-27T15:32:23.6490075Z test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_float32 2022-09-27T15:32:23.6625901Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_float32 2022-09-27T15:32:23.6705218Z test_ops.py::TestCommonCPU::test_out_floor_divide_cpu_float32 2022-09-27T15:32:23.6772472Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_int64 2022-09-27T15:32:23.6906153Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_int64 2022-09-27T15:32:23.6929755Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_solve_cpu_float32 2022-09-27T15:32:23.7146441Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_solve_cpu_float32 2022-09-27T15:32:23.7178922Z test_ops.py::TestCommonCPU::test_out_H_cpu_float32 2022-09-27T15:32:23.7346051Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_H_cpu_float32 2022-09-27T15:32:23.7370386Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_int64 2022-09-27T15:32:23.7413958Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_int64 2022-09-27T15:32:23.7422898Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_floor_divide_cpu_float32 2022-09-27T15:32:23.7583838Z test_ops.py::TestCommonCPU::test_out_frac_cpu_float32 2022-09-27T15:32:23.7597532Z test_ops.py::TestCommonCPU::test_out___rand___cpu_int64 2022-09-27T15:32:23.7615898Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_frac_cpu_float32 2022-09-27T15:32:23.7786173Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out___rand___cpu_int64 2022-09-27T15:32:23.7806202Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_int64 2022-09-27T15:32:23.7862925Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_int64 2022-09-27T15:32:23.7964645Z test_ops.py::TestCommonCPU::test_out_gcd_cpu_int64 2022-09-27T15:32:23.8024406Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_gcd_cpu_int64 2022-09-27T15:32:23.8070104Z test_ops.py::TestCommonCPU::test_out___rmul___cpu_float32 2022-09-27T15:32:23.8226763Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out___rmul___cpu_float32 2022-09-27T15:32:23.8247881Z test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_int64 2022-09-27T15:32:23.8302472Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_int64 2022-09-27T15:32:23.8412201Z test_ops.py::TestCommonCPU::test_out_gt_cpu_float32 2022-09-27T15:32:23.8463846Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_gt_cpu_float32 2022-09-27T15:32:23.8493694Z test_ops.py::TestCommonCPU::test_out___rxor___cpu_int64 2022-09-27T15:32:23.8667293Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out___rxor___cpu_int64 2022-09-27T15:32:23.8687703Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_float32 2022-09-27T15:32:23.8742947Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_float32 2022-09-27T15:32:23.8794235Z test_ops.py::TestCommonCPU::test_out_histogram_cpu_float32 2022-09-27T15:32:23.8800319Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bool 2022-09-27T15:32:23.8906304Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float64 2022-09-27T15:32:23.8956921Z test_ops.py::TestCommonCPU::test_out__masked_argmin_cpu_float32 2022-09-27T15:32:23.9106164Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__masked_argmin_cpu_float32 2022-09-27T15:32:23.9145706Z test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_float32 2022-09-27T15:32:23.9347605Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_float32 2022-09-27T15:32:23.9383786Z test_ops.py::TestCommonCPU::test_out__masked_logaddexp_cpu_float32 2022-09-27T15:32:23.9592462Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__masked_logaddexp_cpu_float32 2022-09-27T15:32:23.9593350Z test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_float32 2022-09-27T15:32:23.9786583Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_float32 2022-09-27T15:32:23.9817550Z test_ops.py::TestCommonCPU::test_out__masked_norm_cpu_float32 2022-09-27T15:32:23.9990366Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__masked_norm_cpu_float32 2022-09-27T15:32:24.0035048Z test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_float32 2022-09-27T15:32:24.0225096Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_float32 2022-09-27T15:32:24.0261086Z test_ops.py::TestCommonCPU::test_out__masked_softmin_cpu_float32 2022-09-27T15:32:24.0427629Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__masked_softmin_cpu_float32 2022-09-27T15:32:24.0455828Z test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_float32 2022-09-27T15:32:24.0668486Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_float32 2022-09-27T15:32:24.0838267Z test_ops.py::TestCommonCPU::test_out__refs_abs_cpu_float32 2022-09-27T15:32:24.0864509Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_abs_cpu_float32 2022-09-27T15:32:24.0893073Z test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_float32 2022-09-27T15:32:24.0901337Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_float32 2022-09-27T15:32:24.0909192Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float64 2022-09-27T15:32:24.1105353Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int8 2022-09-27T15:32:24.1340750Z test_ops.py::TestCommonCPU::test_out__refs_addcdiv_cpu_float32 2022-09-27T15:32:24.1345747Z test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_float32 2022-09-27T15:32:24.1745274Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_float32 2022-09-27T15:32:24.1768689Z test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_float32 2022-09-27T15:32:24.1900613Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_float32 2022-09-27T15:32:24.1921459Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_addcdiv_cpu_float32 2022-09-27T15:32:24.2187469Z test_ops.py::TestCommonCPU::test_out__refs_amax_cpu_float32 2022-09-27T15:32:24.2211421Z test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_float32 2022-09-27T15:32:24.2626809Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_float32 2022-09-27T15:32:24.2657467Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_float32 2022-09-27T15:32:24.2721760Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_float32 2022-09-27T15:32:24.2783262Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_amax_cpu_float32 2022-09-27T15:32:24.2822090Z test_ops.py::TestCommonCPU::test_out__refs_as_strided_cpu_float32 2022-09-27T15:32:24.2970011Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_as_strided_cpu_float32 2022-09-27T15:32:24.2975866Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int8 2022-09-27T15:32:24.3026374Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex128 2022-09-27T15:32:24.3102700Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex128 2022-09-27T15:32:24.3125581Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_float32 2022-09-27T15:32:24.3182914Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_float32 2022-09-27T15:32:24.3242637Z test_ops.py::TestCommonCPU::test_out__refs_atan_cpu_float32 2022-09-27T15:32:24.3423638Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atan_cpu_float32 2022-09-27T15:32:24.3473227Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float32 2022-09-27T15:32:24.3542415Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float32 2022-09-27T15:32:24.3561740Z test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_float32 2022-09-27T15:32:24.3622573Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_float32 2022-09-27T15:32:24.3650552Z test_ops.py::TestCommonCPU::test_out__refs_atleast_3d_cpu_float32 2022-09-27T15:32:24.3862545Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atleast_3d_cpu_float32 2022-09-27T15:32:24.3899668Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int64 2022-09-27T15:32:24.3981767Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int64 2022-09-27T15:32:24.4001993Z test_ops.py::TestCommonCPU::test_multiple_devices_dist_cpu_float32 2022-09-27T15:32:24.4062609Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dist_cpu_float32 2022-09-27T15:32:24.4290216Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_or_cpu_int64 2022-09-27T15:32:24.4344332Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_bitwise_or_cpu_int64 2022-09-27T15:32:24.4396493Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bool 2022-09-27T15:32:24.4422624Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bool 2022-09-27T15:32:24.4448513Z test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_int64 2022-09-27T15:32:24.4502450Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_int64 2022-09-27T15:32:24.4529593Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_to_cpu_float32 2022-09-27T15:32:24.4784302Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_broadcast_to_cpu_float32 2022-09-27T15:32:24.4847000Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float16 2022-09-27T15:32:24.4863199Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float16 2022-09-27T15:32:24.4883253Z test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_int64 2022-09-27T15:32:24.4942576Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_int64 2022-09-27T15:32:24.5098263Z test_ops.py::TestCommonCPU::test_out__refs_clamp_cpu_float32 2022-09-27T15:32:24.5224100Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_clamp_cpu_float32 2022-09-27T15:32:24.5284195Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int32 2022-09-27T15:32:24.5302610Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int32 2022-09-27T15:32:24.5322306Z test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_int64 2022-09-27T15:32:24.5382294Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_int64 2022-09-27T15:32:24.5496154Z test_ops.py::TestCommonCPU::test_out__refs_column_stack_cpu_float32 2022-09-27T15:32:24.5662651Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_column_stack_cpu_float32 2022-09-27T15:32:24.5744663Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bfloat16 2022-09-27T15:32:24.5748826Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bfloat16 2022-09-27T15:32:24.5772678Z test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_int64 2022-09-27T15:32:24.5821806Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_int64 2022-09-27T15:32:24.5845009Z test_ops.py::TestCommonCPU::test_out__refs_contiguous_cpu_float32 2022-09-27T15:32:24.6101883Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_contiguous_cpu_float32 2022-09-27T15:32:24.6180071Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex64 2022-09-27T15:32:24.6186747Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex64 2022-09-27T15:32:24.6210202Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_int64 2022-09-27T15:32:24.6262053Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_int64 2022-09-27T15:32:24.6287548Z test_ops.py::TestCommonCPU::test_out__refs_diag_embed_cpu_float32 2022-09-27T15:32:24.6544108Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_diag_embed_cpu_float32 2022-09-27T15:32:24.6609017Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int16 2022-09-27T15:32:24.6622806Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int16 2022-09-27T15:32:24.6647860Z test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_int64 2022-09-27T15:32:24.6703429Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_int64 2022-09-27T15:32:24.7019494Z test_ops.py::TestCommonCPU::test_out__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:32:24.7069391Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_uint8 2022-09-27T15:32:24.7073652Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_uint8 2022-09-27T15:32:24.7100840Z test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_int64 2022-09-27T15:32:24.7109305Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:32:24.7142708Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_int64 2022-09-27T15:32:24.7157909Z test_ops.py::TestCommonCPU::test_out__refs_empty_cpu_float32 2022-09-27T15:32:24.7426560Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_out__refs_empty_cpu_float32 2022-09-27T15:32:24.7504785Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int64 2022-09-27T15:32:24.7528383Z test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_int64 2022-09-27T15:32:24.7583584Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_int64 2022-09-27T15:32:24.7704876Z test_ops.py::TestCommonCPU::test_out__refs_erfc_cpu_float32 2022-09-27T15:32:24.7946391Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_erfc_cpu_float32 2022-09-27T15:32:24.7973984Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_int64 2022-09-27T15:32:24.8050886Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_int64 2022-09-27T15:32:24.8059066Z test_ops.py::TestCommonCPU::test_out__refs_expand_as_cpu_float32 2022-09-27T15:32:24.8383774Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_expand_as_cpu_float32 2022-09-27T15:32:24.8406589Z test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_int64 2022-09-27T15:32:24.8462945Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_int64 2022-09-27T15:32:24.8875186Z test_ops.py::TestCommonCPU::test_out__refs_fft_fft2_cpu_float32 2022-09-27T15:32:24.8880311Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_int64 2022-09-27T15:32:24.9292943Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_int64 2022-09-27T15:32:24.9304616Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_int64 2022-09-27T15:32:24.9583124Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_int64 2022-09-27T15:32:24.9595430Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_fft2_cpu_float32 2022-09-27T15:32:24.9640255Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfft2_cpu_float32 2022-09-27T15:32:24.9706743Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int64 2022-09-27T15:32:24.9713784Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int32 2022-09-27T15:32:24.9754902Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_int64 2022-09-27T15:32:24.9762778Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_int64 2022-09-27T15:32:25.0021912Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_hfft2_cpu_float32 2022-09-27T15:32:25.0184747Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifft_cpu_float32 2022-09-27T15:32:25.0190172Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_int64 2022-09-27T15:32:25.0620589Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_int64 2022-09-27T15:32:25.0633981Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ifft_cpu_float32 2022-09-27T15:32:25.0639439Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft_cpu_float32 2022-09-27T15:32:25.0674070Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_int64 2022-09-27T15:32:25.0992592Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_int64 2022-09-27T15:32:25.1098238Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft_cpu_float32 2022-09-27T15:32:25.1100518Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfftn_cpu_float32 2022-09-27T15:32:25.1101403Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_int64 2022-09-27T15:32:25.1535897Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_int64 2022-09-27T15:32:25.1541539Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_int64 2022-09-27T15:32:25.1551134Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_int64 2022-09-27T15:32:25.1562512Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_irfftn_cpu_float32 2022-09-27T15:32:25.1657245Z test_ops.py::TestCommonCPU::test_out__refs_fill_cpu_float32 2022-09-27T15:32:25.1983744Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fill_cpu_float32 2022-09-27T15:32:25.1987228Z test_ops.py::TestCommonCPU::test_out__refs_flipud_cpu_float32 2022-09-27T15:32:25.2009067Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_int64 2022-09-27T15:32:25.2019239Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_flipud_cpu_float32 2022-09-27T15:32:25.2465813Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_int64 2022-09-27T15:32:25.2467071Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_int64 2022-09-27T15:32:25.2470079Z test_ops.py::TestCommonCPU::test_out__refs_fmax_cpu_float32 2022-09-27T15:32:25.2843283Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_int64 2022-09-27T15:32:25.2894268Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fmax_cpu_float32 2022-09-27T15:32:25.2898653Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_int64 2022-09-27T15:32:25.2903966Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_int64 2022-09-27T15:32:25.2964349Z test_ops.py::TestCommonCPU::test_out__refs_gcd_cpu_int64 2022-09-27T15:32:25.2984857Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int32 2022-09-27T15:32:25.3140925Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_bool 2022-09-27T15:32:25.3307930Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_gcd_cpu_int64 2022-09-27T15:32:25.3308515Z test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_int64 2022-09-27T15:32:25.3334206Z test_ops.py::TestCommonCPU::test_out__refs_hsplit_cpu_float32 2022-09-27T15:32:25.3344655Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_int64 2022-09-27T15:32:25.3745176Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_hsplit_cpu_float32 2022-09-27T15:32:25.3772336Z test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_int64 2022-09-27T15:32:25.3784594Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_int64 2022-09-27T15:32:25.4166969Z test_ops.py::TestCommonCPU::test_out__refs_igamma_cpu_float32 2022-09-27T15:32:25.4185747Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_igamma_cpu_float32 2022-09-27T15:32:25.4217740Z test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_int64 2022-09-27T15:32:25.4227780Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_int64 2022-09-27T15:32:25.4295896Z test_ops.py::TestCommonCPU::test_out__refs_index_copy_cpu_float32 2022-09-27T15:32:25.4499978Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_index_copy_cpu_float32 2022-09-27T15:32:25.4507041Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_bool 2022-09-27T15:32:25.4623120Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int8 2022-09-27T15:32:25.4653045Z test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_int64 2022-09-27T15:32:25.4712787Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_int64 2022-09-27T15:32:25.4747845Z test_ops.py::TestCommonCPU::test_out__refs_isfinite_cpu_float32 2022-09-27T15:32:25.5066363Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isfinite_cpu_float32 2022-09-27T15:32:25.5094153Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_int64 2022-09-27T15:32:25.5113038Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_int64 2022-09-27T15:32:25.5229306Z test_ops.py::TestCommonCPU::test_out__refs_isposinf_cpu_float32 2022-09-27T15:32:25.5344513Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isposinf_cpu_float32 2022-09-27T15:32:25.5353736Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int8 2022-09-27T15:32:25.5544776Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int32 2022-09-27T15:32:25.5545556Z test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_int64 2022-09-27T15:32:25.5569087Z test_ops.py::TestCommonCPU::test_out__refs_lgamma_cpu_float32 2022-09-27T15:32:25.5739483Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_int64 2022-09-27T15:32:25.5985785Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_lgamma_cpu_float32 2022-09-27T15:32:25.5987831Z test_ops.py::TestCommonCPU::test_out__refs_linalg_svdvals_cpu_float32 2022-09-27T15:32:25.6100198Z test_ops.py::TestCommonCPU::test_multiple_devices_frexp_cpu_float32 2022-09-27T15:32:25.6423607Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_frexp_cpu_float32 2022-09-27T15:32:25.6446456Z test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_int64 2022-09-27T15:32:25.6906874Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_int64 2022-09-27T15:32:25.6931500Z test_ops.py::TestCommonCPU::test_multiple_devices_geqrf_cpu_float32 2022-09-27T15:32:25.7357172Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_geqrf_cpu_float32 2022-09-27T15:32:25.7383697Z test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_int64 2022-09-27T15:32:25.7391094Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_int64 2022-09-27T15:32:25.7400584Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int32 2022-09-27T15:32:25.7497048Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_bool 2022-09-27T15:32:25.7509001Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linalg_svdvals_cpu_float32 2022-09-27T15:32:25.7562794Z test_ops.py::TestCommonCPU::test_out__refs_log1p_cpu_float32 2022-09-27T15:32:25.7817435Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_log1p_cpu_float32 2022-09-27T15:32:25.7819836Z test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_int64 2022-09-27T15:32:25.7944096Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_int64 2022-09-27T15:32:25.8267175Z test_ops.py::TestCommonCPU::test_out__refs_logical_and_cpu_float32 2022-09-27T15:32:25.8272529Z test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_float32 2022-09-27T15:32:25.8743142Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_float32 2022-09-27T15:32:25.8746542Z test_ops.py::TestCommonCPU::test_multiple_devices_hypot_cpu_float32 2022-09-27T15:32:25.8803733Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_hypot_cpu_float32 2022-09-27T15:32:25.8812852Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logical_and_cpu_float32 2022-09-27T15:32:25.9152743Z test_ops.py::TestCommonCPU::test_out__refs_logspace_cpu_float32 2022-09-27T15:32:25.9178225Z test_ops.py::TestCommonCPU::test_multiple_devices_igammac_cpu_float32 2022-09-27T15:32:25.9231791Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_igammac_cpu_float32 2022-09-27T15:32:25.9243203Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_histogram_cpu_float32 2022-09-27T15:32:25.9625702Z test_ops.py::TestCommonCPU::test_out_hypot_cpu_float32 2022-09-27T15:32:25.9653345Z test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_int64 2022-09-27T15:32:26.0007641Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_int64 2022-09-27T15:32:26.0019476Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_bool 2022-09-27T15:32:26.0102742Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int8 2022-09-27T15:32:26.0133078Z test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_int64 2022-09-27T15:32:26.0171343Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_int64 2022-09-27T15:32:26.0183109Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_hypot_cpu_float32 2022-09-27T15:32:26.0207139Z test_ops.py::TestCommonCPU::test_out_imag_cpu_complex64 2022-09-27T15:32:26.0544523Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_imag_cpu_complex64 2022-09-27T15:32:26.0570538Z test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_int64 2022-09-27T15:32:26.0623662Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_int64 2022-09-27T15:32:26.0660214Z test_ops.py::TestCommonCPU::test_out_index_put_cpu_float32 2022-09-27T15:32:26.0983112Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_index_put_cpu_float32 2022-09-27T15:32:26.1004755Z test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_int64 2022-09-27T15:32:26.1061716Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_int64 2022-09-27T15:32:26.1087406Z test_ops.py::TestCommonCPU::test_out_int_cpu_float32 2022-09-27T15:32:26.1496956Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_int_cpu_float32 2022-09-27T15:32:26.1500238Z test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_int64 2022-09-27T15:32:26.1512225Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_int64 2022-09-27T15:32:26.1538490Z test_ops.py::TestCommonCPU::test_out_isinf_cpu_float32 2022-09-27T15:32:26.1738006Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_isinf_cpu_float32 2022-09-27T15:32:26.1743634Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int8 2022-09-27T15:32:26.1848562Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bool 2022-09-27T15:32:26.1902014Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bool 2022-09-27T15:32:26.1922493Z test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_int64 2022-09-27T15:32:26.1941843Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_int64 2022-09-27T15:32:26.1960642Z test_ops.py::TestCommonCPU::test_out_isreal_cpu_float32 2022-09-27T15:32:26.2183066Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_isreal_cpu_float32 2022-09-27T15:32:26.2301330Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float32 2022-09-27T15:32:26.2342809Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float32 2022-09-27T15:32:26.2363454Z test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_int64 2022-09-27T15:32:26.2383487Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_int64 2022-09-27T15:32:26.2405246Z test_ops.py::TestCommonCPU::test_out_jiterator_binary_cpu_float32 2022-09-27T15:32:26.2621852Z [gw2] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_out_jiterator_binary_cpu_float32 2022-09-27T15:32:26.2720715Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int64 2022-09-27T15:32:26.2781808Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int64 2022-09-27T15:32:26.2800469Z test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_int64 2022-09-27T15:32:26.2822496Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_int64 2022-09-27T15:32:26.3062959Z test_ops.py::TestCommonCPU::test_out_kthvalue_cpu_float32 2022-09-27T15:32:26.3125551Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bool 2022-09-27T15:32:26.3223981Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bool 2022-09-27T15:32:26.3250751Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:32:26.3504189Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:32:26.3557211Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float32 2022-09-27T15:32:26.3612296Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float32 2022-09-27T15:32:26.3619205Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_kthvalue_cpu_float32 2022-09-27T15:32:26.3694736Z test_ops.py::TestCommonCPU::test_out_lerp_cpu_float32 2022-09-27T15:32:26.3698263Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:32:26.3943225Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:32:26.3999910Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int64 2022-09-27T15:32:26.4106685Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int64 2022-09-27T15:32:26.4132655Z test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_float32 2022-09-27T15:32:26.4424166Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_float32 2022-09-27T15:32:26.4546812Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bool 2022-09-27T15:32:26.4585876Z test_ops.py::TestCommonCPU::test_multiple_devices_lcm_cpu_int64 2022-09-27T15:32:26.4590759Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lcm_cpu_int64 2022-09-27T15:32:26.4595353Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_lerp_cpu_float32 2022-09-27T15:32:26.4619276Z test_ops.py::TestCommonCPU::test_out_linalg_cond_cpu_float32 2022-09-27T15:32:26.4720742Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bool 2022-09-27T15:32:26.4862245Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_cond_cpu_float32 2022-09-27T15:32:26.4966029Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float16 2022-09-27T15:32:26.4981762Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float16 2022-09-27T15:32:26.5002876Z test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_int64 2022-09-27T15:32:26.5021883Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_int64 2022-09-27T15:32:26.5225103Z test_ops.py::TestCommonCPU::test_out_linalg_eig_cpu_float32 2022-09-27T15:32:26.5342232Z [gw2] [ 15%] XFAIL test_ops.py::TestCommonCPU::test_out_linalg_eig_cpu_float32 2022-09-27T15:32:26.5438158Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int32 2022-09-27T15:32:26.5440940Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int32 2022-09-27T15:32:26.5460779Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_cpu_float32 2022-09-27T15:32:26.5501655Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_cpu_float32 2022-09-27T15:32:26.5808176Z test_ops.py::TestCommonCPU::test_out_linalg_householder_product_cpu_float32 2022-09-27T15:32:26.5862386Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_bfloat16 2022-09-27T15:32:26.5887696Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_int64 2022-09-27T15:32:26.5957920Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_int64 2022-09-27T15:32:26.5974290Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_householder_product_cpu_float32 2022-09-27T15:32:26.6307973Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:32:26.6358986Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigh_cpu_float32 2022-09-27T15:32:26.6676786Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigh_cpu_float32 2022-09-27T15:32:26.6688352Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:32:26.6773821Z test_ops.py::TestCommonCPU::test_out_linalg_lu_cpu_float32 2022-09-27T15:32:26.6775088Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_cpu_float32 2022-09-27T15:32:26.7212307Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_cpu_float32 2022-09-27T15:32:26.7214011Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_solve_cpu_float32 2022-09-27T15:32:26.7355032Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_solve_cpu_float32 2022-09-27T15:32:26.7402366Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logspace_cpu_float32 2022-09-27T15:32:26.7660580Z test_ops.py::TestCommonCPU::test_out__refs_maximum_cpu_float32 2022-09-27T15:32:26.7668488Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_cpu_float32 2022-09-27T15:32:26.8123290Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_cpu_float32 2022-09-27T15:32:26.8132560Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_power_cpu_float32 2022-09-27T15:32:26.8323794Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_power_cpu_float32 2022-09-27T15:32:26.8334361Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_maximum_cpu_float32 2022-09-27T15:32:26.8359693Z test_ops.py::TestCommonCPU::test_out__refs_minimum_cpu_float32 2022-09-27T15:32:26.8371171Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_bfloat16 2022-09-27T15:32:26.8538371Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int32 2022-09-27T15:32:26.8542148Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_int64 2022-09-27T15:32:26.8940350Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_int64 2022-09-27T15:32:26.8984249Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_minimum_cpu_float32 2022-09-27T15:32:26.8995869Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:32:26.9006204Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:32:26.9031156Z test_ops.py::TestCommonCPU::test_out__refs_narrow_cpu_float32 2022-09-27T15:32:26.9388149Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_narrow_cpu_float32 2022-09-27T15:32:26.9426992Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_cpu_float32 2022-09-27T15:32:26.9432580Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_cpu_float32 2022-09-27T15:32:26.9453771Z test_ops.py::TestCommonCPU::test_out__refs_new_empty_cpu_float32 2022-09-27T15:32:26.9525679Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_out__refs_new_empty_cpu_float32 2022-09-27T15:32:26.9532670Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int32 2022-09-27T15:32:26.9756424Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bfloat16 2022-09-27T15:32:26.9762450Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_lu_cpu_float32 2022-09-27T15:32:26.9822909Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_norm_cpu_float32 2022-09-27T15:32:26.9834671Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svdvals_cpu_float32 2022-09-27T15:32:26.9849143Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bfloat16 2022-09-27T15:32:26.9902249Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svdvals_cpu_float32 2022-09-27T15:32:26.9926312Z test_ops.py::TestCommonCPU::test_out__refs_new_zeros_cpu_float32 2022-09-27T15:32:26.9981364Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_new_zeros_cpu_float32 2022-09-27T15:32:27.0262620Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex64 2022-09-27T15:32:27.0277034Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_int64 2022-09-27T15:32:27.0283280Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex64 2022-09-27T15:32:27.0341595Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_int64 2022-09-27T15:32:27.0363571Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_elu_cpu_float32 2022-09-27T15:32:27.0421269Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_elu_cpu_float32 2022-09-27T15:32:27.0673195Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int16 2022-09-27T15:32:27.0701314Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int16 2022-09-27T15:32:27.0718732Z test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_int64 2022-09-27T15:32:27.0782434Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_int64 2022-09-27T15:32:27.0808879Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:32:27.0861400Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:32:27.1101859Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_uint8 2022-09-27T15:32:27.1141824Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_uint8 2022-09-27T15:32:27.1162277Z test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_int64 2022-09-27T15:32:27.1222867Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_int64 2022-09-27T15:32:27.1256338Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:32:27.1342544Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:32:27.1585537Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int16 2022-09-27T15:32:27.1612367Z test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_int64 2022-09-27T15:32:27.1663440Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_int64 2022-09-27T15:32:27.1836123Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:32:27.1896941Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:32:27.1907385Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_matrix_norm_cpu_float32 2022-09-27T15:32:27.2022956Z test_ops.py::TestCommonCPU::test_out_linalg_multi_dot_cpu_float32 2022-09-27T15:32:27.2047113Z test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp2_cpu_float32 2022-09-27T15:32:27.2103160Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp2_cpu_float32 2022-09-27T15:32:27.2126539Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:32:27.2197375Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:32:27.2342496Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_multi_dot_cpu_float32 2022-09-27T15:32:27.2365350Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:32:27.2373313Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int16 2022-09-27T15:32:27.2463075Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_uint8 2022-09-27T15:32:27.2492281Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_float32 2022-09-27T15:32:27.2542877Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_float32 2022-09-27T15:32:27.2952516Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:32:27.2961780Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_float32 2022-09-27T15:32:27.2966071Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_float32 2022-09-27T15:32:27.2974238Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:32:27.3068570Z test_ops.py::TestCommonCPU::test_out_linalg_solve_cpu_float32 2022-09-27T15:32:27.3076442Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:32:27.3120524Z test_ops.py::TestCommonCPU::test_out__refs_ones_cpu_float32 2022-09-27T15:32:27.3345499Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_ones_cpu_float32 2022-09-27T15:32:27.3368849Z test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_float32 2022-09-27T15:32:27.3503922Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_float32 2022-09-27T15:32:27.3587761Z test_ops.py::TestCommonCPU::test_out__refs_prod_cpu_float32 2022-09-27T15:32:27.3595712Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_uint8 2022-09-27T15:32:27.3784191Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float32 2022-09-27T15:32:27.3810447Z test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_float32 2022-09-27T15:32:27.4230927Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_float32 2022-09-27T15:32:27.4273030Z test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_float32 2022-09-27T15:32:27.4733395Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_float32 2022-09-27T15:32:27.4742653Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_unpack_cpu_float32 2022-09-27T15:32:27.5025767Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lu_unpack_cpu_float32 2022-09-27T15:32:27.5038312Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_solve_cpu_float32 2022-09-27T15:32:27.5143140Z test_ops.py::TestCommonCPU::test_out_linalg_svdvals_cpu_float32 2022-09-27T15:32:27.5168287Z test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_int64 2022-09-27T15:32:27.5284675Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_int64 2022-09-27T15:32:27.5303142Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_prod_cpu_float32 2022-09-27T15:32:27.5473706Z test_ops.py::TestCommonCPU::test_out__refs_reciprocal_cpu_float32 2022-09-27T15:32:27.5582551Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_reciprocal_cpu_float32 2022-09-27T15:32:27.5603948Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_int64 2022-09-27T15:32:27.5745621Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_int64 2022-09-27T15:32:27.5775371Z test_ops.py::TestCommonCPU::test_out__refs_reshape_cpu_float32 2022-09-27T15:32:27.6068233Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_reshape_cpu_float32 2022-09-27T15:32:27.6103265Z test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_int64 2022-09-27T15:32:27.6184627Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_int64 2022-09-27T15:32:27.6292164Z test_ops.py::TestCommonCPU::test_out__refs_rsqrt_cpu_float32 2022-09-27T15:32:27.6503669Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_rsqrt_cpu_float32 2022-09-27T15:32:27.6532176Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_float32 2022-09-27T15:32:27.6622767Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_float32 2022-09-27T15:32:27.6685491Z test_ops.py::TestCommonCPU::test_out__refs_sign_cpu_float32 2022-09-27T15:32:27.6946034Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sign_cpu_float32 2022-09-27T15:32:27.6972085Z test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_float32 2022-09-27T15:32:27.7064166Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_float32 2022-09-27T15:32:27.7125006Z test_ops.py::TestCommonCPU::test_out__refs_sinh_cpu_float32 2022-09-27T15:32:27.7139352Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sinh_cpu_float32 2022-09-27T15:32:27.7146797Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float32 2022-09-27T15:32:27.7384586Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int64 2022-09-27T15:32:27.7417397Z test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_int64 2022-09-27T15:32:27.7503668Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_int64 2022-09-27T15:32:27.7567733Z test_ops.py::TestCommonCPU::test_out__refs_special_i1e_cpu_float32 2022-09-27T15:32:27.7826882Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_i1e_cpu_float32 2022-09-27T15:32:27.7847492Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:32:27.7945354Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:32:27.8176945Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:32:27.8265326Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:32:27.8290287Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_int64 2022-09-27T15:32:27.8384084Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_int64 2022-09-27T15:32:27.8406798Z test_ops.py::TestCommonCPU::test_out__refs_squeeze_cpu_float32 2022-09-27T15:32:27.8581185Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_squeeze_cpu_float32 2022-09-27T15:32:27.8592104Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_svdvals_cpu_float32 2022-09-27T15:32:27.8702942Z test_ops.py::TestCommonCPU::test_out_linalg_vecdot_cpu_float32 2022-09-27T15:32:27.8732488Z test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_int64 2022-09-27T15:32:27.8823387Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_int64 2022-09-27T15:32:27.9205430Z test_ops.py::TestCommonCPU::test_out__refs_sub_cpu_float32 2022-09-27T15:32:27.9209821Z test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_int64 2022-09-27T15:32:27.9281181Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_int64 2022-09-27T15:32:27.9297148Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sub_cpu_float32 2022-09-27T15:32:27.9416132Z test_ops.py::TestCommonCPU::test_out__refs_tan_cpu_float32 2022-09-27T15:32:27.9608384Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_tan_cpu_float32 2022-09-27T15:32:27.9632958Z test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_int64 2022-09-27T15:32:27.9762171Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_int64 2022-09-27T15:32:27.9787257Z test_ops.py::TestCommonCPU::test_out__refs_trace_cpu_float32 2022-09-27T15:32:28.0055364Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_trace_cpu_float32 2022-09-27T15:32:28.0060730Z test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_float32 2022-09-27T15:32:28.0183116Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_float32 2022-09-27T15:32:28.0499453Z test_ops.py::TestCommonCPU::test_out__refs_triu_cpu_float32 2022-09-27T15:32:28.0505945Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:32:28.0523913Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:32:28.0634841Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_triu_cpu_float32 2022-09-27T15:32:28.0642927Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_vecdot_cpu_float32 2022-09-27T15:32:28.0686771Z test_ops.py::TestCommonCPU::test_out_log1p_cpu_float32 2022-09-27T15:32:28.0697778Z test_ops.py::TestCommonCPU::test_out__refs_unbind_cpu_float32 2022-09-27T15:32:28.0723490Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_unbind_cpu_float32 2022-09-27T15:32:28.0807620Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_log1p_cpu_float32 2022-09-27T15:32:28.0813280Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int64 2022-09-27T15:32:28.0902380Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bool 2022-09-27T15:32:28.0922715Z test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_float32 2022-09-27T15:32:28.1061754Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_float32 2022-09-27T15:32:28.1102519Z test_ops.py::TestCommonCPU::test_out_log_softmax_dtype_cpu_float32 2022-09-27T15:32:28.1355921Z test_ops.py::TestCommonCPU::test_out__refs_var_cpu_float32 2022-09-27T15:32:28.1376650Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_int64 2022-09-27T15:32:28.1645554Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_int64 2022-09-27T15:32:28.1653989Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_var_cpu_float32 2022-09-27T15:32:28.1686436Z test_ops.py::TestCommonCPU::test_out__refs_vsplit_cpu_float32 2022-09-27T15:32:28.1714648Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_vsplit_cpu_float32 2022-09-27T15:32:28.1722363Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_log_softmax_dtype_cpu_float32 2022-09-27T15:32:28.1745313Z test_ops.py::TestCommonCPU::test_out_logdet_cpu_float32 2022-09-27T15:32:28.1781797Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_logdet_cpu_float32 2022-09-27T15:32:28.1803609Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_float32 2022-09-27T15:32:28.2062303Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_float32 2022-09-27T15:32:28.2146652Z test_ops.py::TestCommonCPU::test_out_abs_cpu_float32 2022-09-27T15:32:28.2153575Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_abs_cpu_float32 2022-09-27T15:32:28.2298889Z test_ops.py::TestCommonCPU::test_out_logical_xor_cpu_float32 2022-09-27T15:32:28.2300623Z test_ops.py::TestCommonCPU::test_multiple_devices_native_layer_norm_cpu_float32 2022-09-27T15:32:28.2305052Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_native_layer_norm_cpu_float32 2022-09-27T15:32:28.2502360Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_logical_xor_cpu_float32 2022-09-27T15:32:28.2582625Z test_ops.py::TestCommonCPU::test_out_addbmm_cpu_float32 2022-09-27T15:32:28.2604700Z test_ops.py::TestCommonCPU::test_out_long_cpu_float32 2022-09-27T15:32:28.2670625Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_long_cpu_float32 2022-09-27T15:32:28.2691290Z test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_int64 2022-09-27T15:32:28.3032094Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_int64 2022-09-27T15:32:28.3039307Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_addbmm_cpu_float32 2022-09-27T15:32:28.3136958Z test_ops.py::TestCommonCPU::test_out_addmm_decomposed_cpu_float32 2022-09-27T15:32:28.3140949Z test_ops.py::TestCommonCPU::test_out_lu_unpack_cpu_float32 2022-09-27T15:32:28.3144403Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_int64 2022-09-27T15:32:28.3457024Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_int64 2022-09-27T15:32:28.3467880Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_addmm_decomposed_cpu_float32 2022-09-27T15:32:28.3515947Z test_ops.py::TestCommonCPU::test_out_allclose_cpu_float32 2022-09-27T15:32:28.3544204Z [gw0] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_out_allclose_cpu_float32 2022-09-27T15:32:28.3578408Z test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_int64 2022-09-27T15:32:28.3729757Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_int64 2022-09-27T15:32:28.3737557Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bool 2022-09-27T15:32:28.3902949Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int16 2022-09-27T15:32:28.3984676Z test_ops.py::TestCommonCPU::test_out_angle_cpu_float32 2022-09-27T15:32:28.4007886Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:32:28.4032703Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:32:28.4347121Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_angle_cpu_float32 2022-09-27T15:32:28.4423873Z test_ops.py::TestCommonCPU::test_out_argmin_cpu_float32 2022-09-27T15:32:28.4446891Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:32:28.4508182Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:32:28.4782415Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_argmin_cpu_float32 2022-09-27T15:32:28.4806122Z test_ops.py::TestCommonCPU::test_out_as_strided_scatter_cpu_float32 2022-09-27T15:32:28.4861831Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_as_strided_scatter_cpu_float32 2022-09-27T15:32:28.4881682Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:32:28.5221828Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:32:28.5253538Z test_ops.py::TestCommonCPU::test_out_atan_cpu_float32 2022-09-27T15:32:28.5265154Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_lu_unpack_cpu_float32 2022-09-27T15:32:28.5286661Z test_ops.py::TestCommonCPU::test_out_masked_scatter_cpu_float32 2022-09-27T15:32:28.5305384Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_masked_scatter_cpu_float32 2022-09-27T15:32:28.5313826Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_atan_cpu_float32 2022-09-27T15:32:28.5329661Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_batch_norm_cpu_float32 2022-09-27T15:32:28.5661693Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_batch_norm_cpu_float32 2022-09-27T15:32:28.5685194Z test_ops.py::TestCommonCPU::test_out_atleast_3d_cpu_float32 2022-09-27T15:32:28.5701361Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_atleast_3d_cpu_float32 2022-09-27T15:32:28.5741559Z test_ops.py::TestCommonCPU::test_out_max_binary_cpu_float32 2022-09-27T15:32:28.5763372Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:32:28.6106679Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:32:28.6140517Z test_ops.py::TestCommonCPU::test_out_bincount_cpu_int64 2022-09-27T15:32:28.6184751Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_bincount_cpu_int64 2022-09-27T15:32:28.6210323Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_float32 2022-09-27T15:32:28.6278013Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_float32 2022-09-27T15:32:28.6285330Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_max_binary_cpu_float32 2022-09-27T15:32:28.6305491Z test_ops.py::TestCommonCPU::test_out_mean_cpu_float32 2022-09-27T15:32:28.6542520Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_mean_cpu_float32 2022-09-27T15:32:28.6651252Z test_ops.py::TestCommonCPU::test_out_bitwise_or_cpu_int64 2022-09-27T15:32:28.6653647Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:32:28.6683766Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:32:28.6741365Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_or_cpu_int64 2022-09-27T15:32:28.6984191Z test_ops.py::TestCommonCPU::test_out_min_binary_cpu_float32 2022-09-27T15:32:28.7064117Z test_ops.py::TestCommonCPU::test_out_bmm_cpu_float32 2022-09-27T15:32:28.7075230Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:32:28.7094931Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_bmm_cpu_float32 2022-09-27T15:32:28.7106171Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:32:28.7113505Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int16 2022-09-27T15:32:28.7332908Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_uint8 2022-09-27T15:32:28.7340566Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_min_binary_cpu_float32 2022-09-27T15:32:28.7421849Z test_ops.py::TestCommonCPU::test_out_mm_cpu_float32 2022-09-27T15:32:28.7428308Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_mm_cpu_float32 2022-09-27T15:32:28.7450392Z test_ops.py::TestCommonCPU::test_out_broadcast_to_cpu_float32 2022-09-27T15:32:28.7502960Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_broadcast_to_cpu_float32 2022-09-27T15:32:28.7523410Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:32:28.7745181Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:32:28.7864986Z test_ops.py::TestCommonCPU::test_out_mul_cpu_float32 2022-09-27T15:32:28.7976919Z test_ops.py::TestCommonCPU::test_out_cat_cpu_float32 2022-09-27T15:32:28.7979267Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_elu_cpu_float32 2022-09-27T15:32:28.8430116Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_elu_cpu_float32 2022-09-27T15:32:28.8430823Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:32:28.8486365Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:32:28.8503905Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_cat_cpu_float32 2022-09-27T15:32:28.8505967Z test_ops.py::TestCommonCPU::test_out_char_cpu_float32 2022-09-27T15:32:28.8515208Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_mul_cpu_float32 2022-09-27T15:32:28.8521957Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:32:28.8826723Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_char_cpu_float32 2022-09-27T15:32:28.8853225Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:32:28.8903417Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:32:28.8926672Z test_ops.py::TestCommonCPU::test_out_chunk_cpu_float32 2022-09-27T15:32:28.9020093Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_chunk_cpu_float32 2022-09-27T15:32:28.9029323Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:32:28.9048791Z test_ops.py::TestCommonCPU::test_out_nanmedian_cpu_float32 2022-09-27T15:32:28.9266425Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nanmedian_cpu_float32 2022-09-27T15:32:28.9289082Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_group_norm_cpu_float32 2022-09-27T15:32:28.9343338Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_group_norm_cpu_float32 2022-09-27T15:32:28.9369408Z test_ops.py::TestCommonCPU::test_out_clone_cpu_float32 2022-09-27T15:32:28.9466663Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_clone_cpu_float32 2022-09-27T15:32:28.9490958Z test_ops.py::TestCommonCPU::test_out_narrow_cpu_float32 2022-09-27T15:32:28.9705937Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_narrow_cpu_float32 2022-09-27T15:32:28.9730383Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_float32 2022-09-27T15:32:28.9784249Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_float32 2022-09-27T15:32:28.9810937Z test_ops.py::TestCommonCPU::test_out_conj_cpu_float32 2022-09-27T15:32:28.9903579Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_conj_cpu_float32 2022-09-27T15:32:28.9929627Z test_ops.py::TestCommonCPU::test_out_new_empty_cpu_float32 2022-09-27T15:32:29.0144145Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_new_empty_cpu_float32 2022-09-27T15:32:29.0164451Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_instance_norm_cpu_float32 2022-09-27T15:32:29.0223092Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_instance_norm_cpu_float32 2022-09-27T15:32:29.0388599Z test_ops.py::TestCommonCPU::test_out_copysign_cpu_float32 2022-09-27T15:32:29.0391238Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_uint8 2022-09-27T15:32:29.0396847Z test_ops.py::TestCommonCPU::test_out_new_zeros_cpu_float32 2022-09-27T15:32:29.0415313Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex32 2022-09-27T15:32:29.0631548Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_new_zeros_cpu_float32 2022-09-27T15:32:29.0632995Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:32:29.0824217Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:32:29.0833108Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_copysign_cpu_float32 2022-09-27T15:32:29.0838317Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:32:29.0848738Z test_ops.py::TestCommonCPU::test_out_count_nonzero_cpu_float32 2022-09-27T15:32:29.0862502Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:32:29.1024691Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_count_nonzero_cpu_float32 2022-09-27T15:32:29.1028427Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_l1_loss_cpu_float32 2022-09-27T15:32:29.1037424Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex32 2022-09-27T15:32:29.1051367Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float64 2022-09-27T15:32:29.1267142Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_l1_loss_cpu_float32 2022-09-27T15:32:29.1267657Z test_ops.py::TestCommonCPU::test_out_cummin_cpu_float32 2022-09-27T15:32:29.1324106Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:32:29.1464997Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:32:29.1503451Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_int64 2022-09-27T15:32:29.1552741Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_int64 2022-09-27T15:32:29.1588612Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_cummin_cpu_float32 2022-09-27T15:32:29.1596700Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float64 2022-09-27T15:32:29.1703218Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int8 2022-09-27T15:32:29.1704360Z test_ops.py::TestCommonCPU::test_out_deg2rad_cpu_float32 2022-09-27T15:32:29.1788241Z test_ops.py::TestCommonCPU::test_out_nn_functional_bilinear_cpu_float32 2022-09-27T15:32:29.1900015Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_bilinear_cpu_float32 2022-09-27T15:32:29.1907248Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_deg2rad_cpu_float32 2022-09-27T15:32:29.1935051Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:32:29.2050969Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:32:29.2059548Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int8 2022-09-27T15:32:29.2112233Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex128 2022-09-27T15:32:29.2142893Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex128 2022-09-27T15:32:29.2143521Z test_ops.py::TestCommonCPU::test_out_diagonal_cpu_float32 2022-09-27T15:32:29.2166909Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv1d_cpu_float32 2022-09-27T15:32:29.2174929Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_diagonal_cpu_float32 2022-09-27T15:32:29.2341781Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_conv1d_cpu_float32 2022-09-27T15:32:29.2362028Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:32:29.2461484Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:32:29.2505281Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float32 2022-09-27T15:32:29.2582572Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float32 2022-09-27T15:32:29.2585199Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:32:29.2606107Z test_ops.py::TestCommonCPU::test_out_dist_cpu_float32 2022-09-27T15:32:29.2613456Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_dist_cpu_float32 2022-09-27T15:32:29.2781282Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:32:29.2799064Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:32:29.2901257Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:32:29.2940563Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int64 2022-09-27T15:32:29.3022845Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int64 2022-09-27T15:32:29.3024755Z test_ops.py::TestCommonCPU::test_out_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:32:29.3053566Z test_ops.py::TestCommonCPU::test_out_dot_cpu_float32 2022-09-27T15:32:29.3086466Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:32:29.3221601Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_dot_cpu_float32 2022-09-27T15:32:29.3240085Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mse_loss_cpu_float32 2022-09-27T15:32:29.3341447Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mse_loss_cpu_float32 2022-09-27T15:32:29.3463045Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bool 2022-09-27T15:32:29.3464927Z test_ops.py::TestCommonCPU::test_out_einsum_cpu_float32 2022-09-27T15:32:29.3494530Z test_ops.py::TestCommonCPU::test_out_nn_functional_elu_cpu_float32 2022-09-27T15:32:29.3497784Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_elu_cpu_float32 2022-09-27T15:32:29.3703197Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_einsum_cpu_float32 2022-09-27T15:32:29.3722997Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_nll_loss_cpu_float32 2022-09-27T15:32:29.3904715Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_nll_loss_cpu_float32 2022-09-27T15:32:29.3905427Z test_ops.py::TestCommonCPU::test_out_equal_cpu_float32 2022-09-27T15:32:29.3936110Z test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:32:29.3946458Z [gw0] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_out_equal_cpu_float32 2022-09-27T15:32:29.4142462Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:32:29.4161984Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_int64 2022-09-27T15:32:29.4258780Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_int64 2022-09-27T15:32:29.4265180Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bool 2022-09-27T15:32:29.4344345Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float16 2022-09-27T15:32:29.4345141Z test_ops.py::TestCommonCPU::test_out_nn_functional_gelu_cpu_float32 2022-09-27T15:32:29.4361956Z test_ops.py::TestCommonCPU::test_out_exp2_cpu_float32 2022-09-27T15:32:29.4528904Z [gw2] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_out_nn_functional_gelu_cpu_float32 2022-09-27T15:32:29.4585892Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_exp2_cpu_float32 2022-09-27T15:32:29.4625380Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:32:29.4787246Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:32:29.4788763Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardshrink_cpu_float32 2022-09-27T15:32:29.4910994Z test_ops.py::TestCommonCPU::test_out_expm1_cpu_float32 2022-09-27T15:32:29.5049924Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_expm1_cpu_float32 2022-09-27T15:32:29.5061359Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:32:29.5232281Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:32:29.5241543Z test_ops.py::TestCommonCPU::test_out_fft_fftn_cpu_float32 2022-09-27T15:32:29.5254287Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_hardshrink_cpu_float32 2022-09-27T15:32:29.5426088Z test_ops.py::TestCommonCPU::test_out_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:32:29.5499581Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:32:29.5503763Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:32:29.5662927Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:32:29.5692891Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:32:29.5772889Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:32:29.5782146Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_fft_fftn_cpu_float32 2022-09-27T15:32:29.5904626Z test_ops.py::TestCommonCPU::test_out_fft_hfftn_cpu_float32 2022-09-27T15:32:29.5934174Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_int64 2022-09-27T15:32:29.6150959Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_int64 2022-09-27T15:32:29.6152892Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:32:29.6185019Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:32:29.6193399Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float16 2022-09-27T15:32:29.6254938Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int32 2022-09-27T15:32:29.6264048Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_fft_hfftn_cpu_float32 2022-09-27T15:32:29.6283184Z test_ops.py::TestCommonCPU::test_out_fft_ifftshift_cpu_float32 2022-09-27T15:32:29.6344042Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_fft_ifftshift_cpu_float32 2022-09-27T15:32:29.6371472Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_selu_cpu_float32 2022-09-27T15:32:29.6543999Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_selu_cpu_float32 2022-09-27T15:32:29.6575810Z test_ops.py::TestCommonCPU::test_out_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:32:29.6703174Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:32:29.6820817Z test_ops.py::TestCommonCPU::test_out_fft_irfft2_cpu_float32 2022-09-27T15:32:29.6824409Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_cpu_float32 2022-09-27T15:32:29.6836423Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_cpu_float32 2022-09-27T15:32:29.6843977Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int32 2022-09-27T15:32:29.6986134Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bfloat16 2022-09-27T15:32:29.7018555Z test_ops.py::TestCommonCPU::test_out_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:32:29.7169895Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:32:29.7176632Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_fft_irfft2_cpu_float32 2022-09-27T15:32:29.7259628Z test_ops.py::TestCommonCPU::test_out_fft_rfft_cpu_float32 2022-09-27T15:32:29.7261859Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softshrink_cpu_float32 2022-09-27T15:32:29.7424831Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softshrink_cpu_float32 2022-09-27T15:32:29.7504348Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:32:29.7625186Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:32:29.7640728Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_fft_rfft_cpu_float32 2022-09-27T15:32:29.7667620Z test_ops.py::TestCommonCPU::test_out_flip_cpu_float32 2022-09-27T15:32:29.7676819Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:32:29.7702012Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_flip_cpu_float32 2022-09-27T15:32:29.7863216Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:32:29.7904369Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:32:29.8067039Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:32:29.8107694Z test_ops.py::TestCommonCPU::test_out_float_power_cpu_float32 2022-09-27T15:32:29.8143985Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_int64 2022-09-27T15:32:29.8183681Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_int64 2022-09-27T15:32:29.8195562Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bfloat16 2022-09-27T15:32:29.8302776Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex64 2022-09-27T15:32:29.8330497Z test_ops.py::TestCommonCPU::test_out_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:32:29.8442187Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:32:29.8506188Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_float_power_cpu_float32 2022-09-27T15:32:29.8547197Z test_ops.py::TestCommonCPU::test_out_fmin_cpu_float32 2022-09-27T15:32:29.8580660Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:32:29.8787018Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:32:29.9025463Z test_ops.py::TestCommonCPU::test_out_nn_functional_normalize_cpu_float32 2022-09-27T15:32:29.9029205Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_cpu_float32 2022-09-27T15:32:29.9221067Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_norm_cpu_float32 2022-09-27T15:32:29.9232088Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_fmin_cpu_float32 2022-09-27T15:32:29.9259999Z test_ops.py::TestCommonCPU::test_out_full_like_cpu_float32 2022-09-27T15:32:29.9444862Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_full_like_cpu_float32 2022-09-27T15:32:29.9452268Z test_ops.py::TestCommonCPU::test_multiple_devices_normal_cpu_float32 2022-09-27T15:32:29.9549652Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_normal_cpu_float32 2022-09-27T15:32:29.9558126Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_normalize_cpu_float32 2022-09-27T15:32:29.9585249Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:32:29.9669825Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:32:29.9879459Z test_ops.py::TestCommonCPU::test_out_geqrf_cpu_float32 2022-09-27T15:32:29.9893141Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_float32 2022-09-27T15:32:29.9958255Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_float32 2022-09-27T15:32:29.9983244Z [gw0] [ 16%] XFAIL test_ops.py::TestCommonCPU::test_out_geqrf_cpu_float32 2022-09-27T15:32:30.0011407Z test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:32:30.0103002Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:32:30.0347782Z test_ops.py::TestCommonCPU::test_out_heaviside_cpu_float32 2022-09-27T15:32:30.0376498Z test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_int64 2022-09-27T15:32:30.0425132Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_int64 2022-09-27T15:32:30.0450858Z test_ops.py::TestCommonCPU::test_out_nn_functional_relu6_cpu_float32 2022-09-27T15:32:30.0789252Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_relu6_cpu_float32 2022-09-27T15:32:30.0793623Z test_ops.py::TestCommonCPU::test_multiple_devices_pinverse_cpu_float32 2022-09-27T15:32:30.0802676Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex64 2022-09-27T15:32:30.0814281Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_heaviside_cpu_float32 2022-09-27T15:32:30.0819558Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_pinverse_cpu_float32 2022-09-27T15:32:30.0824493Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int16 2022-09-27T15:32:30.0844033Z test_ops.py::TestCommonCPU::test_out_hsplit_cpu_float32 2022-09-27T15:32:30.0862762Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_hsplit_cpu_float32 2022-09-27T15:32:30.0890455Z test_ops.py::TestCommonCPU::test_out_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:32:30.1226009Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:32:30.1243762Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:32:30.1262559Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:32:30.1303377Z test_ops.py::TestCommonCPU::test_out_igamma_cpu_float32 2022-09-27T15:32:30.1338761Z test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_cpu_float32 2022-09-27T15:32:30.1413366Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_cpu_float32 2022-09-27T15:32:30.1424845Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int16 2022-09-27T15:32:30.1665463Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_uint8 2022-09-27T15:32:30.1681989Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:32:30.1788659Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:32:30.1791607Z test_ops.py::TestCommonCPU::test_out_nn_functional_softsign_cpu_float32 2022-09-27T15:32:30.1906376Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_softsign_cpu_float32 2022-09-27T15:32:30.1913241Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_igamma_cpu_float32 2022-09-27T15:32:30.2022260Z test_ops.py::TestCommonCPU::test_out_index_copy_cpu_float32 2022-09-27T15:32:30.2034373Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_uint8 2022-09-27T15:32:30.2104868Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:32:30.2126950Z test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_float32 2022-09-27T15:32:30.2149909Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_float32 2022-09-27T15:32:30.2182856Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_index_copy_cpu_float32 2022-09-27T15:32:30.2207588Z test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:32:30.2343515Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:32:30.2508090Z test_ops.py::TestCommonCPU::test_out_index_select_cpu_float32 2022-09-27T15:32:30.2542836Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_index_select_cpu_float32 2022-09-27T15:32:30.2562294Z test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_float32 2022-09-27T15:32:30.2622391Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_float32 2022-09-27T15:32:30.2664525Z test_ops.py::TestCommonCPU::test_out_nonzero_cpu_float32 2022-09-27T15:32:30.2781710Z [gw2] [ 16%] XFAIL test_ops.py::TestCommonCPU::test_out_nonzero_cpu_float32 2022-09-27T15:32:30.2801368Z test_ops.py::TestCommonCPU::test_out_isfinite_cpu_float32 2022-09-27T15:32:30.2809983Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_isfinite_cpu_float32 2022-09-27T15:32:30.2817980Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:32:30.2981878Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int16 2022-09-27T15:32:30.3000586Z test_ops.py::TestCommonCPU::test_multiple_devices_qr_cpu_float32 2022-09-27T15:32:30.3061527Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_qr_cpu_float32 2022-09-27T15:32:30.3100560Z test_ops.py::TestCommonCPU::test_out_norm_nuc_cpu_float32 2022-09-27T15:32:30.3221511Z [gw2] [ 16%] XFAIL test_ops.py::TestCommonCPU::test_out_norm_nuc_cpu_float32 2022-09-27T15:32:30.3250857Z test_ops.py::TestCommonCPU::test_out_isneginf_cpu_float32 2022-09-27T15:32:30.3422581Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_isneginf_cpu_float32 2022-09-27T15:32:30.3440379Z test_ops.py::TestCommonCPU::test_multiple_devices_rand_like_cpu_float32 2022-09-27T15:32:30.3468814Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rand_like_cpu_float32 2022-09-27T15:32:30.3474745Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int16 2022-09-27T15:32:30.3501825Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_uint8 2022-09-27T15:32:30.3523627Z test_ops.py::TestCommonCPU::test_out_ones_like_cpu_float32 2022-09-27T15:32:30.3661675Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_ones_like_cpu_float32 2022-09-27T15:32:30.3679621Z test_ops.py::TestCommonCPU::test_out_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:32:30.3862141Z [gw0] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_out_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:32:30.3882006Z test_ops.py::TestCommonCPU::test_multiple_devices_randn_like_cpu_float32 2022-09-27T15:32:30.3942066Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_randn_like_cpu_float32 2022-09-27T15:32:30.3970753Z test_ops.py::TestCommonCPU::test_out_pca_lowrank_cpu_float32 2022-09-27T15:32:30.4101312Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_pca_lowrank_cpu_float32 2022-09-27T15:32:30.4121434Z test_ops.py::TestCommonCPU::test_out_jiterator_unary_cpu_float32 2022-09-27T15:32:30.4128113Z [gw0] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_out_jiterator_unary_cpu_float32 2022-09-27T15:32:30.4134687Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_uint8 2022-09-27T15:32:30.4302850Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex32 2022-09-27T15:32:30.4332391Z test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_int64 2022-09-27T15:32:30.4381347Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_int64 2022-09-27T15:32:30.4539498Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:32:30.4550576Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex32 2022-09-27T15:32:30.4551235Z test_ops.py::TestCommonCPU::test_out_ldexp_cpu_float32 2022-09-27T15:32:30.4761226Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float64 2022-09-27T15:32:30.4777737Z test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_int64 2022-09-27T15:32:30.4960760Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_int64 2022-09-27T15:32:30.4982370Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float64 2022-09-27T15:32:30.5175012Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int8 2022-09-27T15:32:30.5206887Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:32:30.5215208Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_float32 2022-09-27T15:32:30.5217779Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:32:30.5227109Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_float32 2022-09-27T15:32:30.5319262Z [gw2] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:32:30.5328062Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_ldexp_cpu_float32 2022-09-27T15:32:30.5365960Z test_ops.py::TestCommonCPU::test_out_linalg_cholesky_cpu_float32 2022-09-27T15:32:30.5421889Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int8 2022-09-27T15:32:30.5625724Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float16 2022-09-27T15:32:30.5626149Z test_ops.py::TestCommonCPU::test_out_put_cpu_float32 2022-09-27T15:32:30.5653641Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_float32 2022-09-27T15:32:30.5658916Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_put_cpu_float32 2022-09-27T15:32:30.6128225Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_float32 2022-09-27T15:32:30.6130106Z test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_float32 2022-09-27T15:32:30.6134750Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_float32 2022-09-27T15:32:30.6163214Z test_ops.py::TestCommonCPU::test_out_rand_like_cpu_float32 2022-09-27T15:32:30.6537152Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_rand_like_cpu_float32 2022-09-27T15:32:30.6549867Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_float32 2022-09-27T15:32:30.6568024Z test_ops.py::TestCommonCPU::test_out_ravel_cpu_float32 2022-09-27T15:32:30.6595354Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_float32 2022-09-27T15:32:30.6943507Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_ravel_cpu_float32 2022-09-27T15:32:30.6963507Z test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_float32 2022-09-27T15:32:30.6974351Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_float32 2022-09-27T15:32:30.6983577Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_cholesky_cpu_float32 2022-09-27T15:32:30.6985825Z test_ops.py::TestCommonCPU::test_out_linalg_det_cpu_float32 2022-09-27T15:32:30.7386126Z test_ops.py::TestCommonCPU::test_out_renorm_cpu_float32 2022-09-27T15:32:30.7408776Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_0_cpu_float32 2022-09-27T15:32:30.7424492Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_renorm_cpu_float32 2022-09-27T15:32:30.7462930Z [gw1] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_0_cpu_float32 2022-09-27T15:32:30.7487799Z test_ops.py::TestCommonCPU::test_out_reshape_cpu_float32 2022-09-27T15:32:30.7823630Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_reshape_cpu_float32 2022-09-27T15:32:30.7853911Z test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_int64 2022-09-27T15:32:30.7887034Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_int64 2022-09-27T15:32:30.7893968Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_det_cpu_float32 2022-09-27T15:32:30.7902733Z test_ops.py::TestCommonCPU::test_out_linalg_eigvals_cpu_float32 2022-09-27T15:32:30.7928086Z test_ops.py::TestCommonCPU::test_out_resolve_neg_cpu_float32 2022-09-27T15:32:30.8247361Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_resolve_neg_cpu_float32 2022-09-27T15:32:30.8262099Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_eigvals_cpu_float32 2022-09-27T15:32:30.8281802Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_int64 2022-09-27T15:32:30.8301510Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_int64 2022-09-27T15:32:30.8342834Z test_ops.py::TestCommonCPU::test_out_linalg_inv_ex_cpu_float32 2022-09-27T15:32:30.8530962Z test_ops.py::TestCommonCPU::test_out_round_decimals_0_cpu_float32 2022-09-27T15:32:30.8731190Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_round_decimals_0_cpu_float32 2022-09-27T15:32:30.8732891Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_int64 2022-09-27T15:32:30.8816202Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_int64 2022-09-27T15:32:30.8817347Z test_ops.py::TestCommonCPU::test_out_rsub_cpu_float32 2022-09-27T15:32:30.9073154Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_rsub_cpu_float32 2022-09-27T15:32:30.9085453Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_inv_ex_cpu_float32 2022-09-27T15:32:30.9101734Z test_ops.py::TestCommonCPU::test_out_linalg_lstsq_cpu_float32 2022-09-27T15:32:30.9149349Z [gw0] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_linalg_lstsq_cpu_float32 2022-09-27T15:32:30.9187515Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_int64 2022-09-27T15:32:30.9265716Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_int64 2022-09-27T15:32:30.9562812Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_amin_cpu_float32 2022-09-27T15:32:30.9613014Z test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:32:30.9613462Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_int64 2022-09-27T15:32:31.0065847Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_int64 2022-09-27T15:32:31.0073606Z test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_offsets_cpu_float32 2022-09-27T15:32:31.0472470Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_offsets_cpu_float32 2022-09-27T15:32:31.0495307Z test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_int64 2022-09-27T15:32:31.0918339Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_int64 2022-09-27T15:32:31.0931364Z test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_int64 2022-09-27T15:32:31.1343560Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_int64 2022-09-27T15:32:31.1365405Z test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_int64 2022-09-27T15:32:31.1401585Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_int64 2022-09-27T15:32:31.1411779Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float16 2022-09-27T15:32:31.1642148Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int32 2022-09-27T15:32:31.1649531Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:32:31.1659555Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_reduce_amin_cpu_float32 2022-09-27T15:32:31.1660425Z test_ops.py::TestCommonCPU::test_out_searchsorted_cpu_float32 2022-09-27T15:32:31.1782058Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_cpu_float32 2022-09-27T15:32:31.1804583Z test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_int64 2022-09-27T15:32:31.2305309Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_int64 2022-09-27T15:32:31.2308793Z test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_int64 2022-09-27T15:32:31.2740484Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_int64 2022-09-27T15:32:31.2743933Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_float32 2022-09-27T15:32:31.3148088Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_float32 2022-09-27T15:32:31.3168260Z test_ops.py::TestCommonCPU::test_multiple_devices_sparse_sampled_addmm_cpu_float32 2022-09-27T15:32:31.3587279Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sparse_sampled_addmm_cpu_float32 2022-09-27T15:32:31.3623381Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_int64 2022-09-27T15:32:31.3655324Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_int64 2022-09-27T15:32:31.3668144Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_cpu_float32 2022-09-27T15:32:31.4038551Z test_ops.py::TestCommonCPU::test_out_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:32:31.4055423Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_int64 2022-09-27T15:32:31.4412647Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_int64 2022-09-27T15:32:31.4424251Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_searchsorted_cpu_float32 2022-09-27T15:32:31.4453840Z test_ops.py::TestCommonCPU::test_out_select_scatter_cpu_float32 2022-09-27T15:32:31.4463078Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_select_scatter_cpu_float32 2022-09-27T15:32:31.4487387Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:32:31.4866282Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:32:31.4946135Z test_ops.py::TestCommonCPU::test_out_sign_cpu_float32 2022-09-27T15:32:31.4957523Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:32:31.4970972Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_sign_cpu_float32 2022-09-27T15:32:31.5308302Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:32:31.5384637Z test_ops.py::TestCommonCPU::test_out_sinh_cpu_float32 2022-09-27T15:32:31.5414031Z test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_int64 2022-09-27T15:32:31.5427460Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_sinh_cpu_float32 2022-09-27T15:32:31.5744484Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_int64 2022-09-27T15:32:31.5863712Z test_ops.py::TestCommonCPU::test_out_sort_cpu_float32 2022-09-27T15:32:31.5889528Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_int64 2022-09-27T15:32:31.6022848Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_int64 2022-09-27T15:32:31.6032973Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:32:31.6312287Z test_ops.py::TestCommonCPU::test_out_linalg_qr_cpu_float32 2022-09-27T15:32:31.6338798Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_int64 2022-09-27T15:32:31.6747083Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_int64 2022-09-27T15:32:31.6760326Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_int64 2022-09-27T15:32:31.6770272Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int32 2022-09-27T15:32:31.6780899Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_int64 2022-09-27T15:32:31.7213102Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bfloat16 2022-09-27T15:32:31.7219834Z test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_int64 2022-09-27T15:32:31.7670579Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_int64 2022-09-27T15:32:31.7671663Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_int64 2022-09-27T15:32:31.8090014Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_int64 2022-09-27T15:32:31.8107971Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_int64 2022-09-27T15:32:31.8548302Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_int64 2022-09-27T15:32:31.8590229Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_int64 2022-09-27T15:32:31.9083419Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_int64 2022-09-27T15:32:31.9109615Z test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_int64 2022-09-27T15:32:31.9141289Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_int64 2022-09-27T15:32:31.9156450Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bfloat16 2022-09-27T15:32:31.9509082Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float32 2022-09-27T15:32:31.9534643Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_int64 2022-09-27T15:32:31.9690848Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_int64 2022-09-27T15:32:31.9695090Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_qr_cpu_float32 2022-09-27T15:32:31.9976914Z test_ops.py::TestCommonCPU::test_out_linalg_solve_triangular_cpu_float32 2022-09-27T15:32:32.0050924Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:32:32.0387775Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:32:32.0429430Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:32:32.0860120Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:32:32.0863779Z test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_int64 2022-09-27T15:32:32.1000270Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_int64 2022-09-27T15:32:32.1006970Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float32 2022-09-27T15:32:32.1300153Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int64 2022-09-27T15:32:32.1300606Z test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_int64 2022-09-27T15:32:32.1742522Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_int64 2022-09-27T15:32:32.1752955Z test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_int64 2022-09-27T15:32:32.2150838Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_int64 2022-09-27T15:32:32.2194231Z test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_int64 2022-09-27T15:32:32.2591159Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_int64 2022-09-27T15:32:32.2638470Z test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_int64 2022-09-27T15:32:32.2736938Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_int64 2022-09-27T15:32:32.2742831Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int64 2022-09-27T15:32:32.3032337Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bool 2022-09-27T15:32:32.3059066Z test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_float32 2022-09-27T15:32:32.3525419Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_float32 2022-09-27T15:32:32.3531054Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_float32 2022-09-27T15:32:32.3942183Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_float32 2022-09-27T15:32:32.3947843Z test_ops.py::TestCommonCPU::test_multiple_devices_symeig_cpu_float32 2022-09-27T15:32:32.4377696Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_symeig_cpu_float32 2022-09-27T15:32:32.4394446Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_sort_cpu_float32 2022-09-27T15:32:32.4400982Z test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_int64 2022-09-27T15:32:32.4432458Z test_ops.py::TestCommonCPU::test_out_special_bessel_j1_cpu_float32 2022-09-27T15:32:32.4768981Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_int64 2022-09-27T15:32:32.4859102Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_special_bessel_j1_cpu_float32 2022-09-27T15:32:32.4859595Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:32:32.4863055Z test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_int64 2022-09-27T15:32:32.5276854Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_int64 2022-09-27T15:32:32.5304701Z test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_int64 2022-09-27T15:32:32.5668882Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_int64 2022-09-27T15:32:32.5679934Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:32:32.5748057Z test_ops.py::TestCommonCPU::test_out_special_erfcx_cpu_float32 2022-09-27T15:32:32.5752288Z test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_int64 2022-09-27T15:32:32.5923737Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_int64 2022-09-27T15:32:32.6108159Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_special_erfcx_cpu_float32 2022-09-27T15:32:32.6182305Z test_ops.py::TestCommonCPU::test_out_special_i1_cpu_float32 2022-09-27T15:32:32.6189440Z test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_int64 2022-09-27T15:32:32.6246420Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_int64 2022-09-27T15:32:32.6336814Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_special_i1_cpu_float32 2022-09-27T15:32:32.6345993Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bool 2022-09-27T15:32:32.6546459Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float64 2022-09-27T15:32:32.6663238Z test_ops.py::TestCommonCPU::test_out_special_log_ndtr_cpu_float32 2022-09-27T15:32:32.6667913Z test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_int64 2022-09-27T15:32:32.6833762Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_int64 2022-09-27T15:32:32.6984298Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_special_log_ndtr_cpu_float32 2022-09-27T15:32:32.7107694Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k1_cpu_float32 2022-09-27T15:32:32.7134218Z test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_int64 2022-09-27T15:32:32.7170963Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_int64 2022-09-27T15:32:32.7467713Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k1_cpu_float32 2022-09-27T15:32:32.7586366Z test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:32:32.7613225Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_float32 2022-09-27T15:32:32.7660610Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_float32 2022-09-27T15:32:32.7907593Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:32:32.7924092Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:32:32.8028122Z [gw2] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:32:32.8061775Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_int64 2022-09-27T15:32:32.8203679Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_int64 2022-09-27T15:32:32.8212486Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float64 2022-09-27T15:32:32.8344637Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int8 2022-09-27T15:32:32.8466505Z test_ops.py::TestCommonCPU::test_out_special_zeta_cpu_float32 2022-09-27T15:32:32.8594877Z test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_float32 2022-09-27T15:32:32.8920589Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_float32 2022-09-27T15:32:32.8937104Z test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_float32 2022-09-27T15:32:32.9152021Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_float32 2022-09-27T15:32:32.9162566Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_special_zeta_cpu_float32 2022-09-27T15:32:32.9270090Z test_ops.py::TestCommonCPU::test_out_sqrt_cpu_float32 2022-09-27T15:32:32.9345133Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_sqrt_cpu_float32 2022-09-27T15:32:32.9370069Z test_ops.py::TestCommonCPU::test_multiple_devices_uniform_cpu_float32 2022-09-27T15:32:32.9588981Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_uniform_cpu_float32 2022-09-27T15:32:32.9617436Z test_ops.py::TestCommonCPU::test_out_std_cpu_float32 2022-09-27T15:32:32.9762516Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_std_cpu_float32 2022-09-27T15:32:32.9772923Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int8 2022-09-27T15:32:32.9784210Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex128 2022-09-27T15:32:32.9809101Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_int64 2022-09-27T15:32:33.0025293Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_int64 2022-09-27T15:32:33.0050542Z test_ops.py::TestCommonCPU::test_out_sum_cpu_float32 2022-09-27T15:32:33.0224086Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_sum_cpu_float32 2022-09-27T15:32:33.0249702Z test_ops.py::TestCommonCPU::test_multiple_devices_var_mean_cpu_float32 2022-09-27T15:32:33.0463476Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_var_mean_cpu_float32 2022-09-27T15:32:33.0669655Z test_ops.py::TestCommonCPU::test_out_symeig_cpu_float32 2022-09-27T15:32:33.0705634Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_float32 2022-09-27T15:32:33.1119189Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_float32 2022-09-27T15:32:33.1140899Z test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_float32 2022-09-27T15:32:33.1365715Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_float32 2022-09-27T15:32:33.1376662Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_symeig_cpu_float32 2022-09-27T15:32:33.1441387Z test_ops.py::TestCommonCPU::test_out_tan_cpu_float32 2022-09-27T15:32:33.1453716Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_solve_triangular_cpu_float32 2022-09-27T15:32:33.1535378Z test_ops.py::TestCommonCPU::test_out_linalg_tensorsolve_cpu_float32 2022-09-27T15:32:33.1546399Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_tan_cpu_float32 2022-09-27T15:32:33.1576982Z test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_float32 2022-09-27T15:32:33.1584353Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_float32 2022-09-27T15:32:33.1592439Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex128 2022-09-27T15:32:33.1673820Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float32 2022-09-27T15:32:33.1782311Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_tensorsolve_cpu_float32 2022-09-27T15:32:33.1820141Z test_ops.py::TestCommonCPU::test_out_tile_cpu_float32 2022-09-27T15:32:33.1861611Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_tile_cpu_float32 2022-09-27T15:32:33.1982993Z test_ops.py::TestCommonCPU::test_out_linspace_cpu_float32 2022-09-27T15:32:33.2005959Z test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_float32 2022-09-27T15:32:33.2222560Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_float32 2022-09-27T15:32:33.2245951Z test_ops.py::TestCommonCPU::test_out_trace_cpu_float32 2022-09-27T15:32:33.2424396Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_trace_cpu_float32 2022-09-27T15:32:33.2450460Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_float32 2022-09-27T15:32:33.2670043Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_float32 2022-09-27T15:32:33.2869530Z test_ops.py::TestCommonCPU::test_out_triangular_solve_cpu_float32 2022-09-27T15:32:33.2974098Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___getitem___cpu_bool 2022-09-27T15:32:33.3086398Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___getitem___cpu_bool 2022-09-27T15:32:33.3103689Z [gw2] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_out_triangular_solve_cpu_float32 2022-09-27T15:32:33.3127244Z test_ops.py::TestCommonCPU::test_out_triu_indices_cpu_int64 2022-09-27T15:32:33.3179214Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_triu_indices_cpu_int64 2022-09-27T15:32:33.3186357Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float32 2022-09-27T15:32:33.3345138Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int64 2022-09-27T15:32:33.3368817Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rmul___cpu_bool 2022-09-27T15:32:33.3378300Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linspace_cpu_float32 2022-09-27T15:32:33.3402313Z test_ops.py::TestCommonCPU::test_out_log_cpu_float32 2022-09-27T15:32:33.3543500Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___rmul___cpu_bool 2022-09-27T15:32:33.3559401Z test_ops.py::TestCommonCPU::test_out_unflatten_cpu_float32 2022-09-27T15:32:33.3568058Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_log_cpu_float32 2022-09-27T15:32:33.3784167Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_unflatten_cpu_float32 2022-09-27T15:32:33.3784938Z test_ops.py::TestCommonCPU::test_out_logaddexp_cpu_float32 2022-09-27T15:32:33.3896907Z test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_prod_cpu_bool 2022-09-27T15:32:33.4025719Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_logaddexp_cpu_float32 2022-09-27T15:32:33.4087978Z test_ops.py::TestCommonCPU::test_out_unique_cpu_float32 2022-09-27T15:32:33.4100749Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int64 2022-09-27T15:32:33.4164674Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bool 2022-09-27T15:32:33.4200720Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_unique_cpu_float32 2022-09-27T15:32:33.4227301Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_prod_cpu_bool 2022-09-27T15:32:33.4231963Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bool 2022-09-27T15:32:33.4233175Z test_ops.py::TestCommonCPU::test_out_logical_not_cpu_float32 2022-09-27T15:32:33.4268539Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_add_cpu_bool 2022-09-27T15:32:33.4464049Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_logical_not_cpu_float32 2022-09-27T15:32:33.4503159Z test_ops.py::TestCommonCPU::test_out_vdot_cpu_float32 2022-09-27T15:32:33.4526858Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float16 2022-09-27T15:32:33.4667618Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_vdot_cpu_float32 2022-09-27T15:32:33.4668586Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float16 2022-09-27T15:32:33.4905686Z test_ops.py::TestCommonCPU::test_out_logspace_cpu_float32 2022-09-27T15:32:33.4930727Z test_ops.py::TestCommonCPU::test_out_view_cpu_float32 2022-09-27T15:32:33.4944409Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_view_cpu_float32 2022-09-27T15:32:33.5084025Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int32 2022-09-27T15:32:33.5346402Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int32 2022-09-27T15:32:33.5374143Z test_ops.py::TestCommonCPU::test_out_warning_T_cpu 2022-09-27T15:32:33.5387470Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_T_cpu 2022-09-27T15:32:33.5787301Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bfloat16 2022-09-27T15:32:33.5828354Z test_ops.py::TestCommonCPU::test_out_warning___rdiv___cpu 2022-09-27T15:32:33.6226712Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rdiv___cpu 2022-09-27T15:32:33.6266768Z test_ops.py::TestCommonCPU::test_out_warning___ror___cpu 2022-09-27T15:32:33.6562278Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning___ror___cpu 2022-09-27T15:32:33.6573575Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_add_cpu_bool 2022-09-27T15:32:33.6643795Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_amin_cpu_bool 2022-09-27T15:32:33.6700298Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_amin_cpu_bool 2022-09-27T15:32:33.6704988Z test_ops.py::TestCommonCPU::test_out_warning__masked_amax_cpu 2022-09-27T15:32:33.6983167Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_amax_cpu 2022-09-27T15:32:33.7077817Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_argsort_cpu_bool 2022-09-27T15:32:33.7102669Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_argsort_cpu_bool 2022-09-27T15:32:33.7138280Z test_ops.py::TestCommonCPU::test_out_warning__masked_cumprod_cpu 2022-09-27T15:32:33.7462594Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_cumprod_cpu 2022-09-27T15:32:33.7502367Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_asin_cpu_bool 2022-09-27T15:32:33.7542491Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_asin_cpu_bool 2022-09-27T15:32:33.7572955Z test_ops.py::TestCommonCPU::test_out_warning__masked_logsumexp_cpu 2022-09-27T15:32:33.7937116Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_logsumexp_cpu 2022-09-27T15:32:33.7937564Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atanh_cpu_bool 2022-09-27T15:32:33.7982799Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atanh_cpu_bool 2022-09-27T15:32:33.8030801Z test_ops.py::TestCommonCPU::test_out_warning__masked_normalize_cpu 2022-09-27T15:32:33.8384023Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_normalize_cpu 2022-09-27T15:32:33.8429920Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bfloat16_cpu_bool 2022-09-27T15:32:33.8438794Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bfloat16_cpu_bool 2022-09-27T15:32:33.8460193Z test_ops.py::TestCommonCPU::test_out_warning__masked_std_cpu 2022-09-27T15:32:33.8824523Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_std_cpu 2022-09-27T15:32:33.8864684Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_xor_cpu_bool 2022-09-27T15:32:33.8898205Z test_ops.py::TestCommonCPU::test_out_warning__refs_acos_cpu 2022-09-27T15:32:33.8997394Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_xor_cpu_bool 2022-09-27T15:32:33.9264260Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_acos_cpu 2022-09-27T15:32:33.9313292Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_to_cpu_bool 2022-09-27T15:32:33.9317256Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_to_cpu_bool 2022-09-27T15:32:33.9527612Z test_ops.py::TestCommonCPU::test_out_warning__refs_addr_cpu 2022-09-27T15:32:33.9704090Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_addr_cpu 2022-09-27T15:32:33.9756872Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_chalf_cpu_bool 2022-09-27T15:32:33.9902844Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_chalf_cpu_bool 2022-09-27T15:32:34.0143682Z test_ops.py::TestCommonCPU::test_out_warning__refs_amin_cpu 2022-09-27T15:32:34.0220656Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_min_cpu_bool 2022-09-27T15:32:34.0560432Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_min_cpu_bool 2022-09-27T15:32:34.0571373Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_amin_cpu 2022-09-27T15:32:34.0583916Z test_ops.py::TestCommonCPU::test_out_warning__refs_asin_cpu 2022-09-27T15:32:34.0622160Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_cpu_bool 2022-09-27T15:32:34.0633547Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_cpu_bool 2022-09-27T15:32:34.0982872Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_asin_cpu 2022-09-27T15:32:34.1023726Z test_ops.py::TestCommonCPU::test_out_warning__refs_atanh_cpu 2022-09-27T15:32:34.1049434Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_copysign_cpu_bool 2022-09-27T15:32:34.1091094Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atanh_cpu 2022-09-27T15:32:34.1463341Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_copysign_cpu_bool 2022-09-27T15:32:34.1468557Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_and_cpu 2022-09-27T15:32:34.1517222Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummax_cpu_bool 2022-09-27T15:32:34.1727520Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummax_cpu_bool 2022-09-27T15:32:34.1904295Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_and_cpu 2022-09-27T15:32:34.1979320Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_xor_cpu 2022-09-27T15:32:34.2001874Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_embed_cpu_bool 2022-09-27T15:32:34.2181401Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_embed_cpu_bool 2022-09-27T15:32:34.2390298Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_xor_cpu 2022-09-27T15:32:34.2394933Z test_ops.py::TestCommonCPU::test_out_warning__refs_cat_cpu 2022-09-27T15:32:34.2642892Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diff_cpu_bool 2022-09-27T15:32:34.2732697Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_cat_cpu 2022-09-27T15:32:34.2785757Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diff_cpu_bool 2022-09-27T15:32:34.2789180Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_max_cpu 2022-09-27T15:32:34.2827415Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_dsplit_cpu_bool 2022-09-27T15:32:34.2983288Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_dsplit_cpu_bool 2022-09-27T15:32:34.3264370Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_max_cpu 2022-09-27T15:32:34.3270633Z test_ops.py::TestCommonCPU::test_out_warning__refs_conj_cpu 2022-09-27T15:32:34.3302772Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_eq_cpu_bool 2022-09-27T15:32:34.3316962Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_eq_cpu_bool 2022-09-27T15:32:34.3664499Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_conj_cpu 2022-09-27T15:32:34.3696591Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfinv_cpu_bool 2022-09-27T15:32:34.3709210Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfinv_cpu_bool 2022-09-27T15:32:34.4130385Z test_ops.py::TestCommonCPU::test_out_warning__refs_copysign_cpu 2022-09-27T15:32:34.4171402Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_cpu_bool 2022-09-27T15:32:34.4464178Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_cpu_bool 2022-09-27T15:32:34.4482875Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_copysign_cpu 2022-09-27T15:32:34.4514397Z test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_cpu 2022-09-27T15:32:34.4551665Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_cpu 2022-09-27T15:32:34.4626793Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft_cpu_bool 2022-09-27T15:32:34.4907281Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft_cpu_bool 2022-09-27T15:32:34.4999443Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_trunc_rounding_cpu 2022-09-27T15:32:34.5660597Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft_cpu_bool 2022-09-27T15:32:34.5677309Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_div_trunc_rounding_cpu 2022-09-27T15:32:34.5795091Z test_ops.py::TestCommonCPU::test_out_warning__refs_empty_like_cpu 2022-09-27T15:32:34.6188357Z [gw2] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning__refs_empty_like_cpu 2022-09-27T15:32:34.6197472Z test_ops.py::TestCommonCPU::test_out_warning__refs_erfinv_cpu 2022-09-27T15:32:34.6547214Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_erfinv_cpu 2022-09-27T15:32:34.6581540Z test_ops.py::TestCommonCPU::test_out_warning__refs_expand_cpu 2022-09-27T15:32:34.6600203Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_expand_cpu 2022-09-27T15:32:34.6616128Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft_cpu_bool 2022-09-27T15:32:34.6988436Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftn_cpu_bool 2022-09-27T15:32:34.7024510Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftn_cpu_bool 2022-09-27T15:32:34.7026210Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfftn_cpu_bool 2022-09-27T15:32:34.7336654Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft_cpu 2022-09-27T15:32:34.7621559Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft_cpu 2022-09-27T15:32:34.8043920Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft_cpu 2022-09-27T15:32:34.8055953Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfftn_cpu_bool 2022-09-27T15:32:34.8114564Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft2_cpu_bool 2022-09-27T15:32:34.8401456Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft2_cpu_bool 2022-09-27T15:32:34.8411159Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft_cpu 2022-09-27T15:32:34.8510831Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftn_cpu 2022-09-27T15:32:34.8513687Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flatten_cpu_bool 2022-09-27T15:32:34.8905718Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_flatten_cpu_bool 2022-09-27T15:32:34.8951770Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_cpu_bool 2022-09-27T15:32:34.8980255Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_cpu_bool 2022-09-27T15:32:34.8993420Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftn_cpu 2022-09-27T15:32:34.9351933Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfftn_cpu 2022-09-27T15:32:34.9454946Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_full_like_cpu_bool 2022-09-27T15:32:34.9525119Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_full_like_cpu_bool 2022-09-27T15:32:34.9556581Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfftn_cpu 2022-09-27T15:32:34.9890547Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft2_cpu 2022-09-27T15:32:34.9894208Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_half_cpu_bool 2022-09-27T15:32:34.9940934Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_half_cpu_bool 2022-09-27T15:32:34.9983352Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft2_cpu 2022-09-27T15:32:35.0015006Z test_ops.py::TestCommonCPU::test_out_warning__refs_flatten_cpu 2022-09-27T15:32:35.0320765Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_flatten_cpu 2022-09-27T15:32:35.0324155Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_i0_cpu_bool 2022-09-27T15:32:35.0424698Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_i0_cpu_bool 2022-09-27T15:32:35.0810361Z test_ops.py::TestCommonCPU::test_out_warning__refs_float_power_cpu 2022-09-27T15:32:35.0814371Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_put_cpu_bool 2022-09-27T15:32:35.0883192Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_put_cpu_bool 2022-09-27T15:32:35.0905309Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_float_power_cpu 2022-09-27T15:32:35.1182788Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmin_cpu 2022-09-27T15:32:35.1219711Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isfinite_cpu_bool 2022-09-27T15:32:35.1245614Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isfinite_cpu_bool 2022-09-27T15:32:35.1343007Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fmin_cpu 2022-09-27T15:32:35.1674266Z test_ops.py::TestCommonCPU::test_out_warning__refs_ge_cpu 2022-09-27T15:32:35.1679656Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_ge_cpu 2022-09-27T15:32:35.1710572Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isposinf_cpu_bool 2022-09-27T15:32:35.1813010Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isposinf_cpu_bool 2022-09-27T15:32:35.1887352Z test_ops.py::TestCommonCPU::test_out_warning__refs_hstack_cpu 2022-09-27T15:32:35.1901348Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_hstack_cpu 2022-09-27T15:32:35.1912376Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_logspace_cpu_float32 2022-09-27T15:32:35.1981873Z test_ops.py::TestCommonCPU::test_out_lu_cpu_float32 2022-09-27T15:32:35.2103007Z [gw0] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_out_lu_cpu_float32 2022-09-27T15:32:35.2126978Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_cpu_bool 2022-09-27T15:32:35.2222685Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_cpu_bool 2022-09-27T15:32:35.2345461Z test_ops.py::TestCommonCPU::test_out_warning__refs_igammac_cpu 2022-09-27T15:32:35.2371481Z test_ops.py::TestCommonCPU::test_out_mT_cpu_float32 2022-09-27T15:32:35.2543858Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_mT_cpu_float32 2022-09-27T15:32:35.2563326Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ldexp_cpu_bool 2022-09-27T15:32:35.2632249Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_igammac_cpu 2022-09-27T15:32:35.2662426Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ldexp_cpu_bool 2022-09-27T15:32:35.2688838Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_fill_cpu 2022-09-27T15:32:35.2782808Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_index_fill_cpu 2022-09-27T15:32:35.2982335Z test_ops.py::TestCommonCPU::test_out_matmul_cpu_float32 2022-09-27T15:32:35.3020843Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log1p_cpu_bool 2022-09-27T15:32:35.3067262Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_log1p_cpu_bool 2022-09-27T15:32:35.3102296Z [gw0] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_out_matmul_cpu_float32 2022-09-27T15:32:35.3186009Z test_ops.py::TestCommonCPU::test_out_warning__refs_isinf_cpu 2022-09-27T15:32:35.3222297Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isinf_cpu 2022-09-27T15:32:35.3422640Z test_ops.py::TestCommonCPU::test_out_max_reduction_with_dim_cpu_float32 2022-09-27T15:32:35.3492532Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_and_cpu_bool 2022-09-27T15:32:35.3543335Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_and_cpu_bool 2022-09-27T15:32:35.3632584Z test_ops.py::TestCommonCPU::test_out_warning__refs_isreal_cpu 2022-09-27T15:32:35.3671029Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isreal_cpu 2022-09-27T15:32:35.3678721Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_max_reduction_with_dim_cpu_float32 2022-09-27T15:32:35.3717907Z test_ops.py::TestCommonCPU::test_out_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:32:35.3862670Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:32:35.3905250Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logit_cpu_bool 2022-09-27T15:32:35.3982263Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logit_cpu_bool 2022-09-27T15:32:35.4101897Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_matrix_norm_cpu 2022-09-27T15:32:35.4303002Z test_ops.py::TestCommonCPU::test_out_min_reduction_with_dim_cpu_float32 2022-09-27T15:32:35.4339937Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mH_cpu_bool 2022-09-27T15:32:35.4566205Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_mH_cpu_bool 2022-09-27T15:32:35.4574528Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_min_reduction_with_dim_cpu_float32 2022-09-27T15:32:35.4600746Z test_ops.py::TestCommonCPU::test_out_movedim_cpu_float32 2022-09-27T15:32:35.4743001Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_movedim_cpu_float32 2022-09-27T15:32:35.4807596Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_select_cpu_bool 2022-09-27T15:32:35.4983861Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_select_cpu_bool 2022-09-27T15:32:35.5140083Z test_ops.py::TestCommonCPU::test_out_mv_cpu_float32 2022-09-27T15:32:35.5183863Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_mv_cpu_float32 2022-09-27T15:32:35.5253544Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_maximum_cpu_bool 2022-09-27T15:32:35.5422854Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_maximum_cpu_bool 2022-09-27T15:32:35.5623544Z test_ops.py::TestCommonCPU::test_out_nan_to_num_cpu_float32 2022-09-27T15:32:35.5657961Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_no_dim_cpu_bool 2022-09-27T15:32:35.5686495Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_no_dim_cpu_bool 2022-09-27T15:32:35.5863139Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nan_to_num_cpu_float32 2022-09-27T15:32:35.6063560Z test_ops.py::TestCommonCPU::test_out_nansum_cpu_float32 2022-09-27T15:32:35.6097137Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_movedim_cpu_bool 2022-09-27T15:32:35.6503091Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_movedim_cpu_bool 2022-09-27T15:32:35.6605888Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nansum_cpu_bool 2022-09-27T15:32:35.6960306Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nansum_cpu_bool 2022-09-27T15:32:35.6973696Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_cpu_bool 2022-09-27T15:32:35.7177393Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_cpu_bool 2022-09-27T15:32:35.7187382Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_matrix_norm_cpu 2022-09-27T15:32:35.7444086Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_vector_norm_cpu 2022-09-27T15:32:35.7452635Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_zeros_cpu_bool 2022-09-27T15:32:35.7824478Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_zeros_cpu_bool 2022-09-27T15:32:35.8014434Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_constant_cpu_bool 2022-09-27T15:32:35.8262671Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_constant_cpu_bool 2022-09-27T15:32:35.8291157Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_cpu_bool 2022-09-27T15:32:35.8636172Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_cpu_bool 2022-09-27T15:32:35.8645843Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nansum_cpu_float32 2022-09-27T15:32:35.8702586Z test_ops.py::TestCommonCPU::test_out_ne_cpu_float32 2022-09-27T15:32:35.8754919Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_0_cpu_bool 2022-09-27T15:32:35.8844874Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_0_cpu_bool 2022-09-27T15:32:35.9062341Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_ne_cpu_float32 2022-09-27T15:32:35.9085377Z test_ops.py::TestCommonCPU::test_out_new_full_cpu_float32 2022-09-27T15:32:35.9142268Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_new_full_cpu_float32 2022-09-27T15:32:35.9159440Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_4_cpu_bool 2022-09-27T15:32:35.9503415Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_4_cpu_bool 2022-09-27T15:32:35.9522630Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:32:35.9582142Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:32:35.9613789Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ravel_cpu_bool 2022-09-27T15:32:35.9942762Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ravel_cpu_bool 2022-09-27T15:32:35.9964569Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:32:36.0021705Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:32:36.0254669Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_interleave_cpu_bool 2022-09-27T15:32:36.0384461Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_interleave_cpu_bool 2022-09-27T15:32:36.0447518Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:32:36.0462836Z [gw0] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:32:36.0494291Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize_as__cpu_bool 2022-09-27T15:32:36.0822756Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize_as__cpu_bool 2022-09-27T15:32:36.0855360Z test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:32:36.0904018Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:32:36.1060670Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rot90_cpu_bool 2022-09-27T15:32:36.1264115Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_rot90_cpu_bool 2022-09-27T15:32:36.1297138Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:32:36.1343009Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:32:36.1499206Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amax_cpu_bool 2022-09-27T15:32:36.1704172Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amax_cpu_bool 2022-09-27T15:32:36.1734008Z test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:32:36.1783554Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:32:36.1827347Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_cpu_bool 2022-09-27T15:32:36.2183627Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_cpu_bool 2022-09-27T15:32:36.2230654Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout3d_cpu_float32 2022-09-27T15:32:36.2232667Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sigmoid_cpu_bool 2022-09-27T15:32:36.2265296Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_dropout3d_cpu_float32 2022-09-27T15:32:36.2664412Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sigmoid_cpu_bool 2022-09-27T15:32:36.2665562Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinc_cpu_bool 2022-09-27T15:32:36.2697373Z test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_cpu_float32 2022-09-27T15:32:36.2708936Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_cpu_float32 2022-09-27T15:32:36.3104262Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinc_cpu_bool 2022-09-27T15:32:36.3109157Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sort_cpu_bool 2022-09-27T15:32:36.3281463Z test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:32:36.3426554Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:32:36.3544066Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sort_cpu_bool 2022-09-27T15:32:36.3546653Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y0_cpu_bool 2022-09-27T15:32:36.3588383Z test_ops.py::TestCommonCPU::test_out_nn_functional_grid_sample_cpu_float32 2022-09-27T15:32:36.3618677Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y0_cpu_bool 2022-09-27T15:32:36.3985162Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_grid_sample_cpu_float32 2022-09-27T15:32:36.4007275Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_v_cpu_bool 2022-09-27T15:32:36.4025117Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_v_cpu_bool 2022-09-27T15:32:36.4057563Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardswish_cpu_float32 2022-09-27T15:32:36.4084734Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_hardswish_cpu_float32 2022-09-27T15:32:36.4092653Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_vector_norm_cpu 2022-09-27T15:32:36.4170889Z test_ops.py::TestCommonCPU::test_out_warning__refs_log2_cpu 2022-09-27T15:32:36.4424157Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_log2_cpu 2022-09-27T15:32:36.4463038Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_h_cpu_bool 2022-09-27T15:32:36.4611958Z test_ops.py::TestCommonCPU::test_out_nn_functional_instance_norm_cpu_float32 2022-09-27T15:32:36.4619629Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_h_cpu_bool 2022-09-27T15:32:36.4634966Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_not_cpu 2022-09-27T15:32:36.4653412Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_instance_norm_cpu_float32 2022-09-27T15:32:36.4862835Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logical_not_cpu 2022-09-27T15:32:36.4895229Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1e_cpu_bool 2022-09-27T15:32:36.4905985Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1e_cpu_bool 2022-09-27T15:32:36.4931350Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:32:36.5022176Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:32:36.5303005Z test_ops.py::TestCommonCPU::test_out_warning__refs_logsumexp_cpu 2022-09-27T15:32:36.5330502Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i0_cpu_bool 2022-09-27T15:32:36.5343543Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i0_cpu_bool 2022-09-27T15:32:36.5368404Z test_ops.py::TestCommonCPU::test_out_nn_functional_l1_loss_cpu_float32 2022-09-27T15:32:36.5743231Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_l1_loss_cpu_float32 2022-09-27T15:32:36.5781731Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtr_cpu_bool 2022-09-27T15:32:36.5822980Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtr_cpu_bool 2022-09-27T15:32:36.5848021Z test_ops.py::TestCommonCPU::test_out_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:32:36.6096450Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:32:36.6105525Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logsumexp_cpu 2022-09-27T15:32:36.6182322Z test_ops.py::TestCommonCPU::test_out_warning__refs_mean_cpu 2022-09-27T15:32:36.6212799Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k1_cpu_bool 2022-09-27T15:32:36.6302833Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k1_cpu_bool 2022-09-27T15:32:36.6328534Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:32:36.6622638Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:32:36.6635369Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_w_cpu_bool 2022-09-27T15:32:36.6783072Z [gw1] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_w_cpu_bool 2022-09-27T15:32:36.6940167Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:32:36.6941730Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_mean_cpu 2022-09-27T15:32:36.6942804Z test_ops.py::TestCommonCPU::test_out_warning__refs_movedim_cpu 2022-09-27T15:32:36.6958822Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_movedim_cpu 2022-09-27T15:32:36.7062750Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:32:36.7094985Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_cpu_bool 2022-09-27T15:32:36.7222342Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_cpu_bool 2022-09-27T15:32:36.7245922Z test_ops.py::TestCommonCPU::test_out_nn_functional_mish_cpu_float32 2022-09-27T15:32:36.7302545Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_mish_cpu_float32 2022-09-27T15:32:36.7336293Z test_ops.py::TestCommonCPU::test_out_warning__refs_native_layer_norm_cpu 2022-09-27T15:32:36.7502539Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_native_layer_norm_cpu 2022-09-27T15:32:36.7534395Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_square_cpu_bool 2022-09-27T15:32:36.7702377Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_square_cpu_bool 2022-09-27T15:32:36.7813167Z test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:32:36.7871611Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_strided_cpu 2022-09-27T15:32:36.7883162Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:32:36.7942427Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_strided_cpu 2022-09-27T15:32:36.8016378Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_to_size_cpu_bool 2022-09-27T15:32:36.8142515Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_to_size_cpu_bool 2022-09-27T15:32:36.8168204Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_circular_cpu_float32 2022-09-27T15:32:36.8224214Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pad_circular_cpu_float32 2022-09-27T15:32:36.8384805Z test_ops.py::TestCommonCPU::test_out_warning__refs_nextafter_cpu 2022-09-27T15:32:36.8417501Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tan_cpu_bool 2022-09-27T15:32:36.8583801Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_tan_cpu_bool 2022-09-27T15:32:36.8620116Z test_ops.py::TestCommonCPU::test_out_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:32:36.8635825Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nextafter_cpu 2022-09-27T15:32:36.8662563Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:32:36.8823884Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_gelu_cpu 2022-09-27T15:32:36.8949596Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_cpu_bool 2022-09-27T15:32:36.8987236Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_gelu_cpu 2022-09-27T15:32:36.9023434Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_cpu_bool 2022-09-27T15:32:36.9054413Z test_ops.py::TestCommonCPU::test_out_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:32:36.9142592Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:32:36.9188236Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:32:36.9262875Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:32:36.9325977Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_triu_cpu_bool 2022-09-27T15:32:36.9462818Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_triu_cpu_bool 2022-09-27T15:32:36.9498848Z test_ops.py::TestCommonCPU::test_out_nn_functional_rrelu_cpu_float32 2022-09-27T15:32:36.9582724Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_rrelu_cpu_float32 2022-09-27T15:32:36.9624433Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:32:36.9702625Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:32:36.9799064Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unfold_cpu_bool 2022-09-27T15:32:36.9902676Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unfold_cpu_bool 2022-09-27T15:32:36.9928755Z test_ops.py::TestCommonCPU::test_out_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:32:37.0022429Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:32:37.0142231Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pdist_cpu 2022-09-27T15:32:37.0189741Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_as_cpu_bool 2022-09-27T15:32:37.0344394Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_as_cpu_bool 2022-09-27T15:32:37.0358110Z test_ops.py::TestCommonCPU::test_out_nn_functional_softplus_cpu_float32 2022-09-27T15:32:37.0463457Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pdist_cpu 2022-09-27T15:32:37.0488970Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu_cpu 2022-09-27T15:32:37.0580601Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu_cpu 2022-09-27T15:32:37.0590217Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_softplus_cpu_float32 2022-09-27T15:32:37.0648133Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_where_cpu_bool 2022-09-27T15:32:37.0782942Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_where_cpu_bool 2022-09-27T15:32:37.0815490Z test_ops.py::TestCommonCPU::test_out_nn_functional_threshold_cpu_float32 2022-09-27T15:32:37.0942035Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_threshold_cpu_float32 2022-09-27T15:32:37.0968181Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:32:37.1022017Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:32:37.1069050Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_like_cpu_bool 2022-09-27T15:32:37.1261795Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_like_cpu_bool 2022-09-27T15:32:37.1285787Z test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:32:37.1388814Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:32:37.1435443Z test_ops.py::TestCommonCPU::test_out_warning__refs_permute_cpu 2022-09-27T15:32:37.1466362Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_permute_cpu 2022-09-27T15:32:37.1518095Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_complex64 2022-09-27T15:32:37.1603089Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_complex64 2022-09-27T15:32:37.1610156Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bfloat16 2022-09-27T15:32:37.1702880Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int16 2022-09-27T15:32:37.1746998Z test_ops.py::TestCommonCPU::test_out_norm_fro_cpu_float32 2022-09-27T15:32:37.1825669Z [gw0] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_out_norm_fro_cpu_float32 2022-09-27T15:32:37.1908471Z test_ops.py::TestCommonCPU::test_out_warning__refs_randn_cpu 2022-09-27T15:32:37.2092716Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_float32 2022-09-27T15:32:37.2145637Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_randn_cpu 2022-09-27T15:32:37.2200372Z test_ops.py::TestCommonCPU::test_out_normal_number_mean_cpu_float32 2022-09-27T15:32:37.2262838Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_float32 2022-09-27T15:32:37.2275012Z test_ops.py::TestCommonCPU::test_out_warning__refs_remainder_cpu 2022-09-27T15:32:37.2343635Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_normal_number_mean_cpu_float32 2022-09-27T15:32:37.2587389Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_int64 2022-09-27T15:32:37.2705431Z test_ops.py::TestCommonCPU::test_out_ormqr_cpu_float32 2022-09-27T15:32:37.2742838Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_remainder_cpu 2022-09-27T15:32:37.2746460Z test_ops.py::TestCommonCPU::test_out_warning__refs_roll_cpu 2022-09-27T15:32:37.2770139Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_int64 2022-09-27T15:32:37.2860650Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_roll_cpu 2022-09-27T15:32:37.3228494Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_int64 2022-09-27T15:32:37.3229489Z test_ops.py::TestCommonCPU::test_out_warning__refs_rsub_cpu 2022-09-27T15:32:37.3426788Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_rsub_cpu 2022-09-27T15:32:37.3439229Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int16 2022-09-27T15:32:37.3441684Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_int64 2022-09-27T15:32:37.3461648Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_uint8 2022-09-27T15:32:37.3615348Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmod___cpu_float32 2022-09-27T15:32:37.3671845Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmod___cpu_float32 2022-09-27T15:32:37.3679161Z [gw0] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_out_ormqr_cpu_float32 2022-09-27T15:32:37.3683002Z test_ops.py::TestCommonCPU::test_out_pinverse_cpu_float32 2022-09-27T15:32:37.3687162Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_pinverse_cpu_float32 2022-09-27T15:32:37.3732925Z test_ops.py::TestCommonCPU::test_out_warning__refs_signbit_cpu 2022-09-27T15:32:37.3867292Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_signbit_cpu 2022-09-27T15:32:37.3930781Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___ror___cpu_int64 2022-09-27T15:32:37.4064804Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___ror___cpu_int64 2022-09-27T15:32:37.4082925Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:32:37.4103359Z [gw0] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:32:37.4309310Z test_ops.py::TestCommonCPU::test_out_warning__refs_softmax_cpu 2022-09-27T15:32:37.4538732Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_complex64 2022-09-27T15:32:37.4561839Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_softmax_cpu 2022-09-27T15:32:37.4583446Z test_ops.py::TestCommonCPU::test_out_pow_cpu_float32 2022-09-27T15:32:37.4680122Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_logit_cpu 2022-09-27T15:32:37.4741161Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_complex64 2022-09-27T15:32:37.4750911Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_logit_cpu 2022-09-27T15:32:37.5084500Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amax_cpu_float32 2022-09-27T15:32:37.5380197Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_zeta_cpu 2022-09-27T15:32:37.5462400Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_zeta_cpu 2022-09-27T15:32:37.5593598Z test_ops.py::TestCommonCPU::test_out_warning__refs_stack_cpu 2022-09-27T15:32:37.5608250Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_pow_cpu_float32 2022-09-27T15:32:37.5658346Z test_ops.py::TestCommonCPU::test_out_quantile_cpu_float32 2022-09-27T15:32:37.5675614Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_uint8 2022-09-27T15:32:37.5686674Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_stack_cpu 2022-09-27T15:32:37.5903180Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float64 2022-09-27T15:32:37.5977441Z test_ops.py::TestCommonCPU::test_out_warning__refs_sum_cpu 2022-09-27T15:32:37.5987089Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amax_cpu_float32 2022-09-27T15:32:37.6381472Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmax_cpu_float32 2022-09-27T15:32:37.6423582Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmax_cpu_float32 2022-09-27T15:32:37.6557300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_complex64 2022-09-27T15:32:37.6675698Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sum_cpu 2022-09-27T15:32:37.6686123Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_complex64 2022-09-27T15:32:37.6736432Z test_ops.py::TestCommonCPU::test_out_warning__refs_tanh_cpu 2022-09-27T15:32:37.6862490Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_tanh_cpu 2022-09-27T15:32:37.7022681Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_float32 2022-09-27T15:32:37.7051093Z test_ops.py::TestCommonCPU::test_out_warning__refs_transpose_cpu 2022-09-27T15:32:37.7226023Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_transpose_cpu 2022-09-27T15:32:37.7337755Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_float32 2022-09-27T15:32:37.7497485Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logsumexp_cpu_float32 2022-09-27T15:32:37.7510267Z test_ops.py::TestCommonCPU::test_out_warning__refs_triu_indices_cpu 2022-09-27T15:32:37.7950322Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_triu_indices_cpu 2022-09-27T15:32:37.7954308Z test_ops.py::TestCommonCPU::test_out_warning__refs_unflatten_cpu 2022-09-27T15:32:37.8378920Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_unflatten_cpu 2022-09-27T15:32:37.8388443Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logsumexp_cpu_float32 2022-09-27T15:32:37.8400475Z test_ops.py::TestCommonCPU::test_out_warning__refs_var_mean_cpu 2022-09-27T15:32:37.8403849Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_var_mean_cpu 2022-09-27T15:32:37.8900340Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_int64 2022-09-27T15:32:37.9065464Z test_ops.py::TestCommonCPU::test_out_warning__refs_vstack_cpu 2022-09-27T15:32:37.9301418Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_vstack_cpu 2022-09-27T15:32:37.9380578Z test_ops.py::TestCommonCPU::test_out_warning_acos_cpu 2022-09-27T15:32:37.9696847Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_acos_cpu 2022-09-27T15:32:37.9700887Z test_ops.py::TestCommonCPU::test_out_warning_addcdiv_cpu 2022-09-27T15:32:37.9731362Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_int64 2022-09-27T15:32:38.0102556Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_normalize_cpu_float32 2022-09-27T15:32:38.0114565Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_quantile_cpu_float32 2022-09-27T15:32:38.0252093Z test_ops.py::TestCommonCPU::test_out_randn_cpu_float32 2022-09-27T15:32:38.0265774Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addcdiv_cpu 2022-09-27T15:32:38.0361882Z test_ops.py::TestCommonCPU::test_out_warning_addmv_cpu 2022-09-27T15:32:38.0464756Z [gw0] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_out_randn_cpu_float32 2022-09-27T15:32:38.0480973Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_normalize_cpu_float32 2022-09-27T15:32:38.0485268Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addmv_cpu 2022-09-27T15:32:38.0582329Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_softmax_cpu_float32 2022-09-27T15:32:38.0680360Z test_ops.py::TestCommonCPU::test_out_reciprocal_cpu_float32 2022-09-27T15:32:38.0705147Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_softmax_cpu_float32 2022-09-27T15:32:38.0869107Z test_ops.py::TestCommonCPU::test_out_warning_amax_cpu 2022-09-27T15:32:38.0908770Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_reciprocal_cpu_float32 2022-09-27T15:32:38.1024607Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_int64 2022-09-27T15:32:38.1055285Z test_ops.py::TestCommonCPU::test_out_repeat_interleave_cpu_float32 2022-09-27T15:32:38.1246066Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_repeat_interleave_cpu_float32 2022-09-27T15:32:38.1276374Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_amax_cpu 2022-09-27T15:32:38.1500371Z test_ops.py::TestCommonCPU::test_out_warning_any_cpu 2022-09-27T15:32:38.1501924Z test_ops.py::TestCommonCPU::test_out_resize_as__cpu_float32 2022-09-27T15:32:38.1645558Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_resize_as__cpu_float32 2022-09-27T15:32:38.1736416Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_any_cpu 2022-09-27T15:32:38.1788940Z test_ops.py::TestCommonCPU::test_out_warning_argsort_cpu 2022-09-27T15:32:38.1936055Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_argsort_cpu 2022-09-27T15:32:38.1941191Z test_ops.py::TestCommonCPU::test_out_rot90_cpu_float32 2022-09-27T15:32:38.2179122Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_rot90_cpu_float32 2022-09-27T15:32:38.2207219Z test_ops.py::TestCommonCPU::test_out_warning_asin_cpu 2022-09-27T15:32:38.2367448Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_asin_cpu 2022-09-27T15:32:38.2369483Z test_ops.py::TestCommonCPU::test_out_round_decimals_neg_3_cpu_float32 2022-09-27T15:32:38.2508961Z [gw0] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_round_decimals_neg_3_cpu_float32 2022-09-27T15:32:38.2520546Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_int64 2022-09-27T15:32:38.2573414Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_complex64 2022-09-27T15:32:38.2580653Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float64 2022-09-27T15:32:38.2622730Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int8 2022-09-27T15:32:38.2679564Z test_ops.py::TestCommonCPU::test_out_warning_atanh_cpu 2022-09-27T15:32:38.2782985Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atanh_cpu 2022-09-27T15:32:38.3118559Z test_ops.py::TestCommonCPU::test_out_scatter_cpu_float32 2022-09-27T15:32:38.3919677Z test_ops.py::TestCommonCPU::test_out_warning_baddbmm_cpu 2022-09-27T15:32:38.4025469Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_baddbmm_cpu 2022-09-27T15:32:38.4248224Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_and_cpu 2022-09-27T15:32:38.4494015Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_and_cpu 2022-09-27T15:32:38.4709607Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_right_shift_cpu 2022-09-27T15:32:38.4865628Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_right_shift_cpu 2022-09-27T15:32:38.4884244Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_complex64 2022-09-27T15:32:38.4942319Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_float32 2022-09-27T15:32:38.4967110Z test_ops.py::TestCommonCPU::test_out_warning_bool_cpu 2022-09-27T15:32:38.5050917Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bool_cpu 2022-09-27T15:32:38.5313839Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_float32 2022-09-27T15:32:38.5346558Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_int64 2022-09-27T15:32:38.5383154Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_int64 2022-09-27T15:32:38.5743643Z test_ops.py::TestCommonCPU::test_out_warning_bucketize_cpu 2022-09-27T15:32:38.5825787Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_complex64 2022-09-27T15:32:38.5863239Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_cpu_float32 2022-09-27T15:32:38.5932590Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_prod_cpu_float32 2022-09-27T15:32:38.5991545Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bucketize_cpu 2022-09-27T15:32:38.5995943Z test_ops.py::TestCommonCPU::test_out_warning_cdist_cpu 2022-09-27T15:32:38.6186295Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_complex64 2022-09-27T15:32:38.6327174Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_float32 2022-09-27T15:32:38.6437266Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cdist_cpu 2022-09-27T15:32:38.6630444Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_cpu 2022-09-27T15:32:38.6678344Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_float32 2022-09-27T15:32:38.6704422Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cholesky_cpu 2022-09-27T15:32:38.6909496Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_complex64 2022-09-27T15:32:38.7033419Z test_ops.py::TestCommonCPU::test_out_warning_clamp_cpu 2022-09-27T15:32:38.7342662Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_clamp_cpu 2022-09-27T15:32:38.7418529Z test_ops.py::TestCommonCPU::test_out_warning_column_stack_cpu 2022-09-27T15:32:38.7439452Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_complex64 2022-09-27T15:32:38.7446118Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_column_stack_cpu 2022-09-27T15:32:38.7596481Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_float32 2022-09-27T15:32:38.7674347Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_float32 2022-09-27T15:32:38.7682836Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int8 2022-09-27T15:32:38.7782982Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:32:38.7834323Z test_ops.py::TestCommonCPU::test_out_warning_conj_physical_cpu 2022-09-27T15:32:38.7902126Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_conj_physical_cpu 2022-09-27T15:32:38.7968847Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_int64 2022-09-27T15:32:38.8227361Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_int64 2022-09-27T15:32:38.8256189Z test_ops.py::TestCommonCPU::test_out_warning_corrcoef_cpu 2022-09-27T15:32:38.8388126Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_corrcoef_cpu 2022-09-27T15:32:38.8504086Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_complex64 2022-09-27T15:32:38.8514767Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_reduce_prod_cpu_float32 2022-09-27T15:32:38.8539803Z test_ops.py::TestCommonCPU::test_out_segment_reduce_offsets_cpu_float32 2022-09-27T15:32:38.8547530Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_complex64 2022-09-27T15:32:38.8669750Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_segment_reduce_offsets_cpu_float32 2022-09-27T15:32:38.8714098Z test_ops.py::TestCommonCPU::test_out_warning_cov_cpu 2022-09-27T15:32:38.8824871Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cov_cpu 2022-09-27T15:32:38.8897616Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_float32 2022-09-27T15:32:38.8943234Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_float32 2022-09-27T15:32:38.8967395Z test_ops.py::TestCommonCPU::test_out_short_cpu_float32 2022-09-27T15:32:38.9102375Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_short_cpu_float32 2022-09-27T15:32:38.9263375Z test_ops.py::TestCommonCPU::test_out_warning_cumprod_cpu 2022-09-27T15:32:38.9350603Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_float32 2022-09-27T15:32:38.9422036Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cumprod_cpu 2022-09-27T15:32:38.9512321Z test_ops.py::TestCommonCPU::test_out_sin_cpu_float32 2022-09-27T15:32:38.9563966Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_sin_cpu_float32 2022-09-27T15:32:38.9581590Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_float32 2022-09-27T15:32:38.9707210Z test_ops.py::TestCommonCPU::test_out_warning_diag_cpu 2022-09-27T15:32:38.9812236Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_float32 2022-09-27T15:32:38.9864144Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_float32 2022-09-27T15:32:38.9945726Z test_ops.py::TestCommonCPU::test_out_softmax_cpu_float32 2022-09-27T15:32:39.0032781Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diag_cpu 2022-09-27T15:32:39.0073063Z test_ops.py::TestCommonCPU::test_out_warning_diagonal_scatter_cpu 2022-09-27T15:32:39.0147363Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diagonal_scatter_cpu 2022-09-27T15:32:39.0232111Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_int64 2022-09-27T15:32:39.0465371Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_int64 2022-09-27T15:32:39.0557905Z test_ops.py::TestCommonCPU::test_out_warning_div_floor_rounding_cpu 2022-09-27T15:32:39.0564175Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_softmax_cpu_float32 2022-09-27T15:32:39.0696114Z test_ops.py::TestCommonCPU::test_out_special_airy_ai_cpu_float32 2022-09-27T15:32:39.0712794Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_float32 2022-09-27T15:32:39.0714059Z [gw1] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_float32 2022-09-27T15:32:39.0907618Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_div_floor_rounding_cpu 2022-09-27T15:32:39.0936791Z test_ops.py::TestCommonCPU::test_out_warning_double_cpu 2022-09-27T15:32:39.0946727Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_double_cpu 2022-09-27T15:32:39.0982958Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_airy_ai_cpu_float32 2022-09-27T15:32:39.1024415Z test_ops.py::TestCommonCPU::test_out_special_bessel_y1_cpu_float32 2022-09-27T15:32:39.1114353Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_float32 2022-09-27T15:32:39.1174483Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_float32 2022-09-27T15:32:39.1343626Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_bessel_y1_cpu_float32 2022-09-27T15:32:39.1363413Z test_ops.py::TestCommonCPU::test_out_warning_empty_cpu 2022-09-27T15:32:39.1421925Z [gw2] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_empty_cpu 2022-09-27T15:32:39.1437677Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:32:39.1462893Z [gw0] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:32:39.1526928Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_complex64 2022-09-27T15:32:39.1784773Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_complex64 2022-09-27T15:32:39.1851044Z test_ops.py::TestCommonCPU::test_out_warning_erf_cpu 2022-09-27T15:32:39.1865850Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_erf_cpu 2022-09-27T15:32:39.1903748Z test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:32:39.1961909Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_float32 2022-09-27T15:32:39.2049186Z [gw1] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_float32 2022-09-27T15:32:39.2062202Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:32:39.2224405Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:32:39.2330833Z test_ops.py::TestCommonCPU::test_out_warning_exp_cpu 2022-09-27T15:32:39.2344700Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_exp_cpu 2022-09-27T15:32:39.2371083Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_int64 2022-09-27T15:32:39.2412388Z [gw1] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_int64 2022-09-27T15:32:39.2419704Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:32:39.2688578Z test_ops.py::TestCommonCPU::test_out_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:32:39.2798443Z test_ops.py::TestCommonCPU::test_out_warning_eye_cpu 2022-09-27T15:32:39.2834215Z [gw2] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_eye_cpu 2022-09-27T15:32:39.3007111Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_complex64 2022-09-27T15:32:39.3128195Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_complex64 2022-09-27T15:32:39.3139910Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:32:39.3145300Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i1_cpu_float32 2022-09-27T15:32:39.3173362Z test_ops.py::TestCommonCPU::test_out_warning_fft_fftshift_cpu 2022-09-27T15:32:39.3264155Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_fftshift_cpu 2022-09-27T15:32:39.3332048Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_int64 2022-09-27T15:32:39.3339056Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_int64 2022-09-27T15:32:39.3546370Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i1_cpu_float32 2022-09-27T15:32:39.3614190Z test_ops.py::TestCommonCPU::test_out_special_ndtri_cpu_float32 2022-09-27T15:32:39.3733938Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifft2_cpu 2022-09-27T15:32:39.3855931Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_ndtri_cpu_float32 2022-09-27T15:32:39.3923932Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_complex64 2022-09-27T15:32:39.3974128Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_ifft2_cpu 2022-09-27T15:32:39.3988542Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_complex64 2022-09-27T15:32:39.4009153Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:32:39.4025262Z [gw0] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:32:39.4167901Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft2_cpu 2022-09-27T15:32:39.4223651Z [gw2] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft2_cpu 2022-09-27T15:32:39.4320272Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_float32 2022-09-27T15:32:39.4423380Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_float32 2022-09-27T15:32:39.4493722Z test_ops.py::TestCommonCPU::test_out_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:32:39.4616911Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfft_cpu 2022-09-27T15:32:39.4758237Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:32:39.4762979Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_int64 2022-09-27T15:32:39.4865070Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_int64 2022-09-27T15:32:39.4902405Z test_ops.py::TestCommonCPU::test_out_split_list_args_cpu_float32 2022-09-27T15:32:39.4906247Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_irfft_cpu 2022-09-27T15:32:39.4908896Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:32:39.4916500Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_split_list_args_cpu_float32 2022-09-27T15:32:39.4921680Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfftn_cpu 2022-09-27T15:32:39.5114001Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int8 2022-09-27T15:32:39.5142987Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_rfftn_cpu 2022-09-27T15:32:39.5303842Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_complex64 2022-09-27T15:32:39.5329547Z test_ops.py::TestCommonCPU::test_out_squeeze_cpu_float32 2022-09-27T15:32:39.5342757Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_squeeze_cpu_float32 2022-09-27T15:32:39.5367320Z test_ops.py::TestCommonCPU::test_out_warning_fliplr_cpu 2022-09-27T15:32:39.5390035Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fliplr_cpu 2022-09-27T15:32:39.5586769Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_complex64 2022-09-27T15:32:39.5651262Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_complex64 2022-09-27T15:32:39.5742962Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_complex64 2022-09-27T15:32:39.5803304Z test_ops.py::TestCommonCPU::test_out_stft_cpu_float32 2022-09-27T15:32:39.5806734Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_stft_cpu_float32 2022-09-27T15:32:39.5846562Z test_ops.py::TestCommonCPU::test_out_warning_floor_cpu 2022-09-27T15:32:39.6022772Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_floor_cpu 2022-09-27T15:32:39.6078328Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_and_cpu_int64 2022-09-27T15:32:39.6181932Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_and_cpu_int64 2022-09-27T15:32:39.6222686Z test_ops.py::TestCommonCPU::test_out_svd_cpu_float32 2022-09-27T15:32:39.6458275Z test_ops.py::TestCommonCPU::test_out_warning_fmod_cpu 2022-09-27T15:32:39.6468480Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fmod_cpu 2022-09-27T15:32:39.6667800Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_right_shift_cpu_int64 2022-09-27T15:32:39.6839853Z test_ops.py::TestCommonCPU::test_out_warning_gather_cpu 2022-09-27T15:32:39.7146044Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_gather_cpu 2022-09-27T15:32:39.7153205Z test_ops.py::TestCommonCPU::test_out_warning_gradient_cpu 2022-09-27T15:32:39.7256741Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_gradient_cpu 2022-09-27T15:32:39.7267162Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_right_shift_cpu_int64 2022-09-27T15:32:39.7307880Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_int64 2022-09-27T15:32:39.7350021Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_int64 2022-09-27T15:32:39.7358463Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int8 2022-09-27T15:32:39.7542993Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:32:39.7707247Z test_ops.py::TestCommonCPU::test_out_warning_histc_cpu 2022-09-27T15:32:39.8032488Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_complex64 2022-09-27T15:32:39.8143905Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_complex64 2022-09-27T15:32:39.8303028Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_complex64 2022-09-27T15:32:39.8627411Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_complex64 2022-09-27T15:32:39.9384479Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_float32 2022-09-27T15:32:39.9407842Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_float32 2022-09-27T15:32:39.9429012Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_complex64 2022-09-27T15:32:39.9441735Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:32:39.9464553Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int64 2022-09-27T15:32:39.9869770Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_complex64 2022-09-27T15:32:40.0052555Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_float32 2022-09-27T15:32:40.0072628Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_float32 2022-09-27T15:32:40.0084641Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_histc_cpu 2022-09-27T15:32:40.0138038Z test_ops.py::TestCommonCPU::test_out_warning_hstack_cpu 2022-09-27T15:32:40.0322902Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_hstack_cpu 2022-09-27T15:32:40.0373707Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_int64 2022-09-27T15:32:40.0502674Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_int64 2022-09-27T15:32:40.0704648Z test_ops.py::TestCommonCPU::test_out_warning_igammac_cpu 2022-09-27T15:32:40.0743693Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_igammac_cpu 2022-09-27T15:32:40.0808554Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_complex64 2022-09-27T15:32:40.0987434Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_complex64 2022-09-27T15:32:40.1025496Z test_ops.py::TestCommonCPU::test_out_warning_index_fill_cpu 2022-09-27T15:32:40.1187286Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_fill_cpu 2022-09-27T15:32:40.1477524Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_float32 2022-09-27T15:32:40.1535718Z test_ops.py::TestCommonCPU::test_out_warning_inner_cpu 2022-09-27T15:32:40.1634239Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_inner_cpu 2022-09-27T15:32:40.1663317Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_float32 2022-09-27T15:32:40.1898967Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_complex64 2022-09-27T15:32:40.1967571Z test_ops.py::TestCommonCPU::test_out_warning_isin_cpu 2022-09-27T15:32:40.2178471Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isin_cpu 2022-09-27T15:32:40.2199557Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_complex64 2022-09-27T15:32:40.2322445Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_complex64 2022-09-27T15:32:40.2406932Z test_ops.py::TestCommonCPU::test_out_warning_isposinf_cpu 2022-09-27T15:32:40.2413009Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_complex64 2022-09-27T15:32:40.2624479Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isposinf_cpu 2022-09-27T15:32:40.2670617Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_int64 2022-09-27T15:32:40.2682698Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int64 2022-09-27T15:32:40.2701935Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bool 2022-09-27T15:32:40.2725103Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_int64 2022-09-27T15:32:40.2742383Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bool 2022-09-27T15:32:40.2761702Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_4inputs_with_extra_args_cpu 2022-09-27T15:32:40.3063325Z [gw2] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_jiterator_4inputs_with_extra_args_cpu 2022-09-27T15:32:40.3102222Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_int64 2022-09-27T15:32:40.3113264Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float16 2022-09-27T15:32:40.3155830Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_int64 2022-09-27T15:32:40.3182875Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float16 2022-09-27T15:32:40.3237121Z test_ops.py::TestCommonCPU::test_out_warning_kron_cpu 2022-09-27T15:32:40.3503117Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_kron_cpu 2022-09-27T15:32:40.3543271Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_complex64 2022-09-27T15:32:40.3564243Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int32 2022-09-27T15:32:40.3588133Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_complex64 2022-09-27T15:32:40.3621466Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int32 2022-09-27T15:32:40.3797710Z test_ops.py::TestCommonCPU::test_out_warning_le_cpu 2022-09-27T15:32:40.3943286Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_le_cpu 2022-09-27T15:32:40.4022929Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_float32 2022-09-27T15:32:40.4062687Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bfloat16 2022-09-27T15:32:40.4185520Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_ex_cpu 2022-09-27T15:32:40.4269744Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bfloat16 2022-09-27T15:32:40.4382633Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_float32 2022-09-27T15:32:40.4546271Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_float32 2022-09-27T15:32:40.4577125Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex64 2022-09-27T15:32:40.4656411Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex64 2022-09-27T15:32:40.4670879Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_ex_cpu 2022-09-27T15:32:40.4676210Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_float32 2022-09-27T15:32:40.4821966Z test_ops.py::TestCommonCPU::test_out_warning_linalg_det_singular_cpu 2022-09-27T15:32:40.4847357Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_int64 2022-09-27T15:32:40.4942270Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_int64 2022-09-27T15:32:40.4994276Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int16 2022-09-27T15:32:40.5266527Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int16 2022-09-27T15:32:40.5312674Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_complex64 2022-09-27T15:32:40.5384300Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_complex64 2022-09-27T15:32:40.5471551Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_uint8 2022-09-27T15:32:40.5568730Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_uint8 2022-09-27T15:32:40.5577671Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_det_singular_cpu 2022-09-27T15:32:40.5703225Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvalsh_cpu 2022-09-27T15:32:40.5734751Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_int64 2022-09-27T15:32:40.5771458Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvalsh_cpu 2022-09-27T15:32:40.5822249Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_int64 2022-09-27T15:32:40.5835227Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex32 2022-09-27T15:32:40.5981525Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex32 2022-09-27T15:32:40.6079754Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_cpu 2022-09-27T15:32:40.6142413Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_cpu 2022-09-27T15:32:40.6194549Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_complex64 2022-09-27T15:32:40.6262068Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_complex64 2022-09-27T15:32:40.6274774Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float64 2022-09-27T15:32:40.6423175Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float64 2022-09-27T15:32:40.6521459Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_grad_oriented_cpu 2022-09-27T15:32:40.6582123Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_grad_oriented_cpu 2022-09-27T15:32:40.6625865Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_float32 2022-09-27T15:32:40.6701979Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_float32 2022-09-27T15:32:40.6715376Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int8 2022-09-27T15:32:40.6862284Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int8 2022-09-27T15:32:40.7022515Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_solve_cpu 2022-09-27T15:32:40.7087761Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_int64 2022-09-27T15:32:40.7144280Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_int64 2022-09-27T15:32:40.7162030Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex128 2022-09-27T15:32:40.7464543Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex128 2022-09-27T15:32:40.7528433Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_complex64 2022-09-27T15:32:40.7583987Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_complex64 2022-09-27T15:32:40.7606724Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float32 2022-09-27T15:32:40.7904272Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float32 2022-09-27T15:32:40.7935622Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_int64 2022-09-27T15:32:40.8023207Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_int64 2022-09-27T15:32:40.8045648Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int64 2022-09-27T15:32:40.8048197Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int64 2022-09-27T15:32:40.8054721Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_solve_cpu 2022-09-27T15:32:40.8235456Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_hermitian_cpu 2022-09-27T15:32:40.8342935Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_hermitian_cpu 2022-09-27T15:32:40.8463651Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_float32 2022-09-27T15:32:40.8478405Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_cpu 2022-09-27T15:32:40.8486866Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_float32 2022-09-27T15:32:40.8784364Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bool 2022-09-27T15:32:40.8911610Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_int64 2022-09-27T15:32:40.8923051Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_cpu 2022-09-27T15:32:40.9173064Z test_ops.py::TestCommonCPU::test_out_warning_linalg_slogdet_cpu 2022-09-27T15:32:40.9223543Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_int64 2022-09-27T15:32:40.9229306Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_slogdet_cpu 2022-09-27T15:32:40.9281013Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_float32 2022-09-27T15:32:40.9342164Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_float32 2022-09-27T15:32:40.9665661Z test_ops.py::TestCommonCPU::test_out_warning_linalg_svd_cpu 2022-09-27T15:32:40.9722985Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_int64 2022-09-27T15:32:41.0106377Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_int64 2022-09-27T15:32:41.0209975Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_complex64 2022-09-27T15:32:41.0324661Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_complex64 2022-09-27T15:32:41.0334628Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bool 2022-09-27T15:32:41.0545417Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float16 2022-09-27T15:32:41.0760955Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_float32 2022-09-27T15:32:41.0986006Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_float32 2022-09-27T15:32:41.2034112Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_complex64 2022-09-27T15:32:41.2046618Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_complex64 2022-09-27T15:32:41.2144645Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_int64 2022-09-27T15:32:41.2507182Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_int64 2022-09-27T15:32:41.2568159Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_int64 2022-09-27T15:32:41.2986641Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_int64 2022-09-27T15:32:41.3180591Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_float32 2022-09-27T15:32:41.3425338Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_float32 2022-09-27T15:32:41.3450425Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_int64 2022-09-27T15:32:41.3932251Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_int64 2022-09-27T15:32:41.3935894Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_complex64 2022-09-27T15:32:41.4309601Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_complex64 2022-09-27T15:32:41.4825562Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_float32 2022-09-27T15:32:41.4903438Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_float32 2022-09-27T15:32:41.5095906Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_int64 2022-09-27T15:32:41.5304368Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_int64 2022-09-27T15:32:41.5321272Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_complex64 2022-09-27T15:32:41.5543214Z [gw1] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_complex64 2022-09-27T15:32:41.5556179Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_svd_cpu 2022-09-27T15:32:41.5581966Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vander_cpu 2022-09-27T15:32:41.5744152Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_vander_cpu 2022-09-27T15:32:41.5839379Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_float32 2022-09-27T15:32:41.5860829Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_float32 2022-09-27T15:32:41.5870670Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float16 2022-09-27T15:32:41.5982443Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int32 2022-09-27T15:32:41.6054776Z test_ops.py::TestCommonCPU::test_out_warning_log10_cpu 2022-09-27T15:32:41.6182439Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log10_cpu 2022-09-27T15:32:41.6229887Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_int64 2022-09-27T15:32:41.6425094Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_int64 2022-09-27T15:32:41.6607021Z test_ops.py::TestCommonCPU::test_out_warning_log_softmax_cpu 2022-09-27T15:32:41.6663897Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log_softmax_cpu 2022-09-27T15:32:41.6701573Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_int64 2022-09-27T15:32:41.6887640Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_int64 2022-09-27T15:32:41.7044265Z test_ops.py::TestCommonCPU::test_out_warning_logcumsumexp_cpu 2022-09-27T15:32:41.7104466Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logcumsumexp_cpu 2022-09-27T15:32:41.7169061Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_int64 2022-09-27T15:32:41.7303586Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_int64 2022-09-27T15:32:41.7495159Z test_ops.py::TestCommonCPU::test_out_warning_logical_or_cpu 2022-09-27T15:32:41.7544616Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logical_or_cpu 2022-09-27T15:32:41.7593213Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_complex64 2022-09-27T15:32:41.7604548Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int32 2022-09-27T15:32:41.7644758Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bfloat16 2022-09-27T15:32:41.7786112Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_complex64 2022-09-27T15:32:41.8061519Z test_ops.py::TestCommonCPU::test_out_warning_logsumexp_cpu 2022-09-27T15:32:41.8171610Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_float32 2022-09-27T15:32:41.8232479Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_float32 2022-09-27T15:32:41.8240954Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logsumexp_cpu 2022-09-27T15:32:41.8443613Z test_ops.py::TestCommonCPU::test_out_warning_lu_solve_cpu 2022-09-27T15:32:41.8453805Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_complex64 2022-09-27T15:32:41.8933968Z [gw1] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_complex64 2022-09-27T15:32:41.9096068Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_float32 2022-09-27T15:32:41.9127054Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lu_solve_cpu 2022-09-27T15:32:41.9161893Z test_ops.py::TestCommonCPU::test_out_warning_masked_fill_cpu 2022-09-27T15:32:41.9387133Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_masked_fill_cpu 2022-09-27T15:32:41.9397625Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_float32 2022-09-27T15:32:41.9469716Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_int64 2022-09-27T15:32:41.9477463Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bfloat16 2022-09-27T15:32:41.9479086Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int16 2022-09-27T15:32:41.9583649Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_int64 2022-09-27T15:32:41.9671986Z test_ops.py::TestCommonCPU::test_out_warning_matrix_exp_cpu 2022-09-27T15:32:41.9828094Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_matrix_exp_cpu 2022-09-27T15:32:41.9917915Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_complex64 2022-09-27T15:32:42.0023998Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_complex64 2022-09-27T15:32:42.0268577Z test_ops.py::TestCommonCPU::test_out_warning_maximum_cpu 2022-09-27T15:32:42.0305816Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_float32 2022-09-27T15:32:42.0389209Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_maximum_cpu 2022-09-27T15:32:42.0467814Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_float32 2022-09-27T15:32:42.0524721Z test_ops.py::TestCommonCPU::test_out_warning_meshgrid_variadic_tensors_cpu 2022-09-27T15:32:42.0631109Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_meshgrid_variadic_tensors_cpu 2022-09-27T15:32:42.0640984Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int16 2022-09-27T15:32:42.0744024Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_uint8 2022-09-27T15:32:42.0796639Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_int64 2022-09-27T15:32:42.0912305Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_int64 2022-09-27T15:32:42.1187472Z test_ops.py::TestCommonCPU::test_out_warning_minimum_cpu 2022-09-27T15:32:42.1212366Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_complex64 2022-09-27T15:32:42.1284104Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_minimum_cpu 2022-09-27T15:32:42.1389923Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_complex64 2022-09-27T15:32:42.1533934Z test_ops.py::TestCommonCPU::test_out_warning_msort_cpu 2022-09-27T15:32:42.1623551Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_msort_cpu 2022-09-27T15:32:42.1730560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_float32 2022-09-27T15:32:42.1833003Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_float32 2022-09-27T15:32:42.1991377Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_1_cpu 2022-09-27T15:32:42.1998942Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_uint8 2022-09-27T15:32:42.2065953Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float64 2022-09-27T15:32:42.2136049Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_int64 2022-09-27T15:32:42.2214436Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_int64 2022-09-27T15:32:42.2266967Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_1_cpu 2022-09-27T15:32:42.2512568Z test_ops.py::TestCommonCPU::test_out_warning_nanmean_cpu 2022-09-27T15:32:42.2642768Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_float32 2022-09-27T15:32:42.2987646Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_float32 2022-09-27T15:32:42.3138086Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_float32 2022-09-27T15:32:42.3338841Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_float32 2022-09-27T15:32:42.3367210Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nanmean_cpu 2022-09-27T15:32:42.3425056Z test_ops.py::TestCommonCPU::test_out_warning_narrow_copy_cpu 2022-09-27T15:32:42.3442032Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_int64 2022-09-27T15:32:42.3473301Z [gw2] [ 19%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_narrow_copy_cpu 2022-09-27T15:32:42.3487294Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float64 2022-09-27T15:32:42.3514454Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int8 2022-09-27T15:32:42.3797388Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_int64 2022-09-27T15:32:42.3895412Z test_ops.py::TestCommonCPU::test_out_warning_neg_cpu 2022-09-27T15:32:42.3904584Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_neg_cpu 2022-09-27T15:32:42.4141548Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_complex64 2022-09-27T15:32:42.4232549Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_complex64 2022-09-27T15:32:42.4292387Z test_ops.py::TestCommonCPU::test_out_warning_new_ones_cpu 2022-09-27T15:32:42.4415555Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_new_ones_cpu 2022-09-27T15:32:42.4416107Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_int64 2022-09-27T15:32:42.4684805Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_int64 2022-09-27T15:32:42.4705696Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool2d_cpu 2022-09-27T15:32:42.4836541Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool2d_cpu 2022-09-27T15:32:42.4867571Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_int64 2022-09-27T15:32:42.5004972Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_int64 2022-09-27T15:32:42.5013446Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int8 2022-09-27T15:32:42.5105786Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float32 2022-09-27T15:32:42.5168106Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool3d_cpu 2022-09-27T15:32:42.5242864Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool3d_cpu 2022-09-27T15:32:42.5327482Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_complex64 2022-09-27T15:32:42.5549083Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_complex64 2022-09-27T15:32:42.5648468Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_cpu 2022-09-27T15:32:42.5709055Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_cpu 2022-09-27T15:32:42.5831406Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_float32 2022-09-27T15:32:42.6042380Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_float32 2022-09-27T15:32:42.6042925Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_with_logits_cpu 2022-09-27T15:32:42.6109185Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_with_logits_cpu 2022-09-27T15:32:42.6177299Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_int64 2022-09-27T15:32:42.6377151Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_int64 2022-09-27T15:32:42.6387784Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float32 2022-09-27T15:32:42.6424994Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int64 2022-09-27T15:32:42.6449694Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose1d_cpu 2022-09-27T15:32:42.6562306Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose1d_cpu 2022-09-27T15:32:42.6649565Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_complex64 2022-09-27T15:32:42.6662666Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_svd_cpu_float32 2022-09-27T15:32:42.6763675Z test_ops.py::TestCommonCPU::test_out_take_along_dim_cpu_float32 2022-09-27T15:32:42.6866176Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_complex64 2022-09-27T15:32:42.6897938Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_similarity_cpu 2022-09-27T15:32:42.6985868Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_similarity_cpu 2022-09-27T15:32:42.7165739Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_float32 2022-09-27T15:32:42.7308199Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_float32 2022-09-27T15:32:42.7338142Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout3d_cpu 2022-09-27T15:32:42.7349143Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_take_along_dim_cpu_float32 2022-09-27T15:32:42.7369655Z test_ops.py::TestCommonCPU::test_out_tensor_split_cpu_float32 2022-09-27T15:32:42.7390885Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout3d_cpu 2022-09-27T15:32:42.7465335Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_tensor_split_cpu_float32 2022-09-27T15:32:42.7544224Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_float32 2022-09-27T15:32:42.7751388Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_float32 2022-09-27T15:32:42.7798173Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_cpu 2022-09-27T15:32:42.7806450Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_cpu 2022-09-27T15:32:42.7865128Z test_ops.py::TestCommonCPU::test_out_to_sparse_cpu_float32 2022-09-27T15:32:42.7925467Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_to_sparse_cpu_float32 2022-09-27T15:32:42.7933691Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int64 2022-09-27T15:32:42.7942627Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int8 2022-09-27T15:32:42.8066973Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_float32 2022-09-27T15:32:42.8188299Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_float32 2022-09-27T15:32:42.8230947Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool3d_cpu 2022-09-27T15:32:42.8310872Z test_ops.py::TestCommonCPU::test_out_trapezoid_cpu_float32 2022-09-27T15:32:42.8325337Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_trapezoid_cpu_float32 2022-09-27T15:32:42.8383451Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool3d_cpu 2022-09-27T15:32:42.8431423Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_frac_cpu_float32 2022-09-27T15:32:42.8623696Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_frac_cpu_float32 2022-09-27T15:32:42.8663531Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_grid_sample_cpu 2022-09-27T15:32:42.8687619Z test_ops.py::TestCommonCPU::test_out_tril_indices_cpu_int64 2022-09-27T15:32:42.8695542Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_tril_indices_cpu_int64 2022-09-27T15:32:42.8826695Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_grid_sample_cpu 2022-09-27T15:32:42.8871064Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_int64 2022-09-27T15:32:42.9065290Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_int64 2022-09-27T15:32:42.9096252Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardswish_cpu 2022-09-27T15:32:42.9104498Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardswish_cpu 2022-09-27T15:32:42.9218940Z test_ops.py::TestCommonCPU::test_out_trunc_cpu_float32 2022-09-27T15:32:42.9267895Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_trunc_cpu_float32 2022-09-27T15:32:42.9328737Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gcd_cpu_int64 2022-09-27T15:32:42.9407860Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gcd_cpu_int64 2022-09-27T15:32:42.9413316Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int8 2022-09-27T15:32:42.9502717Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_uint8 2022-09-27T15:32:42.9532884Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_instance_norm_cpu 2022-09-27T15:32:42.9545342Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_instance_norm_cpu 2022-09-27T15:32:42.9597341Z test_ops.py::TestCommonCPU::test_out_uniform_cpu_float32 2022-09-27T15:32:42.9705752Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_uniform_cpu_float32 2022-09-27T15:32:42.9947677Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_float32 2022-09-27T15:32:42.9970496Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_float32 2022-09-27T15:32:42.9984960Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_linear_cpu 2022-09-27T15:32:42.9998784Z test_ops.py::TestCommonCPU::test_out_var_cpu_float32 2022-09-27T15:32:43.0022852Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_linear_cpu 2022-09-27T15:32:43.0144325Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_var_cpu_float32 2022-09-27T15:32:43.0211061Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_float32 2022-09-27T15:32:43.0388259Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_float32 2022-09-27T15:32:43.0416931Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_l1_loss_cpu 2022-09-27T15:32:43.0425780Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_l1_loss_cpu 2022-09-27T15:32:43.0449315Z test_ops.py::TestCommonCPU::test_out_view_as_cpu_float32 2022-09-27T15:32:43.0499079Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_view_as_cpu_float32 2022-09-27T15:32:43.0507604Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_uint8 2022-09-27T15:32:43.0583153Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bfloat16 2022-09-27T15:32:43.0626930Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_int64 2022-09-27T15:32:43.0826108Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_int64 2022-09-27T15:32:43.0853763Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_local_response_norm_cpu 2022-09-27T15:32:43.0865525Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_local_response_norm_cpu 2022-09-27T15:32:43.1021898Z test_ops.py::TestCommonCPU::test_out_vstack_cpu_float32 2022-09-27T15:32:43.1034662Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_vstack_cpu_float32 2022-09-27T15:32:43.1329175Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogram_cpu_float32 2022-09-27T15:32:43.1345808Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool2d_cpu 2022-09-27T15:32:43.1377622Z test_ops.py::TestCommonCPU::test_out_warning___radd___cpu 2022-09-27T15:32:43.1387487Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning___radd___cpu 2022-09-27T15:32:43.1707070Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool2d_cpu 2022-09-27T15:32:43.1752680Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_cpu 2022-09-27T15:32:43.1786669Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_cpu 2022-09-27T15:32:43.1815619Z test_ops.py::TestCommonCPU::test_out_warning___rmod___cpu 2022-09-27T15:32:43.1826253Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bfloat16 2022-09-27T15:32:43.1833551Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rmod___cpu 2022-09-27T15:32:43.2194365Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bool 2022-09-27T15:32:43.2210243Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mish_cpu 2022-09-27T15:32:43.2224388Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mish_cpu 2022-09-27T15:32:43.2259099Z test_ops.py::TestCommonCPU::test_out_warning___rsub___cpu 2022-09-27T15:32:43.2309826Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rsub___cpu 2022-09-27T15:32:43.2321095Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogram_cpu_float32 2022-09-27T15:32:43.2354868Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_int64 2022-09-27T15:32:43.2626712Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_int64 2022-09-27T15:32:43.2654027Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_soft_margin_loss_cpu 2022-09-27T15:32:43.2664515Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_soft_margin_loss_cpu 2022-09-27T15:32:43.2696270Z test_ops.py::TestCommonCPU::test_out_warning__masked_argmax_cpu 2022-09-27T15:32:43.2741920Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_argmax_cpu 2022-09-27T15:32:43.2913624Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hypot_cpu_float32 2022-09-27T15:32:43.3064713Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hypot_cpu_float32 2022-09-27T15:32:43.3091764Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_circular_cpu 2022-09-27T15:32:43.3104113Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_circular_cpu 2022-09-27T15:32:43.3149630Z test_ops.py::TestCommonCPU::test_out_warning__masked_log_softmax_cpu 2022-09-27T15:32:43.3187878Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_log_softmax_cpu 2022-09-27T15:32:43.3276837Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_igammac_cpu_float32 2022-09-27T15:32:43.3507381Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_igammac_cpu_float32 2022-09-27T15:32:43.3545766Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pairwise_distance_cpu 2022-09-27T15:32:43.3554925Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pairwise_distance_cpu 2022-09-27T15:32:43.3597741Z test_ops.py::TestCommonCPU::test_out_warning__masked_median_cpu 2022-09-27T15:32:43.3623374Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_median_cpu 2022-09-27T15:32:43.3681302Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_int64 2022-09-27T15:32:43.3687698Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bool 2022-09-27T15:32:43.3694970Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_int64 2022-09-27T15:32:43.3943968Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float16 2022-09-27T15:32:43.3972043Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:32:43.3983405Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:32:43.4025463Z test_ops.py::TestCommonCPU::test_out_warning__masked_softmax_cpu 2022-09-27T15:32:43.4063029Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_softmax_cpu 2022-09-27T15:32:43.4150275Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_complex64 2022-09-27T15:32:43.4385938Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_complex64 2022-09-27T15:32:43.4456690Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_rrelu_cpu 2022-09-27T15:32:43.4515611Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_rrelu_cpu 2022-09-27T15:32:43.4517146Z test_ops.py::TestCommonCPU::test_out_warning__masked_var_cpu 2022-09-27T15:32:43.4525841Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_var_cpu 2022-09-27T15:32:43.4696095Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_float32 2022-09-27T15:32:43.4827649Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_float32 2022-09-27T15:32:43.4865243Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_smooth_l1_loss_cpu 2022-09-27T15:32:43.4905948Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_smooth_l1_loss_cpu 2022-09-27T15:32:43.4944100Z test_ops.py::TestCommonCPU::test_out_warning__refs_add_cpu 2022-09-27T15:32:43.5131799Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_complex64 2022-09-27T15:32:43.5264929Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_complex64 2022-09-27T15:32:43.5296941Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softplus_cpu 2022-09-27T15:32:43.5343461Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_add_cpu 2022-09-27T15:32:43.5361628Z test_ops.py::TestCommonCPU::test_out_warning__refs_allclose_cpu 2022-09-27T15:32:43.5389117Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softplus_cpu 2022-09-27T15:32:43.5392993Z [gw0] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning__refs_allclose_cpu 2022-09-27T15:32:43.5440478Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_float32 2022-09-27T15:32:43.5688968Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_float32 2022-09-27T15:32:43.5693983Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float16 2022-09-27T15:32:43.5702884Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float32 2022-09-27T15:32:43.5727553Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_threshold_cpu 2022-09-27T15:32:43.5784111Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_threshold_cpu 2022-09-27T15:32:43.5824135Z test_ops.py::TestCommonCPU::test_out_warning__refs_arange_cpu 2022-09-27T15:32:43.5997356Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_int64 2022-09-27T15:32:43.6145708Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_int64 2022-09-27T15:32:43.6175494Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_bilinear_cpu 2022-09-27T15:32:43.6265512Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_bilinear_cpu 2022-09-27T15:32:43.6485352Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_complex64 2022-09-27T15:32:43.6565542Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_complex64 2022-09-27T15:32:43.6581644Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_arange_cpu 2022-09-27T15:32:43.6660625Z test_ops.py::TestCommonCPU::test_out_warning__refs_atan2_cpu 2022-09-27T15:32:43.6702621Z test_ops.py::TestCommonCPU::test_out_warning_norm_fro_cpu 2022-09-27T15:32:43.6727950Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_norm_fro_cpu 2022-09-27T15:32:43.6735429Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float32 2022-09-27T15:32:43.6742987Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float64 2022-09-27T15:32:43.6784317Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_int64 2022-09-27T15:32:43.6904230Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_int64 2022-09-27T15:32:43.6988002Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atan2_cpu 2022-09-27T15:32:43.7018301Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_2d_cpu 2022-09-27T15:32:43.7028958Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_2d_cpu 2022-09-27T15:32:43.7115039Z test_ops.py::TestCommonCPU::test_out_warning_normal_number_mean_cpu 2022-09-27T15:32:43.7189697Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_normal_number_mean_cpu 2022-09-27T15:32:43.7223818Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_complex64 2022-09-27T15:32:43.7428055Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_complex64 2022-09-27T15:32:43.7465428Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_not_cpu 2022-09-27T15:32:43.7538818Z test_ops.py::TestCommonCPU::test_out_warning_ormqr_cpu 2022-09-27T15:32:43.7634719Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_not_cpu 2022-09-27T15:32:43.7729398Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_int64 2022-09-27T15:32:43.7747918Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_int64 2022-09-27T15:32:43.7757853Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float64 2022-09-27T15:32:43.7863623Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int16 2022-09-27T15:32:43.7886925Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_tensors_cpu 2022-09-27T15:32:43.8068195Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_tensors_cpu 2022-09-27T15:32:43.8149571Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_float32 2022-09-27T15:32:43.8306760Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_float32 2022-09-27T15:32:43.8358368Z test_ops.py::TestCommonCPU::test_out_warning__refs_chunk_cpu 2022-09-27T15:32:43.8545902Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_chunk_cpu 2022-09-27T15:32:43.8566935Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:32:43.8748053Z [gw1] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:32:43.8775757Z test_ops.py::TestCommonCPU::test_out_warning__refs_clone_cpu 2022-09-27T15:32:43.8785012Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_clone_cpu 2022-09-27T15:32:43.8794801Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int16 2022-09-27T15:32:43.8987995Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int32 2022-09-27T15:32:43.9032124Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:32:43.9185167Z [gw1] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:32:43.9212343Z test_ops.py::TestCommonCPU::test_out_warning__refs_constant_pad_nd_cpu 2022-09-27T15:32:43.9428150Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_constant_pad_nd_cpu 2022-09-27T15:32:43.9455093Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_int64 2022-09-27T15:32:43.9626560Z [gw1] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_int64 2022-09-27T15:32:43.9669849Z test_ops.py::TestCommonCPU::test_out_warning__refs_cosh_cpu 2022-09-27T15:32:43.9679123Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ormqr_cpu 2022-09-27T15:32:43.9734157Z test_ops.py::TestCommonCPU::test_out_warning_pinverse_cpu 2022-09-27T15:32:43.9786935Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_pinverse_cpu 2022-09-27T15:32:43.9819398Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_cosh_cpu 2022-09-27T15:32:43.9824982Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int32 2022-09-27T15:32:43.9862846Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int64 2022-09-27T15:32:43.9884106Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_complex64 2022-09-27T15:32:44.0068268Z [gw1] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_complex64 2022-09-27T15:32:44.0105734Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_floor_rounding_cpu 2022-09-27T15:32:44.0120658Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_2_cpu 2022-09-27T15:32:44.0307498Z [gw2] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_2_cpu 2022-09-27T15:32:44.0571546Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_float32 2022-09-27T15:32:44.0584847Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_float32 2022-09-27T15:32:44.0751510Z test_ops.py::TestCommonCPU::test_out_warning_pow_cpu 2022-09-27T15:32:44.0819116Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lcm_cpu_int64 2022-09-27T15:32:44.0930367Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lcm_cpu_int64 2022-09-27T15:32:44.0957059Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_pow_cpu 2022-09-27T15:32:44.0965616Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int64 2022-09-27T15:32:44.1022438Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int8 2022-09-27T15:32:44.1189747Z test_ops.py::TestCommonCPU::test_out_warning_quantile_cpu 2022-09-27T15:32:44.1440138Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_float32 2022-09-27T15:32:44.1624960Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_float32 2022-09-27T15:32:44.1688111Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_float32 2022-09-27T15:32:44.2062362Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_float32 2022-09-27T15:32:44.2072664Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_div_floor_rounding_cpu 2022-09-27T15:32:44.2073553Z test_ops.py::TestCommonCPU::test_out_warning__refs_dstack_cpu 2022-09-27T15:32:44.2262277Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:32:44.2306004Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_dstack_cpu 2022-09-27T15:32:44.2508063Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:32:44.2508869Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_complex64 2022-09-27T15:32:44.2525489Z test_ops.py::TestCommonCPU::test_out_warning__refs_erf_cpu 2022-09-27T15:32:44.2534027Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int8 2022-09-27T15:32:44.2571490Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_uint8 2022-09-27T15:32:44.2588183Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_quantile_cpu 2022-09-27T15:32:44.2591553Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_erf_cpu 2022-09-27T15:32:44.2598828Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_complex64 2022-09-27T15:32:44.2651710Z test_ops.py::TestCommonCPU::test_out_warning_randn_cpu 2022-09-27T15:32:44.2946918Z [gw2] [ 19%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_randn_cpu 2022-09-27T15:32:44.2948397Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_float32 2022-09-27T15:32:44.3024183Z test_ops.py::TestCommonCPU::test_out_warning__refs_exp_cpu 2022-09-27T15:32:44.3056496Z test_ops.py::TestCommonCPU::test_out_warning_reciprocal_cpu 2022-09-27T15:32:44.3080583Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_exp_cpu 2022-09-27T15:32:44.3178279Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_float32 2022-09-27T15:32:44.3388377Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_reciprocal_cpu 2022-09-27T15:32:44.3388994Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_float32 2022-09-27T15:32:44.3465592Z test_ops.py::TestCommonCPU::test_out_warning__refs_eye_cpu 2022-09-27T15:32:44.3497349Z test_ops.py::TestCommonCPU::test_out_warning_repeat_interleave_cpu 2022-09-27T15:32:44.3649310Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_repeat_interleave_cpu 2022-09-27T15:32:44.3770171Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_float32 2022-09-27T15:32:44.3779478Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_uint8 2022-09-27T15:32:44.3822513Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bfloat16 2022-09-27T15:32:44.3938208Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_float32 2022-09-27T15:32:44.3949803Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_float32 2022-09-27T15:32:44.3973833Z test_ops.py::TestCommonCPU::test_out_warning_resize_as__cpu 2022-09-27T15:32:44.4266793Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_resize_as__cpu 2022-09-27T15:32:44.4385501Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_float32 2022-09-27T15:32:44.4419298Z test_ops.py::TestCommonCPU::test_out_warning_rot90_cpu 2022-09-27T15:32:44.4470501Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_rot90_cpu 2022-09-27T15:32:44.4707701Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_float32 2022-09-27T15:32:44.4892174Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_float32 2022-09-27T15:32:44.4898754Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_neg_3_cpu 2022-09-27T15:32:44.5018976Z [gw2] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_round_decimals_neg_3_cpu 2022-09-27T15:32:44.5147876Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_float32 2022-09-27T15:32:44.5205742Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:32:44.5276121Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:32:44.5286080Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bfloat16 2022-09-27T15:32:44.5303342Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bool 2022-09-27T15:32:44.5589044Z test_ops.py::TestCommonCPU::test_out_warning_scatter_cpu 2022-09-27T15:32:44.5965884Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_float32 2022-09-27T15:32:44.5979500Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_eye_cpu 2022-09-27T15:32:44.6008652Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftshift_cpu 2022-09-27T15:32:44.6014700Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_cpu 2022-09-27T15:32:44.6029138Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftshift_cpu 2022-09-27T15:32:44.6419276Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_prod_cpu 2022-09-27T15:32:44.6530430Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft2_cpu 2022-09-27T15:32:44.6541863Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_prod_cpu 2022-09-27T15:32:44.6566587Z test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_offsets_cpu 2022-09-27T15:32:44.6779940Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_offsets_cpu 2022-09-27T15:32:44.6925815Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft2_cpu 2022-09-27T15:32:44.7019266Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft2_cpu 2022-09-27T15:32:44.7022020Z test_ops.py::TestCommonCPU::test_out_warning_short_cpu 2022-09-27T15:32:44.7499398Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_short_cpu 2022-09-27T15:32:44.7503114Z test_ops.py::TestCommonCPU::test_out_warning_sin_cpu 2022-09-27T15:32:44.7875051Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sin_cpu 2022-09-27T15:32:44.7878760Z test_ops.py::TestCommonCPU::test_out_warning_softmax_cpu 2022-09-27T15:32:44.7889918Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bool 2022-09-27T15:32:44.7943744Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex128 2022-09-27T15:32:44.7957470Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft2_cpu 2022-09-27T15:32:44.8047764Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft_cpu 2022-09-27T15:32:44.8421032Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_softmax_cpu 2022-09-27T15:32:44.8422637Z test_ops.py::TestCommonCPU::test_out_warning_special_airy_ai_cpu 2022-09-27T15:32:44.8517613Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_airy_ai_cpu 2022-09-27T15:32:44.8529855Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_float32 2022-09-27T15:32:44.8725519Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_float32 2022-09-27T15:32:44.8741316Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft_cpu 2022-09-27T15:32:44.8792025Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfftn_cpu 2022-09-27T15:32:44.8852715Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y1_cpu 2022-09-27T15:32:44.9105500Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y1_cpu 2022-09-27T15:32:44.9143251Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfftn_cpu 2022-09-27T15:32:44.9168238Z test_ops.py::TestCommonCPU::test_out_warning__refs_fliplr_cpu 2022-09-27T15:32:44.9224050Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fliplr_cpu 2022-09-27T15:32:44.9242499Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_w_cpu 2022-09-27T15:32:44.9435441Z [gw2] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_w_cpu 2022-09-27T15:32:44.9443137Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_float32 2022-09-27T15:32:44.9584570Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:32:44.9660044Z test_ops.py::TestCommonCPU::test_out_warning__refs_floor_divide_cpu 2022-09-27T15:32:44.9669967Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:32:44.9869773Z test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_he_cpu 2022-09-27T15:32:44.9985716Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_float32 2022-09-27T15:32:45.0102865Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_he_cpu 2022-09-27T15:32:45.0380552Z test_ops.py::TestCommonCPU::test_out_warning_special_laguerre_polynomial_l_cpu 2022-09-27T15:32:45.0555141Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_laguerre_polynomial_l_cpu 2022-09-27T15:32:45.0640717Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i1_cpu 2022-09-27T15:32:45.0987345Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i1_cpu 2022-09-27T15:32:45.1098649Z test_ops.py::TestCommonCPU::test_out_warning_special_ndtri_cpu 2022-09-27T15:32:45.1313703Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_ndtri_cpu 2022-09-27T15:32:45.1327897Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_floor_divide_cpu 2022-09-27T15:32:45.1404722Z test_ops.py::TestCommonCPU::test_out_warning__refs_frac_cpu 2022-09-27T15:32:45.1425060Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_float32 2022-09-27T15:32:45.1429011Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_float32 2022-09-27T15:32:45.1448027Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_t_cpu 2022-09-27T15:32:45.1514023Z [gw2] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_t_cpu 2022-09-27T15:32:45.1783253Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_frac_cpu 2022-09-27T15:32:45.1866392Z test_ops.py::TestCommonCPU::test_out_warning__refs_heaviside_cpu 2022-09-27T15:32:45.1970127Z test_ops.py::TestCommonCPU::test_out_warning_special_spherical_bessel_j0_cpu 2022-09-27T15:32:45.2245909Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_spherical_bessel_j0_cpu 2022-09-27T15:32:45.2256520Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_float32 2022-09-27T15:32:45.2272601Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_float32 2022-09-27T15:32:45.2281103Z [gw1] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_float32 2022-09-27T15:32:45.2290875Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex128 2022-09-27T15:32:45.2303407Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex64 2022-09-27T15:32:45.2324765Z test_ops.py::TestCommonCPU::test_out_warning_split_list_args_cpu 2022-09-27T15:32:45.2474238Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_split_list_args_cpu 2022-09-27T15:32:45.2483467Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_heaviside_cpu 2022-09-27T15:32:45.2582501Z test_ops.py::TestCommonCPU::test_out_warning__refs_i0_cpu 2022-09-27T15:32:45.2669252Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_i0_cpu 2022-09-27T15:32:45.2746920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:32:45.2792835Z test_ops.py::TestCommonCPU::test_out_warning_squeeze_cpu 2022-09-27T15:32:45.2946705Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_squeeze_cpu 2022-09-27T15:32:45.3193092Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_add_cpu 2022-09-27T15:32:45.3204600Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_index_add_cpu 2022-09-27T15:32:45.3255794Z test_ops.py::TestCommonCPU::test_out_warning_stft_cpu 2022-09-27T15:32:45.3386406Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_stft_cpu 2022-09-27T15:32:45.3442135Z test_ops.py::TestCommonCPU::test_out_warning__refs_isclose_cpu 2022-09-27T15:32:45.3566319Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isclose_cpu 2022-09-27T15:32:45.3580241Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:32:45.3626654Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:32:45.3752251Z test_ops.py::TestCommonCPU::test_out_warning_svd_cpu 2022-09-27T15:32:45.3826132Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:32:45.3916416Z test_ops.py::TestCommonCPU::test_out_warning__refs_isneginf_cpu 2022-09-27T15:32:45.3984260Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isneginf_cpu 2022-09-27T15:32:45.4304056Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_complex64 2022-09-27T15:32:45.4573567Z test_ops.py::TestCommonCPU::test_out_warning__refs_le_cpu 2022-09-27T15:32:45.4735977Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_le_cpu 2022-09-27T15:32:45.4852739Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svd_cpu 2022-09-27T15:32:45.4863764Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_complex64 2022-09-27T15:32:45.5218786Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_complex64 2022-09-27T15:32:45.5350412Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_complex64 2022-09-27T15:32:45.6498273Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_complex64 2022-09-27T15:32:45.6506954Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex64 2022-09-27T15:32:46.0380339Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float32 2022-09-27T15:32:46.0396283Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float32 2022-09-27T15:32:46.0551149Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float64 2022-09-27T15:32:46.0618287Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_svd_cpu 2022-09-27T15:32:46.0771852Z test_ops.py::TestCommonCPU::test_out_warning_take_along_dim_cpu 2022-09-27T15:32:46.0982261Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_take_along_dim_cpu 2022-09-27T15:32:46.1010245Z test_ops.py::TestCommonCPU::test_out_warning_tensor_split_cpu 2022-09-27T15:32:46.1476721Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tensor_split_cpu 2022-09-27T15:32:46.1479135Z test_ops.py::TestCommonCPU::test_out_warning_to_sparse_cpu 2022-09-27T15:32:46.1904842Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_to_sparse_cpu 2022-09-27T15:32:46.1905969Z test_ops.py::TestCommonCPU::test_out_warning_trapezoid_cpu 2022-09-27T15:32:46.2308881Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_trapezoid_cpu 2022-09-27T15:32:46.2343278Z test_ops.py::TestCommonCPU::test_out_warning_tril_indices_cpu 2022-09-27T15:32:46.2458515Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tril_indices_cpu 2022-09-27T15:32:46.2471833Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_complex64 2022-09-27T15:32:46.2713011Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_complex64 2022-09-27T15:32:46.2798133Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float64 2022-09-27T15:32:46.2806938Z test_ops.py::TestCommonCPU::test_out_warning_trunc_cpu 2022-09-27T15:32:46.2812526Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int16 2022-09-27T15:32:46.3185715Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_trunc_cpu 2022-09-27T15:32:46.3208455Z test_ops.py::TestCommonCPU::test_out_warning_uniform_cpu 2022-09-27T15:32:46.3246546Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svd_cpu 2022-09-27T15:32:46.3250330Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_uniform_cpu 2022-09-27T15:32:46.3395574Z test_ops.py::TestCommonCPU::test_out_warning__refs_log10_cpu 2022-09-27T15:32:46.3516682Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_log10_cpu 2022-09-27T15:32:46.3525317Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_complex64 2022-09-27T15:32:46.3610475Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_complex64 2022-09-27T15:32:46.3662860Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_complex64 2022-09-27T15:32:46.3728871Z test_ops.py::TestCommonCPU::test_out_warning_var_cpu 2022-09-27T15:32:46.3730857Z test_ops.py::TestCommonCPU::test_out_warning__refs_log_softmax_cpu 2022-09-27T15:32:46.3950787Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_var_cpu 2022-09-27T15:32:46.4069217Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_int64 2022-09-27T15:32:46.4130996Z test_ops.py::TestCommonCPU::test_out_warning_view_as_cpu 2022-09-27T15:32:46.4145447Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_view_as_cpu 2022-09-27T15:32:46.4167318Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_int64 2022-09-27T15:32:46.4179960Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int16 2022-09-27T15:32:46.4183097Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_log_softmax_cpu 2022-09-27T15:32:46.4191496Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int32 2022-09-27T15:32:46.4393484Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_xor_cpu 2022-09-27T15:32:46.4406841Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_float32 2022-09-27T15:32:46.4505171Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logical_xor_cpu 2022-09-27T15:32:46.4613756Z test_ops.py::TestCommonCPU::test_out_warning_vstack_cpu 2022-09-27T15:32:46.4625467Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_vstack_cpu 2022-09-27T15:32:46.4648772Z test_ops.py::TestCommonCPU::test_out_warning__refs_masked_fill_cpu 2022-09-27T15:32:46.4968868Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_masked_fill_cpu 2022-09-27T15:32:46.5021707Z test_ops.py::TestCommonCPU::test_out_warning_zeros_cpu 2022-09-27T15:32:46.5064203Z [gw2] [ 19%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_zeros_cpu 2022-09-27T15:32:46.5123546Z test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_variadic_tensors_cpu 2022-09-27T15:32:46.5313510Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_variadic_tensors_cpu 2022-09-27T15:32:46.5323483Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int32 2022-09-27T15:32:46.5384067Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int64 2022-09-27T15:32:46.5414193Z test_ops.py::TestCommonCPU::test_out_zero__cpu_float32 2022-09-27T15:32:46.5505875Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_zero__cpu_float32 2022-09-27T15:32:46.5828335Z test_ops.py::TestCommonCPU::test_out_warning__refs_nan_to_num_cpu 2022-09-27T15:32:46.5871670Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex128 2022-09-27T15:32:46.5943025Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nan_to_num_cpu 2022-09-27T15:32:46.6054716Z test_ops.py::TestCommonCPU::test_out_warning__refs_neg_cpu 2022-09-27T15:32:46.6255480Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_neg_cpu 2022-09-27T15:32:46.6274174Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_float32 2022-09-27T15:32:46.6437582Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_complex64 2022-09-27T15:32:46.6439136Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_ones_cpu 2022-09-27T15:32:46.6543818Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_new_ones_cpu 2022-09-27T15:32:46.6749751Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_complex64 2022-09-27T15:32:46.6784804Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_int64 2022-09-27T15:32:46.6850255Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_int64 2022-09-27T15:32:46.6850889Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_dropout_cpu 2022-09-27T15:32:46.6872189Z [gw0] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_dropout_cpu 2022-09-27T15:32:46.6881217Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int64 2022-09-27T15:32:46.7294011Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int8 2022-09-27T15:32:46.7347349Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_complex64 2022-09-27T15:32:46.7418240Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardshrink_cpu 2022-09-27T15:32:46.7539852Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_complex64 2022-09-27T15:32:46.7626626Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardshrink_cpu 2022-09-27T15:32:46.7708901Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_complex64 2022-09-27T15:32:46.7799406Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_layer_norm_cpu 2022-09-27T15:32:46.8147238Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_layer_norm_cpu 2022-09-27T15:32:46.8182552Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mse_loss_cpu 2022-09-27T15:32:46.8195427Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_complex64 2022-09-27T15:32:46.8348898Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mse_loss_cpu 2022-09-27T15:32:46.8405021Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp_cpu_float32 2022-09-27T15:32:46.8584145Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp_cpu_float32 2022-09-27T15:32:46.8617479Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_prelu_cpu 2022-09-27T15:32:46.8787966Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_prelu_cpu 2022-09-27T15:32:46.8845379Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_complex64 2022-09-27T15:32:46.8850132Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int8 2022-09-27T15:32:46.8862799Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_uint8 2022-09-27T15:32:46.9030521Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_complex64 2022-09-27T15:32:46.9163884Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softplus_cpu 2022-09-27T15:32:46.9283928Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softplus_cpu 2022-09-27T15:32:46.9286555Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_float32 2022-09-27T15:32:46.9519844Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_float32 2022-09-27T15:32:46.9667781Z test_ops.py::TestCommonCPU::test_out_warning__refs_norm_cpu 2022-09-27T15:32:46.9719326Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_int64 2022-09-27T15:32:46.9734232Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex128 2022-09-27T15:32:46.9774756Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float32 2022-09-27T15:32:47.0155966Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_int64 2022-09-27T15:32:47.0310366Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_float32 2022-09-27T15:32:47.0399774Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_float32 2022-09-27T15:32:47.0408557Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_uint8 2022-09-27T15:32:47.0460463Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bfloat16 2022-09-27T15:32:47.0587237Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bfloat16 2022-09-27T15:32:47.0619814Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_int64 2022-09-27T15:32:47.0864825Z [gw1] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_int64 2022-09-27T15:32:47.0915829Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bool 2022-09-27T15:32:47.0924534Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bool 2022-09-27T15:32:47.0940468Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_norm_cpu 2022-09-27T15:32:47.1029835Z test_ops.py::TestCommonCPU::test_out_warning__refs_pow_cpu 2022-09-27T15:32:47.1081453Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_float32 2022-09-27T15:32:47.1250616Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_float32 2022-09-27T15:32:47.1260263Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float32 2022-09-27T15:32:47.1302658Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int64 2022-09-27T15:32:47.1346827Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex128 2022-09-27T15:32:47.1376002Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex128 2022-09-27T15:32:47.1384407Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_pow_cpu 2022-09-27T15:32:47.1409393Z test_ops.py::TestCommonCPU::test_out_warning__refs_real_cpu 2022-09-27T15:32:47.1464961Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_real_cpu 2022-09-27T15:32:47.1747702Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_complex64 2022-09-27T15:32:47.1800914Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex64 2022-09-27T15:32:47.1826876Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex64 2022-09-27T15:32:47.1859883Z test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_as_cpu 2022-09-27T15:32:47.2186700Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_as_cpu 2022-09-27T15:32:47.2233792Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float16 2022-09-27T15:32:47.2263768Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float16 2022-09-27T15:32:47.2269422Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_complex64 2022-09-27T15:32:47.2277884Z test_ops.py::TestCommonCPU::test_out_warning__refs_round_cpu 2022-09-27T15:32:47.2331904Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_complex64 2022-09-27T15:32:47.2340710Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int64 2022-09-27T15:32:47.2355526Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bool 2022-09-27T15:32:47.2538282Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_round_cpu 2022-09-27T15:32:47.2625327Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_complex64 2022-09-27T15:32:47.2668802Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float32 2022-09-27T15:32:47.2707596Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float32 2022-09-27T15:32:47.2711790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_int64 2022-09-27T15:32:47.2831716Z test_ops.py::TestCommonCPU::test_out_warning__refs_sigmoid_cpu 2022-09-27T15:32:47.2876507Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_int64 2022-09-27T15:32:47.3066395Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sigmoid_cpu 2022-09-27T15:32:47.3106616Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float64 2022-09-27T15:32:47.3185721Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float64 2022-09-27T15:32:47.3186709Z test_ops.py::TestCommonCPU::test_out_warning__refs_sinc_cpu 2022-09-27T15:32:47.3290775Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_complex64 2022-09-27T15:32:47.3308637Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sinc_cpu 2022-09-27T15:32:47.3510111Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_complex64 2022-09-27T15:32:47.3562361Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int16 2022-09-27T15:32:47.3625750Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int16 2022-09-27T15:32:47.3626337Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1_cpu 2022-09-27T15:32:47.3707124Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_float32 2022-09-27T15:32:47.3728957Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_float32 2022-09-27T15:32:47.3948521Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1_cpu 2022-09-27T15:32:47.3999813Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int32 2022-09-27T15:32:47.4065497Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int32 2022-09-27T15:32:47.4067880Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_3_cpu 2022-09-27T15:32:47.4157383Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_int64 2022-09-27T15:32:47.4356505Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_int64 2022-09-27T15:32:47.4387089Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_3_cpu 2022-09-27T15:32:47.4439928Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int64 2022-09-27T15:32:47.4504754Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int64 2022-09-27T15:32:47.4506992Z test_ops.py::TestCommonCPU::test_out_warning__refs_square_cpu 2022-09-27T15:32:47.4561691Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_complex64 2022-09-27T15:32:47.4569548Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bool 2022-09-27T15:32:47.4604904Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float64 2022-09-27T15:32:47.4624338Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_complex64 2022-09-27T15:32:47.4829584Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_square_cpu 2022-09-27T15:32:47.4873090Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int8 2022-09-27T15:32:47.4946632Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int8 2022-09-27T15:32:47.4948443Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_float32 2022-09-27T15:32:47.4988975Z test_ops.py::TestCommonCPU::test_out_warning__refs_std_mean_cpu 2022-09-27T15:32:47.5031280Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_std_mean_cpu 2022-09-27T15:32:47.5265926Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_float32 2022-09-27T15:32:47.5302505Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_uint8 2022-09-27T15:32:47.5387917Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_uint8 2022-09-27T15:32:47.5388525Z test_ops.py::TestCommonCPU::test_out_warning__refs_t_cpu 2022-09-27T15:32:47.5426651Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_float32 2022-09-27T15:32:47.5619877Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_t_cpu 2022-09-27T15:32:47.5703782Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_float32 2022-09-27T15:32:47.5779544Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bfloat16 2022-09-27T15:32:47.5825991Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bfloat16 2022-09-27T15:32:47.5829464Z test_ops.py::TestCommonCPU::test_out_warning__refs_to_cpu 2022-09-27T15:32:47.5856177Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_float32 2022-09-27T15:32:47.6048550Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_to_cpu 2022-09-27T15:32:47.6129024Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_float32 2022-09-27T15:32:47.6138085Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float64 2022-09-27T15:32:47.6144745Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int8 2022-09-27T15:32:47.6229065Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bool 2022-09-27T15:32:47.6263388Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bool 2022-09-27T15:32:47.6265857Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:32:47.6297235Z test_ops.py::TestCommonCPU::test_out_warning__refs_tril_indices_cpu 2022-09-27T15:32:47.6354922Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_tril_indices_cpu 2022-09-27T15:32:47.6587053Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:32:47.6687338Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex128 2022-09-27T15:32:47.6704478Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex128 2022-09-27T15:32:47.6706568Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_float32 2022-09-27T15:32:47.6778932Z test_ops.py::TestCommonCPU::test_out_warning__refs_trunc_cpu 2022-09-27T15:32:47.6861645Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_trunc_cpu 2022-09-27T15:32:47.7028717Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_float32 2022-09-27T15:32:47.7112463Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex64 2022-09-27T15:32:47.7147607Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex64 2022-09-27T15:32:47.7148580Z test_ops.py::TestCommonCPU::test_out_warning__refs_unsqueeze_cpu 2022-09-27T15:32:47.7182084Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_float32 2022-09-27T15:32:47.7241987Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_unsqueeze_cpu 2022-09-27T15:32:47.7470958Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_float32 2022-09-27T15:32:47.7547741Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float16 2022-09-27T15:32:47.7626515Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float16 2022-09-27T15:32:47.7628604Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_complex64 2022-09-27T15:32:47.7656378Z test_ops.py::TestCommonCPU::test_out_warning__refs_view_cpu 2022-09-27T15:32:47.7668333Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_view_cpu 2022-09-27T15:32:47.7676892Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int8 2022-09-27T15:32:47.7696007Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex128 2022-09-27T15:32:47.7907671Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_complex64 2022-09-27T15:32:47.7987309Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float32 2022-09-27T15:32:47.8067949Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float32 2022-09-27T15:32:47.8068537Z test_ops.py::TestCommonCPU::test_out_warning__refs_zeros_cpu 2022-09-27T15:32:47.8160148Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_int64 2022-09-27T15:32:47.8212813Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_zeros_cpu 2022-09-27T15:32:47.8347235Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_int64 2022-09-27T15:32:47.8460445Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float64 2022-09-27T15:32:47.8539919Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float64 2022-09-27T15:32:47.8540399Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_float32 2022-09-27T15:32:47.8866233Z test_ops.py::TestCommonCPU::test_out_warning_add_cpu 2022-09-27T15:32:47.8879282Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int16 2022-09-27T15:32:47.8897403Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int16 2022-09-27T15:32:47.8941975Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_float32 2022-09-27T15:32:47.8995633Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_int64 2022-09-27T15:32:47.9025764Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_int64 2022-09-27T15:32:47.9034881Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_add_cpu 2022-09-27T15:32:47.9121143Z test_ops.py::TestCommonCPU::test_out_warning_addmm_cpu 2022-09-27T15:32:47.9224205Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addmm_cpu 2022-09-27T15:32:47.9292774Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int32 2022-09-27T15:32:47.9382628Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int32 2022-09-27T15:32:47.9410245Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_int64 2022-09-27T15:32:47.9463180Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_int64 2022-09-27T15:32:47.9668476Z test_ops.py::TestCommonCPU::test_out_warning_all_cpu 2022-09-27T15:32:47.9736086Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int64 2022-09-27T15:32:47.9757716Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_all_cpu 2022-09-27T15:32:47.9824215Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int64 2022-09-27T15:32:47.9903452Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_int64 2022-09-27T15:32:47.9906716Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_int64 2022-09-27T15:32:48.0071436Z test_ops.py::TestCommonCPU::test_out_warning_aminmax_cpu 2022-09-27T15:32:48.0103788Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_aminmax_cpu 2022-09-27T15:32:48.0192726Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int8 2022-09-27T15:32:48.0262899Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int8 2022-09-27T15:32:48.0292864Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_int64 2022-09-27T15:32:48.0388908Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_int64 2022-09-27T15:32:48.0547931Z test_ops.py::TestCommonCPU::test_out_warning_argmax_cpu 2022-09-27T15:32:48.0615833Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_uint8 2022-09-27T15:32:48.0702641Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_uint8 2022-09-27T15:32:48.0822783Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanquantile_cpu_float32 2022-09-27T15:32:48.0837043Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_argmax_cpu 2022-09-27T15:32:48.0873599Z test_ops.py::TestCommonCPU::test_out_warning_as_strided_cpu 2022-09-27T15:32:48.1024717Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_as_strided_cpu 2022-09-27T15:32:48.1299825Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bfloat16 2022-09-27T15:32:48.1555897Z test_ops.py::TestCommonCPU::test_out_warning_atan2_cpu 2022-09-27T15:32:48.1754037Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atan2_cpu 2022-09-27T15:32:48.1757264Z test_ops.py::TestCommonCPU::test_out_warning_atleast_2d_cpu 2022-09-27T15:32:48.2188534Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atleast_2d_cpu 2022-09-27T15:32:48.2192476Z test_ops.py::TestCommonCPU::test_out_warning_bfloat16_cpu 2022-09-27T15:32:48.2623619Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bfloat16_cpu 2022-09-27T15:32:48.2689358Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_not_cpu 2022-09-27T15:32:48.3033300Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_not_cpu 2022-09-27T15:32:48.3079274Z test_ops.py::TestCommonCPU::test_out_warning_block_diag_cpu 2022-09-27T15:32:48.3128101Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_block_diag_cpu 2022-09-27T15:32:48.3142415Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex128 2022-09-27T15:32:48.3285241Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int16 2022-09-27T15:32:48.3293354Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanquantile_cpu_float32 2022-09-27T15:32:48.3546132Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_float32 2022-09-27T15:32:48.3550842Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_tensors_cpu 2022-09-27T15:32:48.3572757Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_broadcast_tensors_cpu 2022-09-27T15:32:48.3746806Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_float32 2022-09-27T15:32:48.3847317Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_int64 2022-09-27T15:32:48.3907723Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bfloat16 2022-09-27T15:32:48.3919502Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_int64 2022-09-27T15:32:48.3942831Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bool 2022-09-27T15:32:48.3966917Z test_ops.py::TestCommonCPU::test_out_warning_cartesian_prod_cpu 2022-09-27T15:32:48.4189510Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cartesian_prod_cpu 2022-09-27T15:32:48.4416047Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_int64 2022-09-27T15:32:48.4423251Z test_ops.py::TestCommonCPU::test_out_warning_chalf_cpu 2022-09-27T15:32:48.4686634Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_chalf_cpu 2022-09-27T15:32:48.4703455Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_int64 2022-09-27T15:32:48.4730129Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_complex64 2022-09-27T15:32:48.4828817Z [gw1] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_complex64 2022-09-27T15:32:48.5104235Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_solve_cpu 2022-09-27T15:32:48.5175738Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cholesky_solve_cpu 2022-09-27T15:32:48.5176639Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_float32 2022-09-27T15:32:48.5269672Z [gw1] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_float32 2022-09-27T15:32:48.5499306Z test_ops.py::TestCommonCPU::test_out_warning_clamp_min_cpu 2022-09-27T15:32:48.5638577Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_clamp_min_cpu 2022-09-27T15:32:48.5672715Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_int64 2022-09-27T15:32:48.5710768Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_int64 2022-09-27T15:32:48.5887960Z test_ops.py::TestCommonCPU::test_out_warning_complex_cpu 2022-09-27T15:32:48.5895682Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int16 2022-09-27T15:32:48.5996800Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_uint8 2022-09-27T15:32:48.6023966Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_complex_cpu 2022-09-27T15:32:48.6091252Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_complex64 2022-09-27T15:32:48.6145087Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_complex64 2022-09-27T15:32:48.6173330Z test_ops.py::TestCommonCPU::test_out_warning_contiguous_cpu 2022-09-27T15:32:48.6410448Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_contiguous_cpu 2022-09-27T15:32:48.6422746Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bool 2022-09-27T15:32:48.6467439Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float32 2022-09-27T15:32:48.6588086Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:32:48.6704455Z test_ops.py::TestCommonCPU::test_out_warning_cosh_cpu 2022-09-27T15:32:48.6809755Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cosh_cpu 2022-09-27T15:32:48.6903340Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:32:48.7030266Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:32:48.7234747Z test_ops.py::TestCommonCPU::test_out_warning_cummax_cpu 2022-09-27T15:32:48.7506773Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cummax_cpu 2022-09-27T15:32:48.7510646Z test_ops.py::TestCommonCPU::test_out_warning_cumulative_trapezoid_cpu 2022-09-27T15:32:48.7633364Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cumulative_trapezoid_cpu 2022-09-27T15:32:48.7648676Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:32:48.7840979Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:32:48.7891103Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:32:48.7901044Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float32 2022-09-27T15:32:48.7903400Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float64 2022-09-27T15:32:48.7929461Z test_ops.py::TestCommonCPU::test_out_warning_diagflat_cpu 2022-09-27T15:32:48.8067709Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diagflat_cpu 2022-09-27T15:32:48.8386090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_batch_norm_cpu_float32 2022-09-27T15:32:48.8417873Z test_ops.py::TestCommonCPU::test_out_warning_digamma_cpu 2022-09-27T15:32:48.8444470Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_uint8 2022-09-27T15:32:48.8483199Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_digamma_cpu 2022-09-27T15:32:48.8497181Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_batch_norm_cpu_float32 2022-09-27T15:32:48.8513856Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex32 2022-09-27T15:32:48.8826366Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:32:48.8985812Z test_ops.py::TestCommonCPU::test_out_warning_div_trunc_rounding_cpu 2022-09-27T15:32:48.9001192Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:32:48.9034399Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_int64 2022-09-27T15:32:48.9114743Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_div_trunc_rounding_cpu 2022-09-27T15:32:48.9224486Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_int64 2022-09-27T15:32:48.9310258Z test_ops.py::TestCommonCPU::test_out_warning_dstack_cpu 2022-09-27T15:32:48.9466699Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_dstack_cpu 2022-09-27T15:32:48.9713631Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:32:48.9919096Z test_ops.py::TestCommonCPU::test_out_warning_eq_cpu 2022-09-27T15:32:49.0106045Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_eq_cpu 2022-09-27T15:32:49.0309691Z test_ops.py::TestCommonCPU::test_out_warning_erfinv_cpu 2022-09-27T15:32:49.0596839Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_erfinv_cpu 2022-09-27T15:32:49.0628399Z test_ops.py::TestCommonCPU::test_out_warning_expand_cpu 2022-09-27T15:32:49.0879869Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_expand_cpu 2022-09-27T15:32:49.0895838Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float64 2022-09-27T15:32:49.0926677Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int16 2022-09-27T15:32:49.0948176Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:32:49.1142315Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_int64 2022-09-27T15:32:49.1853668Z test_ops.py::TestCommonCPU::test_out_warning_fft_fft_cpu 2022-09-27T15:32:49.1870559Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_int64 2022-09-27T15:32:49.3252093Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_int64 2022-09-27T15:32:49.3274043Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_fft_cpu 2022-09-27T15:32:49.3481340Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfft_cpu 2022-09-27T15:32:49.3539162Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_int64 2022-09-27T15:32:49.4679338Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout2d_cpu_float32 2022-09-27T15:32:49.4689000Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout2d_cpu_float32 2022-09-27T15:32:49.5020733Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:32:49.5043113Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_hfft_cpu 2022-09-27T15:32:49.5052643Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int16 2022-09-27T15:32:49.5060901Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifftn_cpu 2022-09-27T15:32:49.6273421Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int32 2022-09-27T15:32:49.6304338Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_ifftn_cpu 2022-09-27T15:32:49.6902441Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfftn_cpu 2022-09-27T15:32:49.6975322Z [gw0] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_fft_ihfftn_cpu 2022-09-27T15:32:49.6982140Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:32:49.7143368Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:32:49.7560869Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfft2_cpu 2022-09-27T15:32:49.7632960Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:32:49.8730362Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:32:49.8746120Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_rfft2_cpu 2022-09-27T15:32:49.8779765Z test_ops.py::TestCommonCPU::test_out_warning_flatten_cpu 2022-09-27T15:32:49.9228164Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_flatten_cpu 2022-09-27T15:32:49.9232224Z test_ops.py::TestCommonCPU::test_out_warning_float_cpu 2022-09-27T15:32:49.9647243Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_float_cpu 2022-09-27T15:32:49.9650790Z test_ops.py::TestCommonCPU::test_out_warning_fmax_cpu 2022-09-27T15:32:49.9697214Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int32 2022-09-27T15:32:49.9882248Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int64 2022-09-27T15:32:50.0153477Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fmax_cpu 2022-09-27T15:32:50.0197599Z test_ops.py::TestCommonCPU::test_out_warning_frexp_cpu 2022-09-27T15:32:50.0625906Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_frexp_cpu 2022-09-27T15:32:50.0968382Z test_ops.py::TestCommonCPU::test_out_warning_ge_cpu 2022-09-27T15:32:50.1059811Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ge_cpu 2022-09-27T15:32:50.1088978Z test_ops.py::TestCommonCPU::test_out_warning_half_cpu 2022-09-27T15:32:50.1517278Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_half_cpu 2022-09-27T15:32:50.1791099Z test_ops.py::TestCommonCPU::test_out_warning_histogramdd_cpu 2022-09-27T15:32:50.1906001Z [gw0] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_histogramdd_cpu 2022-09-27T15:32:50.2003004Z test_ops.py::TestCommonCPU::test_out_warning_i0_cpu 2022-09-27T15:32:50.2379444Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_i0_cpu 2022-09-27T15:32:50.2430384Z test_ops.py::TestCommonCPU::test_out_warning_index_add_cpu 2022-09-27T15:32:50.2438642Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex32 2022-09-27T15:32:50.2604836Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float64 2022-09-27T15:32:50.2787238Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_add_cpu 2022-09-27T15:32:50.2824710Z test_ops.py::TestCommonCPU::test_out_warning_index_reduce_cpu 2022-09-27T15:32:50.2833996Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int64 2022-09-27T15:32:50.3640552Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int8 2022-09-27T15:32:50.3663000Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_reduce_cpu 2022-09-27T15:32:50.3693545Z test_ops.py::TestCommonCPU::test_out_warning_isclose_cpu 2022-09-27T15:32:50.4135774Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isclose_cpu 2022-09-27T15:32:50.4144110Z test_ops.py::TestCommonCPU::test_out_warning_isnan_cpu 2022-09-27T15:32:50.4553915Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isnan_cpu 2022-09-27T15:32:50.4662257Z test_ops.py::TestCommonCPU::test_out_warning_istft_cpu 2022-09-27T15:32:50.4986559Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_istft_cpu 2022-09-27T15:32:50.5022284Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_return_by_ref_cpu 2022-09-27T15:32:50.5479099Z [gw0] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_return_by_ref_cpu 2022-09-27T15:32:50.5657366Z test_ops.py::TestCommonCPU::test_out_warning_lcm_cpu 2022-09-27T15:32:50.5789290Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lcm_cpu 2022-09-27T15:32:50.5799555Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int8 2022-09-27T15:32:50.5904499Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_uint8 2022-09-27T15:32:50.6012025Z test_ops.py::TestCommonCPU::test_out_warning_lgamma_cpu 2022-09-27T15:32:50.6349283Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lgamma_cpu 2022-09-27T15:32:50.6472400Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cross_cpu 2022-09-27T15:32:50.6789672Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_cross_cpu 2022-09-27T15:32:50.7240992Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigh_cpu 2022-09-27T15:32:50.7313514Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_eigh_cpu 2022-09-27T15:32:50.7543210Z test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_cpu 2022-09-27T15:32:50.7625817Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_cpu 2022-09-27T15:32:50.7639355Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_uint8 2022-09-27T15:32:50.7744427Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_bool 2022-09-27T15:32:50.7994247Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_solve_cpu 2022-09-27T15:32:50.8194225Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_solve_cpu 2022-09-27T15:32:50.8841408Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_cpu 2022-09-27T15:32:50.8889717Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_cpu 2022-09-27T15:32:50.9299679Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_power_cpu 2022-09-27T15:32:50.9320316Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_bool 2022-09-27T15:32:51.0078937Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex128 2022-09-27T15:32:51.0088900Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float64 2022-09-27T15:32:51.0100357Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int8 2022-09-27T15:32:51.0114429Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_power_cpu 2022-09-27T15:32:51.0744331Z test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_cpu 2022-09-27T15:32:51.0771785Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:32:51.1358957Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_group_norm_cpu_float32 2022-09-27T15:32:51.1369857Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_group_norm_cpu_float32 2022-09-27T15:32:51.1439668Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_float32 2022-09-27T15:32:51.1826646Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_float32 2022-09-27T15:32:51.2045296Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_instance_norm_cpu_float32 2022-09-27T15:32:51.2266023Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_instance_norm_cpu_float32 2022-09-27T15:32:51.2426241Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:32:51.2523742Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:32:51.2533557Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int8 2022-09-27T15:32:51.2703680Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex64 2022-09-27T15:32:51.2770718Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:32:51.2785767Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex128 2022-09-27T15:32:51.2841464Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex64 2022-09-27T15:32:51.2987296Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:32:51.2996872Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_cpu 2022-09-27T15:32:51.3019265Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_singular_cpu 2022-09-27T15:32:51.3142357Z [gw0] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_singular_cpu 2022-09-27T15:32:51.3484875Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_complex64 2022-09-27T15:32:51.3492961Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_complex64 2022-09-27T15:32:51.3623952Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_ex_cpu 2022-09-27T15:32:51.3918149Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_int64 2022-09-27T15:32:51.3959027Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_int64 2022-09-27T15:32:51.3967864Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_ex_cpu 2022-09-27T15:32:51.4048426Z test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorinv_cpu 2022-09-27T15:32:51.4064001Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorinv_cpu 2022-09-27T15:32:51.4090326Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:32:51.4098084Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex64 2022-09-27T15:32:51.4243689Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bool 2022-09-27T15:32:51.4385285Z [gw2] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bool 2022-09-27T15:32:51.4505807Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vector_norm_cpu 2022-09-27T15:32:51.4550792Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float32 2022-09-27T15:32:51.4945465Z [gw2] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float32 2022-09-27T15:32:51.4997364Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int64 2022-09-27T15:32:51.5386228Z [gw2] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int64 2022-09-27T15:32:51.5559615Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bool 2022-09-27T15:32:51.5569227Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex64 2022-09-27T15:32:51.5585671Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float16 2022-09-27T15:32:51.5825420Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bool 2022-09-27T15:32:51.6046979Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float32 2022-09-27T15:32:51.6266454Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float32 2022-09-27T15:32:51.6496980Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int64 2022-09-27T15:32:51.6705448Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int64 2022-09-27T15:32:51.7968108Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex128 2022-09-27T15:32:51.7978544Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex128 2022-09-27T15:32:51.8478195Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float64 2022-09-27T15:32:51.8500478Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_vector_norm_cpu 2022-09-27T15:32:51.8565920Z test_ops.py::TestCommonCPU::test_out_warning_log2_cpu 2022-09-27T15:32:51.8892126Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log2_cpu 2022-09-27T15:32:51.8956102Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float16 2022-09-27T15:32:51.8961845Z test_ops.py::TestCommonCPU::test_out_warning_logaddexp2_cpu 2022-09-27T15:32:51.8962297Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float32 2022-09-27T15:32:51.9172022Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logaddexp2_cpu 2022-09-27T15:32:51.9184746Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float64 2022-09-27T15:32:51.9344820Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float32 2022-09-27T15:32:51.9356377Z test_ops.py::TestCommonCPU::test_out_warning_logical_and_cpu 2022-09-27T15:32:51.9563283Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float32 2022-09-27T15:32:51.9622783Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logical_and_cpu 2022-09-27T15:32:51.9774593Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int64 2022-09-27T15:32:51.9782913Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int64 2022-09-27T15:32:51.9887549Z test_ops.py::TestCommonCPU::test_out_warning_logit_cpu 2022-09-27T15:32:52.0063031Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logit_cpu 2022-09-27T15:32:52.0216100Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bool 2022-09-27T15:32:52.0262409Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bool 2022-09-27T15:32:52.0479519Z test_ops.py::TestCommonCPU::test_out_warning_lt_cpu 2022-09-27T15:32:52.0503280Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lt_cpu 2022-09-27T15:32:52.0658418Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int16 2022-09-27T15:32:52.0702226Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int16 2022-09-27T15:32:52.0729841Z test_ops.py::TestCommonCPU::test_out_warning_mH_cpu 2022-09-27T15:32:52.0982444Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mH_cpu 2022-09-27T15:32:52.1138432Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_uint8 2022-09-27T15:32:52.1147555Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_uint8 2022-09-27T15:32:52.1345208Z test_ops.py::TestCommonCPU::test_out_warning_masked_select_cpu 2022-09-27T15:32:52.1423486Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_masked_select_cpu 2022-09-27T15:32:52.1582463Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex64 2022-09-27T15:32:52.1604877Z test_ops.py::TestCommonCPU::test_out_warning_max_reduction_no_dim_cpu 2022-09-27T15:32:52.1614998Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex64 2022-09-27T15:32:52.1862191Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_max_reduction_no_dim_cpu 2022-09-27T15:32:52.2022492Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int16 2022-09-27T15:32:52.2035496Z test_ops.py::TestCommonCPU::test_out_warning_median_cpu 2022-09-27T15:32:52.2050310Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int16 2022-09-27T15:32:52.2168720Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_median_cpu 2022-09-27T15:32:52.2179349Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float32 2022-09-27T15:32:52.2342652Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float64 2022-09-27T15:32:52.2461847Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_uint8 2022-09-27T15:32:52.2489692Z test_ops.py::TestCommonCPU::test_out_warning_min_reduction_no_dim_cpu 2022-09-27T15:32:52.2532839Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_min_reduction_no_dim_cpu 2022-09-27T15:32:52.2783611Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_uint8 2022-09-27T15:32:52.2887737Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float64 2022-09-27T15:32:52.2903615Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float64 2022-09-27T15:32:52.3303966Z test_ops.py::TestCommonCPU::test_out_warning_mode_cpu 2022-09-27T15:32:52.3408463Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int8 2022-09-27T15:32:52.3769596Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int8 2022-09-27T15:32:52.3772438Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex128 2022-09-27T15:32:52.3911804Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex128 2022-09-27T15:32:52.3919567Z [gw0] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_mode_cpu 2022-09-27T15:32:52.4001750Z test_ops.py::TestCommonCPU::test_out_warning_multinomial_cpu 2022-09-27T15:32:52.4144424Z [gw0] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_multinomial_cpu 2022-09-27T15:32:52.4202594Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float64 2022-09-27T15:32:52.4344796Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float64 2022-09-27T15:32:52.4584961Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_5_cpu 2022-09-27T15:32:52.4637251Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int8 2022-09-27T15:32:52.4651505Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int8 2022-09-27T15:32:52.4784430Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_5_cpu 2022-09-27T15:32:52.5024976Z test_ops.py::TestCommonCPU::test_out_warning_nanquantile_cpu 2022-09-27T15:32:52.5140691Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex128 2022-09-27T15:32:52.5150042Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:32:52.5430947Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:32:52.5444477Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float64 2022-09-27T15:32:52.6437981Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int16 2022-09-27T15:32:52.6450984Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nanquantile_cpu 2022-09-27T15:32:52.6486184Z test_ops.py::TestCommonCPU::test_out_warning_native_layer_norm_cpu 2022-09-27T15:32:52.6909096Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_native_layer_norm_cpu 2022-09-27T15:32:52.6942961Z test_ops.py::TestCommonCPU::test_out_warning_new_empty_strided_cpu 2022-09-27T15:32:52.7248770Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_new_empty_strided_cpu 2022-09-27T15:32:52.7261245Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:32:52.7386555Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:32:52.7656234Z test_ops.py::TestCommonCPU::test_out_warning_nextafter_cpu 2022-09-27T15:32:52.7784182Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nextafter_cpu 2022-09-27T15:32:52.7844752Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool1d_cpu 2022-09-27T15:32:52.7991297Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool1d_cpu 2022-09-27T15:32:52.8001960Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:32:52.8055136Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:32:52.8174099Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:32:52.8184157Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int16 2022-09-27T15:32:52.8224212Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int32 2022-09-27T15:32:52.8501627Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool2d_cpu 2022-09-27T15:32:52.8583886Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_float32 2022-09-27T15:32:52.8865018Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_float32 2022-09-27T15:32:52.8925696Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_int64 2022-09-27T15:32:52.9381429Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_int64 2022-09-27T15:32:52.9484935Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:32:52.9816244Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:32:52.9911745Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:32:53.0106059Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:32:53.0114781Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool2d_cpu 2022-09-27T15:32:53.0160207Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_bilinear_cpu 2022-09-27T15:32:53.0183827Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_bilinear_cpu 2022-09-27T15:32:53.0255759Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:32:53.0544229Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:32:53.0572837Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv1d_cpu 2022-09-27T15:32:53.0622936Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv1d_cpu 2022-09-27T15:32:53.0674782Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:32:53.0706409Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:32:53.0714912Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int32 2022-09-27T15:32:53.0986463Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int64 2022-09-27T15:32:53.1016281Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose3d_cpu 2022-09-27T15:32:53.1063454Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose3d_cpu 2022-09-27T15:32:53.1483613Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_prelu_cpu_float32 2022-09-27T15:32:53.1489467Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_ctc_loss_cpu 2022-09-27T15:32:53.1895294Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_ctc_loss_cpu 2022-09-27T15:32:53.1901605Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_elu_cpu 2022-09-27T15:32:53.1998661Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_elu_cpu 2022-09-27T15:32:53.2027392Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_prelu_cpu_float32 2022-09-27T15:32:53.2212297Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_int64 2022-09-27T15:32:53.2304567Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_int64 2022-09-27T15:32:53.2333572Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_without_train_cpu 2022-09-27T15:32:53.2370976Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_without_train_cpu 2022-09-27T15:32:53.2380788Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex128 2022-09-27T15:32:53.2462811Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int16 2022-09-27T15:32:53.2511531Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_cpu_float32 2022-09-27T15:32:53.2747448Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_cpu_float32 2022-09-27T15:32:53.2906610Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gelu_cpu 2022-09-27T15:32:53.3009374Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:32:53.3134283Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:32:53.3188698Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gelu_cpu 2022-09-27T15:32:53.3327342Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardshrink_cpu 2022-09-27T15:32:53.3339360Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int64 2022-09-27T15:32:53.3348322Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int8 2022-09-27T15:32:53.3412120Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softshrink_cpu_float32 2022-09-27T15:32:53.3429345Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardshrink_cpu 2022-09-27T15:32:53.3622646Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softshrink_cpu_float32 2022-09-27T15:32:53.3644355Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:32:53.3789076Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:32:53.4006497Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:32:53.4065278Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:32:53.4071815Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int16 2022-09-27T15:32:53.4073540Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bicubic_cpu 2022-09-27T15:32:53.4106539Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_uint8 2022-09-27T15:32:53.4227415Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bicubic_cpu 2022-09-27T15:32:53.4478663Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_int64 2022-09-27T15:32:53.4506275Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_int64 2022-09-27T15:32:53.4549647Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_trilinear_cpu 2022-09-27T15:32:53.4666957Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_trilinear_cpu 2022-09-27T15:32:53.4847787Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:32:53.4945757Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:32:53.4984615Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_leaky_relu_cpu 2022-09-27T15:32:53.5110016Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_leaky_relu_cpu 2022-09-27T15:32:53.5411886Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_float32 2022-09-27T15:32:53.5419856Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:32:53.5772204Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:32:53.5783936Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int8 2022-09-27T15:32:53.5823972Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_uint8 2022-09-27T15:32:53.5898023Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_cpu 2022-09-27T15:32:53.6267621Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_cpu 2022-09-27T15:32:53.6305155Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_cpu 2022-09-27T15:32:53.6708963Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_cpu 2022-09-27T15:32:53.6753604Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multi_margin_loss_cpu 2022-09-27T15:32:53.7187077Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multi_margin_loss_cpu 2022-09-27T15:32:53.7488806Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_normalize_cpu 2022-09-27T15:32:53.7586976Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_normalize_cpu 2022-09-27T15:32:53.7628354Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_reflect_cpu 2022-09-27T15:32:53.7788123Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_reflect_cpu 2022-09-27T15:32:53.7803135Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_float32 2022-09-27T15:32:53.7891971Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_float32 2022-09-27T15:32:53.7927643Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_float32 2022-09-27T15:32:53.7937162Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_uint8 2022-09-27T15:32:53.8022059Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex64 2022-09-27T15:32:53.8043739Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_shuffle_cpu 2022-09-27T15:32:53.8135939Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_shuffle_cpu 2022-09-27T15:32:53.8145070Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_uint8 2022-09-27T15:32:53.8267009Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_bool 2022-09-27T15:32:53.8272409Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_complex64 2022-09-27T15:32:53.8340674Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_bool 2022-09-27T15:32:53.8463564Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_complex64 2022-09-27T15:32:53.8484755Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu6_cpu 2022-09-27T15:32:53.8623871Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu6_cpu 2022-09-27T15:32:53.8703495Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex128 2022-09-27T15:32:53.8795169Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_complex64 2022-09-27T15:32:53.8839812Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex128 2022-09-27T15:32:53.8901896Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_complex64 2022-09-27T15:32:53.8926552Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_complex_cpu 2022-09-27T15:32:53.9068668Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_complex_cpu 2022-09-27T15:32:53.9147145Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex64 2022-09-27T15:32:53.9180296Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_complex64 2022-09-27T15:32:53.9225930Z [gw1] [ 21%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_complex64 2022-09-27T15:32:53.9345238Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex64 2022-09-27T15:32:53.9372015Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_cpu 2022-09-27T15:32:53.9504661Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_cpu 2022-09-27T15:32:53.9584898Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float32 2022-09-27T15:32:53.9630856Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_float32 2022-09-27T15:32:53.9651349Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float32 2022-09-27T15:32:53.9782881Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_float32 2022-09-27T15:32:53.9815588Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softsign_cpu 2022-09-27T15:32:53.9945776Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softsign_cpu 2022-09-27T15:32:54.0092582Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float64 2022-09-27T15:32:54.0226494Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_complex64 2022-09-27T15:32:54.0260956Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_with_distance_loss_cpu 2022-09-27T15:32:54.0271154Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_with_distance_loss_cpu 2022-09-27T15:32:54.0331677Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_complex64 2022-09-27T15:32:54.0381512Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float64 2022-09-27T15:32:54.0525452Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int16 2022-09-27T15:32:54.0702992Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_complex64 2022-09-27T15:32:54.0750259Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int16 2022-09-27T15:32:54.0768474Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_complex64 2022-09-27T15:32:54.0768911Z test_ops.py::TestCommonCPU::test_out_warning_nonzero_cpu 2022-09-27T15:32:54.0822818Z [gw0] [ 21%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_nonzero_cpu 2022-09-27T15:32:54.1021704Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int32 2022-09-27T15:32:54.1074972Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_float32 2022-09-27T15:32:54.1118769Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_float32 2022-09-27T15:32:54.1145100Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int32 2022-09-27T15:32:54.1245938Z test_ops.py::TestCommonCPU::test_out_warning_norm_nuc_cpu 2022-09-27T15:32:54.1262446Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_norm_nuc_cpu 2022-09-27T15:32:54.1368871Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int64 2022-09-27T15:32:54.1371653Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:32:54.1419613Z [gw1] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:32:54.1582454Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int64 2022-09-27T15:32:54.1607298Z test_ops.py::TestCommonCPU::test_out_warning_ones_like_cpu 2022-09-27T15:32:54.1706478Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ones_like_cpu 2022-09-27T15:32:54.1786865Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int8 2022-09-27T15:32:54.1805009Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:32:54.1853632Z [gw1] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:32:54.2024317Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int8 2022-09-27T15:32:54.2065485Z test_ops.py::TestCommonCPU::test_out_warning_pca_lowrank_cpu 2022-09-27T15:32:54.2144229Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_pca_lowrank_cpu 2022-09-27T15:32:54.2223520Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_uint8 2022-09-27T15:32:54.2281413Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_complex64 2022-09-27T15:32:54.2399568Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_complex64 2022-09-27T15:32:54.2463624Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_uint8 2022-09-27T15:32:54.2585156Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_0_cpu 2022-09-27T15:32:54.2790274Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_bool 2022-09-27T15:32:54.2950881Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_float32 2022-09-27T15:32:54.2958392Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_0_cpu 2022-09-27T15:32:54.2982243Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_4_cpu 2022-09-27T15:32:54.2996432Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_4_cpu 2022-09-27T15:32:54.3009113Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex64 2022-09-27T15:32:54.3015591Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_bool 2022-09-27T15:32:54.3064214Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int32 2022-09-27T15:32:54.3126058Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex128 2022-09-27T15:32:54.3188700Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_float32 2022-09-27T15:32:54.3281539Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_int64 2022-09-27T15:32:54.3362031Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_int64 2022-09-27T15:32:54.3389927Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex128 2022-09-27T15:32:54.3429550Z test_ops.py::TestCommonCPU::test_out_warning_put_cpu 2022-09-27T15:32:54.3506759Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_put_cpu 2022-09-27T15:32:54.3583885Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex64 2022-09-27T15:32:54.3872411Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_complex64 2022-09-27T15:32:54.3876372Z test_ops.py::TestCommonCPU::test_out_warning_rand_like_cpu 2022-09-27T15:32:54.3938438Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_rand_like_cpu 2022-09-27T15:32:54.3953257Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex64 2022-09-27T15:32:54.4170796Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float32 2022-09-27T15:32:54.4304557Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float32 2022-09-27T15:32:54.4322946Z test_ops.py::TestCommonCPU::test_out_warning_ravel_cpu 2022-09-27T15:32:54.4501823Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ravel_cpu 2022-09-27T15:32:54.4532638Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float64 2022-09-27T15:32:54.4706675Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float64 2022-09-27T15:32:54.4731719Z test_ops.py::TestCommonCPU::test_out_warning_renorm_cpu 2022-09-27T15:32:54.4740075Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_complex64 2022-09-27T15:32:54.4774279Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_int64 2022-09-27T15:32:54.4855396Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_int64 2022-09-27T15:32:54.4865179Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_renorm_cpu 2022-09-27T15:32:54.5001843Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int16 2022-09-27T15:32:54.5191654Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int16 2022-09-27T15:32:54.5226691Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_int64 2022-09-27T15:32:54.5259852Z test_ops.py::TestCommonCPU::test_out_warning_reshape_cpu 2022-09-27T15:32:54.5375631Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_reshape_cpu 2022-09-27T15:32:54.5427492Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int32 2022-09-27T15:32:54.5489017Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int32 2022-09-27T15:32:54.5509636Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_int64 2022-09-27T15:32:54.5516787Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int32 2022-09-27T15:32:54.5622720Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bfloat16 2022-09-27T15:32:54.5702487Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_float32 2022-09-27T15:32:54.5725500Z test_ops.py::TestCommonCPU::test_out_warning_resolve_neg_cpu 2022-09-27T15:32:54.5756495Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_resolve_neg_cpu 2022-09-27T15:32:54.5756958Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int64 2022-09-27T15:32:54.5849162Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_float32 2022-09-27T15:32:54.6067442Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int64 2022-09-27T15:32:54.6146707Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_complex64 2022-09-27T15:32:54.6153258Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_complex64 2022-09-27T15:32:54.6184693Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_0_cpu 2022-09-27T15:32:54.6267183Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int8 2022-09-27T15:32:54.6319958Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_round_decimals_0_cpu 2022-09-27T15:32:54.6504371Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int8 2022-09-27T15:32:54.6571447Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_float32 2022-09-27T15:32:54.6587491Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_float32 2022-09-27T15:32:54.6606872Z test_ops.py::TestCommonCPU::test_out_warning_rsub_cpu 2022-09-27T15:32:54.6621596Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_rsub_cpu 2022-09-27T15:32:54.6724372Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_uint8 2022-09-27T15:32:54.6942917Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_uint8 2022-09-27T15:32:54.7022984Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_complex64 2022-09-27T15:32:54.7035210Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amin_cpu 2022-09-27T15:32:54.7062086Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_complex64 2022-09-27T15:32:54.7274552Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_bool 2022-09-27T15:32:54.7385105Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_bool 2022-09-27T15:32:54.7517139Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_int64 2022-09-27T15:32:54.7526993Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex128 2022-09-27T15:32:54.7535858Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amin_cpu 2022-09-27T15:32:54.7997335Z test_ops.py::TestCommonCPU::test_out_warning_searchsorted_cpu 2022-09-27T15:32:54.8083051Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_int64 2022-09-27T15:32:54.8094199Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex128 2022-09-27T15:32:54.8178341Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex64 2022-09-27T15:32:54.8381350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_complex64 2022-09-27T15:32:54.8648657Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_complex64 2022-09-27T15:32:54.8736581Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_float32 2022-09-27T15:32:54.8854518Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_float32 2022-09-27T15:32:54.8866162Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex64 2022-09-27T15:32:54.9024572Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float32 2022-09-27T15:32:54.9090562Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_int64 2022-09-27T15:32:54.9257962Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_int64 2022-09-27T15:32:54.9305067Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float32 2022-09-27T15:32:54.9449845Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float64 2022-09-27T15:32:54.9482185Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float64 2022-09-27T15:32:54.9518673Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_complex64 2022-09-27T15:32:54.9531383Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_complex64 2022-09-27T15:32:54.9538257Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bfloat16 2022-09-27T15:32:54.9744302Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int16 2022-09-27T15:32:54.9885607Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int16 2022-09-27T15:32:54.9945898Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int16 2022-09-27T15:32:55.0189061Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_float32 2022-09-27T15:32:55.0196647Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int32 2022-09-27T15:32:55.0422694Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_float32 2022-09-27T15:32:55.0905260Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_int64 2022-09-27T15:32:55.0937585Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int32 2022-09-27T15:32:55.0951710Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int64 2022-09-27T15:32:55.0965581Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_int64 2022-09-27T15:32:55.1204741Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_float32 2022-09-27T15:32:55.1384169Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_float32 2022-09-27T15:32:55.1397471Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_neg_3_cpu_float32 2022-09-27T15:32:55.1579764Z [gw1] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_neg_3_cpu_float32 2022-09-27T15:32:55.1593790Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int64 2022-09-27T15:32:55.1818947Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int8 2022-09-27T15:32:55.1832552Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_searchsorted_cpu 2022-09-27T15:32:55.1848970Z test_ops.py::TestCommonCPU::test_out_warning_select_scatter_cpu 2022-09-27T15:32:55.1934238Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_complex64 2022-09-27T15:32:55.2209870Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_select_scatter_cpu 2022-09-27T15:32:55.2227365Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int8 2022-09-27T15:32:55.2330802Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_uint8 2022-09-27T15:32:55.2331239Z test_ops.py::TestCommonCPU::test_out_warning_sign_cpu 2022-09-27T15:32:55.2431099Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sign_cpu 2022-09-27T15:32:55.2443075Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_uint8 2022-09-27T15:32:55.2453321Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_complex64 2022-09-27T15:32:55.2619506Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_float32 2022-09-27T15:32:55.2664830Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_float32 2022-09-27T15:32:55.2703696Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bfloat16 2022-09-27T15:32:55.2760060Z test_ops.py::TestCommonCPU::test_out_warning_sinh_cpu 2022-09-27T15:32:55.2799526Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sinh_cpu 2022-09-27T15:32:55.2863195Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bfloat16 2022-09-27T15:32:55.2947795Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_int64 2022-09-27T15:32:55.3106138Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_int64 2022-09-27T15:32:55.3144271Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bool 2022-09-27T15:32:55.3224501Z test_ops.py::TestCommonCPU::test_out_warning_sort_cpu 2022-09-27T15:32:55.3288504Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bool 2022-09-27T15:32:55.3297545Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int16 2022-09-27T15:32:55.3304402Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_uint8 2022-09-27T15:32:55.3456224Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_int64 2022-09-27T15:32:55.3542850Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_int64 2022-09-27T15:32:55.3659301Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex128 2022-09-27T15:32:55.3746271Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex128 2022-09-27T15:32:55.4059205Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_int64 2022-09-27T15:32:55.4145022Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex32 2022-09-27T15:32:55.4424768Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex32 2022-09-27T15:32:55.4510431Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex64 2022-09-27T15:32:55.4521922Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sort_cpu 2022-09-27T15:32:55.4593749Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j1_cpu 2022-09-27T15:32:55.4601925Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j1_cpu 2022-09-27T15:32:55.4610863Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_int64 2022-09-27T15:32:55.4613155Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex64 2022-09-27T15:32:55.4865867Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_int64 2022-09-27T15:32:55.5037699Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float16 2022-09-27T15:32:55.5045742Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_u_cpu 2022-09-27T15:32:55.5227106Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float16 2022-09-27T15:32:55.5321987Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_u_cpu 2022-09-27T15:32:55.5423574Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float32 2022-09-27T15:32:55.5434803Z test_ops.py::TestCommonCPU::test_out_warning_special_erfcx_cpu 2022-09-27T15:32:55.5449425Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_int64 2022-09-27T15:32:55.5480765Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_float32 2022-09-27T15:32:55.5512366Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float32 2022-09-27T15:32:55.5820263Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_erfcx_cpu 2022-09-27T15:32:55.5867452Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float64 2022-09-27T15:32:55.5873493Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_float32 2022-09-27T15:32:55.5879723Z test_ops.py::TestCommonCPU::test_out_warning_special_i1_cpu 2022-09-27T15:32:55.5895117Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_complex64 2022-09-27T15:32:55.5953663Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float64 2022-09-27T15:32:55.6044096Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_i1_cpu 2022-09-27T15:32:55.6152070Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_complex64 2022-09-27T15:32:55.6160257Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_uint8 2022-09-27T15:32:55.6183887Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex64 2022-09-27T15:32:55.6292845Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int16 2022-09-27T15:32:55.6306003Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int16 2022-09-27T15:32:55.6308804Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_float32 2022-09-27T15:32:55.6430517Z test_ops.py::TestCommonCPU::test_out_warning_special_log_ndtr_cpu 2022-09-27T15:32:55.6567463Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_log_ndtr_cpu 2022-09-27T15:32:55.6623898Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_float32 2022-09-27T15:32:55.6727187Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int32 2022-09-27T15:32:55.6745220Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int32 2022-09-27T15:32:55.6748501Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_int64 2022-09-27T15:32:55.6880571Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k1_cpu 2022-09-27T15:32:55.6926106Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k1_cpu 2022-09-27T15:32:55.7105568Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_int64 2022-09-27T15:32:55.7187616Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int64 2022-09-27T15:32:55.7188584Z test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k0_cpu 2022-09-27T15:32:55.7211274Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_int64 2022-09-27T15:32:55.7240138Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int64 2022-09-27T15:32:55.7287210Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_int64 2022-09-27T15:32:55.7546710Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k0_cpu 2022-09-27T15:32:55.7627985Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int8 2022-09-27T15:32:55.7630814Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_complex64 2022-09-27T15:32:55.7650223Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_v_cpu 2022-09-27T15:32:55.7662355Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_v_cpu 2022-09-27T15:32:55.7712984Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int8 2022-09-27T15:32:55.7982852Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_complex64 2022-09-27T15:32:55.8068844Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_uint8 2022-09-27T15:32:55.8070262Z test_ops.py::TestCommonCPU::test_out_warning_special_zeta_cpu 2022-09-27T15:32:55.8089966Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_float32 2022-09-27T15:32:55.8268277Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_uint8 2022-09-27T15:32:55.8360525Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_float32 2022-09-27T15:32:55.8424110Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_zeta_cpu 2022-09-27T15:32:55.8556187Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_bool 2022-09-27T15:32:55.8566090Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_bool 2022-09-27T15:32:55.8573000Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_cpu_float32 2022-09-27T15:32:55.8640985Z test_ops.py::TestCommonCPU::test_out_warning_sqrt_cpu 2022-09-27T15:32:55.8712695Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sqrt_cpu 2022-09-27T15:32:55.8867099Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_cpu_float32 2022-09-27T15:32:55.8988831Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex128 2022-09-27T15:32:55.8998714Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex128 2022-09-27T15:32:55.9026786Z test_ops.py::TestCommonCPU::test_out_warning_std_cpu 2022-09-27T15:32:55.9032464Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_float32 2022-09-27T15:32:55.9303787Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_std_cpu 2022-09-27T15:32:55.9429046Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex64 2022-09-27T15:32:55.9462077Z test_ops.py::TestCommonCPU::test_out_warning_sum_cpu 2022-09-27T15:32:55.9526292Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sum_cpu 2022-09-27T15:32:55.9746457Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex64 2022-09-27T15:32:55.9784968Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float32 2022-09-27T15:32:55.9863618Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex64 2022-09-27T15:32:55.9868973Z test_ops.py::TestCommonCPU::test_out_warning_symeig_cpu 2022-09-27T15:32:55.9968832Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int32 2022-09-27T15:32:56.0032353Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_float32 2022-09-27T15:32:56.0109219Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_float32 2022-09-27T15:32:56.0279276Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_symeig_cpu 2022-09-27T15:32:56.0352449Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_float32 2022-09-27T15:32:56.0369530Z test_ops.py::TestCommonCPU::test_out_warning_tan_cpu 2022-09-27T15:32:56.0388656Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float32 2022-09-27T15:32:56.0416436Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float64 2022-09-27T15:32:56.0462994Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tan_cpu 2022-09-27T15:32:56.0507620Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_float32 2022-09-27T15:32:56.0559842Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_float32 2022-09-27T15:32:56.0788289Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float64 2022-09-27T15:32:56.0825806Z test_ops.py::TestCommonCPU::test_out_warning_tile_cpu 2022-09-27T15:32:56.0840606Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int16 2022-09-27T15:32:56.0904625Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tile_cpu 2022-09-27T15:32:56.0987482Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_float32 2022-09-27T15:32:56.0995237Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int16 2022-09-27T15:32:56.1266963Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_float32 2022-09-27T15:32:56.1288652Z test_ops.py::TestCommonCPU::test_out_warning_trace_cpu 2022-09-27T15:32:56.1303261Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_trace_cpu 2022-09-27T15:32:56.1328076Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int32 2022-09-27T15:32:56.1336066Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int32 2022-09-27T15:32:56.1345212Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bfloat16 2022-09-27T15:32:56.1464326Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:32:56.1524778Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int32 2022-09-27T15:32:56.1705023Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:32:56.1744546Z test_ops.py::TestCommonCPU::test_out_warning_triangular_solve_cpu 2022-09-27T15:32:56.1784402Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int64 2022-09-27T15:32:56.1807001Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:32:56.2010718Z [gw1] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:32:56.2029304Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_triangular_solve_cpu 2022-09-27T15:32:56.2142124Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int64 2022-09-27T15:32:56.2160924Z test_ops.py::TestCommonCPU::test_out_warning_triu_indices_cpu 2022-09-27T15:32:56.2181972Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_triu_indices_cpu 2022-09-27T15:32:56.2264750Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int8 2022-09-27T15:32:56.2311314Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_float32 2022-09-27T15:32:56.2328870Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int8 2022-09-27T15:32:56.2588616Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_float32 2022-09-27T15:32:56.2626057Z test_ops.py::TestCommonCPU::test_out_warning_unflatten_cpu 2022-09-27T15:32:56.2641925Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unflatten_cpu 2022-09-27T15:32:56.2764861Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_uint8 2022-09-27T15:32:56.2823073Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:32:56.2944833Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:32:56.3023047Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_uint8 2022-09-27T15:32:56.3104092Z test_ops.py::TestCommonCPU::test_out_warning_unique_cpu 2022-09-27T15:32:56.3182052Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_bool 2022-09-27T15:32:56.3185030Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unique_cpu 2022-09-27T15:32:56.3208339Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_float32 2022-09-27T15:32:56.3346756Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_float32 2022-09-27T15:32:56.3469391Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_bool 2022-09-27T15:32:56.3531532Z test_ops.py::TestCommonCPU::test_out_warning_vdot_cpu 2022-09-27T15:32:56.3543635Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_vdot_cpu 2022-09-27T15:32:56.3599985Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex128 2022-09-27T15:32:56.3697437Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:32:56.3700295Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex128 2022-09-27T15:32:56.3702195Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:32:56.3704146Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bfloat16 2022-09-27T15:32:56.3905992Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float32 2022-09-27T15:32:56.3939281Z test_ops.py::TestCommonCPU::test_out_warning_view_cpu 2022-09-27T15:32:56.3989843Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_view_cpu 2022-09-27T15:32:56.4026254Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex64 2022-09-27T15:32:56.4167739Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_float32 2022-09-27T15:32:56.4270595Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_float32 2022-09-27T15:32:56.4343039Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex64 2022-09-27T15:32:56.4424567Z test_ops.py::TestCommonCPU::test_out_warning_xlogy_cpu 2022-09-27T15:32:56.4546120Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float32 2022-09-27T15:32:56.4571104Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_float32 2022-09-27T15:32:56.4651872Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_xlogy_cpu 2022-09-27T15:32:56.4766484Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_float32 2022-09-27T15:32:56.4784588Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float32 2022-09-27T15:32:56.4812930Z test_ops.py::TestCommonCPU::test_out_where_cpu_float32 2022-09-27T15:32:56.4864587Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_where_cpu_float32 2022-09-27T15:32:56.4986174Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float64 2022-09-27T15:32:56.4994578Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_float32 2022-09-27T15:32:56.5074341Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float64 2022-09-27T15:32:56.5224144Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_float32 2022-09-27T15:32:56.5258688Z test_ops.py::TestCommonCPU::test_out_zeros_like_cpu_float32 2022-09-27T15:32:56.5304578Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_zeros_like_cpu_float32 2022-09-27T15:32:56.5468968Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int16 2022-09-27T15:32:56.5476320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_float32 2022-09-27T15:32:56.5526454Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int16 2022-09-27T15:32:56.5554577Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_float32 2022-09-27T15:32:56.5560549Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float32 2022-09-27T15:32:56.5662573Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int64 2022-09-27T15:32:56.5742395Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex64 2022-09-27T15:32:56.5920687Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int32 2022-09-27T15:32:56.5961253Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:32:56.6245741Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:32:56.6274029Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int32 2022-09-27T15:32:56.6354592Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int64 2022-09-27T15:32:56.6374348Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:32:56.6777486Z [gw1] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:32:56.6794658Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int64 2022-09-27T15:32:56.6803469Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:32:56.6830926Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int8 2022-09-27T15:32:56.7064666Z [gw1] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:32:56.7343991Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int8 2022-09-27T15:32:56.7371636Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:32:56.7381361Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_uint8 2022-09-27T15:32:56.7601058Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:32:56.7706726Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_uint8 2022-09-27T15:32:56.7815677Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_float32 2022-09-27T15:32:56.7816199Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_float32 2022-09-27T15:32:56.8063512Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_bool 2022-09-27T15:32:56.8258355Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_bool 2022-09-27T15:32:56.8258931Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex128 2022-09-27T15:32:56.8320454Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_int64 2022-09-27T15:32:56.8701640Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_int64 2022-09-27T15:32:56.8743894Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_complex64 2022-09-27T15:32:56.8914021Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_complex64 2022-09-27T15:32:56.8929635Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex128 2022-09-27T15:32:56.9126576Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex64 2022-09-27T15:32:56.9140376Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_float32 2022-09-27T15:32:56.9156151Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int64 2022-09-27T15:32:56.9219397Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bool 2022-09-27T15:32:56.9288701Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bool 2022-09-27T15:32:56.9294524Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex64 2022-09-27T15:32:56.9343605Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_float32 2022-09-27T15:32:56.9498761Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float32 2022-09-27T15:32:56.9523004Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float32 2022-09-27T15:32:56.9545393Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_int64 2022-09-27T15:32:56.9599066Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float16 2022-09-27T15:32:56.9615430Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_int64 2022-09-27T15:32:56.9751753Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float16 2022-09-27T15:32:56.9760447Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex64 2022-09-27T15:32:56.9782838Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int16 2022-09-27T15:32:56.9929447Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float64 2022-09-27T15:32:56.9944479Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float64 2022-09-27T15:32:57.0032503Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_complex64 2022-09-27T15:32:57.0071927Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int32 2022-09-27T15:32:57.0092991Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int32 2022-09-27T15:32:57.0225756Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_complex64 2022-09-27T15:32:57.0368664Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int16 2022-09-27T15:32:57.0425949Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int16 2022-09-27T15:32:57.0472355Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_float32 2022-09-27T15:32:57.0506753Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bfloat16 2022-09-27T15:32:57.0518782Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int16 2022-09-27T15:32:57.0542193Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_uint8 2022-09-27T15:32:57.0563904Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bfloat16 2022-09-27T15:32:57.0665549Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_float32 2022-09-27T15:32:57.0807732Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int32 2022-09-27T15:32:57.0863780Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int32 2022-09-27T15:32:57.0943241Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_float32 2022-09-27T15:32:57.1020334Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex64 2022-09-27T15:32:57.1029486Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex64 2022-09-27T15:32:57.1103995Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_float32 2022-09-27T15:32:57.1247658Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int64 2022-09-27T15:32:57.1312330Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int64 2022-09-27T15:32:57.1321858Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_uint8 2022-09-27T15:32:57.1343063Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex64 2022-09-27T15:32:57.1382808Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_complex64 2022-09-27T15:32:57.1439108Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int16 2022-09-27T15:32:57.1545934Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int16 2022-09-27T15:32:57.1780011Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int8 2022-09-27T15:32:57.1802093Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_complex64 2022-09-27T15:32:57.1823363Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_float32 2022-09-27T15:32:57.1883484Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_uint8 2022-09-27T15:32:57.1967179Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_uint8 2022-09-27T15:32:57.1994263Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int8 2022-09-27T15:32:57.2303197Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_uint8 2022-09-27T15:32:57.2364009Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex32 2022-09-27T15:32:57.2379045Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_float32 2022-09-27T15:32:57.2392904Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_uint8 2022-09-27T15:32:57.2414231Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_lowrank_cpu_float32 2022-09-27T15:32:57.2422308Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex32 2022-09-27T15:32:57.2660027Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_bool 2022-09-27T15:32:57.2747813Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_bool 2022-09-27T15:32:57.2836520Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float64 2022-09-27T15:32:57.2962280Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float64 2022-09-27T15:32:57.3067295Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex128 2022-09-27T15:32:57.3186721Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex128 2022-09-27T15:32:57.3263879Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int8 2022-09-27T15:32:57.3384075Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int8 2022-09-27T15:32:57.3624990Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex64 2022-09-27T15:32:57.3954910Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int32 2022-09-27T15:32:57.4015976Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex64 2022-09-27T15:32:57.5641771Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float32 2022-09-27T15:32:57.5675273Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float32 2022-09-27T15:32:57.6847336Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float64 2022-09-27T15:32:57.6891447Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float64 2022-09-27T15:32:57.7279711Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int16 2022-09-27T15:32:57.7303553Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int16 2022-09-27T15:32:57.7752528Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int32 2022-09-27T15:32:57.7770555Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int32 2022-09-27T15:32:57.9070887Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int64 2022-09-27T15:32:57.9087991Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int64 2022-09-27T15:32:57.9459721Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int8 2022-09-27T15:32:57.9540555Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int8 2022-09-27T15:32:58.0405439Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_uint8 2022-09-27T15:32:58.0543303Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_uint8 2022-09-27T15:32:58.0895772Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_bool 2022-09-27T15:32:58.0906345Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_bool 2022-09-27T15:32:58.0915231Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex64 2022-09-27T15:32:58.0971770Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int32 2022-09-27T15:32:58.1467952Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex128 2022-09-27T15:32:58.1481305Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int32 2022-09-27T15:32:58.1571989Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int16 2022-09-27T15:32:58.1593407Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex128 2022-09-27T15:32:58.2096842Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex64 2022-09-27T15:32:58.2108472Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex64 2022-09-27T15:32:58.3633661Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float32 2022-09-27T15:32:58.3647327Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float32 2022-09-27T15:32:58.4856342Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float64 2022-09-27T15:32:58.4876943Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float64 2022-09-27T15:32:58.5241137Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int16 2022-09-27T15:32:58.5387105Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int16 2022-09-27T15:32:58.6161050Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int32 2022-09-27T15:32:58.6216896Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int32 2022-09-27T15:32:58.6229097Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int32 2022-09-27T15:32:58.6237573Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int64 2022-09-27T15:32:58.6591693Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bfloat16 2022-09-27T15:32:58.6658867Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int64 2022-09-27T15:32:58.7489769Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int8 2022-09-27T15:32:58.7590577Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int8 2022-09-27T15:32:58.7779875Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_uint8 2022-09-27T15:32:58.8064194Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_uint8 2022-09-27T15:32:58.8313607Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_bool 2022-09-27T15:32:58.8478366Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_bool 2022-09-27T15:32:58.8485552Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int16 2022-09-27T15:32:58.8505476Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_uint8 2022-09-27T15:32:58.8669138Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex128 2022-09-27T15:32:58.8985865Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex128 2022-09-27T15:32:58.9883999Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex64 2022-09-27T15:32:58.9896908Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex64 2022-09-27T15:32:59.0193601Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float32 2022-09-27T15:32:59.0345951Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float32 2022-09-27T15:32:59.0730981Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float64 2022-09-27T15:32:59.0823836Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float64 2022-09-27T15:32:59.1166403Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int16 2022-09-27T15:32:59.1274093Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int16 2022-09-27T15:32:59.1616676Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int32 2022-09-27T15:32:59.1629259Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_lowrank_cpu_float32 2022-09-27T15:32:59.1775422Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_float32 2022-09-27T15:32:59.1831840Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int32 2022-09-27T15:32:59.2023975Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int64 2022-09-27T15:32:59.2075384Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_float32 2022-09-27T15:32:59.2155053Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_int64 2022-09-27T15:32:59.2249061Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_int64 2022-09-27T15:32:59.2262554Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int64 2022-09-27T15:32:59.2549967Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int8 2022-09-27T15:32:59.2648876Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_complex64 2022-09-27T15:32:59.2672477Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bfloat16 2022-09-27T15:32:59.2933020Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float32 2022-09-27T15:32:59.2983755Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_complex64 2022-09-27T15:32:59.3181227Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_float32 2022-09-27T15:32:59.3199203Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int8 2022-09-27T15:32:59.3316554Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_uint8 2022-09-27T15:32:59.3426408Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_float32 2022-09-27T15:32:59.3912862Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_int64 2022-09-27T15:32:59.3925564Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_uint8 2022-09-27T15:32:59.3930767Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int64 2022-09-27T15:32:59.4041694Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_uint8 2022-09-27T15:32:59.4168957Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bfloat16 2022-09-27T15:32:59.4336089Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bfloat16 2022-09-27T15:32:59.4345414Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_int64 2022-09-27T15:32:59.4462373Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_complex64 2022-09-27T15:32:59.4624875Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bool 2022-09-27T15:32:59.4837658Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bool 2022-09-27T15:32:59.4980728Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:32:59.5049749Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:32:59.5067160Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int64 2022-09-27T15:32:59.5268402Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int16 2022-09-27T15:32:59.5445249Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex32 2022-09-27T15:32:59.5457313Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex32 2022-09-27T15:32:59.5470415Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_complex64 2022-09-27T15:32:59.5483311Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_float32 2022-09-27T15:32:59.5550312Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float32 2022-09-27T15:32:59.5705359Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int64 2022-09-27T15:32:59.5900146Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:32:59.6183180Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:32:59.6273626Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float16 2022-09-27T15:32:59.6516668Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float16 2022-09-27T15:32:59.6527788Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_float32 2022-09-27T15:32:59.6543603Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_int64 2022-09-27T15:32:59.6583647Z [gw1] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_int64 2022-09-27T15:32:59.6711854Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float32 2022-09-27T15:32:59.6948682Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float32 2022-09-27T15:32:59.7028443Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_float32 2022-09-27T15:32:59.7075568Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float64 2022-09-27T15:32:59.7156069Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_float32 2022-09-27T15:32:59.7387040Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float64 2022-09-27T15:32:59.7463166Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_int64 2022-09-27T15:32:59.7579076Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int16 2022-09-27T15:32:59.7675733Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int16 2022-09-27T15:32:59.7826392Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_int64 2022-09-27T15:32:59.7832580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_complex64 2022-09-27T15:32:59.7840367Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int16 2022-09-27T15:32:59.7905837Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_uint8 2022-09-27T15:32:59.8038212Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int32 2022-09-27T15:32:59.8108583Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int32 2022-09-27T15:32:59.8270240Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_complex64 2022-09-27T15:32:59.8277733Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_float32 2022-09-27T15:32:59.8288314Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int64 2022-09-27T15:32:59.8370310Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bool 2022-09-27T15:32:59.8513704Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int64 2022-09-27T15:32:59.8827156Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int64 2022-09-27T15:32:59.8951226Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int8 2022-09-27T15:32:59.9263897Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int8 2022-09-27T15:32:59.9424865Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_uint8 2022-09-27T15:32:59.9483208Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_uint8 2022-09-27T15:32:59.9492333Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_float32 2022-09-27T15:32:59.9519392Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_indices_cpu_int64 2022-09-27T15:32:59.9702522Z [gw1] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_indices_cpu_int64 2022-09-27T15:32:59.9853290Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_bool 2022-09-27T15:32:59.9942420Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_bool 2022-09-27T15:32:59.9967032Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_indices_cpu_int64 2022-09-27T15:33:00.0145475Z [gw1] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_indices_cpu_int64 2022-09-27T15:33:00.0179149Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float32 2022-09-27T15:33:00.0190618Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_uint8 2022-09-27T15:33:00.0316594Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int64 2022-09-27T15:33:00.0384513Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float32 2022-09-27T15:33:00.0590097Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_float32 2022-09-27T15:33:00.0609477Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float64 2022-09-27T15:33:00.0824796Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_float32 2022-09-27T15:33:00.0937712Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_int64 2022-09-27T15:33:00.1236264Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_int64 2022-09-27T15:33:00.1243253Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float64 2022-09-27T15:33:00.1341240Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int16 2022-09-27T15:33:00.1422912Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_complex64 2022-09-27T15:33:00.1445167Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bool 2022-09-27T15:33:00.1962325Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float16 2022-09-27T15:33:00.1971076Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int16 2022-09-27T15:33:00.2037991Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int32 2022-09-27T15:33:00.2069056Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_complex64 2022-09-27T15:33:00.2360961Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_float32 2022-09-27T15:33:00.2510807Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_float32 2022-09-27T15:33:00.2529206Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_int64 2022-09-27T15:33:00.2542610Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int32 2022-09-27T15:33:00.3896445Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int64 2022-09-27T15:33:00.3938974Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int64 2022-09-27T15:33:00.4439135Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int8 2022-09-27T15:33:00.4446564Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int8 2022-09-27T15:33:00.4774542Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_uint8 2022-09-27T15:33:00.4863762Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_uint8 2022-09-27T15:33:00.5048976Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_bool 2022-09-27T15:33:00.5305107Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_bool 2022-09-27T15:33:00.5931712Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float32 2022-09-27T15:33:00.5944474Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float32 2022-09-27T15:33:00.6596886Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float64 2022-09-27T15:33:00.6609119Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float64 2022-09-27T15:33:00.6643819Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int16 2022-09-27T15:33:00.6662268Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int64 2022-09-27T15:33:00.6804464Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bfloat16 2022-09-27T15:33:00.6869707Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bfloat16 2022-09-27T15:33:00.7025189Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int16 2022-09-27T15:33:00.7103963Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int32 2022-09-27T15:33:00.7462649Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float16 2022-09-27T15:33:00.7512943Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int32 2022-09-27T15:33:00.7669733Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int64 2022-09-27T15:33:00.7687391Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float16 2022-09-27T15:33:00.7768957Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int32 2022-09-27T15:33:00.7891147Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int64 2022-09-27T15:33:00.7944070Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int32 2022-09-27T15:33:00.8109597Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int8 2022-09-27T15:33:00.8180623Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bfloat16 2022-09-27T15:33:00.8190274Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bfloat16 2022-09-27T15:33:00.8389548Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int8 2022-09-27T15:33:00.8546861Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_uint8 2022-09-27T15:33:00.8616935Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float16 2022-09-27T15:33:00.8987454Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float16 2022-09-27T15:33:00.9044711Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int32 2022-09-27T15:33:00.9194742Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int32 2022-09-27T15:33:00.9203849Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_uint8 2022-09-27T15:33:00.9463836Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_bool 2022-09-27T15:33:00.9529323Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bfloat16 2022-09-27T15:33:00.9623383Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_bool 2022-09-27T15:33:00.9663020Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bfloat16 2022-09-27T15:33:00.9841027Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float32 2022-09-27T15:33:00.9902410Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float32 2022-09-27T15:33:01.0038477Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex64 2022-09-27T15:33:01.0047036Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_int64 2022-09-27T15:33:01.0102318Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_complex64 2022-09-27T15:33:01.0233555Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float64 2022-09-27T15:33:01.0273697Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex64 2022-09-27T15:33:01.0343201Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float64 2022-09-27T15:33:01.0514945Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int16 2022-09-27T15:33:01.0544159Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int16 2022-09-27T15:33:01.0560545Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int16 2022-09-27T15:33:01.0569916Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_complex64 2022-09-27T15:33:01.0783439Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_complex64 2022-09-27T15:33:01.0969034Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_uint8 2022-09-27T15:33:01.0983790Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int16 2022-09-27T15:33:01.1002247Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int32 2022-09-27T15:33:01.1047590Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_uint8 2022-09-27T15:33:01.1155469Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_complex64 2022-09-27T15:33:01.1262284Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_complex64 2022-09-27T15:33:01.1471982Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int16 2022-09-27T15:33:01.1523580Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_complex64 2022-09-27T15:33:01.1526826Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float16 2022-09-27T15:33:01.1568258Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int32 2022-09-27T15:33:01.1570993Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int32 2022-09-27T15:33:01.1583966Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int64 2022-09-27T15:33:01.2181817Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_complex64 2022-09-27T15:33:01.2232642Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_complex64 2022-09-27T15:33:01.2239894Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int64 2022-09-27T15:33:01.2246947Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_float32 2022-09-27T15:33:01.2317085Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int8 2022-09-27T15:33:01.2667226Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_float32 2022-09-27T15:33:01.2706601Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_int64 2022-09-27T15:33:01.2944095Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_int64 2022-09-27T15:33:01.2977821Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int16 2022-09-27T15:33:01.3023644Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_uint8 2022-09-27T15:33:01.3052747Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int8 2022-09-27T15:33:01.3181045Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_uint8 2022-09-27T15:33:01.3486031Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_float32 2022-09-27T15:33:01.3544117Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_float32 2022-09-27T15:33:01.3575669Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_int64 2022-09-27T15:33:01.3787009Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_int64 2022-09-27T15:33:01.3818326Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_uint8 2022-09-27T15:33:01.3985368Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_bool 2022-09-27T15:33:01.4045269Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_complex64 2022-09-27T15:33:01.4115683Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_complex64 2022-09-27T15:33:01.4227838Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_bool 2022-09-27T15:33:01.4306835Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex128 2022-09-27T15:33:01.4313475Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_uint8 2022-09-27T15:33:01.4439154Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex32 2022-09-27T15:33:01.4497096Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_float64 2022-09-27T15:33:01.4582884Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_float64 2022-09-27T15:33:01.4631555Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex128 2022-09-27T15:33:01.4662199Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex32 2022-09-27T15:33:01.4743093Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex64 2022-09-27T15:33:01.4839749Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float64 2022-09-27T15:33:01.4868235Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex64 2022-09-27T15:33:01.4916214Z test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_float64 2022-09-27T15:33:01.5003607Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_float64 2022-09-27T15:33:01.5009711Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int32 2022-09-27T15:33:01.5045394Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_bfloat16 2022-09-27T15:33:01.5101976Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float64 2022-09-27T15:33:01.5184943Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float32 2022-09-27T15:33:01.5220217Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int8 2022-09-27T15:33:01.5303034Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float32 2022-09-27T15:33:01.5337831Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_int64 2022-09-27T15:33:01.5444933Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_int64 2022-09-27T15:33:01.5541920Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int8 2022-09-27T15:33:01.5623748Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float64 2022-09-27T15:33:01.5660419Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float64 2022-09-27T15:33:01.5741999Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float64 2022-09-27T15:33:01.5782992Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_complex128 2022-09-27T15:33:01.5982335Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_complex128 2022-09-27T15:33:01.6183725Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int16 2022-09-27T15:33:01.6190964Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_float64 2022-09-27T15:33:01.6269931Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int16 2022-09-27T15:33:01.6484918Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_float64 2022-09-27T15:33:01.6530547Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int32 2022-09-27T15:33:01.6586340Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_bfloat16 2022-09-27T15:33:01.6594360Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int32 2022-09-27T15:33:01.6622167Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float64 2022-09-27T15:33:01.6679395Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_complex128 2022-09-27T15:33:01.6719676Z [gw1] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_complex128 2022-09-27T15:33:01.6726514Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float64 2022-09-27T15:33:01.6902835Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int8 2022-09-27T15:33:01.7020594Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int64 2022-09-27T15:33:01.7062172Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int64 2022-09-27T15:33:01.7110330Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_float64 2022-09-27T15:33:01.7344918Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_float64 2022-09-27T15:33:01.7504371Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int8 2022-09-27T15:33:01.7690444Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_int64 2022-09-27T15:33:01.7762771Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_int64 2022-09-27T15:33:01.7824776Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int8 2022-09-27T15:33:01.7953233Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_uint8 2022-09-27T15:33:01.7985583Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_complex128 2022-09-27T15:33:01.8118418Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_uint8 2022-09-27T15:33:01.8119262Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int8 2022-09-27T15:33:01.8184372Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float16 2022-09-27T15:33:01.8195567Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float64 2022-09-27T15:33:01.8230818Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex64 2022-09-27T15:33:01.8263240Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_complex128 2022-09-27T15:33:01.8329531Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_bool 2022-09-27T15:33:01.8383344Z [gw0] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex64 2022-09-27T15:33:01.8413073Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:33:01.8437457Z [gw1] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:33:01.8622735Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_bool 2022-09-27T15:33:01.8664362Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int16 2022-09-27T15:33:01.8701841Z [gw0] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int16 2022-09-27T15:33:01.8824123Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex128 2022-09-27T15:33:01.8835194Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_int64 2022-09-27T15:33:01.8851113Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex128 2022-09-27T15:33:01.9062933Z [gw1] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_int64 2022-09-27T15:33:01.9097949Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_uint8 2022-09-27T15:33:01.9143148Z [gw0] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_uint8 2022-09-27T15:33:01.9303757Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex64 2022-09-27T15:33:01.9322944Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex64 2022-09-27T15:33:01.9361861Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_complex128 2022-09-27T15:33:01.9505156Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_complex128 2022-09-27T15:33:01.9585185Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex64 2022-09-27T15:33:01.9733367Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float32 2022-09-27T15:33:01.9785365Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex64 2022-09-27T15:33:01.9798564Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_complex128 2022-09-27T15:33:01.9854485Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float32 2022-09-27T15:33:01.9941563Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_complex128 2022-09-27T15:33:02.0022726Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int16 2022-09-27T15:33:02.0138778Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float64 2022-09-27T15:33:02.0215422Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int16 2022-09-27T15:33:02.0262950Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float64 2022-09-27T15:33:02.0382299Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_float64 2022-09-27T15:33:02.0420671Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_uint8 2022-09-27T15:33:02.0462737Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_float64 2022-09-27T15:33:02.0594578Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int16 2022-09-27T15:33:02.0617658Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_uint8 2022-09-27T15:33:02.0703039Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int16 2022-09-27T15:33:02.0824320Z test_ops.py::TestCommonCPU::test_numpy_ref_native_layer_norm_cpu_float64 2022-09-27T15:33:02.0852751Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float16 2022-09-27T15:33:02.0902435Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_native_layer_norm_cpu_float64 2022-09-27T15:33:02.1026090Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int32 2022-09-27T15:33:02.1141382Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int32 2022-09-27T15:33:02.1192596Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_gelu_cpu_float64 2022-09-27T15:33:02.1343089Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_gelu_cpu_float64 2022-09-27T15:33:02.1460655Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int64 2022-09-27T15:33:02.1584855Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int64 2022-09-27T15:33:02.1637305Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_layer_norm_cpu_float64 2022-09-27T15:33:02.1784613Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_layer_norm_cpu_float64 2022-09-27T15:33:02.1935189Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int8 2022-09-27T15:33:02.2023029Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int8 2022-09-27T15:33:02.2066908Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:33:02.2229358Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:33:02.2468846Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_uint8 2022-09-27T15:33:02.2918183Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_complex128 2022-09-27T15:33:02.2927555Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_uint8 2022-09-27T15:33:02.3213283Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_bool 2022-09-27T15:33:02.3228127Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float16 2022-09-27T15:33:02.3396959Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bool 2022-09-27T15:33:02.3634671Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bool 2022-09-27T15:33:02.3652121Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_complex128 2022-09-27T15:33:02.3664214Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_float64 2022-09-27T15:33:02.3736562Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int16 2022-09-27T15:33:02.3855395Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_float64 2022-09-27T15:33:02.3869737Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int16 2022-09-27T15:33:02.3875988Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_bool 2022-09-27T15:33:02.4005359Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex128 2022-09-27T15:33:02.4062339Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex128 2022-09-27T15:33:02.4102777Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_int64 2022-09-27T15:33:02.4140123Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_uint8 2022-09-27T15:33:02.4245419Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_int64 2022-09-27T15:33:02.4310477Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_uint8 2022-09-27T15:33:02.4435115Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex64 2022-09-27T15:33:02.4545297Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex64 2022-09-27T15:33:02.4546285Z test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_float64 2022-09-27T15:33:02.4713144Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float32 2022-09-27T15:33:02.4743607Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float32 2022-09-27T15:33:02.4875550Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float32 2022-09-27T15:33:02.4910390Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float32 2022-09-27T15:33:02.4913818Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float16 2022-09-27T15:33:02.4982908Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int32 2022-09-27T15:33:02.5183897Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int64 2022-09-27T15:33:02.5234595Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float64 2022-09-27T15:33:02.5238226Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_float64 2022-09-27T15:33:02.5247660Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int64 2022-09-27T15:33:02.5335277Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_int64 2022-09-27T15:33:02.5338063Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float64 2022-09-27T15:33:02.5421998Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_int64 2022-09-27T15:33:02.5559196Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bool 2022-09-27T15:33:02.5624911Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bool 2022-09-27T15:33:02.5665881Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int16 2022-09-27T15:33:02.5726804Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_complex128 2022-09-27T15:33:02.5773743Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_complex128 2022-09-27T15:33:02.5863514Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int16 2022-09-27T15:33:02.6042651Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float32 2022-09-27T15:33:02.6062130Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float32 2022-09-27T15:33:02.6102974Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int32 2022-09-27T15:33:02.6157670Z test_ops.py::TestCommonCPU::test_numpy_ref_triu_indices_cpu_int64 2022-09-27T15:33:02.6258332Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_triu_indices_cpu_int64 2022-09-27T15:33:02.6302605Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int32 2022-09-27T15:33:02.6470260Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int64 2022-09-27T15:33:02.6544131Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int64 2022-09-27T15:33:02.6545439Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_complex128 2022-09-27T15:33:02.6642071Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int64 2022-09-27T15:33:02.6743164Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_complex128 2022-09-27T15:33:02.6778314Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float16 2022-09-27T15:33:02.6853064Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int64 2022-09-27T15:33:02.6983000Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float16 2022-09-27T15:33:02.6985220Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int8 2022-09-27T15:33:02.7007661Z test_ops.py::TestCommonCPU::test_out_T_cpu_float32 2022-09-27T15:33:02.7190484Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_T_cpu_float32 2022-09-27T15:33:02.7198298Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int32 2022-09-27T15:33:02.7285124Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int8 2022-09-27T15:33:02.7426203Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int32 2022-09-27T15:33:02.7426987Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_uint8 2022-09-27T15:33:02.7475179Z test_ops.py::TestCommonCPU::test_out___rdiv___cpu_float32 2022-09-27T15:33:02.7635707Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out___rdiv___cpu_float32 2022-09-27T15:33:02.7639708Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_uint8 2022-09-27T15:33:02.7683279Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bfloat16 2022-09-27T15:33:02.7864971Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bfloat16 2022-09-27T15:33:02.7894744Z test_ops.py::TestCommonCPU::test_out___ror___cpu_int64 2022-09-27T15:33:02.7904898Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out___ror___cpu_int64 2022-09-27T15:33:02.8055862Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_bool 2022-09-27T15:33:02.8079555Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_bool 2022-09-27T15:33:02.8115956Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float16 2022-09-27T15:33:02.8304717Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float16 2022-09-27T15:33:02.8327325Z test_ops.py::TestCommonCPU::test_out__masked_amax_cpu_float32 2022-09-27T15:33:02.8334315Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out__masked_amax_cpu_float32 2022-09-27T15:33:02.8344602Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int32 2022-09-27T15:33:02.8346483Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bfloat16 2022-09-27T15:33:02.8484644Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float32 2022-09-27T15:33:02.8503347Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float32 2022-09-27T15:33:02.8547665Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int32 2022-09-27T15:33:02.8742112Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int32 2022-09-27T15:33:02.8770535Z test_ops.py::TestCommonCPU::test_out__masked_cumprod_cpu_float32 2022-09-27T15:33:02.8782571Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out__masked_cumprod_cpu_float32 2022-09-27T15:33:02.8893509Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float64 2022-09-27T15:33:02.8942503Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float64 2022-09-27T15:33:02.9241969Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bfloat16 2022-09-27T15:33:02.9247042Z test_ops.py::TestCommonCPU::test_out__masked_logsumexp_cpu_float32 2022-09-27T15:33:02.9260002Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out__masked_logsumexp_cpu_float32 2022-09-27T15:33:02.9414880Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int16 2022-09-27T15:33:02.9626085Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int16 2022-09-27T15:33:02.9664327Z test_ops.py::TestCommonCPU::test_out__masked_normalize_cpu_float32 2022-09-27T15:33:02.9680296Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int32 2022-09-27T15:33:02.9798793Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out__masked_normalize_cpu_float32 2022-09-27T15:33:03.0070339Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int32 2022-09-27T15:33:03.0100593Z test_ops.py::TestCommonCPU::test_out__masked_std_cpu_float32 2022-09-27T15:33:03.0151999Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out__masked_std_cpu_float32 2022-09-27T15:33:03.0241274Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int64 2022-09-27T15:33:03.0504897Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int64 2022-09-27T15:33:03.0601388Z test_ops.py::TestCommonCPU::test_out__refs_acos_cpu_float32 2022-09-27T15:33:03.0699601Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int8 2022-09-27T15:33:03.0740850Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int8 2022-09-27T15:33:03.0988064Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out__refs_acos_cpu_float32 2022-09-27T15:33:03.1030977Z test_ops.py::TestCommonCPU::test_out__refs_addr_cpu_float32 2022-09-27T15:33:03.1110782Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_uint8 2022-09-27T15:33:03.1156343Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bfloat16 2022-09-27T15:33:03.1178174Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float32 2022-09-27T15:33:03.1311835Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_uint8 2022-09-27T15:33:03.1430417Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out__refs_addr_cpu_float32 2022-09-27T15:33:03.1467789Z test_ops.py::TestCommonCPU::test_out__refs_amin_cpu_float32 2022-09-27T15:33:03.1591821Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_bool 2022-09-27T15:33:03.1907117Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_bool 2022-09-27T15:33:03.2254060Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float32 2022-09-27T15:33:03.2346031Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float32 2022-09-27T15:33:03.2670936Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float64 2022-09-27T15:33:03.2827230Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out__refs_amin_cpu_float32 2022-09-27T15:33:03.2948959Z test_ops.py::TestCommonCPU::test_out__refs_asin_cpu_float32 2022-09-27T15:33:03.3034840Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out__refs_asin_cpu_float32 2022-09-27T15:33:03.3053367Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float64 2022-09-27T15:33:03.3341700Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int16 2022-09-27T15:33:03.3386316Z test_ops.py::TestCommonCPU::test_out__refs_atanh_cpu_float32 2022-09-27T15:33:03.3476573Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atanh_cpu_float32 2022-09-27T15:33:03.3500326Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int16 2022-09-27T15:33:03.3757332Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int32 2022-09-27T15:33:03.4163352Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_and_cpu_int64 2022-09-27T15:33:03.4181737Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int32 2022-09-27T15:33:03.4887098Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int64 2022-09-27T15:33:03.4918167Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int64 2022-09-27T15:33:03.4986624Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out__refs_bitwise_and_cpu_int64 2022-09-27T15:33:03.4987093Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_xor_cpu_int64 2022-09-27T15:33:03.5122433Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int8 2022-09-27T15:33:03.5125990Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float32 2022-09-27T15:33:03.5604794Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int64 2022-09-27T15:33:03.5621455Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int8 2022-09-27T15:33:03.5774253Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_uint8 2022-09-27T15:33:03.5886971Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_uint8 2022-09-27T15:33:03.5904256Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out__refs_bitwise_xor_cpu_int64 2022-09-27T15:33:03.6142156Z test_ops.py::TestCommonCPU::test_out__refs_cat_cpu_float32 2022-09-27T15:33:03.6288871Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_bool 2022-09-27T15:33:03.6344003Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out__refs_cat_cpu_float32 2022-09-27T15:33:03.6395018Z test_ops.py::TestCommonCPU::test_out__refs_clamp_max_cpu_float32 2022-09-27T15:33:03.6423021Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bfloat16 2022-09-27T15:33:03.6541903Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float64 2022-09-27T15:33:03.6571137Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_bool 2022-09-27T15:33:03.6885489Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float32 2022-09-27T15:33:03.6905958Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float32 2022-09-27T15:33:03.6920223Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_clamp_max_cpu_float32 2022-09-27T15:33:03.6946404Z test_ops.py::TestCommonCPU::test_out__refs_conj_cpu_float32 2022-09-27T15:33:03.7097418Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_conj_cpu_float32 2022-09-27T15:33:03.7389906Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float64 2022-09-27T15:33:03.7495943Z test_ops.py::TestCommonCPU::test_out__refs_copysign_cpu_float32 2022-09-27T15:33:03.7526973Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float64 2022-09-27T15:33:03.7758394Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int16 2022-09-27T15:33:03.7989036Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int16 2022-09-27T15:33:03.8157088Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int32 2022-09-27T15:33:03.8160607Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int64 2022-09-27T15:33:03.8167243Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bool 2022-09-27T15:33:03.8502449Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int32 2022-09-27T15:33:03.8617660Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int64 2022-09-27T15:33:03.8787923Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int64 2022-09-27T15:33:03.8804389Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_copysign_cpu_float32 2022-09-27T15:33:03.8827277Z test_ops.py::TestCommonCPU::test_out__refs_diagonal_cpu_float32 2022-09-27T15:33:03.8904470Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_diagonal_cpu_float32 2022-09-27T15:33:03.9266761Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int8 2022-09-27T15:33:03.9287915Z test_ops.py::TestCommonCPU::test_out__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:33:03.9350721Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int8 2022-09-27T15:33:04.0369904Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_uint8 2022-09-27T15:33:04.0421565Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:33:04.0449012Z test_ops.py::TestCommonCPU::test_out__refs_empty_like_cpu_float32 2022-09-27T15:33:04.0528225Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_out__refs_empty_like_cpu_float32 2022-09-27T15:33:04.0542879Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_uint8 2022-09-27T15:33:04.0950520Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bfloat16 2022-09-27T15:33:04.0955586Z test_ops.py::TestCommonCPU::test_out__refs_erfinv_cpu_float32 2022-09-27T15:33:04.1308655Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_erfinv_cpu_float32 2022-09-27T15:33:04.1340322Z test_ops.py::TestCommonCPU::test_out__refs_expand_cpu_float32 2022-09-27T15:33:04.1753428Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_expand_cpu_float32 2022-09-27T15:33:04.2625073Z test_ops.py::TestCommonCPU::test_out__refs_fft_fft_cpu_float32 2022-09-27T15:33:04.2635781Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bfloat16 2022-09-27T15:33:04.3580074Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bool 2022-09-27T15:33:04.3748251Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_fft_cpu_float32 2022-09-27T15:33:04.4471727Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfft_cpu_float32 2022-09-27T15:33:04.4505111Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bool 2022-09-27T15:33:04.4573049Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float64 2022-09-27T15:33:04.4582998Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_hfft_cpu_float32 2022-09-27T15:33:04.5721866Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifftn_cpu_float32 2022-09-27T15:33:04.5766825Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bool 2022-09-27T15:33:04.6709319Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex128 2022-09-27T15:33:04.6742853Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float64 2022-09-27T15:33:04.6865524Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int8 2022-09-27T15:33:04.6906458Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ifftn_cpu_float32 2022-09-27T15:33:04.7468823Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfftn_cpu_float32 2022-09-27T15:33:04.7526151Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ihfftn_cpu_float32 2022-09-27T15:33:04.7872090Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfft2_cpu_float32 2022-09-27T15:33:04.7986985Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_rfft2_cpu_float32 2022-09-27T15:33:04.8015054Z test_ops.py::TestCommonCPU::test_out__refs_flatten_cpu_float32 2022-09-27T15:33:04.8498858Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_flatten_cpu_float32 2022-09-27T15:33:04.9625201Z test_ops.py::TestCommonCPU::test_out__refs_float_power_cpu_float32 2022-09-27T15:33:04.9678862Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_float_power_cpu_float32 2022-09-27T15:33:04.9683722Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float64 2022-09-27T15:33:04.9698048Z test_ops.py::TestCommonCPU::test_out__refs_fmin_cpu_float32 2022-09-27T15:33:05.0242915Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int8 2022-09-27T15:33:05.0349634Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fmin_cpu_float32 2022-09-27T15:33:05.0933468Z test_ops.py::TestCommonCPU::test_out__refs_ge_cpu_float32 2022-09-27T15:33:05.1061475Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_ge_cpu_float32 2022-09-27T15:33:05.1204146Z test_ops.py::TestCommonCPU::test_out__refs_hstack_cpu_float32 2022-09-27T15:33:05.1521190Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_hstack_cpu_float32 2022-09-27T15:33:05.2457592Z test_ops.py::TestCommonCPU::test_out__refs_igammac_cpu_float32 2022-09-27T15:33:05.2506966Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_igammac_cpu_float32 2022-09-27T15:33:05.2552073Z test_ops.py::TestCommonCPU::test_out__refs_index_fill_cpu_float32 2022-09-27T15:33:05.2618460Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_index_fill_cpu_float32 2022-09-27T15:33:05.2629438Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex128 2022-09-27T15:33:05.2946552Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex32 2022-09-27T15:33:05.3108634Z test_ops.py::TestCommonCPU::test_out__refs_isinf_cpu_float32 2022-09-27T15:33:05.3314713Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isinf_cpu_float32 2022-09-27T15:33:05.3322267Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int8 2022-09-27T15:33:05.3424326Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float32 2022-09-27T15:33:05.3491622Z test_ops.py::TestCommonCPU::test_out__refs_isreal_cpu_float32 2022-09-27T15:33:05.3645742Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isreal_cpu_float32 2022-09-27T15:33:05.3661184Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int8 2022-09-27T15:33:05.3986484Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex128 2022-09-27T15:33:05.4361704Z test_ops.py::TestCommonCPU::test_out__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:33:05.4367855Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex128 2022-09-27T15:33:05.5183586Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float32 2022-09-27T15:33:05.5195048Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float32 2022-09-27T15:33:05.5681523Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int64 2022-09-27T15:33:05.5692127Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int64 2022-09-27T15:33:05.5742869Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bool 2022-09-27T15:33:05.6193005Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bool 2022-09-27T15:33:05.6212007Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float16 2022-09-27T15:33:05.6587266Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float16 2022-09-27T15:33:05.6659056Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int32 2022-09-27T15:33:05.7028002Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int32 2022-09-27T15:33:05.8845916Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bfloat16 2022-09-27T15:33:05.8858796Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:33:05.8866876Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex32 2022-09-27T15:33:05.8877348Z test_ops.py::TestCommonCPU::test_out__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:33:05.9235774Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex64 2022-09-27T15:33:05.9253320Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float32 2022-09-27T15:33:06.1412643Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int64 2022-09-27T15:33:06.1438202Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bfloat16 2022-09-27T15:33:06.3797676Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex64 2022-09-27T15:33:06.3822848Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex64 2022-09-27T15:33:06.5438247Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float16 2022-09-27T15:33:06.5464963Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int64 2022-09-27T15:33:06.6902178Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bool 2022-09-27T15:33:06.6913460Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex64 2022-09-27T15:33:06.8172660Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int16 2022-09-27T15:33:06.8294049Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int16 2022-09-27T15:33:06.8452966Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_uint8 2022-09-27T15:33:06.8496175Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float16 2022-09-27T15:33:06.9261776Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float32 2022-09-27T15:33:06.9400589Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_uint8 2022-09-27T15:33:07.0810699Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex32 2022-09-27T15:33:07.0856102Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float32 2022-09-27T15:33:07.1120165Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float64 2022-09-27T15:33:07.1125433Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bool 2022-09-27T15:33:07.2126250Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float64 2022-09-27T15:33:07.2136222Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:33:07.2241338Z test_ops.py::TestCommonCPU::test_out__refs_log2_cpu_float32 2022-09-27T15:33:07.2623312Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_log2_cpu_float32 2022-09-27T15:33:07.2624091Z test_ops.py::TestCommonCPU::test_out__refs_logical_not_cpu_float32 2022-09-27T15:33:07.3035185Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logical_not_cpu_float32 2022-09-27T15:33:07.3623084Z test_ops.py::TestCommonCPU::test_out__refs_logsumexp_cpu_float32 2022-09-27T15:33:07.3638133Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float64 2022-09-27T15:33:07.4226946Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int16 2022-09-27T15:33:07.4238052Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float64 2022-09-27T15:33:07.5228852Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int8 2022-09-27T15:33:07.5255839Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int16 2022-09-27T15:33:07.5672401Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int32 2022-09-27T15:33:07.5745522Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logsumexp_cpu_float32 2022-09-27T15:33:07.6469266Z test_ops.py::TestCommonCPU::test_out__refs_mean_cpu_float32 2022-09-27T15:33:07.6493991Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex32 2022-09-27T15:33:07.7204266Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float64 2022-09-27T15:33:07.7217420Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_mean_cpu_float32 2022-09-27T15:33:07.7238358Z test_ops.py::TestCommonCPU::test_out__refs_movedim_cpu_float32 2022-09-27T15:33:07.7370525Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_movedim_cpu_float32 2022-09-27T15:33:07.7379333Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int32 2022-09-27T15:33:07.7388787Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int8 2022-09-27T15:33:07.7390674Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex128 2022-09-27T15:33:07.7670924Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int64 2022-09-27T15:33:07.7718794Z test_ops.py::TestCommonCPU::test_out__refs_native_layer_norm_cpu_float32 2022-09-27T15:33:07.8108937Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_native_layer_norm_cpu_float32 2022-09-27T15:33:07.8140422Z test_ops.py::TestCommonCPU::test_out__refs_new_empty_strided_cpu_float32 2022-09-27T15:33:07.8547055Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_new_empty_strided_cpu_float32 2022-09-27T15:33:07.9439111Z test_ops.py::TestCommonCPU::test_out__refs_nextafter_cpu_float32 2022-09-27T15:33:07.9453852Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float64 2022-09-27T15:33:07.9748114Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int8 2022-09-27T15:33:07.9759960Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nextafter_cpu_float32 2022-09-27T15:33:07.9977703Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:33:08.0187391Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:33:08.0242488Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:33:08.0282147Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:33:08.0292866Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int64 2022-09-27T15:33:08.0324752Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int8 2022-09-27T15:33:08.0330927Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int8 2022-09-27T15:33:08.0626769Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:33:08.0677195Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:33:08.1085617Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:33:08.1096397Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:33:08.1139121Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int8 2022-09-27T15:33:08.1435861Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_uint8 2022-09-27T15:33:08.1452703Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:33:08.2033317Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float64 2022-09-27T15:33:08.2047606Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:33:08.2092802Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu_cpu_float32 2022-09-27T15:33:08.2438583Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu_cpu_float32 2022-09-27T15:33:08.2446896Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_uint8 2022-09-27T15:33:08.2465163Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bfloat16 2022-09-27T15:33:08.2510140Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:33:08.2602374Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:33:08.2620086Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float64 2022-09-27T15:33:08.2909301Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int8 2022-09-27T15:33:08.2918874Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bfloat16 2022-09-27T15:33:08.2928940Z test_ops.py::TestCommonCPU::test_out__refs_permute_cpu_float32 2022-09-27T15:33:08.2945205Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bool 2022-09-27T15:33:08.3187343Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_permute_cpu_float32 2022-09-27T15:33:08.3347667Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bool 2022-09-27T15:33:08.3353119Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex128 2022-09-27T15:33:08.3445774Z test_ops.py::TestCommonCPU::test_out__refs_randn_cpu_float32 2022-09-27T15:33:08.3514669Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_randn_cpu_float32 2022-09-27T15:33:08.3525321Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int8 2022-09-27T15:33:08.3807676Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex128 2022-09-27T15:33:08.4132113Z test_ops.py::TestCommonCPU::test_out__refs_remainder_cpu_float32 2022-09-27T15:33:08.4143111Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex128 2022-09-27T15:33:08.4164499Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float32 2022-09-27T15:33:08.4177120Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex128 2022-09-27T15:33:08.5080065Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex32 2022-09-27T15:33:08.5098186Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_remainder_cpu_float32 2022-09-27T15:33:08.5131278Z test_ops.py::TestCommonCPU::test_out__refs_roll_cpu_float32 2022-09-27T15:33:08.5152115Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_roll_cpu_float32 2022-09-27T15:33:08.5165437Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex32 2022-09-27T15:33:08.5267807Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex64 2022-09-27T15:33:08.5326231Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float32 2022-09-27T15:33:08.5503944Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int64 2022-09-27T15:33:08.5536355Z test_ops.py::TestCommonCPU::test_out__refs_rsub_cpu_float32 2022-09-27T15:33:08.5906349Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_rsub_cpu_float32 2022-09-27T15:33:08.5915365Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex64 2022-09-27T15:33:08.5944840Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float16 2022-09-27T15:33:08.5954277Z test_ops.py::TestCommonCPU::test_out__refs_signbit_cpu_float32 2022-09-27T15:33:08.5962465Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int64 2022-09-27T15:33:08.6004688Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bool 2022-09-27T15:33:08.6064072Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_signbit_cpu_float32 2022-09-27T15:33:08.6075401Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex128 2022-09-27T15:33:08.6232218Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int16 2022-09-27T15:33:08.6391199Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float16 2022-09-27T15:33:08.6425770Z test_ops.py::TestCommonCPU::test_out__refs_softmax_cpu_float32 2022-09-27T15:33:08.6956026Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float32 2022-09-27T15:33:08.6982925Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float32 2022-09-27T15:33:08.7382557Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float64 2022-09-27T15:33:08.7471658Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_softmax_cpu_float32 2022-09-27T15:33:08.7824157Z test_ops.py::TestCommonCPU::test_out__refs_special_logit_cpu_float32 2022-09-27T15:33:08.7836260Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float64 2022-09-27T15:33:08.7849138Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int16 2022-09-27T15:33:08.7903194Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_logit_cpu_float32 2022-09-27T15:33:08.8437639Z test_ops.py::TestCommonCPU::test_out__refs_special_zeta_cpu_float32 2022-09-27T15:33:08.8455569Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_zeta_cpu_float32 2022-09-27T15:33:08.8549425Z test_ops.py::TestCommonCPU::test_out__refs_stack_cpu_float32 2022-09-27T15:33:08.8562972Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int16 2022-09-27T15:33:08.8945618Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int32 2022-09-27T15:33:08.8955143Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_stack_cpu_float32 2022-09-27T15:33:08.8986030Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int32 2022-09-27T15:33:08.8995093Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int64 2022-09-27T15:33:08.9124977Z test_ops.py::TestCommonCPU::test_out__refs_sum_cpu_float32 2022-09-27T15:33:08.9135263Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int16 2022-09-27T15:33:08.9252413Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_uint8 2022-09-27T15:33:08.9426236Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int64 2022-09-27T15:33:08.9982546Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int8 2022-09-27T15:33:08.9998491Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sum_cpu_float32 2022-09-27T15:33:09.0084778Z test_ops.py::TestCommonCPU::test_out__refs_tanh_cpu_float32 2022-09-27T15:33:09.0134609Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int8 2022-09-27T15:33:09.0166789Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_uint8 2022-09-27T15:33:09.0428164Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_tanh_cpu_float32 2022-09-27T15:33:09.0463964Z test_ops.py::TestCommonCPU::test_out__refs_transpose_cpu_float32 2022-09-27T15:33:09.0503995Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_transpose_cpu_float32 2022-09-27T15:33:09.0586036Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_uint8 2022-09-27T15:33:09.0660532Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bfloat16 2022-09-27T15:33:09.0915249Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bfloat16 2022-09-27T15:33:09.0919372Z test_ops.py::TestCommonCPU::test_out__refs_triu_indices_cpu_int64 2022-09-27T15:33:09.1032271Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_triu_indices_cpu_int64 2022-09-27T15:33:09.1102322Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bool 2022-09-27T15:33:09.1306604Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bool 2022-09-27T15:33:09.1333115Z test_ops.py::TestCommonCPU::test_out__refs_unflatten_cpu_float32 2022-09-27T15:33:09.1512180Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_unflatten_cpu_float32 2022-09-27T15:33:09.1599607Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex128 2022-09-27T15:33:09.1747079Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex128 2022-09-27T15:33:09.1793306Z test_ops.py::TestCommonCPU::test_out__refs_var_mean_cpu_float32 2022-09-27T15:33:09.1927364Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_var_mean_cpu_float32 2022-09-27T15:33:09.1935740Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_uint8 2022-09-27T15:33:09.1984165Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex32 2022-09-27T15:33:09.1994206Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex64 2022-09-27T15:33:09.2073146Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex32 2022-09-27T15:33:09.2185664Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex64 2022-09-27T15:33:09.2300231Z test_ops.py::TestCommonCPU::test_out__refs_vstack_cpu_float32 2022-09-27T15:33:09.2383514Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out__refs_vstack_cpu_float32 2022-09-27T15:33:09.2423649Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float64 2022-09-27T15:33:09.2435188Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float16 2022-09-27T15:33:09.2501981Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float64 2022-09-27T15:33:09.2622047Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float16 2022-09-27T15:33:09.2685370Z test_ops.py::TestCommonCPU::test_out_acos_cpu_float32 2022-09-27T15:33:09.2691716Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bool 2022-09-27T15:33:09.2801026Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int16 2022-09-27T15:33:09.2822222Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_acos_cpu_float32 2022-09-27T15:33:09.2858882Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int8 2022-09-27T15:33:09.2867687Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int8 2022-09-27T15:33:09.2938460Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float32 2022-09-27T15:33:09.3061498Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float32 2022-09-27T15:33:09.3278629Z test_ops.py::TestCommonCPU::test_out_addcdiv_cpu_float32 2022-09-27T15:33:09.3308226Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex128 2022-09-27T15:33:09.3354044Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float64 2022-09-27T15:33:09.3466488Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex128 2022-09-27T15:33:09.3706555Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float64 2022-09-27T15:33:09.3746374Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float32 2022-09-27T15:33:09.3781127Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int16 2022-09-27T15:33:09.3824791Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float32 2022-09-27T15:33:09.3979538Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int16 2022-09-27T15:33:09.3986321Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_addcdiv_cpu_float32 2022-09-27T15:33:09.4185201Z test_ops.py::TestCommonCPU::test_out_addmv_cpu_float32 2022-09-27T15:33:09.4192463Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int64 2022-09-27T15:33:09.4262123Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int32 2022-09-27T15:33:09.4279818Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int64 2022-09-27T15:33:09.4437680Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int32 2022-09-27T15:33:09.4461453Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_addmv_cpu_float32 2022-09-27T15:33:09.4624738Z test_ops.py::TestCommonCPU::test_out_amax_cpu_float32 2022-09-27T15:33:09.4674126Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int64 2022-09-27T15:33:09.4691907Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bool 2022-09-27T15:33:09.4738515Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int64 2022-09-27T15:33:09.5063138Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bool 2022-09-27T15:33:09.5103656Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int8 2022-09-27T15:33:09.5125270Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float16 2022-09-27T15:33:09.5197765Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int8 2022-09-27T15:33:09.5507934Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float16 2022-09-27T15:33:09.5534959Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_uint8 2022-09-27T15:33:09.5544633Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_amax_cpu_float32 2022-09-27T15:33:09.5548981Z test_ops.py::TestCommonCPU::test_out_any_cpu_float32 2022-09-27T15:33:09.5585063Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int32 2022-09-27T15:33:09.5618389Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_uint8 2022-09-27T15:33:09.5718525Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int32 2022-09-27T15:33:09.5942740Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_any_cpu_float32 2022-09-27T15:33:09.5973728Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bfloat16 2022-09-27T15:33:09.5986732Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bfloat16 2022-09-27T15:33:09.5987274Z test_ops.py::TestCommonCPU::test_out_argsort_cpu_float32 2022-09-27T15:33:09.6028696Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_bool 2022-09-27T15:33:09.6382872Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_argsort_cpu_float32 2022-09-27T15:33:09.6413300Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bool 2022-09-27T15:33:09.6424610Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bool 2022-09-27T15:33:09.6513088Z test_ops.py::TestCommonCPU::test_out_asin_cpu_float32 2022-09-27T15:33:09.6826553Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_asin_cpu_float32 2022-09-27T15:33:09.6863058Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex128 2022-09-27T15:33:09.6874732Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex128 2022-09-27T15:33:09.6954798Z test_ops.py::TestCommonCPU::test_out_atanh_cpu_float32 2022-09-27T15:33:09.7029569Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_atanh_cpu_float32 2022-09-27T15:33:09.7035909Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int16 2022-09-27T15:33:09.7266518Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_uint8 2022-09-27T15:33:09.7309667Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex64 2022-09-27T15:33:09.7317694Z test_ops.py::TestCommonCPU::test_out_baddbmm_cpu_float32 2022-09-27T15:33:09.7773890Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex64 2022-09-27T15:33:09.7781740Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_bool 2022-09-27T15:33:09.7790285Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float16 2022-09-27T15:33:09.7835227Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int8 2022-09-27T15:33:09.8241426Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float16 2022-09-27T15:33:09.8246144Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float32 2022-09-27T15:33:09.8640264Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float32 2022-09-27T15:33:09.8675205Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float64 2022-09-27T15:33:09.8967557Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float64 2022-09-27T15:33:09.8974365Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_baddbmm_cpu_float32 2022-09-27T15:33:09.9105311Z test_ops.py::TestCommonCPU::test_out_bitwise_and_cpu_int64 2022-09-27T15:33:09.9111797Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int16 2022-09-27T15:33:09.9475690Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int16 2022-09-27T15:33:09.9553179Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_and_cpu_int64 2022-09-27T15:33:09.9553653Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int32 2022-09-27T15:33:09.9559202Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int32 2022-09-27T15:33:09.9655122Z test_ops.py::TestCommonCPU::test_out_bitwise_right_shift_cpu_int64 2022-09-27T15:33:09.9860446Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_right_shift_cpu_int64 2022-09-27T15:33:09.9869365Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int8 2022-09-27T15:33:09.9942224Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:33:09.9972516Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int64 2022-09-27T15:33:10.0021385Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int64 2022-09-27T15:33:10.0042806Z test_ops.py::TestCommonCPU::test_out_bool_cpu_float32 2022-09-27T15:33:10.0421657Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_bool_cpu_float32 2022-09-27T15:33:10.0441404Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int8 2022-09-27T15:33:10.0539628Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int8 2022-09-27T15:33:10.0769238Z test_ops.py::TestCommonCPU::test_out_bucketize_cpu_float32 2022-09-27T15:33:10.0824485Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_bucketize_cpu_float32 2022-09-27T15:33:10.0859122Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_uint8 2022-09-27T15:33:10.0919851Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_uint8 2022-09-27T15:33:10.1189051Z test_ops.py::TestCommonCPU::test_out_cdist_cpu_float32 2022-09-27T15:33:10.1266526Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_cdist_cpu_float32 2022-09-27T15:33:10.1312366Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bfloat16 2022-09-27T15:33:10.1344230Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bfloat16 2022-09-27T15:33:10.1708725Z test_ops.py::TestCommonCPU::test_out_cholesky_cpu_float32 2022-09-27T15:33:10.1758706Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bool 2022-09-27T15:33:10.2198807Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bool 2022-09-27T15:33:10.2199365Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex128 2022-09-27T15:33:10.2585902Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex128 2022-09-27T15:33:10.2624279Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex64 2022-09-27T15:33:10.2755088Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex64 2022-09-27T15:33:10.2773808Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_cholesky_cpu_float32 2022-09-27T15:33:10.3071849Z test_ops.py::TestCommonCPU::test_out_clamp_cpu_float32 2022-09-27T15:33:10.3076269Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float16 2022-09-27T15:33:10.3394096Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float16 2022-09-27T15:33:10.3404310Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_clamp_cpu_float32 2022-09-27T15:33:10.3447174Z test_ops.py::TestCommonCPU::test_out_column_stack_cpu_float32 2022-09-27T15:33:10.3458239Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:33:10.3504317Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int16 2022-09-27T15:33:10.3553736Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float32 2022-09-27T15:33:10.3650025Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float32 2022-09-27T15:33:10.3661842Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_uint8 2022-09-27T15:33:10.3689837Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex64 2022-09-27T15:33:10.3852261Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_column_stack_cpu_float32 2022-09-27T15:33:10.3999164Z test_ops.py::TestCommonCPU::test_out_conj_physical_cpu_float32 2022-09-27T15:33:10.4004385Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float64 2022-09-27T15:33:10.4080792Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float64 2022-09-27T15:33:10.4263453Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_conj_physical_cpu_float32 2022-09-27T15:33:10.4298152Z test_ops.py::TestCommonCPU::test_out_corrcoef_cpu_float32 2022-09-27T15:33:10.4384264Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_corrcoef_cpu_float32 2022-09-27T15:33:10.4391654Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int16 2022-09-27T15:33:10.4402583Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int16 2022-09-27T15:33:10.4430591Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_uint8 2022-09-27T15:33:10.4753141Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int16 2022-09-27T15:33:10.4786836Z test_ops.py::TestCommonCPU::test_out_cov_cpu_float32 2022-09-27T15:33:10.4827196Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_cov_cpu_float32 2022-09-27T15:33:10.4864601Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int32 2022-09-27T15:33:10.5096313Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int32 2022-09-27T15:33:10.5105155Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_uint8 2022-09-27T15:33:10.5188790Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int64 2022-09-27T15:33:10.5279620Z test_ops.py::TestCommonCPU::test_out_cumprod_cpu_float32 2022-09-27T15:33:10.5304401Z [gw1] [ 23%] XFAIL test_ops.py::TestCommonCPU::test_out_cumprod_cpu_float32 2022-09-27T15:33:10.5353344Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int64 2022-09-27T15:33:10.5700786Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int64 2022-09-27T15:33:10.5790567Z test_ops.py::TestCommonCPU::test_out_diag_cpu_float32 2022-09-27T15:33:10.5793271Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int8 2022-09-27T15:33:10.6257119Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int8 2022-09-27T15:33:10.6258176Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_uint8 2022-09-27T15:33:10.6666830Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_uint8 2022-09-27T15:33:10.7381000Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bfloat16 2022-09-27T15:33:10.7416063Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_diag_cpu_float32 2022-09-27T15:33:10.7502933Z test_ops.py::TestCommonCPU::test_out_diagonal_scatter_cpu_float32 2022-09-27T15:33:10.7871877Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_diagonal_scatter_cpu_float32 2022-09-27T15:33:10.9011573Z test_ops.py::TestCommonCPU::test_out_div_floor_rounding_cpu_float32 2022-09-27T15:33:10.9024761Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int64 2022-09-27T15:33:10.9370371Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int16 2022-09-27T15:33:10.9383602Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex64 2022-09-27T15:33:10.9517780Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int32 2022-09-27T15:33:10.9643086Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_div_floor_rounding_cpu_float32 2022-09-27T15:33:10.9809565Z test_ops.py::TestCommonCPU::test_out_double_cpu_float32 2022-09-27T15:33:11.0067758Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_double_cpu_float32 2022-09-27T15:33:11.0088176Z test_ops.py::TestCommonCPU::test_out_empty_cpu_float32 2022-09-27T15:33:11.0582594Z [gw1] [ 23%] SKIPPED test_ops.py::TestCommonCPU::test_out_empty_cpu_float32 2022-09-27T15:33:11.0634585Z test_ops.py::TestCommonCPU::test_out_erf_cpu_float32 2022-09-27T15:33:11.0988165Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_erf_cpu_float32 2022-09-27T15:33:11.1449899Z test_ops.py::TestCommonCPU::test_out_exp_cpu_float32 2022-09-27T15:33:11.1542963Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_exp_cpu_float32 2022-09-27T15:33:11.4151414Z test_ops.py::TestCommonCPU::test_out_eye_cpu_float32 2022-09-27T15:33:11.4166674Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bfloat16 2022-09-27T15:33:11.4627804Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bool 2022-09-27T15:33:11.4640973Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int16 2022-09-27T15:33:11.4826279Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_uint8 2022-09-27T15:33:11.4842281Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int32 2022-09-27T15:33:11.7745130Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bfloat16 2022-09-27T15:33:11.7753554Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_uint8 2022-09-27T15:33:11.8362078Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:33:11.8507230Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:33:11.8856024Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float64 2022-09-27T15:33:11.8865398Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_eye_cpu_float32 2022-09-27T15:33:11.8892848Z test_ops.py::TestCommonCPU::test_out_fft_fftshift_cpu_float32 2022-09-27T15:33:11.9031105Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_fft_fftshift_cpu_float32 2022-09-27T15:33:11.9081175Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float64 2022-09-27T15:33:11.9301173Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int8 2022-09-27T15:33:11.9312637Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int8 2022-09-27T15:33:11.9548329Z test_ops.py::TestCommonCPU::test_out_fft_ifft2_cpu_float32 2022-09-27T15:33:11.9632450Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex128 2022-09-27T15:33:11.9670413Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex128 2022-09-27T15:33:11.9681932Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bool 2022-09-27T15:33:11.9978292Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex128 2022-09-27T15:33:11.9990340Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_fft_ifft2_cpu_float32 2022-09-27T15:33:11.9992195Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float64 2022-09-27T15:33:12.0086782Z test_ops.py::TestCommonCPU::test_out_fft_ihfft2_cpu_float32 2022-09-27T15:33:12.0414043Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float64 2022-09-27T15:33:12.0438580Z [gw1] [ 23%] XFAIL test_ops.py::TestCommonCPU::test_out_fft_ihfft2_cpu_float32 2022-09-27T15:33:12.0443454Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int8 2022-09-27T15:33:12.0516419Z test_ops.py::TestCommonCPU::test_out_fft_irfft_cpu_float32 2022-09-27T15:33:12.0916473Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int8 2022-09-27T15:33:12.1182960Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex128 2022-09-27T15:33:12.1323141Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex128 2022-09-27T15:33:12.1484205Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float32 2022-09-27T15:33:12.1749161Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float32 2022-09-27T15:33:12.1882558Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int64 2022-09-27T15:33:12.1947794Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int64 2022-09-27T15:33:12.1962485Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bfloat16 2022-09-27T15:33:12.1976076Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float32 2022-09-27T15:33:12.1983318Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_fft_irfft_cpu_float32 2022-09-27T15:33:12.2234772Z test_ops.py::TestCommonCPU::test_out_fft_rfftn_cpu_float32 2022-09-27T15:33:12.4397779Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float32 2022-09-27T15:33:12.4413352Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_fft_rfftn_cpu_float32 2022-09-27T15:33:12.4448342Z test_ops.py::TestCommonCPU::test_out_fliplr_cpu_float32 2022-09-27T15:33:12.4844718Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_fliplr_cpu_float32 2022-09-27T15:33:12.4969793Z test_ops.py::TestCommonCPU::test_out_floor_cpu_float32 2022-09-27T15:33:12.5330795Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_floor_cpu_float32 2022-09-27T15:33:12.5340321Z test_ops.py::TestCommonCPU::test_out_fmod_cpu_float32 2022-09-27T15:33:12.5449398Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float32 2022-09-27T15:33:12.6454494Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int64 2022-09-27T15:33:12.6482371Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_fmod_cpu_float32 2022-09-27T15:33:12.6949079Z test_ops.py::TestCommonCPU::test_out_gather_cpu_float32 2022-09-27T15:33:12.6974619Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_gather_cpu_float32 2022-09-27T15:33:12.7017340Z test_ops.py::TestCommonCPU::test_out_gradient_cpu_float32 2022-09-27T15:33:12.7181060Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_gradient_cpu_float32 2022-09-27T15:33:12.7190771Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float32 2022-09-27T15:33:12.7224616Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int64 2022-09-27T15:33:12.7232430Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int64 2022-09-27T15:33:12.7385600Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bool 2022-09-27T15:33:12.7567686Z test_ops.py::TestCommonCPU::test_out_histc_cpu_float32 2022-09-27T15:33:12.7666027Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bool 2022-09-27T15:33:12.8162632Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float16 2022-09-27T15:33:12.8177669Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float16 2022-09-27T15:33:12.8582634Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int32 2022-09-27T15:33:12.8668631Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int32 2022-09-27T15:33:13.1056816Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_bfloat16 2022-09-27T15:33:13.1073747Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_bfloat16 2022-09-27T15:33:13.2223058Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int32 2022-09-27T15:33:13.2248168Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int64 2022-09-27T15:33:13.2976112Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bool 2022-09-27T15:33:13.2989881Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int32 2022-09-27T15:33:13.3425223Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bfloat16 2022-09-27T15:33:13.3436667Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bool 2022-09-27T15:33:13.3799281Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float16 2022-09-27T15:33:13.3833602Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex128 2022-09-27T15:33:13.8108540Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex64 2022-09-27T15:33:13.8120294Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float16 2022-09-27T15:33:13.8439090Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int32 2022-09-27T15:33:13.8472001Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_histc_cpu_float32 2022-09-27T15:33:13.8896913Z test_ops.py::TestCommonCPU::test_out_hstack_cpu_float32 2022-09-27T15:33:13.8906899Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_hstack_cpu_float32 2022-09-27T15:33:14.0204729Z test_ops.py::TestCommonCPU::test_out_igammac_cpu_float32 2022-09-27T15:33:14.0238959Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int32 2022-09-27T15:33:14.0278382Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bfloat16 2022-09-27T15:33:14.0288680Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_igammac_cpu_float32 2022-09-27T15:33:14.0325663Z test_ops.py::TestCommonCPU::test_out_index_fill_cpu_float32 2022-09-27T15:33:14.0467098Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_index_fill_cpu_float32 2022-09-27T15:33:14.0665556Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bfloat16 2022-09-27T15:33:14.0705853Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex64 2022-09-27T15:33:14.0877053Z test_ops.py::TestCommonCPU::test_out_inner_cpu_float32 2022-09-27T15:33:14.0951387Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex64 2022-09-27T15:33:14.1145132Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_out_inner_cpu_float32 2022-09-27T15:33:14.1180788Z test_ops.py::TestCommonCPU::test_out_isin_cpu_float32 2022-09-27T15:33:14.1250083Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int16 2022-09-27T15:33:14.1283593Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_isin_cpu_float32 2022-09-27T15:33:14.1589019Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int16 2022-09-27T15:33:14.1624500Z test_ops.py::TestCommonCPU::test_out_isposinf_cpu_float32 2022-09-27T15:33:14.1636369Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_isposinf_cpu_float32 2022-09-27T15:33:14.1752480Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_uint8 2022-09-27T15:33:14.2034080Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_uint8 2022-09-27T15:33:14.2034674Z test_ops.py::TestCommonCPU::test_out_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:33:14.2050117Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float64 2022-09-27T15:33:14.2065452Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bfloat16 2022-09-27T15:33:14.2078905Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_out_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:33:14.2469328Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float64 2022-09-27T15:33:14.2678996Z test_ops.py::TestCommonCPU::test_out_kron_cpu_float32 2022-09-27T15:33:14.2913992Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_kron_cpu_float32 2022-09-27T15:33:14.3065487Z test_ops.py::TestCommonCPU::test_out_le_cpu_float32 2022-09-27T15:33:14.3448946Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_le_cpu_float32 2022-09-27T15:33:14.6676831Z test_ops.py::TestCommonCPU::test_out_linalg_cholesky_ex_cpu_float32 2022-09-27T15:33:14.6701196Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex64 2022-09-27T15:33:14.6997788Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float16 2022-09-27T15:33:14.7013977Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_cholesky_ex_cpu_float32 2022-09-27T15:33:14.7076127Z test_ops.py::TestCommonCPU::test_out_linalg_det_singular_cpu_float32 2022-09-27T15:33:14.7092738Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float64 2022-09-27T15:33:15.1276966Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int8 2022-09-27T15:33:15.1411615Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int8 2022-09-27T15:33:15.1817232Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float32 2022-09-27T15:33:15.1885489Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_det_singular_cpu_float32 2022-09-27T15:33:15.2863974Z test_ops.py::TestCommonCPU::test_out_linalg_eigvalsh_cpu_float32 2022-09-27T15:33:15.2876138Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_eigvalsh_cpu_float32 2022-09-27T15:33:15.3091787Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_cpu_float32 2022-09-27T15:33:15.3105395Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float64 2022-09-27T15:33:15.3472838Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int8 2022-09-27T15:33:15.3484438Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_cpu_float32 2022-09-27T15:33:15.3609608Z test_ops.py::TestCommonCPU::test_out_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:33:15.3908806Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:33:15.6582288Z test_ops.py::TestCommonCPU::test_out_linalg_lu_solve_cpu_float32 2022-09-27T15:33:15.6606470Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float16 2022-09-27T15:33:15.9205461Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float32 2022-09-27T15:33:15.9215071Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float32 2022-09-27T15:33:16.0457490Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int64 2022-09-27T15:33:16.0469351Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int8 2022-09-27T15:33:16.2316288Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float16 2022-09-27T15:33:16.2329504Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float32 2022-09-27T15:33:16.3367483Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float64 2022-09-27T15:33:16.3401035Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_lu_solve_cpu_float32 2022-09-27T15:33:16.3611284Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:33:16.3969850Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:33:16.6557988Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_cpu_float32 2022-09-27T15:33:16.6565922Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_pinv_cpu_float32 2022-09-27T15:33:16.6664265Z test_ops.py::TestCommonCPU::test_out_linalg_slogdet_cpu_float32 2022-09-27T15:33:16.6673399Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int64 2022-09-27T15:33:16.7675362Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bool 2022-09-27T15:33:16.7689269Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_slogdet_cpu_float32 2022-09-27T15:33:17.0155332Z test_ops.py::TestCommonCPU::test_out_linalg_svd_cpu_float32 2022-09-27T15:33:17.0171523Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float64 2022-09-27T15:33:17.4286122Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int16 2022-09-27T15:33:17.4300526Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float16 2022-09-27T15:33:17.4332570Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int32 2022-09-27T15:33:17.4376485Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bool 2022-09-27T15:33:17.7293866Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:33:17.7310075Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int16 2022-09-27T15:33:18.1065140Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int32 2022-09-27T15:33:18.1084104Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:33:18.2222122Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int64 2022-09-27T15:33:18.2243100Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int32 2022-09-27T15:33:18.2794623Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bfloat16 2022-09-27T15:33:18.2814724Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bfloat16 2022-09-27T15:33:18.3310206Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex64 2022-09-27T15:33:18.3324094Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int32 2022-09-27T15:33:18.3437087Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int64 2022-09-27T15:33:18.3444275Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex64 2022-09-27T15:33:18.4017136Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int16 2022-09-27T15:33:18.4042852Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int16 2022-09-27T15:33:18.4758200Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_uint8 2022-09-27T15:33:18.4847842Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_uint8 2022-09-27T15:33:18.4908258Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex32 2022-09-27T15:33:18.5265838Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex32 2022-09-27T15:33:18.5337105Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float64 2022-09-27T15:33:18.5777067Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float64 2022-09-27T15:33:18.5783692Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int8 2022-09-27T15:33:18.6196874Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int8 2022-09-27T15:33:18.6714661Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex128 2022-09-27T15:33:18.6726352Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int64 2022-09-27T15:33:18.9662451Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float16 2022-09-27T15:33:18.9685392Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int64 2022-09-27T15:33:19.3351073Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int8 2022-09-27T15:33:19.3368852Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex128 2022-09-27T15:33:19.5884304Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float32 2022-09-27T15:33:19.5898260Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int8 2022-09-27T15:33:19.6688971Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_uint8 2022-09-27T15:33:19.6702427Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float16 2022-09-27T15:33:19.7764758Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int32 2022-09-27T15:33:19.7790173Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float32 2022-09-27T15:33:20.0037542Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int64 2022-09-27T15:33:20.0059808Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int64 2022-09-27T15:33:20.2389993Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bool 2022-09-27T15:33:20.2546340Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_svd_cpu_float32 2022-09-27T15:33:20.2571522Z test_ops.py::TestCommonCPU::test_out_linalg_vander_cpu_float32 2022-09-27T15:33:20.2739906Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_vander_cpu_float32 2022-09-27T15:33:20.2751264Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bool 2022-09-27T15:33:20.2770564Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float16 2022-09-27T15:33:20.2781487Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int32 2022-09-27T15:33:20.2825582Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bfloat16 2022-09-27T15:33:20.2942875Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bfloat16 2022-09-27T15:33:20.2951271Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_uint8 2022-09-27T15:33:20.2983831Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_bfloat16 2022-09-27T15:33:20.3187927Z test_ops.py::TestCommonCPU::test_out_log10_cpu_float32 2022-09-27T15:33:20.3215025Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex64 2022-09-27T15:33:20.3254257Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_log10_cpu_float32 2022-09-27T15:33:20.3467065Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex64 2022-09-27T15:33:20.3666682Z test_ops.py::TestCommonCPU::test_out_log_softmax_cpu_float32 2022-09-27T15:33:20.3767284Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int16 2022-09-27T15:33:20.4094891Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int16 2022-09-27T15:33:20.4147525Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_log_softmax_cpu_float32 2022-09-27T15:33:20.4190717Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_uint8 2022-09-27T15:33:20.4209489Z test_ops.py::TestCommonCPU::test_out_logcumsumexp_cpu_float32 2022-09-27T15:33:20.4587731Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_uint8 2022-09-27T15:33:20.4691526Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex32 2022-09-27T15:33:20.4745448Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex32 2022-09-27T15:33:20.4758644Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_logcumsumexp_cpu_float32 2022-09-27T15:33:20.4900941Z test_ops.py::TestCommonCPU::test_out_logical_or_cpu_float32 2022-09-27T15:33:20.5029479Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_logical_or_cpu_float32 2022-09-27T15:33:20.5087348Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float64 2022-09-27T15:33:20.5099325Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_bfloat16 2022-09-27T15:33:20.5106655Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float64 2022-09-27T15:33:20.5115808Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float32 2022-09-27T15:33:20.5122978Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float16 2022-09-27T15:33:20.5187340Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int32 2022-09-27T15:33:20.5467923Z test_ops.py::TestCommonCPU::test_out_logsumexp_cpu_float32 2022-09-27T15:33:20.5528847Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int8 2022-09-27T15:33:20.5907843Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int8 2022-09-27T15:33:20.5928038Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex128 2022-09-27T15:33:20.6007726Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex128 2022-09-27T15:33:20.6024172Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int32 2022-09-27T15:33:20.6374675Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bfloat16 2022-09-27T15:33:20.6382642Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_logsumexp_cpu_float32 2022-09-27T15:33:20.6395742Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float32 2022-09-27T15:33:20.6399460Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float64 2022-09-27T15:33:20.6404632Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float32 2022-09-27T15:33:20.6419391Z test_ops.py::TestCommonCPU::test_out_lu_solve_cpu_float32 2022-09-27T15:33:20.6830502Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float32 2022-09-27T15:33:20.6849374Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int64 2022-09-27T15:33:20.6869006Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int64 2022-09-27T15:33:20.6880464Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bfloat16 2022-09-27T15:33:20.7268359Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float16 2022-09-27T15:33:20.7286307Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bool 2022-09-27T15:33:20.7580957Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bool 2022-09-27T15:33:20.7587958Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float64 2022-09-27T15:33:20.7674767Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int16 2022-09-27T15:33:20.7682706Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float16 2022-09-27T15:33:20.7704071Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int32 2022-09-27T15:33:20.7733783Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float16 2022-09-27T15:33:20.8186823Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float16 2022-09-27T15:33:20.8205094Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int32 2022-09-27T15:33:20.8303792Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int32 2022-09-27T15:33:20.8310608Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int16 2022-09-27T15:33:20.8432422Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int32 2022-09-27T15:33:20.8439935Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int32 2022-09-27T15:33:20.8665473Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bfloat16 2022-09-27T15:33:20.8805738Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bfloat16 2022-09-27T15:33:20.8868952Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bfloat16 2022-09-27T15:33:20.8879092Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_lu_solve_cpu_float32 2022-09-27T15:33:20.8884676Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex64 2022-09-27T15:33:20.8908661Z test_ops.py::TestCommonCPU::test_out_masked_fill_cpu_float32 2022-09-27T15:33:20.9305513Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_masked_fill_cpu_float32 2022-09-27T15:33:20.9314847Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int32 2022-09-27T15:33:20.9343753Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int64 2022-09-27T15:33:20.9379983Z test_ops.py::TestCommonCPU::test_out_matrix_exp_cpu_float32 2022-09-27T15:33:20.9600369Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_matrix_exp_cpu_float32 2022-09-27T15:33:20.9623652Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex64 2022-09-27T15:33:20.9827975Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int16 2022-09-27T15:33:21.0049183Z test_ops.py::TestCommonCPU::test_out_maximum_cpu_float32 2022-09-27T15:33:21.0084320Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int16 2022-09-27T15:33:21.0805657Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_uint8 2022-09-27T15:33:21.0815357Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_maximum_cpu_float32 2022-09-27T15:33:21.0846645Z test_ops.py::TestCommonCPU::test_out_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:33:21.0865684Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:33:21.0872167Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int64 2022-09-27T15:33:21.0881672Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_uint8 2022-09-27T15:33:21.0882372Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float32 2022-09-27T15:33:21.1262993Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int8 2022-09-27T15:33:21.2603875Z test_ops.py::TestCommonCPU::test_out_minimum_cpu_float32 2022-09-27T15:33:21.2616947Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int8 2022-09-27T15:33:21.2849126Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_uint8 2022-09-27T15:33:21.2859272Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_minimum_cpu_float32 2022-09-27T15:33:21.3316834Z test_ops.py::TestCommonCPU::test_out_msort_cpu_float32 2022-09-27T15:33:21.3328219Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bfloat16 2022-09-27T15:33:21.3390618Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex64 2022-09-27T15:33:21.3402230Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_msort_cpu_float32 2022-09-27T15:33:21.3692369Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:33:21.3717286Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_uint8 2022-09-27T15:33:21.3749219Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_bfloat16 2022-09-27T15:33:21.4150340Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_bfloat16 2022-09-27T15:33:21.4191082Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float16 2022-09-27T15:33:21.4241349Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:33:21.5716587Z test_ops.py::TestCommonCPU::test_out_nanmean_cpu_float32 2022-09-27T15:33:21.5727673Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nanmean_cpu_float32 2022-09-27T15:33:21.5779578Z test_ops.py::TestCommonCPU::test_out_narrow_copy_cpu_float32 2022-09-27T15:33:21.6148980Z [gw1] [ 24%] XFAIL test_ops.py::TestCommonCPU::test_out_narrow_copy_cpu_float32 2022-09-27T15:33:21.6283301Z test_ops.py::TestCommonCPU::test_out_neg_cpu_float32 2022-09-27T15:33:21.6589915Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_neg_cpu_float32 2022-09-27T15:33:21.6624559Z test_ops.py::TestCommonCPU::test_out_new_ones_cpu_float32 2022-09-27T15:33:21.7029041Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_new_ones_cpu_float32 2022-09-27T15:33:21.7053203Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:33:21.7561498Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:33:21.7570453Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:33:21.7968210Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:33:21.7977266Z test_ops.py::TestCommonCPU::test_out_nn_functional_batch_norm_cpu_float32 2022-09-27T15:33:21.8387014Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_batch_norm_cpu_float32 2022-09-27T15:33:21.8395567Z test_ops.py::TestCommonCPU::test_out_nn_functional_celu_cpu_float32 2022-09-27T15:33:21.8615743Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_celu_cpu_float32 2022-09-27T15:33:21.8625449Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex64 2022-09-27T15:33:21.8784219Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int16 2022-09-27T15:33:21.8810559Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:33:21.8997121Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:33:21.9004503Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float32 2022-09-27T15:33:21.9301613Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int64 2022-09-27T15:33:21.9315953Z test_ops.py::TestCommonCPU::test_out_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:33:21.9707218Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:33:21.9748397Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout_cpu_float32 2022-09-27T15:33:22.0166651Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_dropout_cpu_float32 2022-09-27T15:33:22.0195629Z test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:33:22.0618035Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:33:22.0618687Z test_ops.py::TestCommonCPU::test_out_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:33:22.1023486Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:33:22.1061686Z test_ops.py::TestCommonCPU::test_out_nn_functional_group_norm_cpu_float32 2022-09-27T15:33:22.1113781Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_group_norm_cpu_float32 2022-09-27T15:33:22.1123850Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int16 2022-09-27T15:33:22.1465044Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_uint8 2022-09-27T15:33:22.1501637Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardtanh_cpu_float32 2022-09-27T15:33:22.2024842Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_hardtanh_cpu_float32 2022-09-27T15:33:22.2073199Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:33:22.2343082Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:33:22.2370754Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:33:22.2823565Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:33:22.2824084Z test_ops.py::TestCommonCPU::test_out_nn_functional_layer_norm_cpu_float32 2022-09-27T15:33:22.3289214Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_layer_norm_cpu_float32 2022-09-27T15:33:22.4162073Z test_ops.py::TestCommonCPU::test_out_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:33:22.4303731Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:33:22.4416292Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:33:22.4745223Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:33:22.4810702Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:33:22.5186614Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:33:22.5212678Z test_ops.py::TestCommonCPU::test_out_nn_functional_mse_loss_cpu_float32 2022-09-27T15:33:22.5251171Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_mse_loss_cpu_float32 2022-09-27T15:33:22.5263586Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_uint8 2022-09-27T15:33:22.5670260Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float64 2022-09-27T15:33:22.5710206Z test_ops.py::TestCommonCPU::test_out_nn_functional_nll_loss_cpu_float32 2022-09-27T15:33:22.5882907Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_nll_loss_cpu_float32 2022-09-27T15:33:22.5894311Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int64 2022-09-27T15:33:22.6191624Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bool 2022-09-27T15:33:22.6195558Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_constant_cpu_float32 2022-09-27T15:33:22.6590566Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pad_constant_cpu_float32 2022-09-27T15:33:22.6620530Z test_ops.py::TestCommonCPU::test_out_nn_functional_pdist_cpu_float32 2022-09-27T15:33:22.7040659Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pdist_cpu_float32 2022-09-27T15:33:22.7076317Z test_ops.py::TestCommonCPU::test_out_nn_functional_prelu_cpu_float32 2022-09-27T15:33:22.7506581Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_prelu_cpu_float32 2022-09-27T15:33:22.7507212Z test_ops.py::TestCommonCPU::test_out_nn_functional_selu_cpu_float32 2022-09-27T15:33:22.7912067Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_selu_cpu_float32 2022-09-27T15:33:22.7952722Z test_ops.py::TestCommonCPU::test_out_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:33:22.8260425Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:33:22.8271346Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float64 2022-09-27T15:33:22.8346953Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int8 2022-09-27T15:33:22.8995382Z test_ops.py::TestCommonCPU::test_out_nn_functional_softshrink_cpu_float32 2022-09-27T15:33:22.9066096Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_softshrink_cpu_float32 2022-09-27T15:33:22.9098660Z test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:33:22.9337681Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:33:22.9346712Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bool 2022-09-27T15:33:22.9551390Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float64 2022-09-27T15:33:22.9551961Z test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:33:22.9966847Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:33:23.0425236Z test_ops.py::TestCommonCPU::test_out_norm_inf_cpu_float32 2022-09-27T15:33:23.0480439Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int8 2022-09-27T15:33:23.0564189Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float32 2022-09-27T15:33:23.0574278Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_norm_inf_cpu_float32 2022-09-27T15:33:23.0972326Z test_ops.py::TestCommonCPU::test_out_ones_cpu_float32 2022-09-27T15:33:23.1003919Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_ones_cpu_float32 2022-09-27T15:33:23.1318499Z test_ops.py::TestCommonCPU::test_out_outer_cpu_float32 2022-09-27T15:33:23.1426725Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_outer_cpu_float32 2022-09-27T15:33:23.2484469Z test_ops.py::TestCommonCPU::test_out_polar_cpu_float32 2022-09-27T15:33:23.2492798Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float64 2022-09-27T15:33:23.2508899Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int8 2022-09-27T15:33:23.2517393Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_polar_cpu_float32 2022-09-27T15:33:23.2537755Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:33:23.2989677Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:33:23.2990945Z test_ops.py::TestCommonCPU::test_out_prod_cpu_float32 2022-09-27T15:33:23.3399805Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_prod_cpu_float32 2022-09-27T15:33:23.3519149Z test_ops.py::TestCommonCPU::test_out_rad2deg_cpu_float32 2022-09-27T15:33:23.3533944Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float32 2022-09-27T15:33:23.3733173Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int64 2022-09-27T15:33:23.3831455Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_rad2deg_cpu_float32 2022-09-27T15:33:23.3888927Z test_ops.py::TestCommonCPU::test_out_randn_like_cpu_float32 2022-09-27T15:33:23.4193140Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_randn_like_cpu_float32 2022-09-27T15:33:23.4200666Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int8 2022-09-27T15:33:23.4304583Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex128 2022-09-27T15:33:23.5432172Z test_ops.py::TestCommonCPU::test_out_remainder_cpu_float32 2022-09-27T15:33:23.5455929Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float16 2022-09-27T15:33:23.5585019Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float32 2022-09-27T15:33:23.5614671Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_remainder_cpu_float32 2022-09-27T15:33:23.5656161Z test_ops.py::TestCommonCPU::test_out_reshape_as_cpu_float32 2022-09-27T15:33:23.6026973Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_reshape_as_cpu_float32 2022-09-27T15:33:23.6048833Z test_ops.py::TestCommonCPU::test_out_resolve_conj_cpu_float32 2022-09-27T15:33:23.6131400Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_resolve_conj_cpu_float32 2022-09-27T15:33:23.6144657Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int64 2022-09-27T15:33:23.6468650Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bool 2022-09-27T15:33:23.6610325Z test_ops.py::TestCommonCPU::test_out_round_cpu_float32 2022-09-27T15:33:23.6909115Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_round_cpu_float32 2022-09-27T15:33:23.7129462Z test_ops.py::TestCommonCPU::test_out_rsqrt_cpu_float32 2022-09-27T15:33:23.7387282Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_rsqrt_cpu_float32 2022-09-27T15:33:24.0020424Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_amax_cpu_float32 2022-09-27T15:33:24.0029633Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_reduce_amax_cpu_float32 2022-09-27T15:33:24.2720592Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_sum_cpu_float32 2022-09-27T15:33:24.2743297Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bool 2022-09-27T15:33:24.2836736Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int32 2022-09-27T15:33:24.2847933Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex128 2022-09-27T15:33:24.3214205Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int16 2022-09-27T15:33:24.3372255Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_reduce_sum_cpu_float32 2022-09-27T15:33:24.3414052Z test_ops.py::TestCommonCPU::test_out_select_cpu_float32 2022-09-27T15:33:24.3806292Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_select_cpu_float32 2022-09-27T15:33:24.4007602Z test_ops.py::TestCommonCPU::test_out_sigmoid_cpu_float32 2022-09-27T15:33:24.4229143Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_sigmoid_cpu_float32 2022-09-27T15:33:24.4537087Z test_ops.py::TestCommonCPU::test_out_sinc_cpu_float32 2022-09-27T15:33:24.4706610Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_sinc_cpu_float32 2022-09-27T15:33:24.5568356Z test_ops.py::TestCommonCPU::test_out_softmax_with_dtype_cpu_float32 2022-09-27T15:33:24.5578994Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_softmax_with_dtype_cpu_float32 2022-09-27T15:33:24.5812332Z test_ops.py::TestCommonCPU::test_out_special_bessel_j0_cpu_float32 2022-09-27T15:33:24.5857579Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_special_bessel_j0_cpu_float32 2022-09-27T15:33:24.5874136Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int16 2022-09-27T15:33:24.5988680Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_uint8 2022-09-27T15:33:24.6845453Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:33:24.6891365Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int32 2022-09-27T15:33:24.7113045Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int64 2022-09-27T15:33:24.7122188Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:33:24.7319393Z test_ops.py::TestCommonCPU::test_out_special_entr_cpu_float32 2022-09-27T15:33:24.7340204Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_special_entr_cpu_float32 2022-09-27T15:33:24.7349379Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int64 2022-09-27T15:33:24.7550913Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int8 2022-09-27T15:33:24.7630421Z test_ops.py::TestCommonCPU::test_out_special_i0e_cpu_float32 2022-09-27T15:33:24.7719066Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int8 2022-09-27T15:33:24.7790651Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_special_i0e_cpu_float32 2022-09-27T15:33:24.7904929Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_uint8 2022-09-27T15:33:24.7911429Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_uint8 2022-09-27T15:33:24.7987895Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex32 2022-09-27T15:33:24.8012884Z test_ops.py::TestCommonCPU::test_out_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:33:24.8067415Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:33:24.8226730Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_uint8 2022-09-27T15:33:24.8295056Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_bfloat16 2022-09-27T15:33:24.8427731Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_bfloat16 2022-09-27T15:33:24.8671058Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k0_cpu_float32 2022-09-27T15:33:24.8706950Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex128 2022-09-27T15:33:24.8732890Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k0_cpu_float32 2022-09-27T15:33:24.8867645Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex128 2022-09-27T15:33:24.9167192Z test_ops.py::TestCommonCPU::test_out_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:33:24.9226614Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex32 2022-09-27T15:33:24.9589686Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex32 2022-09-27T15:33:24.9647060Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex64 2022-09-27T15:33:24.9685589Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex64 2022-09-27T15:33:24.9694241Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex32 2022-09-27T15:33:24.9930057Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float64 2022-09-27T15:33:24.9937814Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:33:24.9952483Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:33:25.0063558Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:33:25.0105864Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float16 2022-09-27T15:33:25.0342430Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float16 2022-09-27T15:33:25.0554627Z test_ops.py::TestCommonCPU::test_out_special_xlog1py_cpu_float32 2022-09-27T15:33:25.0604373Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float32 2022-09-27T15:33:25.1036631Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float32 2022-09-27T15:33:25.1040501Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float64 2022-09-27T15:33:25.1223071Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float64 2022-09-27T15:33:25.1232483Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_special_xlog1py_cpu_float32 2022-09-27T15:33:25.1239986Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float64 2022-09-27T15:33:25.1244404Z test_ops.py::TestCommonCPU::test_out_split_with_sizes_cpu_float32 2022-09-27T15:33:25.1262804Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int8 2022-09-27T15:33:25.1425536Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_split_with_sizes_cpu_float32 2022-09-27T15:33:25.1479068Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bfloat16 2022-09-27T15:33:25.1662948Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bfloat16 2022-09-27T15:33:25.1863689Z test_ops.py::TestCommonCPU::test_out_stack_cpu_float32 2022-09-27T15:33:25.1979283Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bool 2022-09-27T15:33:25.2210462Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bool 2022-09-27T15:33:25.2219988Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int8 2022-09-27T15:33:25.2303870Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex128 2022-09-27T15:33:25.2366425Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex128 2022-09-27T15:33:25.2392767Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex128 2022-09-27T15:33:25.2440439Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex128 2022-09-27T15:33:25.2448792Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_stack_cpu_float32 2022-09-27T15:33:25.2661562Z test_ops.py::TestCommonCPU::test_out_sub_cpu_float32 2022-09-27T15:33:25.2799158Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float32 2022-09-27T15:33:25.2829079Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex32 2022-09-27T15:33:25.2841829Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float32 2022-09-27T15:33:25.3102573Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex32 2022-09-27T15:33:25.3183882Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int64 2022-09-27T15:33:25.3233322Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex64 2022-09-27T15:33:25.3366724Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int64 2022-09-27T15:33:25.3378732Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex64 2022-09-27T15:33:25.3388694Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_sub_cpu_float32 2022-09-27T15:33:25.3421553Z test_ops.py::TestCommonCPU::test_out_svd_lowrank_cpu_float32 2022-09-27T15:33:25.3543233Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_svd_lowrank_cpu_float32 2022-09-27T15:33:25.3623129Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bool 2022-09-27T15:33:25.3676709Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float16 2022-09-27T15:33:25.3827861Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float16 2022-09-27T15:33:25.4068516Z test_ops.py::TestCommonCPU::test_out_take_cpu_float32 2022-09-27T15:33:25.4135893Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float32 2022-09-27T15:33:25.4394356Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float32 2022-09-27T15:33:25.4402368Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_take_cpu_float32 2022-09-27T15:33:25.4504322Z test_ops.py::TestCommonCPU::test_out_tensordot_cpu_float32 2022-09-27T15:33:25.4590918Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float64 2022-09-27T15:33:25.4615129Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_tensordot_cpu_float32 2022-09-27T15:33:25.4827989Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float64 2022-09-27T15:33:25.4944903Z test_ops.py::TestCommonCPU::test_out_topk_cpu_float32 2022-09-27T15:33:25.5010539Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int16 2022-09-27T15:33:25.5157597Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int16 2022-09-27T15:33:25.5228997Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float32 2022-09-27T15:33:25.5385456Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float64 2022-09-27T15:33:25.5449221Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int32 2022-09-27T15:33:25.5735088Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int32 2022-09-27T15:33:25.5742373Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bool 2022-09-27T15:33:25.5824637Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int32 2022-09-27T15:33:25.5878111Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int64 2022-09-27T15:33:25.6267807Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int64 2022-09-27T15:33:25.6320619Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int8 2022-09-27T15:33:25.6513288Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int8 2022-09-27T15:33:25.6527010Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_topk_cpu_float32 2022-09-27T15:33:25.6573027Z test_ops.py::TestCommonCPU::test_out_trapz_cpu_float32 2022-09-27T15:33:25.6705114Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_trapz_cpu_float32 2022-09-27T15:33:25.6760592Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_uint8 2022-09-27T15:33:25.6951006Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_uint8 2022-09-27T15:33:25.7154044Z test_ops.py::TestCommonCPU::test_out_triu_cpu_float32 2022-09-27T15:33:25.8028053Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bfloat16 2022-09-27T15:33:25.8115014Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int32 2022-09-27T15:33:25.9649433Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_bfloat16 2022-09-27T15:33:25.9680269Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_triu_cpu_float32 2022-09-27T15:33:25.9722947Z test_ops.py::TestCommonCPU::test_out_unbind_cpu_float32 2022-09-27T15:33:26.0129344Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_unbind_cpu_float32 2022-09-27T15:33:26.0280197Z test_ops.py::TestCommonCPU::test_out_unique_consecutive_cpu_float32 2022-09-27T15:33:26.0620607Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_unique_consecutive_cpu_float32 2022-09-27T15:33:26.0634560Z test_ops.py::TestCommonCPU::test_out_var_mean_cpu_float32 2022-09-27T15:33:26.0842917Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_var_mean_cpu_float32 2022-09-27T15:33:26.0855074Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bfloat16 2022-09-27T15:33:26.1026507Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bool 2022-09-27T15:33:26.1053879Z test_ops.py::TestCommonCPU::test_out_view_as_real_cpu_complex64 2022-09-27T15:33:26.1465563Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_view_as_real_cpu_complex64 2022-09-27T15:33:26.1495468Z test_ops.py::TestCommonCPU::test_out_warning_H_cpu 2022-09-27T15:33:26.1906081Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_H_cpu 2022-09-27T15:33:26.1944578Z test_ops.py::TestCommonCPU::test_out_warning___rand___cpu 2022-09-27T15:33:26.1972787Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rand___cpu 2022-09-27T15:33:26.1985984Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bool 2022-09-27T15:33:26.2395379Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex128 2022-09-27T15:33:26.2395833Z test_ops.py::TestCommonCPU::test_out_warning___rmul___cpu 2022-09-27T15:33:26.2786976Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rmul___cpu 2022-09-27T15:33:26.2826933Z test_ops.py::TestCommonCPU::test_out_warning___rxor___cpu 2022-09-27T15:33:26.3264182Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rxor___cpu 2022-09-27T15:33:26.3266582Z test_ops.py::TestCommonCPU::test_out_warning__masked_argmin_cpu 2022-09-27T15:33:26.3718576Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_argmin_cpu 2022-09-27T15:33:26.3719060Z test_ops.py::TestCommonCPU::test_out_warning__masked_logaddexp_cpu 2022-09-27T15:33:26.4168942Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_logaddexp_cpu 2022-09-27T15:33:26.4170858Z test_ops.py::TestCommonCPU::test_out_warning__masked_norm_cpu 2022-09-27T15:33:26.4631087Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_norm_cpu 2022-09-27T15:33:26.4631689Z test_ops.py::TestCommonCPU::test_out_warning__masked_softmin_cpu 2022-09-27T15:33:26.4632284Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_bfloat16 2022-09-27T15:33:26.4634593Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_softmin_cpu 2022-09-27T15:33:26.4836744Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int16 2022-09-27T15:33:26.4841849Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex128 2022-09-27T15:33:26.5027453Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex32 2022-09-27T15:33:26.5114708Z test_ops.py::TestCommonCPU::test_out_warning__refs_abs_cpu 2022-09-27T15:33:26.5480726Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_abs_cpu 2022-09-27T15:33:26.5878927Z test_ops.py::TestCommonCPU::test_out_warning__refs_addcdiv_cpu 2022-09-27T15:33:26.5906560Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_addcdiv_cpu 2022-09-27T15:33:26.6736670Z test_ops.py::TestCommonCPU::test_out_warning__refs_amax_cpu 2022-09-27T15:33:26.6796342Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_amax_cpu 2022-09-27T15:33:26.6831570Z test_ops.py::TestCommonCPU::test_out_warning__refs_as_strided_cpu 2022-09-27T15:33:26.7229770Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_as_strided_cpu 2022-09-27T15:33:26.7311834Z test_ops.py::TestCommonCPU::test_out_warning__refs_atan_cpu 2022-09-27T15:33:26.7668273Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atan_cpu 2022-09-27T15:33:26.7716564Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_3d_cpu 2022-09-27T15:33:26.8106874Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_3d_cpu 2022-09-27T15:33:26.8397713Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_or_cpu 2022-09-27T15:33:26.8566109Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_or_cpu 2022-09-27T15:33:26.8587625Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_to_cpu 2022-09-27T15:33:26.9057535Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_to_cpu 2022-09-27T15:33:26.9196742Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_cpu 2022-09-27T15:33:26.9503256Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_cpu 2022-09-27T15:33:26.9557172Z test_ops.py::TestCommonCPU::test_out_warning__refs_column_stack_cpu 2022-09-27T15:33:26.9913108Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_column_stack_cpu 2022-09-27T15:33:26.9954642Z test_ops.py::TestCommonCPU::test_out_warning__refs_contiguous_cpu 2022-09-27T15:33:27.0053531Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_contiguous_cpu 2022-09-27T15:33:27.0063361Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex32 2022-09-27T15:33:27.0110623Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex64 2022-09-27T15:33:27.0121396Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int16 2022-09-27T15:33:27.0383807Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_uint8 2022-09-27T15:33:27.0384501Z test_ops.py::TestCommonCPU::test_out_warning__refs_diag_embed_cpu 2022-09-27T15:33:27.0829842Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_diag_embed_cpu 2022-09-27T15:33:27.1186302Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_no_rounding_mode_cpu 2022-09-27T15:33:27.1291968Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_div_no_rounding_mode_cpu 2022-09-27T15:33:27.1309545Z test_ops.py::TestCommonCPU::test_out_warning__refs_empty_cpu 2022-09-27T15:33:27.1758487Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning__refs_empty_cpu 2022-09-27T15:33:27.1839836Z test_ops.py::TestCommonCPU::test_out_warning__refs_erfc_cpu 2022-09-27T15:33:27.2149025Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_erfc_cpu 2022-09-27T15:33:27.2184175Z test_ops.py::TestCommonCPU::test_out_warning__refs_expand_as_cpu 2022-09-27T15:33:27.2538224Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_expand_as_cpu 2022-09-27T15:33:27.2546076Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex64 2022-09-27T15:33:27.2701816Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float16 2022-09-27T15:33:27.2828636Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft2_cpu 2022-09-27T15:33:27.3123854Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft2_cpu 2022-09-27T15:33:27.3540658Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft2_cpu 2022-09-27T15:33:27.3607761Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft2_cpu 2022-09-27T15:33:27.4305766Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft_cpu 2022-09-27T15:33:27.4363329Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft_cpu 2022-09-27T15:33:27.4899056Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft_cpu 2022-09-27T15:33:27.4950719Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft_cpu 2022-09-27T15:33:27.5422399Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfftn_cpu 2022-09-27T15:33:27.5497831Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_uint8 2022-09-27T15:33:27.5519124Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:33:27.5532599Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfftn_cpu 2022-09-27T15:33:27.5638173Z test_ops.py::TestCommonCPU::test_out_warning__refs_fill_cpu 2022-09-27T15:33:27.5949212Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fill_cpu 2022-09-27T15:33:27.5977290Z test_ops.py::TestCommonCPU::test_out_warning__refs_flipud_cpu 2022-09-27T15:33:27.6396393Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_flipud_cpu 2022-09-27T15:33:27.6515294Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmax_cpu 2022-09-27T15:33:27.6523754Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float16 2022-09-27T15:33:27.6800989Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float32 2022-09-27T15:33:27.6860195Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fmax_cpu 2022-09-27T15:33:27.7217277Z test_ops.py::TestCommonCPU::test_out_warning__refs_gcd_cpu 2022-09-27T15:33:27.7246414Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_gcd_cpu 2022-09-27T15:33:27.7258334Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float64 2022-09-27T15:33:27.7311325Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int16 2022-09-27T15:33:27.7346203Z test_ops.py::TestCommonCPU::test_out_warning__refs_hsplit_cpu 2022-09-27T15:33:27.7752401Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_hsplit_cpu 2022-09-27T15:33:27.7971667Z test_ops.py::TestCommonCPU::test_out_warning__refs_igamma_cpu 2022-09-27T15:33:27.7972330Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float32 2022-09-27T15:33:27.8344933Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float64 2022-09-27T15:33:27.8365683Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_igamma_cpu 2022-09-27T15:33:27.8511439Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_copy_cpu 2022-09-27T15:33:27.8824522Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_index_copy_cpu 2022-09-27T15:33:27.8915761Z test_ops.py::TestCommonCPU::test_out_warning__refs_isfinite_cpu 2022-09-27T15:33:27.9306198Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isfinite_cpu 2022-09-27T15:33:27.9311094Z test_ops.py::TestCommonCPU::test_out_warning__refs_isposinf_cpu 2022-09-27T15:33:27.9744327Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isposinf_cpu 2022-09-27T15:33:27.9798498Z test_ops.py::TestCommonCPU::test_out_warning__refs_lgamma_cpu 2022-09-27T15:33:28.0140993Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_lgamma_cpu 2022-09-27T15:33:28.0251192Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svdvals_cpu 2022-09-27T15:33:28.0273431Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float64 2022-09-27T15:33:28.1118301Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int16 2022-09-27T15:33:28.1133666Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svdvals_cpu 2022-09-27T15:33:28.1194933Z test_ops.py::TestCommonCPU::test_out_warning__refs_log1p_cpu 2022-09-27T15:33:28.1485403Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_log1p_cpu 2022-09-27T15:33:28.1494518Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int16 2022-09-27T15:33:28.1548265Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int32 2022-09-27T15:33:28.1555922Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_and_cpu 2022-09-27T15:33:28.1570175Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:33:28.1865434Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int16 2022-09-27T15:33:28.1984875Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logical_and_cpu 2022-09-27T15:33:28.2457972Z test_ops.py::TestCommonCPU::test_out_warning__refs_logspace_cpu 2022-09-27T15:33:28.2475971Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int32 2022-09-27T15:33:28.3756324Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int64 2022-09-27T15:33:28.3821849Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int64 2022-09-27T15:33:28.4656577Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int8 2022-09-27T15:33:28.4673228Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int8 2022-09-27T15:33:28.5702386Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_uint8 2022-09-27T15:33:28.5733997Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_uint8 2022-09-27T15:33:28.7023830Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bfloat16 2022-09-27T15:33:28.7035149Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int16 2022-09-27T15:33:28.7585987Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_uint8 2022-09-27T15:33:28.7648705Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int16 2022-09-27T15:33:28.8351789Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int32 2022-09-27T15:33:28.8363881Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bfloat16 2022-09-27T15:33:29.0442394Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bool 2022-09-27T15:33:29.0484786Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_uint8 2022-09-27T15:33:29.2830450Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:33:29.2847040Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bool 2022-09-27T15:33:29.2889470Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex128 2022-09-27T15:33:29.2898957Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logspace_cpu 2022-09-27T15:33:29.3220311Z test_ops.py::TestCommonCPU::test_out_warning__refs_maximum_cpu 2022-09-27T15:33:29.3365379Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_maximum_cpu 2022-09-27T15:33:29.3767609Z test_ops.py::TestCommonCPU::test_out_warning__refs_minimum_cpu 2022-09-27T15:33:29.3822901Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_minimum_cpu 2022-09-27T15:33:29.3855184Z test_ops.py::TestCommonCPU::test_out_warning__refs_narrow_cpu 2022-09-27T15:33:29.4297389Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_narrow_cpu 2022-09-27T15:33:29.4306566Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_cpu 2022-09-27T15:33:29.4744627Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_cpu 2022-09-27T15:33:29.4759516Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_zeros_cpu 2022-09-27T15:33:29.5075897Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_new_zeros_cpu 2022-09-27T15:33:29.5084406Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:33:29.5180341Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int8 2022-09-27T15:33:29.5186075Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_elu_cpu 2022-09-27T15:33:29.5623759Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_elu_cpu 2022-09-27T15:33:29.5624348Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardtanh_cpu 2022-09-27T15:33:29.6069874Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardtanh_cpu 2022-09-27T15:33:29.6070520Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_leaky_relu_cpu 2022-09-27T15:33:29.6504720Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_leaky_relu_cpu 2022-09-27T15:33:29.6732948Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:33:29.6908403Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:33:29.7049629Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu6_cpu 2022-09-27T15:33:29.7057051Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu6_cpu 2022-09-27T15:33:29.7063878Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex128 2022-09-27T15:33:29.7414497Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex64 2022-09-27T15:33:29.7930861Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softshrink_cpu 2022-09-27T15:33:29.7959667Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softshrink_cpu 2022-09-27T15:33:29.8128893Z test_ops.py::TestCommonCPU::test_out_warning__refs_ones_cpu 2022-09-27T15:33:29.8142928Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_ones_cpu 2022-09-27T15:33:29.8158055Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int8 2022-09-27T15:33:29.8202808Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex128 2022-09-27T15:33:29.8384574Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex128 2022-09-27T15:33:29.8627290Z test_ops.py::TestCommonCPU::test_out_warning__refs_prod_cpu 2022-09-27T15:33:29.8688449Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float32 2022-09-27T15:33:29.9107902Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float32 2022-09-27T15:33:29.9158181Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int64 2022-09-27T15:33:29.9545671Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int64 2022-09-27T15:33:29.9598857Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bool 2022-09-27T15:33:29.9740297Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bool 2022-09-27T15:33:29.9751454Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_prod_cpu 2022-09-27T15:33:29.9888702Z test_ops.py::TestCommonCPU::test_out_warning__refs_reciprocal_cpu 2022-09-27T15:33:29.9972858Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_reciprocal_cpu 2022-09-27T15:33:29.9982350Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int32 2022-09-27T15:33:29.9986825Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int64 2022-09-27T15:33:30.0051329Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float16 2022-09-27T15:33:30.0183182Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float16 2022-09-27T15:33:30.0209697Z test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_cpu 2022-09-27T15:33:30.0214368Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_cpu 2022-09-27T15:33:30.0223521Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex64 2022-09-27T15:33:30.0422525Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float16 2022-09-27T15:33:30.0479701Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int32 2022-09-27T15:33:30.0670438Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int32 2022-09-27T15:33:30.0807630Z test_ops.py::TestCommonCPU::test_out_warning__refs_rsqrt_cpu 2022-09-27T15:33:30.0908649Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_rsqrt_cpu 2022-09-27T15:33:30.0924027Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bfloat16 2022-09-27T15:33:30.1106682Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bfloat16 2022-09-27T15:33:30.1191773Z test_ops.py::TestCommonCPU::test_out_warning__refs_sign_cpu 2022-09-27T15:33:30.1345860Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sign_cpu 2022-09-27T15:33:30.1368186Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex64 2022-09-27T15:33:30.1549979Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex64 2022-09-27T15:33:30.1624102Z test_ops.py::TestCommonCPU::test_out_warning__refs_sinh_cpu 2022-09-27T15:33:30.1786241Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sinh_cpu 2022-09-27T15:33:30.1808002Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int16 2022-09-27T15:33:30.2103021Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int16 2022-09-27T15:33:30.2158933Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1e_cpu 2022-09-27T15:33:30.2225739Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1e_cpu 2022-09-27T15:33:30.2295619Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_uint8 2022-09-27T15:33:30.2336200Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_uint8 2022-09-27T15:33:30.2344826Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float16 2022-09-27T15:33:30.2465828Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float32 2022-09-27T15:33:30.2666273Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_5_cpu 2022-09-27T15:33:30.2688347Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex32 2022-09-27T15:33:30.3028106Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex32 2022-09-27T15:33:30.3039469Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_5_cpu 2022-09-27T15:33:30.3067052Z test_ops.py::TestCommonCPU::test_out_warning__refs_squeeze_cpu 2022-09-27T15:33:30.3107349Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_squeeze_cpu 2022-09-27T15:33:30.3126280Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float64 2022-09-27T15:33:30.3421689Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float64 2022-09-27T15:33:30.3429984Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float32 2022-09-27T15:33:30.3463506Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float64 2022-09-27T15:33:30.3545364Z test_ops.py::TestCommonCPU::test_out_warning__refs_sub_cpu 2022-09-27T15:33:30.3567557Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int8 2022-09-27T15:33:30.3924200Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int8 2022-09-27T15:33:30.3936417Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sub_cpu 2022-09-27T15:33:30.3985791Z test_ops.py::TestCommonCPU::test_out_warning__refs_tan_cpu 2022-09-27T15:33:30.4012727Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex128 2022-09-27T15:33:30.4444059Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_tan_cpu 2022-09-27T15:33:30.4444988Z test_ops.py::TestCommonCPU::test_out_warning__refs_trace_cpu 2022-09-27T15:33:30.4859153Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_trace_cpu 2022-09-27T15:33:30.5138627Z test_ops.py::TestCommonCPU::test_out_warning__refs_triu_cpu 2022-09-27T15:33:30.5293457Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_triu_cpu 2022-09-27T15:33:30.5299629Z test_ops.py::TestCommonCPU::test_out_warning__refs_unbind_cpu 2022-09-27T15:33:30.5791077Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_unbind_cpu 2022-09-27T15:33:30.6086559Z test_ops.py::TestCommonCPU::test_out_warning__refs_var_cpu 2022-09-27T15:33:30.6099258Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float64 2022-09-27T15:33:30.6166649Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int16 2022-09-27T15:33:30.6183631Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_var_cpu 2022-09-27T15:33:30.6215176Z test_ops.py::TestCommonCPU::test_out_warning__refs_vsplit_cpu 2022-09-27T15:33:30.6665523Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_vsplit_cpu 2022-09-27T15:33:30.6724623Z test_ops.py::TestCommonCPU::test_out_warning_abs_cpu 2022-09-27T15:33:30.7149846Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_abs_cpu 2022-09-27T15:33:30.7177423Z test_ops.py::TestCommonCPU::test_out_warning_addbmm_cpu 2022-09-27T15:33:30.7556014Z [gw1] [ 25%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_addbmm_cpu 2022-09-27T15:33:30.7693181Z test_ops.py::TestCommonCPU::test_out_warning_addmm_decomposed_cpu 2022-09-27T15:33:30.8025411Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addmm_decomposed_cpu 2022-09-27T15:33:30.8059909Z test_ops.py::TestCommonCPU::test_out_warning_allclose_cpu 2022-09-27T15:33:30.8154977Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_allclose_cpu 2022-09-27T15:33:30.8162517Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int16 2022-09-27T15:33:30.8417457Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int32 2022-09-27T15:33:30.8424791Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int64 2022-09-27T15:33:30.8494412Z test_ops.py::TestCommonCPU::test_out_warning_angle_cpu 2022-09-27T15:33:30.8513512Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_angle_cpu 2022-09-27T15:33:30.8835811Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int8 2022-09-27T15:33:30.8843905Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex128 2022-09-27T15:33:30.8863345Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float32 2022-09-27T15:33:30.9167423Z test_ops.py::TestCommonCPU::test_out_warning_argmin_cpu 2022-09-27T15:33:30.9311175Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_argmin_cpu 2022-09-27T15:33:30.9501619Z test_ops.py::TestCommonCPU::test_out_warning_as_strided_scatter_cpu 2022-09-27T15:33:30.9748352Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_as_strided_scatter_cpu 2022-09-27T15:33:30.9839879Z test_ops.py::TestCommonCPU::test_out_warning_atan_cpu 2022-09-27T15:33:31.0218943Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atan_cpu 2022-09-27T15:33:31.0229722Z test_ops.py::TestCommonCPU::test_out_warning_atleast_3d_cpu 2022-09-27T15:33:31.0627949Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atleast_3d_cpu 2022-09-27T15:33:31.0654424Z test_ops.py::TestCommonCPU::test_out_warning_bincount_cpu 2022-09-27T15:33:31.1000178Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bincount_cpu 2022-09-27T15:33:31.1011440Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float32 2022-09-27T15:33:31.1139879Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int64 2022-09-27T15:33:31.1179480Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_or_cpu 2022-09-27T15:33:31.1188474Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int32 2022-09-27T15:33:31.1298812Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int64 2022-09-27T15:33:31.1607716Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_or_cpu 2022-09-27T15:33:31.1691220Z test_ops.py::TestCommonCPU::test_out_warning_bmm_cpu 2022-09-27T15:33:31.2103094Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bmm_cpu 2022-09-27T15:33:31.2110287Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_to_cpu 2022-09-27T15:33:31.2561308Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_broadcast_to_cpu 2022-09-27T15:33:31.2793482Z test_ops.py::TestCommonCPU::test_out_warning_cat_cpu 2022-09-27T15:33:31.3023126Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cat_cpu 2022-09-27T15:33:31.3030927Z test_ops.py::TestCommonCPU::test_out_warning_char_cpu 2022-09-27T15:33:31.3494449Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_char_cpu 2022-09-27T15:33:31.3505484Z test_ops.py::TestCommonCPU::test_out_warning_chunk_cpu 2022-09-27T15:33:31.3940737Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_chunk_cpu 2022-09-27T15:33:31.3944015Z test_ops.py::TestCommonCPU::test_out_warning_clone_cpu 2022-09-27T15:33:31.4250827Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_clone_cpu 2022-09-27T15:33:31.4286896Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int64 2022-09-27T15:33:31.4343958Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int8 2022-09-27T15:33:31.4370716Z test_ops.py::TestCommonCPU::test_out_warning_conj_cpu 2022-09-27T15:33:31.4773367Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_conj_cpu 2022-09-27T15:33:31.4813511Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int64 2022-09-27T15:33:31.4825077Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bool 2022-09-27T15:33:31.5169378Z test_ops.py::TestCommonCPU::test_out_warning_copysign_cpu 2022-09-27T15:33:31.5308509Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_copysign_cpu 2022-09-27T15:33:31.5309208Z test_ops.py::TestCommonCPU::test_out_warning_count_nonzero_cpu 2022-09-27T15:33:31.5843004Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_count_nonzero_cpu 2022-09-27T15:33:31.5877078Z test_ops.py::TestCommonCPU::test_out_warning_cummin_cpu 2022-09-27T15:33:31.6189185Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cummin_cpu 2022-09-27T15:33:31.6306352Z test_ops.py::TestCommonCPU::test_out_warning_deg2rad_cpu 2022-09-27T15:33:31.6414213Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_deg2rad_cpu 2022-09-27T15:33:31.6425804Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int8 2022-09-27T15:33:31.6629437Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_uint8 2022-09-27T15:33:31.6668444Z test_ops.py::TestCommonCPU::test_out_warning_diagonal_cpu 2022-09-27T15:33:31.6815879Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diagonal_cpu 2022-09-27T15:33:31.6826829Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int8 2022-09-27T15:33:31.7107742Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_uint8 2022-09-27T15:33:31.7219040Z test_ops.py::TestCommonCPU::test_out_warning_dist_cpu 2022-09-27T15:33:31.7624014Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_dist_cpu 2022-09-27T15:33:31.7645250Z test_ops.py::TestCommonCPU::test_out_warning_dot_cpu 2022-09-27T15:33:31.7782193Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_dot_cpu 2022-09-27T15:33:31.7796277Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_uint8 2022-09-27T15:33:31.7820103Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_bfloat16 2022-09-27T15:33:31.8053451Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_bfloat16 2022-09-27T15:33:31.8054024Z test_ops.py::TestCommonCPU::test_out_warning_einsum_cpu 2022-09-27T15:33:31.8194959Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_einsum_cpu 2022-09-27T15:33:31.8201782Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bool 2022-09-27T15:33:31.8225202Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int32 2022-09-27T15:33:31.8429033Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float16 2022-09-27T15:33:31.8473851Z test_ops.py::TestCommonCPU::test_out_warning_equal_cpu 2022-09-27T15:33:31.8911178Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_equal_cpu 2022-09-27T15:33:31.9011339Z test_ops.py::TestCommonCPU::test_out_warning_exp2_cpu 2022-09-27T15:33:31.9401634Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_exp2_cpu 2022-09-27T15:33:31.9419158Z test_ops.py::TestCommonCPU::test_out_warning_expm1_cpu 2022-09-27T15:33:31.9904452Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_expm1_cpu 2022-09-27T15:33:32.0333438Z test_ops.py::TestCommonCPU::test_out_warning_fft_fftn_cpu 2022-09-27T15:33:32.0366961Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_fftn_cpu 2022-09-27T15:33:32.0399941Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfftn_cpu 2022-09-27T15:33:32.0407866Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int32 2022-09-27T15:33:32.0838110Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bfloat16 2022-09-27T15:33:32.0893665Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_hfftn_cpu 2022-09-27T15:33:32.0921214Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifftshift_cpu 2022-09-27T15:33:32.1201919Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_ifftshift_cpu 2022-09-27T15:33:32.1209474Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_uint8 2022-09-27T15:33:32.1351874Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bfloat16 2022-09-27T15:33:32.2269346Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfft2_cpu 2022-09-27T15:33:32.2364112Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_irfft2_cpu 2022-09-27T15:33:32.2809547Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfft_cpu 2022-09-27T15:33:32.2947477Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_rfft_cpu 2022-09-27T15:33:32.2979440Z test_ops.py::TestCommonCPU::test_out_warning_flip_cpu 2022-09-27T15:33:32.3387168Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_flip_cpu 2022-09-27T15:33:32.3627351Z test_ops.py::TestCommonCPU::test_out_warning_float_power_cpu 2022-09-27T15:33:32.3852077Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_float_power_cpu 2022-09-27T15:33:32.4050992Z test_ops.py::TestCommonCPU::test_out_warning_fmin_cpu 2022-09-27T15:33:32.4320847Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fmin_cpu 2022-09-27T15:33:32.4328579Z test_ops.py::TestCommonCPU::test_out_warning_full_like_cpu 2022-09-27T15:33:32.4758451Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_full_like_cpu 2022-09-27T15:33:32.4785766Z test_ops.py::TestCommonCPU::test_out_warning_geqrf_cpu 2022-09-27T15:33:32.4807096Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bfloat16 2022-09-27T15:33:32.5960041Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int16 2022-09-27T15:33:32.5975958Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_geqrf_cpu 2022-09-27T15:33:32.6217600Z test_ops.py::TestCommonCPU::test_out_warning_heaviside_cpu 2022-09-27T15:33:32.6415650Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_heaviside_cpu 2022-09-27T15:33:32.6429885Z test_ops.py::TestCommonCPU::test_out_warning_hsplit_cpu 2022-09-27T15:33:32.6603207Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_hsplit_cpu 2022-09-27T15:33:32.6626090Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int16 2022-09-27T15:33:32.6867952Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_uint8 2022-09-27T15:33:32.7103866Z test_ops.py::TestCommonCPU::test_out_warning_igamma_cpu 2022-09-27T15:33:32.7307123Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_igamma_cpu 2022-09-27T15:33:32.7442466Z test_ops.py::TestCommonCPU::test_out_warning_index_copy_cpu 2022-09-27T15:33:32.7730339Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_copy_cpu 2022-09-27T15:33:32.7747900Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bfloat16 2022-09-27T15:33:32.7748511Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bool 2022-09-27T15:33:32.7874218Z test_ops.py::TestCommonCPU::test_out_warning_index_select_cpu 2022-09-27T15:33:32.8189500Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_select_cpu 2022-09-27T15:33:32.8217918Z test_ops.py::TestCommonCPU::test_out_warning_isfinite_cpu 2022-09-27T15:33:32.8228217Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_uint8 2022-09-27T15:33:32.8237596Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float16 2022-09-27T15:33:32.8245420Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isfinite_cpu 2022-09-27T15:33:32.8246688Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float32 2022-09-27T15:33:32.8670759Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float64 2022-09-27T15:33:32.8738751Z test_ops.py::TestCommonCPU::test_out_warning_isneginf_cpu 2022-09-27T15:33:32.9108192Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isneginf_cpu 2022-09-27T15:33:32.9137717Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_2inputs_2outputs_cpu 2022-09-27T15:33:32.9586773Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_jiterator_2inputs_2outputs_cpu 2022-09-27T15:33:32.9608170Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_unary_cpu 2022-09-27T15:33:32.9976756Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_jiterator_unary_cpu 2022-09-27T15:33:33.0009237Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bool 2022-09-27T15:33:33.0061492Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float16 2022-09-27T15:33:33.0244311Z test_ops.py::TestCommonCPU::test_out_warning_ldexp_cpu 2022-09-27T15:33:33.0259300Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float64 2022-09-27T15:33:33.0292435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bfloat16 2022-09-27T15:33:33.0357055Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bfloat16 2022-09-27T15:33:33.0465225Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ldexp_cpu 2022-09-27T15:33:33.0665475Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_cpu 2022-09-27T15:33:33.0695441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bool 2022-09-27T15:33:33.0705376Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bool 2022-09-27T15:33:33.0907825Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_cpu 2022-09-27T15:33:33.1106831Z test_ops.py::TestCommonCPU::test_out_warning_linalg_det_cpu 2022-09-27T15:33:33.1133494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex128 2022-09-27T15:33:33.1488916Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex128 2022-09-27T15:33:33.1512566Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_det_cpu 2022-09-27T15:33:33.1544925Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvals_cpu 2022-09-27T15:33:33.1572949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex64 2022-09-27T15:33:33.1747863Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex64 2022-09-27T15:33:33.1753400Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float32 2022-09-27T15:33:33.1810655Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float64 2022-09-27T15:33:33.1942355Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvals_cpu 2022-09-27T15:33:33.1982720Z test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_ex_cpu 2022-09-27T15:33:33.2011175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float32 2022-09-27T15:33:33.2184324Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float32 2022-09-27T15:33:33.2431585Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_ex_cpu 2022-09-27T15:33:33.2437582Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_cpu 2022-09-27T15:33:33.2460067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float64 2022-09-27T15:33:33.2867699Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float64 2022-09-27T15:33:33.2895477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int16 2022-09-27T15:33:33.3305355Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int16 2022-09-27T15:33:33.3330219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int32 2022-09-27T15:33:33.3748214Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int32 2022-09-27T15:33:33.3780547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int64 2022-09-27T15:33:33.3938902Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int64 2022-09-27T15:33:33.4011354Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_cpu 2022-09-27T15:33:33.4186297Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_ex_cpu 2022-09-27T15:33:33.4217148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int8 2022-09-27T15:33:33.4469500Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int8 2022-09-27T15:33:33.4514548Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_ex_cpu 2022-09-27T15:33:33.4665520Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_cpu 2022-09-27T15:33:33.4697612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_uint8 2022-09-27T15:33:33.4720236Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_uint8 2022-09-27T15:33:33.4740893Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float16 2022-09-27T15:33:33.5148812Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float32 2022-09-27T15:33:33.5182287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:33.5628733Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:33.5703895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bool 2022-09-27T15:33:33.6025083Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bool 2022-09-27T15:33:33.6036773Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float64 2022-09-27T15:33:33.6132349Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int16 2022-09-27T15:33:33.6159004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex128 2022-09-27T15:33:33.6577085Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex128 2022-09-27T15:33:33.6582308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex64 2022-09-27T15:33:33.7059080Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex64 2022-09-27T15:33:33.7059603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float32 2022-09-27T15:33:33.7098687Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float32 2022-09-27T15:33:33.7113283Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_cpu 2022-09-27T15:33:33.7471374Z test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_subgradients_at_zero_cpu 2022-09-27T15:33:33.7504079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float64 2022-09-27T15:33:33.7980781Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float64 2022-09-27T15:33:33.7988897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int16 2022-09-27T15:33:33.8244430Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int16 2022-09-27T15:33:33.8249692Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float32 2022-09-27T15:33:33.8386331Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float64 2022-09-27T15:33:33.8413331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int32 2022-09-27T15:33:33.8767401Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int32 2022-09-27T15:33:33.8774435Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int16 2022-09-27T15:33:33.8784100Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int32 2022-09-27T15:33:33.8791526Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_subgradients_at_zero_cpu 2022-09-27T15:33:33.8862370Z test_ops.py::TestCommonCPU::test_out_warning_linalg_qr_cpu 2022-09-27T15:33:33.8862826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int64 2022-09-27T15:33:33.9302644Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int64 2022-09-27T15:33:33.9303510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int8 2022-09-27T15:33:33.9717064Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int8 2022-09-27T15:33:33.9737862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_uint8 2022-09-27T15:33:34.0209404Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_uint8 2022-09-27T15:33:34.0223233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bfloat16 2022-09-27T15:33:34.0439658Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bfloat16 2022-09-27T15:33:34.0479061Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_qr_cpu 2022-09-27T15:33:34.0652523Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_triangular_cpu 2022-09-27T15:33:34.0656548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bool 2022-09-27T15:33:34.1105515Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bool 2022-09-27T15:33:34.1106294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex128 2022-09-27T15:33:34.1521721Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex128 2022-09-27T15:33:34.1536570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex32 2022-09-27T15:33:34.1619331Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex32 2022-09-27T15:33:34.1630799Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int32 2022-09-27T15:33:34.1987941Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int64 2022-09-27T15:33:34.2026310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex64 2022-09-27T15:33:34.2467973Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex64 2022-09-27T15:33:34.2495841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float16 2022-09-27T15:33:34.2944716Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float16 2022-09-27T15:33:34.2969899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float32 2022-09-27T15:33:34.3426414Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float32 2022-09-27T15:33:34.3450151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float64 2022-09-27T15:33:34.3662386Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float64 2022-09-27T15:33:34.3674051Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_triangular_cpu 2022-09-27T15:33:34.3702213Z test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorsolve_cpu 2022-09-27T15:33:34.3708823Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float64 2022-09-27T15:33:34.3821923Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int16 2022-09-27T15:33:34.3864525Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorsolve_cpu 2022-09-27T15:33:34.3899699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int16 2022-09-27T15:33:34.4190574Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int16 2022-09-27T15:33:34.4216915Z test_ops.py::TestCommonCPU::test_out_warning_linspace_cpu 2022-09-27T15:33:34.4305596Z [gw1] [ 25%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_linspace_cpu 2022-09-27T15:33:34.4331688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int32 2022-09-27T15:33:34.4585832Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int32 2022-09-27T15:33:34.4645196Z test_ops.py::TestCommonCPU::test_out_warning_log_cpu 2022-09-27T15:33:34.4654131Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int64 2022-09-27T15:33:34.4668145Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int8 2022-09-27T15:33:34.4759975Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log_cpu 2022-09-27T15:33:34.4769495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int64 2022-09-27T15:33:34.5067179Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int64 2022-09-27T15:33:34.5139050Z test_ops.py::TestCommonCPU::test_out_warning_logaddexp_cpu 2022-09-27T15:33:34.5184863Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logaddexp_cpu 2022-09-27T15:33:34.5212856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int8 2022-09-27T15:33:34.5447898Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int8 2022-09-27T15:33:34.5455761Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int16 2022-09-27T15:33:34.5504954Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int32 2022-09-27T15:33:34.5607059Z test_ops.py::TestCommonCPU::test_out_warning_logical_not_cpu 2022-09-27T15:33:34.5623128Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logical_not_cpu 2022-09-27T15:33:34.5645902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_uint8 2022-09-27T15:33:34.5947223Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_uint8 2022-09-27T15:33:34.6014739Z test_ops.py::TestCommonCPU::test_out_warning_logspace_cpu 2022-09-27T15:33:34.6107245Z [gw1] [ 25%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_logspace_cpu 2022-09-27T15:33:34.6109750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:34.6386785Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:34.6459824Z test_ops.py::TestCommonCPU::test_out_warning_lu_cpu 2022-09-27T15:33:34.6505684Z [gw1] [ 25%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_lu_cpu 2022-09-27T15:33:34.6534924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bool 2022-09-27T15:33:34.6860427Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bool 2022-09-27T15:33:34.6865391Z test_ops.py::TestCommonCPU::test_out_warning_mT_cpu 2022-09-27T15:33:34.6946451Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mT_cpu 2022-09-27T15:33:34.6958641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex128 2022-09-27T15:33:34.6974984Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int8 2022-09-27T15:33:34.6979470Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_uint8 2022-09-27T15:33:34.7297945Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex128 2022-09-27T15:33:34.7361729Z test_ops.py::TestCommonCPU::test_out_warning_matmul_cpu 2022-09-27T15:33:34.7373631Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int32 2022-09-27T15:33:34.7416871Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int64 2022-09-27T15:33:34.7421578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex32 2022-09-27T15:33:34.7744910Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex32 2022-09-27T15:33:34.7753869Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_matmul_cpu 2022-09-27T15:33:34.7856954Z test_ops.py::TestCommonCPU::test_out_warning_max_reduction_with_dim_cpu 2022-09-27T15:33:34.7863461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex64 2022-09-27T15:33:34.8301070Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex64 2022-09-27T15:33:34.8306532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float16 2022-09-27T15:33:34.8516658Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float16 2022-09-27T15:33:34.8531061Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_max_reduction_with_dim_cpu 2022-09-27T15:33:34.8564701Z test_ops.py::TestCommonCPU::test_out_warning_meshgrid_list_of_tensors_cpu 2022-09-27T15:33:34.8765234Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_meshgrid_list_of_tensors_cpu 2022-09-27T15:33:34.8774954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float32 2022-09-27T15:33:34.9114725Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float32 2022-09-27T15:33:34.9191852Z test_ops.py::TestCommonCPU::test_out_warning_min_reduction_with_dim_cpu 2022-09-27T15:33:34.9214020Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_min_reduction_with_dim_cpu 2022-09-27T15:33:34.9219306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float64 2022-09-27T15:33:34.9424026Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float64 2022-09-27T15:33:34.9441713Z test_ops.py::TestCommonCPU::test_out_warning_movedim_cpu 2022-09-27T15:33:35.1517480Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_uint8 2022-09-27T15:33:35.1529446Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_movedim_cpu 2022-09-27T15:33:35.1535466Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int64 2022-09-27T15:33:35.1541489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int16 2022-09-27T15:33:35.1547421Z test_ops.py::TestCommonCPU::test_out_warning_mv_cpu 2022-09-27T15:33:35.1552463Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bfloat16 2022-09-27T15:33:35.1563075Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int8 2022-09-27T15:33:35.1570831Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int16 2022-09-27T15:33:35.1590708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int32 2022-09-27T15:33:35.1598596Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mv_cpu 2022-09-27T15:33:35.1605254Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int32 2022-09-27T15:33:35.1671580Z test_ops.py::TestCommonCPU::test_out_warning_nan_to_num_cpu 2022-09-27T15:33:35.1984894Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nan_to_num_cpu 2022-09-27T15:33:35.2012206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int64 2022-09-27T15:33:35.2027283Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int64 2022-09-27T15:33:35.2111153Z test_ops.py::TestCommonCPU::test_out_warning_nansum_cpu 2022-09-27T15:33:35.2122650Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bfloat16 2022-09-27T15:33:35.2422655Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bool 2022-09-27T15:33:35.2448299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int8 2022-09-27T15:33:35.2552249Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int8 2022-09-27T15:33:35.2558562Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bool 2022-09-27T15:33:35.2863515Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex128 2022-09-27T15:33:35.2895547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_uint8 2022-09-27T15:33:35.2942278Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_uint8 2022-09-27T15:33:35.2950613Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nansum_cpu 2022-09-27T15:33:35.3018159Z test_ops.py::TestCommonCPU::test_out_warning_ne_cpu 2022-09-27T15:33:35.3026383Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex128 2022-09-27T15:33:35.3196864Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex64 2022-09-27T15:33:35.3305362Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ne_cpu 2022-09-27T15:33:35.3334245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bfloat16 2022-09-27T15:33:35.3382992Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bfloat16 2022-09-27T15:33:35.3412489Z test_ops.py::TestCommonCPU::test_out_warning_new_full_cpu 2022-09-27T15:33:35.3424938Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int8 2022-09-27T15:33:35.3432013Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_new_full_cpu 2022-09-27T15:33:35.3470332Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_uint8 2022-09-27T15:33:35.3479262Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex64 2022-09-27T15:33:35.3742420Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float16 2022-09-27T15:33:35.3774157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bool 2022-09-27T15:33:35.3823762Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bool 2022-09-27T15:33:35.3856904Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool1d_cpu 2022-09-27T15:33:35.3901981Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool1d_cpu 2022-09-27T15:33:35.3942068Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float16 2022-09-27T15:33:35.4183439Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float32 2022-09-27T15:33:35.4205109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex128 2022-09-27T15:33:35.4262048Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex128 2022-09-27T15:33:35.4285685Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool2d_cpu 2022-09-27T15:33:35.4473762Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool2d_cpu 2022-09-27T15:33:35.4480119Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float32 2022-09-27T15:33:35.4664600Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float64 2022-09-27T15:33:35.4693047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex32 2022-09-27T15:33:35.4743431Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex32 2022-09-27T15:33:35.5037283Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool3d_cpu 2022-09-27T15:33:35.5047527Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float64 2022-09-27T15:33:35.5075008Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int16 2022-09-27T15:33:35.5103217Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool3d_cpu 2022-09-27T15:33:35.5131237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex64 2022-09-27T15:33:35.5159490Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex64 2022-09-27T15:33:35.5169357Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_uint8 2022-09-27T15:33:35.5182404Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bfloat16 2022-09-27T15:33:35.5215490Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_cpu 2022-09-27T15:33:35.5452848Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_cpu 2022-09-27T15:33:35.5462493Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int16 2022-09-27T15:33:35.5543541Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int32 2022-09-27T15:33:35.5569427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float16 2022-09-27T15:33:35.5628065Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float16 2022-09-27T15:33:35.5698039Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv2d_cpu 2022-09-27T15:33:35.5941385Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv2d_cpu 2022-09-27T15:33:35.5949829Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int32 2022-09-27T15:33:35.5984758Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int64 2022-09-27T15:33:35.6016985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float32 2022-09-27T15:33:35.6063019Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float32 2022-09-27T15:33:35.6097160Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_embedding_loss_cpu 2022-09-27T15:33:35.6401169Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_embedding_loss_cpu 2022-09-27T15:33:35.6422679Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int64 2022-09-27T15:33:35.6425853Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int8 2022-09-27T15:33:35.6444516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float64 2022-09-27T15:33:35.6502788Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float64 2022-09-27T15:33:35.6535869Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout2d_cpu 2022-09-27T15:33:35.6821454Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout2d_cpu 2022-09-27T15:33:35.6863241Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int8 2022-09-27T15:33:35.6904505Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_uint8 2022-09-27T15:33:35.6930492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int16 2022-09-27T15:33:35.6943680Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int16 2022-09-27T15:33:35.7051863Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_bag_cpu 2022-09-27T15:33:35.7269796Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_bag_cpu 2022-09-27T15:33:35.7302414Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_uint8 2022-09-27T15:33:35.7344327Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bfloat16 2022-09-27T15:33:35.7377866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int32 2022-09-27T15:33:35.7396869Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int32 2022-09-27T15:33:35.7548451Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool2d_cpu 2022-09-27T15:33:35.7621666Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool2d_cpu 2022-09-27T15:33:35.7692428Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bfloat16 2022-09-27T15:33:35.7699893Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bfloat16 2022-09-27T15:33:35.7742355Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bool 2022-09-27T15:33:35.7784091Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bool 2022-09-27T15:33:35.7814070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int64 2022-09-27T15:33:35.7825855Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int64 2022-09-27T15:33:35.7892453Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_glu_cpu 2022-09-27T15:33:35.7980729Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_glu_cpu 2022-09-27T15:33:35.8185201Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bool 2022-09-27T15:33:35.8265315Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex128 2022-09-27T15:33:35.8294518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int8 2022-09-27T15:33:35.8304956Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int8 2022-09-27T15:33:35.8306870Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardsigmoid_cpu 2022-09-27T15:33:35.8523682Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardsigmoid_cpu 2022-09-27T15:33:35.8623140Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex128 2022-09-27T15:33:35.8704484Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex32 2022-09-27T15:33:35.8707067Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_huber_loss_cpu 2022-09-27T15:33:35.8730193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_uint8 2022-09-27T15:33:35.8736130Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_uint8 2022-09-27T15:33:35.8972489Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_huber_loss_cpu 2022-09-27T15:33:35.9102852Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex32 2022-09-27T15:33:35.9129768Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex64 2022-09-27T15:33:35.9137044Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bool 2022-09-27T15:33:35.9145175Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float16 2022-09-27T15:33:35.9148793Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bilinear_cpu 2022-09-27T15:33:35.9170719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:35.9180412Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bilinear_cpu 2022-09-27T15:33:35.9406883Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:35.9541470Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex64 2022-09-27T15:33:35.9584242Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float16 2022-09-27T15:33:35.9585555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bool 2022-09-27T15:33:35.9620018Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_kl_div_cpu 2022-09-27T15:33:35.9623822Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bool 2022-09-27T15:33:35.9835073Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_kl_div_cpu 2022-09-27T15:33:35.9988268Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float16 2022-09-27T15:33:36.0025853Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float32 2022-09-27T15:33:36.0064901Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_linear_cpu 2022-09-27T15:33:36.0102178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex128 2022-09-27T15:33:36.0299914Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex128 2022-09-27T15:33:36.0387779Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float32 2022-09-27T15:33:36.0423488Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_linear_cpu 2022-09-27T15:33:36.0463530Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float64 2022-09-27T15:33:36.0496614Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool1d_cpu 2022-09-27T15:33:36.0503850Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool1d_cpu 2022-09-27T15:33:36.0533839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex32 2022-09-27T15:33:36.0724608Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex32 2022-09-27T15:33:36.0862651Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float64 2022-09-27T15:33:36.0902436Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int16 2022-09-27T15:33:36.0927957Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_grad_cpu 2022-09-27T15:33:36.0941977Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_grad_cpu 2022-09-27T15:33:36.0965710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex64 2022-09-27T15:33:36.1100343Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex64 2022-09-27T15:33:36.1312544Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int16 2022-09-27T15:33:36.1345892Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int32 2022-09-27T15:33:36.1454487Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_grad_cpu 2022-09-27T15:33:36.1458210Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_grad_cpu 2022-09-27T15:33:36.1460606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float16 2022-09-27T15:33:36.1576879Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float16 2022-09-27T15:33:36.1743571Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int32 2022-09-27T15:33:36.1784427Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int64 2022-09-27T15:33:36.1817445Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_margin_loss_cpu 2022-09-27T15:33:36.1858471Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_margin_loss_cpu 2022-09-27T15:33:36.1860945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float32 2022-09-27T15:33:36.1987376Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float32 2022-09-27T15:33:36.2183903Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int64 2022-09-27T15:33:36.2223718Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int8 2022-09-27T15:33:36.2244706Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_one_hot_cpu 2022-09-27T15:33:36.2261243Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_one_hot_cpu 2022-09-27T15:33:36.2269543Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float16 2022-09-27T15:33:36.2272332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float64 2022-09-27T15:33:36.2291936Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float32 2022-09-27T15:33:36.2407517Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float64 2022-09-27T15:33:36.2628550Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int8 2022-09-27T15:33:36.2706449Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_uint8 2022-09-27T15:33:36.2712190Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_replicate_cpu 2022-09-27T15:33:36.2732943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int16 2022-09-27T15:33:36.2746728Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int16 2022-09-27T15:33:36.2885338Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_replicate_cpu 2022-09-27T15:33:36.3103770Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_uint8 2022-09-27T15:33:36.3145036Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bfloat16 2022-09-27T15:33:36.3147265Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_unshuffle_cpu 2022-09-27T15:33:36.3177498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int32 2022-09-27T15:33:36.3182630Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int32 2022-09-27T15:33:36.3529501Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_unshuffle_cpu 2022-09-27T15:33:36.3543754Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bfloat16 2022-09-27T15:33:36.3586011Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bool 2022-09-27T15:33:36.3588519Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu_cpu 2022-09-27T15:33:36.3620103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int64 2022-09-27T15:33:36.3629787Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu_cpu 2022-09-27T15:33:36.3864189Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int64 2022-09-27T15:33:36.3926719Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bool 2022-09-27T15:33:36.3935367Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float32 2022-09-27T15:33:36.3981849Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float64 2022-09-27T15:33:36.4023606Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex128 2022-09-27T15:33:36.4025411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int8 2022-09-27T15:33:36.4054494Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_cpu 2022-09-27T15:33:36.4062487Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int8 2022-09-27T15:33:36.4417157Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_cpu 2022-09-27T15:33:36.4427301Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex128 2022-09-27T15:33:36.4465457Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex32 2022-09-27T15:33:36.4469013Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_with_dtype_cpu 2022-09-27T15:33:36.4496038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_uint8 2022-09-27T15:33:36.4508985Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_with_dtype_cpu 2022-09-27T15:33:36.4834262Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_uint8 2022-09-27T15:33:36.4861652Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex32 2022-09-27T15:33:36.4902700Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex64 2022-09-27T15:33:36.4945594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bfloat16 2022-09-27T15:33:36.4954333Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bfloat16 2022-09-27T15:33:36.4982497Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_tanhshrink_cpu 2022-09-27T15:33:36.5238547Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_tanhshrink_cpu 2022-09-27T15:33:36.5306698Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex64 2022-09-27T15:33:36.5346657Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float16 2022-09-27T15:33:36.5384043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bool 2022-09-27T15:33:36.5396093Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bool 2022-09-27T15:33:36.5430576Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_unfold_cpu 2022-09-27T15:33:36.5660212Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_unfold_cpu 2022-09-27T15:33:36.5742495Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float16 2022-09-27T15:33:36.5786379Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float32 2022-09-27T15:33:36.5817441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex128 2022-09-27T15:33:36.5864024Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex128 2022-09-27T15:33:36.5945702Z test_ops.py::TestCommonCPU::test_out_warning_norm_cpu 2022-09-27T15:33:36.5954721Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float64 2022-09-27T15:33:36.6150385Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int16 2022-09-27T15:33:36.6181793Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float32 2022-09-27T15:33:36.6223323Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float64 2022-09-27T15:33:36.6247603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex32 2022-09-27T15:33:36.6519084Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex32 2022-09-27T15:33:36.6624818Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float64 2022-09-27T15:33:36.6664236Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int16 2022-09-27T15:33:36.6697095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex64 2022-09-27T15:33:36.6811540Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex64 2022-09-27T15:33:36.6819433Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_norm_cpu 2022-09-27T15:33:36.6909406Z test_ops.py::TestCommonCPU::test_out_warning_normal_cpu 2022-09-27T15:33:36.7000539Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int16 2022-09-27T15:33:36.7064091Z [gw1] [ 26%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_normal_cpu 2022-09-27T15:33:36.7104419Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int32 2022-09-27T15:33:36.7141504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float16 2022-09-27T15:33:36.7223945Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float16 2022-09-27T15:33:36.7271976Z test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_var_mean_cpu 2022-09-27T15:33:36.7353445Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_var_mean_cpu 2022-09-27T15:33:36.7501883Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int32 2022-09-27T15:33:36.7519029Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int64 2022-09-27T15:33:36.7527623Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int16 2022-09-27T15:33:36.7543041Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int32 2022-09-27T15:33:36.7573369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float32 2022-09-27T15:33:36.7662094Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float32 2022-09-27T15:33:36.7690565Z test_ops.py::TestCommonCPU::test_out_warning_permute_cpu 2022-09-27T15:33:36.7781643Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_permute_cpu 2022-09-27T15:33:36.7945644Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int64 2022-09-27T15:33:36.7984595Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int8 2022-09-27T15:33:36.8010463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float64 2022-09-27T15:33:36.8104096Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float64 2022-09-27T15:33:36.8123789Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_1_cpu 2022-09-27T15:33:36.8322928Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_1_cpu 2022-09-27T15:33:36.8382134Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int8 2022-09-27T15:33:36.8422590Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_uint8 2022-09-27T15:33:36.8446694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int16 2022-09-27T15:33:36.8563240Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int16 2022-09-27T15:33:36.8569378Z test_ops.py::TestCommonCPU::test_out_warning_positive_cpu 2022-09-27T15:33:36.8743896Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_positive_cpu 2022-09-27T15:33:36.8823344Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_uint8 2022-09-27T15:33:36.8863336Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bfloat16 2022-09-27T15:33:36.8891671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int32 2022-09-27T15:33:36.8983373Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int32 2022-09-27T15:33:36.9048925Z test_ops.py::TestCommonCPU::test_out_warning_qr_cpu 2022-09-27T15:33:36.9196698Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bfloat16 2022-09-27T15:33:36.9205088Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int32 2022-09-27T15:33:36.9263183Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int64 2022-09-27T15:33:36.9304039Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bool 2022-09-27T15:33:36.9327167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int64 2022-09-27T15:33:36.9443296Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int64 2022-09-27T15:33:36.9639470Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bool 2022-09-27T15:33:36.9647380Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_qr_cpu 2022-09-27T15:33:36.9683109Z test_ops.py::TestCommonCPU::test_out_warning_randint_like_cpu 2022-09-27T15:33:36.9703120Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_randint_like_cpu 2022-09-27T15:33:36.9743271Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex128 2022-09-27T15:33:36.9773802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int8 2022-09-27T15:33:36.9927071Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int8 2022-09-27T15:33:37.0061301Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex128 2022-09-27T15:33:37.0078481Z test_ops.py::TestCommonCPU::test_out_warning_real_cpu 2022-09-27T15:33:37.0142120Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_real_cpu 2022-09-27T15:33:37.0182061Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex32 2022-09-27T15:33:37.0207226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_uint8 2022-09-27T15:33:37.0372641Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_uint8 2022-09-27T15:33:37.0504935Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex32 2022-09-27T15:33:37.0548620Z test_ops.py::TestCommonCPU::test_out_warning_repeat_cpu 2022-09-27T15:33:37.0582935Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_repeat_cpu 2022-09-27T15:33:37.0623864Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex64 2022-09-27T15:33:37.0655719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:37.0794218Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:37.0830989Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex64 2022-09-27T15:33:37.0838548Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int64 2022-09-27T15:33:37.0942614Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int8 2022-09-27T15:33:37.0965515Z test_ops.py::TestCommonCPU::test_out_warning_resize__cpu 2022-09-27T15:33:37.1064034Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_resize__cpu 2022-09-27T15:33:37.1064625Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float16 2022-09-27T15:33:37.1089927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bool 2022-09-27T15:33:37.1267758Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bool 2022-09-27T15:33:37.1383919Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float16 2022-09-27T15:33:37.1406695Z test_ops.py::TestCommonCPU::test_out_warning_roll_cpu 2022-09-27T15:33:37.1504834Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_roll_cpu 2022-09-27T15:33:37.1508191Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float32 2022-09-27T15:33:37.1532029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex128 2022-09-27T15:33:37.1687852Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex128 2022-09-27T15:33:37.1822985Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float32 2022-09-27T15:33:37.1838637Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_3_cpu 2022-09-27T15:33:37.1945005Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_round_decimals_3_cpu 2022-09-27T15:33:37.1967556Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float64 2022-09-27T15:33:37.1969124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex32 2022-09-27T15:33:37.2152560Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex32 2022-09-27T15:33:37.2262715Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float64 2022-09-27T15:33:37.2324025Z test_ops.py::TestCommonCPU::test_out_warning_scatter_add_cpu 2022-09-27T15:33:37.2332928Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int8 2022-09-27T15:33:37.2384477Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_uint8 2022-09-27T15:33:37.2385703Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int16 2022-09-27T15:33:37.2405487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex64 2022-09-27T15:33:37.2432066Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex64 2022-09-27T15:33:37.2543661Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_add_cpu 2022-09-27T15:33:37.2704542Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int16 2022-09-27T15:33:37.2851971Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_mean_cpu 2022-09-27T15:33:37.2855675Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int32 2022-09-27T15:33:37.2859922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float16 2022-09-27T15:33:37.3011920Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float16 2022-09-27T15:33:37.3191984Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int32 2022-09-27T15:33:37.3198412Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_mean_cpu 2022-09-27T15:33:37.3220920Z test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_lengths_cpu 2022-09-27T15:33:37.3264509Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_lengths_cpu 2022-09-27T15:33:37.3267005Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int64 2022-09-27T15:33:37.3287674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float32 2022-09-27T15:33:37.3453563Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float32 2022-09-27T15:33:37.3623989Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int64 2022-09-27T15:33:37.3693364Z test_ops.py::TestCommonCPU::test_out_warning_sgn_cpu 2022-09-27T15:33:37.3706271Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sgn_cpu 2022-09-27T15:33:37.3707960Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int8 2022-09-27T15:33:37.3727857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float64 2022-09-27T15:33:37.3873542Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float64 2022-09-27T15:33:37.3885568Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int8 2022-09-27T15:33:37.3893964Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_uint8 2022-09-27T15:33:37.3906519Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_bfloat16 2022-09-27T15:33:37.4061560Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_bfloat16 2022-09-27T15:33:37.4105847Z test_ops.py::TestCommonCPU::test_out_warning_signbit_cpu 2022-09-27T15:33:37.4142862Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_signbit_cpu 2022-09-27T15:33:37.4143301Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_uint8 2022-09-27T15:33:37.4162812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int16 2022-09-27T15:33:37.4294390Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int16 2022-09-27T15:33:37.4301429Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_uint8 2022-09-27T15:33:37.4502062Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float16 2022-09-27T15:33:37.4525095Z test_ops.py::TestCommonCPU::test_out_warning_slice_scatter_cpu 2022-09-27T15:33:37.4582913Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_slice_scatter_cpu 2022-09-27T15:33:37.4583616Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bfloat16 2022-09-27T15:33:37.4601976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int32 2022-09-27T15:33:37.4853913Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int32 2022-09-27T15:33:37.4942027Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bfloat16 2022-09-27T15:33:37.4954426Z test_ops.py::TestCommonCPU::test_out_warning_sparse_sampled_addmm_cpu 2022-09-27T15:33:37.5023841Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_sparse_sampled_addmm_cpu 2022-09-27T15:33:37.5025842Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bool 2022-09-27T15:33:37.5049966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int64 2022-09-27T15:33:37.5306874Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int64 2022-09-27T15:33:37.5384993Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bool 2022-09-27T15:33:37.5479425Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y0_cpu 2022-09-27T15:33:37.5481717Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex128 2022-09-27T15:33:37.5484018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int8 2022-09-27T15:33:37.5497863Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y0_cpu 2022-09-27T15:33:37.5776535Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int8 2022-09-27T15:33:37.5821651Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex128 2022-09-27T15:33:37.5834654Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_v_cpu 2022-09-27T15:33:37.5903676Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_v_cpu 2022-09-27T15:33:37.5907739Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex64 2022-09-27T15:33:37.5926158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_uint8 2022-09-27T15:33:37.6203545Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_uint8 2022-09-27T15:33:37.6261430Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex64 2022-09-27T15:33:37.6344518Z test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_h_cpu 2022-09-27T15:33:37.6348344Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float16 2022-09-27T15:33:37.6369467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_bool 2022-09-27T15:33:37.6471866Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_bool 2022-09-27T15:33:37.6609797Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_h_cpu 2022-09-27T15:33:37.6702275Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float16 2022-09-27T15:33:37.6764182Z test_ops.py::TestCommonCPU::test_out_warning_special_i1e_cpu 2022-09-27T15:33:37.6786630Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_i1e_cpu 2022-09-27T15:33:37.6788635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int16 2022-09-27T15:33:37.6813657Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float32 2022-09-27T15:33:37.7112787Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int16 2022-09-27T15:33:37.7144892Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float32 2022-09-27T15:33:37.7226441Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i0_cpu 2022-09-27T15:33:37.7230933Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float64 2022-09-27T15:33:37.7244586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int32 2022-09-27T15:33:37.7261059Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i0_cpu 2022-09-27T15:33:37.7572198Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int32 2022-09-27T15:33:37.7584053Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float64 2022-09-27T15:33:37.7665243Z test_ops.py::TestCommonCPU::test_out_warning_special_ndtr_cpu 2022-09-27T15:33:37.7665799Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int16 2022-09-27T15:33:37.7681858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int64 2022-09-27T15:33:37.7696507Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_ndtr_cpu 2022-09-27T15:33:37.7892213Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int64 2022-09-27T15:33:37.8002959Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int16 2022-09-27T15:33:37.8010921Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float16 2022-09-27T15:33:37.8023288Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float32 2022-09-27T15:33:37.8103591Z test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k1_cpu 2022-09-27T15:33:37.8116849Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k1_cpu 2022-09-27T15:33:37.8119988Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int32 2022-09-27T15:33:37.8132973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int8 2022-09-27T15:33:37.8374063Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int8 2022-09-27T15:33:37.8465511Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int32 2022-09-27T15:33:37.8483882Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_w_cpu 2022-09-27T15:33:37.8544157Z [gw1] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_w_cpu 2022-09-27T15:33:37.8550941Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int64 2022-09-27T15:33:37.8573476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_uint8 2022-09-27T15:33:37.8766604Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_uint8 2022-09-27T15:33:37.8902246Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int64 2022-09-27T15:33:37.8933302Z test_ops.py::TestCommonCPU::test_out_warning_split_cpu 2022-09-27T15:33:37.8988935Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_split_cpu 2022-09-27T15:33:37.8990516Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int8 2022-09-27T15:33:37.9017378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_bool 2022-09-27T15:33:37.9285216Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_bool 2022-09-27T15:33:37.9344849Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int8 2022-09-27T15:33:37.9424585Z test_ops.py::TestCommonCPU::test_out_warning_square_cpu 2022-09-27T15:33:37.9434135Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_uint8 2022-09-27T15:33:37.9444072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int16 2022-09-27T15:33:37.9477512Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_square_cpu 2022-09-27T15:33:37.9663864Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int16 2022-09-27T15:33:37.9785799Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_uint8 2022-09-27T15:33:37.9813085Z test_ops.py::TestCommonCPU::test_out_warning_std_mean_cpu 2022-09-27T15:33:37.9866508Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_std_mean_cpu 2022-09-27T15:33:37.9868189Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_bfloat16 2022-09-27T15:33:37.9877404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int32 2022-09-27T15:33:37.9887382Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float32 2022-09-27T15:33:37.9895383Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float64 2022-09-27T15:33:38.0228293Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int32 2022-09-27T15:33:38.0257162Z test_ops.py::TestCommonCPU::test_out_warning_sum_to_size_cpu 2022-09-27T15:33:38.0347695Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sum_to_size_cpu 2022-09-27T15:33:38.0375546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int64 2022-09-27T15:33:38.0707029Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int64 2022-09-27T15:33:38.0735104Z test_ops.py::TestCommonCPU::test_out_warning_t_cpu 2022-09-27T15:33:38.0783427Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_t_cpu 2022-09-27T15:33:38.0815314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int8 2022-09-27T15:33:38.1048732Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int8 2022-09-27T15:33:38.1061058Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_bfloat16 2022-09-27T15:33:38.1147846Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float32 2022-09-27T15:33:38.1231834Z test_ops.py::TestCommonCPU::test_out_warning_tanh_cpu 2022-09-27T15:33:38.1245458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_uint8 2022-09-27T15:33:38.1261996Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tanh_cpu 2022-09-27T15:33:38.1591444Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_uint8 2022-09-27T15:33:38.1621602Z test_ops.py::TestCommonCPU::test_out_warning_to_cpu 2022-09-27T15:33:38.1699266Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_to_cpu 2022-09-27T15:33:38.1702342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int16 2022-09-27T15:33:38.2066818Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int16 2022-09-27T15:33:38.2071546Z test_ops.py::TestCommonCPU::test_out_warning_transpose_cpu 2022-09-27T15:33:38.2106681Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_transpose_cpu 2022-09-27T15:33:38.2131936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int32 2022-09-27T15:33:38.2159207Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int32 2022-09-27T15:33:38.2166001Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float32 2022-09-27T15:33:38.2522520Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float64 2022-09-27T15:33:38.2556320Z test_ops.py::TestCommonCPU::test_out_warning_tril_cpu 2022-09-27T15:33:38.2583638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int64 2022-09-27T15:33:38.2711501Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int64 2022-09-27T15:33:38.2949292Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tril_cpu 2022-09-27T15:33:38.2993554Z test_ops.py::TestCommonCPU::test_out_warning_true_divide_cpu 2022-09-27T15:33:38.2998122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int8 2022-09-27T15:33:38.3011852Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float64 2022-09-27T15:33:38.3028680Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int16 2022-09-27T15:33:38.3246039Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int8 2022-09-27T15:33:38.3385862Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_true_divide_cpu 2022-09-27T15:33:38.3425655Z test_ops.py::TestCommonCPU::test_out_warning_unfold_cpu 2022-09-27T15:33:38.3434484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_uint8 2022-09-27T15:33:38.3465330Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unfold_cpu 2022-09-27T15:33:38.3724593Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_uint8 2022-09-27T15:33:38.3732407Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float64 2022-09-27T15:33:38.3823049Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int16 2022-09-27T15:33:38.3852762Z test_ops.py::TestCommonCPU::test_out_warning_unsqueeze_cpu 2022-09-27T15:33:38.3871811Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unsqueeze_cpu 2022-09-27T15:33:38.3898730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int16 2022-09-27T15:33:38.4265101Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int16 2022-09-27T15:33:38.4288359Z test_ops.py::TestCommonCPU::test_out_warning_view_as_complex_cpu 2022-09-27T15:33:38.4304278Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_view_as_complex_cpu 2022-09-27T15:33:38.4328052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int32 2022-09-27T15:33:38.4429527Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int32 2022-09-27T15:33:38.4441889Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int16 2022-09-27T15:33:38.4746807Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int32 2022-09-27T15:33:38.4752046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int64 2022-09-27T15:33:38.4787033Z test_ops.py::TestCommonCPU::test_out_warning_vsplit_cpu 2022-09-27T15:33:38.4791261Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_vsplit_cpu 2022-09-27T15:33:38.5018065Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int64 2022-09-27T15:33:38.5025709Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int16 2022-09-27T15:33:38.5197581Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int32 2022-09-27T15:33:38.5198085Z test_ops.py::TestCommonCPU::test_out_warning_zero__cpu 2022-09-27T15:33:38.5222164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int8 2022-09-27T15:33:38.5229734Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int8 2022-09-27T15:33:38.5232267Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int32 2022-09-27T15:33:38.5238807Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_warning_zero__cpu 2022-09-27T15:33:38.5637221Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int64 2022-09-27T15:33:38.5637655Z test_ops.py::TestCommonCPU::test_out_xlogy_cpu_float32 2022-09-27T15:33:38.5657108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_uint8 2022-09-27T15:33:38.6097625Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_uint8 2022-09-27T15:33:38.6098382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_bool 2022-09-27T15:33:38.6143972Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_bool 2022-09-27T15:33:38.6157097Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int64 2022-09-27T15:33:38.6520081Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int8 2022-09-27T15:33:38.6550304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int16 2022-09-27T15:33:38.6564610Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int16 2022-09-27T15:33:38.6574054Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_out_xlogy_cpu_float32 2022-09-27T15:33:38.6948638Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_bfloat16 2022-09-27T15:33:38.6975270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int32 2022-09-27T15:33:38.7389860Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int32 2022-09-27T15:33:38.7402108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int64 2022-09-27T15:33:38.7420927Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int32 2022-09-27T15:33:38.7427844Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int64 2022-09-27T15:33:38.7436570Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int8 2022-09-27T15:33:38.7439759Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int64 2022-09-27T15:33:38.7834842Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_uint8 2022-09-27T15:33:38.7873679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int8 2022-09-27T15:33:38.8302344Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int8 2022-09-27T15:33:38.8307199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_uint8 2022-09-27T15:33:38.8708098Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_uint8 2022-09-27T15:33:38.8745358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_bool 2022-09-27T15:33:38.9100766Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_bool 2022-09-27T15:33:38.9111940Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_uint8 2022-09-27T15:33:38.9147405Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bfloat16 2022-09-27T15:33:38.9183306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int16 2022-09-27T15:33:38.9203111Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int16 2022-09-27T15:33:38.9219717Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_bfloat16 2022-09-27T15:33:38.9622509Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float16 2022-09-27T15:33:38.9626390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int32 2022-09-27T15:33:39.0035967Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int32 2022-09-27T15:33:39.0053692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int64 2022-09-27T15:33:39.0388490Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int64 2022-09-27T15:33:39.0400400Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int64 2022-09-27T15:33:39.0499960Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int8 2022-09-27T15:33:39.0590839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int8 2022-09-27T15:33:39.0919585Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int8 2022-09-27T15:33:39.0960772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_uint8 2022-09-27T15:33:39.1371115Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_uint8 2022-09-27T15:33:39.1382810Z [gw2] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bfloat16 2022-09-27T15:33:39.1396727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_bool 2022-09-27T15:33:39.1397569Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_bool 2022-09-27T15:33:39.1827135Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bool 2022-09-27T15:33:39.1867001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int16 2022-09-27T15:33:39.2318720Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int16 2022-09-27T15:33:39.2337601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int32 2022-09-27T15:33:39.2748256Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int32 2022-09-27T15:33:39.2774697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int64 2022-09-27T15:33:39.3265163Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int64 2022-09-27T15:33:39.3268164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int8 2022-09-27T15:33:39.3425779Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int8 2022-09-27T15:33:39.3545090Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float16 2022-09-27T15:33:39.3706430Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int32 2022-09-27T15:33:39.3743895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_uint8 2022-09-27T15:33:39.4069436Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_uint8 2022-09-27T15:33:39.4078331Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int8 2022-09-27T15:33:39.4144036Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_uint8 2022-09-27T15:33:39.4176436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_bool 2022-09-27T15:33:39.4192320Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_bool 2022-09-27T15:33:39.4206491Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bool 2022-09-27T15:33:39.4590408Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex128 2022-09-27T15:33:39.4627176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int16 2022-09-27T15:33:39.4645390Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int32 2022-09-27T15:33:39.4658139Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int16 2022-09-27T15:33:39.5068677Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bfloat16 2022-09-27T15:33:39.5070399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int32 2022-09-27T15:33:39.5468215Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int32 2022-09-27T15:33:39.5504038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int64 2022-09-27T15:33:39.5942902Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int64 2022-09-27T15:33:39.5946898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int8 2022-09-27T15:33:39.6385759Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int8 2022-09-27T15:33:39.6390897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_uint8 2022-09-27T15:33:39.6820769Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_uint8 2022-09-27T15:33:39.6827773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_bool 2022-09-27T15:33:39.7258353Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_bool 2022-09-27T15:33:39.7266310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int16 2022-09-27T15:33:39.7470044Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int16 2022-09-27T15:33:39.7481578Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_uint8 2022-09-27T15:33:39.7670718Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_bfloat16 2022-09-27T15:33:39.7701509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int32 2022-09-27T15:33:39.8143932Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int32 2022-09-27T15:33:39.8144722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int64 2022-09-27T15:33:39.8234963Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int64 2022-09-27T15:33:39.8247882Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex128 2022-09-27T15:33:39.8583489Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex64 2022-09-27T15:33:39.8584084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int8 2022-09-27T15:33:39.9035320Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int8 2022-09-27T15:33:39.9037029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_uint8 2022-09-27T15:33:39.9241546Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_uint8 2022-09-27T15:33:39.9263945Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bfloat16 2022-09-27T15:33:39.9463077Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float32 2022-09-27T15:33:39.9466665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_bool 2022-09-27T15:33:39.9901911Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_bool 2022-09-27T15:33:39.9902492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int16 2022-09-27T15:33:40.0340295Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int16 2022-09-27T15:33:40.0340967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int32 2022-09-27T15:33:40.0768691Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int32 2022-09-27T15:33:40.0779715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int64 2022-09-27T15:33:40.1265727Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int64 2022-09-27T15:33:40.1269768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int8 2022-09-27T15:33:40.1619361Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int8 2022-09-27T15:33:40.1629731Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_bfloat16 2022-09-27T15:33:40.1707316Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float16 2022-09-27T15:33:40.1708084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_uint8 2022-09-27T15:33:40.1981218Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_uint8 2022-09-27T15:33:40.1992648Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float32 2022-09-27T15:33:40.2193547Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int64 2022-09-27T15:33:40.2199849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_aten_cpu_float32 2022-09-27T15:33:40.2592939Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_aten_cpu_float32 2022-09-27T15:33:40.2626319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_nvfuser_cpu_float32 2022-09-27T15:33:40.3029278Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_nvfuser_cpu_float32 2022-09-27T15:33:40.3066433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bfloat16 2022-09-27T15:33:40.3255489Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bfloat16 2022-09-27T15:33:40.3268839Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex64 2022-09-27T15:33:40.3541041Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float32 2022-09-27T15:33:40.3541842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bool 2022-09-27T15:33:40.4015874Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bool 2022-09-27T15:33:40.4028172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex128 2022-09-27T15:33:40.4431996Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex128 2022-09-27T15:33:40.4432713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex64 2022-09-27T15:33:40.4462619Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int64 2022-09-27T15:33:40.4549423Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex64 2022-09-27T15:33:40.4906856Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bool 2022-09-27T15:33:40.4908428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float16 2022-09-27T15:33:40.5300128Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float16 2022-09-27T15:33:40.5311925Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float16 2022-09-27T15:33:40.5340547Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float32 2022-09-27T15:33:40.5372270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float32 2022-09-27T15:33:40.5526830Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float32 2022-09-27T15:33:40.5532935Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float32 2022-09-27T15:33:40.5817274Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float64 2022-09-27T15:33:40.5825340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float64 2022-09-27T15:33:40.6229518Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float64 2022-09-27T15:33:40.6264205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int16 2022-09-27T15:33:40.6736427Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int16 2022-09-27T15:33:40.6749766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int32 2022-09-27T15:33:40.7182101Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int32 2022-09-27T15:33:40.7188280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int64 2022-09-27T15:33:40.7679450Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int64 2022-09-27T15:33:40.7683449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int8 2022-09-27T15:33:40.8109018Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int8 2022-09-27T15:33:40.8140396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_uint8 2022-09-27T15:33:40.8220298Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_uint8 2022-09-27T15:33:40.8247219Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float32 2022-09-27T15:33:40.8546824Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float64 2022-09-27T15:33:40.8559391Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bool 2022-09-27T15:33:40.8566017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:40.8589721Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float64 2022-09-27T15:33:40.9016339Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:40.9021832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bool 2022-09-27T15:33:40.9384966Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bool 2022-09-27T15:33:40.9470520Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float64 2022-09-27T15:33:40.9471058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex128 2022-09-27T15:33:40.9471623Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex128 2022-09-27T15:33:40.9947462Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int16 2022-09-27T15:33:40.9949594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex64 2022-09-27T15:33:41.0380277Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex64 2022-09-27T15:33:41.0385421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float16 2022-09-27T15:33:41.0819086Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float16 2022-09-27T15:33:41.0832533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float32 2022-09-27T15:33:41.1037978Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float32 2022-09-27T15:33:41.1046780Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float64 2022-09-27T15:33:41.1268468Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int16 2022-09-27T15:33:41.1269371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float64 2022-09-27T15:33:41.1351183Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float64 2022-09-27T15:33:41.1360272Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int16 2022-09-27T15:33:41.1671656Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int32 2022-09-27T15:33:41.1672700Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float64 2022-09-27T15:33:41.1706305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int16 2022-09-27T15:33:41.1725544Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int16 2022-09-27T15:33:41.2138529Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int8 2022-09-27T15:33:41.2144677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int32 2022-09-27T15:33:41.2581682Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int32 2022-09-27T15:33:41.2586797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int64 2022-09-27T15:33:41.3016494Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int64 2022-09-27T15:33:41.3039508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int8 2022-09-27T15:33:41.3459862Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int8 2022-09-27T15:33:41.3467746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_uint8 2022-09-27T15:33:41.3900755Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_uint8 2022-09-27T15:33:41.3906038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bfloat16 2022-09-27T15:33:41.4098953Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bfloat16 2022-09-27T15:33:41.4145091Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int32 2022-09-27T15:33:41.4304674Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int64 2022-09-27T15:33:41.4326811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bool 2022-09-27T15:33:41.4339433Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bool 2022-09-27T15:33:41.4348535Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int16 2022-09-27T15:33:41.4779619Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int32 2022-09-27T15:33:41.4780359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex128 2022-09-27T15:33:41.5216337Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex128 2022-09-27T15:33:41.5221718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex64 2022-09-27T15:33:41.5664126Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex64 2022-09-27T15:33:41.5664868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float16 2022-09-27T15:33:41.6100209Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float16 2022-09-27T15:33:41.6101780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float32 2022-09-27T15:33:41.6456369Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float32 2022-09-27T15:33:41.6470880Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int32 2022-09-27T15:33:41.6487575Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int64 2022-09-27T15:33:41.6501567Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int8 2022-09-27T15:33:41.6545739Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex128 2022-09-27T15:33:41.6548948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float64 2022-09-27T15:33:41.6624167Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float64 2022-09-27T15:33:41.6633753Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int64 2022-09-27T15:33:41.6985071Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int8 2022-09-27T15:33:41.7002837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int16 2022-09-27T15:33:41.7389176Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int16 2022-09-27T15:33:41.7433811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int32 2022-09-27T15:33:41.7883131Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int32 2022-09-27T15:33:41.7886464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int64 2022-09-27T15:33:41.8301446Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int64 2022-09-27T15:33:41.8307634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int8 2022-09-27T15:33:41.8603352Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int8 2022-09-27T15:33:41.8614270Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int8 2022-09-27T15:33:41.8761687Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_uint8 2022-09-27T15:33:41.8785217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_uint8 2022-09-27T15:33:41.9221533Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_uint8 2022-09-27T15:33:41.9222230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:41.9667420Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:41.9670111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bool 2022-09-27T15:33:41.9727409Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bool 2022-09-27T15:33:41.9744636Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int64 2022-09-27T15:33:42.0070203Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int8 2022-09-27T15:33:42.0102866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex128 2022-09-27T15:33:42.0511283Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex128 2022-09-27T15:33:42.0544402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex64 2022-09-27T15:33:42.0827304Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex64 2022-09-27T15:33:42.0843950Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_uint8 2022-09-27T15:33:42.0946634Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_bfloat16 2022-09-27T15:33:42.0980499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float16 2022-09-27T15:33:42.1388979Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float16 2022-09-27T15:33:42.1422687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float32 2022-09-27T15:33:42.1842399Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float32 2022-09-27T15:33:42.1870709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float64 2022-09-27T15:33:42.2267185Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float64 2022-09-27T15:33:42.2300023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int16 2022-09-27T15:33:42.2777793Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int16 2022-09-27T15:33:42.2792117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int32 2022-09-27T15:33:42.3227493Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int32 2022-09-27T15:33:42.3259106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int64 2022-09-27T15:33:42.3702747Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int64 2022-09-27T15:33:42.3703312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int8 2022-09-27T15:33:42.3810398Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int8 2022-09-27T15:33:42.3820595Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int8 2022-09-27T15:33:42.4002565Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_uint8 2022-09-27T15:33:42.4013171Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex128 2022-09-27T15:33:42.4157190Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float32 2022-09-27T15:33:42.4157706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_uint8 2022-09-27T15:33:42.4552509Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_uint8 2022-09-27T15:33:42.4597537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bfloat16 2022-09-27T15:33:42.5027412Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bfloat16 2022-09-27T15:33:42.5027958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bool 2022-09-27T15:33:42.5434388Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bool 2022-09-27T15:33:42.5468848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex128 2022-09-27T15:33:42.5866848Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex128 2022-09-27T15:33:42.5912301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex32 2022-09-27T15:33:42.6325527Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex32 2022-09-27T15:33:42.6335956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex64 2022-09-27T15:33:42.6553143Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex64 2022-09-27T15:33:42.6569739Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_uint8 2022-09-27T15:33:42.6786609Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bfloat16 2022-09-27T15:33:42.6796400Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_bfloat16 2022-09-27T15:33:42.6801612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float16 2022-09-27T15:33:42.6816758Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex128 2022-09-27T15:33:42.7266017Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float16 2022-09-27T15:33:42.7266688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float32 2022-09-27T15:33:42.7707672Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float32 2022-09-27T15:33:42.7708207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float64 2022-09-27T15:33:42.8149542Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float64 2022-09-27T15:33:42.8181263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int16 2022-09-27T15:33:42.8664513Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int16 2022-09-27T15:33:42.8665064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int32 2022-09-27T15:33:42.8806483Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int32 2022-09-27T15:33:42.8817411Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float32 2022-09-27T15:33:42.9099856Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int64 2022-09-27T15:33:42.9100307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int64 2022-09-27T15:33:42.9510364Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int64 2022-09-27T15:33:42.9554767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int8 2022-09-27T15:33:42.9995203Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int8 2022-09-27T15:33:43.0020046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_uint8 2022-09-27T15:33:43.0457885Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_uint8 2022-09-27T15:33:43.0458469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:43.0940128Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:43.0940776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bool 2022-09-27T15:33:43.1319777Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bool 2022-09-27T15:33:43.1331183Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int64 2022-09-27T15:33:43.1344043Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex128 2022-09-27T15:33:43.1367014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex128 2022-09-27T15:33:43.1436093Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex128 2022-09-27T15:33:43.1444223Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bfloat16 2022-09-27T15:33:43.1794072Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bool 2022-09-27T15:33:43.1836249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex32 2022-09-27T15:33:43.2227297Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex32 2022-09-27T15:33:43.2267856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex64 2022-09-27T15:33:43.2740628Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex64 2022-09-27T15:33:43.2744808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float16 2022-09-27T15:33:43.3182038Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float16 2022-09-27T15:33:43.3185740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float32 2022-09-27T15:33:43.3469954Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float32 2022-09-27T15:33:43.3479119Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex128 2022-09-27T15:33:43.3498439Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bfloat16 2022-09-27T15:33:43.3508120Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bool 2022-09-27T15:33:43.3588524Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float16 2022-09-27T15:33:43.3616983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float64 2022-09-27T15:33:43.3629842Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float64 2022-09-27T15:33:43.3857571Z [gw1] [ 27%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bfloat16 2022-09-27T15:33:43.3864288Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex128 2022-09-27T15:33:43.3903888Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex64 2022-09-27T15:33:43.3952990Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float16 2022-09-27T15:33:43.4024815Z [gw1] [ 27%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float16 2022-09-27T15:33:43.4057928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int16 2022-09-27T15:33:43.4351238Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int16 2022-09-27T15:33:43.4419812Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int32 2022-09-27T15:33:43.4499726Z [gw1] [ 27%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int32 2022-09-27T15:33:43.4510001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int32 2022-09-27T15:33:43.4829895Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int32 2022-09-27T15:33:43.4910679Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bfloat16 2022-09-27T15:33:43.4938289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int64 2022-09-27T15:33:43.5051906Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int64 2022-09-27T15:33:43.5267516Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bfloat16 2022-09-27T15:33:43.5385016Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float16 2022-09-27T15:33:43.5387745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int8 2022-09-27T15:33:43.5518371Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int8 2022-09-27T15:33:43.5707631Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float16 2022-09-27T15:33:43.5827796Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int32 2022-09-27T15:33:43.5829003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_uint8 2022-09-27T15:33:43.5997951Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_uint8 2022-09-27T15:33:43.6192791Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int32 2022-09-27T15:33:43.6270124Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_bfloat16 2022-09-27T15:33:43.6276529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_bfloat16 2022-09-27T15:33:43.6705898Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_bfloat16 2022-09-27T15:33:43.6706442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float32 2022-09-27T15:33:43.7109253Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float32 2022-09-27T15:33:43.7146232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float64 2022-09-27T15:33:43.7582330Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float64 2022-09-27T15:33:43.7582891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int16 2022-09-27T15:33:43.7855921Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int16 2022-09-27T15:33:43.7868455Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float16 2022-09-27T15:33:43.7985367Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float32 2022-09-27T15:33:43.7997570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int32 2022-09-27T15:33:43.8007823Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex64 2022-09-27T15:33:43.8014948Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float16 2022-09-27T15:33:43.8247482Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int32 2022-09-27T15:33:43.8258102Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_bfloat16 2022-09-27T15:33:43.8465580Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float32 2022-09-27T15:33:43.8496189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int64 2022-09-27T15:33:43.8947523Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int64 2022-09-27T15:33:43.8953238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int8 2022-09-27T15:33:43.9351219Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int8 2022-09-27T15:33:43.9383568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_uint8 2022-09-27T15:33:43.9422717Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_uint8 2022-09-27T15:33:43.9434591Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float32 2022-09-27T15:33:43.9652222Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float64 2022-09-27T15:33:43.9662193Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float32 2022-09-27T15:33:43.9826872Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float16 2022-09-27T15:33:43.9837893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:43.9889289Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:44.0068913Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float16 2022-09-27T15:33:44.0228673Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int32 2022-09-27T15:33:44.0244706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float32 2022-09-27T15:33:44.0262147Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int32 2022-09-27T15:33:44.0504981Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float32 2022-09-27T15:33:44.0663699Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bfloat16 2022-09-27T15:33:44.0686042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float64 2022-09-27T15:33:44.0737948Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float64 2022-09-27T15:33:44.0949517Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bfloat16 2022-09-27T15:33:44.1107552Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float64 2022-09-27T15:33:44.1124535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int16 2022-09-27T15:33:44.1147450Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float64 2022-09-27T15:33:44.1387176Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int16 2022-09-27T15:33:44.1547425Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int8 2022-09-27T15:33:44.1561642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int32 2022-09-27T15:33:44.1577194Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int8 2022-09-27T15:33:44.1828217Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int32 2022-09-27T15:33:44.1868200Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex128 2022-09-27T15:33:44.1873373Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float64 2022-09-27T15:33:44.1987499Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int16 2022-09-27T15:33:44.2025309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int64 2022-09-27T15:33:44.2055854Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int64 2022-09-27T15:33:44.2263423Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex128 2022-09-27T15:33:44.2441300Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float64 2022-09-27T15:33:44.2450081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int8 2022-09-27T15:33:44.2464702Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float64 2022-09-27T15:33:44.2740940Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int8 2022-09-27T15:33:44.2887235Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int8 2022-09-27T15:33:44.2896456Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int8 2022-09-27T15:33:44.2901562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_uint8 2022-09-27T15:33:44.3145109Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_uint8 2022-09-27T15:33:44.3246650Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float32 2022-09-27T15:33:44.3304883Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float32 2022-09-27T15:33:44.3329230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bfloat16 2022-09-27T15:33:44.3383339Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bfloat16 2022-09-27T15:33:44.3390773Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float16 2022-09-27T15:33:44.3585088Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float32 2022-09-27T15:33:44.3758316Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int64 2022-09-27T15:33:44.3782839Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int64 2022-09-27T15:33:44.3783937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bool 2022-09-27T15:33:44.3914547Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bool 2022-09-27T15:33:44.3921134Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int16 2022-09-27T15:33:44.4024863Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int32 2022-09-27T15:33:44.4074368Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bool 2022-09-27T15:33:44.4184561Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bool 2022-09-27T15:33:44.4211043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex128 2022-09-27T15:33:44.4492323Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex128 2022-09-27T15:33:44.4525447Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float32 2022-09-27T15:33:44.4661477Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float32 2022-09-27T15:33:44.4662160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex32 2022-09-27T15:33:44.4908553Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex32 2022-09-27T15:33:44.4955485Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int64 2022-09-27T15:33:44.5085778Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int64 2022-09-27T15:33:44.5106228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex64 2022-09-27T15:33:44.5347459Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex64 2022-09-27T15:33:44.5510182Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bool 2022-09-27T15:33:44.5553341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float16 2022-09-27T15:33:44.5622835Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float16 2022-09-27T15:33:44.5631338Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float32 2022-09-27T15:33:44.5789209Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float64 2022-09-27T15:33:44.5798799Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int32 2022-09-27T15:33:44.5948314Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int64 2022-09-27T15:33:44.5977439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float32 2022-09-27T15:33:44.6461071Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float32 2022-09-27T15:33:44.6465746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float64 2022-09-27T15:33:44.6907008Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float64 2022-09-27T15:33:44.6910300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int16 2022-09-27T15:33:44.7309622Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int16 2022-09-27T15:33:44.7348557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int32 2022-09-27T15:33:44.7806974Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int32 2022-09-27T15:33:44.7822171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int64 2022-09-27T15:33:44.8305591Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int64 2022-09-27T15:33:44.8307450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int8 2022-09-27T15:33:44.8603205Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int8 2022-09-27T15:33:44.8618732Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bool 2022-09-27T15:33:44.8704269Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float64 2022-09-27T15:33:44.8730637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_uint8 2022-09-27T15:33:44.9219807Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_uint8 2022-09-27T15:33:44.9225491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:44.9536453Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:44.9546428Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int64 2022-09-27T15:33:44.9661334Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int8 2022-09-27T15:33:44.9670029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bool 2022-09-27T15:33:45.0101412Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bool 2022-09-27T15:33:45.0102001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex128 2022-09-27T15:33:45.0542866Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex128 2022-09-27T15:33:45.0543445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex32 2022-09-27T15:33:45.0949787Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex32 2022-09-27T15:33:45.0981228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex64 2022-09-27T15:33:45.1135609Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex64 2022-09-27T15:33:45.1187570Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float64 2022-09-27T15:33:45.1383176Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int16 2022-09-27T15:33:45.1394471Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float64 2022-09-27T15:33:45.1400167Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int8 2022-09-27T15:33:45.1430268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float16 2022-09-27T15:33:45.1832930Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float16 2022-09-27T15:33:45.1864984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float32 2022-09-27T15:33:45.2225731Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float32 2022-09-27T15:33:45.2236733Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int8 2022-09-27T15:33:45.2268151Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_uint8 2022-09-27T15:33:45.2300732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float64 2022-09-27T15:33:45.2773047Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float64 2022-09-27T15:33:45.2787345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int16 2022-09-27T15:33:45.3223438Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int16 2022-09-27T15:33:45.3224133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int32 2022-09-27T15:33:45.3350697Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int32 2022-09-27T15:33:45.3359549Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int8 2022-09-27T15:33:45.3674229Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex128 2022-09-27T15:33:45.3674885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int64 2022-09-27T15:33:45.4070962Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int64 2022-09-27T15:33:45.4106547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int8 2022-09-27T15:33:45.4326275Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int8 2022-09-27T15:33:45.4346584Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int16 2022-09-27T15:33:45.4508094Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int32 2022-09-27T15:33:45.4539109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_uint8 2022-09-27T15:33:45.4948248Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_uint8 2022-09-27T15:33:45.4977902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_bfloat16 2022-09-27T15:33:45.5389232Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_bfloat16 2022-09-27T15:33:45.5422117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float32 2022-09-27T15:33:45.5825289Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float32 2022-09-27T15:33:45.5860822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float64 2022-09-27T15:33:45.6273950Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float64 2022-09-27T15:33:45.6290320Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_uint8 2022-09-27T15:33:45.6341793Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bfloat16 2022-09-27T15:33:45.6344959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int16 2022-09-27T15:33:45.6782870Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int16 2022-09-27T15:33:45.6786601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int32 2022-09-27T15:33:45.7197531Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int32 2022-09-27T15:33:45.7227059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int64 2022-09-27T15:33:45.7664525Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int64 2022-09-27T15:33:45.7665070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int8 2022-09-27T15:33:45.8067278Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int8 2022-09-27T15:33:45.8101587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_uint8 2022-09-27T15:33:45.8245190Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_uint8 2022-09-27T15:33:45.8259763Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int32 2022-09-27T15:33:45.8505719Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int64 2022-09-27T15:33:45.8576829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:45.8981702Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:45.8982568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float32 2022-09-27T15:33:45.9426973Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float32 2022-09-27T15:33:45.9428315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float64 2022-09-27T15:33:45.9839534Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float64 2022-09-27T15:33:45.9866890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int16 2022-09-27T15:33:45.9959373Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int16 2022-09-27T15:33:46.0040933Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex128 2022-09-27T15:33:46.0200809Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int16 2022-09-27T15:33:46.0213340Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bfloat16 2022-09-27T15:33:46.0298578Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bool 2022-09-27T15:33:46.0304689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int32 2022-09-27T15:33:46.0741565Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int32 2022-09-27T15:33:46.0748194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int64 2022-09-27T15:33:46.1183976Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int64 2022-09-27T15:33:46.1184511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int8 2022-09-27T15:33:46.1621898Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int8 2022-09-27T15:33:46.1622652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_uint8 2022-09-27T15:33:46.2066628Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_uint8 2022-09-27T15:33:46.2067328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bfloat16 2022-09-27T15:33:46.2448327Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bfloat16 2022-09-27T15:33:46.2463180Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bool 2022-09-27T15:33:46.2482933Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float16 2022-09-27T15:33:46.2483579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bool 2022-09-27T15:33:46.2492151Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int64 2022-09-27T15:33:46.2506718Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int8 2022-09-27T15:33:46.2530618Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bool 2022-09-27T15:33:46.2540319Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int16 2022-09-27T15:33:46.2980850Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_uint8 2022-09-27T15:33:46.2985662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float16 2022-09-27T15:33:46.3419926Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float16 2022-09-27T15:33:46.3423645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float32 2022-09-27T15:33:46.3919323Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float32 2022-09-27T15:33:46.3928421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float64 2022-09-27T15:33:46.4340352Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float64 2022-09-27T15:33:46.4346042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int16 2022-09-27T15:33:46.4787969Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int16 2022-09-27T15:33:46.4788608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int32 2022-09-27T15:33:46.4960969Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int32 2022-09-27T15:33:46.4969434Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_uint8 2022-09-27T15:33:46.5198086Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float64 2022-09-27T15:33:46.5221705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int64 2022-09-27T15:33:46.5356492Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int64 2022-09-27T15:33:46.5368086Z [gw2] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int8 2022-09-27T15:33:46.5649828Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_uint8 2022-09-27T15:33:46.5689101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int8 2022-09-27T15:33:46.6103943Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int8 2022-09-27T15:33:46.6104498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_uint8 2022-09-27T15:33:46.6537126Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_uint8 2022-09-27T15:33:46.6539520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:46.6976438Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:46.6984348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bool 2022-09-27T15:33:46.7310374Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bool 2022-09-27T15:33:46.7325044Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float16 2022-09-27T15:33:46.7426015Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float32 2022-09-27T15:33:46.7465926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float16 2022-09-27T15:33:46.7903689Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float16 2022-09-27T15:33:46.7908768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float32 2022-09-27T15:33:46.8383177Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float32 2022-09-27T15:33:46.8389339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float64 2022-09-27T15:33:46.8794004Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float64 2022-09-27T15:33:46.8812155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int16 2022-09-27T15:33:46.9260656Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int16 2022-09-27T15:33:46.9261196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int32 2022-09-27T15:33:46.9702931Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int32 2022-09-27T15:33:46.9703753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int64 2022-09-27T15:33:46.9822173Z [gw0] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int64 2022-09-27T15:33:46.9889475Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_uint8 2022-09-27T15:33:47.0179648Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bfloat16 2022-09-27T15:33:47.0184080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int8 2022-09-27T15:33:47.0521993Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int8 2022-09-27T15:33:47.0543038Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float32 2022-09-27T15:33:47.0588098Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float64 2022-09-27T15:33:47.0614393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_uint8 2022-09-27T15:33:47.0671749Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_uint8 2022-09-27T15:33:47.0682096Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float64 2022-09-27T15:33:47.1033439Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int8 2022-09-27T15:33:47.1071875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bfloat16 2022-09-27T15:33:47.1509266Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bfloat16 2022-09-27T15:33:47.1509824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bool 2022-09-27T15:33:47.1941055Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bool 2022-09-27T15:33:47.1942227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float16 2022-09-27T15:33:47.2427846Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float16 2022-09-27T15:33:47.2434510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float32 2022-09-27T15:33:47.2864009Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float32 2022-09-27T15:33:47.2864601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float64 2022-09-27T15:33:47.2934031Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float64 2022-09-27T15:33:47.2948835Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bfloat16 2022-09-27T15:33:47.3338750Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bool 2022-09-27T15:33:47.3341263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int16 2022-09-27T15:33:47.3577165Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int16 2022-09-27T15:33:47.3590368Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float64 2022-09-27T15:33:47.3750771Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int16 2022-09-27T15:33:47.3793684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int32 2022-09-27T15:33:47.4219984Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int32 2022-09-27T15:33:47.4220869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int64 2022-09-27T15:33:47.4672877Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int64 2022-09-27T15:33:47.4676813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int8 2022-09-27T15:33:47.4878983Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int8 2022-09-27T15:33:47.4890572Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int8 2022-09-27T15:33:47.5064251Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex128 2022-09-27T15:33:47.5089750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_uint8 2022-09-27T15:33:47.5255033Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_uint8 2022-09-27T15:33:47.5314226Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bool 2022-09-27T15:33:47.5544339Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex128 2022-09-27T15:33:47.5545043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:47.5983305Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:47.5984195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bool 2022-09-27T15:33:47.6437222Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bool 2022-09-27T15:33:47.6438142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float16 2022-09-27T15:33:47.6844541Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float16 2022-09-27T15:33:47.6854082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float32 2022-09-27T15:33:47.7269726Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float32 2022-09-27T15:33:47.7298347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float64 2022-09-27T15:33:47.7388021Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float64 2022-09-27T15:33:47.7399919Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int16 2022-09-27T15:33:47.7740857Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int32 2022-09-27T15:33:47.7744481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int16 2022-09-27T15:33:47.8224882Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int16 2022-09-27T15:33:47.8225541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int32 2022-09-27T15:33:47.8628821Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int32 2022-09-27T15:33:47.8668328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int64 2022-09-27T15:33:47.9106282Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int64 2022-09-27T15:33:47.9107079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int8 2022-09-27T15:33:47.9544432Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int8 2022-09-27T15:33:47.9545206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_uint8 2022-09-27T15:33:47.9957469Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_uint8 2022-09-27T15:33:47.9983785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bfloat16 2022-09-27T15:33:48.0423893Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bfloat16 2022-09-27T15:33:48.0426138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bool 2022-09-27T15:33:48.0837302Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bool 2022-09-27T15:33:48.0868569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex128 2022-09-27T15:33:48.1315611Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex128 2022-09-27T15:33:48.1316297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex32 2022-09-27T15:33:48.1596791Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex32 2022-09-27T15:33:48.1611612Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex128 2022-09-27T15:33:48.1705187Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex32 2022-09-27T15:33:48.1724603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex64 2022-09-27T15:33:48.1733489Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int32 2022-09-27T15:33:48.1740833Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex64 2022-09-27T15:33:48.2192664Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int64 2022-09-27T15:33:48.2193155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float16 2022-09-27T15:33:48.2587975Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float16 2022-09-27T15:33:48.2625404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float32 2022-09-27T15:33:48.3108700Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float32 2022-09-27T15:33:48.3109251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float64 2022-09-27T15:33:48.3560974Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float64 2022-09-27T15:33:48.3561583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int16 2022-09-27T15:33:48.3949000Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int16 2022-09-27T15:33:48.3984381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int32 2022-09-27T15:33:48.4240025Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int32 2022-09-27T15:33:48.4252284Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex128 2022-09-27T15:33:48.4388459Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int16 2022-09-27T15:33:48.4424480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int64 2022-09-27T15:33:48.4960344Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int64 2022-09-27T15:33:48.4985452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int8 2022-09-27T15:33:48.5256692Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int8 2022-09-27T15:33:48.5265823Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int64 2022-09-27T15:33:48.5389974Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int8 2022-09-27T15:33:48.5420748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_uint8 2022-09-27T15:33:48.5848774Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_uint8 2022-09-27T15:33:48.5866904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:48.6303177Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:48.6303708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bool 2022-09-27T15:33:48.6749060Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bool 2022-09-27T15:33:48.6749794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex128 2022-09-27T15:33:48.7042390Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex128 2022-09-27T15:33:48.7051532Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int16 2022-09-27T15:33:48.7185058Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_uint8 2022-09-27T15:33:48.7190187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex32 2022-09-27T15:33:48.7624645Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex32 2022-09-27T15:33:48.7625290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex64 2022-09-27T15:33:48.7920421Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex64 2022-09-27T15:33:48.7921111Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int8 2022-09-27T15:33:48.8038158Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_uint8 2022-09-27T15:33:48.8064489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float16 2022-09-27T15:33:48.8468861Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float16 2022-09-27T15:33:48.8496960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float32 2022-09-27T15:33:48.8568752Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float32 2022-09-27T15:33:48.8578177Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex32 2022-09-27T15:33:48.8909714Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex64 2022-09-27T15:33:48.8938793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float64 2022-09-27T15:33:48.9387968Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float64 2022-09-27T15:33:48.9410596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int16 2022-09-27T15:33:48.9450681Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int16 2022-09-27T15:33:48.9465067Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_uint8 2022-09-27T15:33:48.9914151Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex64 2022-09-27T15:33:48.9917702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int32 2022-09-27T15:33:49.0345996Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int32 2022-09-27T15:33:49.0351702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int64 2022-09-27T15:33:49.0757237Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int64 2022-09-27T15:33:49.0790653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int8 2022-09-27T15:33:49.0862593Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int8 2022-09-27T15:33:49.0877147Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_uint8 2022-09-27T15:33:49.1218150Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bfloat16 2022-09-27T15:33:49.1226826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_uint8 2022-09-27T15:33:49.1662469Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_uint8 2022-09-27T15:33:49.1663188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bfloat16 2022-09-27T15:33:49.2100471Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bfloat16 2022-09-27T15:33:49.2103067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bool 2022-09-27T15:33:49.2537168Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bool 2022-09-27T15:33:49.2550242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex128 2022-09-27T15:33:49.2982377Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex128 2022-09-27T15:33:49.2985912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex32 2022-09-27T15:33:49.3460576Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex32 2022-09-27T15:33:49.3468316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex64 2022-09-27T15:33:49.3872578Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex64 2022-09-27T15:33:49.3884035Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex64 2022-09-27T15:33:49.3936387Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float16 2022-09-27T15:33:49.3938318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float16 2022-09-27T15:33:49.4420017Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float16 2022-09-27T15:33:49.4428214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float32 2022-09-27T15:33:49.4879326Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float32 2022-09-27T15:33:49.4887079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float64 2022-09-27T15:33:49.5267458Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float64 2022-09-27T15:33:49.5308483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int16 2022-09-27T15:33:49.5382915Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int16 2022-09-27T15:33:49.5393497Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex64 2022-09-27T15:33:49.5744072Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int32 2022-09-27T15:33:49.5744569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int32 2022-09-27T15:33:49.6222194Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int32 2022-09-27T15:33:49.6223217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int64 2022-09-27T15:33:49.6666938Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int64 2022-09-27T15:33:49.6718247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int8 2022-09-27T15:33:49.7105947Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int8 2022-09-27T15:33:49.7106758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_uint8 2022-09-27T15:33:49.7198955Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_uint8 2022-09-27T15:33:49.7207178Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float16 2022-09-27T15:33:49.7507439Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float32 2022-09-27T15:33:49.7539516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:49.7982202Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:49.7982781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bool 2022-09-27T15:33:49.8009798Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bool 2022-09-27T15:33:49.8024097Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int32 2022-09-27T15:33:49.8087006Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bfloat16 2022-09-27T15:33:49.8386788Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bfloat16 2022-09-27T15:33:49.8423563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex128 2022-09-27T15:33:49.8437857Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex128 2022-09-27T15:33:49.8504226Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex64 2022-09-27T15:33:49.8829100Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex64 2022-09-27T15:33:49.8852714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex32 2022-09-27T15:33:49.8863939Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex32 2022-09-27T15:33:49.8870892Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float32 2022-09-27T15:33:49.8876558Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int16 2022-09-27T15:33:49.8924021Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float64 2022-09-27T15:33:49.9267945Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int16 2022-09-27T15:33:49.9295424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex64 2022-09-27T15:33:49.9347782Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex64 2022-09-27T15:33:49.9405981Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_uint8 2022-09-27T15:33:49.9711407Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_uint8 2022-09-27T15:33:49.9749774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float16 2022-09-27T15:33:49.9785698Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float16 2022-09-27T15:33:49.9867713Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex32 2022-09-27T15:33:49.9885663Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex32 2022-09-27T15:33:49.9892801Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bfloat16 2022-09-27T15:33:50.0147310Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bool 2022-09-27T15:33:50.0186043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float32 2022-09-27T15:33:50.0225259Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float32 2022-09-27T15:33:50.0286210Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float64 2022-09-27T15:33:50.0430038Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float64 2022-09-27T15:33:50.0436637Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float64 2022-09-27T15:33:50.0584774Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int16 2022-09-27T15:33:50.0608657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float64 2022-09-27T15:33:50.0663592Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float64 2022-09-27T15:33:50.0711962Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int8 2022-09-27T15:33:50.1027183Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int8 2022-09-27T15:33:50.1056264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int16 2022-09-27T15:33:50.1145448Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int16 2022-09-27T15:33:50.1195924Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex128 2022-09-27T15:33:50.1202254Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int16 2022-09-27T15:33:50.1229628Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int32 2022-09-27T15:33:50.1466088Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex128 2022-09-27T15:33:50.1495267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int32 2022-09-27T15:33:50.1624707Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int32 2022-09-27T15:33:50.1704007Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float32 2022-09-27T15:33:50.1935169Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float32 2022-09-27T15:33:50.1944459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int64 2022-09-27T15:33:50.1971863Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int64 2022-09-27T15:33:50.1980266Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int32 2022-09-27T15:33:50.2062789Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int64 2022-09-27T15:33:50.2148948Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int64 2022-09-27T15:33:50.2345208Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int64 2022-09-27T15:33:50.2378456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int8 2022-09-27T15:33:50.2522573Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int8 2022-09-27T15:33:50.2830028Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int16 2022-09-27T15:33:50.2830569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_uint8 2022-09-27T15:33:50.2987183Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_uint8 2022-09-27T15:33:50.3026296Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int64 2022-09-27T15:33:50.3264511Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int8 2022-09-27T15:33:50.3295965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bfloat16 2022-09-27T15:33:50.3734267Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bfloat16 2022-09-27T15:33:50.3740526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bool 2022-09-27T15:33:50.4145352Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bool 2022-09-27T15:33:50.4173779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex128 2022-09-27T15:33:50.4299302Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex128 2022-09-27T15:33:50.4310493Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int8 2022-09-27T15:33:50.4626820Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_uint8 2022-09-27T15:33:50.4672447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex32 2022-09-27T15:33:50.4810879Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex32 2022-09-27T15:33:50.4823590Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bool 2022-09-27T15:33:50.5142032Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float16 2022-09-27T15:33:50.5156057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex64 2022-09-27T15:33:50.5369188Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex64 2022-09-27T15:33:50.5378901Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_uint8 2022-09-27T15:33:50.5453509Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bfloat16 2022-09-27T15:33:50.5460124Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int16 2022-09-27T15:33:50.5543215Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_uint8 2022-09-27T15:33:50.5564762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float16 2022-09-27T15:33:50.6063127Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float16 2022-09-27T15:33:50.6063833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float32 2022-09-27T15:33:50.6545906Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float32 2022-09-27T15:33:50.6546490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float64 2022-09-27T15:33:50.6947662Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float64 2022-09-27T15:33:50.6974253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int16 2022-09-27T15:33:50.7390032Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int16 2022-09-27T15:33:50.7424858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int32 2022-09-27T15:33:50.7827145Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int32 2022-09-27T15:33:50.7861280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int64 2022-09-27T15:33:50.8155225Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int64 2022-09-27T15:33:50.8162961Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_uint8 2022-09-27T15:33:50.8270277Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int8 2022-09-27T15:33:50.8303112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int8 2022-09-27T15:33:50.8530635Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int8 2022-09-27T15:33:50.8542607Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bfloat16 2022-09-27T15:33:50.8737221Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bool 2022-09-27T15:33:50.8739909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_uint8 2022-09-27T15:33:50.9190858Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_uint8 2022-09-27T15:33:50.9237317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:50.9628605Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:50.9665740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bool 2022-09-27T15:33:51.0114568Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bool 2022-09-27T15:33:51.0115133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex128 2022-09-27T15:33:51.0547748Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex128 2022-09-27T15:33:51.0548345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex32 2022-09-27T15:33:51.0736714Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex32 2022-09-27T15:33:51.0867357Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int8 2022-09-27T15:33:51.0947254Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int32 2022-09-27T15:33:51.0973198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex64 2022-09-27T15:33:51.1462455Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex64 2022-09-27T15:33:51.1463041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float16 2022-09-27T15:33:51.1711621Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float16 2022-09-27T15:33:51.1719223Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int32 2022-09-27T15:33:51.1876828Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_bool 2022-09-27T15:33:51.1900523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float32 2022-09-27T15:33:51.2310177Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float32 2022-09-27T15:33:51.2346209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float64 2022-09-27T15:33:51.2748536Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float64 2022-09-27T15:33:51.2783208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int16 2022-09-27T15:33:51.2855638Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int16 2022-09-27T15:33:51.2922327Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bool 2022-09-27T15:33:51.3187256Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex128 2022-09-27T15:33:51.3212404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int32 2022-09-27T15:33:51.3668328Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int32 2022-09-27T15:33:51.3676344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int64 2022-09-27T15:33:51.3695309Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int64 2022-09-27T15:33:51.3737764Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float16 2022-09-27T15:33:51.4093679Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float32 2022-09-27T15:33:51.4120754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int8 2022-09-27T15:33:51.4466362Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int8 2022-09-27T15:33:51.4478223Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_bool 2022-09-27T15:33:51.4507259Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int8 2022-09-27T15:33:51.4549820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_uint8 2022-09-27T15:33:51.4948106Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_uint8 2022-09-27T15:33:51.4980524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bfloat16 2022-09-27T15:33:51.5396083Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bfloat16 2022-09-27T15:33:51.5414189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bool 2022-09-27T15:33:51.5828870Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bool 2022-09-27T15:33:51.5861808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex128 2022-09-27T15:33:51.6274236Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex128 2022-09-27T15:33:51.6300710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex32 2022-09-27T15:33:51.6742461Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex32 2022-09-27T15:33:51.6743191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex64 2022-09-27T15:33:51.7184780Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex64 2022-09-27T15:33:51.7185352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float16 2022-09-27T15:33:51.7635522Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float16 2022-09-27T15:33:51.7636127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float32 2022-09-27T15:33:51.7926737Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float32 2022-09-27T15:33:51.7938619Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex128 2022-09-27T15:33:51.8103358Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex64 2022-09-27T15:33:51.8104167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float64 2022-09-27T15:33:51.8296764Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float64 2022-09-27T15:33:51.8308558Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int8 2022-09-27T15:33:51.8569726Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int32 2022-09-27T15:33:51.8574249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int16 2022-09-27T15:33:51.8973718Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int16 2022-09-27T15:33:51.8974343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int32 2022-09-27T15:33:51.9437413Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int32 2022-09-27T15:33:51.9438410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int64 2022-09-27T15:33:51.9865957Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int64 2022-09-27T15:33:51.9867660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int8 2022-09-27T15:33:52.0314404Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int8 2022-09-27T15:33:52.0315601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_uint8 2022-09-27T15:33:52.0730108Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_uint8 2022-09-27T15:33:52.0745699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:52.0829318Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:52.0837705Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float32 2022-09-27T15:33:52.1145433Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float64 2022-09-27T15:33:52.1176357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bool 2022-09-27T15:33:52.1316016Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bool 2022-09-27T15:33:52.1324705Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int32 2022-09-27T15:33:52.1355497Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_shapes_cpu_float32 2022-09-27T15:33:52.1591192Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_shapes_cpu_float32 2022-09-27T15:33:52.1620990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex128 2022-09-27T15:33:52.1750828Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex128 2022-09-27T15:33:52.1989609Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:33:52.2031636Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:33:52.2054303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex32 2022-09-27T15:33:52.2183123Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex32 2022-09-27T15:33:52.2197552Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int16 2022-09-27T15:33:52.2205701Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex64 2022-09-27T15:33:52.2288893Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float32 2022-09-27T15:33:52.2510184Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int16 2022-09-27T15:33:52.2510857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex64 2022-09-27T15:33:52.2626311Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex64 2022-09-27T15:33:52.2765989Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_uint8 2022-09-27T15:33:52.2933703Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_uint8 2022-09-27T15:33:52.2944617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float16 2022-09-27T15:33:52.3069156Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float16 2022-09-27T15:33:52.3138050Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex64 2022-09-27T15:33:52.3346067Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex64 2022-09-27T15:33:52.3380979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float32 2022-09-27T15:33:52.3510476Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float32 2022-09-27T15:33:52.3583798Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int16 2022-09-27T15:33:52.3787414Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int16 2022-09-27T15:33:52.3807032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float64 2022-09-27T15:33:52.3866591Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float64 2022-09-27T15:33:52.3873879Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float32 2022-09-27T15:33:52.3944577Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float64 2022-09-27T15:33:52.4009788Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_uint8 2022-09-27T15:33:52.4227755Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_uint8 2022-09-27T15:33:52.4251108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int16 2022-09-27T15:33:52.4385931Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int16 2022-09-27T15:33:52.4621569Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex32 2022-09-27T15:33:52.4705775Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex32 2022-09-27T15:33:52.4708023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int32 2022-09-27T15:33:52.4851807Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int32 2022-09-27T15:33:52.4980378Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float64 2022-09-27T15:33:52.5113861Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float64 2022-09-27T15:33:52.5144861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int64 2022-09-27T15:33:52.5272730Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int64 2022-09-27T15:33:52.5525174Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int8 2022-09-27T15:33:52.5582947Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int8 2022-09-27T15:33:52.5587631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int8 2022-09-27T15:33:52.5750182Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int8 2022-09-27T15:33:52.6056875Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float64 2022-09-27T15:33:52.6057430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_uint8 2022-09-27T15:33:52.6428440Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_uint8 2022-09-27T15:33:52.6457585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bfloat16 2022-09-27T15:33:52.6492606Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bfloat16 2022-09-27T15:33:52.6502482Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float64 2022-09-27T15:33:52.6891916Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int16 2022-09-27T15:33:52.6909892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bool 2022-09-27T15:33:52.7003719Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bool 2022-09-27T15:33:52.7013160Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float64 2022-09-27T15:33:52.7310141Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int16 2022-09-27T15:33:52.7338943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex128 2022-09-27T15:33:52.7790413Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex128 2022-09-27T15:33:52.7791244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex64 2022-09-27T15:33:52.7983614Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex64 2022-09-27T15:33:52.7994140Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float64 2022-09-27T15:33:52.8229431Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int8 2022-09-27T15:33:52.8230026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float16 2022-09-27T15:33:52.8629662Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float16 2022-09-27T15:33:52.8656131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float32 2022-09-27T15:33:52.8885117Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float32 2022-09-27T15:33:52.8894491Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int8 2022-09-27T15:33:52.8906581Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int16 2022-09-27T15:33:52.8909216Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex128 2022-09-27T15:33:52.9063021Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int32 2022-09-27T15:33:52.9088715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float64 2022-09-27T15:33:52.9365882Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float64 2022-09-27T15:33:52.9379319Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex128 2022-09-27T15:33:52.9506921Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float32 2022-09-27T15:33:52.9546017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int16 2022-09-27T15:33:52.9736767Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int16 2022-09-27T15:33:52.9783006Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float32 2022-09-27T15:33:52.9989546Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int64 2022-09-27T15:33:53.0024557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int32 2022-09-27T15:33:53.0085656Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int32 2022-09-27T15:33:53.0264519Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int64 2022-09-27T15:33:53.0441727Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float32 2022-09-27T15:33:53.0469505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int64 2022-09-27T15:33:53.0876548Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int64 2022-09-27T15:33:53.0898752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int8 2022-09-27T15:33:53.1010435Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int8 2022-09-27T15:33:53.1021331Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int32 2022-09-27T15:33:53.1335666Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int64 2022-09-27T15:33:53.1339543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_uint8 2022-09-27T15:33:53.1776649Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_uint8 2022-09-27T15:33:53.1780622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:53.2133321Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:53.2147058Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float32 2022-09-27T15:33:53.2228038Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int64 2022-09-27T15:33:53.2265167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bool 2022-09-27T15:33:53.2517449Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bool 2022-09-27T15:33:53.2533509Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int16 2022-09-27T15:33:53.2665255Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int32 2022-09-27T15:33:53.2723422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex128 2022-09-27T15:33:53.3109129Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex128 2022-09-27T15:33:53.3139920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex64 2022-09-27T15:33:53.3153509Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex64 2022-09-27T15:33:53.3163637Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int64 2022-09-27T15:33:53.3359059Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int8 2022-09-27T15:33:53.3366953Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int64 2022-09-27T15:33:53.3585365Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bool 2022-09-27T15:33:53.3594918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float16 2022-09-27T15:33:53.4054215Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float16 2022-09-27T15:33:53.4058482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float32 2022-09-27T15:33:53.4468091Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float32 2022-09-27T15:33:53.4497649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float64 2022-09-27T15:33:53.4922253Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float64 2022-09-27T15:33:53.4950022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int16 2022-09-27T15:33:53.5143509Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int16 2022-09-27T15:33:53.5163046Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int8 2022-09-27T15:33:53.5382441Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_uint8 2022-09-27T15:33:53.5386642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int32 2022-09-27T15:33:53.5824895Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int32 2022-09-27T15:33:53.5825658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int64 2022-09-27T15:33:53.6237750Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int64 2022-09-27T15:33:53.6269713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int8 2022-09-27T15:33:53.6693321Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int8 2022-09-27T15:33:53.6709944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_uint8 2022-09-27T15:33:53.7113821Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_uint8 2022-09-27T15:33:53.7144121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bfloat16 2022-09-27T15:33:53.7564841Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bfloat16 2022-09-27T15:33:53.7578065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bool 2022-09-27T15:33:53.7988756Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bool 2022-09-27T15:33:53.8002357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex128 2022-09-27T15:33:53.8015141Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_uint8 2022-09-27T15:33:53.8032777Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bfloat16 2022-09-27T15:33:53.8048300Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex128 2022-09-27T15:33:53.8056201Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bool 2022-09-27T15:33:53.8468406Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int16 2022-09-27T15:33:53.8476823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex32 2022-09-27T15:33:53.8907533Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex32 2022-09-27T15:33:53.8909361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex64 2022-09-27T15:33:53.9145174Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex64 2022-09-27T15:33:53.9155695Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int32 2022-09-27T15:33:53.9304288Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int64 2022-09-27T15:33:53.9337845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float16 2022-09-27T15:33:53.9548593Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float16 2022-09-27T15:33:53.9557835Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bfloat16 2022-09-27T15:33:53.9746543Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bool 2022-09-27T15:33:53.9780421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float32 2022-09-27T15:33:54.0196933Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float32 2022-09-27T15:33:54.0221455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float64 2022-09-27T15:33:54.0669263Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float64 2022-09-27T15:33:54.0670314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int16 2022-09-27T15:33:54.1112689Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int16 2022-09-27T15:33:54.1113397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int32 2022-09-27T15:33:54.1376033Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int32 2022-09-27T15:33:54.1385876Z [gw2] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bool 2022-09-27T15:33:54.1504391Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float16 2022-09-27T15:33:54.1533804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int64 2022-09-27T15:33:54.1987512Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int64 2022-09-27T15:33:54.2040366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int8 2022-09-27T15:33:54.2201769Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int8 2022-09-27T15:33:54.2212513Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int16 2022-09-27T15:33:54.2426200Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_uint8 2022-09-27T15:33:54.2453338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_uint8 2022-09-27T15:33:54.2879820Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_uint8 2022-09-27T15:33:54.2904423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:54.3392301Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:54.3400784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bool 2022-09-27T15:33:54.3864881Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bool 2022-09-27T15:33:54.3871085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex128 2022-09-27T15:33:54.4300618Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex128 2022-09-27T15:33:54.4305665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex32 2022-09-27T15:33:54.4581437Z [gw0] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex32 2022-09-27T15:33:54.4591532Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float16 2022-09-27T15:33:54.4724761Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float32 2022-09-27T15:33:54.4751186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex64 2022-09-27T15:33:54.4755699Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex64 2022-09-27T15:33:54.4767040Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int64 2022-09-27T15:33:54.5155899Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int8 2022-09-27T15:33:54.5199395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float16 2022-09-27T15:33:54.5622476Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float16 2022-09-27T15:33:54.5623167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float32 2022-09-27T15:33:54.5862952Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float32 2022-09-27T15:33:54.5879594Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float32 2022-09-27T15:33:54.6037144Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float64 2022-09-27T15:33:54.6076206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float64 2022-09-27T15:33:54.6546321Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float64 2022-09-27T15:33:54.6546887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int16 2022-09-27T15:33:54.6987718Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int16 2022-09-27T15:33:54.7016628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int32 2022-09-27T15:33:54.7224998Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int32 2022-09-27T15:33:54.7235521Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_uint8 2022-09-27T15:33:54.7465886Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float32 2022-09-27T15:33:54.7466523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int64 2022-09-27T15:33:54.7948678Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int64 2022-09-27T15:33:54.7949263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int8 2022-09-27T15:33:54.8386071Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int8 2022-09-27T15:33:54.8386629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_uint8 2022-09-27T15:33:54.8734604Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_uint8 2022-09-27T15:33:54.8746720Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float64 2022-09-27T15:33:54.8788521Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int16 2022-09-27T15:33:54.8822548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bfloat16 2022-09-27T15:33:54.9233230Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bfloat16 2022-09-27T15:33:54.9268501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bool 2022-09-27T15:33:54.9546485Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bool 2022-09-27T15:33:54.9562457Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int16 2022-09-27T15:33:54.9664996Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int32 2022-09-27T15:33:54.9691285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float16 2022-09-27T15:33:55.0153835Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float16 2022-09-27T15:33:55.0178292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float32 2022-09-27T15:33:55.0342891Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float32 2022-09-27T15:33:55.0352546Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int32 2022-09-27T15:33:55.0617147Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int64 2022-09-27T15:33:55.0617637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float64 2022-09-27T15:33:55.1068081Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float64 2022-09-27T15:33:55.1071517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int16 2022-09-27T15:33:55.1404538Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int16 2022-09-27T15:33:55.1422231Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int64 2022-09-27T15:33:55.1465603Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int8 2022-09-27T15:33:55.1500393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int32 2022-09-27T15:33:55.1944418Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int32 2022-09-27T15:33:55.1945109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int64 2022-09-27T15:33:55.2314757Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int64 2022-09-27T15:33:55.2329007Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int8 2022-09-27T15:33:55.2345162Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_uint8 2022-09-27T15:33:55.2370007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int8 2022-09-27T15:33:55.2828236Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int8 2022-09-27T15:33:55.2854609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_uint8 2022-09-27T15:33:55.2932288Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_uint8 2022-09-27T15:33:55.2942087Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int8 2022-09-27T15:33:55.3310509Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_uint8 2022-09-27T15:33:55.3345067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:55.3471518Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:55.3479921Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float32 2022-09-27T15:33:55.3747890Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int64 2022-09-27T15:33:55.3789779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bool 2022-09-27T15:33:55.3848134Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bool 2022-09-27T15:33:55.3854696Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_uint8 2022-09-27T15:33:55.4227429Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bfloat16 2022-09-27T15:33:55.4228005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float16 2022-09-27T15:33:55.4629132Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float16 2022-09-27T15:33:55.4670702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float32 2022-09-27T15:33:55.4810266Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float32 2022-09-27T15:33:55.4821556Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bfloat16 2022-09-27T15:33:55.5065744Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bool 2022-09-27T15:33:55.5092209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float64 2022-09-27T15:33:55.5508320Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float64 2022-09-27T15:33:55.5548764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int16 2022-09-27T15:33:55.5987288Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int16 2022-09-27T15:33:55.5991650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int32 2022-09-27T15:33:55.6009189Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int32 2022-09-27T15:33:55.6043759Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bool 2022-09-27T15:33:55.6420513Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float16 2022-09-27T15:33:55.6455282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int64 2022-09-27T15:33:55.6870317Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int64 2022-09-27T15:33:55.6876130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int8 2022-09-27T15:33:55.7300620Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int8 2022-09-27T15:33:55.7304894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_uint8 2022-09-27T15:33:55.7784251Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_uint8 2022-09-27T15:33:55.7787765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bfloat16 2022-09-27T15:33:55.8150698Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bfloat16 2022-09-27T15:33:55.8163307Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_uint8 2022-09-27T15:33:55.8184316Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bfloat16 2022-09-27T15:33:55.8209559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bool 2022-09-27T15:33:55.8275370Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bool 2022-09-27T15:33:55.8576117Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bfloat16 2022-09-27T15:33:55.8590633Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int64 2022-09-27T15:33:55.8591159Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bool 2022-09-27T15:33:55.8632817Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bool 2022-09-27T15:33:55.8653971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex128 2022-09-27T15:33:55.8684591Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bool 2022-09-27T15:33:55.8735349Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex128 2022-09-27T15:33:55.8743450Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float16 2022-09-27T15:33:55.9029456Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float32 2022-09-27T15:33:55.9067052Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex128 2022-09-27T15:33:55.9095244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex64 2022-09-27T15:33:55.9100425Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex128 2022-09-27T15:33:55.9123615Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex64 2022-09-27T15:33:55.9137819Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bool 2022-09-27T15:33:55.9466963Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float16 2022-09-27T15:33:55.9487809Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex32 2022-09-27T15:33:55.9499037Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float32 2022-09-27T15:33:55.9505221Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float64 2022-09-27T15:33:55.9526074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float32 2022-09-27T15:33:55.9537192Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float32 2022-09-27T15:33:55.9717057Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex32 2022-09-27T15:33:55.9729211Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float16 2022-09-27T15:33:55.9906982Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int32 2022-09-27T15:33:55.9946224Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex64 2022-09-27T15:33:55.9962073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float64 2022-09-27T15:33:55.9976008Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex64 2022-09-27T15:33:56.0153711Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float64 2022-09-27T15:33:56.0161850Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int32 2022-09-27T15:33:56.0231853Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bfloat16 2022-09-27T15:33:56.0312135Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bfloat16 2022-09-27T15:33:56.0318109Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float64 2022-09-27T15:33:56.0342975Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int16 2022-09-27T15:33:56.0383872Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float16 2022-09-27T15:33:56.0389465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int16 2022-09-27T15:33:56.0407858Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float16 2022-09-27T15:33:56.0582944Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int16 2022-09-27T15:33:56.0644775Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex64 2022-09-27T15:33:56.0785269Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex64 2022-09-27T15:33:56.0823611Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float32 2022-09-27T15:33:56.0832788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int32 2022-09-27T15:33:56.0851034Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float32 2022-09-27T15:33:56.0978812Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int32 2022-09-27T15:33:56.0993461Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int16 2022-09-27T15:33:56.1022738Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int32 2022-09-27T15:33:56.1075758Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int16 2022-09-27T15:33:56.1222860Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int16 2022-09-27T15:33:56.1263178Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float64 2022-09-27T15:33:56.1273190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int64 2022-09-27T15:33:56.1284007Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float64 2022-09-27T15:33:56.1464782Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int64 2022-09-27T15:33:56.1521818Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_uint8 2022-09-27T15:33:56.1655468Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_uint8 2022-09-27T15:33:56.1666250Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int32 2022-09-27T15:33:56.1668252Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int64 2022-09-27T15:33:56.1703405Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int16 2022-09-27T15:33:56.1716336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int8 2022-09-27T15:33:56.1724681Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int16 2022-09-27T15:33:56.1904444Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int8 2022-09-27T15:33:56.2107729Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex32 2022-09-27T15:33:56.2154166Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int32 2022-09-27T15:33:56.2183560Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int32 2022-09-27T15:33:56.2207405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_uint8 2022-09-27T15:33:56.2414270Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_uint8 2022-09-27T15:33:56.2423525Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int64 2022-09-27T15:33:56.2545280Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int8 2022-09-27T15:33:56.2623777Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int64 2022-09-27T15:33:56.2670516Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int64 2022-09-27T15:33:56.2671046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:56.2988133Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:56.3038351Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int8 2022-09-27T15:33:56.3064376Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int8 2022-09-27T15:33:56.3092419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bool 2022-09-27T15:33:56.3264885Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bool 2022-09-27T15:33:56.3270329Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int8 2022-09-27T15:33:56.3426070Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_uint8 2022-09-27T15:33:56.3473821Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_uint8 2022-09-27T15:33:56.3503559Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_uint8 2022-09-27T15:33:56.3528652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex128 2022-09-27T15:33:56.3866817Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex128 2022-09-27T15:33:56.3918148Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bfloat16 2022-09-27T15:33:56.3979079Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bfloat16 2022-09-27T15:33:56.3979946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex64 2022-09-27T15:33:56.4032808Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex64 2022-09-27T15:33:56.4045404Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_uint8 2022-09-27T15:33:56.4348254Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bfloat16 2022-09-27T15:33:56.4385845Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bool 2022-09-27T15:33:56.4394094Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bool 2022-09-27T15:33:56.4417108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float32 2022-09-27T15:33:56.4788909Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float32 2022-09-27T15:33:56.4827281Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex128 2022-09-27T15:33:56.4839282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float64 2022-09-27T15:33:56.4865993Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex128 2022-09-27T15:33:56.5228419Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float64 2022-09-27T15:33:56.5251769Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex32 2022-09-27T15:33:56.5259835Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bfloat16 2022-09-27T15:33:56.5286359Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bool 2022-09-27T15:33:56.5305558Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex32 2022-09-27T15:33:56.5357151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int16 2022-09-27T15:33:56.5652806Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int16 2022-09-27T15:33:56.5659017Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex32 2022-09-27T15:33:56.5666441Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float64 2022-09-27T15:33:56.5723915Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex64 2022-09-27T15:33:56.5746011Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex64 2022-09-27T15:33:56.5782430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int32 2022-09-27T15:33:56.6107782Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int32 2022-09-27T15:33:56.6160079Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float16 2022-09-27T15:33:56.6277569Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float16 2022-09-27T15:33:56.6284110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int64 2022-09-27T15:33:56.6547380Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int64 2022-09-27T15:33:56.6617496Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float32 2022-09-27T15:33:56.6696922Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float32 2022-09-27T15:33:56.6736838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int8 2022-09-27T15:33:56.6875673Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int8 2022-09-27T15:33:56.6883281Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float64 2022-09-27T15:33:56.6989268Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int8 2022-09-27T15:33:56.7046859Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float64 2022-09-27T15:33:56.7105118Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float64 2022-09-27T15:33:56.7131289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_uint8 2022-09-27T15:33:56.7263487Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_uint8 2022-09-27T15:33:56.7270696Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bool 2022-09-27T15:33:56.7424929Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex128 2022-09-27T15:33:56.7477221Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int16 2022-09-27T15:33:56.7484830Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int8 2022-09-27T15:33:56.7494944Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int16 2022-09-27T15:33:56.7587124Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex128 2022-09-27T15:33:56.7617154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bfloat16 2022-09-27T15:33:56.7916778Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bfloat16 2022-09-27T15:33:56.7929209Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int32 2022-09-27T15:33:56.8028478Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int32 2022-09-27T15:33:56.8056854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bool 2022-09-27T15:33:56.8310923Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bool 2022-09-27T15:33:56.8360108Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int64 2022-09-27T15:33:56.8465187Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int64 2022-09-27T15:33:56.8497467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex128 2022-09-27T15:33:56.8746667Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex128 2022-09-27T15:33:56.8814124Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int8 2022-09-27T15:33:56.8948279Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int8 2022-09-27T15:33:56.8992826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex64 2022-09-27T15:33:56.9228672Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex64 2022-09-27T15:33:56.9277467Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_uint8 2022-09-27T15:33:56.9427340Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_uint8 2022-09-27T15:33:56.9456210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float32 2022-09-27T15:33:56.9666502Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float32 2022-09-27T15:33:56.9907852Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_bfloat16 2022-09-27T15:33:56.9910553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float64 2022-09-27T15:33:57.0313667Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float64 2022-09-27T15:33:57.0368575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int16 2022-09-27T15:33:57.0827816Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int16 2022-09-27T15:33:57.0836906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int32 2022-09-27T15:33:57.1260201Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int32 2022-09-27T15:33:57.1267874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int64 2022-09-27T15:33:57.1682682Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int64 2022-09-27T15:33:57.1701541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int8 2022-09-27T15:33:57.1863059Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int8 2022-09-27T15:33:57.1865003Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex128 2022-09-27T15:33:57.2143031Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float32 2022-09-27T15:33:57.2143879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_uint8 2022-09-27T15:33:57.2567599Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_uint8 2022-09-27T15:33:57.2585466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:57.3026545Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:57.3027350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bool 2022-09-27T15:33:57.3430657Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bool 2022-09-27T15:33:57.3463560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex128 2022-09-27T15:33:57.3522070Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex128 2022-09-27T15:33:57.3543926Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex128 2022-09-27T15:33:57.3898602Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex64 2022-09-27T15:33:57.3906967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex64 2022-09-27T15:33:57.4391031Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex64 2022-09-27T15:33:57.4391771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float32 2022-09-27T15:33:57.4517113Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float32 2022-09-27T15:33:57.4619638Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_bfloat16 2022-09-27T15:33:57.4631793Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float32 2022-09-27T15:33:57.4645047Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float32 2022-09-27T15:33:57.4784929Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int64 2022-09-27T15:33:57.4824157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float64 2022-09-27T15:33:57.5313617Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float64 2022-09-27T15:33:57.5314353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int16 2022-09-27T15:33:57.5721712Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int16 2022-09-27T15:33:57.5749689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int32 2022-09-27T15:33:57.6180459Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int32 2022-09-27T15:33:57.6182498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int64 2022-09-27T15:33:57.6541006Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int64 2022-09-27T15:33:57.6552364Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int64 2022-09-27T15:33:57.6609292Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bool 2022-09-27T15:33:57.6616077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int8 2022-09-27T15:33:57.7066443Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int8 2022-09-27T15:33:57.7067260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_uint8 2022-09-27T15:33:57.7400539Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_uint8 2022-09-27T15:33:57.7412047Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bool 2022-09-27T15:33:57.7469494Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float32 2022-09-27T15:33:57.7509573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bfloat16 2022-09-27T15:33:57.7914423Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bfloat16 2022-09-27T15:33:57.7956730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bool 2022-09-27T15:33:57.8285011Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bool 2022-09-27T15:33:57.8295146Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float32 2022-09-27T15:33:57.8346864Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float64 2022-09-27T15:33:57.8377416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex128 2022-09-27T15:33:57.8390629Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex128 2022-09-27T15:33:57.8403057Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float32 2022-09-27T15:33:57.8873915Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int64 2022-09-27T15:33:57.8874523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex32 2022-09-27T15:33:57.9318020Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex32 2022-09-27T15:33:57.9318705Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int64 2022-09-27T15:33:57.9319305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex64 2022-09-27T15:33:57.9330154Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex64 2022-09-27T15:33:57.9487566Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bool 2022-09-27T15:33:57.9505073Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex64 2022-09-27T15:33:57.9749655Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float32 2022-09-27T15:33:57.9750178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float16 2022-09-27T15:33:57.9974088Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float16 2022-09-27T15:33:57.9991932Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bool 2022-09-27T15:33:58.0220142Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float16 2022-09-27T15:33:58.0230692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float32 2022-09-27T15:33:58.0469178Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float32 2022-09-27T15:33:58.0485307Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float16 2022-09-27T15:33:58.0632254Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int32 2022-09-27T15:33:58.0667520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float64 2022-09-27T15:33:58.0843891Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float64 2022-09-27T15:33:58.0948172Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int32 2022-09-27T15:33:58.1153571Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bfloat16 2022-09-27T15:33:58.1159759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int16 2022-09-27T15:33:58.1591450Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int16 2022-09-27T15:33:58.1598658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int32 2022-09-27T15:33:58.2037738Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int32 2022-09-27T15:33:58.2045038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int64 2022-09-27T15:33:58.2170046Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int64 2022-09-27T15:33:58.2186383Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float64 2022-09-27T15:33:58.2193669Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float32 2022-09-27T15:33:58.2195772Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bfloat16 2022-09-27T15:33:58.2502500Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float64 2022-09-27T15:33:58.2503503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int8 2022-09-27T15:33:58.2948152Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int8 2022-09-27T15:33:58.2985637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_uint8 2022-09-27T15:33:58.3446276Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_uint8 2022-09-27T15:33:58.3454452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:58.3859576Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:58.3860307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bool 2022-09-27T15:33:58.4288952Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bool 2022-09-27T15:33:58.4303040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex128 2022-09-27T15:33:58.4361578Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex128 2022-09-27T15:33:58.4376049Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float64 2022-09-27T15:33:58.4783283Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int16 2022-09-27T15:33:58.4788398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex32 2022-09-27T15:33:58.5227295Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex32 2022-09-27T15:33:58.5232116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex64 2022-09-27T15:33:58.5685355Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex64 2022-09-27T15:33:58.5686001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float16 2022-09-27T15:33:58.6148909Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float16 2022-09-27T15:33:58.6149486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float32 2022-09-27T15:33:58.6540359Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float32 2022-09-27T15:33:58.6544877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float64 2022-09-27T15:33:58.6979959Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float64 2022-09-27T15:33:58.6980816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int16 2022-09-27T15:33:58.7044651Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int16 2022-09-27T15:33:58.7079480Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bfloat16 2022-09-27T15:33:58.7213300Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bool 2022-09-27T15:33:58.7224704Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int16 2022-09-27T15:33:58.7418739Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int32 2022-09-27T15:33:58.7419467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int32 2022-09-27T15:33:58.7860161Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int32 2022-09-27T15:33:58.7860926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int64 2022-09-27T15:33:58.8266758Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int64 2022-09-27T15:33:58.8290126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int8 2022-09-27T15:33:58.8521900Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int8 2022-09-27T15:33:58.8534239Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bfloat16 2022-09-27T15:33:58.8705964Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float64 2022-09-27T15:33:58.8735861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_uint8 2022-09-27T15:33:58.9147954Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_uint8 2022-09-27T15:33:58.9199756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bfloat16 2022-09-27T15:33:58.9588565Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bfloat16 2022-09-27T15:33:58.9622455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bool 2022-09-27T15:33:59.0031131Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bool 2022-09-27T15:33:59.0055344Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int32 2022-09-27T15:33:59.0068255Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int64 2022-09-27T15:33:59.0069926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex128 2022-09-27T15:33:59.0502771Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex128 2022-09-27T15:33:59.0504909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex32 2022-09-27T15:33:59.0990447Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex32 2022-09-27T15:33:59.0990995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex64 2022-09-27T15:33:59.1387513Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex64 2022-09-27T15:33:59.1415278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float16 2022-09-27T15:33:59.1863083Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float16 2022-09-27T15:33:59.1864113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float32 2022-09-27T15:33:59.2045335Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float32 2022-09-27T15:33:59.2110454Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bool 2022-09-27T15:33:59.2295781Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float32 2022-09-27T15:33:59.2299850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float64 2022-09-27T15:33:59.2738781Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float64 2022-09-27T15:33:59.2752701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int16 2022-09-27T15:33:59.3192554Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int16 2022-09-27T15:33:59.3193361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int32 2022-09-27T15:33:59.3571235Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int32 2022-09-27T15:33:59.3628985Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int64 2022-09-27T15:33:59.3630001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int64 2022-09-27T15:33:59.3633198Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int64 2022-09-27T15:33:59.4032954Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int8 2022-09-27T15:33:59.4054295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int8 2022-09-27T15:33:59.4496530Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int8 2022-09-27T15:33:59.4504465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_uint8 2022-09-27T15:33:59.4941921Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_uint8 2022-09-27T15:33:59.4965352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:59.5383751Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bfloat16 2022-09-27T15:33:59.5392067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bool 2022-09-27T15:33:59.5823169Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bool 2022-09-27T15:33:59.5833983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex128 2022-09-27T15:33:59.6220999Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex128 2022-09-27T15:33:59.6232083Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float64 2022-09-27T15:33:59.6252329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex32 2022-09-27T15:33:59.6264596Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int8 2022-09-27T15:33:59.6521336Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex32 2022-09-27T15:33:59.6532138Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float32 2022-09-27T15:33:59.6668678Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float64 2022-09-27T15:33:59.6681328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex64 2022-09-27T15:33:59.6697489Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int8 2022-09-27T15:33:59.6707671Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex64 2022-09-27T15:33:59.7115307Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_uint8 2022-09-27T15:33:59.7157727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float16 2022-09-27T15:33:59.7584542Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float16 2022-09-27T15:33:59.7585239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float32 2022-09-27T15:33:59.8023423Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float32 2022-09-27T15:33:59.8031707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float64 2022-09-27T15:33:59.8471626Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float64 2022-09-27T15:33:59.8472180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int16 2022-09-27T15:33:59.8872013Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int16 2022-09-27T15:33:59.8914661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int32 2022-09-27T15:33:59.9346328Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int32 2022-09-27T15:33:59.9346933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int64 2022-09-27T15:33:59.9580722Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int64 2022-09-27T15:33:59.9597661Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float64 2022-09-27T15:33:59.9717653Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int16 2022-09-27T15:33:59.9726549Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_uint8 2022-09-27T15:33:59.9743833Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bfloat16 2022-09-27T15:33:59.9767309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int8 2022-09-27T15:34:00.0223449Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int8 2022-09-27T15:34:00.0228685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_uint8 2022-09-27T15:34:00.0668915Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_uint8 2022-09-27T15:34:00.0669548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bfloat16 2022-09-27T15:34:00.1096500Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bfloat16 2022-09-27T15:34:00.1105382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bool 2022-09-27T15:34:00.1542129Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bool 2022-09-27T15:34:00.1543152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float32 2022-09-27T15:34:00.1985431Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float32 2022-09-27T15:34:00.1986006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float64 2022-09-27T15:34:00.2421663Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float64 2022-09-27T15:34:00.2422947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int16 2022-09-27T15:34:00.2866774Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int16 2022-09-27T15:34:00.2867392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int32 2022-09-27T15:34:00.3341305Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int32 2022-09-27T15:34:00.3365010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int64 2022-09-27T15:34:00.3868439Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int64 2022-09-27T15:34:00.3869026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int8 2022-09-27T15:34:00.4166110Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int8 2022-09-27T15:34:00.4176327Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int16 2022-09-27T15:34:00.4274139Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int32 2022-09-27T15:34:00.4306286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_uint8 2022-09-27T15:34:00.4782491Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_uint8 2022-09-27T15:34:00.4783132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:00.5188096Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:00.5225866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bool 2022-09-27T15:34:00.5457889Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bool 2022-09-27T15:34:00.5467755Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bfloat16 2022-09-27T15:34:00.5626118Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bool 2022-09-27T15:34:00.5655601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float32 2022-09-27T15:34:00.6058118Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float32 2022-09-27T15:34:00.6069831Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int8 2022-09-27T15:34:00.6074946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float64 2022-09-27T15:34:00.6094075Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex128 2022-09-27T15:34:00.6543847Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float64 2022-09-27T15:34:00.6544450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int16 2022-09-27T15:34:00.6979754Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int16 2022-09-27T15:34:00.6985903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int32 2022-09-27T15:34:00.7480109Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int32 2022-09-27T15:34:00.7480684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int64 2022-09-27T15:34:00.7911534Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int64 2022-09-27T15:34:00.7912243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int8 2022-09-27T15:34:00.8309503Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int8 2022-09-27T15:34:00.8343437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_uint8 2022-09-27T15:34:00.8670674Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_uint8 2022-09-27T15:34:00.8685871Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int32 2022-09-27T15:34:00.8772147Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int64 2022-09-27T15:34:00.8781996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_bfloat16 2022-09-27T15:34:00.9226545Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_bfloat16 2022-09-27T15:34:00.9227157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float16 2022-09-27T15:34:00.9664788Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float16 2022-09-27T15:34:00.9665487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float32 2022-09-27T15:34:01.0026910Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float32 2022-09-27T15:34:01.0034246Z [gw2] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bool 2022-09-27T15:34:01.0064286Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex128 2022-09-27T15:34:01.0099252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float64 2022-09-27T15:34:01.0544700Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float64 2022-09-27T15:34:01.0546978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int16 2022-09-27T15:34:01.0982906Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int16 2022-09-27T15:34:01.0983470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int32 2022-09-27T15:34:01.1467164Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int32 2022-09-27T15:34:01.1467797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int64 2022-09-27T15:34:01.1906162Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int64 2022-09-27T15:34:01.1906898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int8 2022-09-27T15:34:01.2389236Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int8 2022-09-27T15:34:01.2389794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_uint8 2022-09-27T15:34:01.2758727Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_uint8 2022-09-27T15:34:01.2771894Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int64 2022-09-27T15:34:01.2788278Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int8 2022-09-27T15:34:01.2835179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:01.3306029Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:01.3306842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float16 2022-09-27T15:34:01.3747273Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float16 2022-09-27T15:34:01.3754259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float32 2022-09-27T15:34:01.3874051Z [gw0] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float32 2022-09-27T15:34:01.3895052Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex128 2022-09-27T15:34:01.4202629Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int16 2022-09-27T15:34:01.4205196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float64 2022-09-27T15:34:01.4621424Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float64 2022-09-27T15:34:01.4622159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int16 2022-09-27T15:34:01.5066558Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int16 2022-09-27T15:34:01.5072586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int32 2022-09-27T15:34:01.5469946Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int32 2022-09-27T15:34:01.5505202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int64 2022-09-27T15:34:01.5949594Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int64 2022-09-27T15:34:01.5977680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int8 2022-09-27T15:34:01.6394466Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int8 2022-09-27T15:34:01.6438180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_uint8 2022-09-27T15:34:01.6610086Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_uint8 2022-09-27T15:34:01.6622175Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int16 2022-09-27T15:34:01.6827227Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_uint8 2022-09-27T15:34:01.6869355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bfloat16 2022-09-27T15:34:01.7313077Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bfloat16 2022-09-27T15:34:01.7322424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bool 2022-09-27T15:34:01.7734215Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bool 2022-09-27T15:34:01.7743546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex128 2022-09-27T15:34:01.7887704Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex128 2022-09-27T15:34:01.7913858Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int8 2022-09-27T15:34:01.8149091Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_uint8 2022-09-27T15:34:01.8168879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex64 2022-09-27T15:34:01.8188963Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex64 2022-09-27T15:34:01.8221107Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex128 2022-09-27T15:34:01.8471501Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex64 2022-09-27T15:34:01.8488052Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_uint8 2022-09-27T15:34:01.8634335Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex64 2022-09-27T15:34:01.8642648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float16 2022-09-27T15:34:01.9061827Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float16 2022-09-27T15:34:01.9074036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float32 2022-09-27T15:34:01.9587644Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float32 2022-09-27T15:34:01.9588485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float64 2022-09-27T15:34:02.0026755Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float64 2022-09-27T15:34:02.0027379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int16 2022-09-27T15:34:02.0472299Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int16 2022-09-27T15:34:02.0472961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int32 2022-09-27T15:34:02.0909161Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int32 2022-09-27T15:34:02.0909844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int64 2022-09-27T15:34:02.1184237Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int64 2022-09-27T15:34:02.1192692Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_uint8 2022-09-27T15:34:02.1316557Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_bfloat16 2022-09-27T15:34:02.1334398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int8 2022-09-27T15:34:02.1771480Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int8 2022-09-27T15:34:02.1800012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_uint8 2022-09-27T15:34:02.2200394Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_uint8 2022-09-27T15:34:02.2230404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:02.2629476Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:02.2672927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bool 2022-09-27T15:34:02.3113947Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bool 2022-09-27T15:34:02.3114686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex128 2022-09-27T15:34:02.3534134Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex128 2022-09-27T15:34:02.3534965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex64 2022-09-27T15:34:02.3979182Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex64 2022-09-27T15:34:02.3985073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float16 2022-09-27T15:34:02.4389988Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float16 2022-09-27T15:34:02.4420797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float32 2022-09-27T15:34:02.4830764Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float32 2022-09-27T15:34:02.4870516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float64 2022-09-27T15:34:02.5165643Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float64 2022-09-27T15:34:02.5173884Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex64 2022-09-27T15:34:02.5240362Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int32 2022-09-27T15:34:02.5247877Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex64 2022-09-27T15:34:02.5303034Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float32 2022-09-27T15:34:02.5328613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int16 2022-09-27T15:34:02.5781351Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int16 2022-09-27T15:34:02.5787235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int32 2022-09-27T15:34:02.6190035Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int32 2022-09-27T15:34:02.6229849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int64 2022-09-27T15:34:02.6629644Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int64 2022-09-27T15:34:02.6660414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int8 2022-09-27T15:34:02.7109061Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int8 2022-09-27T15:34:02.7109694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_uint8 2022-09-27T15:34:02.7606315Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_uint8 2022-09-27T15:34:02.7607293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_bfloat16 2022-09-27T15:34:02.8028009Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_bfloat16 2022-09-27T15:34:02.8028620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float16 2022-09-27T15:34:02.8320596Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float16 2022-09-27T15:34:02.8328340Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int32 2022-09-27T15:34:02.8428335Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bfloat16 2022-09-27T15:34:02.8447625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float32 2022-09-27T15:34:02.8465075Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_bfloat16 2022-09-27T15:34:02.8470178Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float32 2022-09-27T15:34:02.8867628Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float16 2022-09-27T15:34:02.8891645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float64 2022-09-27T15:34:02.8951210Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float64 2022-09-27T15:34:02.8960923Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float32 2022-09-27T15:34:02.9308615Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float64 2022-09-27T15:34:02.9344352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int16 2022-09-27T15:34:02.9786160Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int16 2022-09-27T15:34:02.9794709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int32 2022-09-27T15:34:03.0108577Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int32 2022-09-27T15:34:03.0113477Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bfloat16 2022-09-27T15:34:03.0238867Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex64 2022-09-27T15:34:03.0239951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int64 2022-09-27T15:34:03.0667120Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int64 2022-09-27T15:34:03.0670936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int8 2022-09-27T15:34:03.1107570Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int8 2022-09-27T15:34:03.1148626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_uint8 2022-09-27T15:34:03.1599617Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_uint8 2022-09-27T15:34:03.1601014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:03.2075366Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:03.2076800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float16 2022-09-27T15:34:03.2503617Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float16 2022-09-27T15:34:03.2504907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float32 2022-09-27T15:34:03.2671062Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float32 2022-09-27T15:34:03.2680670Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex64 2022-09-27T15:34:03.2847761Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int16 2022-09-27T15:34:03.2856256Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float64 2022-09-27T15:34:03.2945088Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int16 2022-09-27T15:34:03.2979882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float64 2022-09-27T15:34:03.3394502Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float64 2022-09-27T15:34:03.3429380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int16 2022-09-27T15:34:03.3903181Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int16 2022-09-27T15:34:03.3904497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int32 2022-09-27T15:34:03.4130357Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int32 2022-09-27T15:34:03.4139157Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int16 2022-09-27T15:34:03.4304462Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_uint8 2022-09-27T15:34:03.4338599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int64 2022-09-27T15:34:03.4747909Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int64 2022-09-27T15:34:03.4779757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int8 2022-09-27T15:34:03.4813258Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int8 2022-09-27T15:34:03.4820612Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float16 2022-09-27T15:34:03.5254864Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float32 2022-09-27T15:34:03.5259882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_uint8 2022-09-27T15:34:03.5512335Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_uint8 2022-09-27T15:34:03.5524648Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_uint8 2022-09-27T15:34:03.5674236Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex32 2022-09-27T15:34:03.5712733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bfloat16 2022-09-27T15:34:03.5819145Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bfloat16 2022-09-27T15:34:03.5945944Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex32 2022-09-27T15:34:03.6104817Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float64 2022-09-27T15:34:03.6115041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bool 2022-09-27T15:34:03.6121024Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int16 2022-09-27T15:34:03.6132091Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int32 2022-09-27T15:34:03.6148434Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bool 2022-09-27T15:34:03.6386441Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float64 2022-09-27T15:34:03.6592021Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int8 2022-09-27T15:34:03.6611049Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int8 2022-09-27T15:34:03.6616755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex128 2022-09-27T15:34:03.6829254Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex128 2022-09-27T15:34:03.7089029Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float32 2022-09-27T15:34:03.7115639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex32 2022-09-27T15:34:03.7508233Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex32 2022-09-27T15:34:03.7534001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex64 2022-09-27T15:34:03.7952631Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex64 2022-09-27T15:34:03.7990158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float16 2022-09-27T15:34:03.8460841Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float16 2022-09-27T15:34:03.8461400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float32 2022-09-27T15:34:03.8868260Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float32 2022-09-27T15:34:03.8893179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float64 2022-09-27T15:34:03.9165556Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float64 2022-09-27T15:34:03.9195529Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float32 2022-09-27T15:34:03.9309919Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float64 2022-09-27T15:34:03.9341319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int16 2022-09-27T15:34:03.9642568Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int16 2022-09-27T15:34:03.9644951Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int32 2022-09-27T15:34:03.9778627Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int64 2022-09-27T15:34:03.9781106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int32 2022-09-27T15:34:04.0261517Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int32 2022-09-27T15:34:04.0262060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int64 2022-09-27T15:34:04.0688184Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int64 2022-09-27T15:34:04.0711487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int8 2022-09-27T15:34:04.1143212Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int8 2022-09-27T15:34:04.1143871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_uint8 2022-09-27T15:34:04.1475819Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_uint8 2022-09-27T15:34:04.1485164Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float32 2022-09-27T15:34:04.1581256Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int64 2022-09-27T15:34:04.1583512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:04.2072590Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:04.2073448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bool 2022-09-27T15:34:04.2468614Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bool 2022-09-27T15:34:04.2496951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex128 2022-09-27T15:34:04.2941579Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex128 2022-09-27T15:34:04.2942712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex32 2022-09-27T15:34:04.3355853Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex32 2022-09-27T15:34:04.3387461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex64 2022-09-27T15:34:04.3788874Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex64 2022-09-27T15:34:04.3828329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float16 2022-09-27T15:34:04.4022041Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float16 2022-09-27T15:34:04.4029079Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int64 2022-09-27T15:34:04.4039844Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int64 2022-09-27T15:34:04.4042161Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int8 2022-09-27T15:34:04.4228761Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float16 2022-09-27T15:34:04.4259306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float32 2022-09-27T15:34:04.4387440Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float32 2022-09-27T15:34:04.4399365Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float64 2022-09-27T15:34:04.4667493Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_bfloat16 2022-09-27T15:34:04.4689026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float64 2022-09-27T15:34:04.5109003Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float64 2022-09-27T15:34:04.5142440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int16 2022-09-27T15:34:04.5592146Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int16 2022-09-27T15:34:04.5600893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int32 2022-09-27T15:34:04.5993064Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int32 2022-09-27T15:34:04.6023249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int64 2022-09-27T15:34:04.6431701Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int64 2022-09-27T15:34:04.6480985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int8 2022-09-27T15:34:04.6485339Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int8 2022-09-27T15:34:04.6495283Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int8 2022-09-27T15:34:04.6899803Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_uint8 2022-09-27T15:34:04.6901841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_uint8 2022-09-27T15:34:04.7343172Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_uint8 2022-09-27T15:34:04.7344163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bfloat16 2022-09-27T15:34:04.7750116Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bfloat16 2022-09-27T15:34:04.7791738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bool 2022-09-27T15:34:04.8234725Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bool 2022-09-27T15:34:04.8244212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex128 2022-09-27T15:34:04.8648596Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex128 2022-09-27T15:34:04.8842380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex32 2022-09-27T15:34:04.9082203Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex32 2022-09-27T15:34:04.9101708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex64 2022-09-27T15:34:04.9582230Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex64 2022-09-27T15:34:04.9583067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float16 2022-09-27T15:34:04.9995969Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float16 2022-09-27T15:34:05.0039967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float32 2022-09-27T15:34:05.0381113Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float32 2022-09-27T15:34:05.0393942Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_uint8 2022-09-27T15:34:05.0461094Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bfloat16 2022-09-27T15:34:05.0477488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float64 2022-09-27T15:34:05.0907022Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float64 2022-09-27T15:34:05.0913161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int16 2022-09-27T15:34:05.1130590Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int16 2022-09-27T15:34:05.1139017Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_bfloat16 2022-09-27T15:34:05.1306560Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float16 2022-09-27T15:34:05.1338887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int32 2022-09-27T15:34:05.1765041Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int32 2022-09-27T15:34:05.1786450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int64 2022-09-27T15:34:05.2206927Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int64 2022-09-27T15:34:05.2235859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int8 2022-09-27T15:34:05.2635347Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int8 2022-09-27T15:34:05.2675724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_uint8 2022-09-27T15:34:05.2687129Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_uint8 2022-09-27T15:34:05.2697191Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float16 2022-09-27T15:34:05.2762585Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int32 2022-09-27T15:34:05.2771149Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bfloat16 2022-09-27T15:34:05.3088991Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bool 2022-09-27T15:34:05.3111214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:05.3509284Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:05.3541726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bool 2022-09-27T15:34:05.3948671Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bool 2022-09-27T15:34:05.3978527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex128 2022-09-27T15:34:05.4425362Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex128 2022-09-27T15:34:05.4450565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex32 2022-09-27T15:34:05.4905576Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex32 2022-09-27T15:34:05.4915181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex64 2022-09-27T15:34:05.5316175Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex64 2022-09-27T15:34:05.5344389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float16 2022-09-27T15:34:05.5785008Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float16 2022-09-27T15:34:05.5786017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float32 2022-09-27T15:34:05.5939647Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float32 2022-09-27T15:34:05.5949392Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bool 2022-09-27T15:34:05.6209756Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex128 2022-09-27T15:34:05.6243539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float64 2022-09-27T15:34:05.6658181Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float64 2022-09-27T15:34:05.6662553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int16 2022-09-27T15:34:05.7101375Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int16 2022-09-27T15:34:05.7110117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int32 2022-09-27T15:34:05.7508741Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int32 2022-09-27T15:34:05.7541599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int64 2022-09-27T15:34:05.7985304Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int64 2022-09-27T15:34:05.8060198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int8 2022-09-27T15:34:05.8466895Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int8 2022-09-27T15:34:05.8476793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_uint8 2022-09-27T15:34:05.8530413Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_uint8 2022-09-27T15:34:05.8540998Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float16 2022-09-27T15:34:05.8832582Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float32 2022-09-27T15:34:05.8845973Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int32 2022-09-27T15:34:05.8894719Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bfloat16 2022-09-27T15:34:05.8895291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bfloat16 2022-09-27T15:34:05.9343308Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bfloat16 2022-09-27T15:34:05.9347774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bool 2022-09-27T15:34:05.9771915Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bool 2022-09-27T15:34:05.9778362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex128 2022-09-27T15:34:06.0206551Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex128 2022-09-27T15:34:06.0215162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex32 2022-09-27T15:34:06.0694258Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex32 2022-09-27T15:34:06.0694931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex64 2022-09-27T15:34:06.1170419Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex64 2022-09-27T15:34:06.1171132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float16 2022-09-27T15:34:06.1620786Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float16 2022-09-27T15:34:06.1623693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float32 2022-09-27T15:34:06.2025131Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float32 2022-09-27T15:34:06.2046556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float64 2022-09-27T15:34:06.2458753Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float64 2022-09-27T15:34:06.2468377Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex128 2022-09-27T15:34:06.2505366Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex64 2022-09-27T15:34:06.2532213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int16 2022-09-27T15:34:06.2973229Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int16 2022-09-27T15:34:06.2977647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int32 2022-09-27T15:34:06.3419601Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int32 2022-09-27T15:34:06.3426576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int64 2022-09-27T15:34:06.3892411Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int64 2022-09-27T15:34:06.3896549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int8 2022-09-27T15:34:06.4337189Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int8 2022-09-27T15:34:06.4337873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_uint8 2022-09-27T15:34:06.4774143Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_uint8 2022-09-27T15:34:06.4774908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:06.5229850Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:06.5230424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bool 2022-09-27T15:34:06.5552744Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bool 2022-09-27T15:34:06.5578086Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float32 2022-09-27T15:34:06.5665593Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float64 2022-09-27T15:34:06.5701831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex128 2022-09-27T15:34:06.6139403Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex128 2022-09-27T15:34:06.6145688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex32 2022-09-27T15:34:06.6575643Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex32 2022-09-27T15:34:06.6585395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex64 2022-09-27T15:34:06.6891652Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex64 2022-09-27T15:34:06.6994402Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bfloat16 2022-09-27T15:34:06.7002830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float16 2022-09-27T15:34:06.7034434Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float16 2022-09-27T15:34:06.7433939Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float16 2022-09-27T15:34:06.7445998Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex64 2022-09-27T15:34:06.7464800Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float32 2022-09-27T15:34:06.7489673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float32 2022-09-27T15:34:06.7968902Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float32 2022-09-27T15:34:06.7970131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float64 2022-09-27T15:34:06.8348157Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float64 2022-09-27T15:34:06.8371495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int16 2022-09-27T15:34:06.8856300Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int16 2022-09-27T15:34:06.8859265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int32 2022-09-27T15:34:06.9307125Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int32 2022-09-27T15:34:06.9307823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int64 2022-09-27T15:34:06.9735854Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int64 2022-09-27T15:34:06.9736522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int8 2022-09-27T15:34:07.0178291Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int8 2022-09-27T15:34:07.0178993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_uint8 2022-09-27T15:34:07.0429950Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_uint8 2022-09-27T15:34:07.0437087Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float32 2022-09-27T15:34:07.0590801Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float64 2022-09-27T15:34:07.0614176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bfloat16 2022-09-27T15:34:07.1044394Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bfloat16 2022-09-27T15:34:07.1105129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bool 2022-09-27T15:34:07.1498760Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bool 2022-09-27T15:34:07.1500872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex128 2022-09-27T15:34:07.1746663Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex128 2022-09-27T15:34:07.1752868Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float64 2022-09-27T15:34:07.1952162Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex128 2022-09-27T15:34:07.1979263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex32 2022-09-27T15:34:07.2462469Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex32 2022-09-27T15:34:07.2463037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex64 2022-09-27T15:34:07.2893351Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex64 2022-09-27T15:34:07.2914276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float16 2022-09-27T15:34:07.3351921Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float16 2022-09-27T15:34:07.3352628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float32 2022-09-27T15:34:07.3814315Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float32 2022-09-27T15:34:07.3819900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float64 2022-09-27T15:34:07.4258022Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float64 2022-09-27T15:34:07.4305489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int16 2022-09-27T15:34:07.4522617Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int16 2022-09-27T15:34:07.4541808Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex128 2022-09-27T15:34:07.4707698Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex32 2022-09-27T15:34:07.4721338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int32 2022-09-27T15:34:07.4760673Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int32 2022-09-27T15:34:07.4771471Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float64 2022-09-27T15:34:07.5179742Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int16 2022-09-27T15:34:07.5212158Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float16 2022-09-27T15:34:07.5218785Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int32 2022-09-27T15:34:07.5256638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int64 2022-09-27T15:34:07.5657346Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int64 2022-09-27T15:34:07.5663969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int8 2022-09-27T15:34:07.6085050Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int8 2022-09-27T15:34:07.6094967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_uint8 2022-09-27T15:34:07.6367212Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_uint8 2022-09-27T15:34:07.6373378Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int16 2022-09-27T15:34:07.6505926Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int32 2022-09-27T15:34:07.6531674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:07.6972838Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:07.6977579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bool 2022-09-27T15:34:07.7412821Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bool 2022-09-27T15:34:07.7417716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex128 2022-09-27T15:34:07.7829266Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex128 2022-09-27T15:34:07.7856157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex32 2022-09-27T15:34:07.8270616Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex32 2022-09-27T15:34:07.8298946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex64 2022-09-27T15:34:07.8749081Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex64 2022-09-27T15:34:07.8760741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float16 2022-09-27T15:34:07.8818149Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float16 2022-09-27T15:34:07.8835708Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int32 2022-09-27T15:34:07.8895847Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int64 2022-09-27T15:34:07.8905710Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex32 2022-09-27T15:34:07.9180742Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex64 2022-09-27T15:34:07.9181627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float32 2022-09-27T15:34:07.9587500Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float32 2022-09-27T15:34:07.9618414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float64 2022-09-27T15:34:08.0052744Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float64 2022-09-27T15:34:08.0069131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int16 2022-09-27T15:34:08.0396716Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int16 2022-09-27T15:34:08.0418355Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int32 2022-09-27T15:34:08.0491775Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_bfloat16 2022-09-27T15:34:08.0494897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int32 2022-09-27T15:34:08.0939548Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int32 2022-09-27T15:34:08.0940114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int64 2022-09-27T15:34:08.1273401Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int64 2022-09-27T15:34:08.1297047Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex64 2022-09-27T15:34:08.1346827Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bfloat16 2022-09-27T15:34:08.1356402Z [gw3] [ 30%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bfloat16 2022-09-27T15:34:08.1370487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int8 2022-09-27T15:34:08.1513111Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int8 2022-09-27T15:34:08.1521327Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int64 2022-09-27T15:34:08.1720718Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int8 2022-09-27T15:34:08.1764654Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bool 2022-09-27T15:34:08.1787903Z [gw3] [ 30%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bool 2022-09-27T15:34:08.1862450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_uint8 2022-09-27T15:34:08.2230265Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_uint8 2022-09-27T15:34:08.2235215Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex128 2022-09-27T15:34:08.2247503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bfloat16 2022-09-27T15:34:08.2277184Z [gw3] [ 30%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex128 2022-09-27T15:34:08.2627622Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bfloat16 2022-09-27T15:34:08.2686644Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex32 2022-09-27T15:34:08.2693803Z [gw3] [ 30%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex32 2022-09-27T15:34:08.2710027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bool 2022-09-27T15:34:08.3059141Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bool 2022-09-27T15:34:08.3072240Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int8 2022-09-27T15:34:08.3104785Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex64 2022-09-27T15:34:08.3145967Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_uint8 2022-09-27T15:34:08.3152595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex128 2022-09-27T15:34:08.3158398Z [gw3] [ 30%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex64 2022-09-27T15:34:08.3508156Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex128 2022-09-27T15:34:08.3567634Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float16 2022-09-27T15:34:08.3583123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex32 2022-09-27T15:34:08.3587200Z [gw3] [ 30%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float16 2022-09-27T15:34:08.3949245Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex32 2022-09-27T15:34:08.3988612Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float32 2022-09-27T15:34:08.3998519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex64 2022-09-27T15:34:08.4016434Z [gw3] [ 30%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float32 2022-09-27T15:34:08.4376077Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex64 2022-09-27T15:34:08.4387229Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_uint8 2022-09-27T15:34:08.4387685Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_bfloat16 2022-09-27T15:34:08.4427391Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float64 2022-09-27T15:34:08.4432290Z [gw3] [ 30%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float64 2022-09-27T15:34:08.4449812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float16 2022-09-27T15:34:08.4506363Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float16 2022-09-27T15:34:08.4518313Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_bfloat16 2022-09-27T15:34:08.4590986Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int16 2022-09-27T15:34:08.4823639Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_bfloat16 2022-09-27T15:34:08.4824760Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float32 2022-09-27T15:34:08.4861811Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int16 2022-09-27T15:34:08.4874839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float32 2022-09-27T15:34:08.4890042Z [gw3] [ 30%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int16 2022-09-27T15:34:08.5033776Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float32 2022-09-27T15:34:08.5266100Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float32 2022-09-27T15:34:08.5271998Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float64 2022-09-27T15:34:08.5307275Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int32 2022-09-27T15:34:08.5330861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float64 2022-09-27T15:34:08.5342114Z [gw3] [ 30%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int32 2022-09-27T15:34:08.5464846Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float64 2022-09-27T15:34:08.5703391Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float64 2022-09-27T15:34:08.5703995Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bfloat16 2022-09-27T15:34:08.5745029Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int64 2022-09-27T15:34:08.5782889Z [gw3] [ 30%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int64 2022-09-27T15:34:08.5808884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int16 2022-09-27T15:34:08.6194532Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int16 2022-09-27T15:34:08.6196590Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int8 2022-09-27T15:34:08.6258206Z [gw3] [ 30%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int8 2022-09-27T15:34:08.6262794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int32 2022-09-27T15:34:08.6619381Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int32 2022-09-27T15:34:08.6633564Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_uint8 2022-09-27T15:34:08.6674380Z [gw3] [ 30%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_uint8 2022-09-27T15:34:08.6708145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int64 2022-09-27T15:34:08.7030218Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int64 2022-09-27T15:34:08.7091956Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bfloat16 2022-09-27T15:34:08.7133640Z [gw3] [ 30%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bfloat16 2022-09-27T15:34:08.7143782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int8 2022-09-27T15:34:08.7411163Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int8 2022-09-27T15:34:08.7418661Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int16 2022-09-27T15:34:08.7463662Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_uint8 2022-09-27T15:34:08.7516994Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bool 2022-09-27T15:34:08.7543348Z [gw3] [ 30%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bool 2022-09-27T15:34:08.7574649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_uint8 2022-09-27T15:34:08.7953606Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_uint8 2022-09-27T15:34:08.7990942Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex128 2022-09-27T15:34:08.8013060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:08.8044954Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:08.8464973Z [gw3] [ 30%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex128 2022-09-27T15:34:08.8479034Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex64 2022-09-27T15:34:08.8512566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bool 2022-09-27T15:34:08.8514396Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bool 2022-09-27T15:34:08.8865965Z [gw3] [ 30%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex64 2022-09-27T15:34:08.8930926Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float16 2022-09-27T15:34:08.8957754Z [gw3] [ 30%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float16 2022-09-27T15:34:08.8980534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex128 2022-09-27T15:34:08.9310868Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex128 2022-09-27T15:34:08.9385051Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float32 2022-09-27T15:34:08.9395163Z [gw3] [ 30%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float32 2022-09-27T15:34:08.9419004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex32 2022-09-27T15:34:08.9499471Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex32 2022-09-27T15:34:08.9511473Z [gw2] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bfloat16 2022-09-27T15:34:08.9854566Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bool 2022-09-27T15:34:08.9864780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex64 2022-09-27T15:34:08.9868236Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex64 2022-09-27T15:34:08.9929490Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float64 2022-09-27T15:34:09.0270039Z [gw3] [ 30%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float64 2022-09-27T15:34:09.0270650Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int16 2022-09-27T15:34:09.0294208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float16 2022-09-27T15:34:09.0327242Z [gw0] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float16 2022-09-27T15:34:09.0337387Z [gw3] [ 30%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int16 2022-09-27T15:34:09.0347356Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_uint8 2022-09-27T15:34:09.0409799Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex32 2022-09-27T15:34:09.0709289Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex32 2022-09-27T15:34:09.0709782Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int32 2022-09-27T15:34:09.0735400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float32 2022-09-27T15:34:09.0765254Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float32 2022-09-27T15:34:09.0782535Z [gw3] [ 31%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int32 2022-09-27T15:34:09.0826950Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float64 2022-09-27T15:34:09.1146059Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float64 2022-09-27T15:34:09.1149668Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int64 2022-09-27T15:34:09.1173021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float64 2022-09-27T15:34:09.1206521Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float64 2022-09-27T15:34:09.1224493Z [gw3] [ 31%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int64 2022-09-27T15:34:09.1298327Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int8 2022-09-27T15:34:09.1586250Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int8 2022-09-27T15:34:09.1624360Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int8 2022-09-27T15:34:09.1655494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int16 2022-09-27T15:34:09.1660337Z [gw3] [ 31%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int8 2022-09-27T15:34:09.1669349Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int16 2022-09-27T15:34:09.1785644Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex128 2022-09-27T15:34:09.2026129Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex128 2022-09-27T15:34:09.2064931Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_uint8 2022-09-27T15:34:09.2085828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int32 2022-09-27T15:34:09.2096365Z [gw3] [ 31%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_uint8 2022-09-27T15:34:09.2104069Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int32 2022-09-27T15:34:09.2172154Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float32 2022-09-27T15:34:09.2451097Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float32 2022-09-27T15:34:09.2460890Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bool 2022-09-27T15:34:09.2464052Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float32 2022-09-27T15:34:09.2504484Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bfloat16 2022-09-27T15:34:09.2509252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int64 2022-09-27T15:34:09.2530116Z [gw3] [ 31%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bfloat16 2022-09-27T15:34:09.2584539Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int64 2022-09-27T15:34:09.2648597Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int64 2022-09-27T15:34:09.2906624Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int64 2022-09-27T15:34:09.2945374Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bool 2022-09-27T15:34:09.2955633Z [gw3] [ 31%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bool 2022-09-27T15:34:09.2979839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int8 2022-09-27T15:34:09.3026016Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int8 2022-09-27T15:34:09.3050107Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bool 2022-09-27T15:34:09.3350915Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bool 2022-09-27T15:34:09.3387869Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex128 2022-09-27T15:34:09.3408747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_uint8 2022-09-27T15:34:09.3424734Z [gw3] [ 31%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex128 2022-09-27T15:34:09.3466228Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_uint8 2022-09-27T15:34:09.3485505Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float16 2022-09-27T15:34:09.3787947Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float16 2022-09-27T15:34:09.3832084Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex64 2022-09-27T15:34:09.3836524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bfloat16 2022-09-27T15:34:09.3852112Z [gw3] [ 31%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex64 2022-09-27T15:34:09.3907603Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bfloat16 2022-09-27T15:34:09.3938814Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int32 2022-09-27T15:34:09.4078144Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int32 2022-09-27T15:34:09.4084269Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float32 2022-09-27T15:34:09.4227348Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float64 2022-09-27T15:34:09.4271292Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float16 2022-09-27T15:34:09.4275827Z [gw3] [ 31%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float16 2022-09-27T15:34:09.4295338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bool 2022-09-27T15:34:09.4343627Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bool 2022-09-27T15:34:09.4359794Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bfloat16 2022-09-27T15:34:09.4667751Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bfloat16 2022-09-27T15:34:09.4710701Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float32 2022-09-27T15:34:09.4712092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float32 2022-09-27T15:34:09.4733428Z [gw3] [ 31%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float32 2022-09-27T15:34:09.4784064Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float32 2022-09-27T15:34:09.4806476Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex64 2022-09-27T15:34:09.5106611Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex64 2022-09-27T15:34:09.5147767Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float64 2022-09-27T15:34:09.5154866Z [gw3] [ 31%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float64 2022-09-27T15:34:09.5171119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float64 2022-09-27T15:34:09.5224564Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float64 2022-09-27T15:34:09.5244810Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int16 2022-09-27T15:34:09.5547314Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int16 2022-09-27T15:34:09.5585392Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int16 2022-09-27T15:34:09.5593413Z [gw3] [ 31%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int16 2022-09-27T15:34:09.5620814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int16 2022-09-27T15:34:09.5666308Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int16 2022-09-27T15:34:09.5693770Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_uint8 2022-09-27T15:34:09.5985616Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_uint8 2022-09-27T15:34:09.6033498Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int32 2022-09-27T15:34:09.6048250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int32 2022-09-27T15:34:09.6079447Z [gw3] [ 31%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int32 2022-09-27T15:34:09.6107179Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int32 2022-09-27T15:34:09.6236422Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex32 2022-09-27T15:34:09.6245625Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float64 2022-09-27T15:34:09.6424260Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int16 2022-09-27T15:34:09.6479192Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int64 2022-09-27T15:34:09.6479737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int64 2022-09-27T15:34:09.6491527Z [gw3] [ 31%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int64 2022-09-27T15:34:09.6867406Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int64 2022-09-27T15:34:09.6909155Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int8 2022-09-27T15:34:09.6914320Z [gw3] [ 31%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int8 2022-09-27T15:34:09.6937688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int8 2022-09-27T15:34:09.7306600Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int8 2022-09-27T15:34:09.7350264Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_uint8 2022-09-27T15:34:09.7363307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_uint8 2022-09-27T15:34:09.7385627Z [gw3] [ 31%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_uint8 2022-09-27T15:34:09.7748082Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_uint8 2022-09-27T15:34:09.7820755Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bfloat16 2022-09-27T15:34:09.7827574Z [gw3] [ 31%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bfloat16 2022-09-27T15:34:09.7838366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:09.8259867Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:09.8267524Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bool 2022-09-27T15:34:09.8290253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bool 2022-09-27T15:34:09.8307116Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bool 2022-09-27T15:34:09.8385309Z [gw3] [ 31%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bool 2022-09-27T15:34:09.8393849Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int16 2022-09-27T15:34:09.8665115Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int32 2022-09-27T15:34:09.8668407Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex128 2022-09-27T15:34:09.8695786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float32 2022-09-27T15:34:09.8726411Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float32 2022-09-27T15:34:09.9108143Z [gw3] [ 31%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex128 2022-09-27T15:34:09.9110690Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex32 2022-09-27T15:34:09.9133903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float64 2022-09-27T15:34:09.9158645Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float64 2022-09-27T15:34:09.9586682Z [gw3] [ 31%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex32 2022-09-27T15:34:09.9587349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int16 2022-09-27T15:34:09.9627902Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex64 2022-09-27T15:34:09.9657628Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int16 2022-09-27T15:34:10.0068038Z [gw3] [ 31%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex64 2022-09-27T15:34:10.0071153Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float16 2022-09-27T15:34:10.0104844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int32 2022-09-27T15:34:10.0135412Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int32 2022-09-27T15:34:10.0466276Z [gw3] [ 31%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float16 2022-09-27T15:34:10.0477591Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int32 2022-09-27T15:34:10.0505529Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int64 2022-09-27T15:34:10.0544346Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float32 2022-09-27T15:34:10.0573337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int64 2022-09-27T15:34:10.0585095Z [gw3] [ 31%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float32 2022-09-27T15:34:10.0944322Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int64 2022-09-27T15:34:10.1011227Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float64 2022-09-27T15:34:10.1048966Z [gw3] [ 31%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float64 2022-09-27T15:34:10.1060703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int8 2022-09-27T15:34:10.1386363Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int8 2022-09-27T15:34:10.1436254Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int16 2022-09-27T15:34:10.1540493Z [gw3] [ 31%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int16 2022-09-27T15:34:10.1545172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_uint8 2022-09-27T15:34:10.1745909Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_uint8 2022-09-27T15:34:10.1753809Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex32 2022-09-27T15:34:10.1827609Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float64 2022-09-27T15:34:10.1893205Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int32 2022-09-27T15:34:10.1984632Z [gw3] [ 31%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int32 2022-09-27T15:34:10.2012241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bfloat16 2022-09-27T15:34:10.2321897Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bfloat16 2022-09-27T15:34:10.2330635Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int64 2022-09-27T15:34:10.2425042Z [gw3] [ 31%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int64 2022-09-27T15:34:10.2456740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bool 2022-09-27T15:34:10.2754029Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bool 2022-09-27T15:34:10.2755325Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int8 2022-09-27T15:34:10.2761823Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int64 2022-09-27T15:34:10.2807620Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int8 2022-09-27T15:34:10.2863850Z [gw3] [ 31%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int8 2022-09-27T15:34:10.2898711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float32 2022-09-27T15:34:10.3187443Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float32 2022-09-27T15:34:10.3256487Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_uint8 2022-09-27T15:34:10.3309959Z [gw3] [ 31%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_uint8 2022-09-27T15:34:10.3348851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float64 2022-09-27T15:34:10.3655591Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float64 2022-09-27T15:34:10.3780847Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bfloat16 2022-09-27T15:34:10.3784392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int16 2022-09-27T15:34:10.4225162Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int16 2022-09-27T15:34:10.4225668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int32 2022-09-27T15:34:10.4482010Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int32 2022-09-27T15:34:10.4489074Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float64 2022-09-27T15:34:10.4626206Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int8 2022-09-27T15:34:10.4648931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int64 2022-09-27T15:34:10.5155129Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int64 2022-09-27T15:34:10.5161414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int8 2022-09-27T15:34:10.5265138Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int8 2022-09-27T15:34:10.5275122Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int8 2022-09-27T15:34:10.5678889Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_uint8 2022-09-27T15:34:10.5681414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_uint8 2022-09-27T15:34:10.6060637Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_uint8 2022-09-27T15:34:10.6066576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:10.6496109Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:10.6508627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bool 2022-09-27T15:34:10.6950972Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bool 2022-09-27T15:34:10.6989166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float32 2022-09-27T15:34:10.7420117Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float32 2022-09-27T15:34:10.7428162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float64 2022-09-27T15:34:10.7619485Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float64 2022-09-27T15:34:10.7632018Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int8 2022-09-27T15:34:10.7866492Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float32 2022-09-27T15:34:10.7867055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int16 2022-09-27T15:34:10.8305275Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int16 2022-09-27T15:34:10.8309727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int32 2022-09-27T15:34:10.8580697Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int32 2022-09-27T15:34:10.8587432Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_uint8 2022-09-27T15:34:10.8704964Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_bool 2022-09-27T15:34:10.8735477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int64 2022-09-27T15:34:10.9113859Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int64 2022-09-27T15:34:10.9124992Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float32 2022-09-27T15:34:10.9162427Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int64 2022-09-27T15:34:10.9188361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int8 2022-09-27T15:34:10.9589233Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int8 2022-09-27T15:34:10.9626133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_uint8 2022-09-27T15:34:11.0073860Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_uint8 2022-09-27T15:34:11.0075775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bfloat16 2022-09-27T15:34:11.0476278Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bfloat16 2022-09-27T15:34:11.0502457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bool 2022-09-27T15:34:11.0901442Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bool 2022-09-27T15:34:11.0914158Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int64 2022-09-27T15:34:11.0915282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float32 2022-09-27T15:34:11.0963723Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bool 2022-09-27T15:34:11.1360345Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float32 2022-09-27T15:34:11.1382420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float64 2022-09-27T15:34:11.1829722Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float64 2022-09-27T15:34:11.1870903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int16 2022-09-27T15:34:11.2350300Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int16 2022-09-27T15:34:11.2357767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int32 2022-09-27T15:34:11.2728632Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int32 2022-09-27T15:34:11.2743541Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_bool 2022-09-27T15:34:11.2788500Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float32 2022-09-27T15:34:11.2795736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int64 2022-09-27T15:34:11.3197868Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int64 2022-09-27T15:34:11.3239147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int8 2022-09-27T15:34:11.3660156Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int8 2022-09-27T15:34:11.3668186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_uint8 2022-09-27T15:34:11.4048611Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_uint8 2022-09-27T15:34:11.4109977Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bool 2022-09-27T15:34:11.4120309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:11.4131446Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:11.4508154Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int32 2022-09-27T15:34:11.4549628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bool 2022-09-27T15:34:11.4983558Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bool 2022-09-27T15:34:11.4991338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float32 2022-09-27T15:34:11.5428953Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float32 2022-09-27T15:34:11.5436655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float64 2022-09-27T15:34:11.5869554Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float64 2022-09-27T15:34:11.5870103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int16 2022-09-27T15:34:11.5995851Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int16 2022-09-27T15:34:11.6036972Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float32 2022-09-27T15:34:11.6303854Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float64 2022-09-27T15:34:11.6312000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int32 2022-09-27T15:34:11.6742440Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int32 2022-09-27T15:34:11.6744344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int64 2022-09-27T15:34:11.7150611Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int64 2022-09-27T15:34:11.7193072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int8 2022-09-27T15:34:11.7277943Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int8 2022-09-27T15:34:11.7290338Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int32 2022-09-27T15:34:11.7589822Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bfloat16 2022-09-27T15:34:11.7627705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_uint8 2022-09-27T15:34:11.8067807Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_uint8 2022-09-27T15:34:11.8068476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bfloat16 2022-09-27T15:34:11.8483003Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bfloat16 2022-09-27T15:34:11.8490174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bool 2022-09-27T15:34:11.8908180Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bool 2022-09-27T15:34:11.8941542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float16 2022-09-27T15:34:11.9388903Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float16 2022-09-27T15:34:11.9425224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float32 2022-09-27T15:34:11.9918106Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float32 2022-09-27T15:34:11.9918780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float64 2022-09-27T15:34:12.0037552Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float64 2022-09-27T15:34:12.0047473Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bfloat16 2022-09-27T15:34:12.0274864Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int16 2022-09-27T15:34:12.0287021Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float64 2022-09-27T15:34:12.0372226Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int16 2022-09-27T15:34:12.0403807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int16 2022-09-27T15:34:12.0759229Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int16 2022-09-27T15:34:12.0774245Z [gw3] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bfloat16 2022-09-27T15:34:12.0832429Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bool 2022-09-27T15:34:12.0834921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int32 2022-09-27T15:34:12.1305260Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int32 2022-09-27T15:34:12.1307426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int64 2022-09-27T15:34:12.1757621Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int64 2022-09-27T15:34:12.1758310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int8 2022-09-27T15:34:12.2170704Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int8 2022-09-27T15:34:12.2176830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_uint8 2022-09-27T15:34:12.2588655Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_uint8 2022-09-27T15:34:12.2610195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:12.2778016Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:12.2790458Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int16 2022-09-27T15:34:12.2895574Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int32 2022-09-27T15:34:12.2904253Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int16 2022-09-27T15:34:12.2924572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int8 2022-09-27T15:34:12.3060633Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int8 2022-09-27T15:34:12.3061994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bool 2022-09-27T15:34:12.3387174Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bool 2022-09-27T15:34:12.3408991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_uint8 2022-09-27T15:34:12.3465144Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_uint8 2022-09-27T15:34:12.3496343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float16 2022-09-27T15:34:12.3867207Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float16 2022-09-27T15:34:12.3897606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_bool 2022-09-27T15:34:12.3924358Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_bool 2022-09-27T15:34:12.3951773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float32 2022-09-27T15:34:12.4348228Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float32 2022-09-27T15:34:12.4355520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex128 2022-09-27T15:34:12.4379636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float64 2022-09-27T15:34:12.4397380Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex128 2022-09-27T15:34:12.4683883Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float64 2022-09-27T15:34:12.4690760Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int32 2022-09-27T15:34:12.4785036Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int64 2022-09-27T15:34:12.4790371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex64 2022-09-27T15:34:12.4822590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int16 2022-09-27T15:34:12.4825808Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex64 2022-09-27T15:34:12.5227935Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int16 2022-09-27T15:34:12.5254323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float32 2022-09-27T15:34:12.5269748Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float32 2022-09-27T15:34:12.5305654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int32 2022-09-27T15:34:12.5708972Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int32 2022-09-27T15:34:12.5711542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int64 2022-09-27T15:34:12.5744624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float64 2022-09-27T15:34:12.5749930Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int64 2022-09-27T15:34:12.6149097Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float64 2022-09-27T15:34:12.6150077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int16 2022-09-27T15:34:12.6178049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int8 2022-09-27T15:34:12.6187679Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int16 2022-09-27T15:34:12.6605512Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int8 2022-09-27T15:34:12.6652026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int32 2022-09-27T15:34:12.6661383Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int32 2022-09-27T15:34:12.6666054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_uint8 2022-09-27T15:34:12.6905608Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_uint8 2022-09-27T15:34:12.6909155Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int64 2022-09-27T15:34:12.7025265Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int8 2022-09-27T15:34:12.7028712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int64 2022-09-27T15:34:12.7058113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bfloat16 2022-09-27T15:34:12.7061886Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int64 2022-09-27T15:34:12.7504382Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bfloat16 2022-09-27T15:34:12.7506750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int8 2022-09-27T15:34:12.7518347Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int8 2022-09-27T15:34:12.7519352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bool 2022-09-27T15:34:12.7684139Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bool 2022-09-27T15:34:12.7692813Z [gw3] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bool 2022-09-27T15:34:12.7908583Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex128 2022-09-27T15:34:12.7947257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex128 2022-09-27T15:34:12.7958315Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex128 2022-09-27T15:34:12.7994493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_uint8 2022-09-27T15:34:12.8348318Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_uint8 2022-09-27T15:34:12.8376212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex64 2022-09-27T15:34:12.8390592Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex64 2022-09-27T15:34:12.8424787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_bool 2022-09-27T15:34:12.8654298Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_bool 2022-09-27T15:34:12.8664984Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int8 2022-09-27T15:34:12.8790406Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_uint8 2022-09-27T15:34:12.8835215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float32 2022-09-27T15:34:12.8867719Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float32 2022-09-27T15:34:12.8895583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex128 2022-09-27T15:34:12.9230342Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex128 2022-09-27T15:34:12.9262839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float64 2022-09-27T15:34:12.9314937Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float64 2022-09-27T15:34:12.9352069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex64 2022-09-27T15:34:12.9669132Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex64 2022-09-27T15:34:12.9697720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int16 2022-09-27T15:34:12.9785056Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int16 2022-09-27T15:34:12.9808536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float32 2022-09-27T15:34:13.0122016Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float32 2022-09-27T15:34:13.0152992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int32 2022-09-27T15:34:13.0266182Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int32 2022-09-27T15:34:13.0294304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float64 2022-09-27T15:34:13.0303127Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_uint8 2022-09-27T15:34:13.0311066Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float64 2022-09-27T15:34:13.0591353Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_bool 2022-09-27T15:34:13.0635844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int64 2022-09-27T15:34:13.0746585Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int64 2022-09-27T15:34:13.0776521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int16 2022-09-27T15:34:13.1027636Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int16 2022-09-27T15:34:13.1058948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int8 2022-09-27T15:34:13.1214124Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int8 2022-09-27T15:34:13.1215732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int32 2022-09-27T15:34:13.1507673Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int32 2022-09-27T15:34:13.1536222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_uint8 2022-09-27T15:34:13.1624383Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_uint8 2022-09-27T15:34:13.1658788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int64 2022-09-27T15:34:13.1947360Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int64 2022-09-27T15:34:13.1974316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:13.2105281Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:13.2133915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int8 2022-09-27T15:34:13.2391650Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int8 2022-09-27T15:34:13.2433963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bool 2022-09-27T15:34:13.2450600Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bool 2022-09-27T15:34:13.2460994Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_bool 2022-09-27T15:34:13.2547882Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float32 2022-09-27T15:34:13.2577555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_uint8 2022-09-27T15:34:13.2833528Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_uint8 2022-09-27T15:34:13.2855594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex128 2022-09-27T15:34:13.2986521Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex128 2022-09-27T15:34:13.3025775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bfloat16 2022-09-27T15:34:13.3267840Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bfloat16 2022-09-27T15:34:13.3302488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex64 2022-09-27T15:34:13.3465528Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex64 2022-09-27T15:34:13.3472626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bool 2022-09-27T15:34:13.3707823Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bool 2022-09-27T15:34:13.3739861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float32 2022-09-27T15:34:13.3791320Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float32 2022-09-27T15:34:13.3798142Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float32 2022-09-27T15:34:13.3865421Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float64 2022-09-27T15:34:13.3896371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex128 2022-09-27T15:34:13.4147799Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex128 2022-09-27T15:34:13.4179259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float64 2022-09-27T15:34:13.4350517Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float64 2022-09-27T15:34:13.4391943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex32 2022-09-27T15:34:13.4585551Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex32 2022-09-27T15:34:13.4614769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int16 2022-09-27T15:34:13.4787492Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int16 2022-09-27T15:34:13.4813878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex64 2022-09-27T15:34:13.5086594Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex64 2022-09-27T15:34:13.5096616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int32 2022-09-27T15:34:13.5267869Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int32 2022-09-27T15:34:13.5292578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float16 2022-09-27T15:34:13.5545220Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float16 2022-09-27T15:34:13.5579329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int64 2022-09-27T15:34:13.5709974Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int64 2022-09-27T15:34:13.5742305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float32 2022-09-27T15:34:13.5988451Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float32 2022-09-27T15:34:13.6023371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int8 2022-09-27T15:34:13.6188487Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int8 2022-09-27T15:34:13.6210074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float64 2022-09-27T15:34:13.6259947Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float64 2022-09-27T15:34:13.6268695Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float64 2022-09-27T15:34:13.6416563Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int16 2022-09-27T15:34:13.6425215Z [gw3] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex128 2022-09-27T15:34:13.6428192Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex64 2022-09-27T15:34:13.6455155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_uint8 2022-09-27T15:34:13.6630840Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_uint8 2022-09-27T15:34:13.6666664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int16 2022-09-27T15:34:13.6864527Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int16 2022-09-27T15:34:13.6892214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bfloat16 2022-09-27T15:34:13.7068360Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bfloat16 2022-09-27T15:34:13.7105824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int32 2022-09-27T15:34:13.7306557Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int32 2022-09-27T15:34:13.7327948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bool 2022-09-27T15:34:13.7550620Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bool 2022-09-27T15:34:13.7589982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int64 2022-09-27T15:34:13.7762334Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int64 2022-09-27T15:34:13.7783858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex128 2022-09-27T15:34:13.7815509Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex128 2022-09-27T15:34:13.7825925Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int16 2022-09-27T15:34:13.8026245Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int32 2022-09-27T15:34:13.8053236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int8 2022-09-27T15:34:13.8221521Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int8 2022-09-27T15:34:13.8226496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex64 2022-09-27T15:34:13.8464805Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex64 2022-09-27T15:34:13.8483624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_uint8 2022-09-27T15:34:13.8643594Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_uint8 2022-09-27T15:34:13.8661979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float16 2022-09-27T15:34:13.8905083Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float16 2022-09-27T15:34:13.8924738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:13.9082681Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:13.9095814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float32 2022-09-27T15:34:13.9380442Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float32 2022-09-27T15:34:13.9384399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bool 2022-09-27T15:34:13.9504451Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bool 2022-09-27T15:34:13.9530346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float64 2022-09-27T15:34:13.9802323Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float64 2022-09-27T15:34:13.9825357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex128 2022-09-27T15:34:13.9872285Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex128 2022-09-27T15:34:13.9882703Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int32 2022-09-27T15:34:13.9943346Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int64 2022-09-27T15:34:13.9969469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int16 2022-09-27T15:34:14.0228056Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int16 2022-09-27T15:34:14.0276910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex32 2022-09-27T15:34:14.0386851Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex32 2022-09-27T15:34:14.0417954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int32 2022-09-27T15:34:14.0666374Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int32 2022-09-27T15:34:14.0699222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex64 2022-09-27T15:34:14.0860207Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex64 2022-09-27T15:34:14.0863230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int64 2022-09-27T15:34:14.1108619Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int64 2022-09-27T15:34:14.1133480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float16 2022-09-27T15:34:14.1269100Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float16 2022-09-27T15:34:14.1295462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int8 2022-09-27T15:34:14.1551244Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int8 2022-09-27T15:34:14.1598162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float32 2022-09-27T15:34:14.1735603Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float32 2022-09-27T15:34:14.1738860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_uint8 2022-09-27T15:34:14.1772397Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_uint8 2022-09-27T15:34:14.1781413Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int64 2022-09-27T15:34:14.1984960Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int8 2022-09-27T15:34:14.2020366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float64 2022-09-27T15:34:14.2189269Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float64 2022-09-27T15:34:14.2192456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:14.2429002Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:14.2457840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int16 2022-09-27T15:34:14.2624325Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int16 2022-09-27T15:34:14.2627128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bool 2022-09-27T15:34:14.2867744Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bool 2022-09-27T15:34:14.2897123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int32 2022-09-27T15:34:14.3029091Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int32 2022-09-27T15:34:14.3064695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex128 2022-09-27T15:34:14.3307227Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex128 2022-09-27T15:34:14.3345382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int64 2022-09-27T15:34:14.3409150Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int64 2022-09-27T15:34:14.3421004Z [gw2] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int8 2022-09-27T15:34:14.3465873Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_uint8 2022-09-27T15:34:14.3495540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex64 2022-09-27T15:34:14.3748378Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex64 2022-09-27T15:34:14.3777177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int8 2022-09-27T15:34:14.3946328Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int8 2022-09-27T15:34:14.3976647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float16 2022-09-27T15:34:14.4185826Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float16 2022-09-27T15:34:14.4215601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_uint8 2022-09-27T15:34:14.4224085Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_uint8 2022-09-27T15:34:14.4234556Z [gw3] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex64 2022-09-27T15:34:14.4387422Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float16 2022-09-27T15:34:14.4419422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float32 2022-09-27T15:34:14.4625403Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float32 2022-09-27T15:34:14.4664338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_bool 2022-09-27T15:34:14.4828654Z [gw1] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_bool 2022-09-27T15:34:14.4861100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float64 2022-09-27T15:34:14.4936634Z [gw0] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float64 2022-09-27T15:34:14.4944713Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_uint8 2022-09-27T15:34:14.5066536Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bfloat16 2022-09-27T15:34:14.5104318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex128 2022-09-27T15:34:14.5264996Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex128 2022-09-27T15:34:14.5312002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int16 2022-09-27T15:34:14.5549488Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int16 2022-09-27T15:34:14.5589525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex64 2022-09-27T15:34:14.5708458Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex64 2022-09-27T15:34:14.5747741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int32 2022-09-27T15:34:14.5985915Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int32 2022-09-27T15:34:14.6022789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float32 2022-09-27T15:34:14.6143318Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float32 2022-09-27T15:34:14.6165143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int64 2022-09-27T15:34:14.6428655Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int64 2022-09-27T15:34:14.6462131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float64 2022-09-27T15:34:14.6586008Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float64 2022-09-27T15:34:14.6615670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int8 2022-09-27T15:34:14.6867239Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int8 2022-09-27T15:34:14.6897617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int16 2022-09-27T15:34:14.7028752Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int16 2022-09-27T15:34:14.7070816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_uint8 2022-09-27T15:34:14.7306665Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_uint8 2022-09-27T15:34:14.7331320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int32 2022-09-27T15:34:14.7505193Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int32 2022-09-27T15:34:14.7529974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bfloat16 2022-09-27T15:34:14.7783552Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bfloat16 2022-09-27T15:34:14.7803751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int64 2022-09-27T15:34:14.7991278Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int64 2022-09-27T15:34:14.8041306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bool 2022-09-27T15:34:14.8228309Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bool 2022-09-27T15:34:14.8252489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int8 2022-09-27T15:34:14.8431401Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int8 2022-09-27T15:34:14.8459230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex128 2022-09-27T15:34:14.8665820Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex128 2022-09-27T15:34:14.8690617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_uint8 2022-09-27T15:34:14.8863798Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_uint8 2022-09-27T15:34:14.8889645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex64 2022-09-27T15:34:14.9024576Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex64 2022-09-27T15:34:14.9039950Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bfloat16 2022-09-27T15:34:14.9171830Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bool 2022-09-27T15:34:14.9172630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_bool 2022-09-27T15:34:14.9304084Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_bool 2022-09-27T15:34:14.9333972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float16 2022-09-27T15:34:14.9624981Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float16 2022-09-27T15:34:14.9650057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex128 2022-09-27T15:34:14.9744435Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex128 2022-09-27T15:34:14.9769307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float32 2022-09-27T15:34:15.0101385Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float32 2022-09-27T15:34:15.0102279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex64 2022-09-27T15:34:15.0183802Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex64 2022-09-27T15:34:15.0205023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float64 2022-09-27T15:34:15.0506426Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float64 2022-09-27T15:34:15.0533661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float32 2022-09-27T15:34:15.0626523Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float32 2022-09-27T15:34:15.0663402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int16 2022-09-27T15:34:15.0945310Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int16 2022-09-27T15:34:15.0963604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float64 2022-09-27T15:34:15.1071362Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float64 2022-09-27T15:34:15.1118440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int32 2022-09-27T15:34:15.1388523Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int32 2022-09-27T15:34:15.1417736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int16 2022-09-27T15:34:15.1542071Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int16 2022-09-27T15:34:15.1548219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int64 2022-09-27T15:34:15.1825884Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int64 2022-09-27T15:34:15.1854026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int32 2022-09-27T15:34:15.1944163Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int32 2022-09-27T15:34:15.1975808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int8 2022-09-27T15:34:15.2266527Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int8 2022-09-27T15:34:15.2300690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int64 2022-09-27T15:34:15.2401527Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int64 2022-09-27T15:34:15.2428611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_uint8 2022-09-27T15:34:15.2721911Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_uint8 2022-09-27T15:34:15.2740629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int8 2022-09-27T15:34:15.2823674Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int8 2022-09-27T15:34:15.2848449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:15.3148051Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:15.3205264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:34:15.3263819Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:34:15.3288955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bool 2022-09-27T15:34:15.3610254Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bool 2022-09-27T15:34:15.3622437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_bool 2022-09-27T15:34:15.3704076Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_bool 2022-09-27T15:34:15.3731742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex128 2022-09-27T15:34:15.4071369Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex128 2022-09-27T15:34:15.4073127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex128 2022-09-27T15:34:15.4171666Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex128 2022-09-27T15:34:15.4179516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex64 2022-09-27T15:34:15.4467876Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex64 2022-09-27T15:34:15.4499646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex64 2022-09-27T15:34:15.4584156Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex64 2022-09-27T15:34:15.4613680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float16 2022-09-27T15:34:15.4905692Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float16 2022-09-27T15:34:15.4929151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float32 2022-09-27T15:34:15.5023277Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float32 2022-09-27T15:34:15.5048290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float32 2022-09-27T15:34:15.5219781Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float32 2022-09-27T15:34:15.5229514Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bool 2022-09-27T15:34:15.5343206Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float32 2022-09-27T15:34:15.5365675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float64 2022-09-27T15:34:15.5382321Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float64 2022-09-27T15:34:15.5387663Z [gw3] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float16 2022-09-27T15:34:15.5462120Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float32 2022-09-27T15:34:15.5485266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float64 2022-09-27T15:34:15.5786621Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float64 2022-09-27T15:34:15.5809930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int16 2022-09-27T15:34:15.5903596Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int16 2022-09-27T15:34:15.5924175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int16 2022-09-27T15:34:15.6223278Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int16 2022-09-27T15:34:15.6246482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int32 2022-09-27T15:34:15.6343028Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int32 2022-09-27T15:34:15.6373016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int32 2022-09-27T15:34:15.6707842Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int32 2022-09-27T15:34:15.6736668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int64 2022-09-27T15:34:15.6783765Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int64 2022-09-27T15:34:15.6809894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int64 2022-09-27T15:34:15.7184382Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int64 2022-09-27T15:34:15.7207260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int8 2022-09-27T15:34:15.7223774Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int8 2022-09-27T15:34:15.7248448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int8 2022-09-27T15:34:15.7668399Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int8 2022-09-27T15:34:15.7694462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_uint8 2022-09-27T15:34:15.7704704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_uint8 2022-09-27T15:34:15.7710812Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_uint8 2022-09-27T15:34:15.8094088Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_uint8 2022-09-27T15:34:15.8140562Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float32 2022-09-27T15:34:15.8148042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bfloat16 2022-09-27T15:34:15.8153878Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bfloat16 2022-09-27T15:34:15.8158270Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float64 2022-09-27T15:34:15.8171190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_bool 2022-09-27T15:34:15.8562867Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_bool 2022-09-27T15:34:15.8583475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bool 2022-09-27T15:34:15.8639903Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bool 2022-09-27T15:34:15.8642624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex128 2022-09-27T15:34:15.8989484Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex128 2022-09-27T15:34:15.9023789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float32 2022-09-27T15:34:15.9038800Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float32 2022-09-27T15:34:15.9079129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex64 2022-09-27T15:34:15.9427762Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex64 2022-09-27T15:34:15.9454168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float64 2022-09-27T15:34:15.9465210Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float64 2022-09-27T15:34:15.9502065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float32 2022-09-27T15:34:15.9896251Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float32 2022-09-27T15:34:15.9907972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int16 2022-09-27T15:34:15.9917241Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int16 2022-09-27T15:34:15.9955881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float64 2022-09-27T15:34:16.0339572Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float64 2022-09-27T15:34:16.0342668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int32 2022-09-27T15:34:16.0395249Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int32 2022-09-27T15:34:16.0398945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int16 2022-09-27T15:34:16.0778498Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int16 2022-09-27T15:34:16.0781563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int64 2022-09-27T15:34:16.0795461Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int64 2022-09-27T15:34:16.0831997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int32 2022-09-27T15:34:16.1199881Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int32 2022-09-27T15:34:16.1229946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int8 2022-09-27T15:34:16.1299876Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int8 2022-09-27T15:34:16.1303654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int64 2022-09-27T15:34:16.1625573Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int64 2022-09-27T15:34:16.1647619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_uint8 2022-09-27T15:34:16.1703934Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_uint8 2022-09-27T15:34:16.1733547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int8 2022-09-27T15:34:16.1759253Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int8 2022-09-27T15:34:16.1768424Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float64 2022-09-27T15:34:16.1835724Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int16 2022-09-27T15:34:16.1842577Z [gw3] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float32 2022-09-27T15:34:16.2063089Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float64 2022-09-27T15:34:16.2094367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:16.2143912Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:16.2169707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_uint8 2022-09-27T15:34:16.2544348Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_uint8 2022-09-27T15:34:16.2572324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bool 2022-09-27T15:34:16.2582350Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bool 2022-09-27T15:34:16.2606552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_bool 2022-09-27T15:34:16.3022563Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_bool 2022-09-27T15:34:16.3064231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float32 2022-09-27T15:34:16.3069089Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float32 2022-09-27T15:34:16.3074363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex128 2022-09-27T15:34:16.3432176Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex128 2022-09-27T15:34:16.3451906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float64 2022-09-27T15:34:16.3464612Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float64 2022-09-27T15:34:16.3489711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex64 2022-09-27T15:34:16.3866567Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex64 2022-09-27T15:34:16.3898697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int16 2022-09-27T15:34:16.3909633Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int16 2022-09-27T15:34:16.3954554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float32 2022-09-27T15:34:16.4343881Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float32 2022-09-27T15:34:16.4345551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float64 2022-09-27T15:34:16.4364631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int32 2022-09-27T15:34:16.4375300Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float64 2022-09-27T15:34:16.4787336Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int32 2022-09-27T15:34:16.4817774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int64 2022-09-27T15:34:16.4830091Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int64 2022-09-27T15:34:16.4831950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int16 2022-09-27T15:34:16.5282313Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int16 2022-09-27T15:34:16.5287124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int32 2022-09-27T15:34:16.5291656Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int32 2022-09-27T15:34:16.5296269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int8 2022-09-27T15:34:16.5669202Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int8 2022-09-27T15:34:16.5669856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_uint8 2022-09-27T15:34:16.5707900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int64 2022-09-27T15:34:16.5711342Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_uint8 2022-09-27T15:34:16.6109288Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int64 2022-09-27T15:34:16.6110863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int8 2022-09-27T15:34:16.6152428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_bool 2022-09-27T15:34:16.6170714Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_bool 2022-09-27T15:34:16.6545348Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int8 2022-09-27T15:34:16.6553764Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int16 2022-09-27T15:34:16.6559249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_uint8 2022-09-27T15:34:16.6585260Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int32 2022-09-27T15:34:16.6594003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex128 2022-09-27T15:34:16.6604035Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex128 2022-09-27T15:34:16.7019153Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_uint8 2022-09-27T15:34:16.7021294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_bool 2022-09-27T15:34:16.7023234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex64 2022-09-27T15:34:16.7026592Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_bool 2022-09-27T15:34:16.7441869Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex64 2022-09-27T15:34:16.7447758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex128 2022-09-27T15:34:16.7456296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float16 2022-09-27T15:34:16.7466399Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex128 2022-09-27T15:34:16.7870316Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float16 2022-09-27T15:34:16.7871014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex64 2022-09-27T15:34:16.7897728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float32 2022-09-27T15:34:16.7905810Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float32 2022-09-27T15:34:16.8254131Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex64 2022-09-27T15:34:16.8263363Z [gw3] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float64 2022-09-27T15:34:16.8303426Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int16 2022-09-27T15:34:16.8305457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float64 2022-09-27T15:34:16.8334045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float32 2022-09-27T15:34:16.8336111Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float64 2022-09-27T15:34:16.8748596Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float32 2022-09-27T15:34:16.8788894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int16 2022-09-27T15:34:16.8794471Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int16 2022-09-27T15:34:16.8797746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float64 2022-09-27T15:34:16.9184028Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float64 2022-09-27T15:34:16.9186410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int16 2022-09-27T15:34:16.9218741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int32 2022-09-27T15:34:16.9224251Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int32 2022-09-27T15:34:16.9628656Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int16 2022-09-27T15:34:16.9636873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int32 2022-09-27T15:34:16.9668712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int64 2022-09-27T15:34:16.9673653Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int32 2022-09-27T15:34:17.0086944Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int64 2022-09-27T15:34:17.0096638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int8 2022-09-27T15:34:17.0107667Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int8 2022-09-27T15:34:17.0110218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int64 2022-09-27T15:34:17.0505283Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int64 2022-09-27T15:34:17.0506251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_uint8 2022-09-27T15:34:17.0527989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int8 2022-09-27T15:34:17.0537644Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_uint8 2022-09-27T15:34:17.0993490Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int8 2022-09-27T15:34:17.0994634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_bool 2022-09-27T15:34:17.0997166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:34:17.1003482Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:34:17.1393180Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_bool 2022-09-27T15:34:17.1397961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_bool 2022-09-27T15:34:17.1425996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex128 2022-09-27T15:34:17.1442315Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex128 2022-09-27T15:34:17.1556633Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_bool 2022-09-27T15:34:17.1568194Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int32 2022-09-27T15:34:17.1827229Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int64 2022-09-27T15:34:17.1832371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex128 2022-09-27T15:34:17.1865047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex64 2022-09-27T15:34:17.1869429Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex128 2022-09-27T15:34:17.2267899Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex64 2022-09-27T15:34:17.2281173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex64 2022-09-27T15:34:17.2297559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float16 2022-09-27T15:34:17.2300960Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex64 2022-09-27T15:34:17.2746007Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float16 2022-09-27T15:34:17.2751620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float32 2022-09-27T15:34:17.2764856Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float32 2022-09-27T15:34:17.2770043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float32 2022-09-27T15:34:17.3146225Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float32 2022-09-27T15:34:17.3153755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float64 2022-09-27T15:34:17.3175099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float64 2022-09-27T15:34:17.3187036Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float64 2022-09-27T15:34:17.3584019Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float64 2022-09-27T15:34:17.3589125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int16 2022-09-27T15:34:17.3613088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int16 2022-09-27T15:34:17.3625094Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int16 2022-09-27T15:34:17.4027705Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int16 2022-09-27T15:34:17.4031161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int32 2022-09-27T15:34:17.4064188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int32 2022-09-27T15:34:17.4073653Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int32 2022-09-27T15:34:17.4510537Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int32 2022-09-27T15:34:17.4512118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int64 2022-09-27T15:34:17.4543353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int64 2022-09-27T15:34:17.4552871Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int64 2022-09-27T15:34:17.4946863Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int64 2022-09-27T15:34:17.4951461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int8 2022-09-27T15:34:17.4980256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int8 2022-09-27T15:34:17.4982578Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int8 2022-09-27T15:34:17.5146463Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int8 2022-09-27T15:34:17.5155480Z [gw3] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int16 2022-09-27T15:34:17.5387058Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int32 2022-09-27T15:34:17.5423142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_uint8 2022-09-27T15:34:17.5434418Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_uint8 2022-09-27T15:34:17.5464968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_uint8 2022-09-27T15:34:17.5822815Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_uint8 2022-09-27T15:34:17.5852214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_bool 2022-09-27T15:34:17.5868014Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_bool 2022-09-27T15:34:17.5895522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_bool 2022-09-27T15:34:17.6269324Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_bool 2022-09-27T15:34:17.6297737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex128 2022-09-27T15:34:17.6318098Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex128 2022-09-27T15:34:17.6346660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex128 2022-09-27T15:34:17.6487951Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex128 2022-09-27T15:34:17.6500499Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int64 2022-09-27T15:34:17.6704215Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int8 2022-09-27T15:34:17.6727106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex64 2022-09-27T15:34:17.6742973Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex64 2022-09-27T15:34:17.6765707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex64 2022-09-27T15:34:17.7147069Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex64 2022-09-27T15:34:17.7171100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float32 2022-09-27T15:34:17.7184252Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float32 2022-09-27T15:34:17.7212616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float32 2022-09-27T15:34:17.7592812Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float32 2022-09-27T15:34:17.7617395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float64 2022-09-27T15:34:17.7633517Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float64 2022-09-27T15:34:17.7665160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float64 2022-09-27T15:34:17.8026442Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float64 2022-09-27T15:34:17.8070987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int16 2022-09-27T15:34:17.8077773Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int16 2022-09-27T15:34:17.8088277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int16 2022-09-27T15:34:17.8493072Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int16 2022-09-27T15:34:17.8543590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int32 2022-09-27T15:34:17.8548828Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int32 2022-09-27T15:34:17.8553863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int32 2022-09-27T15:34:17.8902797Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int32 2022-09-27T15:34:17.8920006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int64 2022-09-27T15:34:17.8943012Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int64 2022-09-27T15:34:17.8962443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int64 2022-09-27T15:34:17.9390670Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int64 2022-09-27T15:34:17.9399095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int8 2022-09-27T15:34:17.9420732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int8 2022-09-27T15:34:17.9430643Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int8 2022-09-27T15:34:17.9830526Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int8 2022-09-27T15:34:17.9832323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_uint8 2022-09-27T15:34:17.9875093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_uint8 2022-09-27T15:34:17.9877958Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_uint8 2022-09-27T15:34:18.0264250Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_uint8 2022-09-27T15:34:18.0274424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_bool 2022-09-27T15:34:18.0303492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_bool 2022-09-27T15:34:18.0313026Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_bool 2022-09-27T15:34:18.0764772Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_bool 2022-09-27T15:34:18.0766393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex128 2022-09-27T15:34:18.0788605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex128 2022-09-27T15:34:18.0798175Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex128 2022-09-27T15:34:18.1060057Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex128 2022-09-27T15:34:18.1074353Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int8 2022-09-27T15:34:18.1184064Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_uint8 2022-09-27T15:34:18.1188766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex64 2022-09-27T15:34:18.1208670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex64 2022-09-27T15:34:18.1224337Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex64 2022-09-27T15:34:18.1627978Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex64 2022-09-27T15:34:18.1661657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float32 2022-09-27T15:34:18.1669509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float32 2022-09-27T15:34:18.1672312Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float32 2022-09-27T15:34:18.1815701Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float32 2022-09-27T15:34:18.1825738Z [gw3] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int32 2022-09-27T15:34:18.2064346Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int64 2022-09-27T15:34:18.2067428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float64 2022-09-27T15:34:18.2092114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float64 2022-09-27T15:34:18.2107276Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float64 2022-09-27T15:34:18.2509411Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float64 2022-09-27T15:34:18.2510175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int16 2022-09-27T15:34:18.2539903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int16 2022-09-27T15:34:18.2663627Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int16 2022-09-27T15:34:18.2990171Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int16 2022-09-27T15:34:18.3037692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int32 2022-09-27T15:34:18.3046148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int32 2022-09-27T15:34:18.3204067Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int32 2022-09-27T15:34:18.3426697Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int32 2022-09-27T15:34:18.3430793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int64 2022-09-27T15:34:18.3455204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int64 2022-09-27T15:34:18.3466076Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int64 2022-09-27T15:34:18.3951145Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int64 2022-09-27T15:34:18.3953196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int8 2022-09-27T15:34:18.3954488Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int8 2022-09-27T15:34:18.3956386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int8 2022-09-27T15:34:18.4349300Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int8 2022-09-27T15:34:18.4359463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_uint8 2022-09-27T15:34:18.4390545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_uint8 2022-09-27T15:34:18.4411381Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_uint8 2022-09-27T15:34:18.4784888Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_uint8 2022-09-27T15:34:18.4791892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_bool 2022-09-27T15:34:18.4813663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_bool 2022-09-27T15:34:18.4818143Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_bool 2022-09-27T15:34:18.5280631Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_bool 2022-09-27T15:34:18.5281507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex128 2022-09-27T15:34:18.5307662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex128 2022-09-27T15:34:18.5314164Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex128 2022-09-27T15:34:18.5638726Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex128 2022-09-27T15:34:18.5650350Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_uint8 2022-09-27T15:34:18.5726197Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 2022-09-27T15:34:18.5730350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex64 2022-09-27T15:34:18.5732598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex64 2022-09-27T15:34:18.5735562Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex64 2022-09-27T15:34:18.6150552Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex64 2022-09-27T15:34:18.6153694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float32 2022-09-27T15:34:18.6194147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float32 2022-09-27T15:34:18.6212036Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float32 2022-09-27T15:34:18.6598307Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float32 2022-09-27T15:34:18.6600152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float64 2022-09-27T15:34:18.6617659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float64 2022-09-27T15:34:18.6629704Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float64 2022-09-27T15:34:18.7025312Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float64 2022-09-27T15:34:18.7031406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int16 2022-09-27T15:34:18.7067510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int16 2022-09-27T15:34:18.7070074Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int16 2022-09-27T15:34:18.7468394Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int16 2022-09-27T15:34:18.7499461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int32 2022-09-27T15:34:18.7510519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int32 2022-09-27T15:34:18.7518578Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int32 2022-09-27T15:34:18.7906083Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int32 2022-09-27T15:34:18.7911666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int64 2022-09-27T15:34:18.7940822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int64 2022-09-27T15:34:18.7953462Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int64 2022-09-27T15:34:18.8350041Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int64 2022-09-27T15:34:18.8350778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int8 2022-09-27T15:34:18.8368873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int8 2022-09-27T15:34:18.8383003Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int8 2022-09-27T15:34:18.8558716Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int8 2022-09-27T15:34:18.8567631Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 2022-09-27T15:34:18.8728073Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:34:18.8733920Z [gw3] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int64 2022-09-27T15:34:18.8783374Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int8 2022-09-27T15:34:18.8787018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_uint8 2022-09-27T15:34:18.8805442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_uint8 2022-09-27T15:34:18.8814285Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_uint8 2022-09-27T15:34:18.9228019Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_uint8 2022-09-27T15:34:18.9229188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_bool 2022-09-27T15:34:18.9248829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_bool 2022-09-27T15:34:18.9262054Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_bool 2022-09-27T15:34:18.9663985Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_bool 2022-09-27T15:34:18.9664959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex128 2022-09-27T15:34:18.9683805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex128 2022-09-27T15:34:18.9692649Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex128 2022-09-27T15:34:19.0108623Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex128 2022-09-27T15:34:19.0109102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex64 2022-09-27T15:34:19.0138681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex64 2022-09-27T15:34:19.0148265Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex64 2022-09-27T15:34:19.0583664Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex64 2022-09-27T15:34:19.0584397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float32 2022-09-27T15:34:19.0587906Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float32 2022-09-27T15:34:19.0588570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float32 2022-09-27T15:34:19.0988811Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float32 2022-09-27T15:34:19.0998140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float64 2022-09-27T15:34:19.1020760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float64 2022-09-27T15:34:19.1027286Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float64 2022-09-27T15:34:19.1091640Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float64 2022-09-27T15:34:19.1101448Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:34:19.1422986Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:34:19.1429315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int16 2022-09-27T15:34:19.1455218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int16 2022-09-27T15:34:19.1466327Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int16 2022-09-27T15:34:19.1902270Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int16 2022-09-27T15:34:19.1919774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int32 2022-09-27T15:34:19.1932010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int32 2022-09-27T15:34:19.1939432Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int32 2022-09-27T15:34:19.2305553Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int32 2022-09-27T15:34:19.2324822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int64 2022-09-27T15:34:19.2345004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int64 2022-09-27T15:34:19.2356361Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int64 2022-09-27T15:34:19.2765910Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int64 2022-09-27T15:34:19.2768145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int8 2022-09-27T15:34:19.2781482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float64 2022-09-27T15:34:19.2799873Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float64 2022-09-27T15:34:19.3223970Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int8 2022-09-27T15:34:19.3230073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_uint8 2022-09-27T15:34:19.3236278Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_uint8 2022-09-27T15:34:19.3240203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_bfloat16 2022-09-27T15:34:19.3628067Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_bfloat16 2022-09-27T15:34:19.3636579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_bool 2022-09-27T15:34:19.3653511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float32 2022-09-27T15:34:19.3681567Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_bool 2022-09-27T15:34:19.4109151Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float32 2022-09-27T15:34:19.4139663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex128 2022-09-27T15:34:19.4156604Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex128 2022-09-27T15:34:19.4164863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float64 2022-09-27T15:34:19.4508159Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float64 2022-09-27T15:34:19.4554755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:19.4610987Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:19.4611638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex64 2022-09-27T15:34:19.4947527Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex64 2022-09-27T15:34:19.4955631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float32 2022-09-27T15:34:19.4965298Z [gw2] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:34:19.4976624Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 2022-09-27T15:34:19.5024413Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float32 2022-09-27T15:34:19.5056661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float32 2022-09-27T15:34:19.5476719Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float32 2022-09-27T15:34:19.5478398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float64 2022-09-27T15:34:19.5511455Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float64 2022-09-27T15:34:19.5556262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float64 2022-09-27T15:34:19.5827951Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float64 2022-09-27T15:34:19.5854564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_bfloat16 2022-09-27T15:34:19.5984678Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_bfloat16 2022-09-27T15:34:19.6010029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int16 2022-09-27T15:34:19.6043316Z [gw1] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int16 2022-09-27T15:34:19.6050675Z [gw3] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int8 2022-09-27T15:34:19.6263101Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_uint8 2022-09-27T15:34:19.6284733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float32 2022-09-27T15:34:19.6464919Z [gw0] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float32 2022-09-27T15:34:19.6489537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int32 2022-09-27T15:34:19.6707682Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int32 2022-09-27T15:34:19.6731174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float64 2022-09-27T15:34:19.6904532Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float64 2022-09-27T15:34:19.6929912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int64 2022-09-27T15:34:19.7144252Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int64 2022-09-27T15:34:19.7167924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:19.7488150Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:19.7521884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int8 2022-09-27T15:34:19.7583979Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int8 2022-09-27T15:34:19.7610320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float32 2022-09-27T15:34:19.7761258Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float32 2022-09-27T15:34:19.7770718Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 2022-09-27T15:34:19.7903312Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 2022-09-27T15:34:19.7928286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_uint8 2022-09-27T15:34:19.8023101Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_uint8 2022-09-27T15:34:19.8048916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float64 2022-09-27T15:34:19.8348333Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float64 2022-09-27T15:34:19.8389105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bfloat16 2022-09-27T15:34:19.8466846Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bfloat16 2022-09-27T15:34:19.8491868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_bfloat16 2022-09-27T15:34:19.8799807Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_bfloat16 2022-09-27T15:34:19.8817528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bool 2022-09-27T15:34:19.8922830Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bool 2022-09-27T15:34:19.8927930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float32 2022-09-27T15:34:19.9256611Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float32 2022-09-27T15:34:19.9281427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex128 2022-09-27T15:34:19.9360523Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex128 2022-09-27T15:34:19.9376029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float64 2022-09-27T15:34:19.9667056Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float64 2022-09-27T15:34:19.9686228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex32 2022-09-27T15:34:19.9784983Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex32 2022-09-27T15:34:19.9806538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int16 2022-09-27T15:34:20.0158749Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int16 2022-09-27T15:34:20.0165151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex64 2022-09-27T15:34:20.0225879Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex64 2022-09-27T15:34:20.0267167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int32 2022-09-27T15:34:20.0533962Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int32 2022-09-27T15:34:20.0541766Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 2022-09-27T15:34:20.0546954Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 2022-09-27T15:34:20.0573755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float16 2022-09-27T15:34:20.0664154Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float16 2022-09-27T15:34:20.0689954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int64 2022-09-27T15:34:20.0982873Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int64 2022-09-27T15:34:20.1007775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float32 2022-09-27T15:34:20.1178192Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float32 2022-09-27T15:34:20.1181561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int8 2022-09-27T15:34:20.1428227Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int8 2022-09-27T15:34:20.1449994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float64 2022-09-27T15:34:20.1584978Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float64 2022-09-27T15:34:20.1612292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_uint8 2022-09-27T15:34:20.1863967Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_uint8 2022-09-27T15:34:20.1882648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int16 2022-09-27T15:34:20.2023559Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int16 2022-09-27T15:34:20.2053417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:20.2308641Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:20.2335252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int32 2022-09-27T15:34:20.2411147Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int32 2022-09-27T15:34:20.2420966Z [gw3] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_uint8 2022-09-27T15:34:20.2464177Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bfloat16 2022-09-27T15:34:20.2491300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float32 2022-09-27T15:34:20.2753439Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float32 2022-09-27T15:34:20.2783642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int64 2022-09-27T15:34:20.2908380Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int64 2022-09-27T15:34:20.2938412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float64 2022-09-27T15:34:20.3187475Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float64 2022-09-27T15:34:20.3213945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int8 2022-09-27T15:34:20.3345938Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int8 2022-09-27T15:34:20.3376127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int16 2022-09-27T15:34:20.3397710Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int16 2022-09-27T15:34:20.3404200Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 2022-09-27T15:34:20.3418303Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 2022-09-27T15:34:20.3427541Z [gw3] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bfloat16 2022-09-27T15:34:20.3627136Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bool 2022-09-27T15:34:20.3657747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_uint8 2022-09-27T15:34:20.3785406Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_uint8 2022-09-27T15:34:20.3817153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int32 2022-09-27T15:34:20.4068654Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int32 2022-09-27T15:34:20.4106278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:20.4227618Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:20.4258155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int64 2022-09-27T15:34:20.4527746Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int64 2022-09-27T15:34:20.4550288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bool 2022-09-27T15:34:20.4664908Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bool 2022-09-27T15:34:20.4707502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int8 2022-09-27T15:34:20.4860306Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int8 2022-09-27T15:34:20.4868079Z [gw3] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bool 2022-09-27T15:34:20.4984649Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex128 2022-09-27T15:34:20.5014498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex128 2022-09-27T15:34:20.5124404Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex128 2022-09-27T15:34:20.5163478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_uint8 2022-09-27T15:34:20.5427435Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_uint8 2022-09-27T15:34:20.5456805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex32 2022-09-27T15:34:20.5544395Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex32 2022-09-27T15:34:20.5589261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float32 2022-09-27T15:34:20.5869658Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float32 2022-09-27T15:34:20.5902661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex64 2022-09-27T15:34:20.6034648Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex64 2022-09-27T15:34:20.6035528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float64 2022-09-27T15:34:20.6307853Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float64 2022-09-27T15:34:20.6334483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float16 2022-09-27T15:34:20.6383491Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float16 2022-09-27T15:34:20.6390986Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 2022-09-27T15:34:20.6424018Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 2022-09-27T15:34:20.6456771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float32 2022-09-27T15:34:20.6727813Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float32 2022-09-27T15:34:20.6735439Z [gw3] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex128 2022-09-27T15:34:20.6743494Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex32 2022-09-27T15:34:20.6766992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float32 2022-09-27T15:34:20.6862681Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float32 2022-09-27T15:34:20.6885106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float64 2022-09-27T15:34:20.7195145Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float64 2022-09-27T15:34:20.7225599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float64 2022-09-27T15:34:20.7303898Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float64 2022-09-27T15:34:20.7324108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float16 2022-09-27T15:34:20.7627347Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float16 2022-09-27T15:34:20.7659555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int16 2022-09-27T15:34:20.7745988Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int16 2022-09-27T15:34:20.7767994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float32 2022-09-27T15:34:20.8065326Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float32 2022-09-27T15:34:20.8095577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int32 2022-09-27T15:34:20.8186228Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int32 2022-09-27T15:34:20.8231258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float64 2022-09-27T15:34:20.8506263Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float64 2022-09-27T15:34:20.8527050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int64 2022-09-27T15:34:20.8625751Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int64 2022-09-27T15:34:20.8654025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float16 2022-09-27T15:34:20.8974692Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float16 2022-09-27T15:34:20.8977887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int8 2022-09-27T15:34:20.9064279Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int8 2022-09-27T15:34:20.9088306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float32 2022-09-27T15:34:20.9235929Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float32 2022-09-27T15:34:20.9245848Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 2022-09-27T15:34:20.9381997Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 2022-09-27T15:34:20.9401064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_uint8 2022-09-27T15:34:20.9502364Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_uint8 2022-09-27T15:34:20.9526742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float64 2022-09-27T15:34:20.9825053Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float64 2022-09-27T15:34:20.9856603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_bool 2022-09-27T15:34:20.9980770Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_bool 2022-09-27T15:34:20.9985852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_bfloat16 2022-09-27T15:34:21.0307967Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_bfloat16 2022-09-27T15:34:21.0311680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float32 2022-09-27T15:34:21.0378253Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float32 2022-09-27T15:34:21.0390200Z [gw3] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex32 2022-09-27T15:34:21.0426127Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex64 2022-09-27T15:34:21.0429839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex128 2022-09-27T15:34:21.0707102Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex128 2022-09-27T15:34:21.0729582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float64 2022-09-27T15:34:21.0865127Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float64 2022-09-27T15:34:21.0895887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex64 2022-09-27T15:34:21.1148391Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex64 2022-09-27T15:34:21.1181935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int16 2022-09-27T15:34:21.1346775Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int16 2022-09-27T15:34:21.1377710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float16 2022-09-27T15:34:21.1586598Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float16 2022-09-27T15:34:21.1623204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int32 2022-09-27T15:34:21.1826313Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int32 2022-09-27T15:34:21.1831962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float32 2022-09-27T15:34:21.1885744Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float32 2022-09-27T15:34:21.1898965Z [gw3] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex64 2022-09-27T15:34:21.2029018Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float16 2022-09-27T15:34:21.2058610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int64 2022-09-27T15:34:21.2226278Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int64 2022-09-27T15:34:21.2266113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float64 2022-09-27T15:34:21.2512474Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float64 2022-09-27T15:34:21.2517731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int8 2022-09-27T15:34:21.2666822Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int8 2022-09-27T15:34:21.2691834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int16 2022-09-27T15:34:21.2941132Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int16 2022-09-27T15:34:21.2942478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_uint8 2022-09-27T15:34:21.3186106Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_uint8 2022-09-27T15:34:21.3191538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int32 2022-09-27T15:34:21.3347792Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int32 2022-09-27T15:34:21.3376677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_bool 2022-09-27T15:34:21.3628482Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_bool 2022-09-27T15:34:21.3660664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int64 2022-09-27T15:34:21.3664833Z [gw3] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float16 2022-09-27T15:34:21.3672692Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int64 2022-09-27T15:34:21.3783788Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float32 2022-09-27T15:34:21.3816539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float32 2022-09-27T15:34:21.4109008Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float32 2022-09-27T15:34:21.4154662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int8 2022-09-27T15:34:21.4268070Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int8 2022-09-27T15:34:21.4275558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float64 2022-09-27T15:34:21.4587533Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float64 2022-09-27T15:34:21.4616301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_uint8 2022-09-27T15:34:21.4626909Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_uint8 2022-09-27T15:34:21.4635728Z [gw3] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float32 2022-09-27T15:34:21.4664281Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float64 2022-09-27T15:34:21.4699170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int16 2022-09-27T15:34:21.5027385Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int16 2022-09-27T15:34:21.5056748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:21.5108810Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:21.5135592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int32 2022-09-27T15:34:21.5164817Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int32 2022-09-27T15:34:21.5172747Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 2022-09-27T15:34:21.5469668Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:34:21.5505877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex128 2022-09-27T15:34:21.5595126Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex128 2022-09-27T15:34:21.5624297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int64 2022-09-27T15:34:21.5637712Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int64 2022-09-27T15:34:21.5647968Z [gw3] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float64 2022-09-27T15:34:21.5906514Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int16 2022-09-27T15:34:21.5935286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex64 2022-09-27T15:34:21.6024811Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex64 2022-09-27T15:34:21.6074060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int8 2022-09-27T15:34:21.6401070Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int8 2022-09-27T15:34:21.6439717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float16 2022-09-27T15:34:21.6464791Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float16 2022-09-27T15:34:21.6496812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:34:21.6769544Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:34:21.6777709Z [gw3] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int16 2022-09-27T15:34:21.6822793Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int32 2022-09-27T15:34:21.6848831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float32 2022-09-27T15:34:21.6902713Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float32 2022-09-27T15:34:21.6937654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_bool 2022-09-27T15:34:21.7307937Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_bool 2022-09-27T15:34:21.7343177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float64 2022-09-27T15:34:21.7385428Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float64 2022-09-27T15:34:21.7415578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float32 2022-09-27T15:34:21.7683683Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float32 2022-09-27T15:34:21.7692001Z [gw3] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int32 2022-09-27T15:34:21.7784952Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int64 2022-09-27T15:34:21.7812905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int16 2022-09-27T15:34:21.7824933Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int16 2022-09-27T15:34:21.7856711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float64 2022-09-27T15:34:21.8229762Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float64 2022-09-27T15:34:21.8267222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int32 2022-09-27T15:34:21.8320268Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int32 2022-09-27T15:34:21.8322804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int16 2022-09-27T15:34:21.8634583Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int16 2022-09-27T15:34:21.8643980Z [gw3] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int64 2022-09-27T15:34:21.8664312Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int8 2022-09-27T15:34:21.8688100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int64 2022-09-27T15:34:21.8703329Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int64 2022-09-27T15:34:21.8730778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int32 2022-09-27T15:34:21.9156697Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int32 2022-09-27T15:34:21.9167216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int8 2022-09-27T15:34:21.9205589Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int8 2022-09-27T15:34:21.9214547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int64 2022-09-27T15:34:21.9494147Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int64 2022-09-27T15:34:21.9502314Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:34:21.9528129Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:34:21.9536823Z [gw3] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int8 2022-09-27T15:34:21.9543893Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_uint8 2022-09-27T15:34:21.9574957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_uint8 2022-09-27T15:34:21.9623246Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_uint8 2022-09-27T15:34:21.9649283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int8 2022-09-27T15:34:21.9987858Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int8 2022-09-27T15:34:22.0028119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float32 2022-09-27T15:34:22.0066279Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float32 2022-09-27T15:34:22.0099383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_uint8 2022-09-27T15:34:22.0418227Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_uint8 2022-09-27T15:34:22.0428899Z [gw3] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_uint8 2022-09-27T15:34:22.0466129Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bfloat16 2022-09-27T15:34:22.0503516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float64 2022-09-27T15:34:22.0561012Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float64 2022-09-27T15:34:22.0562348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_bool 2022-09-27T15:34:22.0905615Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_bool 2022-09-27T15:34:22.0934014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float32 2022-09-27T15:34:22.0946134Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float32 2022-09-27T15:34:22.0989087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float32 2022-09-27T15:34:22.1347376Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float32 2022-09-27T15:34:22.1367983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float64 2022-09-27T15:34:22.1385344Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float64 2022-09-27T15:34:22.1412487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float64 2022-09-27T15:34:22.1785942Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float64 2022-09-27T15:34:22.1806603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_bfloat16 2022-09-27T15:34:22.1825015Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_bfloat16 2022-09-27T15:34:22.1847733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int16 2022-09-27T15:34:22.1877039Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int16 2022-09-27T15:34:22.1885064Z [gw3] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bfloat16 2022-09-27T15:34:22.2270701Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bool 2022-09-27T15:34:22.2273666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float32 2022-09-27T15:34:22.2312843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int32 2022-09-27T15:34:22.2328908Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float32 2022-09-27T15:34:22.2748693Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int32 2022-09-27T15:34:22.2797543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int64 2022-09-27T15:34:22.2815833Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int64 2022-09-27T15:34:22.2822195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float64 2022-09-27T15:34:22.3227920Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float64 2022-09-27T15:34:22.3237302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int16 2022-09-27T15:34:22.3245798Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int16 2022-09-27T15:34:22.3252265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int8 2022-09-27T15:34:22.3636798Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int8 2022-09-27T15:34:22.3637440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_uint8 2022-09-27T15:34:22.3653199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int32 2022-09-27T15:34:22.3661175Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_uint8 2022-09-27T15:34:22.3724098Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int32 2022-09-27T15:34:22.3731147Z [gw3] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bool 2022-09-27T15:34:22.4068995Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex128 2022-09-27T15:34:22.4077339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int64 2022-09-27T15:34:22.4110383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_bool 2022-09-27T15:34:22.4120831Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int64 2022-09-27T15:34:22.4533821Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_bool 2022-09-27T15:34:22.4537880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float32 2022-09-27T15:34:22.4552475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int8 2022-09-27T15:34:22.4555090Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float32 2022-09-27T15:34:22.4948548Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int8 2022-09-27T15:34:22.4988504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_uint8 2022-09-27T15:34:22.4992582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float64 2022-09-27T15:34:22.4998589Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float64 2022-09-27T15:34:22.5428398Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_uint8 2022-09-27T15:34:22.5436342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int16 2022-09-27T15:34:22.5445571Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int16 2022-09-27T15:34:22.5449648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:22.5741720Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:22.5751159Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:34:22.5825208Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 2022-09-27T15:34:22.5828015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float32 2022-09-27T15:34:22.5852851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int32 2022-09-27T15:34:22.5864359Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float32 2022-09-27T15:34:22.6267376Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int32 2022-09-27T15:34:22.6271672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float64 2022-09-27T15:34:22.6294680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int64 2022-09-27T15:34:22.6310643Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float64 2022-09-27T15:34:22.6745890Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int64 2022-09-27T15:34:22.6757443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int8 2022-09-27T15:34:22.6765262Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int8 2022-09-27T15:34:22.6770022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int16 2022-09-27T15:34:22.6983270Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int16 2022-09-27T15:34:22.6994671Z [gw3] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex128 2022-09-27T15:34:22.7148765Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex32 2022-09-27T15:34:22.7149681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int32 2022-09-27T15:34:22.7181811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_uint8 2022-09-27T15:34:22.7185665Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int32 2022-09-27T15:34:22.7614426Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_uint8 2022-09-27T15:34:22.7615873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_bool 2022-09-27T15:34:22.7625028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int64 2022-09-27T15:34:22.7633987Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_bool 2022-09-27T15:34:22.8030413Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int64 2022-09-27T15:34:22.8136203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float32 2022-09-27T15:34:22.8137289Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float32 2022-09-27T15:34:22.8138072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int8 2022-09-27T15:34:22.8506873Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int8 2022-09-27T15:34:22.8515245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_uint8 2022-09-27T15:34:22.8517231Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_uint8 2022-09-27T15:34:22.8518213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float64 2022-09-27T15:34:22.8908046Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float64 2022-09-27T15:34:22.8912181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int16 2022-09-27T15:34:22.8949417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_bfloat16 2022-09-27T15:34:22.8956603Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_bfloat16 2022-09-27T15:34:22.9349513Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int16 2022-09-27T15:34:22.9351999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int32 2022-09-27T15:34:22.9395447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float32 2022-09-27T15:34:22.9400867Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float32 2022-09-27T15:34:22.9789523Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int32 2022-09-27T15:34:22.9790064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int64 2022-09-27T15:34:22.9821906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float64 2022-09-27T15:34:22.9825009Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int64 2022-09-27T15:34:22.9965226Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float64 2022-09-27T15:34:22.9975123Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 2022-09-27T15:34:23.0263893Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 2022-09-27T15:34:23.0267654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int8 2022-09-27T15:34:23.0298773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:23.0301596Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int8 2022-09-27T15:34:23.0708986Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:23.0710371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float32 2022-09-27T15:34:23.0732713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:34:23.0752137Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float32 2022-09-27T15:34:23.1149817Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:34:23.1150926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float64 2022-09-27T15:34:23.1184205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_bool 2022-09-27T15:34:23.1196235Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float64 2022-09-27T15:34:23.1585418Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_bool 2022-09-27T15:34:23.1588584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex128 2022-09-27T15:34:23.1606742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_bfloat16 2022-09-27T15:34:23.1614359Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex128 2022-09-27T15:34:23.1633355Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_bfloat16 2022-09-27T15:34:23.1641483Z [gw3] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex32 2022-09-27T15:34:23.2028156Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex64 2022-09-27T15:34:23.2031168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float32 2022-09-27T15:34:23.2058641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex64 2022-09-27T15:34:23.2067406Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float32 2022-09-27T15:34:23.2500484Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex64 2022-09-27T15:34:23.2504231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float64 2022-09-27T15:34:23.2507112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float32 2022-09-27T15:34:23.2512252Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float64 2022-09-27T15:34:23.2908592Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float32 2022-09-27T15:34:23.2940733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float64 2022-09-27T15:34:23.2955957Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float64 2022-09-27T15:34:23.2958342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int16 2022-09-27T15:34:23.3389882Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int16 2022-09-27T15:34:23.3393250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int16 2022-09-27T15:34:23.3431943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int32 2022-09-27T15:34:23.3439338Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int32 2022-09-27T15:34:23.3861727Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int16 2022-09-27T15:34:23.3862438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int32 2022-09-27T15:34:23.3868885Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int32 2022-09-27T15:34:23.3870858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int64 2022-09-27T15:34:23.4166595Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int64 2022-09-27T15:34:23.4176010Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 2022-09-27T15:34:23.4266546Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 2022-09-27T15:34:23.4272452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int8 2022-09-27T15:34:23.4300402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int64 2022-09-27T15:34:23.4311129Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int8 2022-09-27T15:34:23.4654545Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int64 2022-09-27T15:34:23.4664086Z [gw3] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex64 2022-09-27T15:34:23.4749717Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float16 2022-09-27T15:34:23.4752129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int8 2022-09-27T15:34:23.4753899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_uint8 2022-09-27T15:34:23.4757692Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_uint8 2022-09-27T15:34:23.5182002Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int8 2022-09-27T15:34:23.5183891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:23.5185395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_uint8 2022-09-27T15:34:23.5189788Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_uint8 2022-09-27T15:34:23.5625707Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:23.5663199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float32 2022-09-27T15:34:23.5665414Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float32 2022-09-27T15:34:23.5666641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_bool 2022-09-27T15:34:23.6086367Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_bool 2022-09-27T15:34:23.6088581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex128 2022-09-27T15:34:23.6098654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float64 2022-09-27T15:34:23.6113329Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float64 2022-09-27T15:34:23.6507761Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex128 2022-09-27T15:34:23.6513748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int16 2022-09-27T15:34:23.6538205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex64 2022-09-27T15:34:23.6548523Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int16 2022-09-27T15:34:23.6987676Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex64 2022-09-27T15:34:23.6988423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int32 2022-09-27T15:34:23.7036822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float32 2022-09-27T15:34:23.7040959Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int32 2022-09-27T15:34:23.7109758Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float32 2022-09-27T15:34:23.7119041Z [gw3] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float16 2022-09-27T15:34:23.7428202Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float32 2022-09-27T15:34:23.7431391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float64 2022-09-27T15:34:23.7469630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int64 2022-09-27T15:34:23.7472917Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float64 2022-09-27T15:34:23.7933481Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int64 2022-09-27T15:34:23.7943843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int8 2022-09-27T15:34:23.7953050Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int8 2022-09-27T15:34:23.7960132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int16 2022-09-27T15:34:23.8350677Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int16 2022-09-27T15:34:23.8351623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_uint8 2022-09-27T15:34:23.8360656Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_uint8 2022-09-27T15:34:23.8364574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int32 2022-09-27T15:34:23.8400739Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int32 2022-09-27T15:34:23.8407632Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 2022-09-27T15:34:23.8748856Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 2022-09-27T15:34:23.8749434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_bfloat16 2022-09-27T15:34:23.8779161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int64 2022-09-27T15:34:23.8787763Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int64 2022-09-27T15:34:23.8824463Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_bfloat16 2022-09-27T15:34:23.8830807Z [gw3] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float32 2022-09-27T15:34:23.9189868Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float64 2022-09-27T15:34:23.9224611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float32 2022-09-27T15:34:23.9252064Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float32 2022-09-27T15:34:23.9253731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int8 2022-09-27T15:34:23.9644550Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int8 2022-09-27T15:34:23.9652083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float64 2022-09-27T15:34:23.9654159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:34:23.9662635Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float64 2022-09-27T15:34:24.0070463Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:34:24.0071186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_bool 2022-09-27T15:34:24.0100124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int16 2022-09-27T15:34:24.0104241Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_bool 2022-09-27T15:34:24.0143733Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int16 2022-09-27T15:34:24.0152279Z [gw3] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float64 2022-09-27T15:34:24.0545225Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int16 2022-09-27T15:34:24.0550444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int32 2022-09-27T15:34:24.0558048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex128 2022-09-27T15:34:24.0566302Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex128 2022-09-27T15:34:24.0949210Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int32 2022-09-27T15:34:24.0954429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int64 2022-09-27T15:34:24.0983890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex64 2022-09-27T15:34:24.0993601Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex64 2022-09-27T15:34:24.1292898Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int64 2022-09-27T15:34:24.1302151Z [gw3] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int16 2022-09-27T15:34:24.1385209Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int32 2022-09-27T15:34:24.1425290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float32 2022-09-27T15:34:24.1435272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int8 2022-09-27T15:34:24.1443423Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int8 2022-09-27T15:34:24.1835372Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float32 2022-09-27T15:34:24.1838517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float64 2022-09-27T15:34:24.1869617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_uint8 2022-09-27T15:34:24.1882293Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_uint8 2022-09-27T15:34:24.2274563Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float64 2022-09-27T15:34:24.2275222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:24.2311272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int16 2022-09-27T15:34:24.2313913Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:24.2489936Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int16 2022-09-27T15:34:24.2498148Z [gw3] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int32 2022-09-27T15:34:24.2509214Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int64 2022-09-27T15:34:24.2515897Z [gw2] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 2022-09-27T15:34:24.2707025Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 2022-09-27T15:34:24.2709551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float32 2022-09-27T15:34:24.2734989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int32 2022-09-27T15:34:24.2746743Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float32 2022-09-27T15:34:24.3191179Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int32 2022-09-27T15:34:24.3191765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float64 2022-09-27T15:34:24.3195381Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float64 2022-09-27T15:34:24.3197390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int64 2022-09-27T15:34:24.3628888Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int64 2022-09-27T15:34:24.3636727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int16 2022-09-27T15:34:24.3656934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int8 2022-09-27T15:34:24.3670509Z [gw1] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int8 2022-09-27T15:34:24.3674730Z [gw3] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int64 2022-09-27T15:34:24.3678942Z [gw0] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int16 2022-09-27T15:34:24.4065950Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int8 2022-09-27T15:34:24.4066462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int32 2022-09-27T15:34:24.4090121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_uint8 2022-09-27T15:34:24.4099102Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int32 2022-09-27T15:34:24.4509151Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_uint8 2022-09-27T15:34:24.4512251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int64 2022-09-27T15:34:24.4540258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_bool 2022-09-27T15:34:24.4551955Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int64 2022-09-27T15:34:24.4874933Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_bool 2022-09-27T15:34:24.4884683Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int8 2022-09-27T15:34:24.4947764Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_uint8 2022-09-27T15:34:24.4976634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int8 2022-09-27T15:34:24.4983906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex128 2022-09-27T15:34:24.4987150Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex128 2022-09-27T15:34:24.5421729Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int8 2022-09-27T15:34:24.5435100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex64 2022-09-27T15:34:24.5448890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_uint8 2022-09-27T15:34:24.5459350Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_uint8 2022-09-27T15:34:24.5829344Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex64 2022-09-27T15:34:24.5836657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_bfloat16 2022-09-27T15:34:24.5853470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float32 2022-09-27T15:34:24.5870928Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_bfloat16 2022-09-27T15:34:24.6141407Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float32 2022-09-27T15:34:24.6148905Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_uint8 2022-09-27T15:34:24.6266851Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bfloat16 2022-09-27T15:34:24.6298440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float32 2022-09-27T15:34:24.6316762Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float32 2022-09-27T15:34:24.6318711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float64 2022-09-27T15:34:24.6444892Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float64 2022-09-27T15:34:24.6457005Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 2022-09-27T15:34:24.6707766Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 2022-09-27T15:34:24.6708429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int16 2022-09-27T15:34:24.6736737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float64 2022-09-27T15:34:24.6746226Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int16 2022-09-27T15:34:24.6849858Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float64 2022-09-27T15:34:24.6856787Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bfloat16 2022-09-27T15:34:24.7148138Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bool 2022-09-27T15:34:24.7153272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int32 2022-09-27T15:34:24.7178439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:24.7191498Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int32 2022-09-27T15:34:24.7618992Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:24.7620782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float32 2022-09-27T15:34:24.7631291Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float32 2022-09-27T15:34:24.7665326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int64 2022-09-27T15:34:24.8026994Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int64 2022-09-27T15:34:24.8050727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float64 2022-09-27T15:34:24.8063962Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float64 2022-09-27T15:34:24.8085845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int8 2022-09-27T15:34:24.8189563Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int8 2022-09-27T15:34:24.8197132Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bool 2022-09-27T15:34:24.8467859Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex128 2022-09-27T15:34:24.8502921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_bfloat16 2022-09-27T15:34:24.8545192Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_bfloat16 2022-09-27T15:34:24.8570801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_uint8 2022-09-27T15:34:24.8908657Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_uint8 2022-09-27T15:34:24.8938341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float32 2022-09-27T15:34:24.8986403Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float32 2022-09-27T15:34:24.9017099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_bool 2022-09-27T15:34:24.9347380Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_bool 2022-09-27T15:34:24.9373872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float64 2022-09-27T15:34:24.9462905Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float64 2022-09-27T15:34:24.9463686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex128 2022-09-27T15:34:24.9789012Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex128 2022-09-27T15:34:24.9814218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:24.9864711Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:24.9888874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex64 2022-09-27T15:34:25.0200144Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex64 2022-09-27T15:34:25.0208073Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex128 2022-09-27T15:34:25.0224785Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex64 2022-09-27T15:34:25.0254576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float32 2022-09-27T15:34:25.0345952Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float32 2022-09-27T15:34:25.0374436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float32 2022-09-27T15:34:25.0667671Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float32 2022-09-27T15:34:25.0693610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float64 2022-09-27T15:34:25.0787992Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float64 2022-09-27T15:34:25.0813407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float64 2022-09-27T15:34:25.1106674Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float64 2022-09-27T15:34:25.1145411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_bfloat16 2022-09-27T15:34:25.1224216Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_bfloat16 2022-09-27T15:34:25.1261318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int16 2022-09-27T15:34:25.1415812Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int16 2022-09-27T15:34:25.1424656Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex64 2022-09-27T15:34:25.1545272Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float16 2022-09-27T15:34:25.1570687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float32 2022-09-27T15:34:25.1698259Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float32 2022-09-27T15:34:25.1700858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int32 2022-09-27T15:34:25.1987432Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int32 2022-09-27T15:34:25.2011339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float64 2022-09-27T15:34:25.2105074Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float64 2022-09-27T15:34:25.2134637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int64 2022-09-27T15:34:25.2427670Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int64 2022-09-27T15:34:25.2455044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:25.2544738Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:25.2569683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int8 2022-09-27T15:34:25.2868912Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int8 2022-09-27T15:34:25.2899660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float32 2022-09-27T15:34:25.2914193Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float32 2022-09-27T15:34:25.2922171Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float16 2022-09-27T15:34:25.2984828Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float32 2022-09-27T15:34:25.3011890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_uint8 2022-09-27T15:34:25.3307235Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_uint8 2022-09-27T15:34:25.3337297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float64 2022-09-27T15:34:25.3425048Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float64 2022-09-27T15:34:25.3459201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_bool 2022-09-27T15:34:25.3597072Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_bool 2022-09-27T15:34:25.3605072Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float32 2022-09-27T15:34:25.3785925Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float64 2022-09-27T15:34:25.3791157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_bfloat16 2022-09-27T15:34:25.3867878Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_bfloat16 2022-09-27T15:34:25.3902744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex128 2022-09-27T15:34:25.4186515Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex128 2022-09-27T15:34:25.4214692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex128 2022-09-27T15:34:25.4306570Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex128 2022-09-27T15:34:25.4331097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex64 2022-09-27T15:34:25.4346385Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 2022-09-27T15:34:25.4352841Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex64 2022-09-27T15:34:25.4411831Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:34:25.4421103Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float64 2022-09-27T15:34:25.4624556Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int16 2022-09-27T15:34:25.4655062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex64 2022-09-27T15:34:25.4743302Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex64 2022-09-27T15:34:25.4774719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float32 2022-09-27T15:34:25.5068610Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float32 2022-09-27T15:34:25.5105830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float32 2022-09-27T15:34:25.5205709Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float32 2022-09-27T15:34:25.5217449Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int16 2022-09-27T15:34:25.5241090Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int32 2022-09-27T15:34:25.5263790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float64 2022-09-27T15:34:25.5507796Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float64 2022-09-27T15:34:25.5548762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float64 2022-09-27T15:34:25.5666817Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float64 2022-09-27T15:34:25.5693365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int16 2022-09-27T15:34:25.5944738Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int16 2022-09-27T15:34:25.5956108Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int32 2022-09-27T15:34:25.5960511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int16 2022-09-27T15:34:25.5982924Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int64 2022-09-27T15:34:25.6102802Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int16 2022-09-27T15:34:25.6127570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int32 2022-09-27T15:34:25.6384206Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int32 2022-09-27T15:34:25.6409111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int32 2022-09-27T15:34:25.6547886Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int32 2022-09-27T15:34:25.6575198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int64 2022-09-27T15:34:25.6826483Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int64 2022-09-27T15:34:25.6862054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int64 2022-09-27T15:34:25.6984229Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int64 2022-09-27T15:34:25.6995676Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int64 2022-09-27T15:34:25.7002635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int8 2022-09-27T15:34:25.7026513Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int8 2022-09-27T15:34:25.7267697Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int8 2022-09-27T15:34:25.7293067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int8 2022-09-27T15:34:25.7425716Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int8 2022-09-27T15:34:25.7455673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:34:25.7705862Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:34:25.7732159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_uint8 2022-09-27T15:34:25.7739261Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_uint8 2022-09-27T15:34:25.7748834Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int8 2022-09-27T15:34:25.7864635Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_uint8 2022-09-27T15:34:25.7895582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_bool 2022-09-27T15:34:25.8148202Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_bool 2022-09-27T15:34:25.8177169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:25.8336682Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:25.8351991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float32 2022-09-27T15:34:25.8586581Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float32 2022-09-27T15:34:25.8615495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex128 2022-09-27T15:34:25.8751735Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex128 2022-09-27T15:34:25.8773829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float64 2022-09-27T15:34:25.8783969Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_uint8 2022-09-27T15:34:25.8800996Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bfloat16 2022-09-27T15:34:25.9026427Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float64 2022-09-27T15:34:25.9045964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex64 2022-09-27T15:34:25.9183904Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex64 2022-09-27T15:34:25.9189526Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:34:25.9200120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int16 2022-09-27T15:34:25.9218344Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:34:25.9466545Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int16 2022-09-27T15:34:25.9499851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float32 2022-09-27T15:34:25.9548418Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float32 2022-09-27T15:34:25.9554825Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bfloat16 2022-09-27T15:34:25.9627695Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bool 2022-09-27T15:34:25.9659295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int32 2022-09-27T15:34:25.9907486Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int32 2022-09-27T15:34:25.9947192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float64 2022-09-27T15:34:26.0077634Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float64 2022-09-27T15:34:26.0112868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int64 2022-09-27T15:34:26.0348550Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int64 2022-09-27T15:34:26.0377318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int16 2022-09-27T15:34:26.0544798Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int16 2022-09-27T15:34:26.0555043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int8 2022-09-27T15:34:26.0859938Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int8 2022-09-27T15:34:26.0865382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int32 2022-09-27T15:34:26.0946253Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int32 2022-09-27T15:34:26.0978290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_uint8 2022-09-27T15:34:26.1118114Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_uint8 2022-09-27T15:34:26.1126338Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bool 2022-09-27T15:34:26.1265174Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float16 2022-09-27T15:34:26.1297922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int64 2022-09-27T15:34:26.1384510Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int64 2022-09-27T15:34:26.1412221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_bool 2022-09-27T15:34:26.1707944Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_bool 2022-09-27T15:34:26.1732638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int8 2022-09-27T15:34:26.1826337Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int8 2022-09-27T15:34:26.1855221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float32 2022-09-27T15:34:26.2146321Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float32 2022-09-27T15:34:26.2172935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_uint8 2022-09-27T15:34:26.2264597Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_uint8 2022-09-27T15:34:26.2288504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float64 2022-09-27T15:34:26.2544169Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float64 2022-09-27T15:34:26.2553238Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float16 2022-09-27T15:34:26.2584376Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float32 2022-09-27T15:34:26.2608263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_bfloat16 2022-09-27T15:34:26.2708338Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_bfloat16 2022-09-27T15:34:26.2749608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int16 2022-09-27T15:34:26.3051664Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int16 2022-09-27T15:34:26.3073647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float32 2022-09-27T15:34:26.3148155Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float32 2022-09-27T15:34:26.3195220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int32 2022-09-27T15:34:26.3287921Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int32 2022-09-27T15:34:26.3296075Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float32 2022-09-27T15:34:26.3506225Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float64 2022-09-27T15:34:26.3509952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float64 2022-09-27T15:34:26.3604046Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float64 2022-09-27T15:34:26.3621791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int64 2022-09-27T15:34:26.3983014Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int64 2022-09-27T15:34:26.3986784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int16 2022-09-27T15:34:26.4026982Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int16 2022-09-27T15:34:26.4069446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int8 2022-09-27T15:34:26.4224394Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int8 2022-09-27T15:34:26.4231247Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float64 2022-09-27T15:34:26.4426113Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int16 2022-09-27T15:34:26.4469765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int32 2022-09-27T15:34:26.4511923Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int32 2022-09-27T15:34:26.4523553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:34:26.4868070Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:34:26.4895421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int64 2022-09-27T15:34:26.4907143Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int64 2022-09-27T15:34:26.4939649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_bool 2022-09-27T15:34:26.5089032Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_bool 2022-09-27T15:34:26.5096406Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int16 2022-09-27T15:34:26.5310008Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int32 2022-09-27T15:34:26.5347495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int8 2022-09-27T15:34:26.5366443Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int8 2022-09-27T15:34:26.5410593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float32 2022-09-27T15:34:26.5789460Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float32 2022-09-27T15:34:26.5796141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float64 2022-09-27T15:34:26.5828540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_uint8 2022-09-27T15:34:26.5837731Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_uint8 2022-09-27T15:34:26.5988104Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float64 2022-09-27T15:34:26.5996882Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int32 2022-09-27T15:34:26.6266702Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int64 2022-09-27T15:34:26.6275636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int16 2022-09-27T15:34:26.6307915Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int16 2022-09-27T15:34:26.6311579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:26.6666519Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:26.6705362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int32 2022-09-27T15:34:26.6754456Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int32 2022-09-27T15:34:26.6759491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float32 2022-09-27T15:34:26.6837097Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float32 2022-09-27T15:34:26.6844558Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int64 2022-09-27T15:34:26.7104021Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int8 2022-09-27T15:34:26.7126192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int64 2022-09-27T15:34:26.7143193Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int64 2022-09-27T15:34:26.7167664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float64 2022-09-27T15:34:26.7547893Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float64 2022-09-27T15:34:26.7590150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int8 2022-09-27T15:34:26.7598113Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int8 2022-09-27T15:34:26.7607615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int16 2022-09-27T15:34:26.7624427Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int8 2022-09-27T15:34:26.7628816Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int16 2022-09-27T15:34:26.7987435Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_uint8 2022-09-27T15:34:26.8018889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_uint8 2022-09-27T15:34:26.8064822Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_uint8 2022-09-27T15:34:26.8097826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int32 2022-09-27T15:34:26.8161208Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int32 2022-09-27T15:34:26.8170729Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:34:26.8387996Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 2022-09-27T15:34:26.8395548Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_uint8 2022-09-27T15:34:26.8424313Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bfloat16 2022-09-27T15:34:26.8455515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_bool 2022-09-27T15:34:26.8544764Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_bool 2022-09-27T15:34:26.8570973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int64 2022-09-27T15:34:26.8868492Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int64 2022-09-27T15:34:26.8913992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float32 2022-09-27T15:34:26.9024518Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float32 2022-09-27T15:34:26.9046396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int8 2022-09-27T15:34:26.9215493Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int8 2022-09-27T15:34:26.9222585Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bfloat16 2022-09-27T15:34:26.9303652Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bool 2022-09-27T15:34:26.9331575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float64 2022-09-27T15:34:26.9467571Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float64 2022-09-27T15:34:26.9499193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_uint8 2022-09-27T15:34:26.9745516Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_uint8 2022-09-27T15:34:26.9771771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int16 2022-09-27T15:34:26.9906070Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int16 2022-09-27T15:34:26.9933480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_bfloat16 2022-09-27T15:34:27.0185391Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_bfloat16 2022-09-27T15:34:27.0211877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int32 2022-09-27T15:34:27.0344010Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int32 2022-09-27T15:34:27.0366566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex128 2022-09-27T15:34:27.0399500Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex128 2022-09-27T15:34:27.0407182Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bool 2022-09-27T15:34:27.0623418Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float16 2022-09-27T15:34:27.0662856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int64 2022-09-27T15:34:27.0786047Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int64 2022-09-27T15:34:27.0812002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex64 2022-09-27T15:34:27.1065340Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex64 2022-09-27T15:34:27.1097869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int8 2022-09-27T15:34:27.1228295Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int8 2022-09-27T15:34:27.1268615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float16 2022-09-27T15:34:27.1539789Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float16 2022-09-27T15:34:27.1545535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_uint8 2022-09-27T15:34:27.1704814Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_uint8 2022-09-27T15:34:27.1735684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float32 2022-09-27T15:34:27.1944151Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float32 2022-09-27T15:34:27.1980147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_bool 2022-09-27T15:34:27.2186902Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_bool 2022-09-27T15:34:27.2222000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float64 2022-09-27T15:34:27.2226145Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float64 2022-09-27T15:34:27.2233872Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float16 2022-09-27T15:34:27.2426166Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float32 2022-09-27T15:34:27.2467047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float32 2022-09-27T15:34:27.2661598Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float32 2022-09-27T15:34:27.2665587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:27.2899423Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:27.2903694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float64 2022-09-27T15:34:27.3041868Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float64 2022-09-27T15:34:27.3049344Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float32 2022-09-27T15:34:27.3065369Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float64 2022-09-27T15:34:27.3091349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:34:27.3307168Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:34:27.3331697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int16 2022-09-27T15:34:27.3511850Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int16 2022-09-27T15:34:27.3518133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:34:27.3526538Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 2022-09-27T15:34:27.3546038Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 2022-09-27T15:34:27.3744319Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:34:27.3775989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int32 2022-09-27T15:34:27.3921893Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int32 2022-09-27T15:34:27.3927752Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float64 2022-09-27T15:34:27.3945240Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int16 2022-09-27T15:34:27.3971728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float16 2022-09-27T15:34:27.4184527Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float16 2022-09-27T15:34:27.4217639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int64 2022-09-27T15:34:27.4390341Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int64 2022-09-27T15:34:27.4422020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float32 2022-09-27T15:34:27.4628641Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float32 2022-09-27T15:34:27.4683403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int8 2022-09-27T15:34:27.4825258Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int8 2022-09-27T15:34:27.4855064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float64 2022-09-27T15:34:27.4995677Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float64 2022-09-27T15:34:27.5003427Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int16 2022-09-27T15:34:27.5063290Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int32 2022-09-27T15:34:27.5087922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_uint8 2022-09-27T15:34:27.5264791Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_uint8 2022-09-27T15:34:27.5290246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bfloat16 2022-09-27T15:34:27.5506015Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bfloat16 2022-09-27T15:34:27.5549079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_bool 2022-09-27T15:34:27.5706097Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_bool 2022-09-27T15:34:27.5729946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bool 2022-09-27T15:34:27.5951206Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bool 2022-09-27T15:34:27.5958951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float32 2022-09-27T15:34:27.5970305Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int32 2022-09-27T15:34:27.5983667Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int64 2022-09-27T15:34:27.6229515Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float32 2022-09-27T15:34:27.6232735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex128 2022-09-27T15:34:27.6386456Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex128 2022-09-27T15:34:27.6410708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float64 2022-09-27T15:34:27.6626952Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float64 2022-09-27T15:34:27.6650269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex32 2022-09-27T15:34:27.6826472Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex32 2022-09-27T15:34:27.6864866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int16 2022-09-27T15:34:27.7067009Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int16 2022-09-27T15:34:27.7086141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex64 2022-09-27T15:34:27.7101733Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int64 2022-09-27T15:34:27.7110591Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex64 2022-09-27T15:34:27.7266883Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int8 2022-09-27T15:34:27.7298080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int32 2022-09-27T15:34:27.7507871Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int32 2022-09-27T15:34:27.7538077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float16 2022-09-27T15:34:27.7711036Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float16 2022-09-27T15:34:27.7753838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int64 2022-09-27T15:34:27.7987316Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int64 2022-09-27T15:34:27.8020306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float32 2022-09-27T15:34:27.8112071Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float32 2022-09-27T15:34:27.8117281Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int8 2022-09-27T15:34:27.8126274Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 2022-09-27T15:34:27.8126825Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_uint8 2022-09-27T15:34:27.8143663Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 2022-09-27T15:34:27.8169584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int8 2022-09-27T15:34:27.8466786Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int8 2022-09-27T15:34:27.8495359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float64 2022-09-27T15:34:27.8677594Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float64 2022-09-27T15:34:27.8706104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:34:27.8946670Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:34:27.8966774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int16 2022-09-27T15:34:27.8980798Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_uint8 2022-09-27T15:34:27.8989924Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int16 2022-09-27T15:34:27.9143476Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bfloat16 2022-09-27T15:34:27.9171315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bfloat16 2022-09-27T15:34:27.9387394Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bfloat16 2022-09-27T15:34:27.9426754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int32 2022-09-27T15:34:27.9658845Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int32 2022-09-27T15:34:27.9659496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bool 2022-09-27T15:34:27.9824778Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bool 2022-09-27T15:34:27.9853715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int64 2022-09-27T15:34:28.0065561Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int64 2022-09-27T15:34:28.0079429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex128 2022-09-27T15:34:28.0095800Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bfloat16 2022-09-27T15:34:28.0101590Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex128 2022-09-27T15:34:28.0307587Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bool 2022-09-27T15:34:28.0312273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int8 2022-09-27T15:34:28.0580575Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int8 2022-09-27T15:34:28.0585504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex32 2022-09-27T15:34:28.0776857Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex32 2022-09-27T15:34:28.0781577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_uint8 2022-09-27T15:34:28.1013324Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_uint8 2022-09-27T15:34:28.1015993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex64 2022-09-27T15:34:28.1219204Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex64 2022-09-27T15:34:28.1222663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:28.1427717Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:28.1459940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float16 2022-09-27T15:34:28.1658882Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float16 2022-09-27T15:34:28.1660147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bool 2022-09-27T15:34:28.1824085Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bool 2022-09-27T15:34:28.1834833Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bool 2022-09-27T15:34:28.1886491Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex128 2022-09-27T15:34:28.1902014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float32 2022-09-27T15:34:28.2064793Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float32 2022-09-27T15:34:28.2091224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex128 2022-09-27T15:34:28.2387168Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex128 2022-09-27T15:34:28.2441088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float64 2022-09-27T15:34:28.2505865Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float64 2022-09-27T15:34:28.2531244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex32 2022-09-27T15:34:28.2830178Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex32 2022-09-27T15:34:28.2864228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int16 2022-09-27T15:34:28.2883673Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int16 2022-09-27T15:34:28.2892060Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 2022-09-27T15:34:28.2964350Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 2022-09-27T15:34:28.2980597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex64 2022-09-27T15:34:28.3266213Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex64 2022-09-27T15:34:28.3289283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int32 2022-09-27T15:34:28.3383387Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int32 2022-09-27T15:34:28.3411710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float16 2022-09-27T15:34:28.3685094Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float16 2022-09-27T15:34:28.3697873Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex128 2022-09-27T15:34:28.3705950Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex32 2022-09-27T15:34:28.3733318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int64 2022-09-27T15:34:28.3823860Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int64 2022-09-27T15:34:28.3847857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float32 2022-09-27T15:34:28.4154863Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float32 2022-09-27T15:34:28.4192264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int8 2022-09-27T15:34:28.4265042Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int8 2022-09-27T15:34:28.4288595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float64 2022-09-27T15:34:28.4585109Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float64 2022-09-27T15:34:28.4607154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_uint8 2022-09-27T15:34:28.4704602Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_uint8 2022-09-27T15:34:28.4727944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int16 2022-09-27T15:34:28.5024496Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int16 2022-09-27T15:34:28.5052879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:28.5143597Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:28.5167599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int32 2022-09-27T15:34:28.5507702Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int32 2022-09-27T15:34:28.5510638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bool 2022-09-27T15:34:28.5625068Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bool 2022-09-27T15:34:28.5665287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int64 2022-09-27T15:34:28.5907565Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int64 2022-09-27T15:34:28.5936357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex128 2022-09-27T15:34:28.6095490Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex128 2022-09-27T15:34:28.6100232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int8 2022-09-27T15:34:28.6343658Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int8 2022-09-27T15:34:28.6372367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex32 2022-09-27T15:34:28.6503112Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex32 2022-09-27T15:34:28.6528208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_uint8 2022-09-27T15:34:28.6787209Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_uint8 2022-09-27T15:34:28.6817587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex64 2022-09-27T15:34:28.6872654Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex64 2022-09-27T15:34:28.6882454Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex32 2022-09-27T15:34:28.6943345Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex64 2022-09-27T15:34:28.6966266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bfloat16 2022-09-27T15:34:28.7228166Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bfloat16 2022-09-27T15:34:28.7256665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float16 2022-09-27T15:34:28.7394531Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float16 2022-09-27T15:34:28.7413144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bool 2022-09-27T15:34:28.7669678Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bool 2022-09-27T15:34:28.7690513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float32 2022-09-27T15:34:28.7700311Z [gw2] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 2022-09-27T15:34:28.7707407Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float32 2022-09-27T15:34:28.7865516Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 2022-09-27T15:34:28.7889242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex128 2022-09-27T15:34:28.8106897Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex128 2022-09-27T15:34:28.8128652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float64 2022-09-27T15:34:28.8170251Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float64 2022-09-27T15:34:28.8178185Z [gw3] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex64 2022-09-27T15:34:28.8306796Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float16 2022-09-27T15:34:28.8335963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex32 2022-09-27T15:34:28.8547102Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex32 2022-09-27T15:34:28.8583204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int16 2022-09-27T15:34:28.8744075Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int16 2022-09-27T15:34:28.8771130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex64 2022-09-27T15:34:28.9018034Z [gw0] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex64 2022-09-27T15:34:28.9020988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int32 2022-09-27T15:34:28.9188251Z [gw1] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int32 2022-09-27T15:34:28.9214380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float16 2022-09-27T15:34:28.9424038Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float16 2022-09-27T15:34:28.9449124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int64 2022-09-27T15:34:28.9625762Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int64 2022-09-27T15:34:28.9647529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float32 2022-09-27T15:34:28.9674408Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float32 2022-09-27T15:34:28.9683280Z [gw3] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float16 2022-09-27T15:34:28.9866744Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float32 2022-09-27T15:34:28.9902724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int8 2022-09-27T15:34:29.0102684Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int8 2022-09-27T15:34:29.0106200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float64 2022-09-27T15:34:29.0308375Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float64 2022-09-27T15:34:29.0346141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_uint8 2022-09-27T15:34:29.0399407Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_uint8 2022-09-27T15:34:29.0409430Z [gw3] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float32 2022-09-27T15:34:29.0505681Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float64 2022-09-27T15:34:29.0544241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int16 2022-09-27T15:34:29.0765199Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int16 2022-09-27T15:34:29.0781325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bfloat16 2022-09-27T15:34:29.0993075Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bfloat16 2022-09-27T15:34:29.0996101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int32 2022-09-27T15:34:29.1218419Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int32 2022-09-27T15:34:29.1220418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bool 2022-09-27T15:34:29.1430764Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bool 2022-09-27T15:34:29.1436492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int64 2022-09-27T15:34:29.1594194Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int64 2022-09-27T15:34:29.1603106Z [gw3] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float64 2022-09-27T15:34:29.1624170Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int16 2022-09-27T15:34:29.1651285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex128 2022-09-27T15:34:29.1876215Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex128 2022-09-27T15:34:29.1896987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int8 2022-09-27T15:34:29.2136491Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int8 2022-09-27T15:34:29.2139488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex32 2022-09-27T15:34:29.2328943Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex32 2022-09-27T15:34:29.2340081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_uint8 2022-09-27T15:34:29.2546136Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_uint8 2022-09-27T15:34:29.2578667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex64 2022-09-27T15:34:29.2629090Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex64 2022-09-27T15:34:29.2638613Z [gw3] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int16 2022-09-27T15:34:29.2645320Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int32 2022-09-27T15:34:29.2652916Z [gw2] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 2022-09-27T15:34:29.2743142Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_bool 2022-09-27T15:34:29.2780361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:29.2984171Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:29.3009327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float16 2022-09-27T15:34:29.3227805Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float16 2022-09-27T15:34:29.3261257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bool 2022-09-27T15:34:29.3427576Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bool 2022-09-27T15:34:29.3455777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float32 2022-09-27T15:34:29.3477330Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float32 2022-09-27T15:34:29.3486817Z [gw3] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int32 2022-09-27T15:34:29.3666923Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int64 2022-09-27T15:34:29.3700897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex128 2022-09-27T15:34:29.3867302Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex128 2022-09-27T15:34:29.3898617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float64 2022-09-27T15:34:29.4140792Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float64 2022-09-27T15:34:29.4149666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex32 2022-09-27T15:34:29.4339701Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex32 2022-09-27T15:34:29.4351348Z [gw3] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int64 2022-09-27T15:34:29.4352291Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int8 2022-09-27T15:34:29.4374033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int16 2022-09-27T15:34:29.4545382Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int16 2022-09-27T15:34:29.4582676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex64 2022-09-27T15:34:29.4788936Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex64 2022-09-27T15:34:29.4817062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int32 2022-09-27T15:34:29.4985506Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int32 2022-09-27T15:34:29.5010362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float16 2022-09-27T15:34:29.5183888Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float16 2022-09-27T15:34:29.5192474Z [gw3] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int8 2022-09-27T15:34:29.5225436Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_uint8 2022-09-27T15:34:29.5256132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int64 2022-09-27T15:34:29.5424749Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int64 2022-09-27T15:34:29.5455075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float32 2022-09-27T15:34:29.5458857Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float32 2022-09-27T15:34:29.5467572Z [gw2] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_bool 2022-09-27T15:34:29.5664780Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float32 2022-09-27T15:34:29.5702709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int8 2022-09-27T15:34:29.5907774Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int8 2022-09-27T15:34:29.5944038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float64 2022-09-27T15:34:29.5983034Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float64 2022-09-27T15:34:29.5993088Z [gw3] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_uint8 2022-09-27T15:34:29.6103766Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int16 2022-09-27T15:34:29.6129790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_uint8 2022-09-27T15:34:29.6346652Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_uint8 2022-09-27T15:34:29.6381309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int16 2022-09-27T15:34:29.6545288Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int16 2022-09-27T15:34:29.6572549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:29.6819040Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:29.6823047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int32 2022-09-27T15:34:29.6985814Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int32 2022-09-27T15:34:29.7024865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bool 2022-09-27T15:34:29.7266424Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bool 2022-09-27T15:34:29.7270393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int64 2022-09-27T15:34:29.7425672Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int64 2022-09-27T15:34:29.7458954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex128 2022-09-27T15:34:29.7669096Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex128 2022-09-27T15:34:29.7696294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int8 2022-09-27T15:34:29.7866546Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int8 2022-09-27T15:34:29.7909498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex32 2022-09-27T15:34:29.8139189Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex32 2022-09-27T15:34:29.8144115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_uint8 2022-09-27T15:34:29.8305949Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_uint8 2022-09-27T15:34:29.8349770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex64 2022-09-27T15:34:29.8443671Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex64 2022-09-27T15:34:29.8455917Z [gw2] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float32 2022-09-27T15:34:29.8543175Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float64 2022-09-27T15:34:29.8565720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_bfloat16 2022-09-27T15:34:29.8745822Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_bfloat16 2022-09-27T15:34:29.8772618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float16 2022-09-27T15:34:29.9026984Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float16 2022-09-27T15:34:29.9030644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex128 2022-09-27T15:34:29.9188297Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex128 2022-09-27T15:34:29.9217483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float32 2022-09-27T15:34:29.9470796Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float32 2022-09-27T15:34:29.9472696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex32 2022-09-27T15:34:29.9626715Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex32 2022-09-27T15:34:29.9651094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float64 2022-09-27T15:34:29.9863789Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float64 2022-09-27T15:34:29.9888521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex64 2022-09-27T15:34:30.0063508Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex64 2022-09-27T15:34:30.0089997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int16 2022-09-27T15:34:30.0303222Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int16 2022-09-27T15:34:30.0326928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float16 2022-09-27T15:34:30.0503129Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float16 2022-09-27T15:34:30.0521820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int32 2022-09-27T15:34:30.0742258Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int32 2022-09-27T15:34:30.0766213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float32 2022-09-27T15:34:30.0778674Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float32 2022-09-27T15:34:30.0785167Z [gw3] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int16 2022-09-27T15:34:30.0942014Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int32 2022-09-27T15:34:30.0962833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int64 2022-09-27T15:34:30.1182170Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int64 2022-09-27T15:34:30.1207371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float64 2022-09-27T15:34:30.1382690Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float64 2022-09-27T15:34:30.1410729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int8 2022-09-27T15:34:30.1626235Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int8 2022-09-27T15:34:30.1657767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int16 2022-09-27T15:34:30.1824142Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int16 2022-09-27T15:34:30.1854338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_uint8 2022-09-27T15:34:30.2067463Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_uint8 2022-09-27T15:34:30.2090356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int32 2022-09-27T15:34:30.2263301Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int32 2022-09-27T15:34:30.2289409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bfloat16 2022-09-27T15:34:30.2529940Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bfloat16 2022-09-27T15:34:30.2533122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int64 2022-09-27T15:34:30.2702068Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int64 2022-09-27T15:34:30.2724645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bool 2022-09-27T15:34:30.2975874Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bool 2022-09-27T15:34:30.2978420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int8 2022-09-27T15:34:30.3148053Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int8 2022-09-27T15:34:30.3183258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex128 2022-09-27T15:34:30.3386497Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex128 2022-09-27T15:34:30.3419472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_uint8 2022-09-27T15:34:30.3617669Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_uint8 2022-09-27T15:34:30.3622948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex64 2022-09-27T15:34:30.3866122Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex64 2022-09-27T15:34:30.3872505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:30.4067184Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:30.4092087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float16 2022-09-27T15:34:30.4265064Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float16 2022-09-27T15:34:30.4290764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex128 2022-09-27T15:34:30.4504234Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex128 2022-09-27T15:34:30.4529700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float32 2022-09-27T15:34:30.4586220Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float32 2022-09-27T15:34:30.4593856Z [gw3] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int32 2022-09-27T15:34:30.4703597Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int64 2022-09-27T15:34:30.4729763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex32 2022-09-27T15:34:30.4945273Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex32 2022-09-27T15:34:30.4977888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float64 2022-09-27T15:34:30.5143131Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float64 2022-09-27T15:34:30.5163670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex64 2022-09-27T15:34:30.5388145Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex64 2022-09-27T15:34:30.5420449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int16 2022-09-27T15:34:30.5585629Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int16 2022-09-27T15:34:30.5614224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float16 2022-09-27T15:34:30.5823742Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float16 2022-09-27T15:34:30.5853180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int32 2022-09-27T15:34:30.6023589Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int32 2022-09-27T15:34:30.6048010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float32 2022-09-27T15:34:30.6263059Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float32 2022-09-27T15:34:30.6287889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int64 2022-09-27T15:34:30.6463584Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int64 2022-09-27T15:34:30.6490170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float64 2022-09-27T15:34:30.6702334Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float64 2022-09-27T15:34:30.6724305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int8 2022-09-27T15:34:30.6903362Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int8 2022-09-27T15:34:30.6926633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int16 2022-09-27T15:34:30.7230670Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int16 2022-09-27T15:34:30.7235409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_uint8 2022-09-27T15:34:30.7344842Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_uint8 2022-09-27T15:34:30.7380975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int32 2022-09-27T15:34:30.7627084Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int32 2022-09-27T15:34:30.7657107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:30.7711971Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:30.7718842Z [gw2] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float64 2022-09-27T15:34:30.7783309Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int16 2022-09-27T15:34:30.7810944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int64 2022-09-27T15:34:30.8063087Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int64 2022-09-27T15:34:30.8088455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bool 2022-09-27T15:34:30.8260295Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bool 2022-09-27T15:34:30.8263260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int8 2022-09-27T15:34:30.8506603Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int8 2022-09-27T15:34:30.8529410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex128 2022-09-27T15:34:30.8670232Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex128 2022-09-27T15:34:30.8698075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_uint8 2022-09-27T15:34:30.8729855Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_uint8 2022-09-27T15:34:30.8737412Z [gw3] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int64 2022-09-27T15:34:30.8944559Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int8 2022-09-27T15:34:30.8971117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex64 2022-09-27T15:34:30.9103114Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex64 2022-09-27T15:34:30.9129510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_bfloat16 2022-09-27T15:34:30.9382600Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_bfloat16 2022-09-27T15:34:30.9408743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float16 2022-09-27T15:34:30.9575720Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float16 2022-09-27T15:34:30.9581968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex128 2022-09-27T15:34:30.9856848Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex128 2022-09-27T15:34:30.9864115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float32 2022-09-27T15:34:30.9992710Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float32 2022-09-27T15:34:31.0015379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex64 2022-09-27T15:34:31.0301073Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex64 2022-09-27T15:34:31.0306628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float64 2022-09-27T15:34:31.0457886Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float64 2022-09-27T15:34:31.0463911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float16 2022-09-27T15:34:31.0704277Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float16 2022-09-27T15:34:31.0727787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int16 2022-09-27T15:34:31.0863770Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int16 2022-09-27T15:34:31.0898869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float32 2022-09-27T15:34:31.1099274Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float32 2022-09-27T15:34:31.1108225Z [gw2] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int16 2022-09-27T15:34:31.1143086Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int32 2022-09-27T15:34:31.1165074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int32 2022-09-27T15:34:31.1304112Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int32 2022-09-27T15:34:31.1328481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float64 2022-09-27T15:34:31.1617720Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float64 2022-09-27T15:34:31.1623706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int64 2022-09-27T15:34:31.1746609Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int64 2022-09-27T15:34:31.1780649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int16 2022-09-27T15:34:31.2060787Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int16 2022-09-27T15:34:31.2066413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int8 2022-09-27T15:34:31.2206013Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int8 2022-09-27T15:34:31.2225701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int32 2022-09-27T15:34:31.2495583Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int32 2022-09-27T15:34:31.2500918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_uint8 2022-09-27T15:34:31.2641477Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_uint8 2022-09-27T15:34:31.2658522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int64 2022-09-27T15:34:31.2904188Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int64 2022-09-27T15:34:31.2923356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bfloat16 2022-09-27T15:34:31.3064876Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bfloat16 2022-09-27T15:34:31.3092416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int8 2022-09-27T15:34:31.3347489Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int8 2022-09-27T15:34:31.3379810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bool 2022-09-27T15:34:31.3389561Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bool 2022-09-27T15:34:31.3396198Z [gw3] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int8 2022-09-27T15:34:31.3505225Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_uint8 2022-09-27T15:34:31.3538111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_uint8 2022-09-27T15:34:31.3790090Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_uint8 2022-09-27T15:34:31.3817271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex128 2022-09-27T15:34:31.3945330Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex128 2022-09-27T15:34:31.3976916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:31.4226854Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:31.4265815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex64 2022-09-27T15:34:31.4386590Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex64 2022-09-27T15:34:31.4422873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex128 2022-09-27T15:34:31.4667559Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex128 2022-09-27T15:34:31.4692285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float16 2022-09-27T15:34:31.4717184Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float16 2022-09-27T15:34:31.4723394Z [gw2] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int32 2022-09-27T15:34:31.4825800Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int64 2022-09-27T15:34:31.4855256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex64 2022-09-27T15:34:31.5106336Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex64 2022-09-27T15:34:31.5140607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float32 2022-09-27T15:34:31.5280717Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float32 2022-09-27T15:34:31.5298938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float16 2022-09-27T15:34:31.5585847Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float16 2022-09-27T15:34:31.5622330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float64 2022-09-27T15:34:31.5706655Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float64 2022-09-27T15:34:31.5738273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float32 2022-09-27T15:34:31.6072919Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float32 2022-09-27T15:34:31.6077829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int16 2022-09-27T15:34:31.6182526Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int16 2022-09-27T15:34:31.6187832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float64 2022-09-27T15:34:31.6507802Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float64 2022-09-27T15:34:31.6512831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int32 2022-09-27T15:34:31.6592030Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int32 2022-09-27T15:34:31.6611148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int16 2022-09-27T15:34:31.6942168Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int16 2022-09-27T15:34:31.6945434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int64 2022-09-27T15:34:31.7060351Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int64 2022-09-27T15:34:31.7063964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int32 2022-09-27T15:34:31.7380725Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int32 2022-09-27T15:34:31.7383677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int8 2022-09-27T15:34:31.7463317Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int8 2022-09-27T15:34:31.7489603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int64 2022-09-27T15:34:31.7787502Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int64 2022-09-27T15:34:31.7813105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_uint8 2022-09-27T15:34:31.7903903Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_uint8 2022-09-27T15:34:31.7935370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int8 2022-09-27T15:34:31.7995110Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int8 2022-09-27T15:34:31.8002834Z [gw3] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_uint8 2022-09-27T15:34:31.8224328Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bfloat16 2022-09-27T15:34:31.8256666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:31.8344698Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:31.8378424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_uint8 2022-09-27T15:34:31.8515371Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_uint8 2022-09-27T15:34:31.8525291Z [gw2] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int64 2022-09-27T15:34:31.8665117Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int8 2022-09-27T15:34:31.8696453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bool 2022-09-27T15:34:31.8783502Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bool 2022-09-27T15:34:31.8814753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_bool 2022-09-27T15:34:31.9123536Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_bool 2022-09-27T15:34:31.9131206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex128 2022-09-27T15:34:31.9224252Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex128 2022-09-27T15:34:31.9260626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex128 2022-09-27T15:34:31.9583263Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex128 2022-09-27T15:34:31.9585887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex64 2022-09-27T15:34:31.9738637Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex64 2022-09-27T15:34:31.9739469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex64 2022-09-27T15:34:32.0014145Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex64 2022-09-27T15:34:32.0015163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float16 2022-09-27T15:34:32.0145679Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float16 2022-09-27T15:34:32.0177492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float32 2022-09-27T15:34:32.0269650Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float32 2022-09-27T15:34:32.0276287Z [gw3] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bfloat16 2022-09-27T15:34:32.0423042Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bool 2022-09-27T15:34:32.0447586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float32 2022-09-27T15:34:32.0583346Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float32 2022-09-27T15:34:32.0614361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float64 2022-09-27T15:34:32.0870466Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float64 2022-09-27T15:34:32.0923055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float64 2022-09-27T15:34:32.1065727Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float64 2022-09-27T15:34:32.1088610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int16 2022-09-27T15:34:32.1303120Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int16 2022-09-27T15:34:32.1326227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int16 2022-09-27T15:34:32.1503052Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int16 2022-09-27T15:34:32.1542622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int32 2022-09-27T15:34:32.1744145Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int32 2022-09-27T15:34:32.1756830Z [gw2] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int8 2022-09-27T15:34:32.1760241Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_uint8 2022-09-27T15:34:32.1780591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int32 2022-09-27T15:34:32.1943450Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int32 2022-09-27T15:34:32.1971186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int64 2022-09-27T15:34:32.2182600Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int64 2022-09-27T15:34:32.2204801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int64 2022-09-27T15:34:32.2211873Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int64 2022-09-27T15:34:32.2218220Z [gw3] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bool 2022-09-27T15:34:32.2383973Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float16 2022-09-27T15:34:32.2411151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int8 2022-09-27T15:34:32.2623587Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int8 2022-09-27T15:34:32.2651338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int8 2022-09-27T15:34:32.2862530Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int8 2022-09-27T15:34:32.2882377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_uint8 2022-09-27T15:34:32.3063454Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_uint8 2022-09-27T15:34:32.3092755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_uint8 2022-09-27T15:34:32.3305839Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_uint8 2022-09-27T15:34:32.3344706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_bool 2022-09-27T15:34:32.3540694Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_bool 2022-09-27T15:34:32.3543412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bfloat16 2022-09-27T15:34:32.3756858Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bfloat16 2022-09-27T15:34:32.3784492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex128 2022-09-27T15:34:32.3944820Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex128 2022-09-27T15:34:32.3974249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bool 2022-09-27T15:34:32.4184289Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bool 2022-09-27T15:34:32.4213044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex64 2022-09-27T15:34:32.4383717Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex64 2022-09-27T15:34:32.4404708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex128 2022-09-27T15:34:32.4684069Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex128 2022-09-27T15:34:32.4701316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float32 2022-09-27T15:34:32.4824269Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float32 2022-09-27T15:34:32.4852553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex64 2022-09-27T15:34:32.5180587Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex64 2022-09-27T15:34:32.5184531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float64 2022-09-27T15:34:32.5312209Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float64 2022-09-27T15:34:32.5326199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float16 2022-09-27T15:34:32.5443287Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float16 2022-09-27T15:34:32.5450238Z [gw3] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float16 2022-09-27T15:34:32.5665401Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float32 2022-09-27T15:34:32.5668620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int16 2022-09-27T15:34:32.5746598Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int16 2022-09-27T15:34:32.5785374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float32 2022-09-27T15:34:32.6063787Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float32 2022-09-27T15:34:32.6088426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int32 2022-09-27T15:34:32.6220138Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int32 2022-09-27T15:34:32.6221207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float64 2022-09-27T15:34:32.6628403Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float64 2022-09-27T15:34:32.6629500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int64 2022-09-27T15:34:32.6667102Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int64 2022-09-27T15:34:32.6667898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int16 2022-09-27T15:34:32.6975877Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int16 2022-09-27T15:34:32.6978294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int8 2022-09-27T15:34:32.7064815Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int8 2022-09-27T15:34:32.7092588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int32 2022-09-27T15:34:32.7229703Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int32 2022-09-27T15:34:32.7238829Z [gw3] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float32 2022-09-27T15:34:32.7383843Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float64 2022-09-27T15:34:32.7411938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_uint8 2022-09-27T15:34:32.7559700Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_uint8 2022-09-27T15:34:32.7580882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int64 2022-09-27T15:34:32.7868477Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int64 2022-09-27T15:34:32.7886657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_bfloat16 2022-09-27T15:34:32.7986111Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_bfloat16 2022-09-27T15:34:32.8018466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int8 2022-09-27T15:34:32.8048226Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int8 2022-09-27T15:34:32.8056602Z [gw2] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_uint8 2022-09-27T15:34:32.8309806Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bfloat16 2022-09-27T15:34:32.8323979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex128 2022-09-27T15:34:32.8426476Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex128 2022-09-27T15:34:32.8454708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_uint8 2022-09-27T15:34:32.8813083Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_uint8 2022-09-27T15:34:32.8816427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex32 2022-09-27T15:34:32.8908767Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex32 2022-09-27T15:34:32.8932389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:32.9209002Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:32.9216320Z [gw3] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float64 2022-09-27T15:34:32.9224178Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int16 2022-09-27T15:34:32.9239510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex64 2022-09-27T15:34:32.9248536Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex64 2022-09-27T15:34:32.9258214Z [gw2] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bfloat16 2022-09-27T15:34:32.9343296Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bool 2022-09-27T15:34:32.9368677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bool 2022-09-27T15:34:32.9667001Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bool 2022-09-27T15:34:32.9687748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float16 2022-09-27T15:34:32.9786585Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float16 2022-09-27T15:34:32.9820793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex128 2022-09-27T15:34:33.0106899Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex128 2022-09-27T15:34:33.0126293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float32 2022-09-27T15:34:33.0266232Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float32 2022-09-27T15:34:33.0299468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex64 2022-09-27T15:34:33.0547529Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex64 2022-09-27T15:34:33.0569291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float64 2022-09-27T15:34:33.0751932Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float64 2022-09-27T15:34:33.0752917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float16 2022-09-27T15:34:33.0987688Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float16 2022-09-27T15:34:33.1017058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:33.1096119Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:33.1104730Z [gw3] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int16 2022-09-27T15:34:33.1144508Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int32 2022-09-27T15:34:33.1176638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float32 2022-09-27T15:34:33.1185012Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float32 2022-09-27T15:34:33.1191793Z [gw2] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bool 2022-09-27T15:34:33.1428898Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex128 2022-09-27T15:34:33.1454179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex128 2022-09-27T15:34:33.1631905Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex128 2022-09-27T15:34:33.1642620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float64 2022-09-27T15:34:33.1867599Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float64 2022-09-27T15:34:33.1888145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex32 2022-09-27T15:34:33.2045457Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex32 2022-09-27T15:34:33.2054362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int16 2022-09-27T15:34:33.2311669Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int16 2022-09-27T15:34:33.2340629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex64 2022-09-27T15:34:33.2466611Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex64 2022-09-27T15:34:33.2500520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int32 2022-09-27T15:34:33.2773462Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int32 2022-09-27T15:34:33.2775887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float16 2022-09-27T15:34:33.2905094Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float16 2022-09-27T15:34:33.2936105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int64 2022-09-27T15:34:33.3120646Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int64 2022-09-27T15:34:33.3130556Z [gw3] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int32 2022-09-27T15:34:33.3184040Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int64 2022-09-27T15:34:33.3199167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float32 2022-09-27T15:34:33.3385014Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float32 2022-09-27T15:34:33.3410872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int8 2022-09-27T15:34:33.3630083Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int8 2022-09-27T15:34:33.3663481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float64 2022-09-27T15:34:33.3827195Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float64 2022-09-27T15:34:33.3867691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_uint8 2022-09-27T15:34:33.4105973Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_uint8 2022-09-27T15:34:33.4106674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bfloat16 2022-09-27T15:34:33.4188536Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bfloat16 2022-09-27T15:34:33.4194162Z [gw2] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex128 2022-09-27T15:34:33.4263235Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex64 2022-09-27T15:34:33.4284662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bfloat16 2022-09-27T15:34:33.4507461Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bfloat16 2022-09-27T15:34:33.4556210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bool 2022-09-27T15:34:33.4746629Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bool 2022-09-27T15:34:33.4751163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bool 2022-09-27T15:34:33.4946025Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bool 2022-09-27T15:34:33.4976469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex128 2022-09-27T15:34:33.5144045Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex128 2022-09-27T15:34:33.5169763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex128 2022-09-27T15:34:33.5218039Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex128 2022-09-27T15:34:33.5225593Z [gw3] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int64 2022-09-27T15:34:33.5385684Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int8 2022-09-27T15:34:33.5414449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex32 2022-09-27T15:34:33.5629797Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex32 2022-09-27T15:34:33.5635191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex64 2022-09-27T15:34:33.5829802Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex64 2022-09-27T15:34:33.5868233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex64 2022-09-27T15:34:33.6024531Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex64 2022-09-27T15:34:33.6048084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float16 2022-09-27T15:34:33.6263870Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float16 2022-09-27T15:34:33.6286009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float16 2022-09-27T15:34:33.6506916Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float16 2022-09-27T15:34:33.6508398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float32 2022-09-27T15:34:33.6743460Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float32 2022-09-27T15:34:33.6744505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float32 2022-09-27T15:34:33.6948339Z [gw0] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float32 2022-09-27T15:34:33.6958701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float64 2022-09-27T15:34:33.6969888Z [gw3] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int8 2022-09-27T15:34:33.6976669Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_uint8 2022-09-27T15:34:33.7038119Z [gw1] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float64 2022-09-27T15:34:33.7047170Z [gw2] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex64 2022-09-27T15:34:33.7148249Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float32 2022-09-27T15:34:33.7183268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float64 2022-09-27T15:34:33.7387184Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float64 2022-09-27T15:34:33.7422078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int16 2022-09-27T15:34:33.7628117Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int16 2022-09-27T15:34:33.7634240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int16 2022-09-27T15:34:33.7826163Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int16 2022-09-27T15:34:33.7857401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int32 2022-09-27T15:34:33.8025014Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int32 2022-09-27T15:34:33.8063646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int32 2022-09-27T15:34:33.8312327Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int32 2022-09-27T15:34:33.8317923Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float32 2022-09-27T15:34:33.8324261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int64 2022-09-27T15:34:33.8375765Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float64 2022-09-27T15:34:33.8616009Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int64 2022-09-27T15:34:33.8617286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int64 2022-09-27T15:34:33.8748114Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int64 2022-09-27T15:34:33.8789779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int8 2022-09-27T15:34:33.8943943Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int8 2022-09-27T15:34:33.8953422Z [gw3] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_uint8 2022-09-27T15:34:33.8986191Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bfloat16 2022-09-27T15:34:33.9007140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int8 2022-09-27T15:34:33.9190546Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int8 2022-09-27T15:34:33.9215746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_uint8 2022-09-27T15:34:33.9427261Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_uint8 2022-09-27T15:34:33.9449918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_uint8 2022-09-27T15:34:33.9630258Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_uint8 2022-09-27T15:34:33.9653239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:33.9869169Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:33.9903952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:33.9949670Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:33.9958908Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float64 2022-09-27T15:34:34.0065006Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int16 2022-09-27T15:34:34.0093889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bool 2022-09-27T15:34:34.0347405Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bool 2022-09-27T15:34:34.0348092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bool 2022-09-27T15:34:34.0548420Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bool 2022-09-27T15:34:34.0583542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex128 2022-09-27T15:34:34.0665241Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex128 2022-09-27T15:34:34.0675573Z [gw3] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bfloat16 2022-09-27T15:34:34.0745960Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bool 2022-09-27T15:34:34.0776810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex128 2022-09-27T15:34:34.0991595Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex128 2022-09-27T15:34:34.1020728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex64 2022-09-27T15:34:34.1172728Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex64 2022-09-27T15:34:34.1178196Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int16 2022-09-27T15:34:34.1223605Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int32 2022-09-27T15:34:34.1256567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex32 2022-09-27T15:34:34.1460379Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex32 2022-09-27T15:34:34.1463890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float16 2022-09-27T15:34:34.1666016Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float16 2022-09-27T15:34:34.1697187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex64 2022-09-27T15:34:34.1913679Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex64 2022-09-27T15:34:34.1954193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float32 2022-09-27T15:34:34.2106981Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float32 2022-09-27T15:34:34.2131220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float16 2022-09-27T15:34:34.2390765Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float16 2022-09-27T15:34:34.2394208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float64 2022-09-27T15:34:34.2614726Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float64 2022-09-27T15:34:34.2628077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float32 2022-09-27T15:34:34.2672671Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float32 2022-09-27T15:34:34.2678675Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int32 2022-09-27T15:34:34.2784338Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int64 2022-09-27T15:34:34.2808550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int16 2022-09-27T15:34:34.3027911Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int16 2022-09-27T15:34:34.3059721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float64 2022-09-27T15:34:34.3100099Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float64 2022-09-27T15:34:34.3108426Z [gw3] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bool 2022-09-27T15:34:34.3226035Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float32 2022-09-27T15:34:34.3260470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int32 2022-09-27T15:34:34.3467435Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int32 2022-09-27T15:34:34.3511971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int16 2022-09-27T15:34:34.3703628Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int16 2022-09-27T15:34:34.3704829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int64 2022-09-27T15:34:34.3916638Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int64 2022-09-27T15:34:34.3919146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int32 2022-09-27T15:34:34.3930876Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int64 2022-09-27T15:34:34.3936744Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int8 2022-09-27T15:34:34.4142532Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int32 2022-09-27T15:34:34.4143644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int8 2022-09-27T15:34:34.4349588Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int8 2022-09-27T15:34:34.4373756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int64 2022-09-27T15:34:34.4404761Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int64 2022-09-27T15:34:34.4413414Z [gw3] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float32 2022-09-27T15:34:34.4582346Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float64 2022-09-27T15:34:34.4586217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_uint8 2022-09-27T15:34:34.4787805Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_uint8 2022-09-27T15:34:34.4819862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int8 2022-09-27T15:34:34.5027208Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int8 2022-09-27T15:34:34.5027947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_bfloat16 2022-09-27T15:34:34.5181011Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_bfloat16 2022-09-27T15:34:34.5196678Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int8 2022-09-27T15:34:34.5224104Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_uint8 2022-09-27T15:34:34.5251295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_uint8 2022-09-27T15:34:34.5476304Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_uint8 2022-09-27T15:34:34.5477571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float16 2022-09-27T15:34:34.5667450Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float16 2022-09-27T15:34:34.5698969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bfloat16 2022-09-27T15:34:34.5864124Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bfloat16 2022-09-27T15:34:34.5884692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float32 2022-09-27T15:34:34.6143394Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float32 2022-09-27T15:34:34.6144307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bool 2022-09-27T15:34:34.6308888Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bool 2022-09-27T15:34:34.6347087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float64 2022-09-27T15:34:34.6504760Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float64 2022-09-27T15:34:34.6511518Z [gw3] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float64 2022-09-27T15:34:34.6544904Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int16 2022-09-27T15:34:34.6570834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex128 2022-09-27T15:34:34.6618501Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex128 2022-09-27T15:34:34.6624969Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_uint8 2022-09-27T15:34:34.6754783Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bfloat16 2022-09-27T15:34:34.6794740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int16 2022-09-27T15:34:34.7026936Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int16 2022-09-27T15:34:34.7049218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex32 2022-09-27T15:34:34.7184615Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex32 2022-09-27T15:34:34.7215743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int32 2022-09-27T15:34:34.7500751Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int32 2022-09-27T15:34:34.7503857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex64 2022-09-27T15:34:34.7624009Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex64 2022-09-27T15:34:34.7646407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int64 2022-09-27T15:34:34.7909509Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int64 2022-09-27T15:34:34.7940572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float16 2022-09-27T15:34:34.8001332Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float16 2022-09-27T15:34:34.8010478Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bfloat16 2022-09-27T15:34:34.8019628Z [gw3] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int16 2022-09-27T15:34:34.8020405Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bool 2022-09-27T15:34:34.8062898Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int32 2022-09-27T15:34:34.8084528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int8 2022-09-27T15:34:34.8348783Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int8 2022-09-27T15:34:34.8378594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float32 2022-09-27T15:34:34.8505192Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float32 2022-09-27T15:34:34.8531726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_uint8 2022-09-27T15:34:34.8829851Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_uint8 2022-09-27T15:34:34.8831369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float64 2022-09-27T15:34:34.8973714Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float64 2022-09-27T15:34:34.8979804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:34.9226505Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:34.9258432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int16 2022-09-27T15:34:34.9385160Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int16 2022-09-27T15:34:34.9414245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float16 2022-09-27T15:34:34.9597727Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float16 2022-09-27T15:34:34.9608074Z [gw3] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int32 2022-09-27T15:34:34.9664476Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int64 2022-09-27T15:34:34.9674479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int32 2022-09-27T15:34:34.9685172Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bool 2022-09-27T15:34:34.9692866Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex128 2022-09-27T15:34:34.9827527Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int32 2022-09-27T15:34:34.9859747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float32 2022-09-27T15:34:35.0107441Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float32 2022-09-27T15:34:35.0136513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int64 2022-09-27T15:34:35.0267447Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int64 2022-09-27T15:34:35.0299057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float64 2022-09-27T15:34:35.0596785Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float64 2022-09-27T15:34:35.0600381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int8 2022-09-27T15:34:35.0704414Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int8 2022-09-27T15:34:35.0728993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int16 2022-09-27T15:34:35.1036953Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int16 2022-09-27T15:34:35.1040604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_uint8 2022-09-27T15:34:35.1147406Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_uint8 2022-09-27T15:34:35.1180259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int32 2022-09-27T15:34:35.1203672Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int32 2022-09-27T15:34:35.1209755Z [gw3] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int64 2022-09-27T15:34:35.1473065Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int8 2022-09-27T15:34:35.1474278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:35.1647256Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:35.1648122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int64 2022-09-27T15:34:35.1912723Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int64 2022-09-27T15:34:35.1914184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bool 2022-09-27T15:34:35.2027651Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bool 2022-09-27T15:34:35.2060964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int8 2022-09-27T15:34:35.2312131Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int8 2022-09-27T15:34:35.2355063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex128 2022-09-27T15:34:35.2469838Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex128 2022-09-27T15:34:35.2496792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_uint8 2022-09-27T15:34:35.2751082Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_uint8 2022-09-27T15:34:35.2756394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex32 2022-09-27T15:34:35.2767644Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex128 2022-09-27T15:34:35.2779695Z [gw3] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int8 2022-09-27T15:34:35.2784664Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex32 2022-09-27T15:34:35.2791798Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex64 2022-09-27T15:34:35.2903569Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_uint8 2022-09-27T15:34:35.2943051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_bfloat16 2022-09-27T15:34:35.3222983Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_bfloat16 2022-09-27T15:34:35.3227876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex64 2022-09-27T15:34:35.3343822Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex64 2022-09-27T15:34:35.3367708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float32 2022-09-27T15:34:35.3629860Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float32 2022-09-27T15:34:35.3657763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float16 2022-09-27T15:34:35.3787210Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float16 2022-09-27T15:34:35.3811642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float64 2022-09-27T15:34:35.4068596Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float64 2022-09-27T15:34:35.4100416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float32 2022-09-27T15:34:35.4185849Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float32 2022-09-27T15:34:35.4200362Z [gw3] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_uint8 2022-09-27T15:34:35.4224837Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_bfloat16 2022-09-27T15:34:35.4253790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int16 2022-09-27T15:34:35.4505869Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int16 2022-09-27T15:34:35.4532108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float64 2022-09-27T15:34:35.4671667Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float64 2022-09-27T15:34:35.4711696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int32 2022-09-27T15:34:35.4948747Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int32 2022-09-27T15:34:35.4971667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int16 2022-09-27T15:34:35.5059959Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int16 2022-09-27T15:34:35.5067944Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex64 2022-09-27T15:34:35.5103693Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float16 2022-09-27T15:34:35.5125003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int64 2022-09-27T15:34:35.5387625Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int64 2022-09-27T15:34:35.5417148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int32 2022-09-27T15:34:35.5549827Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int32 2022-09-27T15:34:35.5575691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int8 2022-09-27T15:34:35.5587784Z [gw3] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_bfloat16 2022-09-27T15:34:35.5598492Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int8 2022-09-27T15:34:35.5825296Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:34:35.5845889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int64 2022-09-27T15:34:35.5984924Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int64 2022-09-27T15:34:35.6019861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_uint8 2022-09-27T15:34:35.6268357Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_uint8 2022-09-27T15:34:35.6292109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int8 2022-09-27T15:34:35.6424742Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int8 2022-09-27T15:34:35.6450986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:35.6707512Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:35.6740919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_uint8 2022-09-27T15:34:35.6871928Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_uint8 2022-09-27T15:34:35.6916691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float32 2022-09-27T15:34:35.7059743Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float32 2022-09-27T15:34:35.7066964Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float16 2022-09-27T15:34:35.7143835Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float32 2022-09-27T15:34:35.7186183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bfloat16 2022-09-27T15:34:35.7307078Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bfloat16 2022-09-27T15:34:35.7329885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float64 2022-09-27T15:34:35.7338628Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float64 2022-09-27T15:34:35.7345333Z [gw3] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:34:35.7587839Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:34:35.7613175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bool 2022-09-27T15:34:35.7747995Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bool 2022-09-27T15:34:35.7798230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int16 2022-09-27T15:34:35.7933776Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int16 2022-09-27T15:34:35.7940740Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float32 2022-09-27T15:34:35.8022941Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float64 2022-09-27T15:34:35.8046103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex128 2022-09-27T15:34:35.8193397Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex128 2022-09-27T15:34:35.8232755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int32 2022-09-27T15:34:35.8464858Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int32 2022-09-27T15:34:35.8485880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex64 2022-09-27T15:34:35.8624562Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex64 2022-09-27T15:34:35.8646002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int64 2022-09-27T15:34:35.8906586Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int64 2022-09-27T15:34:35.8929199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float16 2022-09-27T15:34:35.9066069Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float16 2022-09-27T15:34:35.9093522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int8 2022-09-27T15:34:35.9324917Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int8 2022-09-27T15:34:35.9331846Z [gw3] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:34:35.9340659Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float16 2022-09-27T15:34:35.9348607Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float64 2022-09-27T15:34:35.9350988Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int16 2022-09-27T15:34:35.9383304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float32 2022-09-27T15:34:35.9506603Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float32 2022-09-27T15:34:35.9537062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_uint8 2022-09-27T15:34:35.9784422Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_uint8 2022-09-27T15:34:35.9818381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float64 2022-09-27T15:34:35.9943585Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float64 2022-09-27T15:34:35.9974898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bfloat16 2022-09-27T15:34:36.0127839Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bfloat16 2022-09-27T15:34:36.0138754Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int16 2022-09-27T15:34:36.0224539Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int32 2022-09-27T15:34:36.0248776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int16 2022-09-27T15:34:36.0386623Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int16 2022-09-27T15:34:36.0422023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bool 2022-09-27T15:34:36.0515259Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bool 2022-09-27T15:34:36.0522354Z [gw3] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float16 2022-09-27T15:34:36.0665443Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:34:36.0700284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int32 2022-09-27T15:34:36.0824659Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int32 2022-09-27T15:34:36.0855059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float16 2022-09-27T15:34:36.0944535Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float16 2022-09-27T15:34:36.0953889Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int32 2022-09-27T15:34:36.1104291Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int64 2022-09-27T15:34:36.1131199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int64 2022-09-27T15:34:36.1263210Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int64 2022-09-27T15:34:36.1287848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float32 2022-09-27T15:34:36.1545631Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float32 2022-09-27T15:34:36.1573730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int8 2022-09-27T15:34:36.1704648Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int8 2022-09-27T15:34:36.1729731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float64 2022-09-27T15:34:36.1736607Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int64 2022-09-27T15:34:36.1743095Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float64 2022-09-27T15:34:36.1984702Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int8 2022-09-27T15:34:36.2010788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_uint8 2022-09-27T15:34:36.2144311Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_uint8 2022-09-27T15:34:36.2165307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int16 2022-09-27T15:34:36.2425561Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int16 2022-09-27T15:34:36.2452011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:36.2504018Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:36.2510348Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int8 2022-09-27T15:34:36.2582911Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_uint8 2022-09-27T15:34:36.2604149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int32 2022-09-27T15:34:36.2864239Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int32 2022-09-27T15:34:36.2891525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bool 2022-09-27T15:34:36.3024948Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bool 2022-09-27T15:34:36.3048948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int64 2022-09-27T15:34:36.3275517Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int64 2022-09-27T15:34:36.3283903Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_uint8 2022-09-27T15:34:36.3303572Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bfloat16 2022-09-27T15:34:36.3325570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex128 2022-09-27T15:34:36.3342590Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex128 2022-09-27T15:34:36.3462207Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bfloat16 2022-09-27T15:34:36.3482189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int8 2022-09-27T15:34:36.3701482Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int8 2022-09-27T15:34:36.3747693Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bool 2022-09-27T15:34:36.3782184Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bool 2022-09-27T15:34:36.3804462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex64 2022-09-27T15:34:36.3901698Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex64 2022-09-27T15:34:36.3918730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_uint8 2022-09-27T15:34:36.4141500Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_uint8 2022-09-27T15:34:36.4195088Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex128 2022-09-27T15:34:36.4222222Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex128 2022-09-27T15:34:36.4243403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float16 2022-09-27T15:34:36.4342185Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float16 2022-09-27T15:34:36.4360118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:36.4570532Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:36.4579560Z [gw3] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:34:36.4582008Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:34:36.4637600Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex32 2022-09-27T15:34:36.4662116Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex32 2022-09-27T15:34:36.4684803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float32 2022-09-27T15:34:36.4781147Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float32 2022-09-27T15:34:36.4799294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bool 2022-09-27T15:34:36.5021043Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bool 2022-09-27T15:34:36.5079753Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex64 2022-09-27T15:34:36.5101901Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex64 2022-09-27T15:34:36.5122458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float64 2022-09-27T15:34:36.5221106Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float64 2022-09-27T15:34:36.5241878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float16 2022-09-27T15:34:36.5461124Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float16 2022-09-27T15:34:36.5509855Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float16 2022-09-27T15:34:36.5542244Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float16 2022-09-27T15:34:36.5564433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int16 2022-09-27T15:34:36.5661299Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int16 2022-09-27T15:34:36.5678184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float32 2022-09-27T15:34:36.5901712Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float32 2022-09-27T15:34:36.5953820Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float32 2022-09-27T15:34:36.5982496Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float32 2022-09-27T15:34:36.6001628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int32 2022-09-27T15:34:36.6102396Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int32 2022-09-27T15:34:36.6119711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float64 2022-09-27T15:34:36.6131567Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float64 2022-09-27T15:34:36.6139744Z [gw3] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:34:36.6342376Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_bfloat16 2022-09-27T15:34:36.6393195Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float64 2022-09-27T15:34:36.6424949Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float64 2022-09-27T15:34:36.6445386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int64 2022-09-27T15:34:36.6542600Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int64 2022-09-27T15:34:36.6561373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int16 2022-09-27T15:34:36.6781901Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int16 2022-09-27T15:34:36.6825708Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int16 2022-09-27T15:34:36.6862000Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int16 2022-09-27T15:34:36.6881223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int8 2022-09-27T15:34:36.6982349Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int8 2022-09-27T15:34:36.7000652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int32 2022-09-27T15:34:36.7221572Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int32 2022-09-27T15:34:36.7264384Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int32 2022-09-27T15:34:36.7301995Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int32 2022-09-27T15:34:36.7321011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_uint8 2022-09-27T15:34:36.7422436Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_uint8 2022-09-27T15:34:36.7440023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int64 2022-09-27T15:34:36.7662443Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int64 2022-09-27T15:34:36.7704064Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int64 2022-09-27T15:34:36.7741922Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int64 2022-09-27T15:34:36.7761103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_bfloat16 2022-09-27T15:34:36.7861932Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_bfloat16 2022-09-27T15:34:36.7880065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int8 2022-09-27T15:34:36.7945277Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int8 2022-09-27T15:34:36.7954764Z [gw3] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_bfloat16 2022-09-27T15:34:36.8101754Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex128 2022-09-27T15:34:36.8145271Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int8 2022-09-27T15:34:36.8182269Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int8 2022-09-27T15:34:36.8200748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float16 2022-09-27T15:34:36.8301811Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float16 2022-09-27T15:34:36.8318766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_uint8 2022-09-27T15:34:36.8541661Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_uint8 2022-09-27T15:34:36.8587943Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_uint8 2022-09-27T15:34:36.8621450Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_uint8 2022-09-27T15:34:36.8638368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float32 2022-09-27T15:34:36.8741272Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float32 2022-09-27T15:34:36.8758195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bfloat16 2022-09-27T15:34:36.8981189Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bfloat16 2022-09-27T15:34:36.9062631Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bfloat16 2022-09-27T15:34:36.9084378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float64 2022-09-27T15:34:36.9091965Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float64 2022-09-27T15:34:36.9181597Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bfloat16 2022-09-27T15:34:36.9198790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bool 2022-09-27T15:34:36.9421652Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bool 2022-09-27T15:34:36.9502057Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bool 2022-09-27T15:34:36.9512310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int16 2022-09-27T15:34:36.9525691Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bool 2022-09-27T15:34:36.9622320Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int16 2022-09-27T15:34:36.9640011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float16 2022-09-27T15:34:36.9861578Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float16 2022-09-27T15:34:36.9942573Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex128 2022-09-27T15:34:36.9964390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int32 2022-09-27T15:34:36.9972114Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int32 2022-09-27T15:34:36.9987693Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex128 2022-09-27T15:34:36.9993189Z [gw3] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex128 2022-09-27T15:34:37.0061413Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex64 2022-09-27T15:34:37.0081926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float32 2022-09-27T15:34:37.0301731Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float32 2022-09-27T15:34:37.0382403Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex32 2022-09-27T15:34:37.0401196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int64 2022-09-27T15:34:37.0412992Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int64 2022-09-27T15:34:37.0501591Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex32 2022-09-27T15:34:37.0518982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float64 2022-09-27T15:34:37.0741269Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float64 2022-09-27T15:34:37.0822137Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex64 2022-09-27T15:34:37.0843883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int8 2022-09-27T15:34:37.0850855Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int8 2022-09-27T15:34:37.0941571Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex64 2022-09-27T15:34:37.0958757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int16 2022-09-27T15:34:37.1183783Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int16 2022-09-27T15:34:37.1264121Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float16 2022-09-27T15:34:37.1294525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_uint8 2022-09-27T15:34:37.1297535Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_uint8 2022-09-27T15:34:37.1383371Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float16 2022-09-27T15:34:37.1402024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int32 2022-09-27T15:34:37.1624555Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int32 2022-09-27T15:34:37.1704582Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float32 2022-09-27T15:34:37.1734657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:37.1747348Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:37.1822490Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float32 2022-09-27T15:34:37.1844122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int64 2022-09-27T15:34:37.2048949Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int64 2022-09-27T15:34:37.2057285Z [gw3] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex64 2022-09-27T15:34:37.2062822Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float16 2022-09-27T15:34:37.2142515Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float64 2022-09-27T15:34:37.2162209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float16 2022-09-27T15:34:37.2183367Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float16 2022-09-27T15:34:37.2261929Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float64 2022-09-27T15:34:37.2283295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int8 2022-09-27T15:34:37.2502855Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int8 2022-09-27T15:34:37.2581724Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int16 2022-09-27T15:34:37.2609185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float32 2022-09-27T15:34:37.2611884Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float32 2022-09-27T15:34:37.2701269Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int16 2022-09-27T15:34:37.2718894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_uint8 2022-09-27T15:34:37.2942002Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_uint8 2022-09-27T15:34:37.3021859Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int32 2022-09-27T15:34:37.3038714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float64 2022-09-27T15:34:37.3048624Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float64 2022-09-27T15:34:37.3141291Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int32 2022-09-27T15:34:37.3159228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:37.3381509Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:37.3461733Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int64 2022-09-27T15:34:37.3485473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int16 2022-09-27T15:34:37.3488082Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int16 2022-09-27T15:34:37.3581430Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int64 2022-09-27T15:34:37.3599471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bool 2022-09-27T15:34:37.3793526Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bool 2022-09-27T15:34:37.3801004Z [gw3] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float16 2022-09-27T15:34:37.3822080Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float32 2022-09-27T15:34:37.3901312Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int8 2022-09-27T15:34:37.3919347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int32 2022-09-27T15:34:37.3929782Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int32 2022-09-27T15:34:37.4021662Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int8 2022-09-27T15:34:37.4039173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float16 2022-09-27T15:34:37.4261936Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float16 2022-09-27T15:34:37.4341645Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_uint8 2022-09-27T15:34:37.4367296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int64 2022-09-27T15:34:37.4369495Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int64 2022-09-27T15:34:37.4461341Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_uint8 2022-09-27T15:34:37.4480059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float32 2022-09-27T15:34:37.4702072Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float32 2022-09-27T15:34:37.4782103Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_bfloat16 2022-09-27T15:34:37.4800081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int8 2022-09-27T15:34:37.4836502Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int8 2022-09-27T15:34:37.4901803Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_bfloat16 2022-09-27T15:34:37.4919359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float64 2022-09-27T15:34:37.5142789Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float64 2022-09-27T15:34:37.5222449Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex128 2022-09-27T15:34:37.5243216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_uint8 2022-09-27T15:34:37.5277341Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_uint8 2022-09-27T15:34:37.5341865Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex128 2022-09-27T15:34:37.5361140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int16 2022-09-27T15:34:37.5582172Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int16 2022-09-27T15:34:37.5662658Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex64 2022-09-27T15:34:37.5681096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bfloat16 2022-09-27T15:34:37.5727865Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bfloat16 2022-09-27T15:34:37.5730575Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex64 2022-09-27T15:34:37.5737159Z [gw3] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float32 2022-09-27T15:34:37.5782024Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float64 2022-09-27T15:34:37.5800432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int32 2022-09-27T15:34:37.6022476Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int32 2022-09-27T15:34:37.6101885Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float16 2022-09-27T15:34:37.6118629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bool 2022-09-27T15:34:37.6162406Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bool 2022-09-27T15:34:37.6221466Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float16 2022-09-27T15:34:37.6239617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int64 2022-09-27T15:34:37.6462204Z [gw1] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int64 2022-09-27T15:34:37.6542355Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float32 2022-09-27T15:34:37.6560487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex128 2022-09-27T15:34:37.6580298Z [gw0] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex128 2022-09-27T15:34:37.6661567Z [gw2] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float32 2022-09-27T15:34:37.6679941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int8 2022-09-27T15:34:37.6901838Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int8 2022-09-27T15:34:37.6982384Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float64 2022-09-27T15:34:37.7000855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex64 2022-09-27T15:34:37.7028130Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex64 2022-09-27T15:34:37.7101897Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float64 2022-09-27T15:34:37.7121163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_uint8 2022-09-27T15:34:37.7343767Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_uint8 2022-09-27T15:34:37.7423924Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_bfloat16 2022-09-27T15:34:37.7444859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float16 2022-09-27T15:34:37.7543260Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float16 2022-09-27T15:34:37.7564006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_bfloat16 2022-09-27T15:34:37.7589282Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_bfloat16 2022-09-27T15:34:37.7667855Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_bfloat16 2022-09-27T15:34:37.7676404Z [gw3] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float64 2022-09-27T15:34:37.7784025Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex128 2022-09-27T15:34:37.7864667Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex128 2022-09-27T15:34:37.7887143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float32 2022-09-27T15:34:37.7984864Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float32 2022-09-27T15:34:37.8005597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float16 2022-09-27T15:34:37.8028578Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float16 2022-09-27T15:34:37.8225090Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex128 2022-09-27T15:34:37.8304574Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex64 2022-09-27T15:34:37.8327133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float64 2022-09-27T15:34:37.8423615Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float64 2022-09-27T15:34:37.8444807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float32 2022-09-27T15:34:37.8463241Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float32 2022-09-27T15:34:37.8662171Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex64 2022-09-27T15:34:37.8742356Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float16 2022-09-27T15:34:37.8762231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int16 2022-09-27T15:34:37.8862455Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int16 2022-09-27T15:34:37.8881403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float64 2022-09-27T15:34:37.8915702Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float64 2022-09-27T15:34:37.9101763Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float16 2022-09-27T15:34:37.9182488Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float32 2022-09-27T15:34:37.9204756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int32 2022-09-27T15:34:37.9303471Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int32 2022-09-27T15:34:37.9312957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int16 2022-09-27T15:34:37.9330832Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float32 2022-09-27T15:34:37.9542525Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int16 2022-09-27T15:34:37.9623639Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float64 2022-09-27T15:34:37.9658994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int64 2022-09-27T15:34:37.9743985Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int64 2022-09-27T15:34:37.9771704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int32 2022-09-27T15:34:37.9778775Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int32 2022-09-27T15:34:37.9782723Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float64 2022-09-27T15:34:37.9784994Z [gw3] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex128 2022-09-27T15:34:37.9981938Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex64 2022-09-27T15:34:38.0072344Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_bfloat16 2022-09-27T15:34:38.0104977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int8 2022-09-27T15:34:38.0183064Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int8 2022-09-27T15:34:38.0203174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int64 2022-09-27T15:34:38.0514934Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int64 2022-09-27T15:34:38.0559121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_uint8 2022-09-27T15:34:38.0626824Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_uint8 2022-09-27T15:34:38.0652991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int8 2022-09-27T15:34:38.0944883Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int8 2022-09-27T15:34:38.0976783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:38.1062530Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:38.1082156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_uint8 2022-09-27T15:34:38.1384014Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_uint8 2022-09-27T15:34:38.1412941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bool 2022-09-27T15:34:38.1502883Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bool 2022-09-27T15:34:38.1523482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:38.1842339Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:38.1876498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex128 2022-09-27T15:34:38.1996092Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex128 2022-09-27T15:34:38.2006680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float16 2022-09-27T15:34:38.2282936Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float16 2022-09-27T15:34:38.2304290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex64 2022-09-27T15:34:38.2366702Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex64 2022-09-27T15:34:38.2382739Z [gw3] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex64 2022-09-27T15:34:38.2396655Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float32 2022-09-27T15:34:38.2408881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float32 2022-09-27T15:34:38.2705882Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float32 2022-09-27T15:34:38.2732875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float16 2022-09-27T15:34:38.2823832Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float16 2022-09-27T15:34:38.2852365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float64 2022-09-27T15:34:38.3146137Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float64 2022-09-27T15:34:38.3167255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float32 2022-09-27T15:34:38.3263828Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float32 2022-09-27T15:34:38.3287947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int16 2022-09-27T15:34:38.3303787Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int16 2022-09-27T15:34:38.3313608Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_bfloat16 2022-09-27T15:34:38.3582842Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex128 2022-09-27T15:34:38.3605943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float64 2022-09-27T15:34:38.3707764Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float64 2022-09-27T15:34:38.3740918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int32 2022-09-27T15:34:38.4032350Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int32 2022-09-27T15:34:38.4078515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int16 2022-09-27T15:34:38.4144461Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int16 2022-09-27T15:34:38.4172991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int64 2022-09-27T15:34:38.4465406Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int64 2022-09-27T15:34:38.4496940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int32 2022-09-27T15:34:38.4599823Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int32 2022-09-27T15:34:38.4615168Z [gw3] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float32 2022-09-27T15:34:38.4616080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int8 2022-09-27T15:34:38.4619925Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int8 2022-09-27T15:34:38.4903505Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float64 2022-09-27T15:34:38.4935370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int64 2022-09-27T15:34:38.5022092Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int64 2022-09-27T15:34:38.5039216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_uint8 2022-09-27T15:34:38.5347205Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_uint8 2022-09-27T15:34:38.5373965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int8 2022-09-27T15:34:38.5471426Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int8 2022-09-27T15:34:38.5504569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_bfloat16 2022-09-27T15:34:38.5786702Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_bfloat16 2022-09-27T15:34:38.5820630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_uint8 2022-09-27T15:34:38.5905451Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_uint8 2022-09-27T15:34:38.5939044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float16 2022-09-27T15:34:38.6227267Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float16 2022-09-27T15:34:38.6249882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bfloat16 2022-09-27T15:34:38.6346231Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bfloat16 2022-09-27T15:34:38.6374302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float32 2022-09-27T15:34:38.6555142Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float32 2022-09-27T15:34:38.6566203Z [gw3] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float64 2022-09-27T15:34:38.6664883Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:34:38.6698790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bool 2022-09-27T15:34:38.6784404Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bool 2022-09-27T15:34:38.6794150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float64 2022-09-27T15:34:38.6815363Z [gw3] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:34:38.6984245Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float64 2022-09-27T15:34:38.7107637Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:34:38.7134302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex128 2022-09-27T15:34:38.7223237Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex128 2022-09-27T15:34:38.7248504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:38.7355179Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:38.7363412Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex128 2022-09-27T15:34:38.7369940Z [gw3] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:34:38.7422548Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex32 2022-09-27T15:34:38.7582758Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float32 2022-09-27T15:34:38.7611355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex32 2022-09-27T15:34:38.7627752Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex32 2022-09-27T15:34:38.7662035Z [gw3] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float32 2022-09-27T15:34:38.7686407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float16 2022-09-27T15:34:38.7861773Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float16 2022-09-27T15:34:38.8022387Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float64 2022-09-27T15:34:38.8045027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex64 2022-09-27T15:34:38.8065491Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex64 2022-09-27T15:34:38.8102764Z [gw3] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float64 2022-09-27T15:34:38.8127737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float32 2022-09-27T15:34:38.8303109Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float32 2022-09-27T15:34:38.8463474Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_bfloat16 2022-09-27T15:34:38.8488627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float16 2022-09-27T15:34:38.8543088Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float16 2022-09-27T15:34:38.8577010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float64 2022-09-27T15:34:38.8910568Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float64 2022-09-27T15:34:38.8952474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float32 2022-09-27T15:34:38.8987375Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float32 2022-09-27T15:34:38.9022910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int16 2022-09-27T15:34:38.9348848Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int16 2022-09-27T15:34:38.9379898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float64 2022-09-27T15:34:38.9423908Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float64 2022-09-27T15:34:38.9446389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int32 2022-09-27T15:34:38.9614723Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int32 2022-09-27T15:34:38.9623064Z [gw2] [ 37%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex32 2022-09-27T15:34:38.9783919Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex64 2022-09-27T15:34:38.9804848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int16 2022-09-27T15:34:38.9862837Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int16 2022-09-27T15:34:38.9884147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int64 2022-09-27T15:34:39.0231129Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int64 2022-09-27T15:34:39.0271585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int32 2022-09-27T15:34:39.0306172Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int32 2022-09-27T15:34:39.0337480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int8 2022-09-27T15:34:39.0665603Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int8 2022-09-27T15:34:39.0690491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int64 2022-09-27T15:34:39.0743169Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int64 2022-09-27T15:34:39.0768432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_uint8 2022-09-27T15:34:39.1103177Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_uint8 2022-09-27T15:34:39.1124111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int8 2022-09-27T15:34:39.1185898Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int8 2022-09-27T15:34:39.1210591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int16 2022-09-27T15:34:39.1549694Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int16 2022-09-27T15:34:39.1587351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_uint8 2022-09-27T15:34:39.1628212Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_uint8 2022-09-27T15:34:39.1664388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int32 2022-09-27T15:34:39.1783688Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int32 2022-09-27T15:34:39.1795860Z [gw3] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_bfloat16 2022-09-27T15:34:39.1985822Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:34:39.2012497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:39.2063358Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:39.2087322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int64 2022-09-27T15:34:39.2423429Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int64 2022-09-27T15:34:39.2460139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bool 2022-09-27T15:34:39.2503240Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bool 2022-09-27T15:34:39.2528375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int8 2022-09-27T15:34:39.2758893Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int8 2022-09-27T15:34:39.2767936Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex64 2022-09-27T15:34:39.2863705Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float16 2022-09-27T15:34:39.2885240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex128 2022-09-27T15:34:39.2985314Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex128 2022-09-27T15:34:39.3021810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_uint8 2022-09-27T15:34:39.3305545Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_uint8 2022-09-27T15:34:39.3336002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex32 2022-09-27T15:34:39.3424473Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex32 2022-09-27T15:34:39.3452535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bfloat16 2022-09-27T15:34:39.3751424Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bfloat16 2022-09-27T15:34:39.3780606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex64 2022-09-27T15:34:39.3865955Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex64 2022-09-27T15:34:39.3892707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bool 2022-09-27T15:34:39.4184058Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bool 2022-09-27T15:34:39.4213192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float16 2022-09-27T15:34:39.4303095Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float16 2022-09-27T15:34:39.4327142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float16 2022-09-27T15:34:39.4622569Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float16 2022-09-27T15:34:39.4646594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float32 2022-09-27T15:34:39.4742304Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float32 2022-09-27T15:34:39.4766239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float32 2022-09-27T15:34:39.5063142Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float32 2022-09-27T15:34:39.5080456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float64 2022-09-27T15:34:39.5222470Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float64 2022-09-27T15:34:39.5251065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float64 2022-09-27T15:34:39.5253241Z [gw3] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:34:39.5263016Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float64 2022-09-27T15:34:39.5513423Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:34:39.5552662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int16 2022-09-27T15:34:39.5669193Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int16 2022-09-27T15:34:39.5702321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int16 2022-09-27T15:34:39.5945261Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int16 2022-09-27T15:34:39.5971197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int32 2022-09-27T15:34:39.6103448Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int32 2022-09-27T15:34:39.6135598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int32 2022-09-27T15:34:39.6383331Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int32 2022-09-27T15:34:39.6405433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int64 2022-09-27T15:34:39.6546165Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int64 2022-09-27T15:34:39.6576860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int64 2022-09-27T15:34:39.6767340Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int64 2022-09-27T15:34:39.6776649Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float16 2022-09-27T15:34:39.6822991Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float32 2022-09-27T15:34:39.6843938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int8 2022-09-27T15:34:39.7024184Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int8 2022-09-27T15:34:39.7067298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int8 2022-09-27T15:34:39.7267728Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int8 2022-09-27T15:34:39.7292346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_uint8 2022-09-27T15:34:39.7464428Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_uint8 2022-09-27T15:34:39.7495204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_uint8 2022-09-27T15:34:39.7705156Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_uint8 2022-09-27T15:34:39.7734185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bfloat16 2022-09-27T15:34:39.7948015Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bfloat16 2022-09-27T15:34:39.7981709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:39.8144423Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:39.8173591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bool 2022-09-27T15:34:39.8386994Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bool 2022-09-27T15:34:39.8417696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bool 2022-09-27T15:34:39.8455266Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bool 2022-09-27T15:34:39.8462380Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float32 2022-09-27T15:34:39.8582859Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float64 2022-09-27T15:34:39.8604409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex128 2022-09-27T15:34:39.8811061Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex128 2022-09-27T15:34:39.8820881Z [gw3] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:34:39.8824774Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float16 2022-09-27T15:34:39.8850291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float16 2022-09-27T15:34:39.9027586Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float16 2022-09-27T15:34:39.9058029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex32 2022-09-27T15:34:39.9264317Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex32 2022-09-27T15:34:39.9290789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float32 2022-09-27T15:34:39.9463830Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float32 2022-09-27T15:34:39.9481237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex64 2022-09-27T15:34:39.9702843Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex64 2022-09-27T15:34:39.9727825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float64 2022-09-27T15:34:39.9906291Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float64 2022-09-27T15:34:39.9941679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float16 2022-09-27T15:34:40.0145029Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float16 2022-09-27T15:34:40.0170404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int16 2022-09-27T15:34:40.0347840Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int16 2022-09-27T15:34:40.0376815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float32 2022-09-27T15:34:40.0586032Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float32 2022-09-27T15:34:40.0611383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int32 2022-09-27T15:34:40.0783456Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int32 2022-09-27T15:34:40.0809848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float64 2022-09-27T15:34:40.1027593Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float64 2022-09-27T15:34:40.1052375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int64 2022-09-27T15:34:40.1170927Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int64 2022-09-27T15:34:40.1179837Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float64 2022-09-27T15:34:40.1223015Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int16 2022-09-27T15:34:40.1247903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int16 2022-09-27T15:34:40.1463060Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int16 2022-09-27T15:34:40.1485352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int8 2022-09-27T15:34:40.1667217Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int8 2022-09-27T15:34:40.1694743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int32 2022-09-27T15:34:40.1904235Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int32 2022-09-27T15:34:40.1932764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_uint8 2022-09-27T15:34:40.2102728Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_uint8 2022-09-27T15:34:40.2124799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int64 2022-09-27T15:34:40.2343768Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int64 2022-09-27T15:34:40.2372777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bfloat16 2022-09-27T15:34:40.2546090Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bfloat16 2022-09-27T15:34:40.2572276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int8 2022-09-27T15:34:40.2648003Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int8 2022-09-27T15:34:40.2659567Z [gw3] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float16 2022-09-27T15:34:40.2783644Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:34:40.2810482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bool 2022-09-27T15:34:40.2983182Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bool 2022-09-27T15:34:40.3010368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_uint8 2022-09-27T15:34:40.3013214Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int16 2022-09-27T15:34:40.3020442Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_uint8 2022-09-27T15:34:40.3223181Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int32 2022-09-27T15:34:40.3245744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float16 2022-09-27T15:34:40.3425713Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float16 2022-09-27T15:34:40.3452444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:40.3663776Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:40.3688837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float32 2022-09-27T15:34:40.3863386Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float32 2022-09-27T15:34:40.3893942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bool 2022-09-27T15:34:40.4105872Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bool 2022-09-27T15:34:40.4141811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float64 2022-09-27T15:34:40.4307955Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float64 2022-09-27T15:34:40.4340867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex128 2022-09-27T15:34:40.4545192Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex128 2022-09-27T15:34:40.4584236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int16 2022-09-27T15:34:40.4744584Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int16 2022-09-27T15:34:40.4775245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex32 2022-09-27T15:34:40.4888749Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex32 2022-09-27T15:34:40.4897249Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int32 2022-09-27T15:34:40.4983502Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int64 2022-09-27T15:34:40.5012893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int32 2022-09-27T15:34:40.5183050Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int32 2022-09-27T15:34:40.5211593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex64 2022-09-27T15:34:40.5424895Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex64 2022-09-27T15:34:40.5453140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int64 2022-09-27T15:34:40.5622994Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int64 2022-09-27T15:34:40.5631013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float16 2022-09-27T15:34:40.5641268Z [gw3] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:34:40.5656678Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:34:40.5863181Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float16 2022-09-27T15:34:40.5883576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int8 2022-09-27T15:34:40.6063308Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int8 2022-09-27T15:34:40.6089165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float32 2022-09-27T15:34:40.6306475Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float32 2022-09-27T15:34:40.6331372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_uint8 2022-09-27T15:34:40.6503727Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_uint8 2022-09-27T15:34:40.6527747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float64 2022-09-27T15:34:40.6745079Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float64 2022-09-27T15:34:40.6768804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:40.6801329Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:40.6807649Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int64 2022-09-27T15:34:40.6943680Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int8 2022-09-27T15:34:40.6963355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int16 2022-09-27T15:34:40.7185062Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int16 2022-09-27T15:34:40.7213132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bool 2022-09-27T15:34:40.7387635Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bool 2022-09-27T15:34:40.7416500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int32 2022-09-27T15:34:40.7624287Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int32 2022-09-27T15:34:40.7649371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float16 2022-09-27T15:34:40.7823499Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float16 2022-09-27T15:34:40.7846366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int64 2022-09-27T15:34:40.8065629Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int64 2022-09-27T15:34:40.8090145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float32 2022-09-27T15:34:40.8264418Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float32 2022-09-27T15:34:40.8292889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int8 2022-09-27T15:34:40.8504316Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int8 2022-09-27T15:34:40.8527061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float64 2022-09-27T15:34:40.8598369Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float64 2022-09-27T15:34:40.8607435Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int8 2022-09-27T15:34:40.8616231Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_uint8 2022-09-27T15:34:40.8624870Z [gw3] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:34:40.8702891Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_bfloat16 2022-09-27T15:34:40.8725541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_uint8 2022-09-27T15:34:40.8942345Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_uint8 2022-09-27T15:34:40.8953681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int16 2022-09-27T15:34:40.8969622Z [gw3] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_bfloat16 2022-09-27T15:34:40.9062233Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int16 2022-09-27T15:34:40.9143257Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex128 2022-09-27T15:34:40.9169869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bfloat16 2022-09-27T15:34:40.9360969Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bfloat16 2022-09-27T15:34:40.9383254Z [gw3] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex128 2022-09-27T15:34:40.9405907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int32 2022-09-27T15:34:40.9501612Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int32 2022-09-27T15:34:40.9582863Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex64 2022-09-27T15:34:40.9605591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bool 2022-09-27T15:34:40.9798489Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bool 2022-09-27T15:34:40.9822128Z [gw3] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex64 2022-09-27T15:34:40.9847961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int64 2022-09-27T15:34:40.9942367Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int64 2022-09-27T15:34:41.0023128Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float16 2022-09-27T15:34:41.0052522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex128 2022-09-27T15:34:41.0263363Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex128 2022-09-27T15:34:41.0272945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int8 2022-09-27T15:34:41.0285504Z [gw3] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float16 2022-09-27T15:34:41.0381535Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int8 2022-09-27T15:34:41.0414477Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float32 2022-09-27T15:34:41.0422570Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_uint8 2022-09-27T15:34:41.0462477Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bfloat16 2022-09-27T15:34:41.0484645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex32 2022-09-27T15:34:41.0614279Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex32 2022-09-27T15:34:41.0650956Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bfloat16 2022-09-27T15:34:41.0701468Z [gw3] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float32 2022-09-27T15:34:41.0719158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_uint8 2022-09-27T15:34:41.0821439Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_uint8 2022-09-27T15:34:41.0861751Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float64 2022-09-27T15:34:41.0902355Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bool 2022-09-27T15:34:41.0922797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex64 2022-09-27T15:34:41.0989511Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex64 2022-09-27T15:34:41.1083145Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bool 2022-09-27T15:34:41.1141161Z [gw3] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float64 2022-09-27T15:34:41.1157626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bfloat16 2022-09-27T15:34:41.1261609Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bfloat16 2022-09-27T15:34:41.1302734Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int16 2022-09-27T15:34:41.1306214Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex128 2022-09-27T15:34:41.1341708Z [gw3] [ 37%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int16 2022-09-27T15:34:41.1359878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float16 2022-09-27T15:34:41.1454446Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float16 2022-09-27T15:34:41.1581510Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex128 2022-09-27T15:34:41.1602694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bool 2022-09-27T15:34:41.1701514Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bool 2022-09-27T15:34:41.1745364Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int32 2022-09-27T15:34:41.1747620Z [gw3] [ 37%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int32 2022-09-27T15:34:41.1781708Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex64 2022-09-27T15:34:41.1800252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float32 2022-09-27T15:34:41.1894546Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float32 2022-09-27T15:34:41.2021503Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex64 2022-09-27T15:34:41.2038342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float16 2022-09-27T15:34:41.2142171Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float16 2022-09-27T15:34:41.2181800Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int64 2022-09-27T15:34:41.2193975Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float16 2022-09-27T15:34:41.2221973Z [gw3] [ 37%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int64 2022-09-27T15:34:41.2239542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float64 2022-09-27T15:34:41.2373105Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float64 2022-09-27T15:34:41.2461205Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float16 2022-09-27T15:34:41.2480694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float32 2022-09-27T15:34:41.2582071Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float32 2022-09-27T15:34:41.2662489Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int8 2022-09-27T15:34:41.2664888Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float32 2022-09-27T15:34:41.2686545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int16 2022-09-27T15:34:41.2811550Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int16 2022-09-27T15:34:41.2892862Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float32 2022-09-27T15:34:41.2901828Z [gw3] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int8 2022-09-27T15:34:41.2920306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float64 2022-09-27T15:34:41.3021507Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float64 2022-09-27T15:34:41.3103518Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_uint8 2022-09-27T15:34:41.3104602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int32 2022-09-27T15:34:41.3125063Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float64 2022-09-27T15:34:41.3251187Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int32 2022-09-27T15:34:41.3271233Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float64 2022-09-27T15:34:41.3341883Z [gw3] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_uint8 2022-09-27T15:34:41.3359206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int16 2022-09-27T15:34:41.3461527Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int16 2022-09-27T15:34:41.3544236Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bfloat16 2022-09-27T15:34:41.3544757Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int16 2022-09-27T15:34:41.3566652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int64 2022-09-27T15:34:41.3693145Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int64 2022-09-27T15:34:41.3785184Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int16 2022-09-27T15:34:41.3807592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int32 2022-09-27T15:34:41.3985067Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int32 2022-09-27T15:34:41.3988051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int8 2022-09-27T15:34:41.4015693Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int32 2022-09-27T15:34:41.4199937Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int8 2022-09-27T15:34:41.4225901Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int32 2022-09-27T15:34:41.4251243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int64 2022-09-27T15:34:41.4433411Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int64 2022-09-27T15:34:41.4434821Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int64 2022-09-27T15:34:41.4473183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_uint8 2022-09-27T15:34:41.4585187Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_uint8 2022-09-27T15:34:41.4591789Z [gw3] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bfloat16 2022-09-27T15:34:41.4607031Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bool 2022-09-27T15:34:41.4663518Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int64 2022-09-27T15:34:41.4684450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int8 2022-09-27T15:34:41.4869835Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int8 2022-09-27T15:34:41.4875504Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int8 2022-09-27T15:34:41.4905850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:41.5077125Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:41.5105971Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int8 2022-09-27T15:34:41.5132889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_uint8 2022-09-27T15:34:41.5308013Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_uint8 2022-09-27T15:34:41.5314813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bool 2022-09-27T15:34:41.5338390Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_uint8 2022-09-27T15:34:41.5514297Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bool 2022-09-27T15:34:41.5543294Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_uint8 2022-09-27T15:34:41.5567912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:41.5746892Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:41.5758383Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bfloat16 2022-09-27T15:34:41.5782677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex128 2022-09-27T15:34:41.5930125Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex128 2022-09-27T15:34:41.5984478Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bfloat16 2022-09-27T15:34:41.6008476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bool 2022-09-27T15:34:41.6203370Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bool 2022-09-27T15:34:41.6204505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex32 2022-09-27T15:34:41.6212616Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bool 2022-09-27T15:34:41.6366608Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex32 2022-09-27T15:34:41.6424524Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bool 2022-09-27T15:34:41.6452969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float16 2022-09-27T15:34:41.6626664Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float16 2022-09-27T15:34:41.6633745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex64 2022-09-27T15:34:41.6653817Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex128 2022-09-27T15:34:41.6831454Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex64 2022-09-27T15:34:41.6860527Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex128 2022-09-27T15:34:41.6870473Z [gw3] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bool 2022-09-27T15:34:41.6873358Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex128 2022-09-27T15:34:41.6898483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float32 2022-09-27T15:34:41.7068666Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float32 2022-09-27T15:34:41.7069773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float16 2022-09-27T15:34:41.7095959Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex64 2022-09-27T15:34:41.7292331Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float16 2022-09-27T15:34:41.7304113Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex64 2022-09-27T15:34:41.7329662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float64 2022-09-27T15:34:41.7505691Z [gw1] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float64 2022-09-27T15:34:41.7506278Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float16 2022-09-27T15:34:41.7527586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float32 2022-09-27T15:34:41.7746225Z [gw0] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float32 2022-09-27T15:34:41.7754557Z [gw2] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float16 2022-09-27T15:34:41.7778237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int16 2022-09-27T15:34:41.7984918Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int16 2022-09-27T15:34:41.7987213Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float32 2022-09-27T15:34:41.8017271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float64 2022-09-27T15:34:41.8129681Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float64 2022-09-27T15:34:41.8227356Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float32 2022-09-27T15:34:41.8262941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int32 2022-09-27T15:34:41.8428478Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int32 2022-09-27T15:34:41.8461061Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float64 2022-09-27T15:34:41.8461604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int16 2022-09-27T15:34:41.8609818Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int16 2022-09-27T15:34:41.8663717Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float64 2022-09-27T15:34:41.8689721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int64 2022-09-27T15:34:41.8936109Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int64 2022-09-27T15:34:41.8937108Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int16 2022-09-27T15:34:41.8937464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int32 2022-09-27T15:34:41.9079883Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int32 2022-09-27T15:34:41.9105142Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int16 2022-09-27T15:34:41.9141678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int8 2022-09-27T15:34:41.9347561Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int8 2022-09-27T15:34:41.9347969Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int32 2022-09-27T15:34:41.9375120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int64 2022-09-27T15:34:41.9482848Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int64 2022-09-27T15:34:41.9544120Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int32 2022-09-27T15:34:41.9567605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_uint8 2022-09-27T15:34:41.9788948Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_uint8 2022-09-27T15:34:41.9796700Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int64 2022-09-27T15:34:41.9833500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int8 2022-09-27T15:34:41.9928540Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int8 2022-09-27T15:34:41.9985401Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int64 2022-09-27T15:34:42.0010234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bfloat16 2022-09-27T15:34:42.0226658Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bfloat16 2022-09-27T15:34:42.0228482Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int8 2022-09-27T15:34:42.0256675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_uint8 2022-09-27T15:34:42.0381728Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_uint8 2022-09-27T15:34:42.0427183Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int8 2022-09-27T15:34:42.0449212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bool 2022-09-27T15:34:42.0668437Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bool 2022-09-27T15:34:42.0669065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bfloat16 2022-09-27T15:34:42.0690470Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_uint8 2022-09-27T15:34:42.0704336Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bfloat16 2022-09-27T15:34:42.0713003Z [gw3] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex128 2022-09-27T15:34:42.0800721Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex64 2022-09-27T15:34:42.0869704Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_uint8 2022-09-27T15:34:42.0893000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex128 2022-09-27T15:34:42.1106566Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex128 2022-09-27T15:34:42.1110753Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bfloat16 2022-09-27T15:34:42.1137196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bool 2022-09-27T15:34:42.1155843Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bool 2022-09-27T15:34:42.1306309Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bfloat16 2022-09-27T15:34:42.1336504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex32 2022-09-27T15:34:42.1549637Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex32 2022-09-27T15:34:42.1551793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex128 2022-09-27T15:34:42.1577513Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bool 2022-09-27T15:34:42.1589077Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex128 2022-09-27T15:34:42.1785100Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bool 2022-09-27T15:34:42.1811154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex64 2022-09-27T15:34:42.1987181Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex64 2022-09-27T15:34:42.1988550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex64 2022-09-27T15:34:42.2011776Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex128 2022-09-27T15:34:42.2040137Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex64 2022-09-27T15:34:42.2223889Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex128 2022-09-27T15:34:42.2249340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float16 2022-09-27T15:34:42.2425562Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float16 2022-09-27T15:34:42.2450707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float16 2022-09-27T15:34:42.2463873Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float16 2022-09-27T15:34:42.2526987Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex64 2022-09-27T15:34:42.2667320Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex64 2022-09-27T15:34:42.2693853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float32 2022-09-27T15:34:42.2865635Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float32 2022-09-27T15:34:42.2887037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float32 2022-09-27T15:34:42.2902972Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float32 2022-09-27T15:34:42.2945972Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float16 2022-09-27T15:34:42.3103900Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float16 2022-09-27T15:34:42.3125337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float64 2022-09-27T15:34:42.3307736Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float64 2022-09-27T15:34:42.3336535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float64 2022-09-27T15:34:42.3348161Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float64 2022-09-27T15:34:42.3400933Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float32 2022-09-27T15:34:42.3545610Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float32 2022-09-27T15:34:42.3573033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int16 2022-09-27T15:34:42.3753011Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int16 2022-09-27T15:34:42.3799122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int16 2022-09-27T15:34:42.3808218Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int16 2022-09-27T15:34:42.3861311Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float64 2022-09-27T15:34:42.3985120Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float64 2022-09-27T15:34:42.3989617Z [gw3] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex64 2022-09-27T15:34:42.3997525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int32 2022-09-27T15:34:42.4007112Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float32 2022-09-27T15:34:42.4188309Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int32 2022-09-27T15:34:42.4212555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int32 2022-09-27T15:34:42.4224398Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int32 2022-09-27T15:34:42.4280621Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int16 2022-09-27T15:34:42.4428587Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int16 2022-09-27T15:34:42.4469865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int64 2022-09-27T15:34:42.4625196Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int64 2022-09-27T15:34:42.4657820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int64 2022-09-27T15:34:42.4671652Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int64 2022-09-27T15:34:42.4736592Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int32 2022-09-27T15:34:42.4831877Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int32 2022-09-27T15:34:42.4838648Z [gw3] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float32 2022-09-27T15:34:42.4863085Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float64 2022-09-27T15:34:42.4884933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int8 2022-09-27T15:34:42.5067786Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int8 2022-09-27T15:34:42.5089125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int8 2022-09-27T15:34:42.5103776Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int8 2022-09-27T15:34:42.5159092Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int64 2022-09-27T15:34:42.5306281Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int64 2022-09-27T15:34:42.5330812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_uint8 2022-09-27T15:34:42.5507738Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_uint8 2022-09-27T15:34:42.5537760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_uint8 2022-09-27T15:34:42.5581799Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_uint8 2022-09-27T15:34:42.5596520Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int8 2022-09-27T15:34:42.5748534Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int8 2022-09-27T15:34:42.5789094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:42.5947216Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:42.5963278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:42.5973446Z [gw3] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float64 2022-09-27T15:34:42.5978574Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:42.5985524Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int16 2022-09-27T15:34:42.6037269Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_uint8 2022-09-27T15:34:42.6190784Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_uint8 2022-09-27T15:34:42.6220583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bool 2022-09-27T15:34:42.6386324Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bool 2022-09-27T15:34:42.6411349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bool 2022-09-27T15:34:42.6423794Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bool 2022-09-27T15:34:42.6628129Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bfloat16 2022-09-27T15:34:42.6652320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex128 2022-09-27T15:34:42.6839027Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex128 2022-09-27T15:34:42.6882210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex128 2022-09-27T15:34:42.7145051Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex128 2022-09-27T15:34:42.7149934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex32 2022-09-27T15:34:42.7262313Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex32 2022-09-27T15:34:42.7273227Z [gw3] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int16 2022-09-27T15:34:42.7302582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex64 2022-09-27T15:34:42.7304079Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int32 2022-09-27T15:34:42.7580354Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex64 2022-09-27T15:34:42.7581108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex64 2022-09-27T15:34:42.7707501Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex64 2022-09-27T15:34:42.7734122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float16 2022-09-27T15:34:42.8016003Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float16 2022-09-27T15:34:42.8016743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float16 2022-09-27T15:34:42.8119127Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float16 2022-09-27T15:34:42.8129020Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bfloat16 2022-09-27T15:34:42.8145042Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bool 2022-09-27T15:34:42.8179788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float32 2022-09-27T15:34:42.8430203Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float32 2022-09-27T15:34:42.8462890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float32 2022-09-27T15:34:42.8588035Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float32 2022-09-27T15:34:42.8619564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float64 2022-09-27T15:34:42.8650311Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float64 2022-09-27T15:34:42.8663048Z [gw3] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int32 2022-09-27T15:34:42.8868560Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int64 2022-09-27T15:34:42.8895376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float64 2022-09-27T15:34:42.9073826Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float64 2022-09-27T15:34:42.9096091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int16 2022-09-27T15:34:42.9346782Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int16 2022-09-27T15:34:42.9348233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int16 2022-09-27T15:34:42.9512284Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int16 2022-09-27T15:34:42.9540262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int32 2022-09-27T15:34:42.9806041Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int32 2022-09-27T15:34:42.9807865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int32 2022-09-27T15:34:42.9940233Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int32 2022-09-27T15:34:42.9950274Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bool 2022-09-27T15:34:42.9962081Z [gw3] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int64 2022-09-27T15:34:42.9963238Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int8 2022-09-27T15:34:42.9964873Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex128 2022-09-27T15:34:42.9997149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int64 2022-09-27T15:34:43.0191501Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int64 2022-09-27T15:34:43.0244425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int64 2022-09-27T15:34:43.0394987Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int64 2022-09-27T15:34:43.0427360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int8 2022-09-27T15:34:43.0624887Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int8 2022-09-27T15:34:43.0650431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int8 2022-09-27T15:34:43.0832353Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int8 2022-09-27T15:34:43.0863195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_uint8 2022-09-27T15:34:43.1066877Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_uint8 2022-09-27T15:34:43.1091469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_uint8 2022-09-27T15:34:43.1303993Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_uint8 2022-09-27T15:34:43.1305789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_bfloat16 2022-09-27T15:34:43.1358450Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_bfloat16 2022-09-27T15:34:43.1369577Z [gw3] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int8 2022-09-27T15:34:43.1503540Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_uint8 2022-09-27T15:34:43.1540754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bfloat16 2022-09-27T15:34:43.1709135Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bfloat16 2022-09-27T15:34:43.1739607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float32 2022-09-27T15:34:43.1981848Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float32 2022-09-27T15:34:43.1984488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bool 2022-09-27T15:34:43.2188590Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bool 2022-09-27T15:34:43.2235161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float64 2022-09-27T15:34:43.2384935Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float64 2022-09-27T15:34:43.2416088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex128 2022-09-27T15:34:43.2628444Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex128 2022-09-27T15:34:43.2658864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int16 2022-09-27T15:34:43.2680404Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int16 2022-09-27T15:34:43.2688952Z [gw3] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_uint8 2022-09-27T15:34:43.2868719Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bfloat16 2022-09-27T15:34:43.2896856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex32 2022-09-27T15:34:43.3067599Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex32 2022-09-27T15:34:43.3093400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int32 2022-09-27T15:34:43.3310575Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int32 2022-09-27T15:34:43.3339278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex64 2022-09-27T15:34:43.3548474Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex64 2022-09-27T15:34:43.3551938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int64 2022-09-27T15:34:43.3745056Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int64 2022-09-27T15:34:43.3768332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float16 2022-09-27T15:34:43.3984886Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float16 2022-09-27T15:34:43.3988831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int8 2022-09-27T15:34:43.4096411Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int8 2022-09-27T15:34:43.4111540Z [gw3] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bfloat16 2022-09-27T15:34:43.4187769Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bool 2022-09-27T15:34:43.4211046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float32 2022-09-27T15:34:43.4311925Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float32 2022-09-27T15:34:43.4320386Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex128 2022-09-27T15:34:43.4390511Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex64 2022-09-27T15:34:43.4421750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_uint8 2022-09-27T15:34:43.4627889Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_uint8 2022-09-27T15:34:43.4654534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float64 2022-09-27T15:34:43.4836552Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float64 2022-09-27T15:34:43.4873146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:43.5073678Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:43.5122642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int16 2022-09-27T15:34:43.5265591Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int16 2022-09-27T15:34:43.5301765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float32 2022-09-27T15:34:43.5509274Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float32 2022-09-27T15:34:43.5531926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int32 2022-09-27T15:34:43.5712778Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int32 2022-09-27T15:34:43.5759321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float64 2022-09-27T15:34:43.5946001Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float64 2022-09-27T15:34:43.5971748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int64 2022-09-27T15:34:43.6188310Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int64 2022-09-27T15:34:43.6188974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int16 2022-09-27T15:34:43.6279645Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int16 2022-09-27T15:34:43.6289248Z [gw3] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bool 2022-09-27T15:34:43.6387104Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float32 2022-09-27T15:34:43.6414273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int8 2022-09-27T15:34:43.6592882Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int8 2022-09-27T15:34:43.6630838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int32 2022-09-27T15:34:43.6867129Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int32 2022-09-27T15:34:43.6869992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_uint8 2022-09-27T15:34:43.7050435Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_uint8 2022-09-27T15:34:43.7069293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int64 2022-09-27T15:34:43.7269832Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int64 2022-09-27T15:34:43.7316616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:43.7440960Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:43.7449731Z [gw3] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float32 2022-09-27T15:34:43.7465260Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float64 2022-09-27T15:34:43.7496648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int8 2022-09-27T15:34:43.7705915Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int8 2022-09-27T15:34:43.7735782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bool 2022-09-27T15:34:43.7942607Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bool 2022-09-27T15:34:43.7944182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_uint8 2022-09-27T15:34:43.8149184Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_uint8 2022-09-27T15:34:43.8180097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex128 2022-09-27T15:34:43.8382905Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex128 2022-09-27T15:34:43.8391441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bfloat16 2022-09-27T15:34:43.8586835Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bfloat16 2022-09-27T15:34:43.8612961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex32 2022-09-27T15:34:43.8721314Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex32 2022-09-27T15:34:43.8729949Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex64 2022-09-27T15:34:43.8785487Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float32 2022-09-27T15:34:43.8817625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bool 2022-09-27T15:34:43.9030613Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bool 2022-09-27T15:34:43.9075020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex64 2022-09-27T15:34:43.9181281Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex64 2022-09-27T15:34:43.9189869Z [gw3] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float64 2022-09-27T15:34:43.9227243Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int16 2022-09-27T15:34:43.9261540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex128 2022-09-27T15:34:43.9513328Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex128 2022-09-27T15:34:43.9515906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float16 2022-09-27T15:34:43.9669244Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float16 2022-09-27T15:34:43.9734551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex64 2022-09-27T15:34:43.9875834Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex64 2022-09-27T15:34:43.9890912Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float32 2022-09-27T15:34:43.9927381Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float64 2022-09-27T15:34:43.9967894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float32 2022-09-27T15:34:44.0108574Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float32 2022-09-27T15:34:44.0149237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float32 2022-09-27T15:34:44.0348884Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float32 2022-09-27T15:34:44.0376310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float64 2022-09-27T15:34:44.0486644Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float64 2022-09-27T15:34:44.0494058Z [gw3] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int16 2022-09-27T15:34:44.0545811Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int32 2022-09-27T15:34:44.0585628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float64 2022-09-27T15:34:44.0821218Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float64 2022-09-27T15:34:44.0825024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int16 2022-09-27T15:34:44.1030691Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int16 2022-09-27T15:34:44.1068997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int16 2022-09-27T15:34:44.1269468Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int16 2022-09-27T15:34:44.1299170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int32 2022-09-27T15:34:44.1356888Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int32 2022-09-27T15:34:44.1368689Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float64 2022-09-27T15:34:44.1465263Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int16 2022-09-27T15:34:44.1490084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int32 2022-09-27T15:34:44.1749281Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int32 2022-09-27T15:34:44.1774594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int64 2022-09-27T15:34:44.1865310Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int64 2022-09-27T15:34:44.1874809Z [gw3] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int32 2022-09-27T15:34:44.1903238Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int64 2022-09-27T15:34:44.1938918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int64 2022-09-27T15:34:44.2204957Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int64 2022-09-27T15:34:44.2213704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int8 2022-09-27T15:34:44.2386090Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int8 2022-09-27T15:34:44.2418023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int8 2022-09-27T15:34:44.2628447Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int8 2022-09-27T15:34:44.2653681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_uint8 2022-09-27T15:34:44.2685391Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_uint8 2022-09-27T15:34:44.2695474Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int16 2022-09-27T15:34:44.2826061Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int32 2022-09-27T15:34:44.2882135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_uint8 2022-09-27T15:34:44.3081065Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_uint8 2022-09-27T15:34:44.3094338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_bfloat16 2022-09-27T15:34:44.3144463Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_bfloat16 2022-09-27T15:34:44.3153802Z [gw3] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int64 2022-09-27T15:34:44.3309133Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int8 2022-09-27T15:34:44.3341894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:44.3509293Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:44.3532478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float32 2022-09-27T15:34:44.3791220Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float32 2022-09-27T15:34:44.3839603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bool 2022-09-27T15:34:44.3987774Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bool 2022-09-27T15:34:44.4016884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float64 2022-09-27T15:34:44.4044392Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float64 2022-09-27T15:34:44.4053905Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int32 2022-09-27T15:34:44.4228957Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int64 2022-09-27T15:34:44.4266578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex128 2022-09-27T15:34:44.4429304Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex128 2022-09-27T15:34:44.4472260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:44.4519334Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:44.4528116Z [gw3] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int8 2022-09-27T15:34:44.4669603Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_uint8 2022-09-27T15:34:44.4706717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex64 2022-09-27T15:34:44.4869470Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex64 2022-09-27T15:34:44.4901290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float32 2022-09-27T15:34:44.5143502Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float32 2022-09-27T15:34:44.5148500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float32 2022-09-27T15:34:44.5341505Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float32 2022-09-27T15:34:44.5345991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float64 2022-09-27T15:34:44.5422751Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float64 2022-09-27T15:34:44.5428796Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int64 2022-09-27T15:34:44.5546071Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int8 2022-09-27T15:34:44.5619007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float64 2022-09-27T15:34:44.5747400Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float64 2022-09-27T15:34:44.5778142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bfloat16 2022-09-27T15:34:44.5792086Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bfloat16 2022-09-27T15:34:44.5799891Z [gw3] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_uint8 2022-09-27T15:34:44.5988561Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bfloat16 2022-09-27T15:34:44.6022472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int16 2022-09-27T15:34:44.6186993Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int16 2022-09-27T15:34:44.6219914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bool 2022-09-27T15:34:44.6427721Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bool 2022-09-27T15:34:44.6455468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int32 2022-09-27T15:34:44.6630077Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int32 2022-09-27T15:34:44.6664747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float32 2022-09-27T15:34:44.6705002Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float32 2022-09-27T15:34:44.6712160Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int8 2022-09-27T15:34:44.6866277Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_uint8 2022-09-27T15:34:44.6924214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int64 2022-09-27T15:34:44.7069843Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int64 2022-09-27T15:34:44.7107171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float64 2022-09-27T15:34:44.7186815Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float64 2022-09-27T15:34:44.7202363Z [gw3] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bfloat16 2022-09-27T15:34:44.7308742Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bool 2022-09-27T15:34:44.7352622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int8 2022-09-27T15:34:44.7508192Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int8 2022-09-27T15:34:44.7545658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int16 2022-09-27T15:34:44.7755782Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int16 2022-09-27T15:34:44.7794381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_uint8 2022-09-27T15:34:44.7926929Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_uint8 2022-09-27T15:34:44.7936459Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_uint8 2022-09-27T15:34:44.7948333Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bfloat16 2022-09-27T15:34:44.7982323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int32 2022-09-27T15:34:44.8189210Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int32 2022-09-27T15:34:44.8217010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_bfloat16 2022-09-27T15:34:44.8386174Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_bfloat16 2022-09-27T15:34:44.8421116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int64 2022-09-27T15:34:44.8665482Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int64 2022-09-27T15:34:44.8666163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex128 2022-09-27T15:34:44.8827408Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex128 2022-09-27T15:34:44.8862369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int8 2022-09-27T15:34:44.9117833Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int8 2022-09-27T15:34:44.9120429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex64 2022-09-27T15:34:44.9283781Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex64 2022-09-27T15:34:44.9292099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_uint8 2022-09-27T15:34:44.9511316Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_uint8 2022-09-27T15:34:44.9553251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float16 2022-09-27T15:34:44.9708226Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float16 2022-09-27T15:34:44.9732986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:44.9767541Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:44.9783045Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bfloat16 2022-09-27T15:34:44.9948648Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bool 2022-09-27T15:34:44.9970066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float32 2022-09-27T15:34:45.0051920Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float32 2022-09-27T15:34:45.0064019Z [gw3] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bool 2022-09-27T15:34:45.0148849Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex128 2022-09-27T15:34:45.0172825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bool 2022-09-27T15:34:45.0395465Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bool 2022-09-27T15:34:45.0436565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float64 2022-09-27T15:34:45.0588906Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float64 2022-09-27T15:34:45.0619292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float32 2022-09-27T15:34:45.0827216Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float32 2022-09-27T15:34:45.0855537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int16 2022-09-27T15:34:45.1073907Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int16 2022-09-27T15:34:45.1076056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float64 2022-09-27T15:34:45.1267269Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float64 2022-09-27T15:34:45.1296036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int32 2022-09-27T15:34:45.1469085Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int32 2022-09-27T15:34:45.1492363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int16 2022-09-27T15:34:45.1749839Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int16 2022-09-27T15:34:45.1780160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int64 2022-09-27T15:34:45.1877480Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int64 2022-09-27T15:34:45.1878392Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bool 2022-09-27T15:34:45.1905682Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex128 2022-09-27T15:34:45.1936927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int32 2022-09-27T15:34:45.2228539Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int32 2022-09-27T15:34:45.2230499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int8 2022-09-27T15:34:45.2384114Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int8 2022-09-27T15:34:45.2385827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int64 2022-09-27T15:34:45.2664750Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int64 2022-09-27T15:34:45.2668836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_uint8 2022-09-27T15:34:45.2833495Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_uint8 2022-09-27T15:34:45.2834314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int8 2022-09-27T15:34:45.3067917Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int8 2022-09-27T15:34:45.3105390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:45.3226406Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:45.3253393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_uint8 2022-09-27T15:34:45.3553611Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_uint8 2022-09-27T15:34:45.3555955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex128 2022-09-27T15:34:45.3669255Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex128 2022-09-27T15:34:45.3719780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_bfloat16 2022-09-27T15:34:45.3988719Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_bfloat16 2022-09-27T15:34:45.3989778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex64 2022-09-27T15:34:45.4151213Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex64 2022-09-27T15:34:45.4189305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float16 2022-09-27T15:34:45.4388284Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float16 2022-09-27T15:34:45.4429360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float16 2022-09-27T15:34:45.4434235Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float16 2022-09-27T15:34:45.4442545Z [gw3] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex128 2022-09-27T15:34:45.4680994Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex64 2022-09-27T15:34:45.4684070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float32 2022-09-27T15:34:45.4827597Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float32 2022-09-27T15:34:45.4857557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float32 2022-09-27T15:34:45.5100734Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float32 2022-09-27T15:34:45.5104547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float64 2022-09-27T15:34:45.5272539Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float64 2022-09-27T15:34:45.5304919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float64 2022-09-27T15:34:45.5559459Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float64 2022-09-27T15:34:45.5563897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:45.5707560Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:45.5750597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int16 2022-09-27T15:34:45.5945996Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int16 2022-09-27T15:34:45.5976416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float16 2022-09-27T15:34:45.6207506Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float16 2022-09-27T15:34:45.6208874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int32 2022-09-27T15:34:45.6389911Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int32 2022-09-27T15:34:45.6396889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float32 2022-09-27T15:34:45.6405905Z [gw2] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex128 2022-09-27T15:34:45.6419535Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex64 2022-09-27T15:34:45.6584989Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float32 2022-09-27T15:34:45.6629403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int64 2022-09-27T15:34:45.6828065Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int64 2022-09-27T15:34:45.6876051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float64 2022-09-27T15:34:45.7026470Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float64 2022-09-27T15:34:45.7055203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int8 2022-09-27T15:34:45.7312060Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int8 2022-09-27T15:34:45.7318011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_bfloat16 2022-09-27T15:34:45.7474742Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_bfloat16 2022-09-27T15:34:45.7511302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_uint8 2022-09-27T15:34:45.7742547Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_uint8 2022-09-27T15:34:45.7743548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float16 2022-09-27T15:34:45.7905991Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float16 2022-09-27T15:34:45.7943390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bfloat16 2022-09-27T15:34:45.8151260Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bfloat16 2022-09-27T15:34:45.8198662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float32 2022-09-27T15:34:45.8332525Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float32 2022-09-27T15:34:45.8346883Z [gw3] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex64 2022-09-27T15:34:45.8347378Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float32 2022-09-27T15:34:45.8371359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bool 2022-09-27T15:34:45.8625769Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bool 2022-09-27T15:34:45.8626889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float64 2022-09-27T15:34:45.8786273Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float64 2022-09-27T15:34:45.8821192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex128 2022-09-27T15:34:45.9083595Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex128 2022-09-27T15:34:45.9087926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:45.9266982Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:45.9291188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex32 2022-09-27T15:34:45.9503649Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex32 2022-09-27T15:34:45.9507910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float16 2022-09-27T15:34:45.9700923Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float16 2022-09-27T15:34:45.9718265Z [gw3] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float32 2022-09-27T15:34:45.9718634Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float64 2022-09-27T15:34:45.9773064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex64 2022-09-27T15:34:45.9986027Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex64 2022-09-27T15:34:45.9988961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float32 2022-09-27T15:34:46.0208887Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float32 2022-09-27T15:34:46.0219327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float16 2022-09-27T15:34:46.0388506Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float16 2022-09-27T15:34:46.0436814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float64 2022-09-27T15:34:46.0666840Z [gw1] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float64 2022-09-27T15:34:46.0668370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float32 2022-09-27T15:34:46.0837601Z [gw0] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float32 2022-09-27T15:34:46.0863275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex128 2022-09-27T15:34:46.1068267Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex128 2022-09-27T15:34:46.1085377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float64 2022-09-27T15:34:46.1099659Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex64 2022-09-27T15:34:46.1108874Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float64 2022-09-27T15:34:46.1270880Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float32 2022-09-27T15:34:46.1311708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex32 2022-09-27T15:34:46.1509721Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex32 2022-09-27T15:34:46.1544399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int16 2022-09-27T15:34:46.1622008Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int16 2022-09-27T15:34:46.1629101Z [gw3] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float64 2022-09-27T15:34:46.1708185Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int16 2022-09-27T15:34:46.1741820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex64 2022-09-27T15:34:46.1981964Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex64 2022-09-27T15:34:46.1983079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int32 2022-09-27T15:34:46.2152957Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int32 2022-09-27T15:34:46.2153609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex128 2022-09-27T15:34:46.2161499Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float32 2022-09-27T15:34:46.2171176Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float64 2022-09-27T15:34:46.2426332Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex128 2022-09-27T15:34:46.2428542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int64 2022-09-27T15:34:46.2586152Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int64 2022-09-27T15:34:46.2610807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex32 2022-09-27T15:34:46.2872929Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex32 2022-09-27T15:34:46.2874627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int8 2022-09-27T15:34:46.2886692Z [gw3] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int16 2022-09-27T15:34:46.2893339Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int32 2022-09-27T15:34:46.3027185Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int8 2022-09-27T15:34:46.3056011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex64 2022-09-27T15:34:46.3348188Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex64 2022-09-27T15:34:46.3375859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_uint8 2022-09-27T15:34:46.3500918Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_uint8 2022-09-27T15:34:46.3507296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bfloat16 2022-09-27T15:34:46.3647543Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bfloat16 2022-09-27T15:34:46.3659604Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float64 2022-09-27T15:34:46.3851356Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int16 2022-09-27T15:34:46.3860687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:46.3942599Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:46.3944480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bool 2022-09-27T15:34:46.4204012Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bool 2022-09-27T15:34:46.4209697Z [gw3] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int32 2022-09-27T15:34:46.4264371Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int64 2022-09-27T15:34:46.4299411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bool 2022-09-27T15:34:46.4349112Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bool 2022-09-27T15:34:46.4382952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex128 2022-09-27T15:34:46.4710232Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex128 2022-09-27T15:34:46.4745353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex128 2022-09-27T15:34:46.4827907Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex128 2022-09-27T15:34:46.4856949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex32 2022-09-27T15:34:46.4952320Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex32 2022-09-27T15:34:46.4963057Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int16 2022-09-27T15:34:46.5148925Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int32 2022-09-27T15:34:46.5189131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex32 2022-09-27T15:34:46.5297301Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex32 2022-09-27T15:34:46.5300625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex64 2022-09-27T15:34:46.5463277Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex64 2022-09-27T15:34:46.5472095Z [gw3] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int64 2022-09-27T15:34:46.5585464Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int8 2022-09-27T15:34:46.5622961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex64 2022-09-27T15:34:46.5757841Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex64 2022-09-27T15:34:46.5764685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float16 2022-09-27T15:34:46.6028324Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float16 2022-09-27T15:34:46.6077550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float16 2022-09-27T15:34:46.6146632Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float16 2022-09-27T15:34:46.6172657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float32 2022-09-27T15:34:46.6297356Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float32 2022-09-27T15:34:46.6305760Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int32 2022-09-27T15:34:46.6469035Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int64 2022-09-27T15:34:46.6513315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float32 2022-09-27T15:34:46.6588652Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float32 2022-09-27T15:34:46.6630620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float64 2022-09-27T15:34:46.6737666Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float64 2022-09-27T15:34:46.6745943Z [gw3] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int8 2022-09-27T15:34:46.6910742Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_uint8 2022-09-27T15:34:46.6949845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float64 2022-09-27T15:34:46.7069069Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float64 2022-09-27T15:34:46.7071458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int16 2022-09-27T15:34:46.7347918Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int16 2022-09-27T15:34:46.7379289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int16 2022-09-27T15:34:46.7468843Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int16 2022-09-27T15:34:46.7495800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int32 2022-09-27T15:34:46.7504586Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int64 2022-09-27T15:34:46.7512074Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int32 2022-09-27T15:34:46.7802229Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int8 2022-09-27T15:34:46.7818705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int32 2022-09-27T15:34:46.7904337Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int32 2022-09-27T15:34:46.7929097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int64 2022-09-27T15:34:46.7935447Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int64 2022-09-27T15:34:46.7942232Z [gw3] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_uint8 2022-09-27T15:34:46.8261405Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bfloat16 2022-09-27T15:34:46.8263743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int64 2022-09-27T15:34:46.8344926Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int64 2022-09-27T15:34:46.8375100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int8 2022-09-27T15:34:46.8668132Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int8 2022-09-27T15:34:46.8694294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int8 2022-09-27T15:34:46.8702437Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int8 2022-09-27T15:34:46.8710966Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int8 2022-09-27T15:34:46.8783681Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_uint8 2022-09-27T15:34:46.8810209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_uint8 2022-09-27T15:34:46.9108047Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_uint8 2022-09-27T15:34:46.9134004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_uint8 2022-09-27T15:34:46.9200066Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_uint8 2022-09-27T15:34:46.9206633Z [gw3] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bfloat16 2022-09-27T15:34:46.9224753Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bool 2022-09-27T15:34:46.9258986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:46.9547327Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:46.9588740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bfloat16 2022-09-27T15:34:46.9720725Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bfloat16 2022-09-27T15:34:46.9722798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bool 2022-09-27T15:34:46.9828869Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bool 2022-09-27T15:34:46.9835620Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_uint8 2022-09-27T15:34:46.9876693Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bfloat16 2022-09-27T15:34:46.9984679Z [gw2] [ 39%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bfloat16 2022-09-27T15:34:47.0007704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bool 2022-09-27T15:34:47.0108486Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bool 2022-09-27T15:34:47.0138023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex128 2022-09-27T15:34:47.0263709Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex128 2022-09-27T15:34:47.0293282Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bool 2022-09-27T15:34:47.0467497Z [gw2] [ 39%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bool 2022-09-27T15:34:47.0497710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex128 2022-09-27T15:34:47.0548953Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex128 2022-09-27T15:34:47.0572102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex32 2022-09-27T15:34:47.0704021Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex32 2022-09-27T15:34:47.0750301Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex128 2022-09-27T15:34:47.0908903Z [gw2] [ 39%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex128 2022-09-27T15:34:47.0937906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex64 2022-09-27T15:34:47.1004096Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex64 2022-09-27T15:34:47.1012084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex64 2022-09-27T15:34:47.1147246Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex64 2022-09-27T15:34:47.1194620Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex64 2022-09-27T15:34:47.1387696Z [gw2] [ 39%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex64 2022-09-27T15:34:47.1411256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float32 2022-09-27T15:34:47.1422746Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float32 2022-09-27T15:34:47.1430896Z [gw3] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bool 2022-09-27T15:34:47.1435034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float16 2022-09-27T15:34:47.1453870Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex128 2022-09-27T15:34:47.1583527Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float16 2022-09-27T15:34:47.1614587Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float16 2022-09-27T15:34:47.1827739Z [gw2] [ 39%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float16 2022-09-27T15:34:47.1851837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float64 2022-09-27T15:34:47.1864059Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float64 2022-09-27T15:34:47.1895343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float32 2022-09-27T15:34:47.2032162Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float32 2022-09-27T15:34:47.2081187Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float32 2022-09-27T15:34:47.2267237Z [gw2] [ 39%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float32 2022-09-27T15:34:47.2295774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int16 2022-09-27T15:34:47.2346428Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int16 2022-09-27T15:34:47.2376345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float64 2022-09-27T15:34:47.2463205Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float64 2022-09-27T15:34:47.2495135Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float64 2022-09-27T15:34:47.2708542Z [gw2] [ 39%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float64 2022-09-27T15:34:47.2740153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int32 2022-09-27T15:34:47.2782999Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int32 2022-09-27T15:34:47.2803226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int16 2022-09-27T15:34:47.2905123Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int16 2022-09-27T15:34:47.2947109Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int16 2022-09-27T15:34:47.3144849Z [gw2] [ 39%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int16 2022-09-27T15:34:47.3176736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int64 2022-09-27T15:34:47.3224010Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int64 2022-09-27T15:34:47.3249494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int32 2022-09-27T15:34:47.3350166Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int32 2022-09-27T15:34:47.3413547Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int32 2022-09-27T15:34:47.3585955Z [gw2] [ 39%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int32 2022-09-27T15:34:47.3619319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int8 2022-09-27T15:34:47.3663867Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int8 2022-09-27T15:34:47.3690333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int64 2022-09-27T15:34:47.3783111Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int64 2022-09-27T15:34:47.3813146Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int64 2022-09-27T15:34:47.4028628Z [gw2] [ 39%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int64 2022-09-27T15:34:47.4059197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_uint8 2022-09-27T15:34:47.4105448Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_uint8 2022-09-27T15:34:47.4133339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int8 2022-09-27T15:34:47.4225063Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int8 2022-09-27T15:34:47.4267724Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int8 2022-09-27T15:34:47.4470495Z [gw2] [ 39%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int8 2022-09-27T15:34:47.4496497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:47.4543373Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:47.4564954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_uint8 2022-09-27T15:34:47.4607828Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_uint8 2022-09-27T15:34:47.4614685Z [gw3] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex128 2022-09-27T15:34:47.4663260Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex64 2022-09-27T15:34:47.4694455Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_uint8 2022-09-27T15:34:47.4906906Z [gw2] [ 39%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_uint8 2022-09-27T15:34:47.4933540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bool 2022-09-27T15:34:47.4984624Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bool 2022-09-27T15:34:47.5011276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bfloat16 2022-09-27T15:34:47.5109127Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bfloat16 2022-09-27T15:34:47.5347017Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bfloat16 2022-09-27T15:34:47.5368269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex128 2022-09-27T15:34:47.5393959Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex128 2022-09-27T15:34:47.5422552Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bfloat16 2022-09-27T15:34:47.5442822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bool 2022-09-27T15:34:47.5543869Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bool 2022-09-27T15:34:47.5763314Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bool 2022-09-27T15:34:47.5785446Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bool 2022-09-27T15:34:47.5818031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex64 2022-09-27T15:34:47.5864236Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex64 2022-09-27T15:34:47.5891726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex128 2022-09-27T15:34:47.5984018Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex128 2022-09-27T15:34:47.6234316Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex128 2022-09-27T15:34:47.6281653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float32 2022-09-27T15:34:47.6289013Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float32 2022-09-27T15:34:47.6307860Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex128 2022-09-27T15:34:47.6358740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex64 2022-09-27T15:34:47.6427785Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex64 2022-09-27T15:34:47.6667726Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex64 2022-09-27T15:34:47.6682771Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex64 2022-09-27T15:34:47.6715423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float64 2022-09-27T15:34:47.6742824Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float64 2022-09-27T15:34:47.6768183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float16 2022-09-27T15:34:47.6867265Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float16 2022-09-27T15:34:47.7107009Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float16 2022-09-27T15:34:47.7149575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int16 2022-09-27T15:34:47.7153249Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int16 2022-09-27T15:34:47.7184983Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float16 2022-09-27T15:34:47.7213436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float32 2022-09-27T15:34:47.7307466Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float32 2022-09-27T15:34:47.7549078Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float32 2022-09-27T15:34:47.7580874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int32 2022-09-27T15:34:47.7591982Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int32 2022-09-27T15:34:47.7623193Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float32 2022-09-27T15:34:47.7643699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float64 2022-09-27T15:34:47.7655560Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float64 2022-09-27T15:34:47.7663960Z [gw3] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex64 2022-09-27T15:34:47.7746846Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float32 2022-09-27T15:34:47.7986553Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float64 2022-09-27T15:34:47.7993632Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float64 2022-09-27T15:34:47.8016433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int64 2022-09-27T15:34:47.8065432Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int64 2022-09-27T15:34:47.8098853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int16 2022-09-27T15:34:47.8188306Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int16 2022-09-27T15:34:47.8428347Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int16 2022-09-27T15:34:47.8443805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int8 2022-09-27T15:34:47.8456284Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int16 2022-09-27T15:34:47.8503649Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int8 2022-09-27T15:34:47.8513606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int32 2022-09-27T15:34:47.8526251Z [gw3] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float32 2022-09-27T15:34:47.8527389Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float64 2022-09-27T15:34:47.8622432Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int32 2022-09-27T15:34:47.8872800Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int32 2022-09-27T15:34:47.8873737Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int32 2022-09-27T15:34:47.8890563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_uint8 2022-09-27T15:34:47.8950140Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_uint8 2022-09-27T15:34:47.8976156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int64 2022-09-27T15:34:47.9065920Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int64 2022-09-27T15:34:47.9308475Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int64 2022-09-27T15:34:47.9319425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bfloat16 2022-09-27T15:34:47.9334089Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int64 2022-09-27T15:34:47.9382966Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bfloat16 2022-09-27T15:34:47.9402813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int8 2022-09-27T15:34:47.9508847Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int8 2022-09-27T15:34:47.9689828Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int8 2022-09-27T15:34:47.9699820Z [gw3] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float64 2022-09-27T15:34:47.9707051Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int8 2022-09-27T15:34:47.9743023Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int16 2022-09-27T15:34:47.9764789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bool 2022-09-27T15:34:47.9823047Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bool 2022-09-27T15:34:47.9844985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_uint8 2022-09-27T15:34:47.9948326Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_uint8 2022-09-27T15:34:48.0141111Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_uint8 2022-09-27T15:34:48.0185575Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_uint8 2022-09-27T15:34:48.0209636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float16 2022-09-27T15:34:48.0265363Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float16 2022-09-27T15:34:48.0305259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:48.0386854Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:48.0416501Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex128 2022-09-27T15:34:48.0628591Z [gw2] [ 39%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex128 2022-09-27T15:34:48.0668985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float32 2022-09-27T15:34:48.0706221Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float32 2022-09-27T15:34:48.0735549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bool 2022-09-27T15:34:48.0818479Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bool 2022-09-27T15:34:48.0829071Z [gw3] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int16 2022-09-27T15:34:48.0831487Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int32 2022-09-27T15:34:48.0861261Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex64 2022-09-27T15:34:48.1068260Z [gw2] [ 39%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex64 2022-09-27T15:34:48.1099222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float64 2022-09-27T15:34:48.1143461Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float64 2022-09-27T15:34:48.1165080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex128 2022-09-27T15:34:48.1262686Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex128 2022-09-27T15:34:48.1291178Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float32 2022-09-27T15:34:48.1508110Z [gw2] [ 39%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float32 2022-09-27T15:34:48.1530007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int16 2022-09-27T15:34:48.1583793Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int16 2022-09-27T15:34:48.1608072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex64 2022-09-27T15:34:48.1711498Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex64 2022-09-27T15:34:48.1768467Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float64 2022-09-27T15:34:48.1870841Z [gw2] [ 39%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float64 2022-09-27T15:34:48.1878058Z [gw3] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int32 2022-09-27T15:34:48.1943848Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int64 2022-09-27T15:34:48.1971040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int32 2022-09-27T15:34:48.2065246Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int32 2022-09-27T15:34:48.2099157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float16 2022-09-27T15:34:48.2145981Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float16 2022-09-27T15:34:48.2183272Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int16 2022-09-27T15:34:48.2386171Z [gw2] [ 39%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int16 2022-09-27T15:34:48.2409813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int64 2022-09-27T15:34:48.2549163Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int64 2022-09-27T15:34:48.2586721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float32 2022-09-27T15:34:48.2595484Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float32 2022-09-27T15:34:48.2625133Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int32 2022-09-27T15:34:48.2824126Z [gw2] [ 39%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int32 2022-09-27T15:34:48.2853727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int8 2022-09-27T15:34:48.2986731Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int8 2022-09-27T15:34:48.3011654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float64 2022-09-27T15:34:48.3023568Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float64 2022-09-27T15:34:48.3051631Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int64 2022-09-27T15:34:48.3071464Z [gw2] [ 39%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int64 2022-09-27T15:34:48.3080365Z [gw3] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int64 2022-09-27T15:34:48.3266419Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int8 2022-09-27T15:34:48.3299339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_uint8 2022-09-27T15:34:48.3425419Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_uint8 2022-09-27T15:34:48.3445453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int16 2022-09-27T15:34:48.3463483Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int16 2022-09-27T15:34:48.3491076Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int8 2022-09-27T15:34:48.3708804Z [gw2] [ 39%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int8 2022-09-27T15:34:48.3735826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:48.3863732Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:48.3884169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int32 2022-09-27T15:34:48.3904309Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int32 2022-09-27T15:34:48.3939345Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_uint8 2022-09-27T15:34:48.4128460Z [gw2] [ 39%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_uint8 2022-09-27T15:34:48.4138465Z [gw3] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int8 2022-09-27T15:34:48.4146084Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_uint8 2022-09-27T15:34:48.4168925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bool 2022-09-27T15:34:48.4307723Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bool 2022-09-27T15:34:48.4331627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int64 2022-09-27T15:34:48.4345405Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int64 2022-09-27T15:34:48.4422423Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bfloat16 2022-09-27T15:34:48.4585066Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bfloat16 2022-09-27T15:34:48.4608621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float16 2022-09-27T15:34:48.4749245Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float16 2022-09-27T15:34:48.4779225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int8 2022-09-27T15:34:48.4789947Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int8 2022-09-27T15:34:48.4852828Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bool 2022-09-27T15:34:48.5026001Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bool 2022-09-27T15:34:48.5059187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float32 2022-09-27T15:34:48.5198791Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float32 2022-09-27T15:34:48.5206348Z [gw3] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_uint8 2022-09-27T15:34:48.5225573Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_bfloat16 2022-09-27T15:34:48.5226500Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex128 2022-09-27T15:34:48.5246339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_uint8 2022-09-27T15:34:48.5305901Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_uint8 2022-09-27T15:34:48.5472084Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex128 2022-09-27T15:34:48.5483560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float64 2022-09-27T15:34:48.5527913Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float64 2022-09-27T15:34:48.5621838Z [gw3] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_bfloat16 2022-09-27T15:34:48.5664162Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float32 2022-09-27T15:34:48.5665350Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex32 2022-09-27T15:34:48.5689187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bfloat16 2022-09-27T15:34:48.5735734Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bfloat16 2022-09-27T15:34:48.5898582Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex32 2022-09-27T15:34:48.5905356Z [gw3] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float32 2022-09-27T15:34:48.5922980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int16 2022-09-27T15:34:48.6061421Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int16 2022-09-27T15:34:48.6103368Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float64 2022-09-27T15:34:48.6103955Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex64 2022-09-27T15:34:48.6130307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bool 2022-09-27T15:34:48.6178205Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bool 2022-09-27T15:34:48.6336290Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex64 2022-09-27T15:34:48.6342577Z [gw3] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float64 2022-09-27T15:34:48.6359480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int32 2022-09-27T15:34:48.6501061Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int32 2022-09-27T15:34:48.6543876Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bfloat16 2022-09-27T15:34:48.6544527Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float16 2022-09-27T15:34:48.6567169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex128 2022-09-27T15:34:48.6611829Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex128 2022-09-27T15:34:48.6781784Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float16 2022-09-27T15:34:48.6799378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int64 2022-09-27T15:34:48.6988281Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int64 2022-09-27T15:34:48.6989128Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float32 2022-09-27T15:34:48.7019742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex64 2022-09-27T15:34:48.7059875Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex64 2022-09-27T15:34:48.7223830Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float32 2022-09-27T15:34:48.7246987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int8 2022-09-27T15:34:48.7423077Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int8 2022-09-27T15:34:48.7426675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float16 2022-09-27T15:34:48.7448611Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float64 2022-09-27T15:34:48.7488786Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float16 2022-09-27T15:34:48.7662780Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float64 2022-09-27T15:34:48.7684593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_uint8 2022-09-27T15:34:48.7864372Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_uint8 2022-09-27T15:34:48.7869135Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int16 2022-09-27T15:34:48.7892014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float32 2022-09-27T15:34:48.7921511Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float32 2022-09-27T15:34:48.8102725Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int16 2022-09-27T15:34:48.8123754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bfloat16 2022-09-27T15:34:48.8307561Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bfloat16 2022-09-27T15:34:48.8308191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float64 2022-09-27T15:34:48.8336738Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int32 2022-09-27T15:34:48.8364649Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float64 2022-09-27T15:34:48.8543619Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int32 2022-09-27T15:34:48.8566815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bool 2022-09-27T15:34:48.8744646Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bool 2022-09-27T15:34:48.8747626Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int64 2022-09-27T15:34:48.8771025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int16 2022-09-27T15:34:48.8803258Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int16 2022-09-27T15:34:48.8983517Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int64 2022-09-27T15:34:48.9008242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float16 2022-09-27T15:34:48.9183912Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float16 2022-09-27T15:34:48.9184618Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int8 2022-09-27T15:34:48.9202545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int32 2022-09-27T15:34:48.9239271Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int32 2022-09-27T15:34:48.9259397Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int8 2022-09-27T15:34:48.9267610Z [gw3] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bfloat16 2022-09-27T15:34:48.9422139Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bool 2022-09-27T15:34:48.9443355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float32 2022-09-27T15:34:48.9626385Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float32 2022-09-27T15:34:48.9628989Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_uint8 2022-09-27T15:34:48.9653997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int64 2022-09-27T15:34:48.9686195Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int64 2022-09-27T15:34:48.9869689Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_uint8 2022-09-27T15:34:48.9894433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float64 2022-09-27T15:34:49.0063664Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float64 2022-09-27T15:34:49.0064296Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bfloat16 2022-09-27T15:34:49.0083580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int8 2022-09-27T15:34:49.0300328Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int8 2022-09-27T15:34:49.0313424Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bfloat16 2022-09-27T15:34:49.0327863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int16 2022-09-27T15:34:49.0505480Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int16 2022-09-27T15:34:49.0506359Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bool 2022-09-27T15:34:49.0533185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_uint8 2022-09-27T15:34:49.0773157Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_uint8 2022-09-27T15:34:49.0776727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int32 2022-09-27T15:34:49.0792239Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int32 2022-09-27T15:34:49.0866586Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bool 2022-09-27T15:34:49.0875115Z [gw3] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bool 2022-09-27T15:34:49.0943562Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex128 2022-09-27T15:34:49.0945982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:49.0969992Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex128 2022-09-27T15:34:49.1183168Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:49.1206941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int64 2022-09-27T15:34:49.1215884Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex128 2022-09-27T15:34:49.1387856Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int64 2022-09-27T15:34:49.1388251Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex64 2022-09-27T15:34:49.1410828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bool 2022-09-27T15:34:49.1627363Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bool 2022-09-27T15:34:49.1666254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int8 2022-09-27T15:34:49.1678369Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex64 2022-09-27T15:34:49.1825187Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int8 2022-09-27T15:34:49.1825819Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float16 2022-09-27T15:34:49.1849815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex128 2022-09-27T15:34:49.2070218Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex128 2022-09-27T15:34:49.2108239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_uint8 2022-09-27T15:34:49.2199480Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_uint8 2022-09-27T15:34:49.2263965Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float16 2022-09-27T15:34:49.2267126Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float32 2022-09-27T15:34:49.2301141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex64 2022-09-27T15:34:49.2548982Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex64 2022-09-27T15:34:49.2552944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:49.2605689Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:49.2702585Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float32 2022-09-27T15:34:49.2705072Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float64 2022-09-27T15:34:49.2732573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float16 2022-09-27T15:34:49.2947726Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float16 2022-09-27T15:34:49.2967709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bool 2022-09-27T15:34:49.2981751Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float64 2022-09-27T15:34:49.3152354Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bool 2022-09-27T15:34:49.3186950Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int16 2022-09-27T15:34:49.3187683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float32 2022-09-27T15:34:49.3386571Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float32 2022-09-27T15:34:49.3402539Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int16 2022-09-27T15:34:49.3457880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float16 2022-09-27T15:34:49.3584041Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float16 2022-09-27T15:34:49.3585612Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int32 2022-09-27T15:34:49.3612041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float64 2022-09-27T15:34:49.3862011Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float64 2022-09-27T15:34:49.3862842Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int32 2022-09-27T15:34:49.3865714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float32 2022-09-27T15:34:49.4028466Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float32 2022-09-27T15:34:49.4031181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int16 2022-09-27T15:34:49.4061212Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int64 2022-09-27T15:34:49.4294078Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int16 2022-09-27T15:34:49.4324712Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int64 2022-09-27T15:34:49.4332221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float64 2022-09-27T15:34:49.4463722Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float64 2022-09-27T15:34:49.4468732Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int8 2022-09-27T15:34:49.4488447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int32 2022-09-27T15:34:49.4713181Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int32 2022-09-27T15:34:49.4781959Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int8 2022-09-27T15:34:49.4804668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int16 2022-09-27T15:34:49.4904071Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int16 2022-09-27T15:34:49.4909034Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_uint8 2022-09-27T15:34:49.4924769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int64 2022-09-27T15:34:49.5152043Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int64 2022-09-27T15:34:49.5223954Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_uint8 2022-09-27T15:34:49.5245863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int32 2022-09-27T15:34:49.5335033Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int32 2022-09-27T15:34:49.5349774Z [gw3] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex128 2022-09-27T15:34:49.5352121Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex64 2022-09-27T15:34:49.5353736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int8 2022-09-27T15:34:49.5386973Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int32 2022-09-27T15:34:49.5662517Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int8 2022-09-27T15:34:49.5684995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int64 2022-09-27T15:34:49.5785187Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int64 2022-09-27T15:34:49.5814042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_uint8 2022-09-27T15:34:49.6003253Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_uint8 2022-09-27T15:34:49.6013321Z [gw2] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int32 2022-09-27T15:34:49.6104404Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int64 2022-09-27T15:34:49.6131795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int8 2022-09-27T15:34:49.6223798Z [gw0] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int8 2022-09-27T15:34:49.6249478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bfloat16 2022-09-27T15:34:49.6543717Z [gw1] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bfloat16 2022-09-27T15:34:49.6570843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_uint8 2022-09-27T15:34:49.6662713Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_uint8 2022-09-27T15:34:49.6684594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bool 2022-09-27T15:34:49.6704749Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bool 2022-09-27T15:34:49.6714912Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int64 2022-09-27T15:34:49.6987418Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bfloat16 2022-09-27T15:34:49.6995558Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bfloat16 2022-09-27T15:34:49.7017971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bfloat16 2022-09-27T15:34:49.7107360Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bfloat16 2022-09-27T15:34:49.7133573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex128 2022-09-27T15:34:49.7143665Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex128 2022-09-27T15:34:49.7407000Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bool 2022-09-27T15:34:49.7437496Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bool 2022-09-27T15:34:49.7452303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bool 2022-09-27T15:34:49.7543903Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bool 2022-09-27T15:34:49.7570329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex32 2022-09-27T15:34:49.7622576Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex32 2022-09-27T15:34:49.7893300Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex128 2022-09-27T15:34:49.7897059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex128 2022-09-27T15:34:49.7919415Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex128 2022-09-27T15:34:49.7983185Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex128 2022-09-27T15:34:49.8009069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex64 2022-09-27T15:34:49.8103462Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex64 2022-09-27T15:34:49.8304384Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex64 2022-09-27T15:34:49.8329008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex64 2022-09-27T15:34:49.8344410Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex64 2022-09-27T15:34:49.8350960Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex64 2022-09-27T15:34:49.8359117Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex64 2022-09-27T15:34:49.8422639Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float16 2022-09-27T15:34:49.8445483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float16 2022-09-27T15:34:49.8541473Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float16 2022-09-27T15:34:49.8743149Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float16 2022-09-27T15:34:49.8760621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float32 2022-09-27T15:34:49.8774141Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float16 2022-09-27T15:34:49.8862030Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float32 2022-09-27T15:34:49.8882189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float32 2022-09-27T15:34:49.8981985Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float32 2022-09-27T15:34:49.9182994Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float32 2022-09-27T15:34:49.9207548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float64 2022-09-27T15:34:49.9216591Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float32 2022-09-27T15:34:49.9303898Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float64 2022-09-27T15:34:49.9331830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float64 2022-09-27T15:34:49.9422939Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float64 2022-09-27T15:34:49.9654251Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float64 2022-09-27T15:34:49.9657796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int16 2022-09-27T15:34:49.9701677Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int16 2022-09-27T15:34:49.9741849Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float64 2022-09-27T15:34:49.9763095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int16 2022-09-27T15:34:49.9861456Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int16 2022-09-27T15:34:50.0091625Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int16 2022-09-27T15:34:50.0095099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int32 2022-09-27T15:34:50.0107218Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int32 2022-09-27T15:34:50.0182693Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int16 2022-09-27T15:34:50.0209555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int32 2022-09-27T15:34:50.0301463Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int32 2022-09-27T15:34:50.0531477Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int32 2022-09-27T15:34:50.0533212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int64 2022-09-27T15:34:50.0549263Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int64 2022-09-27T15:34:50.0622131Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int32 2022-09-27T15:34:50.0643518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int64 2022-09-27T15:34:50.0742767Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int64 2022-09-27T15:34:50.0988201Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int64 2022-09-27T15:34:50.0991977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int8 2022-09-27T15:34:50.1017275Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int8 2022-09-27T15:34:50.1063292Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int64 2022-09-27T15:34:50.1088443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int8 2022-09-27T15:34:50.1182702Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int8 2022-09-27T15:34:50.1413340Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int8 2022-09-27T15:34:50.1417079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_uint8 2022-09-27T15:34:50.1466485Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_uint8 2022-09-27T15:34:50.1502334Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int8 2022-09-27T15:34:50.1527020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_uint8 2022-09-27T15:34:50.1622880Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_uint8 2022-09-27T15:34:50.1854699Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_uint8 2022-09-27T15:34:50.1858774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:50.1878431Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:50.1942172Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_uint8 2022-09-27T15:34:50.1963798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:50.2061811Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:50.2160576Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int32 2022-09-27T15:34:50.2167150Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float16 2022-09-27T15:34:50.2262574Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float32 2022-09-27T15:34:50.2288525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bool 2022-09-27T15:34:50.2382238Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bool 2022-09-27T15:34:50.2400697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bool 2022-09-27T15:34:50.2651295Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bool 2022-09-27T15:34:50.2658353Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int32 2022-09-27T15:34:50.2703530Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int64 2022-09-27T15:34:50.2733860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex128 2022-09-27T15:34:50.2824567Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex128 2022-09-27T15:34:50.2854027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex128 2022-09-27T15:34:50.3142378Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex128 2022-09-27T15:34:50.3165180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex64 2022-09-27T15:34:50.3264862Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex64 2022-09-27T15:34:50.3269698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex32 2022-09-27T15:34:50.3277097Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int64 2022-09-27T15:34:50.3290094Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bfloat16 2022-09-27T15:34:50.3591450Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex32 2022-09-27T15:34:50.3616162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float32 2022-09-27T15:34:50.3705099Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float32 2022-09-27T15:34:50.3731428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex64 2022-09-27T15:34:50.4062318Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex64 2022-09-27T15:34:50.4067211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float64 2022-09-27T15:34:50.4179795Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float64 2022-09-27T15:34:50.4183278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float16 2022-09-27T15:34:50.4465163Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float16 2022-09-27T15:34:50.4485186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int16 2022-09-27T15:34:50.4584065Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int16 2022-09-27T15:34:50.4617216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float32 2022-09-27T15:34:50.4629492Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float32 2022-09-27T15:34:50.4636893Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float32 2022-09-27T15:34:50.4904844Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float64 2022-09-27T15:34:50.4927313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int32 2022-09-27T15:34:50.5065188Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int32 2022-09-27T15:34:50.5088193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float64 2022-09-27T15:34:50.5354150Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float64 2022-09-27T15:34:50.5385360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int64 2022-09-27T15:34:50.5541261Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int64 2022-09-27T15:34:50.5543374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int16 2022-09-27T15:34:50.5813968Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int16 2022-09-27T15:34:50.5818197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int8 2022-09-27T15:34:50.5965294Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int8 2022-09-27T15:34:50.5970298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int32 2022-09-27T15:34:50.6251267Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int32 2022-09-27T15:34:50.6258096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_uint8 2022-09-27T15:34:50.6415664Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_uint8 2022-09-27T15:34:50.6421679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int64 2022-09-27T15:34:50.6663421Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int64 2022-09-27T15:34:50.6670425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bfloat16 2022-09-27T15:34:50.6681329Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bfloat16 2022-09-27T15:34:50.6686386Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bool 2022-09-27T15:34:50.6827554Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bfloat16 2022-09-27T15:34:50.6863420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int8 2022-09-27T15:34:50.7152229Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int8 2022-09-27T15:34:50.7156086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bool 2022-09-27T15:34:50.7307592Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bool 2022-09-27T15:34:50.7340904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_uint8 2022-09-27T15:34:50.7579523Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_uint8 2022-09-27T15:34:50.7582957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex128 2022-09-27T15:34:50.7745085Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex128 2022-09-27T15:34:50.7771852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bfloat16 2022-09-27T15:34:50.7988460Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bfloat16 2022-09-27T15:34:50.8022039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex64 2022-09-27T15:34:50.8093934Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex64 2022-09-27T15:34:50.8100250Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float64 2022-09-27T15:34:50.8186594Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int16 2022-09-27T15:34:50.8208449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bool 2022-09-27T15:34:50.8425303Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bool 2022-09-27T15:34:50.8457105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float32 2022-09-27T15:34:50.8641380Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float32 2022-09-27T15:34:50.8661075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex128 2022-09-27T15:34:50.8903192Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex128 2022-09-27T15:34:50.8910548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float64 2022-09-27T15:34:50.9101290Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float64 2022-09-27T15:34:50.9108538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex64 2022-09-27T15:34:50.9292868Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex64 2022-09-27T15:34:50.9301667Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bool 2022-09-27T15:34:50.9306462Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex128 2022-09-27T15:34:50.9332101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int16 2022-09-27T15:34:50.9503412Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int16 2022-09-27T15:34:50.9533105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float16 2022-09-27T15:34:50.9786565Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float16 2022-09-27T15:34:50.9810612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int32 2022-09-27T15:34:50.9999527Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int32 2022-09-27T15:34:51.0002763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float32 2022-09-27T15:34:51.0262198Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float32 2022-09-27T15:34:51.0263961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int64 2022-09-27T15:34:51.0385811Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int64 2022-09-27T15:34:51.0413018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float64 2022-09-27T15:34:51.0667459Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float64 2022-09-27T15:34:51.0678127Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int16 2022-09-27T15:34:51.0678809Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int32 2022-09-27T15:34:51.0706360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int8 2022-09-27T15:34:51.0824296Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int8 2022-09-27T15:34:51.0852509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int16 2022-09-27T15:34:51.1104377Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int16 2022-09-27T15:34:51.1132068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_uint8 2022-09-27T15:34:51.1294696Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_uint8 2022-09-27T15:34:51.1295369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int32 2022-09-27T15:34:51.1547579Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int32 2022-09-27T15:34:51.1573916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:51.1707560Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:51.1738900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int64 2022-09-27T15:34:51.2026274Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int64 2022-09-27T15:34:51.2051338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bool 2022-09-27T15:34:51.2229926Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bool 2022-09-27T15:34:51.2231735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int8 2022-09-27T15:34:51.2506171Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int8 2022-09-27T15:34:51.2508890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex128 2022-09-27T15:34:51.2625335Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex128 2022-09-27T15:34:51.2649439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_uint8 2022-09-27T15:34:51.2945934Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_uint8 2022-09-27T15:34:51.2986969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex64 2022-09-27T15:34:51.3065144Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex64 2022-09-27T15:34:51.3095055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:51.3250235Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:51.3258943Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int32 2022-09-27T15:34:51.3387214Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int64 2022-09-27T15:34:51.3417673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float32 2022-09-27T15:34:51.3495543Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float32 2022-09-27T15:34:51.3504787Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex128 2022-09-27T15:34:51.3506198Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex64 2022-09-27T15:34:51.3526518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bool 2022-09-27T15:34:51.3832926Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bool 2022-09-27T15:34:51.3862327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float64 2022-09-27T15:34:51.3946060Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float64 2022-09-27T15:34:51.3975310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex128 2022-09-27T15:34:51.4269384Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex128 2022-09-27T15:34:51.4294067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int16 2022-09-27T15:34:51.4385918Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int16 2022-09-27T15:34:51.4412058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex64 2022-09-27T15:34:51.4707625Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex64 2022-09-27T15:34:51.4731950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int32 2022-09-27T15:34:51.4824840Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int32 2022-09-27T15:34:51.4844923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float16 2022-09-27T15:34:51.5180283Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float16 2022-09-27T15:34:51.5183317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int64 2022-09-27T15:34:51.5266089Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int64 2022-09-27T15:34:51.5290526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float32 2022-09-27T15:34:51.5586640Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float32 2022-09-27T15:34:51.5612756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int8 2022-09-27T15:34:51.5708560Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int8 2022-09-27T15:34:51.5740749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float64 2022-09-27T15:34:51.6006773Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float64 2022-09-27T15:34:51.6019777Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int64 2022-09-27T15:34:51.6026820Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int8 2022-09-27T15:34:51.6053138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_uint8 2022-09-27T15:34:51.6146249Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_uint8 2022-09-27T15:34:51.6178789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int16 2022-09-27T15:34:51.6466783Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int16 2022-09-27T15:34:51.6496861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bfloat16 2022-09-27T15:34:51.6583564Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bfloat16 2022-09-27T15:34:51.6617849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int32 2022-09-27T15:34:51.6918450Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int32 2022-09-27T15:34:51.6934578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bool 2022-09-27T15:34:51.7063444Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bool 2022-09-27T15:34:51.7064975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int64 2022-09-27T15:34:51.7309018Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int64 2022-09-27T15:34:51.7316863Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex64 2022-09-27T15:34:51.7349252Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float16 2022-09-27T15:34:51.7392398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex128 2022-09-27T15:34:51.7465413Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex128 2022-09-27T15:34:51.7494453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int8 2022-09-27T15:34:51.7785258Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int8 2022-09-27T15:34:51.7816173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex64 2022-09-27T15:34:51.7907180Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex64 2022-09-27T15:34:51.7936139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_uint8 2022-09-27T15:34:51.8267906Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_uint8 2022-09-27T15:34:51.8270516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float32 2022-09-27T15:34:51.8350199Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float32 2022-09-27T15:34:51.8383597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bfloat16 2022-09-27T15:34:51.8666557Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bfloat16 2022-09-27T15:34:51.8691701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float64 2022-09-27T15:34:51.8722479Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float64 2022-09-27T15:34:51.8729284Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int8 2022-09-27T15:34:51.8783400Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_uint8 2022-09-27T15:34:51.8811986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bool 2022-09-27T15:34:51.9102551Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bool 2022-09-27T15:34:51.9127207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int16 2022-09-27T15:34:51.9249445Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int16 2022-09-27T15:34:51.9257169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex128 2022-09-27T15:34:51.9544729Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex128 2022-09-27T15:34:51.9579307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int32 2022-09-27T15:34:51.9663054Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int32 2022-09-27T15:34:51.9684991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex32 2022-09-27T15:34:51.9984928Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex32 2022-09-27T15:34:52.0005535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int64 2022-09-27T15:34:52.0105362Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int64 2022-09-27T15:34:52.0134116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex64 2022-09-27T15:34:52.0460539Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex64 2022-09-27T15:34:52.0463465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int8 2022-09-27T15:34:52.0554261Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int8 2022-09-27T15:34:52.0581453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float16 2022-09-27T15:34:52.0893765Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float16 2022-09-27T15:34:52.0898865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_uint8 2022-09-27T15:34:52.0992741Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_uint8 2022-09-27T15:34:52.1011605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float32 2022-09-27T15:34:52.1305081Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float32 2022-09-27T15:34:52.1326342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:52.1335155Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_uint8 2022-09-27T15:34:52.1342237Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:52.1384485Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bfloat16 2022-09-27T15:34:52.1390853Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float16 2022-09-27T15:34:52.1422777Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float32 2022-09-27T15:34:52.1446243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float64 2022-09-27T15:34:52.1772038Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float64 2022-09-27T15:34:52.1794078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bool 2022-09-27T15:34:52.1939319Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bool 2022-09-27T15:34:52.1941973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int16 2022-09-27T15:34:52.2226013Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int16 2022-09-27T15:34:52.2242813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex128 2022-09-27T15:34:52.2249630Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bfloat16 2022-09-27T15:34:52.2259670Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex128 2022-09-27T15:34:52.2343538Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bool 2022-09-27T15:34:52.2367542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int32 2022-09-27T15:34:52.2681328Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int32 2022-09-27T15:34:52.2711584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex64 2022-09-27T15:34:52.2827401Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex64 2022-09-27T15:34:52.2858881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int64 2022-09-27T15:34:52.3146466Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int64 2022-09-27T15:34:52.3172584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float32 2022-09-27T15:34:52.3264520Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float32 2022-09-27T15:34:52.3293877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int8 2022-09-27T15:34:52.3424583Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int8 2022-09-27T15:34:52.3428853Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bool 2022-09-27T15:34:52.3582328Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex128 2022-09-27T15:34:52.3591497Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float32 2022-09-27T15:34:52.3593694Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float64 2022-09-27T15:34:52.3621145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float64 2022-09-27T15:34:52.3708662Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float64 2022-09-27T15:34:52.3728408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_uint8 2022-09-27T15:34:52.4029458Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_uint8 2022-09-27T15:34:52.4063269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int16 2022-09-27T15:34:52.4225264Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int16 2022-09-27T15:34:52.4229026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:52.4468775Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:52.4496475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int32 2022-09-27T15:34:52.4625232Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int32 2022-09-27T15:34:52.4649133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bool 2022-09-27T15:34:52.4907713Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bool 2022-09-27T15:34:52.4939854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int64 2022-09-27T15:34:52.5022799Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int64 2022-09-27T15:34:52.5033270Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex128 2022-09-27T15:34:52.5063753Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex64 2022-09-27T15:34:52.5085339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex128 2022-09-27T15:34:52.5348595Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex128 2022-09-27T15:34:52.5376763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int8 2022-09-27T15:34:52.5507238Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int8 2022-09-27T15:34:52.5538772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex32 2022-09-27T15:34:52.5832410Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex32 2022-09-27T15:34:52.5834499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_uint8 2022-09-27T15:34:52.5943928Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_uint8 2022-09-27T15:34:52.5967417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex64 2022-09-27T15:34:52.6282060Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex64 2022-09-27T15:34:52.6284450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_bfloat16 2022-09-27T15:34:52.6384662Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_bfloat16 2022-09-27T15:34:52.6389089Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex64 2022-09-27T15:34:52.6397549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float16 2022-09-27T15:34:52.6415337Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float64 2022-09-27T15:34:52.6417608Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float16 2022-09-27T15:34:52.6419925Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float16 2022-09-27T15:34:52.6705635Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int16 2022-09-27T15:34:52.6743984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float32 2022-09-27T15:34:52.6864924Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float32 2022-09-27T15:34:52.6967442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float32 2022-09-27T15:34:52.7147373Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float32 2022-09-27T15:34:52.7213189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float64 2022-09-27T15:34:52.7339239Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float64 2022-09-27T15:34:52.7343440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float64 2022-09-27T15:34:52.7587029Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float64 2022-09-27T15:34:52.7618599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:52.7778198Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:52.7823563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int16 2022-09-27T15:34:52.8032846Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int16 2022-09-27T15:34:52.8053481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float32 2022-09-27T15:34:52.8185805Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float32 2022-09-27T15:34:52.8213756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int32 2022-09-27T15:34:52.8466934Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int32 2022-09-27T15:34:52.8491849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float64 2022-09-27T15:34:52.8524540Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float64 2022-09-27T15:34:52.8532297Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float16 2022-09-27T15:34:52.8656995Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float32 2022-09-27T15:34:52.8661486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int64 2022-09-27T15:34:52.8939552Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int64 2022-09-27T15:34:52.8943086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bfloat16 2022-09-27T15:34:52.9111464Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bfloat16 2022-09-27T15:34:52.9116413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int8 2022-09-27T15:34:52.9307117Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int8 2022-09-27T15:34:52.9314701Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int16 2022-09-27T15:34:52.9334988Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int32 2022-09-27T15:34:52.9345188Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float32 2022-09-27T15:34:52.9347406Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float64 2022-09-27T15:34:52.9376524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bool 2022-09-27T15:34:52.9509330Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bool 2022-09-27T15:34:52.9538347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_uint8 2022-09-27T15:34:52.9789997Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_uint8 2022-09-27T15:34:52.9822544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float32 2022-09-27T15:34:52.9948814Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float32 2022-09-27T15:34:52.9979715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bfloat16 2022-09-27T15:34:53.0227890Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bfloat16 2022-09-27T15:34:53.0242357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float64 2022-09-27T15:34:53.0258354Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float64 2022-09-27T15:34:53.0264771Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float64 2022-09-27T15:34:53.0383588Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int16 2022-09-27T15:34:53.0415499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bool 2022-09-27T15:34:53.0666405Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bool 2022-09-27T15:34:53.0700687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int16 2022-09-27T15:34:53.0866917Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int16 2022-09-27T15:34:53.0869777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex128 2022-09-27T15:34:53.1080048Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex128 2022-09-27T15:34:53.1086808Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int16 2022-09-27T15:34:53.1107619Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int32 2022-09-27T15:34:53.1130958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int32 2022-09-27T15:34:53.1300766Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int32 2022-09-27T15:34:53.1301800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex32 2022-09-27T15:34:53.1548058Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex32 2022-09-27T15:34:53.1571094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int64 2022-09-27T15:34:53.1738803Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int64 2022-09-27T15:34:53.1743265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex64 2022-09-27T15:34:53.1985667Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex64 2022-09-27T15:34:53.2017126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int8 2022-09-27T15:34:53.2053322Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int8 2022-09-27T15:34:53.2062521Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int32 2022-09-27T15:34:53.2144726Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int64 2022-09-27T15:34:53.2165537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float16 2022-09-27T15:34:53.2297913Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float16 2022-09-27T15:34:53.2306992Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int32 2022-09-27T15:34:53.2424195Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int64 2022-09-27T15:34:53.2451310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_uint8 2022-09-27T15:34:53.2586298Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_uint8 2022-09-27T15:34:53.2641585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float32 2022-09-27T15:34:53.2843937Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float32 2022-09-27T15:34:53.2852109Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int64 2022-09-27T15:34:53.2867623Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int8 2022-09-27T15:34:53.2910989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:53.3080111Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:53.3093364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float64 2022-09-27T15:34:53.3337504Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float64 2022-09-27T15:34:53.3342639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bool 2022-09-27T15:34:53.3505175Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bool 2022-09-27T15:34:53.3526356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int16 2022-09-27T15:34:53.3672515Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int16 2022-09-27T15:34:53.3679676Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int8 2022-09-27T15:34:53.3742805Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_uint8 2022-09-27T15:34:53.3763373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float32 2022-09-27T15:34:53.3945711Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float32 2022-09-27T15:34:53.3972207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int32 2022-09-27T15:34:53.4187696Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int32 2022-09-27T15:34:53.4220774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float64 2022-09-27T15:34:53.4388964Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float64 2022-09-27T15:34:53.4437406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int64 2022-09-27T15:34:53.4564148Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int64 2022-09-27T15:34:53.4576149Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_uint8 2022-09-27T15:34:53.4625665Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bfloat16 2022-09-27T15:34:53.4651009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int16 2022-09-27T15:34:53.4824047Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int16 2022-09-27T15:34:53.4852430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int8 2022-09-27T15:34:53.5097335Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int8 2022-09-27T15:34:53.5100579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int32 2022-09-27T15:34:53.5267458Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int32 2022-09-27T15:34:53.5295635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_uint8 2022-09-27T15:34:53.5346051Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_uint8 2022-09-27T15:34:53.5352818Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int64 2022-09-27T15:34:53.5503711Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int8 2022-09-27T15:34:53.5534337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int64 2022-09-27T15:34:53.5702435Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int64 2022-09-27T15:34:53.5722007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:53.5948620Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:53.5977961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int8 2022-09-27T15:34:53.6145879Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int8 2022-09-27T15:34:53.6177439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bool 2022-09-27T15:34:53.6415724Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bool 2022-09-27T15:34:53.6419016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_uint8 2022-09-27T15:34:53.6616451Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_uint8 2022-09-27T15:34:53.6618158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex128 2022-09-27T15:34:53.6824631Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex128 2022-09-27T15:34:53.6854393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_bool 2022-09-27T15:34:53.7037026Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_bool 2022-09-27T15:34:53.7051846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex32 2022-09-27T15:34:53.7287461Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex32 2022-09-27T15:34:53.7303732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float32 2022-09-27T15:34:53.7465873Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float32 2022-09-27T15:34:53.7492466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex64 2022-09-27T15:34:53.7557407Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex64 2022-09-27T15:34:53.7565588Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bfloat16 2022-09-27T15:34:53.7702779Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bool 2022-09-27T15:34:53.7733884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float64 2022-09-27T15:34:53.7904550Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float64 2022-09-27T15:34:53.7928555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float16 2022-09-27T15:34:53.8070187Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float16 2022-09-27T15:34:53.8081440Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int8 2022-09-27T15:34:53.8156040Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_uint8 2022-09-27T15:34:53.8178571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int16 2022-09-27T15:34:53.8385138Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int16 2022-09-27T15:34:53.8417588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float32 2022-09-27T15:34:53.8587748Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float32 2022-09-27T15:34:53.8635794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int32 2022-09-27T15:34:53.8840894Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int32 2022-09-27T15:34:53.8868736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float64 2022-09-27T15:34:53.9076318Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float64 2022-09-27T15:34:53.9102033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int64 2022-09-27T15:34:53.9332221Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int64 2022-09-27T15:34:53.9333980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int16 2022-09-27T15:34:53.9503737Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int16 2022-09-27T15:34:53.9531016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int8 2022-09-27T15:34:53.9637808Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int8 2022-09-27T15:34:53.9647242Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bool 2022-09-27T15:34:53.9750482Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex128 2022-09-27T15:34:53.9790858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int32 2022-09-27T15:34:53.9945442Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int32 2022-09-27T15:34:53.9980664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_uint8 2022-09-27T15:34:54.0183614Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_uint8 2022-09-27T15:34:54.0216952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int64 2022-09-27T15:34:54.0386689Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int64 2022-09-27T15:34:54.0412893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_bool 2022-09-27T15:34:54.0554815Z [gw0] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_bool 2022-09-27T15:34:54.0561555Z [gw2] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_uint8 2022-09-27T15:34:54.0629348Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_bfloat16 2022-09-27T15:34:54.0658741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int8 2022-09-27T15:34:54.0829508Z [gw1] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int8 2022-09-27T15:34:54.0865105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float32 2022-09-27T15:34:54.1066453Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float32 2022-09-27T15:34:54.1095037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_uint8 2022-09-27T15:34:54.1268406Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_uint8 2022-09-27T15:34:54.1309904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float64 2022-09-27T15:34:54.1506775Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float64 2022-09-27T15:34:54.1533771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bfloat16 2022-09-27T15:34:54.1707732Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bfloat16 2022-09-27T15:34:54.1730322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int16 2022-09-27T15:34:54.1771258Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int16 2022-09-27T15:34:54.1781884Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_bfloat16 2022-09-27T15:34:54.1950448Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float32 2022-09-27T15:34:54.1980100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bool 2022-09-27T15:34:54.2147776Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bool 2022-09-27T15:34:54.2173795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int32 2022-09-27T15:34:54.2389087Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int32 2022-09-27T15:34:54.2421491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex128 2022-09-27T15:34:54.2590041Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex128 2022-09-27T15:34:54.2626399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int64 2022-09-27T15:34:54.2732760Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int64 2022-09-27T15:34:54.2740584Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float32 2022-09-27T15:34:54.2823837Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float64 2022-09-27T15:34:54.2850290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex64 2022-09-27T15:34:54.3037388Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex64 2022-09-27T15:34:54.3061001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int8 2022-09-27T15:34:54.3269709Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int8 2022-09-27T15:34:54.3303828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float16 2022-09-27T15:34:54.3513914Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float16 2022-09-27T15:34:54.3516738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_uint8 2022-09-27T15:34:54.3720271Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_uint8 2022-09-27T15:34:54.3737040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float32 2022-09-27T15:34:54.3996781Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float32 2022-09-27T15:34:54.4005854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_bool 2022-09-27T15:34:54.4147623Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_bool 2022-09-27T15:34:54.4174634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float64 2022-09-27T15:34:54.4183832Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float64 2022-09-27T15:34:54.4191536Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float64 2022-09-27T15:34:54.4387440Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int16 2022-09-27T15:34:54.4416861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float32 2022-09-27T15:34:54.4561455Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float32 2022-09-27T15:34:54.4571949Z [gw3] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex128 2022-09-27T15:34:54.4585358Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex64 2022-09-27T15:34:54.4614548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int16 2022-09-27T15:34:54.4830223Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int16 2022-09-27T15:34:54.4859323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float64 2022-09-27T15:34:54.4934098Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float64 2022-09-27T15:34:54.4941996Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int16 2022-09-27T15:34:54.5030216Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int32 2022-09-27T15:34:54.5061737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int32 2022-09-27T15:34:54.5302632Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int32 2022-09-27T15:34:54.5307862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int16 2022-09-27T15:34:54.5506991Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int16 2022-09-27T15:34:54.5535976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int64 2022-09-27T15:34:54.5697346Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int64 2022-09-27T15:34:54.5710679Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int32 2022-09-27T15:34:54.5715340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int32 2022-09-27T15:34:54.5740965Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int64 2022-09-27T15:34:54.5945094Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int32 2022-09-27T15:34:54.5971970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int8 2022-09-27T15:34:54.6183771Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int8 2022-09-27T15:34:54.6200767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int64 2022-09-27T15:34:54.6428541Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int64 2022-09-27T15:34:54.6456838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_uint8 2022-09-27T15:34:54.6480668Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_uint8 2022-09-27T15:34:54.6489747Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int64 2022-09-27T15:34:54.6586378Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int8 2022-09-27T15:34:54.6612333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int8 2022-09-27T15:34:54.6943007Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int8 2022-09-27T15:34:54.6943914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:54.7024363Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:54.7050414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_uint8 2022-09-27T15:34:54.7162601Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_uint8 2022-09-27T15:34:54.7169603Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int8 2022-09-27T15:34:54.7345230Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_uint8 2022-09-27T15:34:54.7370394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bool 2022-09-27T15:34:54.7464539Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bool 2022-09-27T15:34:54.7496700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_bool 2022-09-27T15:34:54.7787829Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_bool 2022-09-27T15:34:54.7815606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex128 2022-09-27T15:34:54.7847176Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex128 2022-09-27T15:34:54.7856369Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_uint8 2022-09-27T15:34:54.7864557Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bfloat16 2022-09-27T15:34:54.7871737Z [gw3] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex64 2022-09-27T15:34:54.7903168Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float16 2022-09-27T15:34:54.7925672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float32 2022-09-27T15:34:54.8017205Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float32 2022-09-27T15:34:54.8222284Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bfloat16 2022-09-27T15:34:54.8241243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex64 2022-09-27T15:34:54.8261667Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex64 2022-09-27T15:34:54.8342677Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bool 2022-09-27T15:34:54.8367181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float64 2022-09-27T15:34:54.8422237Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float64 2022-09-27T15:34:54.8665086Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bool 2022-09-27T15:34:54.8695416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float16 2022-09-27T15:34:54.8708748Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float16 2022-09-27T15:34:54.8784061Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex128 2022-09-27T15:34:54.8812114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int16 2022-09-27T15:34:54.8899656Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int16 2022-09-27T15:34:54.9103448Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex128 2022-09-27T15:34:54.9128994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float32 2022-09-27T15:34:54.9161174Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float32 2022-09-27T15:34:54.9223531Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex32 2022-09-27T15:34:54.9250393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int32 2022-09-27T15:34:54.9355233Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int32 2022-09-27T15:34:54.9542833Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex32 2022-09-27T15:34:54.9564859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float64 2022-09-27T15:34:54.9582340Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float64 2022-09-27T15:34:54.9663596Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex64 2022-09-27T15:34:54.9685439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int64 2022-09-27T15:34:54.9794745Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int64 2022-09-27T15:34:54.9984903Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex64 2022-09-27T15:34:55.0013286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int16 2022-09-27T15:34:55.0024214Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int16 2022-09-27T15:34:55.0105017Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float16 2022-09-27T15:34:55.0131813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int8 2022-09-27T15:34:55.0222282Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int8 2022-09-27T15:34:55.0424697Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float16 2022-09-27T15:34:55.0448229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int32 2022-09-27T15:34:55.0463536Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int32 2022-09-27T15:34:55.0543787Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float32 2022-09-27T15:34:55.0573749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_uint8 2022-09-27T15:34:55.0651845Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_uint8 2022-09-27T15:34:55.0862152Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float32 2022-09-27T15:34:55.0886094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int64 2022-09-27T15:34:55.0902411Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int64 2022-09-27T15:34:55.0982879Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float64 2022-09-27T15:34:55.1009795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bfloat16 2022-09-27T15:34:55.1084786Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bfloat16 2022-09-27T15:34:55.1293607Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float64 2022-09-27T15:34:55.1301516Z [gw3] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float16 2022-09-27T15:34:55.1302072Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float32 2022-09-27T15:34:55.1330151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int8 2022-09-27T15:34:55.1341456Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int8 2022-09-27T15:34:55.1423067Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int16 2022-09-27T15:34:55.1443977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bool 2022-09-27T15:34:55.1489935Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bool 2022-09-27T15:34:55.1746869Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int16 2022-09-27T15:34:55.1768182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_uint8 2022-09-27T15:34:55.1783169Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_uint8 2022-09-27T15:34:55.1863384Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int32 2022-09-27T15:34:55.1887924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float32 2022-09-27T15:34:55.1956442Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float32 2022-09-27T15:34:55.2183222Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int32 2022-09-27T15:34:55.2206280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bfloat16 2022-09-27T15:34:55.2223231Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bfloat16 2022-09-27T15:34:55.2303128Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int64 2022-09-27T15:34:55.2330520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float64 2022-09-27T15:34:55.2389487Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float64 2022-09-27T15:34:55.2629141Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int64 2022-09-27T15:34:55.2653256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bool 2022-09-27T15:34:55.2664595Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bool 2022-09-27T15:34:55.2743557Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int8 2022-09-27T15:34:55.2768126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int16 2022-09-27T15:34:55.2861543Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int16 2022-09-27T15:34:55.3062582Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int8 2022-09-27T15:34:55.3087885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float32 2022-09-27T15:34:55.3102755Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float32 2022-09-27T15:34:55.3183430Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_uint8 2022-09-27T15:34:55.3211956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int32 2022-09-27T15:34:55.3287645Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int32 2022-09-27T15:34:55.3427304Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_uint8 2022-09-27T15:34:55.3436009Z [gw3] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float32 2022-09-27T15:34:55.3503255Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float64 2022-09-27T15:34:55.3524996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float64 2022-09-27T15:34:55.3541584Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float64 2022-09-27T15:34:55.3621798Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bfloat16 2022-09-27T15:34:55.3632371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int64 2022-09-27T15:34:55.3646915Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bfloat16 2022-09-27T15:34:55.3947286Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int64 2022-09-27T15:34:55.3969831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int16 2022-09-27T15:34:55.3984205Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int16 2022-09-27T15:34:55.4063676Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bool 2022-09-27T15:34:55.4081096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int8 2022-09-27T15:34:55.4092540Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bool 2022-09-27T15:34:55.4383270Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int8 2022-09-27T15:34:55.4409684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int32 2022-09-27T15:34:55.4423153Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int32 2022-09-27T15:34:55.4502700Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex128 2022-09-27T15:34:55.4529157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_uint8 2022-09-27T15:34:55.4541229Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_uint8 2022-09-27T15:34:55.4827886Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex128 2022-09-27T15:34:55.4848879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int64 2022-09-27T15:34:55.4863457Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int64 2022-09-27T15:34:55.4943760Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex32 2022-09-27T15:34:55.4965228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:55.4978199Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:55.5267249Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex32 2022-09-27T15:34:55.5289213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int8 2022-09-27T15:34:55.5303606Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int8 2022-09-27T15:34:55.5383893Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex64 2022-09-27T15:34:55.5410180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bool 2022-09-27T15:34:55.5429714Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bool 2022-09-27T15:34:55.5703475Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex64 2022-09-27T15:34:55.5722562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_uint8 2022-09-27T15:34:55.5742364Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_uint8 2022-09-27T15:34:55.5822811Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float16 2022-09-27T15:34:55.5832531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float32 2022-09-27T15:34:55.5848155Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float16 2022-09-27T15:34:55.5882013Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float32 2022-09-27T15:34:55.5888258Z [gw3] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float64 2022-09-27T15:34:55.6141964Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int16 2022-09-27T15:34:55.6164065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_bfloat16 2022-09-27T15:34:55.6181535Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_bfloat16 2022-09-27T15:34:55.6264049Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float32 2022-09-27T15:34:55.6269035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float64 2022-09-27T15:34:55.6284234Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float32 2022-09-27T15:34:55.6584200Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float64 2022-09-27T15:34:55.6606192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float32 2022-09-27T15:34:55.6622871Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float32 2022-09-27T15:34:55.6702901Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float64 2022-09-27T15:34:55.6731566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int16 2022-09-27T15:34:55.6735510Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int16 2022-09-27T15:34:55.7022124Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float64 2022-09-27T15:34:55.7039540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float64 2022-09-27T15:34:55.7061825Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float64 2022-09-27T15:34:55.7135365Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int16 2022-09-27T15:34:55.7144733Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int16 2022-09-27T15:34:55.7165191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int32 2022-09-27T15:34:55.7467511Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int32 2022-09-27T15:34:55.7492970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int16 2022-09-27T15:34:55.7504299Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int16 2022-09-27T15:34:55.7583380Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int32 2022-09-27T15:34:55.7608017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int64 2022-09-27T15:34:55.7623088Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int64 2022-09-27T15:34:55.7904050Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int32 2022-09-27T15:34:55.7926196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int32 2022-09-27T15:34:55.7942449Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int32 2022-09-27T15:34:55.8021660Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int64 2022-09-27T15:34:55.8045619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int8 2022-09-27T15:34:55.8052574Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int8 2022-09-27T15:34:55.8136459Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int64 2022-09-27T15:34:55.8142242Z [gw3] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int16 2022-09-27T15:34:55.8341971Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int32 2022-09-27T15:34:55.8361010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int64 2022-09-27T15:34:55.8421908Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int64 2022-09-27T15:34:55.8464666Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int8 2022-09-27T15:34:55.8482617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_uint8 2022-09-27T15:34:55.8492403Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_uint8 2022-09-27T15:34:55.8784032Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int8 2022-09-27T15:34:55.8804713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int8 2022-09-27T15:34:55.8863312Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int8 2022-09-27T15:34:55.8903320Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_uint8 2022-09-27T15:34:55.8927965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_bfloat16 2022-09-27T15:34:55.8951084Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_bfloat16 2022-09-27T15:34:55.9223708Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_uint8 2022-09-27T15:34:55.9243337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_uint8 2022-09-27T15:34:55.9301912Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_uint8 2022-09-27T15:34:55.9342304Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bfloat16 2022-09-27T15:34:55.9362357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float32 2022-09-27T15:34:55.9445888Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float32 2022-09-27T15:34:55.9666218Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bfloat16 2022-09-27T15:34:55.9688151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:55.9744003Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:55.9783771Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bool 2022-09-27T15:34:55.9808722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float64 2022-09-27T15:34:55.9876481Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float64 2022-09-27T15:34:56.0102676Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bool 2022-09-27T15:34:56.0121684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float32 2022-09-27T15:34:56.0183706Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float32 2022-09-27T15:34:56.0222107Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex128 2022-09-27T15:34:56.0242750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int16 2022-09-27T15:34:56.0421724Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int16 2022-09-27T15:34:56.0469763Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex128 2022-09-27T15:34:56.0476863Z [gw3] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int32 2022-09-27T15:34:56.0543224Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int64 2022-09-27T15:34:56.0567293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float64 2022-09-27T15:34:56.0623271Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float64 2022-09-27T15:34:56.0662537Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex32 2022-09-27T15:34:56.0684475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int32 2022-09-27T15:34:56.0859061Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int32 2022-09-27T15:34:56.0982265Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex32 2022-09-27T15:34:56.1008719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int16 2022-09-27T15:34:56.1064007Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int16 2022-09-27T15:34:56.1104258Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex64 2022-09-27T15:34:56.1138551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int64 2022-09-27T15:34:56.1269021Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int64 2022-09-27T15:34:56.1444562Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex64 2022-09-27T15:34:56.1445629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int32 2022-09-27T15:34:56.1502634Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int32 2022-09-27T15:34:56.1543497Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float16 2022-09-27T15:34:56.1576315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int8 2022-09-27T15:34:56.1680273Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int8 2022-09-27T15:34:56.1862230Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float16 2022-09-27T15:34:56.1882276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int64 2022-09-27T15:34:56.1942898Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int64 2022-09-27T15:34:56.1983650Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float32 2022-09-27T15:34:56.2017493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_uint8 2022-09-27T15:34:56.2122260Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_uint8 2022-09-27T15:34:56.2304918Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float32 2022-09-27T15:34:56.2330986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int8 2022-09-27T15:34:56.2382790Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int8 2022-09-27T15:34:56.2423801Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float64 2022-09-27T15:34:56.2448069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:56.2542518Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:56.2742909Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float64 2022-09-27T15:34:56.2763580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_uint8 2022-09-27T15:34:56.2797036Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_uint8 2022-09-27T15:34:56.2805528Z [gw3] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int64 2022-09-27T15:34:56.2822154Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int8 2022-09-27T15:34:56.2862505Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int16 2022-09-27T15:34:56.2884690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float32 2022-09-27T15:34:56.2931898Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float32 2022-09-27T15:34:56.3181696Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int16 2022-09-27T15:34:56.3200937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_bool 2022-09-27T15:34:56.3263994Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_bool 2022-09-27T15:34:56.3303475Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int32 2022-09-27T15:34:56.3329521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float64 2022-09-27T15:34:56.3393634Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float64 2022-09-27T15:34:56.3623381Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int32 2022-09-27T15:34:56.3645368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float32 2022-09-27T15:34:56.3702185Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float32 2022-09-27T15:34:56.3742365Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int64 2022-09-27T15:34:56.3766237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int16 2022-09-27T15:34:56.3822574Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int16 2022-09-27T15:34:56.4061959Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int64 2022-09-27T15:34:56.4082076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float64 2022-09-27T15:34:56.4142048Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float64 2022-09-27T15:34:56.4182833Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int8 2022-09-27T15:34:56.4209817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int32 2022-09-27T15:34:56.4262504Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int32 2022-09-27T15:34:56.4504243Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int8 2022-09-27T15:34:56.4529664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int16 2022-09-27T15:34:56.4582335Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int16 2022-09-27T15:34:56.4623001Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_uint8 2022-09-27T15:34:56.4654035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int64 2022-09-27T15:34:56.4712615Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int64 2022-09-27T15:34:56.4942546Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_uint8 2022-09-27T15:34:56.4963280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int32 2022-09-27T15:34:56.4969955Z [gw3] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int8 2022-09-27T15:34:56.4976757Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int32 2022-09-27T15:34:56.5021289Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_uint8 2022-09-27T15:34:56.5061741Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bfloat16 2022-09-27T15:34:56.5093555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int8 2022-09-27T15:34:56.5095761Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bfloat16 2022-09-27T15:34:56.5381844Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int8 2022-09-27T15:34:56.5402097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int64 2022-09-27T15:34:56.5463771Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int64 2022-09-27T15:34:56.5503169Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bool 2022-09-27T15:34:56.5532063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_uint8 2022-09-27T15:34:56.5538562Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bool 2022-09-27T15:34:56.5823393Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_uint8 2022-09-27T15:34:56.5846517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int8 2022-09-27T15:34:56.5902249Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int8 2022-09-27T15:34:56.5942210Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex128 2022-09-27T15:34:56.5967528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_bfloat16 2022-09-27T15:34:56.5996629Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_bfloat16 2022-09-27T15:34:56.6262191Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex128 2022-09-27T15:34:56.6281677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_uint8 2022-09-27T15:34:56.6341876Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_uint8 2022-09-27T15:34:56.6382046Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex32 2022-09-27T15:34:56.6406051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float32 2022-09-27T15:34:56.6428968Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float32 2022-09-27T15:34:56.6705009Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex32 2022-09-27T15:34:56.6728625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_bool 2022-09-27T15:34:56.6782673Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_bool 2022-09-27T15:34:56.6822750Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex64 2022-09-27T15:34:56.6846786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float64 2022-09-27T15:34:56.6872120Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float64 2022-09-27T15:34:56.7142980Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex64 2022-09-27T15:34:56.7164337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float32 2022-09-27T15:34:56.7175637Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float32 2022-09-27T15:34:56.7183740Z [gw3] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_uint8 2022-09-27T15:34:56.7221700Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bfloat16 2022-09-27T15:34:56.7262011Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float16 2022-09-27T15:34:56.7291124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int16 2022-09-27T15:34:56.7293469Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int16 2022-09-27T15:34:56.7583210Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float16 2022-09-27T15:34:56.7604928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float64 2022-09-27T15:34:56.7665862Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float64 2022-09-27T15:34:56.7703692Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float32 2022-09-27T15:34:56.7733331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int32 2022-09-27T15:34:56.7744096Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int32 2022-09-27T15:34:56.8023923Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float32 2022-09-27T15:34:56.8049763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int16 2022-09-27T15:34:56.8102284Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int16 2022-09-27T15:34:56.8142561Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float64 2022-09-27T15:34:56.8169950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int64 2022-09-27T15:34:56.8181204Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int64 2022-09-27T15:34:56.8463262Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float64 2022-09-27T15:34:56.8486589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int32 2022-09-27T15:34:56.8541840Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int32 2022-09-27T15:34:56.8582515Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int16 2022-09-27T15:34:56.8602377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int8 2022-09-27T15:34:56.8613030Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int16 2022-09-27T15:34:56.8907856Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int8 2022-09-27T15:34:56.8933805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int64 2022-09-27T15:34:56.8983836Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int64 2022-09-27T15:34:56.9024261Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int32 2022-09-27T15:34:56.9057035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_uint8 2022-09-27T15:34:56.9064761Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int32 2022-09-27T15:34:56.9345458Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_uint8 2022-09-27T15:34:56.9371751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int8 2022-09-27T15:34:56.9423280Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int8 2022-09-27T15:34:56.9462874Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int64 2022-09-27T15:34:56.9495489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:56.9498412Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int64 2022-09-27T15:34:56.9782381Z [gw0] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:56.9789672Z [gw3] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bfloat16 2022-09-27T15:34:56.9795746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_uint8 2022-09-27T15:34:56.9809484Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bool 2022-09-27T15:34:56.9861219Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_uint8 2022-09-27T15:34:56.9917348Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int8 2022-09-27T15:34:56.9941739Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int8 2022-09-27T15:34:57.0265719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float32 2022-09-27T15:34:57.0290568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bfloat16 2022-09-27T15:34:57.0304274Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bfloat16 2022-09-27T15:34:57.0383593Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_uint8 2022-09-27T15:34:57.0705555Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_uint8 2022-09-27T15:34:57.0731744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bool 2022-09-27T15:34:57.0743442Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bool 2022-09-27T15:34:57.0907990Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_bfloat16 2022-09-27T15:34:57.0965312Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_bfloat16 2022-09-27T15:34:57.0973893Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float32 2022-09-27T15:34:57.1187765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float64 2022-09-27T15:34:57.1198237Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex128 2022-09-27T15:34:57.1233057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex128 2022-09-27T15:34:57.1340353Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex128 2022-09-27T15:34:57.1464717Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex128 2022-09-27T15:34:57.1474647Z [gw3] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bool 2022-09-27T15:34:57.1628170Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex128 2022-09-27T15:34:57.1695806Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex64 2022-09-27T15:34:57.1721295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex64 2022-09-27T15:34:57.1775942Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex64 2022-09-27T15:34:57.2068185Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex64 2022-09-27T15:34:57.2145438Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float16 2022-09-27T15:34:57.2167606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float32 2022-09-27T15:34:57.2211540Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float32 2022-09-27T15:34:57.2226724Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float16 2022-09-27T15:34:57.2238775Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float64 2022-09-27T15:34:57.2507325Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int16 2022-09-27T15:34:57.2584466Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float32 2022-09-27T15:34:57.2611795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float64 2022-09-27T15:34:57.2626336Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float64 2022-09-27T15:34:57.2944615Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float32 2022-09-27T15:34:57.3056722Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float64 2022-09-27T15:34:57.3095837Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float64 2022-09-27T15:34:57.3098315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int16 2022-09-27T15:34:57.3383757Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int16 2022-09-27T15:34:57.3543713Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_bfloat16 2022-09-27T15:34:57.3564481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int32 2022-09-27T15:34:57.3636232Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int32 2022-09-27T15:34:57.3711365Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_bfloat16 2022-09-27T15:34:57.3724709Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int16 2022-09-27T15:34:57.3825965Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int32 2022-09-27T15:34:57.3988845Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex128 2022-09-27T15:34:57.4025766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int64 2022-09-27T15:34:57.4058432Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int64 2022-09-27T15:34:57.4265919Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex128 2022-09-27T15:34:57.4427828Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex64 2022-09-27T15:34:57.4460015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int8 2022-09-27T15:34:57.4471368Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int8 2022-09-27T15:34:57.4707338Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex64 2022-09-27T15:34:57.4868128Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float16 2022-09-27T15:34:57.4896878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_uint8 2022-09-27T15:34:57.4947813Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_uint8 2022-09-27T15:34:57.5061131Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float16 2022-09-27T15:34:57.5070581Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int32 2022-09-27T15:34:57.5142427Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int64 2022-09-27T15:34:57.5324055Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float32 2022-09-27T15:34:57.5363601Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float32 2022-09-27T15:34:57.5368232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:57.5599330Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:57.5746416Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float64 2022-09-27T15:34:57.5765952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bool 2022-09-27T15:34:57.5782985Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float64 2022-09-27T15:34:57.5819111Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bool 2022-09-27T15:34:57.5826923Z [gw3] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex128 2022-09-27T15:34:57.6023604Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex64 2022-09-27T15:34:57.6219581Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bfloat16 2022-09-27T15:34:57.6225799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex128 2022-09-27T15:34:57.6340527Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex128 2022-09-27T15:34:57.6465817Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bfloat16 2022-09-27T15:34:57.6511226Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bool 2022-09-27T15:34:57.6521073Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int64 2022-09-27T15:34:57.6624099Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int8 2022-09-27T15:34:57.6653455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex64 2022-09-27T15:34:57.6784568Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex64 2022-09-27T15:34:57.6956352Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bool 2022-09-27T15:34:57.7064228Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex128 2022-09-27T15:34:57.7097727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float32 2022-09-27T15:34:57.7371846Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float32 2022-09-27T15:34:57.7385257Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex128 2022-09-27T15:34:57.7520153Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex32 2022-09-27T15:34:57.7543282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float64 2022-09-27T15:34:57.7805450Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float64 2022-09-27T15:34:57.7863475Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex32 2022-09-27T15:34:57.7948974Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex64 2022-09-27T15:34:57.7982406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int16 2022-09-27T15:34:57.7997538Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int16 2022-09-27T15:34:57.8008532Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int8 2022-09-27T15:34:57.8281028Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_uint8 2022-09-27T15:34:57.8304232Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex64 2022-09-27T15:34:57.8383768Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float16 2022-09-27T15:34:57.8409683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int32 2022-09-27T15:34:57.8676387Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int32 2022-09-27T15:34:57.8750511Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float16 2022-09-27T15:34:57.8823857Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float32 2022-09-27T15:34:57.8855624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int64 2022-09-27T15:34:57.9098853Z [gw1] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int64 2022-09-27T15:34:57.9182793Z [gw2] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float32 2022-09-27T15:34:57.9263629Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float64 2022-09-27T15:34:57.9286817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int8 2022-09-27T15:34:57.9362489Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int8 2022-09-27T15:34:57.9371260Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_uint8 2022-09-27T15:34:57.9471812Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bfloat16 2022-09-27T15:34:57.9481268Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex64 2022-09-27T15:34:57.9572897Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float16 2022-09-27T15:34:57.9663056Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float64 2022-09-27T15:34:57.9703715Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int16 2022-09-27T15:34:57.9735269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_uint8 2022-09-27T15:34:57.9895068Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_uint8 2022-09-27T15:34:58.0103498Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int16 2022-09-27T15:34:58.0143354Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int32 2022-09-27T15:34:58.0174153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bfloat16 2022-09-27T15:34:58.0365796Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bfloat16 2022-09-27T15:34:58.0556566Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int32 2022-09-27T15:34:58.0585570Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int64 2022-09-27T15:34:58.0616344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bool 2022-09-27T15:34:58.0807618Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bool 2022-09-27T15:34:58.0983777Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int64 2022-09-27T15:34:58.1023613Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int8 2022-09-27T15:34:58.1055449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex128 2022-09-27T15:34:58.1084159Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex128 2022-09-27T15:34:58.1090970Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bfloat16 2022-09-27T15:34:58.1234124Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bool 2022-09-27T15:34:58.1428846Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int8 2022-09-27T15:34:58.1462523Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_uint8 2022-09-27T15:34:58.1482217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex64 2022-09-27T15:34:58.1685971Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex64 2022-09-27T15:34:58.1863343Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_uint8 2022-09-27T15:34:58.1944079Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bfloat16 2022-09-27T15:34:58.1995261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float16 2022-09-27T15:34:58.2315058Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float16 2022-09-27T15:34:58.2320368Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bfloat16 2022-09-27T15:34:58.2395676Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bool 2022-09-27T15:34:58.2419273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float32 2022-09-27T15:34:58.2691131Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float32 2022-09-27T15:34:58.2744090Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bool 2022-09-27T15:34:58.2827481Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex128 2022-09-27T15:34:58.2869089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float64 2022-09-27T15:34:58.3162228Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float64 2022-09-27T15:34:58.3181949Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex128 2022-09-27T15:34:58.3310066Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex32 2022-09-27T15:34:58.3315490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int16 2022-09-27T15:34:58.3536323Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int16 2022-09-27T15:34:58.3547840Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bool 2022-09-27T15:34:58.3616289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex128 2022-09-27T15:34:58.3625757Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex32 2022-09-27T15:34:58.3703161Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex64 2022-09-27T15:34:58.3735600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int32 2022-09-27T15:34:58.4016882Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int32 2022-09-27T15:34:58.4095499Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex64 2022-09-27T15:34:58.4104187Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float16 2022-09-27T15:34:58.4104778Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float32 2022-09-27T15:34:58.4184098Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float16 2022-09-27T15:34:58.4210805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int64 2022-09-27T15:34:58.4610788Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int64 2022-09-27T15:34:58.4620392Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float16 2022-09-27T15:34:58.4665699Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float32 2022-09-27T15:34:58.4701032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int8 2022-09-27T15:34:58.5007893Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int8 2022-09-27T15:34:58.5067339Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float32 2022-09-27T15:34:58.5177323Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float64 2022-09-27T15:34:58.5180599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_uint8 2022-09-27T15:34:58.5521739Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_uint8 2022-09-27T15:34:58.5544497Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float64 2022-09-27T15:34:58.5642395Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int16 2022-09-27T15:34:58.5654488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:58.5902726Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:58.5987465Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int16 2022-09-27T15:34:58.6066123Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int32 2022-09-27T15:34:58.6100512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bool 2022-09-27T15:34:58.6351946Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bool 2022-09-27T15:34:58.6466810Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int32 2022-09-27T15:34:58.6551692Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int64 2022-09-27T15:34:58.6556102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex128 2022-09-27T15:34:58.6579307Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex128 2022-09-27T15:34:58.6593566Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex128 2022-09-27T15:34:58.6842594Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex64 2022-09-27T15:34:58.7019330Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int64 2022-09-27T15:34:58.7022839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex64 2022-09-27T15:34:58.7026231Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex64 2022-09-27T15:34:58.7348813Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int8 2022-09-27T15:34:58.7401630Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int8 2022-09-27T15:34:58.7424309Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_uint8 2022-09-27T15:34:58.7450767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float16 2022-09-27T15:34:58.7632737Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float16 2022-09-27T15:34:58.7641978Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float32 2022-09-27T15:34:58.7663268Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float64 2022-09-27T15:34:58.7823145Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_uint8 2022-09-27T15:34:58.7871605Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bfloat16 2022-09-27T15:34:58.7873804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float32 2022-09-27T15:34:58.7885456Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bfloat16 2022-09-27T15:34:58.8358107Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float32 2022-09-27T15:34:58.8359204Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bool 2022-09-27T15:34:58.8367722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float64 2022-09-27T15:34:58.8371973Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float64 2022-09-27T15:34:58.8783603Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bool 2022-09-27T15:34:58.8786862Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex128 2022-09-27T15:34:58.8817611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int16 2022-09-27T15:34:58.8837819Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int16 2022-09-27T15:34:58.9230256Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex128 2022-09-27T15:34:58.9264094Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex32 2022-09-27T15:34:58.9271388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int32 2022-09-27T15:34:58.9292819Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int32 2022-09-27T15:34:58.9613955Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex32 2022-09-27T15:34:58.9621156Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex64 2022-09-27T15:34:58.9667647Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float32 2022-09-27T15:34:58.9668206Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex64 2022-09-27T15:34:58.9693469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int64 2022-09-27T15:34:58.9727433Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int64 2022-09-27T15:34:59.0147788Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex64 2022-09-27T15:34:59.0152841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int8 2022-09-27T15:34:59.0184247Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float16 2022-09-27T15:34:59.0213693Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int8 2022-09-27T15:34:59.0590558Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float16 2022-09-27T15:34:59.0594592Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float32 2022-09-27T15:34:59.0635965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_uint8 2022-09-27T15:34:59.0648871Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_uint8 2022-09-27T15:34:59.0677130Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float32 2022-09-27T15:34:59.0686178Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float64 2022-09-27T15:34:59.0789530Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int16 2022-09-27T15:34:59.0797427Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float32 2022-09-27T15:34:59.1028785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float64 2022-09-27T15:34:59.1032143Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float64 2022-09-27T15:34:59.1067092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bfloat16 2022-09-27T15:34:59.1084210Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bfloat16 2022-09-27T15:34:59.1508721Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float64 2022-09-27T15:34:59.1512977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bool 2022-09-27T15:34:59.1526605Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bool 2022-09-27T15:34:59.1534243Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int16 2022-09-27T15:34:59.1908146Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int16 2022-09-27T15:34:59.1933254Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int32 2022-09-27T15:34:59.1936029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex128 2022-09-27T15:34:59.1955044Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex128 2022-09-27T15:34:59.2037197Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int32 2022-09-27T15:34:59.2046339Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float64 2022-09-27T15:34:59.2345636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int16 2022-09-27T15:34:59.2346223Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int64 2022-09-27T15:34:59.2371597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex32 2022-09-27T15:34:59.2385808Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex32 2022-09-27T15:34:59.2786620Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int64 2022-09-27T15:34:59.2791944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex64 2022-09-27T15:34:59.2831998Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int8 2022-09-27T15:34:59.2850494Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex64 2022-09-27T15:34:59.3225105Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int8 2022-09-27T15:34:59.3265994Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_uint8 2022-09-27T15:34:59.3279907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float16 2022-09-27T15:34:59.3284228Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float16 2022-09-27T15:34:59.3381637Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_uint8 2022-09-27T15:34:59.3391561Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int16 2022-09-27T15:34:59.3469629Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int32 2022-09-27T15:34:59.3503027Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int16 2022-09-27T15:34:59.3666648Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int32 2022-09-27T15:34:59.3670569Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bfloat16 2022-09-27T15:34:59.3694294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float32 2022-09-27T15:34:59.3727949Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float32 2022-09-27T15:34:59.4108836Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bfloat16 2022-09-27T15:34:59.4136891Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bool 2022-09-27T15:34:59.4215656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float64 2022-09-27T15:34:59.4216412Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float64 2022-09-27T15:34:59.4551767Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bool 2022-09-27T15:34:59.4555531Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex128 2022-09-27T15:34:59.4581179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int16 2022-09-27T15:34:59.4606325Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int16 2022-09-27T15:34:59.4940044Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex128 2022-09-27T15:34:59.4950182Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int32 2022-09-27T15:34:59.4985154Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int64 2022-09-27T15:34:59.4985851Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex32 2022-09-27T15:34:59.5010841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int32 2022-09-27T15:34:59.5037624Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int32 2022-09-27T15:34:59.5426355Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex32 2022-09-27T15:34:59.5437500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int64 2022-09-27T15:34:59.5463411Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex64 2022-09-27T15:34:59.5496316Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int64 2022-09-27T15:34:59.5868067Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex64 2022-09-27T15:34:59.5868929Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float16 2022-09-27T15:34:59.5896658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int8 2022-09-27T15:34:59.5921565Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int8 2022-09-27T15:34:59.6098198Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float16 2022-09-27T15:34:59.6110605Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int32 2022-09-27T15:34:59.6303788Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int64 2022-09-27T15:34:59.6306481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_uint8 2022-09-27T15:34:59.6318397Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float32 2022-09-27T15:34:59.6331737Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int64 2022-09-27T15:34:59.6334907Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_uint8 2022-09-27T15:34:59.6364496Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int8 2022-09-27T15:34:59.6773735Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float32 2022-09-27T15:34:59.6774317Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float64 2022-09-27T15:34:59.6776255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:59.6809157Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bfloat16 2022-09-27T15:34:59.7184701Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float64 2022-09-27T15:34:59.7187887Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int16 2022-09-27T15:34:59.7220897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bool 2022-09-27T15:34:59.7235292Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bool 2022-09-27T15:34:59.7625857Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int16 2022-09-27T15:34:59.7665188Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int32 2022-09-27T15:34:59.7666883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex128 2022-09-27T15:34:59.7683427Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex128 2022-09-27T15:34:59.7692822Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int32 2022-09-27T15:34:59.7700379Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int8 2022-09-27T15:34:59.8140229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_uint8 2022-09-27T15:34:59.8142992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex32 2022-09-27T15:34:59.8146653Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex32 2022-09-27T15:34:59.8149550Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int64 2022-09-27T15:34:59.8509042Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int64 2022-09-27T15:34:59.8510863Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int8 2022-09-27T15:34:59.8532953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex64 2022-09-27T15:34:59.8550903Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex64 2022-09-27T15:34:59.8648317Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int8 2022-09-27T15:34:59.8655788Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int64 2022-09-27T15:34:59.8944805Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int8 2022-09-27T15:34:59.8947183Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_uint8 2022-09-27T15:34:59.8967522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float16 2022-09-27T15:34:59.8988244Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float16 2022-09-27T15:34:59.9045447Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_uint8 2022-09-27T15:34:59.9052092Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_uint8 2022-09-27T15:34:59.9386576Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bfloat16 2022-09-27T15:34:59.9442174Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bfloat16 2022-09-27T15:34:59.9463643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float32 2022-09-27T15:34:59.9727990Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float32 2022-09-27T15:34:59.9823397Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bfloat16 2022-09-27T15:34:59.9863063Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bool 2022-09-27T15:34:59.9888263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float64 2022-09-27T15:35:00.0026043Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float64 2022-09-27T15:35:00.0266842Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bool 2022-09-27T15:35:00.0338099Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex128 2022-09-27T15:35:00.0342018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int16 2022-09-27T15:35:00.0550537Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int16 2022-09-27T15:35:00.0702779Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex128 2022-09-27T15:35:00.0772177Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex32 2022-09-27T15:35:00.0777863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int32 2022-09-27T15:35:00.0978375Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int32 2022-09-27T15:35:00.1142738Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex32 2022-09-27T15:35:00.1183556Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex64 2022-09-27T15:35:00.1208013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int64 2022-09-27T15:35:00.1348479Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int64 2022-09-27T15:35:00.1355458Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int8 2022-09-27T15:35:00.1382236Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_uint8 2022-09-27T15:35:00.1582206Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex64 2022-09-27T15:35:00.1623268Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float16 2022-09-27T15:35:00.1649941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int8 2022-09-27T15:35:00.1787468Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int8 2022-09-27T15:35:00.2025619Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float16 2022-09-27T15:35:00.2087689Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float32 2022-09-27T15:35:00.2097053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_uint8 2022-09-27T15:35:00.2254518Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_uint8 2022-09-27T15:35:00.2462434Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float32 2022-09-27T15:35:00.2503823Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float64 2022-09-27T15:35:00.2537227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bfloat16 2022-09-27T15:35:00.2792448Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bfloat16 2022-09-27T15:35:00.2902508Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float64 2022-09-27T15:35:00.2943493Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int16 2022-09-27T15:35:00.2980581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bool 2022-09-27T15:35:00.3058503Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bool 2022-09-27T15:35:00.3346339Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int16 2022-09-27T15:35:00.3415336Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int32 2022-09-27T15:35:00.3422260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex128 2022-09-27T15:35:00.3511932Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex128 2022-09-27T15:35:00.3838845Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int32 2022-09-27T15:35:00.3842789Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int64 2022-09-27T15:35:00.3856581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex32 2022-09-27T15:35:00.4248296Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex32 2022-09-27T15:35:00.4259461Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int64 2022-09-27T15:35:00.4299363Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int8 2022-09-27T15:35:00.4303609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex64 2022-09-27T15:35:00.4482690Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex64 2022-09-27T15:35:00.4496097Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int8 2022-09-27T15:35:00.4503278Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_uint8 2022-09-27T15:35:00.4663230Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_bfloat16 2022-09-27T15:35:00.4704076Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_uint8 2022-09-27T15:35:00.4728582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float16 2022-09-27T15:35:00.4910194Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float16 2022-09-27T15:35:00.5102824Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_uint8 2022-09-27T15:35:00.5155891Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bfloat16 2022-09-27T15:35:00.5159063Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bfloat16 2022-09-27T15:35:00.5181900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float32 2022-09-27T15:35:00.5543547Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float32 2022-09-27T15:35:00.5573395Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bool 2022-09-27T15:35:00.5584253Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bool 2022-09-27T15:35:00.5611078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float64 2022-09-27T15:35:00.5983361Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float64 2022-09-27T15:35:00.6015371Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex128 2022-09-27T15:35:00.6025702Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex128 2022-09-27T15:35:00.6051596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int16 2022-09-27T15:35:00.6071223Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int16 2022-09-27T15:35:00.6080154Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bfloat16 2022-09-27T15:35:00.6421900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bool 2022-09-27T15:35:00.6453598Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex32 2022-09-27T15:35:00.6462670Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex32 2022-09-27T15:35:00.6498815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int32 2022-09-27T15:35:00.6864425Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int32 2022-09-27T15:35:00.6905152Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex64 2022-09-27T15:35:00.6914984Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex64 2022-09-27T15:35:00.6941486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int64 2022-09-27T15:35:00.7302999Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int64 2022-09-27T15:35:00.7337261Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float16 2022-09-27T15:35:00.7382570Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float16 2022-09-27T15:35:00.7409100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int8 2022-09-27T15:35:00.7745206Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int8 2022-09-27T15:35:00.7789557Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float32 2022-09-27T15:35:00.7823488Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float32 2022-09-27T15:35:00.7851902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_uint8 2022-09-27T15:35:00.8183792Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_uint8 2022-09-27T15:35:00.8222200Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float64 2022-09-27T15:35:00.8262045Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float64 2022-09-27T15:35:00.8289688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:00.8412080Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:00.8418697Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bool 2022-09-27T15:35:00.8622500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex128 2022-09-27T15:35:00.8657564Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int16 2022-09-27T15:35:00.8661188Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int16 2022-09-27T15:35:00.8669326Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_bfloat16 2022-09-27T15:35:00.8702519Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex128 2022-09-27T15:35:00.8728067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bool 2022-09-27T15:35:00.9066578Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bool 2022-09-27T15:35:00.9101380Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int32 2022-09-27T15:35:00.9145184Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int32 2022-09-27T15:35:00.9180290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex128 2022-09-27T15:35:00.9506860Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex128 2022-09-27T15:35:00.9548918Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int64 2022-09-27T15:35:00.9585577Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int64 2022-09-27T15:35:00.9617536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex32 2022-09-27T15:35:00.9943732Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex32 2022-09-27T15:35:00.9979223Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int8 2022-09-27T15:35:01.0023586Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int8 2022-09-27T15:35:01.0052849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex64 2022-09-27T15:35:01.0382995Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex64 2022-09-27T15:35:01.0415780Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_uint8 2022-09-27T15:35:01.0462582Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_uint8 2022-09-27T15:35:01.0490227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float16 2022-09-27T15:35:01.0828849Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float16 2022-09-27T15:35:01.0858124Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_add_cpu 2022-09-27T15:35:01.0946049Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_add_cpu 2022-09-27T15:35:01.0976593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float32 2022-09-27T15:35:01.1268661Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float32 2022-09-27T15:35:01.1341245Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amax_cpu 2022-09-27T15:35:01.1389658Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amax_cpu 2022-09-27T15:35:01.1423226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float64 2022-09-27T15:35:01.1705906Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float64 2022-09-27T15:35:01.1770771Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amin_cpu 2022-09-27T15:35:01.1824592Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amin_cpu 2022-09-27T15:35:01.1855714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int16 2022-09-27T15:35:01.2146961Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int16 2022-09-27T15:35:01.2171667Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_arange_cpu 2022-09-27T15:35:01.2264619Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_arange_cpu 2022-09-27T15:35:01.2294686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int32 2022-09-27T15:35:01.2325589Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int32 2022-09-27T15:35:01.2335541Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex128 2022-09-27T15:35:01.2583424Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex32 2022-09-27T15:35:01.2627279Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_atan2_cpu 2022-09-27T15:35:01.2668788Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_atan2_cpu 2022-09-27T15:35:01.2676921Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex128 2022-09-27T15:35:01.2702335Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex64 2022-09-27T15:35:01.2729986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int64 2022-09-27T15:35:01.3023020Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int64 2022-09-27T15:35:01.3044025Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_and_cpu 2022-09-27T15:35:01.3141533Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_and_cpu 2022-09-27T15:35:01.3168141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int8 2022-09-27T15:35:01.3464146Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int8 2022-09-27T15:35:01.3490649Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_left_shift_cpu 2022-09-27T15:35:01.3583852Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_left_shift_cpu 2022-09-27T15:35:01.3610285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_uint8 2022-09-27T15:35:01.3903466Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_uint8 2022-09-27T15:35:01.3925587Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_or_cpu 2022-09-27T15:35:01.4026111Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_or_cpu 2022-09-27T15:35:01.4058429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_bfloat16 2022-09-27T15:35:01.4347363Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_bfloat16 2022-09-27T15:35:01.4370259Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_xor_cpu 2022-09-27T15:35:01.4464521Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_xor_cpu 2022-09-27T15:35:01.4500854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex128 2022-09-27T15:35:01.4785163Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex128 2022-09-27T15:35:01.4836742Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_cat_cpu 2022-09-27T15:35:01.4904150Z [gw2] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_cat_cpu 2022-09-27T15:35:01.4937909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex64 2022-09-27T15:35:01.5225807Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex64 2022-09-27T15:35:01.5277182Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_max_cpu 2022-09-27T15:35:01.5343850Z [gw2] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_max_cpu 2022-09-27T15:35:01.5377245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float16 2022-09-27T15:35:01.5667419Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float16 2022-09-27T15:35:01.5722334Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_min_cpu 2022-09-27T15:35:01.5785479Z [gw2] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_min_cpu 2022-09-27T15:35:01.5824705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float32 2022-09-27T15:35:01.6106862Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float32 2022-09-27T15:35:01.6160876Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_copysign_cpu 2022-09-27T15:35:01.6224936Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_copysign_cpu 2022-09-27T15:35:01.6258539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float64 2022-09-27T15:35:01.6544120Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float64 2022-09-27T15:35:01.6595864Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diag_embed_cpu 2022-09-27T15:35:01.6662702Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diag_embed_cpu 2022-09-27T15:35:01.6670525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:01.6679228Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex64 2022-09-27T15:35:01.6691906Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float32 2022-09-27T15:35:01.6985824Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:01.7043365Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diagonal_cpu 2022-09-27T15:35:01.7104134Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diagonal_cpu 2022-09-27T15:35:01.7134026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex128 2022-09-27T15:35:01.7425886Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex128 2022-09-27T15:35:01.7456066Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_floor_rounding_cpu 2022-09-27T15:35:01.7544891Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_floor_rounding_cpu 2022-09-27T15:35:01.7578213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex64 2022-09-27T15:35:01.7869039Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex64 2022-09-27T15:35:01.7899644Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_no_rounding_mode_cpu 2022-09-27T15:35:01.7984733Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_no_rounding_mode_cpu 2022-09-27T15:35:01.8019909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float16 2022-09-27T15:35:01.8304729Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float16 2022-09-27T15:35:01.8337590Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_trunc_rounding_cpu 2022-09-27T15:35:01.8423438Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_trunc_rounding_cpu 2022-09-27T15:35:01.8456047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float32 2022-09-27T15:35:01.8742806Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float32 2022-09-27T15:35:01.8778664Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dsplit_cpu 2022-09-27T15:35:01.8862537Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dsplit_cpu 2022-09-27T15:35:01.8892136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float64 2022-09-27T15:35:01.9182828Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float64 2022-09-27T15:35:01.9272580Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dstack_cpu 2022-09-27T15:35:01.9303544Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dstack_cpu 2022-09-27T15:35:01.9330800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_bfloat16 2022-09-27T15:35:01.9624181Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_bfloat16 2022-09-27T15:35:01.9651213Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eq_cpu 2022-09-27T15:35:01.9744263Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eq_cpu 2022-09-27T15:35:01.9772855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex128 2022-09-27T15:35:02.0063479Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex128 2022-09-27T15:35:02.0090770Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eye_cpu 2022-09-27T15:35:02.0182465Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eye_cpu 2022-09-27T15:35:02.0212494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex64 2022-09-27T15:35:02.0382562Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex64 2022-09-27T15:35:02.0390521Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex32 2022-09-27T15:35:02.0502300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex64 2022-09-27T15:35:02.0533859Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fliplr_cpu 2022-09-27T15:35:02.0554650Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fliplr_cpu 2022-09-27T15:35:02.0561220Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float32 2022-09-27T15:35:02.0622697Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float64 2022-09-27T15:35:02.0643638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float16 2022-09-27T15:35:02.0949943Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float16 2022-09-27T15:35:02.0994248Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_flipud_cpu 2022-09-27T15:35:02.1065220Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_flipud_cpu 2022-09-27T15:35:02.1089727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float32 2022-09-27T15:35:02.1423948Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float32 2022-09-27T15:35:02.1455316Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_float_power_cpu 2022-09-27T15:35:02.1503647Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_float_power_cpu 2022-09-27T15:35:02.1534760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float64 2022-09-27T15:35:02.1863519Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float64 2022-09-27T15:35:02.1893497Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_floor_divide_cpu 2022-09-27T15:35:02.1947349Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_floor_divide_cpu 2022-09-27T15:35:02.1973530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:02.2307078Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:02.2363333Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmax_cpu 2022-09-27T15:35:02.2385170Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmax_cpu 2022-09-27T15:35:02.2422901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex128 2022-09-27T15:35:02.2747400Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex128 2022-09-27T15:35:02.2790675Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmin_cpu 2022-09-27T15:35:02.2825003Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmin_cpu 2022-09-27T15:35:02.2855879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex64 2022-09-27T15:35:02.3183571Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex64 2022-09-27T15:35:02.3217590Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmod_cpu 2022-09-27T15:35:02.3263202Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmod_cpu 2022-09-27T15:35:02.3290923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float16 2022-09-27T15:35:02.3625036Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float16 2022-09-27T15:35:02.3665985Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gcd_cpu 2022-09-27T15:35:02.3703181Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gcd_cpu 2022-09-27T15:35:02.3732418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float32 2022-09-27T15:35:02.3739295Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex64 2022-09-27T15:35:02.3744034Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float32 2022-09-27T15:35:02.4064112Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float16 2022-09-27T15:35:02.4097669Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ge_cpu 2022-09-27T15:35:02.4142145Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ge_cpu 2022-09-27T15:35:02.4168464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float64 2022-09-27T15:35:02.4435203Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float64 2022-09-27T15:35:02.4444427Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float64 2022-09-27T15:35:02.4502514Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int16 2022-09-27T15:35:02.4532329Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gt_cpu 2022-09-27T15:35:02.4582345Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gt_cpu 2022-09-27T15:35:02.4608749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_bfloat16 2022-09-27T15:35:02.4945225Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_bfloat16 2022-09-27T15:35:02.4981479Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_heaviside_cpu 2022-09-27T15:35:02.5028250Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_heaviside_cpu 2022-09-27T15:35:02.5056366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex128 2022-09-27T15:35:02.5383523Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex128 2022-09-27T15:35:02.5428250Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hsplit_cpu 2022-09-27T15:35:02.5463118Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hsplit_cpu 2022-09-27T15:35:02.5489986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex32 2022-09-27T15:35:02.5823822Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex32 2022-09-27T15:35:02.5889357Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hstack_cpu 2022-09-27T15:35:02.5902947Z [gw2] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hstack_cpu 2022-09-27T15:35:02.5930364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex64 2022-09-27T15:35:02.6263525Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex64 2022-09-27T15:35:02.6298896Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hypot_cpu 2022-09-27T15:35:02.6343685Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hypot_cpu 2022-09-27T15:35:02.6370626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float16 2022-09-27T15:35:02.6707254Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float16 2022-09-27T15:35:02.6774392Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igamma_cpu 2022-09-27T15:35:02.6784894Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igamma_cpu 2022-09-27T15:35:02.6816835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float32 2022-09-27T15:35:02.7146962Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float32 2022-09-27T15:35:02.7201287Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igammac_cpu 2022-09-27T15:35:02.7223363Z [gw2] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igammac_cpu 2022-09-27T15:35:02.7253752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float64 2022-09-27T15:35:02.7586156Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float64 2022-09-27T15:35:02.7653831Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_index_select_cpu 2022-09-27T15:35:02.7666353Z [gw2] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_index_select_cpu 2022-09-27T15:35:02.7696166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int16 2022-09-27T15:35:02.7968937Z [gw1] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int16 2022-09-27T15:35:02.7976456Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int16 2022-09-27T15:35:02.8065953Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int32 2022-09-27T15:35:02.8110649Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_isclose_cpu 2022-09-27T15:35:02.8113903Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_isclose_cpu 2022-09-27T15:35:02.8133701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int32 2022-09-27T15:35:02.8506838Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int32 2022-09-27T15:35:02.8543810Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lcm_cpu 2022-09-27T15:35:02.8551738Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lcm_cpu 2022-09-27T15:35:02.8576187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int64 2022-09-27T15:35:02.8946107Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int64 2022-09-27T15:35:02.8972671Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_le_cpu 2022-09-27T15:35:02.8988935Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_le_cpu 2022-09-27T15:35:02.9012506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int8 2022-09-27T15:35:02.9384047Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int8 2022-09-27T15:35:02.9406021Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_linspace_cpu 2022-09-27T15:35:02.9422772Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_linspace_cpu 2022-09-27T15:35:02.9453092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_uint8 2022-09-27T15:35:02.9826746Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_uint8 2022-09-27T15:35:02.9858295Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_and_cpu 2022-09-27T15:35:02.9870160Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_and_cpu 2022-09-27T15:35:02.9894626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:03.0263495Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:03.0296455Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_or_cpu 2022-09-27T15:35:03.0303864Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_or_cpu 2022-09-27T15:35:03.0326761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex128 2022-09-27T15:35:03.0398146Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex128 2022-09-27T15:35:03.0407880Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float16 2022-09-27T15:35:03.0748432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float32 2022-09-27T15:35:03.0749022Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_xor_cpu 2022-09-27T15:35:03.0779224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex32 2022-09-27T15:35:03.0790483Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex32 2022-09-27T15:35:03.1189607Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_xor_cpu 2022-09-27T15:35:03.1190219Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logspace_cpu 2022-09-27T15:35:03.1223763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex64 2022-09-27T15:35:03.1246479Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex64 2022-09-27T15:35:03.1530691Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logspace_cpu 2022-09-27T15:35:03.1538031Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int32 2022-09-27T15:35:03.1623619Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int64 2022-09-27T15:35:03.1629998Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lt_cpu 2022-09-27T15:35:03.1659083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float16 2022-09-27T15:35:03.1669270Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lt_cpu 2022-09-27T15:35:03.2066497Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float16 2022-09-27T15:35:03.2096249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float32 2022-09-27T15:35:03.2107063Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float32 2022-09-27T15:35:03.2284334Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_masked_fill_cpu 2022-09-27T15:35:03.2504725Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_masked_fill_cpu 2022-09-27T15:35:03.2534038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float64 2022-09-27T15:35:03.2582992Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float64 2022-09-27T15:35:03.2643678Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_maximum_cpu 2022-09-27T15:35:03.2944807Z [gw2] [ 43%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_maximum_cpu 2022-09-27T15:35:03.2973437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int16 2022-09-27T15:35:03.3024387Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int16 2022-09-27T15:35:03.3117361Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mean_cpu 2022-09-27T15:35:03.3131597Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mean_cpu 2022-09-27T15:35:03.3138058Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float32 2022-09-27T15:35:03.3383871Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float64 2022-09-27T15:35:03.3412423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int32 2022-09-27T15:35:03.3463013Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int32 2022-09-27T15:35:03.3513100Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_minimum_cpu 2022-09-27T15:35:03.3827640Z [gw2] [ 43%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_minimum_cpu 2022-09-27T15:35:03.3860414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int64 2022-09-27T15:35:03.3903792Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int64 2022-09-27T15:35:03.3983819Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_movedim_cpu 2022-09-27T15:35:03.4263472Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_movedim_cpu 2022-09-27T15:35:03.4292112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int8 2022-09-27T15:35:03.4343173Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int8 2022-09-27T15:35:03.4370837Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mul_cpu 2022-09-27T15:35:03.4704882Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mul_cpu 2022-09-27T15:35:03.4731139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_uint8 2022-09-27T15:35:03.4786404Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_uint8 2022-09-27T15:35:03.4840087Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_native_layer_norm_cpu 2022-09-27T15:35:03.5147302Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_native_layer_norm_cpu 2022-09-27T15:35:03.5176014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bfloat16 2022-09-27T15:35:03.5224059Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bfloat16 2022-09-27T15:35:03.5263564Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ne_cpu 2022-09-27T15:35:03.5274442Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ne_cpu 2022-09-27T15:35:03.5283018Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int64 2022-09-27T15:35:03.5582596Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int8 2022-09-27T15:35:03.5612009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bool 2022-09-27T15:35:03.5661825Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bool 2022-09-27T15:35:03.5695031Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_neg_cpu 2022-09-27T15:35:03.6025318Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_neg_cpu 2022-09-27T15:35:03.6053805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex128 2022-09-27T15:35:03.6102677Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex128 2022-09-27T15:35:03.6117663Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nextafter_cpu 2022-09-27T15:35:03.6126490Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float64 2022-09-27T15:35:03.6140568Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int16 2022-09-27T15:35:03.6463399Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nextafter_cpu 2022-09-27T15:35:03.6487693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex64 2022-09-27T15:35:03.6543130Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex64 2022-09-27T15:35:03.6573984Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_gelu_cpu 2022-09-27T15:35:03.6735906Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_gelu_cpu 2022-09-27T15:35:03.6747605Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int8 2022-09-27T15:35:03.6904217Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_uint8 2022-09-27T15:35:03.6933676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float16 2022-09-27T15:35:03.7023898Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float16 2022-09-27T15:35:03.7057237Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:35:03.7345566Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:35:03.7377482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float32 2022-09-27T15:35:03.7464605Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float32 2022-09-27T15:35:03.7628841Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_l1_loss_cpu 2022-09-27T15:35:03.7785312Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_l1_loss_cpu 2022-09-27T15:35:03.7813492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float64 2022-09-27T15:35:03.7946266Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float64 2022-09-27T15:35:03.7961213Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:35:03.7969614Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_uint8 2022-09-27T15:35:03.7998464Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bfloat16 2022-09-27T15:35:03.8225841Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:35:03.8255177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int16 2022-09-27T15:35:03.8323482Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int16 2022-09-27T15:35:03.8416899Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bfloat16 2022-09-27T15:35:03.8417597Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bool 2022-09-27T15:35:03.8485704Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:35:03.8543838Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bool 2022-09-27T15:35:03.8665740Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:35:03.8693382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int32 2022-09-27T15:35:03.8822462Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int32 2022-09-27T15:35:03.8862382Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_prelu_cpu 2022-09-27T15:35:03.8877475Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float32 2022-09-27T15:35:03.8974029Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_prelu_cpu 2022-09-27T15:35:03.8979921Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int16 2022-09-27T15:35:03.9102911Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int32 2022-09-27T15:35:03.9132027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int64 2022-09-27T15:35:03.9263136Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int64 2022-09-27T15:35:03.9293951Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_softshrink_cpu 2022-09-27T15:35:03.9444131Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_softshrink_cpu 2022-09-27T15:35:03.9453913Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float32 2022-09-27T15:35:03.9543928Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float64 2022-09-27T15:35:03.9573525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int8 2022-09-27T15:35:03.9704175Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int8 2022-09-27T15:35:03.9728481Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_pow_cpu 2022-09-27T15:35:03.9983926Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_pow_cpu 2022-09-27T15:35:04.0011784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_uint8 2022-09-27T15:35:04.0084377Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_uint8 2022-09-27T15:35:04.0095480Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float64 2022-09-27T15:35:04.0142512Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int16 2022-09-27T15:35:04.0169213Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_remainder_cpu 2022-09-27T15:35:04.0253167Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_remainder_cpu 2022-09-27T15:35:04.0422781Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int16 2022-09-27T15:35:04.0451591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:04.0502729Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:04.0582976Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int32 2022-09-27T15:35:04.0612852Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_as_cpu 2022-09-27T15:35:04.0642387Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_as_cpu 2022-09-27T15:35:04.0865771Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int32 2022-09-27T15:35:04.0896054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bool 2022-09-27T15:35:04.0943779Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bool 2022-09-27T15:35:04.1023970Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int64 2022-09-27T15:35:04.1073305Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_cpu 2022-09-27T15:35:04.1102958Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_cpu 2022-09-27T15:35:04.1303508Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int64 2022-09-27T15:35:04.1331398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex128 2022-09-27T15:35:04.1382468Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex128 2022-09-27T15:35:04.1462410Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int8 2022-09-27T15:35:04.1495664Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_roll_cpu 2022-09-27T15:35:04.1540487Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_roll_cpu 2022-09-27T15:35:04.1742788Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int8 2022-09-27T15:35:04.1769948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex64 2022-09-27T15:35:04.1822336Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex64 2022-09-27T15:35:04.1902921Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_uint8 2022-09-27T15:35:04.1933111Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rot90_cpu 2022-09-27T15:35:04.1942397Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rot90_cpu 2022-09-27T15:35:04.1948283Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_uint8 2022-09-27T15:35:04.1955998Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int32 2022-09-27T15:35:04.2182912Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int64 2022-09-27T15:35:04.2203741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float16 2022-09-27T15:35:04.2262431Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float16 2022-09-27T15:35:04.2343562Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bfloat16 2022-09-27T15:35:04.2374560Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rsub_cpu 2022-09-27T15:35:04.2659390Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rsub_cpu 2022-09-27T15:35:04.2662944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float32 2022-09-27T15:35:04.2829162Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float32 2022-09-27T15:35:04.2830167Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_special_zeta_cpu 2022-09-27T15:35:04.3067519Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_special_zeta_cpu 2022-09-27T15:35:04.3094710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float64 2022-09-27T15:35:04.3250683Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float64 2022-09-27T15:35:04.3296665Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sub_cpu 2022-09-27T15:35:04.3504254Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sub_cpu 2022-09-27T15:35:04.3531675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int16 2022-09-27T15:35:04.3707012Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int16 2022-09-27T15:35:04.3752377Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sum_to_size_cpu 2022-09-27T15:35:04.3945741Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sum_to_size_cpu 2022-09-27T15:35:04.3971452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int32 2022-09-27T15:35:04.4179649Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int32 2022-09-27T15:35:04.4184087Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_t_cpu 2022-09-27T15:35:04.4387440Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_t_cpu 2022-09-27T15:35:04.4409969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int64 2022-09-27T15:35:04.4444909Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int64 2022-09-27T15:35:04.4454967Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bfloat16 2022-09-27T15:35:04.4583662Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bool 2022-09-27T15:35:04.4608888Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_trace_cpu 2022-09-27T15:35:04.4750824Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_trace_cpu 2022-09-27T15:35:04.4758261Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int64 2022-09-27T15:35:04.4826510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int8 2022-09-27T15:35:04.4855574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int8 2022-09-27T15:35:04.5026776Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int8 2022-09-27T15:35:04.5049856Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_true_divide_cpu 2022-09-27T15:35:04.5264175Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_true_divide_cpu 2022-09-27T15:35:04.5289094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_uint8 2022-09-27T15:35:04.5475644Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_uint8 2022-09-27T15:35:04.5498996Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_unbind_cpu 2022-09-27T15:35:04.5748765Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_unbind_cpu 2022-09-27T15:35:04.5751019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bfloat16 2022-09-27T15:35:04.5903921Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bfloat16 2022-09-27T15:35:04.5950919Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_as_cpu 2022-09-27T15:35:04.6019749Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_as_cpu 2022-09-27T15:35:04.6028209Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bool 2022-09-27T15:35:04.6143440Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float16 2022-09-27T15:35:04.6167984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bool 2022-09-27T15:35:04.6343344Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bool 2022-09-27T15:35:04.6384349Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_cpu 2022-09-27T15:35:04.6586102Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_cpu 2022-09-27T15:35:04.6610436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex128 2022-09-27T15:35:04.6828903Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex128 2022-09-27T15:35:04.6831442Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vsplit_cpu 2022-09-27T15:35:04.7027193Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vsplit_cpu 2022-09-27T15:35:04.7053730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex64 2022-09-27T15:35:04.7271034Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex64 2022-09-27T15:35:04.7291621Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vstack_cpu 2022-09-27T15:35:04.7463853Z [gw2] [ 43%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vstack_cpu 2022-09-27T15:35:04.7490229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float16 2022-09-27T15:35:04.7702153Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float16 2022-09-27T15:35:04.7718539Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_where_cpu 2022-09-27T15:35:04.7731534Z [gw2] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_where_cpu 2022-09-27T15:35:04.7738840Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int8 2022-09-27T15:35:04.7903702Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_uint8 2022-09-27T15:35:04.7924192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float32 2022-09-27T15:35:04.8144291Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float32 2022-09-27T15:35:04.8163169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_bfloat16 2022-09-27T15:35:04.8353348Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_bfloat16 2022-09-27T15:35:04.8376211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float64 2022-09-27T15:35:04.8584417Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float64 2022-09-27T15:35:04.8609748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex128 2022-09-27T15:35:04.8815205Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex128 2022-09-27T15:35:04.8816781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int16 2022-09-27T15:35:04.9041628Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int16 2022-09-27T15:35:04.9061530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex32 2022-09-27T15:35:04.9225227Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex32 2022-09-27T15:35:04.9253494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int32 2022-09-27T15:35:04.9402906Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int32 2022-09-27T15:35:04.9411046Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float16 2022-09-27T15:35:04.9463367Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float32 2022-09-27T15:35:04.9487192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex64 2022-09-27T15:35:04.9663041Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex64 2022-09-27T15:35:04.9689025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int64 2022-09-27T15:35:04.9934493Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int64 2022-09-27T15:35:04.9941117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float16 2022-09-27T15:35:05.0145808Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float16 2022-09-27T15:35:05.0177655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int8 2022-09-27T15:35:05.0352636Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int8 2022-09-27T15:35:05.0378793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float32 2022-09-27T15:35:05.0619924Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float32 2022-09-27T15:35:05.0625090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_uint8 2022-09-27T15:35:05.0791373Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_uint8 2022-09-27T15:35:05.0817322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float64 2022-09-27T15:35:05.0997908Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float64 2022-09-27T15:35:05.1005755Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_uint8 2022-09-27T15:35:05.1026217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_bfloat16 2022-09-27T15:35:05.1057217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:05.1159285Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:05.1167283Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float32 2022-09-27T15:35:05.1223401Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float64 2022-09-27T15:35:05.1255160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int16 2022-09-27T15:35:05.1467758Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int16 2022-09-27T15:35:05.1493533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bool 2022-09-27T15:35:05.1668308Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bool 2022-09-27T15:35:05.1696155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int32 2022-09-27T15:35:05.1905826Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int32 2022-09-27T15:35:05.1938254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex128 2022-09-27T15:35:05.2107422Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex128 2022-09-27T15:35:05.2134951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int64 2022-09-27T15:35:05.2355873Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int64 2022-09-27T15:35:05.2433220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex64 2022-09-27T15:35:05.2545976Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex64 2022-09-27T15:35:05.2575458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int8 2022-09-27T15:35:05.2789437Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int8 2022-09-27T15:35:05.2819961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float16 2022-09-27T15:35:05.2935359Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float16 2022-09-27T15:35:05.2943628Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float64 2022-09-27T15:35:05.2984012Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int16 2022-09-27T15:35:05.3019023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_uint8 2022-09-27T15:35:05.3108161Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_uint8 2022-09-27T15:35:05.3116876Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_bfloat16 2022-09-27T15:35:05.3223440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex128 2022-09-27T15:35:05.3248187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float32 2022-09-27T15:35:05.3427644Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float32 2022-09-27T15:35:05.3456323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:05.3663882Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:05.3694020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float64 2022-09-27T15:35:05.3863145Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float64 2022-09-27T15:35:05.3885522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex128 2022-09-27T15:35:05.4105725Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex128 2022-09-27T15:35:05.4133940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int16 2022-09-27T15:35:05.4296751Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int16 2022-09-27T15:35:05.4305284Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex128 2022-09-27T15:35:05.4308825Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex64 2022-09-27T15:35:05.4337219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex32 2022-09-27T15:35:05.4544232Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex32 2022-09-27T15:35:05.4566668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int32 2022-09-27T15:35:05.4577396Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int16 2022-09-27T15:35:05.4584356Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int32 2022-09-27T15:35:05.4742418Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int32 2022-09-27T15:35:05.4766521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex64 2022-09-27T15:35:05.4985543Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex64 2022-09-27T15:35:05.5014500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int64 2022-09-27T15:35:05.5186402Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int64 2022-09-27T15:35:05.5215405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float16 2022-09-27T15:35:05.5466252Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float16 2022-09-27T15:35:05.5491153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int8 2022-09-27T15:35:05.5518128Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int8 2022-09-27T15:35:05.5524670Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex64 2022-09-27T15:35:05.5624231Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float32 2022-09-27T15:35:05.5651383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float32 2022-09-27T15:35:05.5905971Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float32 2022-09-27T15:35:05.5934184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_uint8 2022-09-27T15:35:05.6064902Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_uint8 2022-09-27T15:35:05.6092874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float64 2022-09-27T15:35:05.6195604Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float64 2022-09-27T15:35:05.6203615Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int32 2022-09-27T15:35:05.6343317Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int64 2022-09-27T15:35:05.6369164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bfloat16 2022-09-27T15:35:05.6503343Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bfloat16 2022-09-27T15:35:05.6529712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int16 2022-09-27T15:35:05.6641572Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int16 2022-09-27T15:35:05.6651175Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float32 2022-09-27T15:35:05.6784364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float64 2022-09-27T15:35:05.6815540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bool 2022-09-27T15:35:05.6945311Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bool 2022-09-27T15:35:05.6973671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int32 2022-09-27T15:35:05.7225679Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int32 2022-09-27T15:35:05.7252100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex128 2022-09-27T15:35:05.7387615Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex128 2022-09-27T15:35:05.7419212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int64 2022-09-27T15:35:05.7665284Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int64 2022-09-27T15:35:05.7691593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex64 2022-09-27T15:35:05.7817471Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex64 2022-09-27T15:35:05.7827593Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float64 2022-09-27T15:35:05.7829531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bfloat16 2022-09-27T15:35:05.7850811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int8 2022-09-27T15:35:05.7886707Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int8 2022-09-27T15:35:05.7894616Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int64 2022-09-27T15:35:05.8074602Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int8 2022-09-27T15:35:05.8102688Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bfloat16 2022-09-27T15:35:05.8123177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float16 2022-09-27T15:35:05.8267319Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float16 2022-09-27T15:35:05.8268224Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bool 2022-09-27T15:35:05.8291844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_uint8 2022-09-27T15:35:05.8386887Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_uint8 2022-09-27T15:35:05.8543720Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bool 2022-09-27T15:35:05.8568257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float32 2022-09-27T15:35:05.8704949Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float32 2022-09-27T15:35:05.8705533Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex128 2022-09-27T15:35:05.8730238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bfloat16 2022-09-27T15:35:05.8824968Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bfloat16 2022-09-27T15:35:05.8984086Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex128 2022-09-27T15:35:05.9007417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float64 2022-09-27T15:35:05.9170284Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float64 2022-09-27T15:35:05.9170962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bool 2022-09-27T15:35:05.9171630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex64 2022-09-27T15:35:05.9295804Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bool 2022-09-27T15:35:05.9425085Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex64 2022-09-27T15:35:05.9451017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int16 2022-09-27T15:35:05.9505578Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int16 2022-09-27T15:35:05.9514667Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int8 2022-09-27T15:35:05.9585647Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_uint8 2022-09-27T15:35:05.9586838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex128 2022-09-27T15:35:05.9607672Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float16 2022-09-27T15:35:05.9841994Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex128 2022-09-27T15:35:05.9865565Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float16 2022-09-27T15:35:05.9890306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int32 2022-09-27T15:35:06.0050127Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int32 2022-09-27T15:35:06.0053707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float32 2022-09-27T15:35:06.0061588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex64 2022-09-27T15:35:06.0178190Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex64 2022-09-27T15:35:06.0303297Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float32 2022-09-27T15:35:06.0322968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int64 2022-09-27T15:35:06.0465217Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int64 2022-09-27T15:35:06.0465889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float32 2022-09-27T15:35:06.0487405Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float64 2022-09-27T15:35:06.0603699Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float32 2022-09-27T15:35:06.0745798Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float64 2022-09-27T15:35:06.0768356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int8 2022-09-27T15:35:06.0907000Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int8 2022-09-27T15:35:06.0907695Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int16 2022-09-27T15:35:06.0936895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float64 2022-09-27T15:35:06.1043138Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float64 2022-09-27T15:35:06.1139981Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int16 2022-09-27T15:35:06.1149269Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_uint8 2022-09-27T15:35:06.1182962Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bfloat16 2022-09-27T15:35:06.1210259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_uint8 2022-09-27T15:35:06.1243645Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_uint8 2022-09-27T15:35:06.1344908Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bfloat16 2022-09-27T15:35:06.1345428Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int32 2022-09-27T15:35:06.1368368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int16 2022-09-27T15:35:06.1457688Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int16 2022-09-27T15:35:06.1582322Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int32 2022-09-27T15:35:06.1621822Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bool 2022-09-27T15:35:06.1641650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:06.1674569Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:06.1784038Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bool 2022-09-27T15:35:06.1784865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int64 2022-09-27T15:35:06.1804821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int32 2022-09-27T15:35:06.1883695Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int32 2022-09-27T15:35:06.2021574Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int64 2022-09-27T15:35:06.2062036Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex128 2022-09-27T15:35:06.2083216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bool 2022-09-27T15:35:06.2131066Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bool 2022-09-27T15:35:06.2224947Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex128 2022-09-27T15:35:06.2225504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int64 2022-09-27T15:35:06.2247211Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int8 2022-09-27T15:35:06.2322196Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int64 2022-09-27T15:35:06.2462893Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int8 2022-09-27T15:35:06.2503028Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex32 2022-09-27T15:35:06.2524225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex128 2022-09-27T15:35:06.2580267Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex128 2022-09-27T15:35:06.2664430Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex32 2022-09-27T15:35:06.2664867Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_uint8 2022-09-27T15:35:06.2685204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int8 2022-09-27T15:35:06.2760806Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int8 2022-09-27T15:35:06.2902642Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_uint8 2022-09-27T15:35:06.2942044Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex64 2022-09-27T15:35:06.2961976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex64 2022-09-27T15:35:06.3020897Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex64 2022-09-27T15:35:06.3103982Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex64 2022-09-27T15:35:06.3104624Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bfloat16 2022-09-27T15:35:06.3123134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_uint8 2022-09-27T15:35:06.3343647Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_uint8 2022-09-27T15:35:06.3383412Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float16 2022-09-27T15:35:06.3405213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float16 2022-09-27T15:35:06.3450873Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float16 2022-09-27T15:35:06.3542309Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float16 2022-09-27T15:35:06.3562563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:06.3634702Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:06.3640898Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bfloat16 2022-09-27T15:35:06.3782423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bool 2022-09-27T15:35:06.3823322Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float32 2022-09-27T15:35:06.3845448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float32 2022-09-27T15:35:06.3885423Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float32 2022-09-27T15:35:06.3982820Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float32 2022-09-27T15:35:06.4002397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bool 2022-09-27T15:35:06.4066435Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bool 2022-09-27T15:35:06.4074348Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bool 2022-09-27T15:35:06.4222030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex128 2022-09-27T15:35:06.4262162Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float64 2022-09-27T15:35:06.4281469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float64 2022-09-27T15:35:06.4325294Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float64 2022-09-27T15:35:06.4422370Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float64 2022-09-27T15:35:06.4441678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex128 2022-09-27T15:35:06.4592748Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex128 2022-09-27T15:35:06.4600582Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex128 2022-09-27T15:35:06.4661642Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex64 2022-09-27T15:35:06.4702437Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int16 2022-09-27T15:35:06.4721648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int16 2022-09-27T15:35:06.4754514Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int16 2022-09-27T15:35:06.4862982Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int16 2022-09-27T15:35:06.4882600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex64 2022-09-27T15:35:06.5103957Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex64 2022-09-27T15:35:06.5119660Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int32 2022-09-27T15:35:06.5129235Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex64 2022-09-27T15:35:06.5143052Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float16 2022-09-27T15:35:06.5163290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int32 2022-09-27T15:35:06.5200980Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int32 2022-09-27T15:35:06.5302086Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int32 2022-09-27T15:35:06.5323323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float32 2022-09-27T15:35:06.5542585Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float32 2022-09-27T15:35:06.5583080Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int64 2022-09-27T15:35:06.5604631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int64 2022-09-27T15:35:06.5635672Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int64 2022-09-27T15:35:06.5649687Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int64 2022-09-27T15:35:06.5658479Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float16 2022-09-27T15:35:06.5741984Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float32 2022-09-27T15:35:06.5761148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float64 2022-09-27T15:35:06.5982493Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float64 2022-09-27T15:35:06.6025236Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int8 2022-09-27T15:35:06.6045215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int8 2022-09-27T15:35:06.6076859Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int8 2022-09-27T15:35:06.6184514Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int8 2022-09-27T15:35:06.6190440Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float32 2022-09-27T15:35:06.6196262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int16 2022-09-27T15:35:06.6209134Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float64 2022-09-27T15:35:06.6425659Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int16 2022-09-27T15:35:06.6463739Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_uint8 2022-09-27T15:35:06.6485966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_uint8 2022-09-27T15:35:06.6519037Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_uint8 2022-09-27T15:35:06.6621857Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_uint8 2022-09-27T15:35:06.6644161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int32 2022-09-27T15:35:06.6719210Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int32 2022-09-27T15:35:06.6727708Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float64 2022-09-27T15:35:06.6861660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int16 2022-09-27T15:35:06.6902479Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bfloat16 2022-09-27T15:35:06.6921093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bfloat16 2022-09-27T15:35:06.7062454Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bfloat16 2022-09-27T15:35:06.7082857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int64 2022-09-27T15:35:06.7248834Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int64 2022-09-27T15:35:06.7258667Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int16 2022-09-27T15:35:06.7349275Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int32 2022-09-27T15:35:06.7382922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bool 2022-09-27T15:35:06.7505995Z [gw1] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bool 2022-09-27T15:35:06.7535619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int8 2022-09-27T15:35:06.7784458Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int8 2022-09-27T15:35:06.7810883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex128 2022-09-27T15:35:06.7818723Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex128 2022-09-27T15:35:06.7825853Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int32 2022-09-27T15:35:06.7943266Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int64 2022-09-27T15:35:06.7973286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_uint8 2022-09-27T15:35:06.8226372Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_uint8 2022-09-27T15:35:06.8252216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex64 2022-09-27T15:35:06.8371593Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex64 2022-09-27T15:35:06.8378978Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int64 2022-09-27T15:35:06.8385748Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int8 2022-09-27T15:35:06.8416003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bfloat16 2022-09-27T15:35:06.8666823Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bfloat16 2022-09-27T15:35:06.8691548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float32 2022-09-27T15:35:06.8824049Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float32 2022-09-27T15:35:06.8850667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bool 2022-09-27T15:35:06.8952442Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bool 2022-09-27T15:35:06.8963090Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int8 2022-09-27T15:35:06.9103450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_uint8 2022-09-27T15:35:06.9127353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float64 2022-09-27T15:35:06.9267155Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float64 2022-09-27T15:35:06.9294070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex128 2022-09-27T15:35:06.9484178Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex128 2022-09-27T15:35:06.9492464Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bfloat16 2022-09-27T15:35:06.9543665Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bool 2022-09-27T15:35:06.9565631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int16 2022-09-27T15:35:06.9608991Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int16 2022-09-27T15:35:06.9617133Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_uint8 2022-09-27T15:35:06.9702763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_bfloat16 2022-09-27T15:35:06.9725540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex64 2022-09-27T15:35:06.9986858Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex64 2022-09-27T15:35:07.0012694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int32 2022-09-27T15:35:07.0144629Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int32 2022-09-27T15:35:07.0173062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float32 2022-09-27T15:35:07.0426206Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float32 2022-09-27T15:35:07.0450890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int64 2022-09-27T15:35:07.0585189Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int64 2022-09-27T15:35:07.0607083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float64 2022-09-27T15:35:07.0867458Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float64 2022-09-27T15:35:07.0897946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int8 2022-09-27T15:35:07.1066320Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int8 2022-09-27T15:35:07.1087884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int16 2022-09-27T15:35:07.1120039Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int16 2022-09-27T15:35:07.1129266Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bool 2022-09-27T15:35:07.1304888Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float16 2022-09-27T15:35:07.1325852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_uint8 2022-09-27T15:35:07.1503930Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_uint8 2022-09-27T15:35:07.1530455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int32 2022-09-27T15:35:07.1744426Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int32 2022-09-27T15:35:07.1766928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:07.1949273Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:07.1980048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int64 2022-09-27T15:35:07.2186444Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int64 2022-09-27T15:35:07.2210523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bool 2022-09-27T15:35:07.2429043Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bool 2022-09-27T15:35:07.2429945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int8 2022-09-27T15:35:07.2438915Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_bfloat16 2022-09-27T15:35:07.2473000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex128 2022-09-27T15:35:07.2625271Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int8 2022-09-27T15:35:07.2660752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex128 2022-09-27T15:35:07.2866061Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex128 2022-09-27T15:35:07.2891598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_uint8 2022-09-27T15:35:07.3065803Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_uint8 2022-09-27T15:35:07.3094711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex64 2022-09-27T15:35:07.3305947Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex64 2022-09-27T15:35:07.3332128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:07.3509638Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:07.3545867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float32 2022-09-27T15:35:07.3747980Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float32 2022-09-27T15:35:07.3778254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bool 2022-09-27T15:35:07.3945838Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bool 2022-09-27T15:35:07.3979333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float64 2022-09-27T15:35:07.4226145Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float64 2022-09-27T15:35:07.4252967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex128 2022-09-27T15:35:07.4387339Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex128 2022-09-27T15:35:07.4418417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int16 2022-09-27T15:35:07.4570373Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int16 2022-09-27T15:35:07.4580124Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float16 2022-09-27T15:35:07.4664024Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float32 2022-09-27T15:35:07.4696276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex64 2022-09-27T15:35:07.4825782Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex64 2022-09-27T15:35:07.4855431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int32 2022-09-27T15:35:07.5149349Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int32 2022-09-27T15:35:07.5178242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float32 2022-09-27T15:35:07.5241241Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float32 2022-09-27T15:35:07.5251791Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex128 2022-09-27T15:35:07.5263908Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex64 2022-09-27T15:35:07.5300052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int64 2022-09-27T15:35:07.5586633Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int64 2022-09-27T15:35:07.5611603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float64 2022-09-27T15:35:07.5709268Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float64 2022-09-27T15:35:07.5735428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int8 2022-09-27T15:35:07.6027119Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int8 2022-09-27T15:35:07.6060681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int16 2022-09-27T15:35:07.6144938Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int16 2022-09-27T15:35:07.6176257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_uint8 2022-09-27T15:35:07.6366114Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_uint8 2022-09-27T15:35:07.6373474Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float32 2022-09-27T15:35:07.6463982Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float64 2022-09-27T15:35:07.6488381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int32 2022-09-27T15:35:07.6583059Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int32 2022-09-27T15:35:07.6610551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bfloat16 2022-09-27T15:35:07.6907412Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bfloat16 2022-09-27T15:35:07.6933961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int64 2022-09-27T15:35:07.7024543Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int64 2022-09-27T15:35:07.7056091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bool 2022-09-27T15:35:07.7387007Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bool 2022-09-27T15:35:07.7414344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int8 2022-09-27T15:35:07.7505493Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int8 2022-09-27T15:35:07.7550299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex128 2022-09-27T15:35:07.7828997Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex128 2022-09-27T15:35:07.7865675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_uint8 2022-09-27T15:35:07.7945616Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_uint8 2022-09-27T15:35:07.7983788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex64 2022-09-27T15:35:07.8269965Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex64 2022-09-27T15:35:07.8302864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bfloat16 2022-09-27T15:35:07.8320947Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bfloat16 2022-09-27T15:35:07.8338462Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex64 2022-09-27T15:35:07.8383984Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float16 2022-09-27T15:35:07.8415858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float32 2022-09-27T15:35:07.8474594Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float32 2022-09-27T15:35:07.8483694Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float64 2022-09-27T15:35:07.8743000Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int16 2022-09-27T15:35:07.8764910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bool 2022-09-27T15:35:07.8824062Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bool 2022-09-27T15:35:07.8853012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float64 2022-09-27T15:35:07.9186026Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float64 2022-09-27T15:35:07.9218707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex128 2022-09-27T15:35:07.9303898Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex128 2022-09-27T15:35:07.9331557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int16 2022-09-27T15:35:07.9628000Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int16 2022-09-27T15:35:07.9661809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex32 2022-09-27T15:35:07.9748445Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex32 2022-09-27T15:35:07.9779132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int32 2022-09-27T15:35:08.0043928Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int32 2022-09-27T15:35:08.0051425Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int16 2022-09-27T15:35:08.0102828Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int32 2022-09-27T15:35:08.0126264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex64 2022-09-27T15:35:08.0182406Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex64 2022-09-27T15:35:08.0202372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int64 2022-09-27T15:35:08.0547565Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int64 2022-09-27T15:35:08.0570374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float16 2022-09-27T15:35:08.0623850Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float16 2022-09-27T15:35:08.0647556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int8 2022-09-27T15:35:08.0985412Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int8 2022-09-27T15:35:08.1016045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float32 2022-09-27T15:35:08.1063992Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float32 2022-09-27T15:35:08.1091142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_uint8 2022-09-27T15:35:08.1162355Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_uint8 2022-09-27T15:35:08.1174214Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float16 2022-09-27T15:35:08.1425850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float32 2022-09-27T15:35:08.1461131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float64 2022-09-27T15:35:08.1503311Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float64 2022-09-27T15:35:08.1526068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:08.1643883Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:08.1653480Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int32 2022-09-27T15:35:08.1866436Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int64 2022-09-27T15:35:08.1888341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int16 2022-09-27T15:35:08.1944048Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int16 2022-09-27T15:35:08.1965479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bool 2022-09-27T15:35:08.2307471Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bool 2022-09-27T15:35:08.2332758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int32 2022-09-27T15:35:08.2384417Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int32 2022-09-27T15:35:08.2407989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex128 2022-09-27T15:35:08.2746514Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex128 2022-09-27T15:35:08.2771422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int64 2022-09-27T15:35:08.2826056Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int64 2022-09-27T15:35:08.2852799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex64 2022-09-27T15:35:08.3187314Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex64 2022-09-27T15:35:08.3215004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int8 2022-09-27T15:35:08.3264023Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int8 2022-09-27T15:35:08.3278652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float32 2022-09-27T15:35:08.3288698Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int64 2022-09-27T15:35:08.3295588Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float32 2022-09-27T15:35:08.3627807Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int8 2022-09-27T15:35:08.3655954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_uint8 2022-09-27T15:35:08.3744900Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_uint8 2022-09-27T15:35:08.3772078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float64 2022-09-27T15:35:08.4052739Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float64 2022-09-27T15:35:08.4063219Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float32 2022-09-27T15:35:08.4065656Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float64 2022-09-27T15:35:08.4084394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:08.4224306Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:08.4253814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int16 2022-09-27T15:35:08.4507173Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int16 2022-09-27T15:35:08.4532199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bool 2022-09-27T15:35:08.4665445Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bool 2022-09-27T15:35:08.4690291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int32 2022-09-27T15:35:08.4756184Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int32 2022-09-27T15:35:08.4765482Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int8 2022-09-27T15:35:08.4943919Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_uint8 2022-09-27T15:35:08.4963139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex128 2022-09-27T15:35:08.5106438Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex128 2022-09-27T15:35:08.5131450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int64 2022-09-27T15:35:08.5383733Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int64 2022-09-27T15:35:08.5413678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex32 2022-09-27T15:35:08.5542512Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex32 2022-09-27T15:35:08.5561866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int8 2022-09-27T15:35:08.5823056Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int8 2022-09-27T15:35:08.5845784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex64 2022-09-27T15:35:08.5983872Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex64 2022-09-27T15:35:08.6008495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_uint8 2022-09-27T15:35:08.6264076Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_uint8 2022-09-27T15:35:08.6284682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float16 2022-09-27T15:35:08.6317018Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float16 2022-09-27T15:35:08.6324856Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_uint8 2022-09-27T15:35:08.6422656Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_bfloat16 2022-09-27T15:35:08.6446809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bfloat16 2022-09-27T15:35:08.6564131Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bfloat16 2022-09-27T15:35:08.6703740Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_bfloat16 2022-09-27T15:35:08.6724940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float32 2022-09-27T15:35:08.6741812Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float32 2022-09-27T15:35:08.6843899Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex128 2022-09-27T15:35:08.6852182Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float64 2022-09-27T15:35:08.6863236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bfloat16 2022-09-27T15:35:08.6889277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bool 2022-09-27T15:35:08.6967556Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bool 2022-09-27T15:35:08.7142373Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex128 2022-09-27T15:35:08.7163312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float64 2022-09-27T15:35:08.7181688Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float64 2022-09-27T15:35:08.7302646Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex64 2022-09-27T15:35:08.7329109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex128 2022-09-27T15:35:08.7399846Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex128 2022-09-27T15:35:08.7405198Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex64 2022-09-27T15:35:08.7415004Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bfloat16 2022-09-27T15:35:08.7582498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bool 2022-09-27T15:35:08.7616763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int16 2022-09-27T15:35:08.7624621Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int16 2022-09-27T15:35:08.7742768Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float16 2022-09-27T15:35:08.7765234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex64 2022-09-27T15:35:08.7825358Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex64 2022-09-27T15:35:08.7833703Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bool 2022-09-27T15:35:08.7869443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float16 2022-09-27T15:35:08.8022667Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float16 2022-09-27T15:35:08.8043107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int32 2022-09-27T15:35:08.8062753Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int32 2022-09-27T15:35:08.8183479Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float32 2022-09-27T15:35:08.8205460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float16 2022-09-27T15:35:08.8276395Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float16 2022-09-27T15:35:08.8385428Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float32 2022-09-27T15:35:08.8393138Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float16 2022-09-27T15:35:08.8462233Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float32 2022-09-27T15:35:08.8481869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int64 2022-09-27T15:35:08.8502159Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int64 2022-09-27T15:35:08.8622912Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float64 2022-09-27T15:35:08.8650730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float32 2022-09-27T15:35:08.8716633Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float32 2022-09-27T15:35:08.8798600Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float64 2022-09-27T15:35:08.8821630Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float32 2022-09-27T15:35:08.8902278Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float64 2022-09-27T15:35:08.8930603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int8 2022-09-27T15:35:08.8982347Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int8 2022-09-27T15:35:08.9062951Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-09-27T15:35:08.9091577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float64 2022-09-27T15:35:08.9152706Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float64 2022-09-27T15:35:08.9230642Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-09-27T15:35:08.9261488Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float64 2022-09-27T15:35:08.9342364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int16 2022-09-27T15:35:08.9362967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_uint8 2022-09-27T15:35:08.9422270Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_uint8 2022-09-27T15:35:08.9503287Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:35:08.9531820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int16 2022-09-27T15:35:08.9566420Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int16 2022-09-27T15:35:08.9664614Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:35:08.9701757Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int16 2022-09-27T15:35:08.9782309Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int32 2022-09-27T15:35:08.9804208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_bfloat16 2022-09-27T15:35:08.9862366Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_bfloat16 2022-09-27T15:35:08.9943324Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:35:08.9976479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int32 2022-09-27T15:35:09.0007636Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int32 2022-09-27T15:35:09.0154164Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:35:09.0160354Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int32 2022-09-27T15:35:09.0223060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int64 2022-09-27T15:35:09.0249337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex128 2022-09-27T15:35:09.0302323Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex128 2022-09-27T15:35:09.0383409Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:35:09.0418538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int64 2022-09-27T15:35:09.0452778Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int64 2022-09-27T15:35:09.0620645Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:35:09.0626248Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int64 2022-09-27T15:35:09.0662639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int8 2022-09-27T15:35:09.0683528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex64 2022-09-27T15:35:09.0742325Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex64 2022-09-27T15:35:09.0823179Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float16 2022-09-27T15:35:09.0846910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int8 2022-09-27T15:35:09.0881932Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int8 2022-09-27T15:35:09.1025456Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float16 2022-09-27T15:35:09.1060838Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int8 2022-09-27T15:35:09.1101926Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_uint8 2022-09-27T15:35:09.1122589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float32 2022-09-27T15:35:09.1181697Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float32 2022-09-27T15:35:09.1263013Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:35:09.1283602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_uint8 2022-09-27T15:35:09.1314606Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_uint8 2022-09-27T15:35:09.1460100Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:35:09.1500569Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_uint8 2022-09-27T15:35:09.1541935Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bfloat16 2022-09-27T15:35:09.1560322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float64 2022-09-27T15:35:09.1621964Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float64 2022-09-27T15:35:09.1702675Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:35:09.1726308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:09.1756095Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:09.1984350Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:35:09.2003038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:09.2036277Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:09.2042632Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bfloat16 2022-09-27T15:35:09.2062252Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bool 2022-09-27T15:35:09.2143290Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int16 2022-09-27T15:35:09.2166406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bool 2022-09-27T15:35:09.2187562Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bool 2022-09-27T15:35:09.2424720Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int16 2022-09-27T15:35:09.2447142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex128 2022-09-27T15:35:09.2453310Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bool 2022-09-27T15:35:09.2461653Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex128 2022-09-27T15:35:09.2502207Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float16 2022-09-27T15:35:09.2583999Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int32 2022-09-27T15:35:09.2609474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex128 2022-09-27T15:35:09.2625759Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex128 2022-09-27T15:35:09.2865001Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int32 2022-09-27T15:35:09.2890448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex64 2022-09-27T15:35:09.2943531Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex64 2022-09-27T15:35:09.3024982Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:35:09.3049199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex64 2022-09-27T15:35:09.3059960Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex64 2022-09-27T15:35:09.3070234Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float16 2022-09-27T15:35:09.3076605Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:35:09.3303672Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float32 2022-09-27T15:35:09.3333451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float32 2022-09-27T15:35:09.3381819Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float32 2022-09-27T15:35:09.3465683Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int8 2022-09-27T15:35:09.3488643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float16 2022-09-27T15:35:09.3497057Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float16 2022-09-27T15:35:09.3504498Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float32 2022-09-27T15:35:09.3511034Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int8 2022-09-27T15:35:09.3742575Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float64 2022-09-27T15:35:09.3770162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float64 2022-09-27T15:35:09.3822179Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float64 2022-09-27T15:35:09.3903091Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_uint8 2022-09-27T15:35:09.3926026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float32 2022-09-27T15:35:09.3931832Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float64 2022-09-27T15:35:09.3942411Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float32 2022-09-27T15:35:09.3947898Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int16 2022-09-27T15:35:09.4185551Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_uint8 2022-09-27T15:35:09.4214188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bfloat16 2022-09-27T15:35:09.4262174Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bfloat16 2022-09-27T15:35:09.4344234Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-09-27T15:35:09.4355925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float64 2022-09-27T15:35:09.4372607Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int16 2022-09-27T15:35:09.4381346Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float64 2022-09-27T15:35:09.4407683Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int32 2022-09-27T15:35:09.4623407Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-09-27T15:35:09.4654711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bool 2022-09-27T15:35:09.4701856Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bool 2022-09-27T15:35:09.4783284Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:35:09.4795008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int16 2022-09-27T15:35:09.4807746Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int32 2022-09-27T15:35:09.4824756Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int16 2022-09-27T15:35:09.4827788Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:35:09.5063362Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int64 2022-09-27T15:35:09.5090778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex128 2022-09-27T15:35:09.5141919Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex128 2022-09-27T15:35:09.5223148Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:35:09.5231393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int32 2022-09-27T15:35:09.5249790Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int64 2022-09-27T15:35:09.5261097Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int32 2022-09-27T15:35:09.5287032Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int8 2022-09-27T15:35:09.5502857Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:35:09.5531906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex64 2022-09-27T15:35:09.5581555Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex64 2022-09-27T15:35:09.5663308Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:35:09.5670872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int64 2022-09-27T15:35:09.5690223Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int8 2022-09-27T15:35:09.5701189Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int64 2022-09-27T15:35:09.5729920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_uint8 2022-09-27T15:35:09.5943134Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:35:09.5971335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float16 2022-09-27T15:35:09.6021714Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float16 2022-09-27T15:35:09.6103466Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float16 2022-09-27T15:35:09.6111579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int8 2022-09-27T15:35:09.6129984Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_uint8 2022-09-27T15:35:09.6141031Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int8 2022-09-27T15:35:09.6158817Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bfloat16 2022-09-27T15:35:09.6383321Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float16 2022-09-27T15:35:09.6411631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float32 2022-09-27T15:35:09.6462229Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float32 2022-09-27T15:35:09.6543083Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:35:09.6574700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_uint8 2022-09-27T15:35:09.6596114Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_uint8 2022-09-27T15:35:09.6640394Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:35:09.6647976Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bfloat16 2022-09-27T15:35:09.6822295Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bool 2022-09-27T15:35:09.6849250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float64 2022-09-27T15:35:09.6901541Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float64 2022-09-27T15:35:09.6982496Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:35:09.7012121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bfloat16 2022-09-27T15:35:09.7034110Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bfloat16 2022-09-27T15:35:09.7055025Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:35:09.7061133Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bool 2022-09-27T15:35:09.7263057Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex128 2022-09-27T15:35:09.7289833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int16 2022-09-27T15:35:09.7342285Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int16 2022-09-27T15:35:09.7423800Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int16 2022-09-27T15:35:09.7456007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bool 2022-09-27T15:35:09.7465503Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bool 2022-09-27T15:35:09.7560561Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int16 2022-09-27T15:35:09.7568211Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex128 2022-09-27T15:35:09.7702718Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex64 2022-09-27T15:35:09.7732229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int32 2022-09-27T15:35:09.7781712Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int32 2022-09-27T15:35:09.7863148Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int32 2022-09-27T15:35:09.7899685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex128 2022-09-27T15:35:09.7905536Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex128 2022-09-27T15:35:09.8065882Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int32 2022-09-27T15:35:09.8074598Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex64 2022-09-27T15:35:09.8143301Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float16 2022-09-27T15:35:09.8170966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int64 2022-09-27T15:35:09.8222016Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int64 2022-09-27T15:35:09.8303103Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:35:09.8334594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex64 2022-09-27T15:35:09.8344360Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex64 2022-09-27T15:35:09.8575613Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:35:09.8586642Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float16 2022-09-27T15:35:09.8587352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float32 2022-09-27T15:35:09.8613568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int8 2022-09-27T15:35:09.8661814Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int8 2022-09-27T15:35:09.8743258Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int8 2022-09-27T15:35:09.8775738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float16 2022-09-27T15:35:09.8783860Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float16 2022-09-27T15:35:09.9023047Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int8 2022-09-27T15:35:09.9049583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_uint8 2022-09-27T15:35:09.9093916Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_uint8 2022-09-27T15:35:09.9100216Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float32 2022-09-27T15:35:09.9102864Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float64 2022-09-27T15:35:09.9182908Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_uint8 2022-09-27T15:35:09.9213770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float32 2022-09-27T15:35:09.9224219Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float32 2022-09-27T15:35:09.9462833Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_uint8 2022-09-27T15:35:09.9493255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:09.9542124Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:09.9601433Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bfloat16 2022-09-27T15:35:09.9607663Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float64 2022-09-27T15:35:09.9622990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int16 2022-09-27T15:35:09.9655071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float64 2022-09-27T15:35:09.9907257Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float64 2022-09-27T15:35:09.9945825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bool 2022-09-27T15:35:10.0067229Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bool 2022-09-27T15:35:10.0095293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int16 2022-09-27T15:35:10.0169398Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int16 2022-09-27T15:35:10.0182286Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int16 2022-09-27T15:35:10.0343881Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int32 2022-09-27T15:35:10.0368012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex128 2022-09-27T15:35:10.0503449Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex128 2022-09-27T15:35:10.0530355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int32 2022-09-27T15:35:10.0719494Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int32 2022-09-27T15:35:10.0731846Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int32 2022-09-27T15:35:10.0784154Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int64 2022-09-27T15:35:10.0811535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex64 2022-09-27T15:35:10.0948525Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex64 2022-09-27T15:35:10.0976759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int64 2022-09-27T15:35:10.1265945Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int64 2022-09-27T15:35:10.1291862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float16 2022-09-27T15:35:10.1313544Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float16 2022-09-27T15:35:10.1324336Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int64 2022-09-27T15:35:10.1384165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int8 2022-09-27T15:35:10.1410447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int8 2022-09-27T15:35:10.1678901Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int8 2022-09-27T15:35:10.1688826Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bfloat16 2022-09-27T15:35:10.1703637Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bool 2022-09-27T15:35:10.1725466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float32 2022-09-27T15:35:10.1824070Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float32 2022-09-27T15:35:10.1847994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_uint8 2022-09-27T15:35:10.1851009Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int8 2022-09-27T15:35:10.1858478Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_uint8 2022-09-27T15:35:10.2146660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_uint8 2022-09-27T15:35:10.2174752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float64 2022-09-27T15:35:10.2264465Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float64 2022-09-27T15:35:10.2294000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:10.2475894Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:10.2482848Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_uint8 2022-09-27T15:35:10.2583939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_bfloat16 2022-09-27T15:35:10.2609620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int16 2022-09-27T15:35:10.2636851Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int16 2022-09-27T15:35:10.2704367Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_bfloat16 2022-09-27T15:35:10.2728026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bool 2022-09-27T15:35:10.2903215Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bool 2022-09-27T15:35:10.3025306Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float16 2022-09-27T15:35:10.3065170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int32 2022-09-27T15:35:10.3068340Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int32 2022-09-27T15:35:10.3101539Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float16 2022-09-27T15:35:10.3107400Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bool 2022-09-27T15:35:10.3143472Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float16 2022-09-27T15:35:10.3163802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex128 2022-09-27T15:35:10.3344436Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex128 2022-09-27T15:35:10.3464721Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float32 2022-09-27T15:35:10.3499059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int64 2022-09-27T15:35:10.3501766Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int64 2022-09-27T15:35:10.3583624Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float32 2022-09-27T15:35:10.3609839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex64 2022-09-27T15:35:10.3783756Z [gw1] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex64 2022-09-27T15:35:10.3908122Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float64 2022-09-27T15:35:10.3955887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int8 2022-09-27T15:35:10.3962072Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int8 2022-09-27T15:35:10.4024878Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float64 2022-09-27T15:35:10.4056598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float16 2022-09-27T15:35:10.4264141Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float16 2022-09-27T15:35:10.4344034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int16 2022-09-27T15:35:10.4366736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_uint8 2022-09-27T15:35:10.4426230Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_uint8 2022-09-27T15:35:10.4462379Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int16 2022-09-27T15:35:10.4490693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float32 2022-09-27T15:35:10.4702312Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float32 2022-09-27T15:35:10.4782479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int32 2022-09-27T15:35:10.4803374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bfloat16 2022-09-27T15:35:10.4857913Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bfloat16 2022-09-27T15:35:10.4902389Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int32 2022-09-27T15:35:10.4926139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float64 2022-09-27T15:35:10.5142787Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float64 2022-09-27T15:35:10.5222549Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int64 2022-09-27T15:35:10.5234854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bool 2022-09-27T15:35:10.5249845Z [gw0] [ 45%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int64 2022-09-27T15:35:10.5345722Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bool 2022-09-27T15:35:10.5384422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int16 2022-09-27T15:35:10.5585637Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int16 2022-09-27T15:35:10.5664130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int8 2022-09-27T15:35:10.5689289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex128 2022-09-27T15:35:10.5749915Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex128 2022-09-27T15:35:10.5783021Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int8 2022-09-27T15:35:10.5814652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int32 2022-09-27T15:35:10.6022727Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int32 2022-09-27T15:35:10.6105968Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_uint8 2022-09-27T15:35:10.6140035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex64 2022-09-27T15:35:10.6180310Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex64 2022-09-27T15:35:10.6222836Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_uint8 2022-09-27T15:35:10.6253327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int64 2022-09-27T15:35:10.6317180Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int64 2022-09-27T15:35:10.6326421Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float16 2022-09-27T15:35:10.6462216Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float32 2022-09-27T15:35:10.6477197Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bfloat16 2022-09-27T15:35:10.6542989Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bfloat16 2022-09-27T15:35:10.6563909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float16 2022-09-27T15:35:10.6667471Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float16 2022-09-27T15:35:10.6694734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int8 2022-09-27T15:35:10.6905101Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int8 2022-09-27T15:35:10.6921484Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bool 2022-09-27T15:35:10.6984239Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bool 2022-09-27T15:35:10.7011011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float32 2022-09-27T15:35:10.7107043Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float32 2022-09-27T15:35:10.7131058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_uint8 2022-09-27T15:35:10.7349107Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_uint8 2022-09-27T15:35:10.7367265Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex128 2022-09-27T15:35:10.7424699Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex128 2022-09-27T15:35:10.7451333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float64 2022-09-27T15:35:10.7543712Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float64 2022-09-27T15:35:10.7565101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex128 2022-09-27T15:35:10.7783747Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex128 2022-09-27T15:35:10.7803172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex64 2022-09-27T15:35:10.7863110Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex64 2022-09-27T15:35:10.7874378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int16 2022-09-27T15:35:10.7883842Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float32 2022-09-27T15:35:10.7890652Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int16 2022-09-27T15:35:10.7982723Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float64 2022-09-27T15:35:10.8001953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex64 2022-09-27T15:35:10.8231689Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex64 2022-09-27T15:35:10.8263753Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float16 2022-09-27T15:35:10.8306593Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float16 2022-09-27T15:35:10.8329134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int32 2022-09-27T15:35:10.8424806Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int32 2022-09-27T15:35:10.8445251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float32 2022-09-27T15:35:10.8664934Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float32 2022-09-27T15:35:10.8685206Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float32 2022-09-27T15:35:10.8742947Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float32 2022-09-27T15:35:10.8764920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int64 2022-09-27T15:35:10.8864380Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int64 2022-09-27T15:35:10.8880239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float64 2022-09-27T15:35:10.9110912Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float64 2022-09-27T15:35:10.9131993Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float64 2022-09-27T15:35:10.9184591Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float64 2022-09-27T15:35:10.9208197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int8 2022-09-27T15:35:10.9304187Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int8 2022-09-27T15:35:10.9324668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int16 2022-09-27T15:35:10.9547580Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int16 2022-09-27T15:35:10.9569014Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int16 2022-09-27T15:35:10.9623106Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int16 2022-09-27T15:35:10.9644386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_uint8 2022-09-27T15:35:10.9696519Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_uint8 2022-09-27T15:35:10.9704297Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float64 2022-09-27T15:35:10.9742892Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int16 2022-09-27T15:35:10.9763261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int32 2022-09-27T15:35:10.9981791Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int32 2022-09-27T15:35:10.9997016Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int32 2022-09-27T15:35:11.0065198Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int32 2022-09-27T15:35:11.0088801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:11.0183621Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:11.0203329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int64 2022-09-27T15:35:11.0423100Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int64 2022-09-27T15:35:11.0439401Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int64 2022-09-27T15:35:11.0502181Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int64 2022-09-27T15:35:11.0519733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bool 2022-09-27T15:35:11.0622477Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bool 2022-09-27T15:35:11.0638474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int8 2022-09-27T15:35:11.0868144Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int8 2022-09-27T15:35:11.0886156Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int8 2022-09-27T15:35:11.0943846Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int8 2022-09-27T15:35:11.0970440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex128 2022-09-27T15:35:11.1065120Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex128 2022-09-27T15:35:11.1085067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_uint8 2022-09-27T15:35:11.1172327Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_uint8 2022-09-27T15:35:11.1180938Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int16 2022-09-27T15:35:11.1301740Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int32 2022-09-27T15:35:11.1317653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_uint8 2022-09-27T15:35:11.1382093Z [gw0] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_uint8 2022-09-27T15:35:11.1402529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex64 2022-09-27T15:35:11.1504578Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex64 2022-09-27T15:35:11.1530437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex128 2022-09-27T15:35:11.1743687Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex128 2022-09-27T15:35:11.1823067Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bfloat16 2022-09-27T15:35:11.1848215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float16 2022-09-27T15:35:11.1945062Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float16 2022-09-27T15:35:11.1963847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex64 2022-09-27T15:35:11.2263402Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex64 2022-09-27T15:35:11.2291543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float32 2022-09-27T15:35:11.2386160Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float32 2022-09-27T15:35:11.2405868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float32 2022-09-27T15:35:11.2706654Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float32 2022-09-27T15:35:11.2738592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float64 2022-09-27T15:35:11.2824685Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float64 2022-09-27T15:35:11.2845038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float64 2022-09-27T15:35:11.2889525Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float64 2022-09-27T15:35:11.2896384Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int32 2022-09-27T15:35:11.3146734Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int64 2022-09-27T15:35:11.3179960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int16 2022-09-27T15:35:11.3266644Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int16 2022-09-27T15:35:11.3281748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int16 2022-09-27T15:35:11.3354102Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int16 2022-09-27T15:35:11.3361707Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bfloat16 2022-09-27T15:35:11.3585619Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bool 2022-09-27T15:35:11.3612237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int32 2022-09-27T15:35:11.3704239Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int32 2022-09-27T15:35:11.3718970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int32 2022-09-27T15:35:11.4029084Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int32 2022-09-27T15:35:11.4057971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int64 2022-09-27T15:35:11.4144880Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int64 2022-09-27T15:35:11.4165615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int64 2022-09-27T15:35:11.4466697Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int64 2022-09-27T15:35:11.4492001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int8 2022-09-27T15:35:11.4584561Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int8 2022-09-27T15:35:11.4599764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int8 2022-09-27T15:35:11.4614603Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int8 2022-09-27T15:35:11.4624484Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int64 2022-09-27T15:35:11.4905878Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int8 2022-09-27T15:35:11.4935567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_uint8 2022-09-27T15:35:11.5027071Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_uint8 2022-09-27T15:35:11.5045068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_uint8 2022-09-27T15:35:11.5346733Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_uint8 2022-09-27T15:35:11.5383325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_bfloat16 2022-09-27T15:35:11.5388484Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_bfloat16 2022-09-27T15:35:11.5394370Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bool 2022-09-27T15:35:11.5461812Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex128 2022-09-27T15:35:11.5482272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bfloat16 2022-09-27T15:35:11.5788338Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bfloat16 2022-09-27T15:35:11.5823959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex128 2022-09-27T15:35:11.5937958Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex128 2022-09-27T15:35:11.5940859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bool 2022-09-27T15:35:11.6225808Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bool 2022-09-27T15:35:11.6250529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex64 2022-09-27T15:35:11.6343809Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex64 2022-09-27T15:35:11.6372037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex128 2022-09-27T15:35:11.6380813Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex128 2022-09-27T15:35:11.6392142Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int8 2022-09-27T15:35:11.6668057Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_uint8 2022-09-27T15:35:11.6698798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float16 2022-09-27T15:35:11.6900413Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float16 2022-09-27T15:35:11.6901422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex32 2022-09-27T15:35:11.7138562Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex32 2022-09-27T15:35:11.7142405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float32 2022-09-27T15:35:11.7236291Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float32 2022-09-27T15:35:11.7261441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex64 2022-09-27T15:35:11.7543440Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex64 2022-09-27T15:35:11.7568067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float64 2022-09-27T15:35:11.7661957Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float64 2022-09-27T15:35:11.7688910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float16 2022-09-27T15:35:11.7987335Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float16 2022-09-27T15:35:11.8027362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:11.8106170Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:11.8136394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float32 2022-09-27T15:35:11.8264638Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float32 2022-09-27T15:35:11.8272698Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_uint8 2022-09-27T15:35:11.8375354Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bfloat16 2022-09-27T15:35:11.8422631Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bfloat16 2022-09-27T15:35:11.8444043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex128 2022-09-27T15:35:11.8542230Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex128 2022-09-27T15:35:11.8560891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float64 2022-09-27T15:35:11.8575129Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float64 2022-09-27T15:35:11.8583193Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex128 2022-09-27T15:35:11.8703105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex64 2022-09-27T15:35:11.8794164Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bool 2022-09-27T15:35:11.8863690Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bool 2022-09-27T15:35:11.8892197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex64 2022-09-27T15:35:11.8983816Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex64 2022-09-27T15:35:11.9009926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int16 2022-09-27T15:35:11.9141826Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int16 2022-09-27T15:35:11.9229375Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex128 2022-09-27T15:35:11.9302457Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex128 2022-09-27T15:35:11.9327307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float16 2022-09-27T15:35:11.9422227Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float16 2022-09-27T15:35:11.9442234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int32 2022-09-27T15:35:11.9586425Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int32 2022-09-27T15:35:11.9708284Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex32 2022-09-27T15:35:11.9744553Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex32 2022-09-27T15:35:11.9772769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float32 2022-09-27T15:35:11.9863943Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float32 2022-09-27T15:35:11.9890766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int64 2022-09-27T15:35:12.0021920Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int64 2022-09-27T15:35:12.0116939Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex64 2022-09-27T15:35:12.0183356Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex64 2022-09-27T15:35:12.0207344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float64 2022-09-27T15:35:12.0311539Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float64 2022-09-27T15:35:12.0342655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int8 2022-09-27T15:35:12.0464771Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int8 2022-09-27T15:35:12.0575590Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float16 2022-09-27T15:35:12.0623908Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float16 2022-09-27T15:35:12.0646739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bfloat16 2022-09-27T15:35:12.0742491Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bfloat16 2022-09-27T15:35:12.0767365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_uint8 2022-09-27T15:35:12.0796228Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_uint8 2022-09-27T15:35:12.0803540Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex64 2022-09-27T15:35:12.0904672Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float32 2022-09-27T15:35:12.0985802Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float32 2022-09-27T15:35:12.1063662Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float32 2022-09-27T15:35:12.1088922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bool 2022-09-27T15:35:12.1184724Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bool 2022-09-27T15:35:12.1208506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:12.1343013Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:12.1437009Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float64 2022-09-27T15:35:12.1503795Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float64 2022-09-27T15:35:12.1522121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float16 2022-09-27T15:35:12.1533153Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float32 2022-09-27T15:35:12.1539419Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float16 2022-09-27T15:35:12.1622754Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float64 2022-09-27T15:35:12.1654307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bool 2022-09-27T15:35:12.1783633Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bool 2022-09-27T15:35:12.1852831Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int16 2022-09-27T15:35:12.1946836Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int16 2022-09-27T15:35:12.1973653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float32 2022-09-27T15:35:12.2064898Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float32 2022-09-27T15:35:12.2087591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex128 2022-09-27T15:35:12.2223873Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex128 2022-09-27T15:35:12.2298058Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int32 2022-09-27T15:35:12.2384938Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int32 2022-09-27T15:35:12.2420971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float64 2022-09-27T15:35:12.2469096Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float64 2022-09-27T15:35:12.2475059Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float64 2022-09-27T15:35:12.2504663Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int16 2022-09-27T15:35:12.2525890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex32 2022-09-27T15:35:12.2662922Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex32 2022-09-27T15:35:12.2726156Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int64 2022-09-27T15:35:12.2822095Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int64 2022-09-27T15:35:12.2840862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int16 2022-09-27T15:35:12.2943186Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int16 2022-09-27T15:35:12.2963987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex64 2022-09-27T15:35:12.3102969Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex64 2022-09-27T15:35:12.3176655Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int8 2022-09-27T15:35:12.3262130Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int8 2022-09-27T15:35:12.3281433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int32 2022-09-27T15:35:12.3383517Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int32 2022-09-27T15:35:12.3403288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float16 2022-09-27T15:35:12.3510243Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float16 2022-09-27T15:35:12.3517837Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int16 2022-09-27T15:35:12.3542351Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int32 2022-09-27T15:35:12.3604119Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_uint8 2022-09-27T15:35:12.3702529Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_uint8 2022-09-27T15:35:12.3721725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int64 2022-09-27T15:35:12.3822867Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int64 2022-09-27T15:35:12.3843692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float32 2022-09-27T15:35:12.3982066Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float32 2022-09-27T15:35:12.4144275Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bfloat16 2022-09-27T15:35:12.4167160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int8 2022-09-27T15:35:12.4262797Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int8 2022-09-27T15:35:12.4290570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float64 2022-09-27T15:35:12.4588674Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float64 2022-09-27T15:35:12.4616548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_uint8 2022-09-27T15:35:12.4626485Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_uint8 2022-09-27T15:35:12.4634846Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int32 2022-09-27T15:35:12.4704409Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int64 2022-09-27T15:35:12.4730831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int16 2022-09-27T15:35:12.5064667Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int16 2022-09-27T15:35:12.5092492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:12.5143498Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:12.5177559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int32 2022-09-27T15:35:12.5506543Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int32 2022-09-27T15:35:12.5544314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bool 2022-09-27T15:35:12.5588672Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bool 2022-09-27T15:35:12.5620487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int64 2022-09-27T15:35:12.5862463Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int64 2022-09-27T15:35:12.5870661Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int64 2022-09-27T15:35:12.5943976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int8 2022-09-27T15:35:12.5972374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float16 2022-09-27T15:35:12.6056312Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float16 2022-09-27T15:35:12.6059399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int8 2022-09-27T15:35:12.6385872Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int8 2022-09-27T15:35:12.6411325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float32 2022-09-27T15:35:12.6467597Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float32 2022-09-27T15:35:12.6490581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_uint8 2022-09-27T15:35:12.6826891Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_uint8 2022-09-27T15:35:12.6859659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float64 2022-09-27T15:35:12.6889881Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float64 2022-09-27T15:35:12.6896357Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bfloat16 2022-09-27T15:35:12.6903163Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bool 2022-09-27T15:35:12.6923762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bfloat16 2022-09-27T15:35:12.7059809Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bfloat16 2022-09-27T15:35:12.7068714Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int8 2022-09-27T15:35:12.7264763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_uint8 2022-09-27T15:35:12.7294424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int16 2022-09-27T15:35:12.7343357Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int16 2022-09-27T15:35:12.7368307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bool 2022-09-27T15:35:12.7706530Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bool 2022-09-27T15:35:12.7731506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int32 2022-09-27T15:35:12.7784110Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int32 2022-09-27T15:35:12.7806814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex128 2022-09-27T15:35:12.8148317Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex128 2022-09-27T15:35:12.8180692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int64 2022-09-27T15:35:12.8204184Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int64 2022-09-27T15:35:12.8212011Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_uint8 2022-09-27T15:35:12.8223584Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bfloat16 2022-09-27T15:35:12.8249021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex64 2022-09-27T15:35:12.8585861Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex64 2022-09-27T15:35:12.8596654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int8 2022-09-27T15:35:12.8609214Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bool 2022-09-27T15:35:12.8611495Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex128 2022-09-27T15:35:12.8663226Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int8 2022-09-27T15:35:12.8684831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float16 2022-09-27T15:35:12.9068425Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float16 2022-09-27T15:35:12.9096843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_uint8 2022-09-27T15:35:12.9109108Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_uint8 2022-09-27T15:35:12.9132998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float32 2022-09-27T15:35:12.9507130Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float32 2022-09-27T15:35:12.9534032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bfloat16 2022-09-27T15:35:12.9586581Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bfloat16 2022-09-27T15:35:12.9620365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float64 2022-09-27T15:35:12.9918556Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float64 2022-09-27T15:35:12.9926629Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bfloat16 2022-09-27T15:35:12.9943971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bool 2022-09-27T15:35:12.9975835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bool 2022-09-27T15:35:13.0023110Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bool 2022-09-27T15:35:13.0049245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int16 2022-09-27T15:35:13.0385790Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int16 2022-09-27T15:35:13.0416198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float16 2022-09-27T15:35:13.0463977Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float16 2022-09-27T15:35:13.0493397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int32 2022-09-27T15:35:13.0830256Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int32 2022-09-27T15:35:13.0863802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float32 2022-09-27T15:35:13.0907343Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float32 2022-09-27T15:35:13.0933915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int64 2022-09-27T15:35:13.1269018Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int64 2022-09-27T15:35:13.1294659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float64 2022-09-27T15:35:13.1347400Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float64 2022-09-27T15:35:13.1390468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int8 2022-09-27T15:35:13.1709095Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int8 2022-09-27T15:35:13.1747845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int16 2022-09-27T15:35:13.1783980Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int16 2022-09-27T15:35:13.1805503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_uint8 2022-09-27T15:35:13.1828407Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_uint8 2022-09-27T15:35:13.1835305Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bool 2022-09-27T15:35:13.2179316Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex128 2022-09-27T15:35:13.2188923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int32 2022-09-27T15:35:13.2227189Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int32 2022-09-27T15:35:13.2262866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:13.2588569Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:13.2610473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int64 2022-09-27T15:35:13.2665433Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int64 2022-09-27T15:35:13.2697637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bool 2022-09-27T15:35:13.2729443Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bool 2022-09-27T15:35:13.2736972Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex128 2022-09-27T15:35:13.3027407Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex32 2022-09-27T15:35:13.3053644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int8 2022-09-27T15:35:13.3104538Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int8 2022-09-27T15:35:13.3128448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex128 2022-09-27T15:35:13.3465485Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex128 2022-09-27T15:35:13.3489801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_uint8 2022-09-27T15:35:13.3544263Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_uint8 2022-09-27T15:35:13.3580592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex64 2022-09-27T15:35:13.3905641Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex64 2022-09-27T15:35:13.3934017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:13.3987116Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:13.4014219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float16 2022-09-27T15:35:13.4348906Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float16 2022-09-27T15:35:13.4378473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bool 2022-09-27T15:35:13.4427605Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bool 2022-09-27T15:35:13.4470197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float32 2022-09-27T15:35:13.4496873Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float32 2022-09-27T15:35:13.4505307Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex128 2022-09-27T15:35:13.4788286Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex64 2022-09-27T15:35:13.4827123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float16 2022-09-27T15:35:13.4891779Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float16 2022-09-27T15:35:13.4895042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float64 2022-09-27T15:35:13.5254016Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float64 2022-09-27T15:35:13.5256417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float32 2022-09-27T15:35:13.5303671Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float32 2022-09-27T15:35:13.5330229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int16 2022-09-27T15:35:13.5706446Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int16 2022-09-27T15:35:13.5712014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float64 2022-09-27T15:35:13.5781368Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float64 2022-09-27T15:35:13.5784010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int32 2022-09-27T15:35:13.6104183Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int32 2022-09-27T15:35:13.6125844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int16 2022-09-27T15:35:13.6183235Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int16 2022-09-27T15:35:13.6209124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int64 2022-09-27T15:35:13.6546330Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int64 2022-09-27T15:35:13.6571837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int32 2022-09-27T15:35:13.6626145Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int32 2022-09-27T15:35:13.6655684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int8 2022-09-27T15:35:13.7029225Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int8 2022-09-27T15:35:13.7030170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int64 2022-09-27T15:35:13.7086399Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int64 2022-09-27T15:35:13.7096952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_uint8 2022-09-27T15:35:13.7313164Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_uint8 2022-09-27T15:35:13.7322668Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex64 2022-09-27T15:35:13.7425782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float32 2022-09-27T15:35:13.7462162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int8 2022-09-27T15:35:13.7562377Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int8 2022-09-27T15:35:13.7564059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int32 2022-09-27T15:35:13.7867386Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int32 2022-09-27T15:35:13.7892844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_uint8 2022-09-27T15:35:13.7975727Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_uint8 2022-09-27T15:35:13.7980825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int64 2022-09-27T15:35:13.8305425Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int64 2022-09-27T15:35:13.8329175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bfloat16 2022-09-27T15:35:13.8383829Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bfloat16 2022-09-27T15:35:13.8411065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int32 2022-09-27T15:35:13.8649736Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int32 2022-09-27T15:35:13.8659365Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float32 2022-09-27T15:35:13.8743249Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float64 2022-09-27T15:35:13.8765860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bool 2022-09-27T15:35:13.8822678Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bool 2022-09-27T15:35:13.8845903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int64 2022-09-27T15:35:13.9186547Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int64 2022-09-27T15:35:13.9231929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex128 2022-09-27T15:35:13.9285194Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex128 2022-09-27T15:35:13.9305714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bfloat16 2022-09-27T15:35:13.9518930Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bfloat16 2022-09-27T15:35:13.9527754Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex32 2022-09-27T15:35:13.9624614Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex64 2022-09-27T15:35:13.9652257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex64 2022-09-27T15:35:13.9705515Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex64 2022-09-27T15:35:13.9731334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bool 2022-09-27T15:35:13.9902244Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bool 2022-09-27T15:35:13.9910086Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float64 2022-09-27T15:35:14.0071984Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int16 2022-09-27T15:35:14.0110269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float16 2022-09-27T15:35:14.0218388Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float16 2022-09-27T15:35:14.0219093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex128 2022-09-27T15:35:14.0540404Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex128 2022-09-27T15:35:14.0576756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float32 2022-09-27T15:35:14.0586259Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float32 2022-09-27T15:35:14.0614259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex64 2022-09-27T15:35:14.0944549Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex64 2022-09-27T15:35:14.0968900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float64 2022-09-27T15:35:14.1023477Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float64 2022-09-27T15:35:14.1055046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float16 2022-09-27T15:35:14.1323583Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float16 2022-09-27T15:35:14.1330533Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int16 2022-09-27T15:35:14.1384492Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int32 2022-09-27T15:35:14.1409628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int16 2022-09-27T15:35:14.1463904Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int16 2022-09-27T15:35:14.1486644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float32 2022-09-27T15:35:14.1849973Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float32 2022-09-27T15:35:14.1855860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int32 2022-09-27T15:35:14.1905581Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int32 2022-09-27T15:35:14.1933478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float64 2022-09-27T15:35:14.2298352Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float64 2022-09-27T15:35:14.2300975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int64 2022-09-27T15:35:14.2353026Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int64 2022-09-27T15:35:14.2375379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int16 2022-09-27T15:35:14.2707364Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int16 2022-09-27T15:35:14.2737787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int8 2022-09-27T15:35:14.2752761Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int8 2022-09-27T15:35:14.2762450Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int32 2022-09-27T15:35:14.2783488Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int64 2022-09-27T15:35:14.2811555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int32 2022-09-27T15:35:14.2949751Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int32 2022-09-27T15:35:14.2961063Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex64 2022-09-27T15:35:14.3183511Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float16 2022-09-27T15:35:14.3206409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_uint8 2022-09-27T15:35:14.3222533Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_uint8 2022-09-27T15:35:14.3242859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int64 2022-09-27T15:35:14.3627725Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int64 2022-09-27T15:35:14.3648558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:14.3666015Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:14.3695349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int8 2022-09-27T15:35:14.4014436Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int8 2022-09-27T15:35:14.4021129Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int64 2022-09-27T15:35:14.4064605Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int8 2022-09-27T15:35:14.4090933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bool 2022-09-27T15:35:14.4138083Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bool 2022-09-27T15:35:14.4140343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_uint8 2022-09-27T15:35:14.4505864Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_uint8 2022-09-27T15:35:14.4536223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex128 2022-09-27T15:35:14.4557452Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex128 2022-09-27T15:35:14.4586465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:14.4947084Z [gw1] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:14.4982879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex64 2022-09-27T15:35:14.5025847Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex64 2022-09-27T15:35:14.5029495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bool 2022-09-27T15:35:14.5264693Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bool 2022-09-27T15:35:14.5273168Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int8 2022-09-27T15:35:14.5382902Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_uint8 2022-09-27T15:35:14.5410818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float16 2022-09-27T15:35:14.5465024Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float16 2022-09-27T15:35:14.5469155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex128 2022-09-27T15:35:14.5863769Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex128 2022-09-27T15:35:14.5869455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float32 2022-09-27T15:35:14.5880192Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float32 2022-09-27T15:35:14.5900215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex64 2022-09-27T15:35:14.6262939Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex64 2022-09-27T15:35:14.6285740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float64 2022-09-27T15:35:14.6304838Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float64 2022-09-27T15:35:14.6334277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float16 2022-09-27T15:35:14.6530448Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float16 2022-09-27T15:35:14.6537421Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_uint8 2022-09-27T15:35:14.6703468Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bfloat16 2022-09-27T15:35:14.6723849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int16 2022-09-27T15:35:14.6737859Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int16 2022-09-27T15:35:14.6747962Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float16 2022-09-27T15:35:14.6750481Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float32 2022-09-27T15:35:14.6773133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float32 2022-09-27T15:35:14.7147475Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float32 2022-09-27T15:35:14.7172540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int32 2022-09-27T15:35:14.7184072Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int32 2022-09-27T15:35:14.7209301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float64 2022-09-27T15:35:14.7586327Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float64 2022-09-27T15:35:14.7619084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int64 2022-09-27T15:35:14.7631374Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int64 2022-09-27T15:35:14.7666373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int16 2022-09-27T15:35:14.8058561Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int16 2022-09-27T15:35:14.8062217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int8 2022-09-27T15:35:14.8068249Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int8 2022-09-27T15:35:14.8104077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int32 2022-09-27T15:35:14.8509256Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int32 2022-09-27T15:35:14.8521300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_uint8 2022-09-27T15:35:14.8561913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int64 2022-09-27T15:35:14.8585341Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int64 2022-09-27T15:35:14.8843207Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_uint8 2022-09-27T15:35:14.8849621Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float32 2022-09-27T15:35:14.8944262Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float64 2022-09-27T15:35:14.8946464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_bfloat16 2022-09-27T15:35:14.8967259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int8 2022-09-27T15:35:14.8977332Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_bfloat16 2022-09-27T15:35:14.9427248Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int8 2022-09-27T15:35:14.9427822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float16 2022-09-27T15:35:14.9430442Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float16 2022-09-27T15:35:14.9431618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_uint8 2022-09-27T15:35:14.9824972Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_uint8 2022-09-27T15:35:14.9848173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int32 2022-09-27T15:35:14.9863837Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int32 2022-09-27T15:35:14.9890526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float32 2022-09-27T15:35:15.0268126Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float32 2022-09-27T15:35:15.0309096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int64 2022-09-27T15:35:15.0352926Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int64 2022-09-27T15:35:15.0383846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float64 2022-09-27T15:35:15.0748007Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float64 2022-09-27T15:35:15.0752145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int32 2022-09-27T15:35:15.0816361Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int32 2022-09-27T15:35:15.0820535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int16 2022-09-27T15:35:15.1147730Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int16 2022-09-27T15:35:15.1157873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int64 2022-09-27T15:35:15.1168887Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float64 2022-09-27T15:35:15.1175664Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int16 2022-09-27T15:35:15.1225135Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int64 2022-09-27T15:35:15.1246622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int32 2022-09-27T15:35:15.1629205Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int32 2022-09-27T15:35:15.1658251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bfloat16 2022-09-27T15:35:15.1683029Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bfloat16 2022-09-27T15:35:15.1704234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int64 2022-09-27T15:35:15.2024698Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int64 2022-09-27T15:35:15.2034557Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bfloat16 2022-09-27T15:35:15.2062944Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bool 2022-09-27T15:35:15.2091504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bool 2022-09-27T15:35:15.2105214Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bool 2022-09-27T15:35:15.2132326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int8 2022-09-27T15:35:15.2548400Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int8 2022-09-27T15:35:15.2549078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_uint8 2022-09-27T15:35:15.2583504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex128 2022-09-27T15:35:15.2586814Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_uint8 2022-09-27T15:35:15.2697113Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex128 2022-09-27T15:35:15.2705457Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int16 2022-09-27T15:35:15.2984157Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int32 2022-09-27T15:35:15.2986503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:15.3007808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex64 2022-09-27T15:35:15.3022191Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex64 2022-09-27T15:35:15.3458456Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:15.3460826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float16 2022-09-27T15:35:15.3463965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float16 2022-09-27T15:35:15.3468159Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float16 2022-09-27T15:35:15.3900655Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float16 2022-09-27T15:35:15.3904464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float32 2022-09-27T15:35:15.3905266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float32 2022-09-27T15:35:15.3908656Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float32 2022-09-27T15:35:15.4307640Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float32 2022-09-27T15:35:15.4309869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float64 2022-09-27T15:35:15.4342187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float64 2022-09-27T15:35:15.4349205Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float64 2022-09-27T15:35:15.4648429Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float64 2022-09-27T15:35:15.4655015Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int32 2022-09-27T15:35:15.4772090Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int64 2022-09-27T15:35:15.4775040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int16 2022-09-27T15:35:15.4788107Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int16 2022-09-27T15:35:15.4791098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int16 2022-09-27T15:35:15.5219880Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int16 2022-09-27T15:35:15.5229818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int32 2022-09-27T15:35:15.5235116Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int32 2022-09-27T15:35:15.5239114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int32 2022-09-27T15:35:15.5624460Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int32 2022-09-27T15:35:15.5626592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int64 2022-09-27T15:35:15.5647758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int64 2022-09-27T15:35:15.5657218Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int64 2022-09-27T15:35:15.5897095Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int64 2022-09-27T15:35:15.5904956Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bool 2022-09-27T15:35:15.6067938Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float32 2022-09-27T15:35:15.6076937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int8 2022-09-27T15:35:15.6106338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int8 2022-09-27T15:35:15.6115234Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int8 2022-09-27T15:35:15.6508224Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int8 2022-09-27T15:35:15.6533863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_uint8 2022-09-27T15:35:15.6548764Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_uint8 2022-09-27T15:35:15.6549923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_uint8 2022-09-27T15:35:15.6587310Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_uint8 2022-09-27T15:35:15.6594459Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int64 2022-09-27T15:35:15.6977220Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int8 2022-09-27T15:35:15.6980773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:15.6985675Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:15.6988616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bfloat16 2022-09-27T15:35:15.7462308Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bfloat16 2022-09-27T15:35:15.7466303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bool 2022-09-27T15:35:15.7472788Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bool 2022-09-27T15:35:15.7503737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bool 2022-09-27T15:35:15.7892784Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bool 2022-09-27T15:35:15.7893678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex128 2022-09-27T15:35:15.7907922Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex128 2022-09-27T15:35:15.7936306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex128 2022-09-27T15:35:15.8308716Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex128 2022-09-27T15:35:15.8341450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex64 2022-09-27T15:35:15.8350722Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex64 2022-09-27T15:35:15.8363881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex64 2022-09-27T15:35:15.8373487Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float32 2022-09-27T15:35:15.8380569Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float64 2022-09-27T15:35:15.8549620Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex64 2022-09-27T15:35:15.8557766Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int8 2022-09-27T15:35:15.8748446Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_uint8 2022-09-27T15:35:15.8775448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float16 2022-09-27T15:35:15.8785419Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float16 2022-09-27T15:35:15.8812015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float16 2022-09-27T15:35:15.9224175Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float16 2022-09-27T15:35:15.9225897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float32 2022-09-27T15:35:15.9273363Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float32 2022-09-27T15:35:15.9278604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float32 2022-09-27T15:35:15.9635858Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float32 2022-09-27T15:35:15.9654558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float64 2022-09-27T15:35:15.9663511Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float64 2022-09-27T15:35:15.9695142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float64 2022-09-27T15:35:16.0072220Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float64 2022-09-27T15:35:16.0105355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int16 2022-09-27T15:35:16.0112876Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int16 2022-09-27T15:35:16.0141749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int16 2022-09-27T15:35:16.0527781Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int16 2022-09-27T15:35:16.0538024Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_uint8 2022-09-27T15:35:16.0578720Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bfloat16 2022-09-27T15:35:16.0582333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int32 2022-09-27T15:35:16.0583060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int32 2022-09-27T15:35:16.0592725Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int32 2022-09-27T15:35:16.1017709Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int32 2022-09-27T15:35:16.1020194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int64 2022-09-27T15:35:16.1063695Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int64 2022-09-27T15:35:16.1066919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int64 2022-09-27T15:35:16.1417204Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int64 2022-09-27T15:35:16.1423706Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float64 2022-09-27T15:35:16.1465778Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int16 2022-09-27T15:35:16.1468170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int8 2022-09-27T15:35:16.1492508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int8 2022-09-27T15:35:16.1499634Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int8 2022-09-27T15:35:16.1945764Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int8 2022-09-27T15:35:16.1948026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_uint8 2022-09-27T15:35:16.1981767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_uint8 2022-09-27T15:35:16.1985120Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_uint8 2022-09-27T15:35:16.2388752Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_uint8 2022-09-27T15:35:16.2400996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:16.2410981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_bfloat16 2022-09-27T15:35:16.2423527Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:16.2824452Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_bfloat16 2022-09-27T15:35:16.2825166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float32 2022-09-27T15:35:16.2845804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bool 2022-09-27T15:35:16.2861250Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float32 2022-09-27T15:35:16.3282922Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bool 2022-09-27T15:35:16.3287912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float64 2022-09-27T15:35:16.3299269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex128 2022-09-27T15:35:16.3309044Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex128 2022-09-27T15:35:16.3749483Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float64 2022-09-27T15:35:16.3750129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int16 2022-09-27T15:35:16.3778269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex64 2022-09-27T15:35:16.3788099Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int16 2022-09-27T15:35:16.4053222Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex64 2022-09-27T15:35:16.4062741Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bfloat16 2022-09-27T15:35:16.4201980Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bool 2022-09-27T15:35:16.4203575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int32 2022-09-27T15:35:16.4209860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float16 2022-09-27T15:35:16.4226612Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int32 2022-09-27T15:35:16.4648175Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float16 2022-09-27T15:35:16.4665428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float32 2022-09-27T15:35:16.4673963Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float32 2022-09-27T15:35:16.4678616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int64 2022-09-27T15:35:16.5068718Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int64 2022-09-27T15:35:16.5070490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int8 2022-09-27T15:35:16.5094194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float64 2022-09-27T15:35:16.5106241Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float64 2022-09-27T15:35:16.5261959Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int8 2022-09-27T15:35:16.5270526Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bool 2022-09-27T15:35:16.5385107Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float16 2022-09-27T15:35:16.5393785Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int16 2022-09-27T15:35:16.5505380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int32 2022-09-27T15:35:16.5507230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_uint8 2022-09-27T15:35:16.5534981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int16 2022-09-27T15:35:16.5537823Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_uint8 2022-09-27T15:35:16.5951308Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int16 2022-09-27T15:35:16.5958681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int32 2022-09-27T15:35:16.5994719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:16.5999201Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:16.6387395Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int32 2022-09-27T15:35:16.6388113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int64 2022-09-27T15:35:16.6414718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float32 2022-09-27T15:35:16.6424174Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float32 2022-09-27T15:35:16.6824969Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int64 2022-09-27T15:35:16.6835294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int8 2022-09-27T15:35:16.6852363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float64 2022-09-27T15:35:16.6859219Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int8 2022-09-27T15:35:16.7267288Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float64 2022-09-27T15:35:16.7268482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_uint8 2022-09-27T15:35:16.7299654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int16 2022-09-27T15:35:16.7309055Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int16 2022-09-27T15:35:16.7709631Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_uint8 2022-09-27T15:35:16.7710295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int32 2022-09-27T15:35:16.7733954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bfloat16 2022-09-27T15:35:16.7741898Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int32 2022-09-27T15:35:16.8165076Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bfloat16 2022-09-27T15:35:16.8165918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int64 2022-09-27T15:35:16.8177854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bool 2022-09-27T15:35:16.8188908Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int64 2022-09-27T15:35:16.8586090Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bool 2022-09-27T15:35:16.8589399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex128 2022-09-27T15:35:16.8619569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int8 2022-09-27T15:35:16.8627827Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int8 2022-09-27T15:35:16.9030036Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex128 2022-09-27T15:35:16.9031021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_uint8 2022-09-27T15:35:16.9054371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex64 2022-09-27T15:35:16.9066728Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_uint8 2022-09-27T15:35:16.9445070Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex64 2022-09-27T15:35:16.9452624Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float16 2022-09-27T15:35:16.9464294Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float32 2022-09-27T15:35:16.9465276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bfloat16 2022-09-27T15:35:16.9485797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float32 2022-09-27T15:35:16.9495181Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bfloat16 2022-09-27T15:35:16.9548940Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float32 2022-09-27T15:35:16.9558869Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int32 2022-09-27T15:35:16.9910606Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int64 2022-09-27T15:35:16.9917016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float64 2022-09-27T15:35:16.9951475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bool 2022-09-27T15:35:16.9968659Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float64 2022-09-27T15:35:17.0349675Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bool 2022-09-27T15:35:17.0350921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex128 2022-09-27T15:35:17.0381532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int16 2022-09-27T15:35:17.0384639Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex128 2022-09-27T15:35:17.0823687Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int16 2022-09-27T15:35:17.0824470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex32 2022-09-27T15:35:17.0846940Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex32 2022-09-27T15:35:17.0882203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int32 2022-09-27T15:35:17.1262809Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int32 2022-09-27T15:35:17.1265425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex64 2022-09-27T15:35:17.1283051Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex64 2022-09-27T15:35:17.1321305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int64 2022-09-27T15:35:17.1666059Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int64 2022-09-27T15:35:17.1694312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float16 2022-09-27T15:35:17.1705610Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float16 2022-09-27T15:35:17.1727212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int8 2022-09-27T15:35:17.2141748Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int8 2022-09-27T15:35:17.2152791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float32 2022-09-27T15:35:17.2162489Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float32 2022-09-27T15:35:17.2184890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_uint8 2022-09-27T15:35:17.2543293Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_uint8 2022-09-27T15:35:17.2569959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float64 2022-09-27T15:35:17.2583245Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float64 2022-09-27T15:35:17.2604764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:17.2869548Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:17.2877290Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float32 2022-09-27T15:35:17.2982140Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float64 2022-09-27T15:35:17.3005021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int16 2022-09-27T15:35:17.3022779Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int16 2022-09-27T15:35:17.3045645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bool 2022-09-27T15:35:17.3428110Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bool 2022-09-27T15:35:17.3457310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int32 2022-09-27T15:35:17.3508429Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int32 2022-09-27T15:35:17.3543175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex128 2022-09-27T15:35:17.3866822Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex128 2022-09-27T15:35:17.3885226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int64 2022-09-27T15:35:17.3944168Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int64 2022-09-27T15:35:17.3968167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex64 2022-09-27T15:35:17.4113104Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex64 2022-09-27T15:35:17.4120572Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int64 2022-09-27T15:35:17.4343517Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int8 2022-09-27T15:35:17.4372378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int8 2022-09-27T15:35:17.4384021Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int8 2022-09-27T15:35:17.4411793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float32 2022-09-27T15:35:17.4789649Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float32 2022-09-27T15:35:17.4825321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_uint8 2022-09-27T15:35:17.4836319Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_uint8 2022-09-27T15:35:17.4872133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float64 2022-09-27T15:35:17.5224738Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float64 2022-09-27T15:35:17.5252439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:17.5262655Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:17.5290494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int16 2022-09-27T15:35:17.5707708Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int16 2022-09-27T15:35:17.5743227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int32 2022-09-27T15:35:17.5753663Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int32 2022-09-27T15:35:17.5755407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bool 2022-09-27T15:35:17.6149096Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bool 2022-09-27T15:35:17.6150944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int64 2022-09-27T15:35:17.6173513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex128 2022-09-27T15:35:17.6184614Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int64 2022-09-27T15:35:17.6401456Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex128 2022-09-27T15:35:17.6410536Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float64 2022-09-27T15:35:17.6621735Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int16 2022-09-27T15:35:17.6628109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex32 2022-09-27T15:35:17.6638441Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex32 2022-09-27T15:35:17.6651851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int8 2022-09-27T15:35:17.7028622Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int8 2022-09-27T15:35:17.7056174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_uint8 2022-09-27T15:35:17.7097661Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_uint8 2022-09-27T15:35:17.7098848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex64 2022-09-27T15:35:17.7202069Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex64 2022-09-27T15:35:17.7209961Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int16 2022-09-27T15:35:17.7473287Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int32 2022-09-27T15:35:17.7497003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bfloat16 2022-09-27T15:35:17.7510893Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bfloat16 2022-09-27T15:35:17.7537516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float16 2022-09-27T15:35:17.7906634Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float16 2022-09-27T15:35:17.7932577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bool 2022-09-27T15:35:17.7944602Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bool 2022-09-27T15:35:17.7969296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float32 2022-09-27T15:35:17.7975500Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float32 2022-09-27T15:35:17.7981516Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int32 2022-09-27T15:35:17.8109802Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int64 2022-09-27T15:35:17.8121209Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int8 2022-09-27T15:35:17.8345614Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_uint8 2022-09-27T15:35:17.8372393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex128 2022-09-27T15:35:17.8384226Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex128 2022-09-27T15:35:17.8411135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float64 2022-09-27T15:35:17.8714966Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float64 2022-09-27T15:35:17.8721030Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int64 2022-09-27T15:35:17.8783731Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int8 2022-09-27T15:35:17.8803267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex64 2022-09-27T15:35:17.8823544Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex64 2022-09-27T15:35:17.8849326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int16 2022-09-27T15:35:17.9262284Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int16 2022-09-27T15:35:17.9263499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float32 2022-09-27T15:35:17.9273123Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float32 2022-09-27T15:35:17.9298989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int32 2022-09-27T15:35:17.9445314Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int32 2022-09-27T15:35:17.9453857Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int8 2022-09-27T15:35:17.9665688Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_uint8 2022-09-27T15:35:17.9694906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float64 2022-09-27T15:35:17.9743793Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float64 2022-09-27T15:35:17.9768521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int64 2022-09-27T15:35:18.0105815Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int64 2022-09-27T15:35:18.0129964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int16 2022-09-27T15:35:18.0169589Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int16 2022-09-27T15:35:18.0177309Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_uint8 2022-09-27T15:35:18.0183403Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bfloat16 2022-09-27T15:35:18.0210410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int8 2022-09-27T15:35:18.0269314Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int8 2022-09-27T15:35:18.0543172Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bfloat16 2022-09-27T15:35:18.0573720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int32 2022-09-27T15:35:18.0586001Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int32 2022-09-27T15:35:18.0643865Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bool 2022-09-27T15:35:18.0659641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_uint8 2022-09-27T15:35:18.0720054Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_uint8 2022-09-27T15:35:18.0984693Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bool 2022-09-27T15:35:18.1015166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int64 2022-09-27T15:35:18.1065654Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int64 2022-09-27T15:35:18.1070340Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex128 2022-09-27T15:35:18.1094156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bfloat16 2022-09-27T15:35:18.1202610Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bfloat16 2022-09-27T15:35:18.1424243Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex128 2022-09-27T15:35:18.1454243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int8 2022-09-27T15:35:18.1543990Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int8 2022-09-27T15:35:18.1544635Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex32 2022-09-27T15:35:18.1567160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bool 2022-09-27T15:35:18.1676329Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bool 2022-09-27T15:35:18.1862274Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex32 2022-09-27T15:35:18.1888187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_uint8 2022-09-27T15:35:18.1983866Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_uint8 2022-09-27T15:35:18.1984744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex128 2022-09-27T15:35:18.2002383Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex64 2022-09-27T15:35:18.2114760Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex128 2022-09-27T15:35:18.2134584Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex64 2022-09-27T15:35:18.2141024Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_uint8 2022-09-27T15:35:18.2303438Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bfloat16 2022-09-27T15:35:18.2330848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:18.2423948Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:18.2424524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex32 2022-09-27T15:35:18.2452202Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float16 2022-09-27T15:35:18.2550540Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex32 2022-09-27T15:35:18.2745565Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float16 2022-09-27T15:35:18.2770632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bool 2022-09-27T15:35:18.2865216Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bool 2022-09-27T15:35:18.2867093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex64 2022-09-27T15:35:18.2888327Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float32 2022-09-27T15:35:18.2992482Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex64 2022-09-27T15:35:18.3182989Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float32 2022-09-27T15:35:18.3211386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex128 2022-09-27T15:35:18.3307553Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex128 2022-09-27T15:35:18.3307975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float16 2022-09-27T15:35:18.3329898Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float64 2022-09-27T15:35:18.3436207Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float16 2022-09-27T15:35:18.3599080Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float64 2022-09-27T15:35:18.3604698Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bfloat16 2022-09-27T15:35:18.3623226Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bool 2022-09-27T15:35:18.3650551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex64 2022-09-27T15:35:18.3743654Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex64 2022-09-27T15:35:18.3744169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float32 2022-09-27T15:35:18.3762979Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int16 2022-09-27T15:35:18.3852836Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float32 2022-09-27T15:35:18.4064912Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int16 2022-09-27T15:35:18.4093284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float32 2022-09-27T15:35:18.4185675Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float32 2022-09-27T15:35:18.4189660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float64 2022-09-27T15:35:18.4206661Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int32 2022-09-27T15:35:18.4276609Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float64 2022-09-27T15:35:18.4502924Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int32 2022-09-27T15:35:18.4526654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float64 2022-09-27T15:35:18.4623402Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float64 2022-09-27T15:35:18.4628897Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int64 2022-09-27T15:35:18.4650359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int16 2022-09-27T15:35:18.4708465Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int16 2022-09-27T15:35:18.4943161Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int64 2022-09-27T15:35:18.4972042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int16 2022-09-27T15:35:18.5063766Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int16 2022-09-27T15:35:18.5064238Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int8 2022-09-27T15:35:18.5095743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int32 2022-09-27T15:35:18.5136046Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int32 2022-09-27T15:35:18.5180275Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int8 2022-09-27T15:35:18.5187843Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bool 2022-09-27T15:35:18.5386532Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex128 2022-09-27T15:35:18.5425133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int32 2022-09-27T15:35:18.5508470Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int32 2022-09-27T15:35:18.5509192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int64 2022-09-27T15:35:18.5534318Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_uint8 2022-09-27T15:35:18.5613114Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int64 2022-09-27T15:35:18.5822778Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_uint8 2022-09-27T15:35:18.5842351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int64 2022-09-27T15:35:18.5944021Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int64 2022-09-27T15:35:18.5944504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int8 2022-09-27T15:35:18.5967095Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_bfloat16 2022-09-27T15:35:18.6264787Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int8 2022-09-27T15:35:18.6287098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int8 2022-09-27T15:35:18.6382559Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int8 2022-09-27T15:35:18.6404136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_uint8 2022-09-27T15:35:18.6709132Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_uint8 2022-09-27T15:35:18.6737039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_uint8 2022-09-27T15:35:18.6825659Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_uint8 2022-09-27T15:35:18.6855597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:18.7145776Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:18.7171632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bfloat16 2022-09-27T15:35:18.7264806Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bfloat16 2022-09-27T15:35:18.7293304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bool 2022-09-27T15:35:18.7359440Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bool 2022-09-27T15:35:18.7367943Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_bfloat16 2022-09-27T15:35:18.7585840Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float32 2022-09-27T15:35:18.7620654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bool 2022-09-27T15:35:18.7703682Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bool 2022-09-27T15:35:18.7726752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex128 2022-09-27T15:35:18.8029130Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex128 2022-09-27T15:35:18.8060254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float32 2022-09-27T15:35:18.8145679Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float32 2022-09-27T15:35:18.8174643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex32 2022-09-27T15:35:18.8463225Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex32 2022-09-27T15:35:18.8481544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float64 2022-09-27T15:35:18.8496044Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float32 2022-09-27T15:35:18.8505754Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float64 2022-09-27T15:35:18.8582080Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float64 2022-09-27T15:35:18.8604714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex64 2022-09-27T15:35:18.8678127Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex64 2022-09-27T15:35:18.8686468Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex128 2022-09-27T15:35:18.8951764Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex64 2022-09-27T15:35:18.8988205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int16 2022-09-27T15:35:18.9024384Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int16 2022-09-27T15:35:18.9056265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float16 2022-09-27T15:35:18.9383562Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float16 2022-09-27T15:35:18.9404024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int32 2022-09-27T15:35:18.9466549Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int32 2022-09-27T15:35:18.9501066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float32 2022-09-27T15:35:18.9601632Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float32 2022-09-27T15:35:18.9609390Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float64 2022-09-27T15:35:18.9825116Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bfloat16 2022-09-27T15:35:18.9851746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int64 2022-09-27T15:35:18.9903698Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int64 2022-09-27T15:35:18.9925895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float64 2022-09-27T15:35:19.0310078Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float64 2022-09-27T15:35:19.0311426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int8 2022-09-27T15:35:19.0348357Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int8 2022-09-27T15:35:19.0389172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int16 2022-09-27T15:35:19.0704416Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int16 2022-09-27T15:35:19.0725107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_uint8 2022-09-27T15:35:19.0728591Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex64 2022-09-27T15:35:19.0737134Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_uint8 2022-09-27T15:35:19.0783223Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float32 2022-09-27T15:35:19.0802810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int32 2022-09-27T15:35:19.1181197Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int32 2022-09-27T15:35:19.1182218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:19.1256502Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:19.1257208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int64 2022-09-27T15:35:19.1590076Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int64 2022-09-27T15:35:19.1620701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bool 2022-09-27T15:35:19.1664954Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bool 2022-09-27T15:35:19.1700208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int8 2022-09-27T15:35:19.1751295Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int8 2022-09-27T15:35:19.1818285Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float32 2022-09-27T15:35:19.1824504Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bfloat16 2022-09-27T15:35:19.1833597Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bool 2022-09-27T15:35:19.2027708Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float64 2022-09-27T15:35:19.2056768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float32 2022-09-27T15:35:19.2104421Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float32 2022-09-27T15:35:19.2138687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_uint8 2022-09-27T15:35:19.2497479Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_uint8 2022-09-27T15:35:19.2590386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float64 2022-09-27T15:35:19.2595675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bfloat16 2022-09-27T15:35:19.2990112Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bfloat16 2022-09-27T15:35:19.3026685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bool 2022-09-27T15:35:19.3212800Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bool 2022-09-27T15:35:19.3223323Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float64 2022-09-27T15:35:19.3427110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int16 2022-09-27T15:35:19.3465546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex128 2022-09-27T15:35:19.3553184Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex128 2022-09-27T15:35:19.3562156Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bool 2022-09-27T15:35:19.3907821Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex128 2022-09-27T15:35:19.3944371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex32 2022-09-27T15:35:19.4354792Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex32 2022-09-27T15:35:19.4384389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex64 2022-09-27T15:35:19.4547557Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex64 2022-09-27T15:35:19.4557312Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int16 2022-09-27T15:35:19.4854477Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int32 2022-09-27T15:35:19.4861568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float16 2022-09-27T15:35:19.5074596Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float16 2022-09-27T15:35:19.5085696Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float64 2022-09-27T15:35:19.5111680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int16 2022-09-27T15:35:19.5304751Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int16 2022-09-27T15:35:19.5310755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float32 2022-09-27T15:35:19.5506546Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float32 2022-09-27T15:35:19.5544979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int32 2022-09-27T15:35:19.5704854Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int32 2022-09-27T15:35:19.5724871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float64 2022-09-27T15:35:19.5947820Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float64 2022-09-27T15:35:19.5979357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int64 2022-09-27T15:35:19.6037812Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int64 2022-09-27T15:35:19.6046102Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int32 2022-09-27T15:35:19.6144246Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int64 2022-09-27T15:35:19.6172051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int16 2022-09-27T15:35:19.6384151Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int16 2022-09-27T15:35:19.6412886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int8 2022-09-27T15:35:19.6586281Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int8 2022-09-27T15:35:19.6617575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int32 2022-09-27T15:35:19.6674682Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int32 2022-09-27T15:35:19.6680484Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex128 2022-09-27T15:35:19.6824589Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex64 2022-09-27T15:35:19.6847043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_uint8 2022-09-27T15:35:19.7068587Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_uint8 2022-09-27T15:35:19.7103014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int64 2022-09-27T15:35:19.7201417Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int64 2022-09-27T15:35:19.7208805Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int64 2022-09-27T15:35:19.7304366Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int8 2022-09-27T15:35:19.7330656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bfloat16 2022-09-27T15:35:19.7504066Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bfloat16 2022-09-27T15:35:19.7524644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int8 2022-09-27T15:35:19.7743272Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int8 2022-09-27T15:35:19.7768708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bool 2022-09-27T15:35:19.7946224Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bool 2022-09-27T15:35:19.7980585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_uint8 2022-09-27T15:35:19.8189841Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_uint8 2022-09-27T15:35:19.8220120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex128 2022-09-27T15:35:19.8314577Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex128 2022-09-27T15:35:19.8325010Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int8 2022-09-27T15:35:19.8384292Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_uint8 2022-09-27T15:35:19.8412334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:19.8664801Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:19.8669289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex64 2022-09-27T15:35:19.8824768Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex64 2022-09-27T15:35:19.8856945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bool 2022-09-27T15:35:19.8940456Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bool 2022-09-27T15:35:19.8952079Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex64 2022-09-27T15:35:19.9063962Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float16 2022-09-27T15:35:19.9094350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float32 2022-09-27T15:35:19.9263510Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float32 2022-09-27T15:35:19.9282946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex128 2022-09-27T15:35:19.9400445Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex128 2022-09-27T15:35:19.9407101Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_uint8 2022-09-27T15:35:19.9503558Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bfloat16 2022-09-27T15:35:19.9533456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float64 2022-09-27T15:35:19.9705726Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float64 2022-09-27T15:35:19.9736292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex32 2022-09-27T15:35:19.9945377Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex32 2022-09-27T15:35:19.9986656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int16 2022-09-27T15:35:20.0144409Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int16 2022-09-27T15:35:20.0171300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex64 2022-09-27T15:35:20.0399974Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex64 2022-09-27T15:35:20.0409325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int32 2022-09-27T15:35:20.0614924Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int32 2022-09-27T15:35:20.0617360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float16 2022-09-27T15:35:20.0826915Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float16 2022-09-27T15:35:20.0850229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int64 2022-09-27T15:35:20.1024773Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int64 2022-09-27T15:35:20.1051027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float32 2022-09-27T15:35:20.1068972Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float32 2022-09-27T15:35:20.1078776Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bfloat16 2022-09-27T15:35:20.1265775Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bool 2022-09-27T15:35:20.1299842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int8 2022-09-27T15:35:20.1464676Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int8 2022-09-27T15:35:20.1496218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float64 2022-09-27T15:35:20.1704409Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float64 2022-09-27T15:35:20.1732914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_uint8 2022-09-27T15:35:20.1904570Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_uint8 2022-09-27T15:35:20.1929885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int16 2022-09-27T15:35:20.2006272Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int16 2022-09-27T15:35:20.2013609Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float16 2022-09-27T15:35:20.2142969Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float32 2022-09-27T15:35:20.2164997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:20.2363003Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:20.2382214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int32 2022-09-27T15:35:20.2618195Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int32 2022-09-27T15:35:20.2622135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bool 2022-09-27T15:35:20.2783877Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bool 2022-09-27T15:35:20.2805367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int64 2022-09-27T15:35:20.2895634Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int64 2022-09-27T15:35:20.2902947Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bool 2022-09-27T15:35:20.3023656Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex128 2022-09-27T15:35:20.3053418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex128 2022-09-27T15:35:20.3305541Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex128 2022-09-27T15:35:20.3306320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int8 2022-09-27T15:35:20.3545362Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int8 2022-09-27T15:35:20.3550303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex64 2022-09-27T15:35:20.3737414Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex64 2022-09-27T15:35:20.3741910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_uint8 2022-09-27T15:35:20.3945372Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_uint8 2022-09-27T15:35:20.3970272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float32 2022-09-27T15:35:20.4143876Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float32 2022-09-27T15:35:20.4181394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bfloat16 2022-09-27T15:35:20.4340051Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bfloat16 2022-09-27T15:35:20.4348237Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float32 2022-09-27T15:35:20.4383371Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float64 2022-09-27T15:35:20.4407878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float64 2022-09-27T15:35:20.4629594Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float64 2022-09-27T15:35:20.4662348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bool 2022-09-27T15:35:20.4859588Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bool 2022-09-27T15:35:20.4861654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int16 2022-09-27T15:35:20.5097034Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int16 2022-09-27T15:35:20.5098702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex128 2022-09-27T15:35:20.5292632Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex128 2022-09-27T15:35:20.5296252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int32 2022-09-27T15:35:20.5524560Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int32 2022-09-27T15:35:20.5541102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex32 2022-09-27T15:35:20.5740992Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex32 2022-09-27T15:35:20.5741985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int64 2022-09-27T15:35:20.5987081Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int64 2022-09-27T15:35:20.5987841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex64 2022-09-27T15:35:20.6191192Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex64 2022-09-27T15:35:20.6192900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int8 2022-09-27T15:35:20.6384417Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int8 2022-09-27T15:35:20.6424903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float16 2022-09-27T15:35:20.6585244Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float16 2022-09-27T15:35:20.6606802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_uint8 2022-09-27T15:35:20.6626790Z [gw2] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_uint8 2022-09-27T15:35:20.6635301Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float64 2022-09-27T15:35:20.6823579Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int16 2022-09-27T15:35:20.6837046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float32 2022-09-27T15:35:20.6847746Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex128 2022-09-27T15:35:20.6854586Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float32 2022-09-27T15:35:20.7027647Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex64 2022-09-27T15:35:20.7274021Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int32 2022-09-27T15:35:20.7294941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float64 2022-09-27T15:35:20.7559816Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float64 2022-09-27T15:35:20.7570402Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int32 2022-09-27T15:35:20.7735706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int64 2022-09-27T15:35:20.7739833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int16 2022-09-27T15:35:20.8080369Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int16 2022-09-27T15:35:20.8099695Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int64 2022-09-27T15:35:20.8150974Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int8 2022-09-27T15:35:20.8182542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int32 2022-09-27T15:35:20.8430279Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int32 2022-09-27T15:35:20.8505046Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int8 2022-09-27T15:35:20.8619318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_uint8 2022-09-27T15:35:20.8624154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int64 2022-09-27T15:35:20.8843120Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int64 2022-09-27T15:35:20.9060299Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_uint8 2022-09-27T15:35:20.9064876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int8 2022-09-27T15:35:20.9069554Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int8 2022-09-27T15:35:20.9428387Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_bool 2022-09-27T15:35:20.9496073Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_bool 2022-09-27T15:35:20.9504595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_uint8 2022-09-27T15:35:20.9515447Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_uint8 2022-09-27T15:35:20.9569921Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex128 2022-09-27T15:35:20.9580795Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int16 2022-09-27T15:35:20.9676962Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int32 2022-09-27T15:35:20.9771770Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex128 2022-09-27T15:35:20.9781352Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex64 2022-09-27T15:35:20.9905339Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float32 2022-09-27T15:35:20.9932716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:20.9945168Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:21.0203377Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex64 2022-09-27T15:35:21.0386429Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex64 2022-09-27T15:35:21.0391228Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float32 2022-09-27T15:35:21.0419483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bool 2022-09-27T15:35:21.0827929Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bool 2022-09-27T15:35:21.0852743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex128 2022-09-27T15:35:21.0929975Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex128 2022-09-27T15:35:21.0939896Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float32 2022-09-27T15:35:21.0961221Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float64 2022-09-27T15:35:21.0971455Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float32 2022-09-27T15:35:21.1267310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float64 2022-09-27T15:35:21.1300518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex32 2022-09-27T15:35:21.1357058Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex32 2022-09-27T15:35:21.1371658Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float64 2022-09-27T15:35:21.1743579Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int16 2022-09-27T15:35:21.1748911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex64 2022-09-27T15:35:21.1902616Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex64 2022-09-27T15:35:21.1914483Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int16 2022-09-27T15:35:21.2162106Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int32 2022-09-27T15:35:21.2179829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float16 2022-09-27T15:35:21.2191524Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float16 2022-09-27T15:35:21.2203727Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int32 2022-09-27T15:35:21.2373200Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int64 2022-09-27T15:35:21.2383794Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int32 2022-09-27T15:35:21.2625966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int64 2022-09-27T15:35:21.2633053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float32 2022-09-27T15:35:21.2670524Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float32 2022-09-27T15:35:21.2825586Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int64 2022-09-27T15:35:21.2895124Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int8 2022-09-27T15:35:21.2905945Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float64 2022-09-27T15:35:21.3058139Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int16 2022-09-27T15:35:21.3061172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float64 2022-09-27T15:35:21.3116086Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float64 2022-09-27T15:35:21.3262991Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int8 2022-09-27T15:35:21.3466477Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_uint8 2022-09-27T15:35:21.3494768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int16 2022-09-27T15:35:21.3504967Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int16 2022-09-27T15:35:21.3725621Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_uint8 2022-09-27T15:35:21.3809149Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bfloat16 2022-09-27T15:35:21.3927207Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bfloat16 2022-09-27T15:35:21.3965324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int32 2022-09-27T15:35:21.4170096Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int32 2022-09-27T15:35:21.4208719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bool 2022-09-27T15:35:21.4407594Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bool 2022-09-27T15:35:21.4448444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int64 2022-09-27T15:35:21.4477040Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int64 2022-09-27T15:35:21.4488423Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int64 2022-09-27T15:35:21.4584868Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int8 2022-09-27T15:35:21.4642592Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:35:21.4652370Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:35:21.4660118Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int16 2022-09-27T15:35:21.4861743Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int32 2022-09-27T15:35:21.4881451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int8 2022-09-27T15:35:21.5026166Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int8 2022-09-27T15:35:21.5115947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex32 2022-09-27T15:35:21.5296753Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex32 2022-09-27T15:35:21.5299605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_uint8 2022-09-27T15:35:21.5465888Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_uint8 2022-09-27T15:35:21.5528954Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:35:21.5705501Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:35:21.5731924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_bfloat16 2022-09-27T15:35:21.5904531Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_bfloat16 2022-09-27T15:35:21.5963083Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float16 2022-09-27T15:35:21.6026773Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float16 2022-09-27T15:35:21.6034671Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int32 2022-09-27T15:35:21.6142390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int64 2022-09-27T15:35:21.6163504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex128 2022-09-27T15:35:21.6200911Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex128 2022-09-27T15:35:21.6208837Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int8 2022-09-27T15:35:21.6342762Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_uint8 2022-09-27T15:35:21.6395139Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float32 2022-09-27T15:35:21.6703193Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float32 2022-09-27T15:35:21.6703938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex64 2022-09-27T15:35:21.6785161Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex64 2022-09-27T15:35:21.6847158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float64 2022-09-27T15:35:21.7023379Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float64 2022-09-27T15:35:21.7055022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float16 2022-09-27T15:35:21.7223639Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float16 2022-09-27T15:35:21.7270142Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int16 2022-09-27T15:35:21.7331831Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int16 2022-09-27T15:35:21.7341657Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int64 2022-09-27T15:35:21.7506089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int8 2022-09-27T15:35:21.7533234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float32 2022-09-27T15:35:21.7664562Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float32 2022-09-27T15:35:21.7743260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int32 2022-09-27T15:35:21.7983682Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int32 2022-09-27T15:35:21.8011696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float64 2022-09-27T15:35:21.8034472Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float64 2022-09-27T15:35:21.8043216Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_uint8 2022-09-27T15:35:21.8103868Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_bfloat16 2022-09-27T15:35:21.8160861Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int64 2022-09-27T15:35:21.8466555Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int64 2022-09-27T15:35:21.8495649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:21.8545457Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:21.8601857Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int8 2022-09-27T15:35:21.8659863Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int8 2022-09-27T15:35:21.8669122Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int8 2022-09-27T15:35:21.8905180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_uint8 2022-09-27T15:35:21.8932519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex128 2022-09-27T15:35:21.8987382Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex128 2022-09-27T15:35:21.9081445Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_uint8 2022-09-27T15:35:21.9162846Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_uint8 2022-09-27T15:35:21.9170039Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_bfloat16 2022-09-27T15:35:21.9423435Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex128 2022-09-27T15:35:21.9426482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex64 2022-09-27T15:35:21.9438410Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex64 2022-09-27T15:35:21.9582279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_bool 2022-09-27T15:35:21.9827419Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_bool 2022-09-27T15:35:21.9852961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float16 2022-09-27T15:35:21.9903786Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float16 2022-09-27T15:35:22.0002756Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float32 2022-09-27T15:35:22.0011137Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_uint8 2022-09-27T15:35:22.0018855Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float32 2022-09-27T15:35:22.0079611Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bfloat16 2022-09-27T15:35:22.0267647Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bfloat16 2022-09-27T15:35:22.0304344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float32 2022-09-27T15:35:22.0345485Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float32 2022-09-27T15:35:22.0446236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float64 2022-09-27T15:35:22.0463437Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float64 2022-09-27T15:35:22.0573166Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bool 2022-09-27T15:35:22.0708135Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bool 2022-09-27T15:35:22.0729495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float64 2022-09-27T15:35:22.0783245Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float64 2022-09-27T15:35:22.0903906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int16 2022-09-27T15:35:22.0911779Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int16 2022-09-27T15:35:22.1007420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex128 2022-09-27T15:35:22.1143103Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex128 2022-09-27T15:35:22.1163708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_bfloat16 2022-09-27T15:35:22.1231731Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_bfloat16 2022-09-27T15:35:22.1411948Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int32 2022-09-27T15:35:22.1489854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex32 2022-09-27T15:35:22.1552907Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex32 2022-09-27T15:35:22.1583262Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int32 2022-09-27T15:35:22.1608842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex128 2022-09-27T15:35:22.1612721Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex128 2022-09-27T15:35:22.1619268Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex128 2022-09-27T15:35:22.1662276Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex32 2022-09-27T15:35:22.1786082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int64 2022-09-27T15:35:22.1790262Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex64 2022-09-27T15:35:22.1848505Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int64 2022-09-27T15:35:22.2026725Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex64 2022-09-27T15:35:22.2046156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex64 2022-09-27T15:35:22.2103327Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex64 2022-09-27T15:35:22.2227800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int8 2022-09-27T15:35:22.2294071Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float16 2022-09-27T15:35:22.2304176Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int8 2022-09-27T15:35:22.2471217Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float16 2022-09-27T15:35:22.2497802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float16 2022-09-27T15:35:22.2544480Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float16 2022-09-27T15:35:22.2664005Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_uint8 2022-09-27T15:35:22.2742735Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float32 2022-09-27T15:35:22.2744456Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_uint8 2022-09-27T15:35:22.2903949Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float32 2022-09-27T15:35:22.2924963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float32 2022-09-27T15:35:22.2982357Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float32 2022-09-27T15:35:22.3102470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_bool 2022-09-27T15:35:22.3164168Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float64 2022-09-27T15:35:22.3243077Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float64 2022-09-27T15:35:22.3342036Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_bool 2022-09-27T15:35:22.3361881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float64 2022-09-27T15:35:22.3423740Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float64 2022-09-27T15:35:22.3542578Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float32 2022-09-27T15:35:22.3604805Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int16 2022-09-27T15:35:22.3618418Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int16 2022-09-27T15:35:22.3788449Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float32 2022-09-27T15:35:22.3823186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:22.3866291Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:22.4025733Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float64 2022-09-27T15:35:22.4094662Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int32 2022-09-27T15:35:22.4105317Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int32 2022-09-27T15:35:22.4225292Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float64 2022-09-27T15:35:22.4250401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex128 2022-09-27T15:35:22.4302807Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex128 2022-09-27T15:35:22.4462684Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int16 2022-09-27T15:35:22.4521570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int64 2022-09-27T15:35:22.4574772Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int64 2022-09-27T15:35:22.4662117Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int16 2022-09-27T15:35:22.4681613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex64 2022-09-27T15:35:22.4742139Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex64 2022-09-27T15:35:22.4902550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int32 2022-09-27T15:35:22.5066687Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int8 2022-09-27T15:35:22.5072895Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int8 2022-09-27T15:35:22.5103497Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int32 2022-09-27T15:35:22.5220367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float16 2022-09-27T15:35:22.5232711Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float16 2022-09-27T15:35:22.5466411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int64 2022-09-27T15:35:22.5473218Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_uint8 2022-09-27T15:35:22.5544491Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_uint8 2022-09-27T15:35:22.5573015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float32 2022-09-27T15:35:22.5605531Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float32 2022-09-27T15:35:22.5613999Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex32 2022-09-27T15:35:22.5631522Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex64 2022-09-27T15:35:22.5662230Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int64 2022-09-27T15:35:22.5941543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int8 2022-09-27T15:35:22.5942998Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bfloat16 2022-09-27T15:35:22.5965796Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bfloat16 2022-09-27T15:35:22.5983994Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int8 2022-09-27T15:35:22.6009491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float64 2022-09-27T15:35:22.6107480Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float64 2022-09-27T15:35:22.6308060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_uint8 2022-09-27T15:35:22.6335099Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bool 2022-09-27T15:35:22.6403289Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_uint8 2022-09-27T15:35:22.6422973Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bool 2022-09-27T15:35:22.6450615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bfloat16 2022-09-27T15:35:22.6543129Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bfloat16 2022-09-27T15:35:22.6780190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_bool 2022-09-27T15:35:22.6902495Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex128 2022-09-27T15:35:22.6906994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bool 2022-09-27T15:35:22.6948135Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bool 2022-09-27T15:35:22.7039872Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex128 2022-09-27T15:35:22.7050341Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_bool 2022-09-27T15:35:22.7184801Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float32 2022-09-27T15:35:22.7298690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex32 2022-09-27T15:35:22.7313808Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex32 2022-09-27T15:35:22.7321554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex128 2022-09-27T15:35:22.7338062Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float32 2022-09-27T15:35:22.7463407Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex128 2022-09-27T15:35:22.7627905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float64 2022-09-27T15:35:22.7730411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex64 2022-09-27T15:35:22.7752061Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float64 2022-09-27T15:35:22.7764082Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex64 2022-09-27T15:35:22.7803897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex32 2022-09-27T15:35:22.7908471Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex32 2022-09-27T15:35:22.8069673Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int16 2022-09-27T15:35:22.8164159Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float16 2022-09-27T15:35:22.8189032Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float16 2022-09-27T15:35:22.8201710Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex64 2022-09-27T15:35:22.8225568Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float16 2022-09-27T15:35:22.8253647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex64 2022-09-27T15:35:22.8308542Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex64 2022-09-27T15:35:22.8342310Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int16 2022-09-27T15:35:22.8505241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int32 2022-09-27T15:35:22.8633141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float32 2022-09-27T15:35:22.8673169Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float32 2022-09-27T15:35:22.8699124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float16 2022-09-27T15:35:22.8767038Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float16 2022-09-27T15:35:22.8782672Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int32 2022-09-27T15:35:22.8942852Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int64 2022-09-27T15:35:22.9087969Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float64 2022-09-27T15:35:22.9103276Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float64 2022-09-27T15:35:22.9112480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float32 2022-09-27T15:35:22.9128977Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int64 2022-09-27T15:35:22.9222268Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float32 2022-09-27T15:35:22.9388080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int8 2022-09-27T15:35:22.9519176Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int16 2022-09-27T15:35:22.9576804Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int16 2022-09-27T15:35:22.9578790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float64 2022-09-27T15:35:22.9637491Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float64 2022-09-27T15:35:22.9662185Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int8 2022-09-27T15:35:22.9824684Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_uint8 2022-09-27T15:35:22.9934681Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int32 2022-09-27T15:35:23.0060453Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int32 2022-09-27T15:35:23.0066879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int16 2022-09-27T15:35:23.0091494Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int16 2022-09-27T15:35:23.0103044Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_uint8 2022-09-27T15:35:23.0175902Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_bool 2022-09-27T15:35:23.0185946Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float16 2022-09-27T15:35:23.0221058Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float32 2022-09-27T15:35:23.0264999Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_bool 2022-09-27T15:35:23.0362297Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int64 2022-09-27T15:35:23.0464537Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int64 2022-09-27T15:35:23.0488698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int32 2022-09-27T15:35:23.0545590Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int32 2022-09-27T15:35:23.0677194Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex128 2022-09-27T15:35:23.0704815Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex128 2022-09-27T15:35:23.0826790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int8 2022-09-27T15:35:23.0907462Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int8 2022-09-27T15:35:23.0933885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int64 2022-09-27T15:35:23.0945046Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int64 2022-09-27T15:35:23.0951830Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float32 2022-09-27T15:35:23.0983385Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float64 2022-09-27T15:35:23.1089627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex64 2022-09-27T15:35:23.1146403Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex64 2022-09-27T15:35:23.1281337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_uint8 2022-09-27T15:35:23.1344105Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_uint8 2022-09-27T15:35:23.1366880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int8 2022-09-27T15:35:23.1423838Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int8 2022-09-27T15:35:23.1602261Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float32 2022-09-27T15:35:23.1617288Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float32 2022-09-27T15:35:23.1786991Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bfloat16 2022-09-27T15:35:23.1796950Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bfloat16 2022-09-27T15:35:23.1823424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_uint8 2022-09-27T15:35:23.1863852Z [gw1] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_uint8 2022-09-27T15:35:23.2028104Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float64 2022-09-27T15:35:23.2054175Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bool 2022-09-27T15:35:23.2168268Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float64 2022-09-27T15:35:23.2192518Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bool 2022-09-27T15:35:23.2201748Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float64 2022-09-27T15:35:23.2222851Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int16 2022-09-27T15:35:23.2245622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:23.2303386Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:23.2469295Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int16 2022-09-27T15:35:23.2475089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex128 2022-09-27T15:35:23.2612033Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int16 2022-09-27T15:35:23.2664819Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex128 2022-09-27T15:35:23.2697990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bool 2022-09-27T15:35:23.2742968Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bool 2022-09-27T15:35:23.2857002Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int32 2022-09-27T15:35:23.2927621Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int32 2022-09-27T15:35:23.2937353Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int16 2022-09-27T15:35:23.2944111Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int32 2022-09-27T15:35:23.3090980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex32 2022-09-27T15:35:23.3103761Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex32 2022-09-27T15:35:23.3130192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex128 2022-09-27T15:35:23.3182811Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex128 2022-09-27T15:35:23.3292380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int64 2022-09-27T15:35:23.3385325Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int64 2022-09-27T15:35:23.3535996Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex64 2022-09-27T15:35:23.3546293Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex64 2022-09-27T15:35:23.3570681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex32 2022-09-27T15:35:23.3623725Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex32 2022-09-27T15:35:23.3654684Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int8 2022-09-27T15:35:23.3655865Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int32 2022-09-27T15:35:23.3732340Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int64 2022-09-27T15:35:23.3824881Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int8 2022-09-27T15:35:23.3962761Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float16 2022-09-27T15:35:23.3984579Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float16 2022-09-27T15:35:23.4010577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex64 2022-09-27T15:35:23.4065198Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex64 2022-09-27T15:35:23.4170537Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_uint8 2022-09-27T15:35:23.4264800Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_uint8 2022-09-27T15:35:23.4319676Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float32 2022-09-27T15:35:23.4328730Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int64 2022-09-27T15:35:23.4404174Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int8 2022-09-27T15:35:23.4422760Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float32 2022-09-27T15:35:23.4447406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float16 2022-09-27T15:35:23.4503738Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float16 2022-09-27T15:35:23.4707178Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_bool 2022-09-27T15:35:23.4710482Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_bool 2022-09-27T15:35:23.4867492Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float64 2022-09-27T15:35:23.4873248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float32 2022-09-27T15:35:23.4887190Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float64 2022-09-27T15:35:23.4944163Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float32 2022-09-27T15:35:23.5006951Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex128 2022-09-27T15:35:23.5016518Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int8 2022-09-27T15:35:23.5087127Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_uint8 2022-09-27T15:35:23.5142561Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex128 2022-09-27T15:35:23.5295227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int16 2022-09-27T15:35:23.5304989Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int16 2022-09-27T15:35:23.5331043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float64 2022-09-27T15:35:23.5383200Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float64 2022-09-27T15:35:23.5523255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex64 2022-09-27T15:35:23.5582436Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex64 2022-09-27T15:35:23.5692357Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int32 2022-09-27T15:35:23.5699973Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_uint8 2022-09-27T15:35:23.5715871Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bfloat16 2022-09-27T15:35:23.5735258Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bfloat16 2022-09-27T15:35:23.5747873Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int32 2022-09-27T15:35:23.5767313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int16 2022-09-27T15:35:23.5821786Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int16 2022-09-27T15:35:23.6020008Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float32 2022-09-27T15:35:23.6037759Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float32 2022-09-27T15:35:23.6102242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int64 2022-09-27T15:35:23.6118195Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bool 2022-09-27T15:35:23.6170808Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bool 2022-09-27T15:35:23.6181997Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int64 2022-09-27T15:35:23.6234580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int32 2022-09-27T15:35:23.6261623Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int32 2022-09-27T15:35:23.6462135Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float64 2022-09-27T15:35:23.6470389Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float64 2022-09-27T15:35:23.6542422Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int8 2022-09-27T15:35:23.6556211Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex128 2022-09-27T15:35:23.6622479Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex128 2022-09-27T15:35:23.6643529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int64 2022-09-27T15:35:23.6649151Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int64 2022-09-27T15:35:23.6702118Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int8 2022-09-27T15:35:23.6898351Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int16 2022-09-27T15:35:23.6907616Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int16 2022-09-27T15:35:23.6982296Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_uint8 2022-09-27T15:35:23.6997271Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex32 2022-09-27T15:35:23.7039861Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex32 2022-09-27T15:35:23.7062634Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_uint8 2022-09-27T15:35:23.7084447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int8 2022-09-27T15:35:23.7141763Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int8 2022-09-27T15:35:23.7334584Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int32 2022-09-27T15:35:23.7381776Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int32 2022-09-27T15:35:23.7422447Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_bool 2022-09-27T15:35:23.7436985Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex64 2022-09-27T15:35:23.7501978Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex64 2022-09-27T15:35:23.7521840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_uint8 2022-09-27T15:35:23.7582116Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_uint8 2022-09-27T15:35:23.7773231Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int64 2022-09-27T15:35:23.7863081Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int64 2022-09-27T15:35:23.7877202Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float16 2022-09-27T15:35:23.7942697Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float16 2022-09-27T15:35:23.7963813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bfloat16 2022-09-27T15:35:23.8022045Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bfloat16 2022-09-27T15:35:23.8234012Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int8 2022-09-27T15:35:23.8301668Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int8 2022-09-27T15:35:23.8315555Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float32 2022-09-27T15:35:23.8382469Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float32 2022-09-27T15:35:23.8401939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bool 2022-09-27T15:35:23.8462524Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bool 2022-09-27T15:35:23.8673192Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_uint8 2022-09-27T15:35:23.8741138Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_uint8 2022-09-27T15:35:23.8752603Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float64 2022-09-27T15:35:23.8821945Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float64 2022-09-27T15:35:23.8843062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex128 2022-09-27T15:35:23.8902457Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex128 2022-09-27T15:35:23.9154336Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_bool 2022-09-27T15:35:23.9186029Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_bool 2022-09-27T15:35:23.9201951Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int16 2022-09-27T15:35:23.9262643Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int16 2022-09-27T15:35:23.9284046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex32 2022-09-27T15:35:23.9342637Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex32 2022-09-27T15:35:23.9521509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex128 2022-09-27T15:35:23.9622001Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex128 2022-09-27T15:35:23.9634189Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int32 2022-09-27T15:35:23.9701957Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int32 2022-09-27T15:35:23.9721328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex64 2022-09-27T15:35:23.9784693Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex64 2022-09-27T15:35:23.9788542Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_bool 2022-09-27T15:35:23.9795161Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex64 2022-09-27T15:35:23.9932618Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int16 2022-09-27T15:35:24.0061642Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex64 2022-09-27T15:35:24.0075643Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int64 2022-09-27T15:35:24.0141643Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int64 2022-09-27T15:35:24.0161972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float16 2022-09-27T15:35:24.0221144Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float16 2022-09-27T15:35:24.0443782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float32 2022-09-27T15:35:24.0502643Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float32 2022-09-27T15:35:24.0517755Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int8 2022-09-27T15:35:24.0582005Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int8 2022-09-27T15:35:24.0602764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float32 2022-09-27T15:35:24.0662433Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float32 2022-09-27T15:35:24.0902629Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float64 2022-09-27T15:35:24.0942974Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float64 2022-09-27T15:35:24.0959223Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_uint8 2022-09-27T15:35:24.1022488Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_uint8 2022-09-27T15:35:24.1043944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float64 2022-09-27T15:35:24.1101547Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float64 2022-09-27T15:35:24.1319900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int16 2022-09-27T15:35:24.1383026Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int16 2022-09-27T15:35:24.1396670Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bfloat16 2022-09-27T15:35:24.1462966Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bfloat16 2022-09-27T15:35:24.1484091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int16 2022-09-27T15:35:24.1542782Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int16 2022-09-27T15:35:24.1802432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int32 2022-09-27T15:35:24.1823538Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int32 2022-09-27T15:35:24.1839034Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bool 2022-09-27T15:35:24.1902962Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bool 2022-09-27T15:35:24.1926219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int32 2022-09-27T15:35:24.1983778Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int32 2022-09-27T15:35:24.2221616Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int64 2022-09-27T15:35:24.2262746Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int64 2022-09-27T15:35:24.2277886Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex128 2022-09-27T15:35:24.2342893Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex128 2022-09-27T15:35:24.2349407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int64 2022-09-27T15:35:24.2358256Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int16 2022-09-27T15:35:24.2364901Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int32 2022-09-27T15:35:24.2422193Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int64 2022-09-27T15:35:24.2639345Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int8 2022-09-27T15:35:24.2702285Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int8 2022-09-27T15:35:24.2717336Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex32 2022-09-27T15:35:24.2782260Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex32 2022-09-27T15:35:24.2801856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int8 2022-09-27T15:35:24.2862781Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int8 2022-09-27T15:35:24.3112123Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_uint8 2022-09-27T15:35:24.3143303Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_uint8 2022-09-27T15:35:24.3160704Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex64 2022-09-27T15:35:24.3222960Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex64 2022-09-27T15:35:24.3246821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_uint8 2022-09-27T15:35:24.3301620Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_uint8 2022-09-27T15:35:24.3405525Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_bool 2022-09-27T15:35:24.3583716Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_bool 2022-09-27T15:35:24.3603948Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float16 2022-09-27T15:35:24.3662153Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float16 2022-09-27T15:35:24.3679950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:24.3741704Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:24.3814282Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float32 2022-09-27T15:35:24.4024782Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float32 2022-09-27T15:35:24.4041652Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float32 2022-09-27T15:35:24.4103067Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float32 2022-09-27T15:35:24.4126653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bool 2022-09-27T15:35:24.4183840Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bool 2022-09-27T15:35:24.4270764Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float64 2022-09-27T15:35:24.4464466Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float64 2022-09-27T15:35:24.4479208Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float64 2022-09-27T15:35:24.4543198Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float64 2022-09-27T15:35:24.4566139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex128 2022-09-27T15:35:24.4623800Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex128 2022-09-27T15:35:24.4729323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int16 2022-09-27T15:35:24.4855129Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int16 2022-09-27T15:35:24.4863389Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int32 2022-09-27T15:35:24.4903312Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int64 2022-09-27T15:35:24.4921674Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int16 2022-09-27T15:35:24.4983612Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int16 2022-09-27T15:35:24.5005915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex32 2022-09-27T15:35:24.5063476Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex32 2022-09-27T15:35:24.5168682Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int32 2022-09-27T15:35:24.5344821Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int32 2022-09-27T15:35:24.5363176Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int32 2022-09-27T15:35:24.5423912Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int32 2022-09-27T15:35:24.5447390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex64 2022-09-27T15:35:24.5503270Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex64 2022-09-27T15:35:24.5625677Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int64 2022-09-27T15:35:24.5784028Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int64 2022-09-27T15:35:24.5801715Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int64 2022-09-27T15:35:24.5863892Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int64 2022-09-27T15:35:24.5890316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float16 2022-09-27T15:35:24.5943688Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float16 2022-09-27T15:35:24.6059707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int8 2022-09-27T15:35:24.6222830Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int8 2022-09-27T15:35:24.6237539Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int8 2022-09-27T15:35:24.6302046Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int8 2022-09-27T15:35:24.6325513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float32 2022-09-27T15:35:24.6383098Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float32 2022-09-27T15:35:24.6506235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_uint8 2022-09-27T15:35:24.6664718Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_uint8 2022-09-27T15:35:24.6683037Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_uint8 2022-09-27T15:35:24.6743691Z [gw3] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_uint8 2022-09-27T15:35:24.6769232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float64 2022-09-27T15:35:24.6822213Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float64 2022-09-27T15:35:24.7103852Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_bool 2022-09-27T15:35:24.7168937Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bfloat16 2022-09-27T15:35:24.7194269Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_bool 2022-09-27T15:35:24.7205071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int16 2022-09-27T15:35:24.7296709Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bfloat16 2022-09-27T15:35:24.7303320Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int16 2022-09-27T15:35:24.7425682Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float32 2022-09-27T15:35:24.7501408Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float32 2022-09-27T15:35:24.7509788Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int64 2022-09-27T15:35:24.7542374Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int8 2022-09-27T15:35:24.7611843Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bool 2022-09-27T15:35:24.7622533Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bool 2022-09-27T15:35:24.7643569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int32 2022-09-27T15:35:24.7743202Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int32 2022-09-27T15:35:24.7888897Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float64 2022-09-27T15:35:24.7983631Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float64 2022-09-27T15:35:24.8064614Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex128 2022-09-27T15:35:24.8077356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int64 2022-09-27T15:35:24.8089051Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex128 2022-09-27T15:35:24.8183967Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int64 2022-09-27T15:35:24.8405567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int16 2022-09-27T15:35:24.8424776Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int16 2022-09-27T15:35:24.8504559Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex32 2022-09-27T15:35:24.8526495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int8 2022-09-27T15:35:24.8537820Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int8 2022-09-27T15:35:24.8625745Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex32 2022-09-27T15:35:24.8852733Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int32 2022-09-27T15:35:24.8905269Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int32 2022-09-27T15:35:24.8943973Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex64 2022-09-27T15:35:24.8964347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_uint8 2022-09-27T15:35:24.8999980Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_uint8 2022-09-27T15:35:24.9062735Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex64 2022-09-27T15:35:24.9272183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int64 2022-09-27T15:35:24.9343654Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int64 2022-09-27T15:35:24.9421076Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float16 2022-09-27T15:35:24.9437589Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float16 2022-09-27T15:35:24.9458950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bfloat16 2022-09-27T15:35:24.9502884Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bfloat16 2022-09-27T15:35:24.9690932Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int8 2022-09-27T15:35:24.9783997Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int8 2022-09-27T15:35:24.9860120Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float32 2022-09-27T15:35:24.9868922Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float32 2022-09-27T15:35:24.9893650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bool 2022-09-27T15:35:24.9942984Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bool 2022-09-27T15:35:25.0102188Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_uint8 2022-09-27T15:35:25.0127032Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_uint8 2022-09-27T15:35:25.0135570Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int8 2022-09-27T15:35:25.0222224Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_uint8 2022-09-27T15:35:25.0294982Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float64 2022-09-27T15:35:25.0302914Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float64 2022-09-27T15:35:25.0324753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex128 2022-09-27T15:35:25.0381960Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex128 2022-09-27T15:35:25.0564752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_bool 2022-09-27T15:35:25.0662230Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_bool 2022-09-27T15:35:25.0733261Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int16 2022-09-27T15:35:25.0742846Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int16 2022-09-27T15:35:25.0766145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex32 2022-09-27T15:35:25.0822617Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex32 2022-09-27T15:35:25.0967625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float32 2022-09-27T15:35:25.1101978Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float32 2022-09-27T15:35:25.1162617Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int32 2022-09-27T15:35:25.1182550Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int32 2022-09-27T15:35:25.1203553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex64 2022-09-27T15:35:25.1262160Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex64 2022-09-27T15:35:25.1410961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float64 2022-09-27T15:35:25.1542047Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float64 2022-09-27T15:35:25.1607220Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int64 2022-09-27T15:35:25.1622403Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int64 2022-09-27T15:35:25.1642268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float16 2022-09-27T15:35:25.1702531Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float16 2022-09-27T15:35:25.1911947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int16 2022-09-27T15:35:25.1982435Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int16 2022-09-27T15:35:25.2055449Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int8 2022-09-27T15:35:25.2064534Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int8 2022-09-27T15:35:25.2085498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float32 2022-09-27T15:35:25.2142700Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float32 2022-09-27T15:35:25.2429465Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int32 2022-09-27T15:35:25.2433564Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int32 2022-09-27T15:35:25.2500753Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_uint8 2022-09-27T15:35:25.2507960Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_uint8 2022-09-27T15:35:25.2525611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float64 2022-09-27T15:35:25.2582577Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float64 2022-09-27T15:35:25.2861817Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int64 2022-09-27T15:35:25.2873473Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int64 2022-09-27T15:35:25.2904503Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bfloat16 2022-09-27T15:35:25.2912870Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_uint8 2022-09-27T15:35:25.2951403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int16 2022-09-27T15:35:25.2952328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int16 2022-09-27T15:35:25.2963815Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bfloat16 2022-09-27T15:35:25.3021760Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int16 2022-09-27T15:35:25.3283583Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int8 2022-09-27T15:35:25.3302145Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int8 2022-09-27T15:35:25.3362663Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bool 2022-09-27T15:35:25.3381406Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bool 2022-09-27T15:35:25.3401334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int32 2022-09-27T15:35:25.3462340Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int32 2022-09-27T15:35:25.3739558Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_uint8 2022-09-27T15:35:25.3751805Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_uint8 2022-09-27T15:35:25.3825716Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex128 2022-09-27T15:35:25.3831692Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex128 2022-09-27T15:35:25.3856203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int64 2022-09-27T15:35:25.3902521Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int64 2022-09-27T15:35:25.4183525Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bfloat16 2022-09-27T15:35:25.4252320Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex32 2022-09-27T15:35:25.4262161Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex32 2022-09-27T15:35:25.4289822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int8 2022-09-27T15:35:25.4624133Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int8 2022-09-27T15:35:25.4720973Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex64 2022-09-27T15:35:25.4727171Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex64 2022-09-27T15:35:25.4729794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_uint8 2022-09-27T15:35:25.4981832Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_uint8 2022-09-27T15:35:25.4993013Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bfloat16 2022-09-27T15:35:25.5064293Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bool 2022-09-27T15:35:25.5147202Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float16 2022-09-27T15:35:25.5153838Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float16 2022-09-27T15:35:25.5171714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:25.5503726Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:25.5574013Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float32 2022-09-27T15:35:25.5582670Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float32 2022-09-27T15:35:25.5605844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bool 2022-09-27T15:35:25.5644690Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bool 2022-09-27T15:35:25.5651936Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int16 2022-09-27T15:35:25.5943903Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int32 2022-09-27T15:35:25.6024527Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float64 2022-09-27T15:35:25.6030980Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float64 2022-09-27T15:35:25.6048589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex128 2022-09-27T15:35:25.6341550Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex128 2022-09-27T15:35:25.6348545Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bool 2022-09-27T15:35:25.6382639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex128 2022-09-27T15:35:25.6461725Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int16 2022-09-27T15:35:25.6473858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex32 2022-09-27T15:35:25.6489909Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int16 2022-09-27T15:35:25.6827760Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex32 2022-09-27T15:35:25.6904743Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int32 2022-09-27T15:35:25.6926932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex64 2022-09-27T15:35:25.6936377Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int32 2022-09-27T15:35:25.7277354Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex64 2022-09-27T15:35:25.7348067Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int64 2022-09-27T15:35:25.7364113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float16 2022-09-27T15:35:25.7383567Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int64 2022-09-27T15:35:25.7746416Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float16 2022-09-27T15:35:25.7830617Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int8 2022-09-27T15:35:25.7847875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float32 2022-09-27T15:35:25.7877648Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int8 2022-09-27T15:35:25.8184514Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float32 2022-09-27T15:35:25.8269063Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_uint8 2022-09-27T15:35:25.8282314Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_uint8 2022-09-27T15:35:25.8333970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float64 2022-09-27T15:35:25.8470147Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float64 2022-09-27T15:35:25.8481771Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int32 2022-09-27T15:35:25.8487784Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex128 2022-09-27T15:35:25.8491688Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:35:25.8625018Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex32 2022-09-27T15:35:25.8704158Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bfloat16 2022-09-27T15:35:25.8728669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int16 2022-09-27T15:35:25.8741166Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int16 2022-09-27T15:35:25.9066661Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bfloat16 2022-09-27T15:35:25.9140664Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bool 2022-09-27T15:35:25.9149861Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bool 2022-09-27T15:35:25.9180324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int32 2022-09-27T15:35:25.9505871Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int32 2022-09-27T15:35:25.9584059Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex128 2022-09-27T15:35:25.9593602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int64 2022-09-27T15:35:25.9612797Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex128 2022-09-27T15:35:25.9944372Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int64 2022-09-27T15:35:26.0025222Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex32 2022-09-27T15:35:26.0041127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int8 2022-09-27T15:35:26.0058985Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex32 2022-09-27T15:35:26.0386320Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int8 2022-09-27T15:35:26.0465400Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex64 2022-09-27T15:35:26.0492925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_uint8 2022-09-27T15:35:26.0508055Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_uint8 2022-09-27T15:35:26.0822919Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex64 2022-09-27T15:35:26.0896029Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float16 2022-09-27T15:35:26.0906263Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float16 2022-09-27T15:35:26.0927814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bfloat16 2022-09-27T15:35:26.1265544Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bfloat16 2022-09-27T15:35:26.1344218Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float32 2022-09-27T15:35:26.1366750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bool 2022-09-27T15:35:26.1375195Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bool 2022-09-27T15:35:26.1438952Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float32 2022-09-27T15:35:26.1446059Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex32 2022-09-27T15:35:26.1489294Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex64 2022-09-27T15:35:26.1497853Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:35:26.1706686Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int8 2022-09-27T15:35:26.1783990Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float64 2022-09-27T15:35:26.1814211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex128 2022-09-27T15:35:26.1817800Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex128 2022-09-27T15:35:26.2164123Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float64 2022-09-27T15:35:26.2225367Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int16 2022-09-27T15:35:26.2253603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex32 2022-09-27T15:35:26.2277019Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex32 2022-09-27T15:35:26.2587473Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int16 2022-09-27T15:35:26.2654596Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int32 2022-09-27T15:35:26.2669075Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int32 2022-09-27T15:35:26.2692903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex64 2022-09-27T15:35:26.2763255Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex64 2022-09-27T15:35:26.2773528Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex64 2022-09-27T15:35:26.3023093Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float16 2022-09-27T15:35:26.3092012Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int64 2022-09-27T15:35:26.3145893Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int64 2022-09-27T15:35:26.3170831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float16 2022-09-27T15:35:26.3463321Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float16 2022-09-27T15:35:26.3534550Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int8 2022-09-27T15:35:26.3583966Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int8 2022-09-27T15:35:26.3614519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float32 2022-09-27T15:35:26.3987477Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float32 2022-09-27T15:35:26.4017214Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_uint8 2022-09-27T15:35:26.4041355Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_uint8 2022-09-27T15:35:26.4057152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float64 2022-09-27T15:35:26.4382762Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float64 2022-09-27T15:35:26.4393202Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_bfloat16 2022-09-27T15:35:26.4403053Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int8 2022-09-27T15:35:26.4463201Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_uint8 2022-09-27T15:35:26.4474826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int16 2022-09-27T15:35:26.4481691Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float16 2022-09-27T15:35:26.4492968Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float32 2022-09-27T15:35:26.4981533Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int16 2022-09-27T15:35:26.4982763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int32 2022-09-27T15:35:26.5418243Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int32 2022-09-27T15:35:26.5419277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int64 2022-09-27T15:35:26.5846636Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int64 2022-09-27T15:35:26.5855293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int8 2022-09-27T15:35:26.5991918Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int8 2022-09-27T15:35:26.5999885Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float32 2022-09-27T15:35:26.6268985Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float64 2022-09-27T15:35:26.6306747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_uint8 2022-09-27T15:35:26.6713184Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_uint8 2022-09-27T15:35:26.6745630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:26.7188147Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:26.7195704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bool 2022-09-27T15:35:26.7620373Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bool 2022-09-27T15:35:26.7630184Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_bfloat16 2022-09-27T15:35:26.7630919Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float32 2022-09-27T15:35:26.7635011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex128 2022-09-27T15:35:26.8030874Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex128 2022-09-27T15:35:26.8089100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex32 2022-09-27T15:35:26.8175355Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex32 2022-09-27T15:35:26.8254487Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float64 2022-09-27T15:35:26.8509200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int16 2022-09-27T15:35:26.8511641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex64 2022-09-27T15:35:26.8796519Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex64 2022-09-27T15:35:26.8834985Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_uint8 2022-09-27T15:35:26.8902210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_bool 2022-09-27T15:35:26.8927843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float16 2022-09-27T15:35:26.9383381Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float16 2022-09-27T15:35:26.9391459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float32 2022-09-27T15:35:26.9833199Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float32 2022-09-27T15:35:26.9837340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float64 2022-09-27T15:35:27.0265712Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float64 2022-09-27T15:35:27.0269335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int16 2022-09-27T15:35:27.0392052Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int16 2022-09-27T15:35:27.0410819Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int16 2022-09-27T15:35:27.0608051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int32 2022-09-27T15:35:27.0617057Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float32 2022-09-27T15:35:27.0663455Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float64 2022-09-27T15:35:27.0697451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int32 2022-09-27T15:35:27.0833229Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int32 2022-09-27T15:35:27.0842334Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_bool 2022-09-27T15:35:27.1105642Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int16 2022-09-27T15:35:27.1127638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int64 2022-09-27T15:35:27.1576603Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int64 2022-09-27T15:35:27.1577144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int8 2022-09-27T15:35:27.2026878Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int8 2022-09-27T15:35:27.2069469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_uint8 2022-09-27T15:35:27.2448152Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_uint8 2022-09-27T15:35:27.2459509Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int16 2022-09-27T15:35:27.2473170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int32 2022-09-27T15:35:27.2517759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bfloat16 2022-09-27T15:35:27.2541526Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bfloat16 2022-09-27T15:35:27.2556946Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int32 2022-09-27T15:35:27.2946923Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int64 2022-09-27T15:35:27.2947523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bool 2022-09-27T15:35:27.3349756Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bool 2022-09-27T15:35:27.3386710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex128 2022-09-27T15:35:27.3440183Z [gw1] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex128 2022-09-27T15:35:27.3453263Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float64 2022-09-27T15:35:27.3799550Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_bfloat16 2022-09-27T15:35:27.3812184Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int32 2022-09-27T15:35:27.3825474Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int64 2022-09-27T15:35:27.3857441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex32 2022-09-27T15:35:27.3921016Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex32 2022-09-27T15:35:27.3931083Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int64 2022-09-27T15:35:27.4305797Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int8 2022-09-27T15:35:27.4336485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex64 2022-09-27T15:35:27.4802902Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex64 2022-09-27T15:35:27.4818571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float16 2022-09-27T15:35:27.5079571Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float16 2022-09-27T15:35:27.5094003Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int64 2022-09-27T15:35:27.5219117Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int8 2022-09-27T15:35:27.5254646Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int8 2022-09-27T15:35:27.5259698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_uint8 2022-09-27T15:35:27.5269501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float32 2022-09-27T15:35:27.5716924Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float32 2022-09-27T15:35:27.5717780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float64 2022-09-27T15:35:27.6141225Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float64 2022-09-27T15:35:27.6145342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int16 2022-09-27T15:35:27.6422351Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int16 2022-09-27T15:35:27.6433575Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_uint8 2022-09-27T15:35:27.6542569Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bfloat16 2022-09-27T15:35:27.6551912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int32 2022-09-27T15:35:27.6558973Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_bfloat16 2022-09-27T15:35:27.6570260Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float32 2022-09-27T15:35:27.6599190Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int32 2022-09-27T15:35:27.6607998Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int8 2022-09-27T15:35:27.7015270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_uint8 2022-09-27T15:35:27.7018873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int64 2022-09-27T15:35:27.7169295Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int64 2022-09-27T15:35:27.7195513Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bfloat16 2022-09-27T15:35:27.7467217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bool 2022-09-27T15:35:27.7472675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int8 2022-09-27T15:35:27.7899463Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int8 2022-09-27T15:35:27.7900372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_uint8 2022-09-27T15:35:27.7988955Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_uint8 2022-09-27T15:35:27.8007897Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_uint8 2022-09-27T15:35:27.8036700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_bool 2022-09-27T15:35:27.8043694Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bool 2022-09-27T15:35:27.8308487Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex128 2022-09-27T15:35:27.8338658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:27.8525121Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:27.8536492Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float32 2022-09-27T15:35:27.8745412Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float64 2022-09-27T15:35:27.8782607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bool 2022-09-27T15:35:27.8794812Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bool 2022-09-27T15:35:27.8871033Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex128 2022-09-27T15:35:27.9260644Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex32 2022-09-27T15:35:27.9264416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex128 2022-09-27T15:35:27.9471585Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex128 2022-09-27T15:35:27.9480614Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex32 2022-09-27T15:35:27.9700061Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex64 2022-09-27T15:35:27.9706560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex32 2022-09-27T15:35:28.0141889Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex32 2022-09-27T15:35:28.0145558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex64 2022-09-27T15:35:28.0463590Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex64 2022-09-27T15:35:28.0477162Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex64 2022-09-27T15:35:28.0575415Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float16 2022-09-27T15:35:28.0576242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float16 2022-09-27T15:35:28.1023270Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float16 2022-09-27T15:35:28.1024027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float32 2022-09-27T15:35:28.1414519Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float32 2022-09-27T15:35:28.1427929Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float16 2022-09-27T15:35:28.1432326Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float32 2022-09-27T15:35:28.1469681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float64 2022-09-27T15:35:28.1642321Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float64 2022-09-27T15:35:28.1651094Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float64 2022-09-27T15:35:28.1678102Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_bfloat16 2022-09-27T15:35:28.1863023Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_bfloat16 2022-09-27T15:35:28.1896994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int16 2022-09-27T15:35:28.1902288Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int16 2022-09-27T15:35:28.1907575Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_bool 2022-09-27T15:35:28.1943406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int16 2022-09-27T15:35:28.1949883Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float32 2022-09-27T15:35:28.2062326Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float64 2022-09-27T15:35:28.2075482Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:35:28.2302707Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:35:28.2329033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int32 2022-09-27T15:35:28.2433853Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int32 2022-09-27T15:35:28.2440995Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float64 2022-09-27T15:35:28.2502953Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int16 2022-09-27T15:35:28.2521660Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:35:28.2742848Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:35:28.2772760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int64 2022-09-27T15:35:28.2911525Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int64 2022-09-27T15:35:28.2942877Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int16 2022-09-27T15:35:28.2949870Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_bfloat16 2022-09-27T15:35:28.3186601Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int32 2022-09-27T15:35:28.3214025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int8 2022-09-27T15:35:28.3670808Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int8 2022-09-27T15:35:28.3675980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_uint8 2022-09-27T15:35:28.3684750Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_uint8 2022-09-27T15:35:28.3696202Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int32 2022-09-27T15:35:28.4081865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int64 2022-09-27T15:35:28.4103543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bfloat16 2022-09-27T15:35:28.4248717Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bfloat16 2022-09-27T15:35:28.4261183Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int64 2022-09-27T15:35:28.4550888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int8 2022-09-27T15:35:28.4556265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bool 2022-09-27T15:35:28.4877409Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bool 2022-09-27T15:35:28.4890525Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int8 2022-09-27T15:35:28.4980882Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_uint8 2022-09-27T15:35:28.4987608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex128 2022-09-27T15:35:28.5395241Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex128 2022-09-27T15:35:28.5433522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex32 2022-09-27T15:35:28.5476260Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex32 2022-09-27T15:35:28.5487382Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_uint8 2022-09-27T15:35:28.5643849Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bfloat16 2022-09-27T15:35:28.5798335Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bfloat16 2022-09-27T15:35:28.5805163Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_bfloat16 2022-09-27T15:35:28.5824055Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float32 2022-09-27T15:35:28.5863989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex64 2022-09-27T15:35:28.5870740Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int16 2022-09-27T15:35:28.5878092Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex64 2022-09-27T15:35:28.5902093Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int32 2022-09-27T15:35:28.6097890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bool 2022-09-27T15:35:28.6264928Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bool 2022-09-27T15:35:28.6290773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float16 2022-09-27T15:35:28.6351883Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float16 2022-09-27T15:35:28.6515583Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex128 2022-09-27T15:35:28.6742041Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex128 2022-09-27T15:35:28.6745336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float32 2022-09-27T15:35:28.6785442Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float32 2022-09-27T15:35:28.6995098Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex64 2022-09-27T15:35:28.7170834Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex64 2022-09-27T15:35:28.7173658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float64 2022-09-27T15:35:28.7223831Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float64 2022-09-27T15:35:28.7354221Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float16 2022-09-27T15:35:28.7587372Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float16 2022-09-27T15:35:28.7614364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int16 2022-09-27T15:35:28.7625162Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int16 2022-09-27T15:35:28.7632010Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float32 2022-09-27T15:35:28.7664041Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float64 2022-09-27T15:35:28.7858365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float32 2022-09-27T15:35:28.8099819Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float32 2022-09-27T15:35:28.8105736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int32 2022-09-27T15:35:28.8144611Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int32 2022-09-27T15:35:28.8302423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float64 2022-09-27T15:35:28.8500729Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float64 2022-09-27T15:35:28.8509965Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int32 2022-09-27T15:35:28.8510534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int64 2022-09-27T15:35:28.8541824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int64 2022-09-27T15:35:28.8584294Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int64 2022-09-27T15:35:28.8771382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int16 2022-09-27T15:35:28.8946330Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int16 2022-09-27T15:35:28.8975061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int8 2022-09-27T15:35:28.9023520Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int8 2022-09-27T15:35:28.9209831Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int32 2022-09-27T15:35:28.9388093Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int32 2022-09-27T15:35:28.9415164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_uint8 2022-09-27T15:35:28.9504493Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_uint8 2022-09-27T15:35:28.9552007Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int64 2022-09-27T15:35:28.9562824Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float64 2022-09-27T15:35:28.9642279Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_bfloat16 2022-09-27T15:35:28.9823168Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int64 2022-09-27T15:35:28.9847835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:28.9941316Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:28.9948773Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_bfloat16 2022-09-27T15:35:29.0021504Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int8 2022-09-27T15:35:29.0072727Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:35:29.0264502Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int8 2022-09-27T15:35:29.0279843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bool 2022-09-27T15:35:29.0293636Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:35:29.0384269Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bool 2022-09-27T15:35:29.0463865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_uint8 2022-09-27T15:35:29.0519008Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:35:29.0706615Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_uint8 2022-09-27T15:35:29.0733189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex128 2022-09-27T15:35:29.0786455Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex128 2022-09-27T15:35:29.0822442Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:35:29.0871776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bfloat16 2022-09-27T15:35:29.0902132Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bfloat16 2022-09-27T15:35:29.1143504Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_bfloat16 2022-09-27T15:35:29.1165068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex32 2022-09-27T15:35:29.1197484Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex32 2022-09-27T15:35:29.1204833Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int64 2022-09-27T15:35:29.1262514Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int8 2022-09-27T15:35:29.1299835Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bool 2022-09-27T15:35:29.1585926Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bool 2022-09-27T15:35:29.1608980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex64 2022-09-27T15:35:29.1704698Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex64 2022-09-27T15:35:29.1762236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex128 2022-09-27T15:35:29.2026333Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex128 2022-09-27T15:35:29.2052378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float16 2022-09-27T15:35:29.2142909Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float16 2022-09-27T15:35:29.2194001Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex64 2022-09-27T15:35:29.2251826Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex64 2022-09-27T15:35:29.2262309Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_bfloat16 2022-09-27T15:35:29.2461991Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float32 2022-09-27T15:35:29.2482461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float32 2022-09-27T15:35:29.2581640Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float32 2022-09-27T15:35:29.2623927Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float16 2022-09-27T15:35:29.2902393Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float16 2022-09-27T15:35:29.2927822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float64 2022-09-27T15:35:29.3022286Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float64 2022-09-27T15:35:29.3074223Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float32 2022-09-27T15:35:29.3346398Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float32 2022-09-27T15:35:29.3367841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int16 2022-09-27T15:35:29.3462537Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int16 2022-09-27T15:35:29.3507569Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float64 2022-09-27T15:35:29.3515871Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float64 2022-09-27T15:35:29.3524535Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float32 2022-09-27T15:35:29.3644001Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float64 2022-09-27T15:35:29.3652401Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int8 2022-09-27T15:35:29.3822776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_uint8 2022-09-27T15:35:29.3844590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int32 2022-09-27T15:35:29.3901737Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int32 2022-09-27T15:35:29.3941108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int16 2022-09-27T15:35:29.4262981Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int16 2022-09-27T15:35:29.4288073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int64 2022-09-27T15:35:29.4343179Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int64 2022-09-27T15:35:29.4385978Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int32 2022-09-27T15:35:29.4703682Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int32 2022-09-27T15:35:29.4714366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int8 2022-09-27T15:35:29.4730425Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float64 2022-09-27T15:35:29.4731639Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_bfloat16 2022-09-27T15:35:29.4781892Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int8 2022-09-27T15:35:29.4827260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int64 2022-09-27T15:35:29.5194135Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int64 2022-09-27T15:35:29.5194669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_uint8 2022-09-27T15:35:29.5263894Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_uint8 2022-09-27T15:35:29.5315724Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int8 2022-09-27T15:35:29.5613030Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int8 2022-09-27T15:35:29.5615510Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_bfloat16 2022-09-27T15:35:29.5703030Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_bfloat16 2022-09-27T15:35:29.5745588Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_uint8 2022-09-27T15:35:29.6098269Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_uint8 2022-09-27T15:35:29.6099584Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float16 2022-09-27T15:35:29.6147194Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float16 2022-09-27T15:35:29.6203613Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bfloat16 2022-09-27T15:35:29.6519435Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bfloat16 2022-09-27T15:35:29.6525512Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_uint8 2022-09-27T15:35:29.6543441Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_bool 2022-09-27T15:35:29.6566505Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float32 2022-09-27T15:35:29.6583359Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float32 2022-09-27T15:35:29.6643446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bool 2022-09-27T15:35:29.6987516Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bool 2022-09-27T15:35:29.6993713Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float64 2022-09-27T15:35:29.7006160Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_bfloat16 2022-09-27T15:35:29.7015269Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:35:29.7093348Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float64 2022-09-27T15:35:29.7149781Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex128 2022-09-27T15:35:29.7428214Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex128 2022-09-27T15:35:29.7457480Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:29.7503384Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:29.7555319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex64 2022-09-27T15:35:29.7864870Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex64 2022-09-27T15:35:29.7889343Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float16 2022-09-27T15:35:29.7945845Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float16 2022-09-27T15:35:29.8032008Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float16 2022-09-27T15:35:29.8342738Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float16 2022-09-27T15:35:29.8350502Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float32 2022-09-27T15:35:29.8454465Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float32 2022-09-27T15:35:29.8508160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float32 2022-09-27T15:35:29.8747449Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float32 2022-09-27T15:35:29.8773748Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float64 2022-09-27T15:35:29.8821116Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float64 2022-09-27T15:35:29.8831350Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:35:29.8864340Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:35:29.8934343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float64 2022-09-27T15:35:29.9192117Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float64 2022-09-27T15:35:29.9200771Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_bfloat16 2022-09-27T15:35:29.9212169Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_bool 2022-09-27T15:35:29.9304564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int16 2022-09-27T15:35:29.9357104Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int16 2022-09-27T15:35:29.9745973Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int16 2022-09-27T15:35:29.9805179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int32 2022-09-27T15:35:30.0243940Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int32 2022-09-27T15:35:30.0249217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int64 2022-09-27T15:35:30.0669803Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int64 2022-09-27T15:35:30.0684473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int8 2022-09-27T15:35:30.1074020Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int8 2022-09-27T15:35:30.1119510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_uint8 2022-09-27T15:35:30.1351371Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_uint8 2022-09-27T15:35:30.1353294Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_bfloat16 2022-09-27T15:35:30.1520728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex128 2022-09-27T15:35:30.2093494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bfloat16 2022-09-27T15:35:30.2298029Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:35:30.3879282Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_bfloat16 2022-09-27T15:35:30.3889627Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int16 2022-09-27T15:35:30.4377651Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int32 2022-09-27T15:35:30.4392915Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex128 2022-09-27T15:35:30.9179859Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex32 2022-09-27T15:35:30.9199634Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int32 2022-09-27T15:35:30.9301414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int64 2022-09-27T15:35:30.9317535Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_bfloat16 2022-09-27T15:35:31.1762926Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:35:31.1775589Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex32 2022-09-27T15:35:31.1876071Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex64 2022-09-27T15:35:31.1889358Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bfloat16 2022-09-27T15:35:31.4255686Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bool 2022-09-27T15:35:31.4284657Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int64 2022-09-27T15:35:31.4856254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int8 2022-09-27T15:35:31.4866235Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex64 2022-09-27T15:35:31.5318950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float16 2022-09-27T15:35:31.5344816Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:35:31.8622557Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:35:31.8653561Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float16 2022-09-27T15:35:31.9365442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float32 2022-09-27T15:35:31.9389887Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int8 2022-09-27T15:35:32.0491303Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_uint8 2022-09-27T15:35:32.0547287Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:35:32.0728661Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int16 2022-09-27T15:35:32.0747174Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float32 2022-09-27T15:35:32.0756827Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bool 2022-09-27T15:35:32.0757547Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float64 2022-09-27T15:35:32.4430269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex128 2022-09-27T15:35:32.4443160Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float64 2022-09-27T15:35:32.4472004Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int16 2022-09-27T15:35:32.4482381Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_uint8 2022-09-27T15:35:32.4514544Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_shapes_cpu_float32 2022-09-27T15:35:32.4722686Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_shapes_cpu_float32 2022-09-27T15:35:32.4732850Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int16 2022-09-27T15:35:32.4904541Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int32 2022-09-27T15:35:32.5456738Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bfloat16 2022-09-27T15:35:32.5488499Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int16 2022-09-27T15:35:32.5496553Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int32 2022-09-27T15:35:32.5514041Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bfloat16 2022-09-27T15:35:32.5852327Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bool 2022-09-27T15:35:32.5942705Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bool 2022-09-27T15:35:32.6191638Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:35:32.6521213Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:35:32.6782109Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:35:32.6968118Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:35:32.6984322Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int32 2022-09-27T15:35:32.7104961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float16 2022-09-27T15:35:32.7248060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int64 2022-09-27T15:35:32.7398040Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float16 2022-09-27T15:35:32.7781209Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float32 2022-09-27T15:35:32.7798532Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float32 2022-09-27T15:35:32.7827912Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int32 2022-09-27T15:35:32.7830297Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int64 2022-09-27T15:35:32.8289725Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float64 2022-09-27T15:35:32.8306423Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float64 2022-09-27T15:35:32.8464523Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int16 2022-09-27T15:35:32.8475351Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int64 2022-09-27T15:35:32.8548305Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int8 2022-09-27T15:35:32.8761777Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int16 2022-09-27T15:35:32.8978821Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int32 2022-09-27T15:35:32.9197285Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int32 2022-09-27T15:35:32.9530096Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int64 2022-09-27T15:35:32.9668828Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int64 2022-09-27T15:35:33.0153050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int8 2022-09-27T15:35:33.0182197Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int8 2022-09-27T15:35:33.0359126Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_uint8 2022-09-27T15:35:33.0374141Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_uint8 2022-09-27T15:35:33.0383873Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int8 2022-09-27T15:35:33.0452051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_uint8 2022-09-27T15:35:33.0464752Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex128 2022-09-27T15:35:33.0623111Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex64 2022-09-27T15:35:33.0731628Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bfloat16 2022-09-27T15:35:33.1067910Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bfloat16 2022-09-27T15:35:33.1209891Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bool 2022-09-27T15:35:33.1247417Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bool 2022-09-27T15:35:33.1255208Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int64 2022-09-27T15:35:33.1396914Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int8 2022-09-27T15:35:33.1411975Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_uint8 2022-09-27T15:35:33.1506378Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bfloat16 2022-09-27T15:35:33.1644007Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex128 2022-09-27T15:35:33.1947578Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex128 2022-09-27T15:35:33.2056667Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex64 2022-09-27T15:35:33.2386550Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex64 2022-09-27T15:35:33.2496398Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float16 2022-09-27T15:35:33.2828257Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float16 2022-09-27T15:35:33.2937486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float32 2022-09-27T15:35:33.3269016Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float32 2022-09-27T15:35:33.3382965Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float64 2022-09-27T15:35:33.3563975Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float64 2022-09-27T15:35:33.3570626Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bfloat16 2022-09-27T15:35:33.3705447Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bool 2022-09-27T15:35:33.3826896Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int16 2022-09-27T15:35:33.4146814Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int16 2022-09-27T15:35:33.4159061Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int32 2022-09-27T15:35:33.4171600Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int8 2022-09-27T15:35:33.4260346Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-09-27T15:35:33.4587889Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int32 2022-09-27T15:35:33.4701557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int64 2022-09-27T15:35:33.5048721Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int64 2022-09-27T15:35:33.5169029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int8 2022-09-27T15:35:33.5331429Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int8 2022-09-27T15:35:33.5347294Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-09-27T15:35:33.5464445Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:35:33.5562834Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_uint8 2022-09-27T15:35:33.5646301Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_uint8 2022-09-27T15:35:33.5654042Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bool 2022-09-27T15:35:33.5992577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex128 2022-09-27T15:35:33.6151958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bfloat16 2022-09-27T15:35:33.6156170Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:35:33.6243147Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:35:33.6465393Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bfloat16 2022-09-27T15:35:33.6774580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bool 2022-09-27T15:35:33.6787419Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bool 2022-09-27T15:35:33.7068353Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex128 2022-09-27T15:35:33.7083115Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:35:33.7093531Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_bfloat16 2022-09-27T15:35:33.7301984Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex128 2022-09-27T15:35:33.7430634Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex32 2022-09-27T15:35:33.7533853Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_bfloat16 2022-09-27T15:35:33.7603222Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex32 2022-09-27T15:35:33.7662925Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:35:33.7709868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex64 2022-09-27T15:35:33.7893547Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:35:33.7994517Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex64 2022-09-27T15:35:33.8109203Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:35:33.8188845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float16 2022-09-27T15:35:33.8428882Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:35:33.8448007Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float16 2022-09-27T15:35:33.8586606Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float16 2022-09-27T15:35:33.8607325Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float32 2022-09-27T15:35:33.8865765Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float16 2022-09-27T15:35:33.8876641Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:35:33.8968597Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float32 2022-09-27T15:35:33.8979260Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex64 2022-09-27T15:35:33.9003091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float16 2022-09-27T15:35:33.9022374Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:35:33.9205646Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float64 2022-09-27T15:35:33.9302932Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float64 2022-09-27T15:35:33.9463584Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:35:33.9486103Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int16 2022-09-27T15:35:33.9828714Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:35:33.9850180Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_bfloat16 2022-09-27T15:35:33.9904178Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int16 2022-09-27T15:35:34.0256829Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int32 2022-09-27T15:35:34.0346639Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int32 2022-09-27T15:35:34.0385953Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int64 2022-09-27T15:35:34.0397960Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex128 2022-09-27T15:35:34.0504630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex64 2022-09-27T15:35:34.0517759Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_bfloat16 2022-09-27T15:35:34.0534347Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:35:34.0577539Z [gw3] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:35:34.0786202Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int64 2022-09-27T15:35:34.0945371Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int8 2022-09-27T15:35:34.1064348Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:35:34.1223306Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int8 2022-09-27T15:35:34.1341760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_uint8 2022-09-27T15:35:34.1422184Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:35:34.1509743Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-09-27T15:35:34.1667271Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_uint8 2022-09-27T15:35:34.1669665Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-09-27T15:35:34.1889476Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_bfloat16 2022-09-27T15:35:34.2270601Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:35:34.2424809Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:35:34.2610395Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:35:34.2918406Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:35:34.4087658Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-09-27T15:35:34.4104211Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_bfloat16 2022-09-27T15:35:34.4358494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float32 2022-09-27T15:35:34.4373412Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex64 2022-09-27T15:35:34.4499936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int16 2022-09-27T15:35:34.4690057Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int16 2022-09-27T15:35:34.4825437Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-09-27T15:35:34.4830614Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int32 2022-09-27T15:35:34.4905770Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:35:34.5108759Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int32 2022-09-27T15:35:34.5119951Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float32 2022-09-27T15:35:34.5271989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float64 2022-09-27T15:35:34.5379999Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int64 2022-09-27T15:35:34.5706835Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int64 2022-09-27T15:35:34.5824475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int8 2022-09-27T15:35:34.5878839Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int8 2022-09-27T15:35:34.5892640Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:35:34.6147221Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:35:34.6270494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_uint8 2022-09-27T15:35:34.6588259Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_uint8 2022-09-27T15:35:34.6639975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bfloat16 2022-09-27T15:35:34.6648103Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float64 2022-09-27T15:35:34.6784114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int16 2022-09-27T15:35:34.6793400Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:35:34.6933549Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-09-27T15:35:34.6944682Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float16 2022-09-27T15:35:34.7662620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float32 2022-09-27T15:35:34.7674393Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-09-27T15:35:34.7708842Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-09-27T15:35:34.7715887Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int16 2022-09-27T15:35:34.8717977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int32 2022-09-27T15:35:34.8719281Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int32 2022-09-27T15:35:34.8733548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int64 2022-09-27T15:35:34.8751027Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-09-27T15:35:34.9726418Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:35:34.9739416Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int64 2022-09-27T15:35:34.9843682Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int8 2022-09-27T15:35:34.9984105Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:35:35.0656317Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-09-27T15:35:35.0667828Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int8 2022-09-27T15:35:35.0968030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_uint8 2022-09-27T15:35:35.0991940Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-09-27T15:35:35.1640919Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-09-27T15:35:35.1646975Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_uint8 2022-09-27T15:35:35.1936549Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bfloat16 2022-09-27T15:35:35.1950029Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-09-27T15:35:35.2409003Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float32 2022-09-27T15:35:35.2484529Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bfloat16 2022-09-27T15:35:35.3228902Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bool 2022-09-27T15:35:35.3251642Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bool 2022-09-27T15:35:35.4039373Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex128 2022-09-27T15:35:35.4060697Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex128 2022-09-27T15:35:35.4628903Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex32 2022-09-27T15:35:35.4642347Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float32 2022-09-27T15:35:35.4951739Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float64 2022-09-27T15:35:35.4971925Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex32 2022-09-27T15:35:35.5795865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex64 2022-09-27T15:35:35.5817218Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex64 2022-09-27T15:35:35.6224552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float16 2022-09-27T15:35:35.6235459Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bfloat16 2022-09-27T15:35:35.6247935Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bool 2022-09-27T15:35:35.6262168Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float32 2022-09-27T15:35:35.6622613Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float64 2022-09-27T15:35:35.6637714Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float16 2022-09-27T15:35:35.7429680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float32 2022-09-27T15:35:35.7448035Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float32 2022-09-27T15:35:35.8226782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float64 2022-09-27T15:35:35.8242285Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float64 2022-09-27T15:35:35.9063480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int16 2022-09-27T15:35:35.9080263Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int16 2022-09-27T15:35:35.9832510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int32 2022-09-27T15:35:35.9847530Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int32 2022-09-27T15:35:36.0596892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int64 2022-09-27T15:35:36.0621498Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int64 2022-09-27T15:35:36.1107644Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int8 2022-09-27T15:35:36.1117890Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bool 2022-09-27T15:35:36.1436140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex128 2022-09-27T15:35:36.1446805Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float64 2022-09-27T15:35:36.1454227Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float16 2022-09-27T15:35:36.1464349Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int8 2022-09-27T15:35:36.1641716Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_uint8 2022-09-27T15:35:36.1652391Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float64 2022-09-27T15:35:36.1754438Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int16 2022-09-27T15:35:36.1871268Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float16 2022-09-27T15:35:36.2025947Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:35:36.2206034Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:35:36.2215671Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_uint8 2022-09-27T15:35:36.2305213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_bfloat16 2022-09-27T15:35:36.2528028Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:35:36.2746945Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:35:36.3079413Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_bfloat16 2022-09-27T15:35:36.3185354Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_bfloat16 2022-09-27T15:35:36.3533698Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:35:36.3626711Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:35:36.3945107Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:35:36.4068821Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:35:36.4366077Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float16 2022-09-27T15:35:36.4505437Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float16 2022-09-27T15:35:36.4604323Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:35:36.4647231Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_bfloat16 2022-09-27T15:35:36.4822651Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float32 2022-09-27T15:35:36.4943487Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:35:36.5173408Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:35:36.5386009Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:35:36.5675284Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int16 2022-09-27T15:35:36.5825990Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int16 2022-09-27T15:35:36.6185333Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int32 2022-09-27T15:35:36.6193778Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int32 2022-09-27T15:35:36.6205722Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float32 2022-09-27T15:35:36.6263753Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float64 2022-09-27T15:35:36.6510539Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:35:36.6706831Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:35:36.6970906Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int8 2022-09-27T15:35:36.7192366Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int8 2022-09-27T15:35:36.7492435Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_uint8 2022-09-27T15:35:36.7586893Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_uint8 2022-09-27T15:35:36.7668497Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:35:36.7799960Z [gw3] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:35:36.7808863Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex128 2022-09-27T15:35:36.7926532Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex32 2022-09-27T15:35:36.7936006Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float64 2022-09-27T15:35:36.8023202Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int16 2022-09-27T15:35:36.8057110Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:35:36.8266027Z [gw3] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:35:36.8274597Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int16 2022-09-27T15:35:36.8462642Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int32 2022-09-27T15:35:36.8724044Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 2022-09-27T15:35:36.8733296Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int16 2022-09-27T15:35:36.9955524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int32 2022-09-27T15:35:36.9974004Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int32 2022-09-27T15:35:37.1332625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int64 2022-09-27T15:35:37.1341235Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int64 2022-09-27T15:35:37.2508862Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int8 2022-09-27T15:35:37.2519379Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int8 2022-09-27T15:35:37.3300856Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_uint8 2022-09-27T15:35:37.3320360Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 2022-09-27T15:35:37.3672868Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:35:37.3713655Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_uint8 2022-09-27T15:35:37.6454063Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bfloat16 2022-09-27T15:35:37.6467432Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int32 2022-09-27T15:35:37.7161936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int64 2022-09-27T15:35:37.7172146Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bfloat16 2022-09-27T15:35:37.7318789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bool 2022-09-27T15:35:37.7328399Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:35:37.9221920Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:35:37.9232189Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bool 2022-09-27T15:35:37.9736235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float16 2022-09-27T15:35:37.9748831Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex32 2022-09-27T15:35:38.0973635Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex64 2022-09-27T15:35:38.0983625Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:35:38.2979420Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int16 2022-09-27T15:35:38.2989325Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int64 2022-09-27T15:35:38.3689048Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int8 2022-09-27T15:35:38.3699239Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float16 2022-09-27T15:35:38.5215834Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float32 2022-09-27T15:35:38.5241044Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int16 2022-09-27T15:35:38.6063940Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int32 2022-09-27T15:35:38.6074388Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float32 2022-09-27T15:35:38.8886577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float64 2022-09-27T15:35:38.8901591Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex64 2022-09-27T15:35:38.9050731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float16 2022-09-27T15:35:38.9060998Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int32 2022-09-27T15:35:38.9674071Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:35:38.9693069Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int8 2022-09-27T15:35:38.9910443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_uint8 2022-09-27T15:35:38.9922061Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float64 2022-09-27T15:35:39.2338460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int16 2022-09-27T15:35:39.2394308Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int16 2022-09-27T15:35:39.2753298Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int32 2022-09-27T15:35:39.2766526Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:35:39.5139893Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int8 2022-09-27T15:35:39.5159854Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int32 2022-09-27T15:35:39.6961571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int64 2022-09-27T15:35:39.6977478Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int8 2022-09-27T15:35:39.7797904Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_uint8 2022-09-27T15:35:39.7809009Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int64 2022-09-27T15:35:39.8029841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int8 2022-09-27T15:35:39.8044804Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_uint8 2022-09-27T15:35:39.9329477Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_bfloat16 2022-09-27T15:35:39.9341217Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float16 2022-09-27T15:35:39.9982637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float32 2022-09-27T15:35:39.9994957Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int8 2022-09-27T15:35:40.0338567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_uint8 2022-09-27T15:35:40.0356108Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_bfloat16 2022-09-27T15:35:40.1315063Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float32 2022-09-27T15:35:40.1339693Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_uint8 2022-09-27T15:35:40.1999849Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_bfloat16 2022-09-27T15:35:40.2012864Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float32 2022-09-27T15:35:40.3878621Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float64 2022-09-27T15:35:40.4025734Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_uint8 2022-09-27T15:35:40.5021273Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bfloat16 2022-09-27T15:35:40.5035122Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float32 2022-09-27T15:35:40.5244273Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float64 2022-09-27T15:35:40.5261809Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float64 2022-09-27T15:35:40.6791172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int16 2022-09-27T15:35:40.6846924Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int16 2022-09-27T15:35:40.8610032Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int32 2022-09-27T15:35:40.8624565Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int32 2022-09-27T15:35:41.0756321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int64 2022-09-27T15:35:41.0769029Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_bfloat16 2022-09-27T15:35:41.0788545Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:35:41.0793455Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int64 2022-09-27T15:35:41.0808954Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int8 2022-09-27T15:35:41.0821137Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bfloat16 2022-09-27T15:35:41.1273450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bool 2022-09-27T15:35:41.1287000Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float64 2022-09-27T15:35:41.2156202Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int16 2022-09-27T15:35:41.2210024Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int8 2022-09-27T15:35:41.2990724Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_uint8 2022-09-27T15:35:41.3053311Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bool 2022-09-27T15:35:41.3930813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float16 2022-09-27T15:35:41.3939315Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_uint8 2022-09-27T15:35:41.5682797Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_bfloat16 2022-09-27T15:35:41.5695421Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:35:41.6640390Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:35:41.6649442Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int16 2022-09-27T15:35:41.7772072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int32 2022-09-27T15:35:41.7823162Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float16 2022-09-27T15:35:42.1040456Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float32 2022-09-27T15:35:42.1078607Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:35:42.1857425Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_bfloat16 2022-09-27T15:35:42.1864891Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int32 2022-09-27T15:35:42.2230378Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int64 2022-09-27T15:35:42.2237669Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float32 2022-09-27T15:35:42.5030194Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float64 2022-09-27T15:35:42.5043341Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_bfloat16 2022-09-27T15:35:42.6582813Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:35:42.6592207Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float64 2022-09-27T15:35:42.8140580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int16 2022-09-27T15:35:42.8150969Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int64 2022-09-27T15:35:42.8962269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int8 2022-09-27T15:35:42.8968692Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int16 2022-09-27T15:35:42.9336449Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int32 2022-09-27T15:35:42.9347477Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:35:43.2042538Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:35:43.2057857Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int32 2022-09-27T15:35:43.3008415Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int64 2022-09-27T15:35:43.3016235Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int8 2022-09-27T15:35:43.3868329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_uint8 2022-09-27T15:35:43.3911562Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:35:43.4270078Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int16 2022-09-27T15:35:43.4293086Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int64 2022-09-27T15:35:43.6961563Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int8 2022-09-27T15:35:43.6973321Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int8 2022-09-27T15:35:43.8066822Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_uint8 2022-09-27T15:35:43.8071661Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int16 2022-09-27T15:35:43.8938337Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int32 2022-09-27T15:35:43.8950019Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_uint8 2022-09-27T15:35:43.9019255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bfloat16 2022-09-27T15:35:43.9030115Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_uint8 2022-09-27T15:35:43.9949513Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bfloat16 2022-09-27T15:35:43.9964786Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bfloat16 2022-09-27T15:35:44.1063290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bool 2022-09-27T15:35:44.1070810Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int32 2022-09-27T15:35:44.1169719Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int64 2022-09-27T15:35:44.1182621Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bool 2022-09-27T15:35:44.2398579Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex128 2022-09-27T15:35:44.2410973Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex128 2022-09-27T15:35:44.3361572Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex32 2022-09-27T15:35:44.3368560Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex32 2022-09-27T15:35:44.3468916Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex64 2022-09-27T15:35:44.3478564Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int64 2022-09-27T15:35:44.4436704Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int8 2022-09-27T15:35:44.4451578Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex64 2022-09-27T15:35:44.5274939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float16 2022-09-27T15:35:44.5286441Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float16 2022-09-27T15:35:44.5983469Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float32 2022-09-27T15:35:44.5991889Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int8 2022-09-27T15:35:44.6219934Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_uint8 2022-09-27T15:35:44.6231201Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float32 2022-09-27T15:35:44.7307113Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float64 2022-09-27T15:35:44.7320350Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float64 2022-09-27T15:35:44.8027924Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int16 2022-09-27T15:35:44.8039501Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int16 2022-09-27T15:35:44.8408303Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int32 2022-09-27T15:35:44.8420492Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_uint8 2022-09-27T15:35:44.8761884Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_bfloat16 2022-09-27T15:35:44.8816852Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int32 2022-09-27T15:35:44.9245014Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int64 2022-09-27T15:35:44.9253555Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bfloat16 2022-09-27T15:35:44.9564369Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bool 2022-09-27T15:35:44.9572519Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int64 2022-09-27T15:35:45.0378144Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int8 2022-09-27T15:35:45.0386624Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int8 2022-09-27T15:35:45.0494981Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_uint8 2022-09-27T15:35:45.0502070Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_bfloat16 2022-09-27T15:35:45.1296935Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float32 2022-09-27T15:35:45.1309579Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_uint8 2022-09-27T15:35:45.1379789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bfloat16 2022-09-27T15:35:45.1413049Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bfloat16 2022-09-27T15:35:45.1429361Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bool 2022-09-27T15:35:45.1709463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float16 2022-09-27T15:35:45.1816016Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bool 2022-09-27T15:35:45.2121056Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bool 2022-09-27T15:35:45.2130260Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float32 2022-09-27T15:35:45.2143399Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float64 2022-09-27T15:35:45.2242443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex128 2022-09-27T15:35:45.2624684Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex128 2022-09-27T15:35:45.2716595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex32 2022-09-27T15:35:45.3027436Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex32 2022-09-27T15:35:45.3113334Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex64 2022-09-27T15:35:45.3507459Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex64 2022-09-27T15:35:45.3595354Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float16 2022-09-27T15:35:45.3793702Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float16 2022-09-27T15:35:45.3803168Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float64 2022-09-27T15:35:45.3946307Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int16 2022-09-27T15:35:45.4040231Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float32 2022-09-27T15:35:45.4428354Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float32 2022-09-27T15:35:45.4537748Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float64 2022-09-27T15:35:45.4866004Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float64 2022-09-27T15:35:45.4879583Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int16 2022-09-27T15:35:45.4880494Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int32 2022-09-27T15:35:45.4987613Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int16 2022-09-27T15:35:45.5308207Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int16 2022-09-27T15:35:45.5442777Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int32 2022-09-27T15:35:45.5750404Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int32 2022-09-27T15:35:45.5849271Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int64 2022-09-27T15:35:45.5895084Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int64 2022-09-27T15:35:45.5904989Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int32 2022-09-27T15:35:45.6187530Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int64 2022-09-27T15:35:45.6264219Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int8 2022-09-27T15:35:45.6629926Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int8 2022-09-27T15:35:45.6738737Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_uint8 2022-09-27T15:35:45.7057565Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_uint8 2022-09-27T15:35:45.7066930Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int64 2022-09-27T15:35:45.7067582Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int8 2022-09-27T15:35:45.8065606Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bfloat16 2022-09-27T15:35:45.8075538Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bfloat16 2022-09-27T15:35:45.8274305Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bool 2022-09-27T15:35:45.8281849Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int8 2022-09-27T15:35:45.9016099Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_uint8 2022-09-27T15:35:45.9081249Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_bfloat16 2022-09-27T15:35:45.9350231Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float16 2022-09-27T15:35:45.9369250Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bool 2022-09-27T15:35:45.9813564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex128 2022-09-27T15:35:45.9829274Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_uint8 2022-09-27T15:35:46.1655670Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_bfloat16 2022-09-27T15:35:46.1668968Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex128 2022-09-27T15:35:46.2304320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex32 2022-09-27T15:35:46.2313524Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_bfloat16 2022-09-27T15:35:46.2475327Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float32 2022-09-27T15:35:46.2486569Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float16 2022-09-27T15:35:46.4605801Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float32 2022-09-27T15:35:46.4655801Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float32 2022-09-27T15:35:46.4786058Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float64 2022-09-27T15:35:46.4797451Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex32 2022-09-27T15:35:46.7173982Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex64 2022-09-27T15:35:46.7185059Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex64 2022-09-27T15:35:46.8097345Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float16 2022-09-27T15:35:46.8110964Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float64 2022-09-27T15:35:46.8864864Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_bfloat16 2022-09-27T15:35:46.8876097Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float16 2022-09-27T15:35:46.9537277Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float32 2022-09-27T15:35:46.9557079Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float32 2022-09-27T15:35:47.1449926Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float64 2022-09-27T15:35:47.1465233Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float64 2022-09-27T15:35:47.1944438Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int16 2022-09-27T15:35:47.1951877Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_bfloat16 2022-09-27T15:35:47.2212267Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:35:47.2223044Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int16 2022-09-27T15:35:47.2306417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int32 2022-09-27T15:35:47.2320865Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float32 2022-09-27T15:35:47.2783243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float64 2022-09-27T15:35:47.2791185Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int32 2022-09-27T15:35:47.3468637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int64 2022-09-27T15:35:47.3477384Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int64 2022-09-27T15:35:47.4388351Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int8 2022-09-27T15:35:47.4395669Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:35:47.4459955Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:35:47.4469165Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int8 2022-09-27T15:35:47.5303801Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_uint8 2022-09-27T15:35:47.5309812Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_uint8 2022-09-27T15:35:47.6137844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bfloat16 2022-09-27T15:35:47.6173393Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bfloat16 2022-09-27T15:35:47.7478707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bool 2022-09-27T15:35:47.7491840Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bool 2022-09-27T15:35:47.7791192Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex128 2022-09-27T15:35:47.7800503Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:35:47.9623018Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_bfloat16 2022-09-27T15:35:47.9634567Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex128 2022-09-27T15:35:48.2637505Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex32 2022-09-27T15:35:48.2645795Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float64 2022-09-27T15:35:48.3034093Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int16 2022-09-27T15:35:48.3050868Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_bfloat16 2022-09-27T15:35:48.3917539Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:35:48.3943727Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int16 2022-09-27T15:35:48.3988070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int32 2022-09-27T15:35:48.3997233Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex32 2022-09-27T15:35:48.5982582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex64 2022-09-27T15:35:48.5995969Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex64 2022-09-27T15:35:48.6025930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float16 2022-09-27T15:35:48.6036515Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int32 2022-09-27T15:35:48.7194008Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int64 2022-09-27T15:35:48.7221663Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:35:48.7346208Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:35:48.7353775Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int64 2022-09-27T15:35:48.7547121Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int8 2022-09-27T15:35:48.7605283Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float16 2022-09-27T15:35:48.8680586Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float32 2022-09-27T15:35:48.8705081Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int8 2022-09-27T15:35:48.8806119Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_uint8 2022-09-27T15:35:48.8818529Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float32 2022-09-27T15:35:48.9872630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float64 2022-09-27T15:35:48.9904802Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_uint8 2022-09-27T15:35:48.9968587Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bfloat16 2022-09-27T15:35:48.9985298Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float64 2022-09-27T15:35:49.0224673Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int16 2022-09-27T15:35:49.0334291Z [gw1] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bfloat16 2022-09-27T15:35:49.0582393Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bool 2022-09-27T15:35:49.0594565Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int16 2022-09-27T15:35:49.0622638Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int32 2022-09-27T15:35:49.0784861Z [gw1] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bool 2022-09-27T15:35:49.1071596Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex128 2022-09-27T15:35:49.1283783Z [gw1] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex128 2022-09-27T15:35:49.1512270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex32 2022-09-27T15:35:49.1544995Z [gw1] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex32 2022-09-27T15:35:49.1554190Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int32 2022-09-27T15:35:49.1661768Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int64 2022-09-27T15:35:49.1946628Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex64 2022-09-27T15:35:49.1955753Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:35:49.1965026Z [gw1] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex64 2022-09-27T15:35:49.2104136Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-09-27T15:35:49.2167100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float16 2022-09-27T15:35:49.2179525Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int64 2022-09-27T15:35:49.2402798Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int8 2022-09-27T15:35:49.2549578Z [gw1] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float16 2022-09-27T15:35:49.2914387Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float32 2022-09-27T15:35:49.2951098Z [gw1] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float32 2022-09-27T15:35:49.2961040Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int8 2022-09-27T15:35:49.3061266Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_uint8 2022-09-27T15:35:49.3301920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float64 2022-09-27T15:35:49.3432748Z [gw1] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float64 2022-09-27T15:35:49.3772768Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int16 2022-09-27T15:35:49.3872679Z [gw1] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int16 2022-09-27T15:35:49.4188863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int32 2022-09-27T15:35:49.4196126Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_uint8 2022-09-27T15:35:49.4217659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bfloat16 2022-09-27T15:35:49.4303713Z [gw1] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int32 2022-09-27T15:35:49.4616176Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int64 2022-09-27T15:35:49.4748046Z [gw1] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int64 2022-09-27T15:35:49.5044897Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int8 2022-09-27T15:35:49.5187363Z [gw1] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int8 2022-09-27T15:35:49.5266485Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_uint8 2022-09-27T15:35:49.5281223Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bfloat16 2022-09-27T15:35:49.5289225Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-09-27T15:35:49.5291443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bool 2022-09-27T15:35:49.5484661Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:35:49.5629319Z [gw1] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_uint8 2022-09-27T15:35:49.6361752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_bfloat16 2022-09-27T15:35:49.6380785Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bool 2022-09-27T15:35:49.6855155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:35:49.6865822Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_bfloat16 2022-09-27T15:35:49.7631783Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float32 2022-09-27T15:35:49.7644992Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:35:49.7768730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:35:49.7781699Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float32 2022-09-27T15:35:49.8773576Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float64 2022-09-27T15:35:49.8783969Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:35:49.8796513Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float64 2022-09-27T15:35:49.8806082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bfloat16 2022-09-27T15:35:49.9962116Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float16 2022-09-27T15:35:49.9974019Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float16 2022-09-27T15:35:50.0706024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float32 2022-09-27T15:35:50.0716595Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:35:50.0992336Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:35:50.1002805Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float32 2022-09-27T15:35:50.1934495Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float64 2022-09-27T15:35:50.1941288Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float64 2022-09-27T15:35:50.2893345Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int16 2022-09-27T15:35:50.2907492Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int16 2022-09-27T15:35:50.3895095Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int32 2022-09-27T15:35:50.3907171Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int32 2022-09-27T15:35:50.4968946Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int64 2022-09-27T15:35:50.4986185Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int64 2022-09-27T15:35:50.5505729Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int8 2022-09-27T15:35:50.5515594Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:35:50.6075248Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:35:50.6090614Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int8 2022-09-27T15:35:50.6969481Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_uint8 2022-09-27T15:35:50.6981068Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bfloat16 2022-09-27T15:35:50.7097562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bool 2022-09-27T15:35:50.7110268Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_uint8 2022-09-27T15:35:50.7413670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bfloat16 2022-09-27T15:35:50.7426351Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float16 2022-09-27T15:35:50.7491479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float32 2022-09-27T15:35:50.7546319Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bfloat16 2022-09-27T15:35:50.7560266Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bool 2022-09-27T15:35:50.7568562Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:35:50.8137627Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:35:50.8154819Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bool 2022-09-27T15:35:50.8581743Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex128 2022-09-27T15:35:50.8588660Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex128 2022-09-27T15:35:50.8966785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex32 2022-09-27T15:35:50.9026327Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex32 2022-09-27T15:35:50.9431673Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex64 2022-09-27T15:35:50.9464450Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex64 2022-09-27T15:35:50.9819273Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float16 2022-09-27T15:35:50.9907215Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float16 2022-09-27T15:35:51.0075661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float32 2022-09-27T15:35:51.0085288Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:35:51.0241456Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int16 2022-09-27T15:35:51.0346668Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float32 2022-09-27T15:35:51.0768795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float64 2022-09-27T15:35:51.0833029Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float64 2022-09-27T15:35:51.1128727Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int16 2022-09-27T15:35:51.1263219Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int16 2022-09-27T15:35:51.1558960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int32 2022-09-27T15:35:51.1704610Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int32 2022-09-27T15:35:51.1998091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int64 2022-09-27T15:35:51.2081688Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int64 2022-09-27T15:35:51.2095627Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bool 2022-09-27T15:35:51.2186053Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex128 2022-09-27T15:35:51.2588793Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int8 2022-09-27T15:35:51.2624232Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int8 2022-09-27T15:35:51.2640987Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_uint8 2022-09-27T15:35:51.2863779Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int16 2022-09-27T15:35:51.3991210Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int32 2022-09-27T15:35:51.4090769Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_uint8 2022-09-27T15:35:51.5096364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bfloat16 2022-09-27T15:35:51.5107938Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int32 2022-09-27T15:35:51.7785377Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:35:51.7797198Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:35:52.0041707Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int8 2022-09-27T15:35:52.0059584Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex128 2022-09-27T15:35:52.0287405Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex64 2022-09-27T15:35:52.0298134Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int8 2022-09-27T15:35:52.2468447Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_uint8 2022-09-27T15:35:52.2482970Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_uint8 2022-09-27T15:35:52.5924208Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_bfloat16 2022-09-27T15:35:52.5932381Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_bfloat16 2022-09-27T15:35:52.6129287Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:35:52.6146264Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex64 2022-09-27T15:35:52.8088732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float16 2022-09-27T15:35:52.8107162Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:35:53.0942983Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:35:53.0954494Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:35:53.1302913Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int16 2022-09-27T15:35:53.1332094Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bfloat16 2022-09-27T15:35:53.3106371Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bool 2022-09-27T15:35:53.3117652Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int16 2022-09-27T15:35:53.4343576Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int32 2022-09-27T15:35:53.4353475Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float16 2022-09-27T15:35:53.4402243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float32 2022-09-27T15:35:53.4413631Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int32 2022-09-27T15:35:53.6045103Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int64 2022-09-27T15:35:53.6056033Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int64 2022-09-27T15:35:53.8754995Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int8 2022-09-27T15:35:53.8778035Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int8 2022-09-27T15:35:54.0121857Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_uint8 2022-09-27T15:35:54.0136724Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float32 2022-09-27T15:35:54.0262389Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float64 2022-09-27T15:35:54.0305799Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_uint8 2022-09-27T15:35:54.1415115Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_bfloat16 2022-09-27T15:35:54.1423518Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_bfloat16 2022-09-27T15:35:54.2415606Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex128 2022-09-27T15:35:54.2428506Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex128 2022-09-27T15:35:54.3407860Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex64 2022-09-27T15:35:54.3438889Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex64 2022-09-27T15:35:54.4298057Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float16 2022-09-27T15:35:54.4309120Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float64 2022-09-27T15:35:54.4481927Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int16 2022-09-27T15:35:54.4496474Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float16 2022-09-27T15:35:54.4698468Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float32 2022-09-27T15:35:54.4709317Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bool 2022-09-27T15:35:54.5410853Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float16 2022-09-27T15:35:54.5420679Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float32 2022-09-27T15:35:54.6423713Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float64 2022-09-27T15:35:54.6430893Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float64 2022-09-27T15:35:54.6437652Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bfloat16 2022-09-27T15:35:54.6827584Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bfloat16 2022-09-27T15:35:54.6876574Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bool 2022-09-27T15:35:54.7022852Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bool 2022-09-27T15:35:54.7029840Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int16 2022-09-27T15:35:54.7262636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int32 2022-09-27T15:35:54.7295200Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex128 2022-09-27T15:35:54.7743419Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex128 2022-09-27T15:35:54.7782109Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex32 2022-09-27T15:35:54.8184193Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex32 2022-09-27T15:35:54.8229115Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex64 2022-09-27T15:35:54.8649668Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex64 2022-09-27T15:35:54.8670646Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float16 2022-09-27T15:35:54.9068627Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float16 2022-09-27T15:35:54.9117614Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float32 2022-09-27T15:35:54.9543595Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float32 2022-09-27T15:35:54.9565790Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float64 2022-09-27T15:35:54.9945419Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float64 2022-09-27T15:35:54.9959900Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int16 2022-09-27T15:35:54.9966750Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float32 2022-09-27T15:35:54.9981004Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float64 2022-09-27T15:35:55.0065219Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int16 2022-09-27T15:35:55.0074673Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int32 2022-09-27T15:35:55.0383573Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int64 2022-09-27T15:35:55.0428923Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int32 2022-09-27T15:35:55.0826182Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int32 2022-09-27T15:35:55.0862455Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int64 2022-09-27T15:35:55.1264340Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int64 2022-09-27T15:35:55.1309429Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int8 2022-09-27T15:35:55.1704758Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int8 2022-09-27T15:35:55.1749661Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_uint8 2022-09-27T15:35:55.2147464Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_uint8 2022-09-27T15:35:55.3229114Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bfloat16 2022-09-27T15:35:55.3243227Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bfloat16 2022-09-27T15:35:55.3363925Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bool 2022-09-27T15:35:55.3381192Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int64 2022-09-27T15:35:55.3650159Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int8 2022-09-27T15:35:55.3703633Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bool 2022-09-27T15:35:55.4439483Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex128 2022-09-27T15:35:55.4467452Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex128 2022-09-27T15:35:55.6097199Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex32 2022-09-27T15:35:55.6108466Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex32 2022-09-27T15:35:55.6891793Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex64 2022-09-27T15:35:55.6916938Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex64 2022-09-27T15:35:55.7535789Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float16 2022-09-27T15:35:55.7628167Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float16 2022-09-27T15:35:55.8451565Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float32 2022-09-27T15:35:55.8523778Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float32 2022-09-27T15:35:55.9293079Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float64 2022-09-27T15:35:55.9360152Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int8 2022-09-27T15:35:55.9403890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_uint8 2022-09-27T15:35:55.9426756Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float64 2022-09-27T15:35:55.9848358Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int16 2022-09-27T15:35:55.9867071Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int16 2022-09-27T15:35:56.0738557Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int32 2022-09-27T15:35:56.0768806Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int32 2022-09-27T15:35:56.1431808Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int64 2022-09-27T15:35:56.1459921Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int64 2022-09-27T15:35:56.2011173Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int8 2022-09-27T15:35:56.2023917Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int8 2022-09-27T15:35:56.2115687Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_uint8 2022-09-27T15:35:56.2131502Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float16 2022-09-27T15:35:56.2491572Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float32 2022-09-27T15:35:56.2504588Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_uint8 2022-09-27T15:35:56.4233709Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_bfloat16 2022-09-27T15:35:56.4247596Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_bfloat16 2022-09-27T15:35:56.4891696Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex128 2022-09-27T15:35:56.4901795Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_uint8 2022-09-27T15:35:56.6684029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_bfloat16 2022-09-27T15:35:56.6697590Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_bfloat16 2022-09-27T15:35:56.7261814Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex128 2022-09-27T15:35:56.7282467Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex128 2022-09-27T15:35:56.9040267Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex32 2022-09-27T15:35:56.9070728Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex128 2022-09-27T15:35:57.2041045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex32 2022-09-27T15:35:57.2056931Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex32 2022-09-27T15:35:57.4940855Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex64 2022-09-27T15:35:57.4960187Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex32 2022-09-27T15:35:57.5189155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex64 2022-09-27T15:35:57.5206454Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float32 2022-09-27T15:35:57.5917049Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float64 2022-09-27T15:35:57.5921998Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex64 2022-09-27T15:35:57.7161179Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float16 2022-09-27T15:35:57.7208222Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex64 2022-09-27T15:35:57.8241202Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float16 2022-09-27T15:35:57.8294288Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float16 2022-09-27T15:35:57.9923169Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float32 2022-09-27T15:35:57.9938052Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float32 2022-09-27T15:35:58.0482415Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float64 2022-09-27T15:35:58.0494694Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float16 2022-09-27T15:35:58.2058110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float32 2022-09-27T15:35:58.2074950Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float32 2022-09-27T15:35:58.2089697Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float64 2022-09-27T15:35:58.2099826Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float64 2022-09-27T15:35:58.3040301Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int16 2022-09-27T15:35:58.3162543Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int16 2022-09-27T15:35:58.4342357Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int32 2022-09-27T15:35:58.4351441Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int32 2022-09-27T15:35:58.4469762Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int64 2022-09-27T15:35:58.4503389Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float64 2022-09-27T15:35:58.5092179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int16 2022-09-27T15:35:58.5099525Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int64 2022-09-27T15:35:58.5907671Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int8 2022-09-27T15:35:58.5914876Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int16 2022-09-27T15:35:58.6410148Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int32 2022-09-27T15:35:58.6428537Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int8 2022-09-27T15:35:58.6902690Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_uint8 2022-09-27T15:35:58.6923106Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int32 2022-09-27T15:35:58.7311712Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int64 2022-09-27T15:35:58.7322218Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_uint8 2022-09-27T15:35:58.8691204Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_bfloat16 2022-09-27T15:35:58.8716114Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int64 2022-09-27T15:35:58.9084465Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int8 2022-09-27T15:35:58.9109220Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float64 2022-09-27T15:35:58.9832830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int16 2022-09-27T15:35:58.9845588Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int8 2022-09-27T15:35:59.1183050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_uint8 2022-09-27T15:35:59.1195257Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_uint8 2022-09-27T15:35:59.1303285Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bfloat16 2022-09-27T15:35:59.1323246Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bfloat16 2022-09-27T15:35:59.1330608Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_bfloat16 2022-09-27T15:35:59.1622175Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex128 2022-09-27T15:35:59.1685214Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bool 2022-09-27T15:35:59.2071519Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bool 2022-09-27T15:35:59.2196512Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex128 2022-09-27T15:35:59.2504475Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex128 2022-09-27T15:35:59.2582386Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex32 2022-09-27T15:35:59.2943920Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex32 2022-09-27T15:35:59.3018076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex64 2022-09-27T15:35:59.3388848Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex64 2022-09-27T15:35:59.3481888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float16 2022-09-27T15:35:59.3595816Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float16 2022-09-27T15:35:59.3608234Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float64 2022-09-27T15:35:59.3824926Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int16 2022-09-27T15:35:59.3895376Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float32 2022-09-27T15:35:59.4267190Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float32 2022-09-27T15:35:59.4420048Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float64 2022-09-27T15:35:59.4705968Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float64 2022-09-27T15:35:59.4803881Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int16 2022-09-27T15:35:59.5149149Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int16 2022-09-27T15:35:59.5246477Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int32 2022-09-27T15:35:59.5587927Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int32 2022-09-27T15:35:59.5670187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int64 2022-09-27T15:35:59.6026053Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int64 2022-09-27T15:35:59.6119694Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int8 2022-09-27T15:35:59.6499350Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int8 2022-09-27T15:35:59.6559117Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_uint8 2022-09-27T15:35:59.6925021Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_uint8 2022-09-27T15:35:59.7003575Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bfloat16 2022-09-27T15:35:59.7349235Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bfloat16 2022-09-27T15:35:59.7445388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bool 2022-09-27T15:35:59.7905191Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bool 2022-09-27T15:35:59.7910149Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex128 2022-09-27T15:35:59.8269106Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex128 2022-09-27T15:35:59.8355443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex32 2022-09-27T15:35:59.8707922Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex32 2022-09-27T15:35:59.8799048Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex64 2022-09-27T15:35:59.9062558Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex64 2022-09-27T15:35:59.9072578Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex128 2022-09-27T15:35:59.9145212Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex64 2022-09-27T15:35:59.9221107Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float16 2022-09-27T15:35:59.9609978Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float16 2022-09-27T15:35:59.9782220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float32 2022-09-27T15:36:00.0027900Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float32 2022-09-27T15:36:00.0114195Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float64 2022-09-27T15:36:00.0465386Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float64 2022-09-27T15:36:00.0547686Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int16 2022-09-27T15:36:00.0949024Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int16 2022-09-27T15:36:00.1032905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int32 2022-09-27T15:36:00.1423943Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int32 2022-09-27T15:36:00.1502139Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int64 2022-09-27T15:36:00.1864071Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int64 2022-09-27T15:36:00.1937361Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int8 2022-09-27T15:36:00.2345164Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int8 2022-09-27T15:36:00.2426490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_uint8 2022-09-27T15:36:00.2523476Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_uint8 2022-09-27T15:36:00.2532747Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int16 2022-09-27T15:36:00.2749574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int32 2022-09-27T15:36:00.2859274Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bfloat16 2022-09-27T15:36:00.3184717Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bfloat16 2022-09-27T15:36:00.3278011Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bool 2022-09-27T15:36:00.3299573Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int16 2022-09-27T15:36:00.3302554Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bool 2022-09-27T15:36:00.3629091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int32 2022-09-27T15:36:00.3755043Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex128 2022-09-27T15:36:00.4108941Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex128 2022-09-27T15:36:00.4231948Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex32 2022-09-27T15:36:00.4552407Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex32 2022-09-27T15:36:00.4649246Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex64 2022-09-27T15:36:00.4986799Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex64 2022-09-27T15:36:00.5110148Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float16 2022-09-27T15:36:00.5467319Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float16 2022-09-27T15:36:00.5574926Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float32 2022-09-27T15:36:00.5869111Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float32 2022-09-27T15:36:00.5884191Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex64 2022-09-27T15:36:00.5905738Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float16 2022-09-27T15:36:00.6016552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float64 2022-09-27T15:36:00.6375717Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float64 2022-09-27T15:36:00.6465596Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int16 2022-09-27T15:36:00.6786221Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int16 2022-09-27T15:36:00.6889832Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int32 2022-09-27T15:36:00.7301662Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int32 2022-09-27T15:36:00.7360874Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int64 2022-09-27T15:36:00.7666061Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int64 2022-09-27T15:36:00.7770033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int8 2022-09-27T15:36:00.8105255Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int8 2022-09-27T15:36:00.8183062Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_uint8 2022-09-27T15:36:00.8548082Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_uint8 2022-09-27T15:36:00.8641402Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bfloat16 2022-09-27T15:36:00.8992003Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bfloat16 2022-09-27T15:36:00.9131398Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bool 2022-09-27T15:36:00.9467962Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bool 2022-09-27T15:36:00.9555160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex128 2022-09-27T15:36:00.9906380Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex128 2022-09-27T15:36:00.9983442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex32 2022-09-27T15:36:01.0344348Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex32 2022-09-27T15:36:01.0419456Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex64 2022-09-27T15:36:01.0824177Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex64 2022-09-27T15:36:01.0897900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float16 2022-09-27T15:36:01.1268480Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float16 2022-09-27T15:36:01.1361694Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float32 2022-09-27T15:36:01.1369434Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float16 2022-09-27T15:36:01.1383393Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float32 2022-09-27T15:36:01.1707599Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float32 2022-09-27T15:36:01.1797873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float64 2022-09-27T15:36:01.2180653Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float64 2022-09-27T15:36:01.2235483Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int16 2022-09-27T15:36:01.2620209Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int16 2022-09-27T15:36:01.2664118Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int32 2022-09-27T15:36:01.3029085Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int32 2022-09-27T15:36:01.3056082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int64 2022-09-27T15:36:01.3065740Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int32 2022-09-27T15:36:01.3114420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int64 2022-09-27T15:36:01.3465134Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int64 2022-09-27T15:36:01.3570699Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int8 2022-09-27T15:36:01.3808808Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int8 2022-09-27T15:36:01.3815924Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float32 2022-09-27T15:36:01.3904589Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float64 2022-09-27T15:36:01.3977061Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_uint8 2022-09-27T15:36:01.4452706Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_uint8 2022-09-27T15:36:01.4453215Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bfloat16 2022-09-27T15:36:01.4786565Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bfloat16 2022-09-27T15:36:01.4870800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bool 2022-09-27T15:36:01.5231459Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bool 2022-09-27T15:36:01.5335889Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex128 2022-09-27T15:36:01.5425924Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex128 2022-09-27T15:36:01.5440801Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int32 2022-09-27T15:36:01.5668723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int64 2022-09-27T15:36:01.5765311Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex32 2022-09-27T15:36:01.6183812Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex32 2022-09-27T15:36:01.6222181Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex64 2022-09-27T15:36:01.6559467Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex64 2022-09-27T15:36:01.6651872Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float16 2022-09-27T15:36:01.6675309Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float16 2022-09-27T15:36:01.6689349Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float64 2022-09-27T15:36:01.6986743Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int16 2022-09-27T15:36:01.7068410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float32 2022-09-27T15:36:01.7427810Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float32 2022-09-27T15:36:01.7508916Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float64 2022-09-27T15:36:01.7869380Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float64 2022-09-27T15:36:01.7966932Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int16 2022-09-27T15:36:01.8306780Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int16 2022-09-27T15:36:01.8398705Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int32 2022-09-27T15:36:01.8787379Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int32 2022-09-27T15:36:01.8879209Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int64 2022-09-27T15:36:01.9227129Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int64 2022-09-27T15:36:01.9314375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int8 2022-09-27T15:36:01.9621841Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int8 2022-09-27T15:36:01.9630454Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int16 2022-09-27T15:36:01.9663121Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int32 2022-09-27T15:36:01.9730700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_uint8 2022-09-27T15:36:02.0107216Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_uint8 2022-09-27T15:36:02.3320835Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_bfloat16 2022-09-27T15:36:02.3416755Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int32 2022-09-27T15:36:02.5304854Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int64 2022-09-27T15:36:02.5331606Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int64 2022-09-27T15:36:02.6971405Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int8 2022-09-27T15:36:02.6984219Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int64 2022-09-27T15:36:02.8521944Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int8 2022-09-27T15:36:02.8629110Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_bfloat16 2022-09-27T15:36:03.0323612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float32 2022-09-27T15:36:03.0352277Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int64 2022-09-27T15:36:03.1480586Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int8 2022-09-27T15:36:03.1505134Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int8 2022-09-27T15:36:03.4802709Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_uint8 2022-09-27T15:36:03.4820258Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float32 2022-09-27T15:36:03.5034616Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float64 2022-09-27T15:36:03.5044491Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_uint8 2022-09-27T15:36:03.5356350Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_bool 2022-09-27T15:36:03.5467635Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_bool 2022-09-27T15:36:03.5944128Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex128 2022-09-27T15:36:03.5952817Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex128 2022-09-27T15:36:03.6376757Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex64 2022-09-27T15:36:03.6386169Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex64 2022-09-27T15:36:03.6954168Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float32 2022-09-27T15:36:03.6965431Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float32 2022-09-27T15:36:03.7054595Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float64 2022-09-27T15:36:03.7065202Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int8 2022-09-27T15:36:03.7448621Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_uint8 2022-09-27T15:36:03.7459997Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float64 2022-09-27T15:36:03.7901571Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int16 2022-09-27T15:36:03.7910595Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int16 2022-09-27T15:36:03.8220940Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int32 2022-09-27T15:36:03.8346134Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int32 2022-09-27T15:36:03.8377217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float16 2022-09-27T15:36:03.8427299Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float16 2022-09-27T15:36:03.8442088Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float64 2022-09-27T15:36:03.8836060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_bfloat16 2022-09-27T15:36:03.8836590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float32 2022-09-27T15:36:03.9265401Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float32 2022-09-27T15:36:03.9265968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float64 2022-09-27T15:36:03.9703651Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float64 2022-09-27T15:36:03.9711545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int16 2022-09-27T15:36:04.0177360Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int16 2022-09-27T15:36:04.0186021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int32 2022-09-27T15:36:04.0635480Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int32 2022-09-27T15:36:04.0688777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int64 2022-09-27T15:36:04.1074410Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int64 2022-09-27T15:36:04.1096358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int8 2022-09-27T15:36:04.1383175Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int8 2022-09-27T15:36:04.1397666Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_bfloat16 2022-09-27T15:36:04.1544807Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float32 2022-09-27T15:36:04.1545428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_uint8 2022-09-27T15:36:04.1640910Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_uint8 2022-09-27T15:36:04.1648763Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_uint8 2022-09-27T15:36:04.1975510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bfloat16 2022-09-27T15:36:04.1983057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:04.2388366Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:04.2423714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bool 2022-09-27T15:36:04.2775746Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bool 2022-09-27T15:36:04.2783124Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float32 2022-09-27T15:36:04.2861800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float64 2022-09-27T15:36:04.2869058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float16 2022-09-27T15:36:04.3269042Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float16 2022-09-27T15:36:04.3301752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float32 2022-09-27T15:36:04.3708141Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float32 2022-09-27T15:36:04.3736452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float64 2022-09-27T15:36:04.4149625Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float64 2022-09-27T15:36:04.4178226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int16 2022-09-27T15:36:04.4389570Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int16 2022-09-27T15:36:04.4402085Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float64 2022-09-27T15:36:04.4584477Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_bfloat16 2022-09-27T15:36:04.4617248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int32 2022-09-27T15:36:04.4687003Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int32 2022-09-27T15:36:04.4697391Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int8 2022-09-27T15:36:04.4952904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_uint8 2022-09-27T15:36:04.4965262Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_bfloat16 2022-09-27T15:36:04.5026157Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:36:04.5061886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int64 2022-09-27T15:36:04.5264606Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int64 2022-09-27T15:36:04.5383329Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:36:04.5490743Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:36:04.5501219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int8 2022-09-27T15:36:04.5662164Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int8 2022-09-27T15:36:04.5822763Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:36:04.5902355Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_bfloat16 2022-09-27T15:36:04.5928848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_uint8 2022-09-27T15:36:04.6391705Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_uint8 2022-09-27T15:36:04.6427949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bfloat16 2022-09-27T15:36:04.6825949Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bfloat16 2022-09-27T15:36:04.6851392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bool 2022-09-27T15:36:04.7156894Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bool 2022-09-27T15:36:04.7168521Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bfloat16 2022-09-27T15:36:04.7265282Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bool 2022-09-27T15:36:04.7294974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float16 2022-09-27T15:36:04.7703977Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float16 2022-09-27T15:36:04.7734736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float32 2022-09-27T15:36:04.8188829Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float32 2022-09-27T15:36:04.8189531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float64 2022-09-27T15:36:04.8587470Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float64 2022-09-27T15:36:04.8613315Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_bfloat16 2022-09-27T15:36:04.8615351Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float32 2022-09-27T15:36:04.8633066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int16 2022-09-27T15:36:04.9027696Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int16 2022-09-27T15:36:04.9074954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int32 2022-09-27T15:36:04.9470639Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int32 2022-09-27T15:36:04.9532598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int64 2022-09-27T15:36:04.9940548Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int64 2022-09-27T15:36:04.9941100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int8 2022-09-27T15:36:05.0348365Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int8 2022-09-27T15:36:05.0384113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_uint8 2022-09-27T15:36:05.0537124Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_uint8 2022-09-27T15:36:05.0553158Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bool 2022-09-27T15:36:05.0611860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float16 2022-09-27T15:36:05.0620395Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float32 2022-09-27T15:36:05.0788264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float64 2022-09-27T15:36:05.0835651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:05.1226452Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:05.1252917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bool 2022-09-27T15:36:05.1667296Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bool 2022-09-27T15:36:05.1703707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float16 2022-09-27T15:36:05.2190281Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float16 2022-09-27T15:36:05.2191338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float32 2022-09-27T15:36:05.2366594Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float32 2022-09-27T15:36:05.2390559Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float64 2022-09-27T15:36:05.2584602Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_bfloat16 2022-09-27T15:36:05.2627234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float64 2022-09-27T15:36:05.2696917Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float64 2022-09-27T15:36:05.2862376Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_bfloat16 2022-09-27T15:36:05.3023427Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:36:05.3039309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int16 2022-09-27T15:36:05.3053194Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:36:05.3301902Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int16 2022-09-27T15:36:05.3494552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:36:05.3499463Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:36:05.3503113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int32 2022-09-27T15:36:05.3742234Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int32 2022-09-27T15:36:05.3903074Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_bfloat16 2022-09-27T15:36:05.3924705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int64 2022-09-27T15:36:05.4344010Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int64 2022-09-27T15:36:05.4367330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int8 2022-09-27T15:36:05.4787862Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int8 2022-09-27T15:36:05.4814528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_uint8 2022-09-27T15:36:05.5141240Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_uint8 2022-09-27T15:36:05.5147904Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_bfloat16 2022-09-27T15:36:05.5263419Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float32 2022-09-27T15:36:05.5292975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bfloat16 2022-09-27T15:36:05.5501604Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bfloat16 2022-09-27T15:36:05.5509293Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_uint8 2022-09-27T15:36:05.5703215Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bfloat16 2022-09-27T15:36:05.5731829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bool 2022-09-27T15:36:05.5804070Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bool 2022-09-27T15:36:05.5812618Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float32 2022-09-27T15:36:05.6144669Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float64 2022-09-27T15:36:05.6172523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex128 2022-09-27T15:36:05.6474435Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex128 2022-09-27T15:36:05.6499769Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float64 2022-09-27T15:36:05.6586661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_bfloat16 2022-09-27T15:36:05.6618236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex32 2022-09-27T15:36:05.7028252Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex32 2022-09-27T15:36:05.7062857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex64 2022-09-27T15:36:05.7172919Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex64 2022-09-27T15:36:05.7181998Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bfloat16 2022-09-27T15:36:05.7276471Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bool 2022-09-27T15:36:05.7286805Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float16 2022-09-27T15:36:05.7526135Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float32 2022-09-27T15:36:05.7542169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float16 2022-09-27T15:36:05.7956197Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float16 2022-09-27T15:36:05.7983152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float32 2022-09-27T15:36:05.8389896Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float32 2022-09-27T15:36:05.8416041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float64 2022-09-27T15:36:05.8670494Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float64 2022-09-27T15:36:05.8680773Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_bfloat16 2022-09-27T15:36:05.8853841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:36:05.8862374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int16 2022-09-27T15:36:05.9225954Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int16 2022-09-27T15:36:05.9236065Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bool 2022-09-27T15:36:05.9265825Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex128 2022-09-27T15:36:05.9293103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int32 2022-09-27T15:36:05.9781822Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int32 2022-09-27T15:36:05.9791094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int64 2022-09-27T15:36:06.0259625Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int64 2022-09-27T15:36:06.0260167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int8 2022-09-27T15:36:06.0743967Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int8 2022-09-27T15:36:06.0745217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_uint8 2022-09-27T15:36:06.0820687Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_uint8 2022-09-27T15:36:06.0831703Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float32 2022-09-27T15:36:06.0927721Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float64 2022-09-27T15:36:06.0939942Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:36:06.1145352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:36:06.1175914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:06.1588167Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:06.1618521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bool 2022-09-27T15:36:06.2028319Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bool 2022-09-27T15:36:06.2070507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex128 2022-09-27T15:36:06.2538072Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex128 2022-09-27T15:36:06.2542455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex32 2022-09-27T15:36:06.2980348Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex32 2022-09-27T15:36:06.2993693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex64 2022-09-27T15:36:06.3463085Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex64 2022-09-27T15:36:06.3467275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float16 2022-09-27T15:36:06.3908353Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float16 2022-09-27T15:36:06.3920115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float32 2022-09-27T15:36:06.3966946Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float32 2022-09-27T15:36:06.3976533Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:36:06.4154618Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_bfloat16 2022-09-27T15:36:06.4165075Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex128 2022-09-27T15:36:06.4332243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex64 2022-09-27T15:36:06.4333079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float64 2022-09-27T15:36:06.4825523Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float64 2022-09-27T15:36:06.4826191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int16 2022-09-27T15:36:06.5266465Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int16 2022-09-27T15:36:06.5295656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int32 2022-09-27T15:36:06.5357535Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int32 2022-09-27T15:36:06.5368587Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float64 2022-09-27T15:36:06.5770149Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int16 2022-09-27T15:36:06.5775048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int64 2022-09-27T15:36:06.6216506Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int64 2022-09-27T15:36:06.6221878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int8 2022-09-27T15:36:06.6665304Z [gw3] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int8 2022-09-27T15:36:06.6666070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_uint8 2022-09-27T15:36:06.7000358Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_uint8 2022-09-27T15:36:06.7009940Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_bfloat16 2022-09-27T15:36:06.7103364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:36:06.7146510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int16 2022-09-27T15:36:06.7175799Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int16 2022-09-27T15:36:06.7183885Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex64 2022-09-27T15:36:06.7578584Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float32 2022-09-27T15:36:06.7584232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int32 2022-09-27T15:36:06.8067946Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int32 2022-09-27T15:36:06.8079647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int64 2022-09-27T15:36:06.8309897Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int64 2022-09-27T15:36:06.8355155Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:36:06.8424388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:36:06.8457195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int8 2022-09-27T15:36:06.8521942Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int8 2022-09-27T15:36:06.8538572Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float32 2022-09-27T15:36:06.8866412Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float64 2022-09-27T15:36:06.8901720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_uint8 2022-09-27T15:36:06.9340579Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_uint8 2022-09-27T15:36:06.9347852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int16 2022-09-27T15:36:06.9745906Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int16 2022-09-27T15:36:06.9778987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int32 2022-09-27T15:36:06.9851335Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int32 2022-09-27T15:36:06.9862980Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int16 2022-09-27T15:36:06.9966639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int32 2022-09-27T15:36:06.9974453Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:36:07.0113755Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int16 2022-09-27T15:36:07.0121365Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float64 2022-09-27T15:36:07.0184369Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int16 2022-09-27T15:36:07.0225723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int64 2022-09-27T15:36:07.0659066Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int64 2022-09-27T15:36:07.0664466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int8 2022-09-27T15:36:07.0987244Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int8 2022-09-27T15:36:07.1053078Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int16 2022-09-27T15:36:07.1065623Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int32 2022-09-27T15:36:07.1097227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_uint8 2022-09-27T15:36:07.1542593Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_uint8 2022-09-27T15:36:07.1543303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bfloat16 2022-09-27T15:36:07.1992534Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bfloat16 2022-09-27T15:36:07.1993171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bool 2022-09-27T15:36:07.2015625Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bool 2022-09-27T15:36:07.2016539Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int32 2022-09-27T15:36:07.2077865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int64 2022-09-27T15:36:07.2089393Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int16 2022-09-27T15:36:07.2458904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int32 2022-09-27T15:36:07.2460787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float16 2022-09-27T15:36:07.2867433Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float16 2022-09-27T15:36:07.2895937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float32 2022-09-27T15:36:07.3134574Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float32 2022-09-27T15:36:07.3141949Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int32 2022-09-27T15:36:07.3305868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int64 2022-09-27T15:36:07.3335819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float64 2022-09-27T15:36:07.3353523Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float64 2022-09-27T15:36:07.3359988Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int64 2022-09-27T15:36:07.3746000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int8 2022-09-27T15:36:07.3771174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int16 2022-09-27T15:36:07.3787763Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int16 2022-09-27T15:36:07.3874053Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int32 2022-09-27T15:36:07.4227118Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int64 2022-09-27T15:36:07.4235516Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int8 2022-09-27T15:36:07.4239626Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-09-27T15:36:07.4263621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int32 2022-09-27T15:36:07.4698634Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int32 2022-09-27T15:36:07.4704054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int64 2022-09-27T15:36:07.5105905Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int64 2022-09-27T15:36:07.5137266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int8 2022-09-27T15:36:07.5451377Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int8 2022-09-27T15:36:07.5460346Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int64 2022-09-27T15:36:07.5585706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int8 2022-09-27T15:36:07.5619423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_uint8 2022-09-27T15:36:07.6064499Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_uint8 2022-09-27T15:36:07.6090357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:07.6142005Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:07.6152191Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int64 2022-09-27T15:36:07.6506407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int8 2022-09-27T15:36:07.6537777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bool 2022-09-27T15:36:07.6666976Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bool 2022-09-27T15:36:07.6677656Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int8 2022-09-27T15:36:07.6944665Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_uint8 2022-09-27T15:36:07.6979135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float16 2022-09-27T15:36:07.7365306Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float16 2022-09-27T15:36:07.7376593Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-09-27T15:36:07.7390246Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:36:07.7435728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float32 2022-09-27T15:36:07.7869432Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float32 2022-09-27T15:36:07.7907005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float64 2022-09-27T15:36:07.8104001Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float64 2022-09-27T15:36:07.8114806Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_uint8 2022-09-27T15:36:07.8307777Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bfloat16 2022-09-27T15:36:07.8340799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int16 2022-09-27T15:36:07.8747029Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int16 2022-09-27T15:36:07.8767230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int32 2022-09-27T15:36:07.8871977Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int32 2022-09-27T15:36:07.8880341Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int8 2022-09-27T15:36:07.9185503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_uint8 2022-09-27T15:36:07.9211347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int64 2022-09-27T15:36:07.9240635Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int64 2022-09-27T15:36:07.9255360Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:36:07.9704289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:36:07.9711085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int8 2022-09-27T15:36:08.0105610Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int8 2022-09-27T15:36:08.0136541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_uint8 2022-09-27T15:36:08.0268948Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_uint8 2022-09-27T15:36:08.0277903Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bfloat16 2022-09-27T15:36:08.0545217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bool 2022-09-27T15:36:08.0577315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bfloat16 2022-09-27T15:36:08.1021593Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bfloat16 2022-09-27T15:36:08.1026780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bool 2022-09-27T15:36:08.1044712Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bool 2022-09-27T15:36:08.1056810Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:36:08.1417241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_bfloat16 2022-09-27T15:36:08.1425756Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_bfloat16 2022-09-27T15:36:08.1454265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float32 2022-09-27T15:36:08.1464075Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float32 2022-09-27T15:36:08.1596619Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:36:08.1605946Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_uint8 2022-09-27T15:36:08.1770923Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bfloat16 2022-09-27T15:36:08.1863718Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:36:08.1893348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float64 2022-09-27T15:36:08.1903758Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float64 2022-09-27T15:36:08.2164087Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:36:08.2174559Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bool 2022-09-27T15:36:08.2208951Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex128 2022-09-27T15:36:08.2303517Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:36:08.2333295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int16 2022-09-27T15:36:08.2345831Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int16 2022-09-27T15:36:08.2880447Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float16 2022-09-27T15:36:08.2893703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int32 2022-09-27T15:36:08.2905554Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int32 2022-09-27T15:36:08.2918603Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float16 2022-09-27T15:36:08.3126416Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:36:08.3186517Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:36:08.3217847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int64 2022-09-27T15:36:08.3303908Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int64 2022-09-27T15:36:08.3528119Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:36:08.3626746Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:36:08.3665176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int8 2022-09-27T15:36:08.3744879Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int8 2022-09-27T15:36:08.3851406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_bfloat16 2022-09-27T15:36:08.4065992Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_bfloat16 2022-09-27T15:36:08.4094579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_uint8 2022-09-27T15:36:08.4189363Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_uint8 2022-09-27T15:36:08.4353689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:36:08.4504404Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:36:08.4534668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:08.4630513Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:08.4800086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:36:08.4945617Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:36:08.4972369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bool 2022-09-27T15:36:08.5063124Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bool 2022-09-27T15:36:08.5299909Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-09-27T15:36:08.5310518Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex128 2022-09-27T15:36:08.5383505Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex64 2022-09-27T15:36:08.5409339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float32 2022-09-27T15:36:08.5500921Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float32 2022-09-27T15:36:08.5513749Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-09-27T15:36:08.5687062Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:36:08.5824955Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:36:08.5855627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float64 2022-09-27T15:36:08.5943132Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float64 2022-09-27T15:36:08.6075334Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:36:08.6262926Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:36:08.6290281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int16 2022-09-27T15:36:08.6406221Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int16 2022-09-27T15:36:08.6707605Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-09-27T15:36:08.6738863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int32 2022-09-27T15:36:08.7144448Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int32 2022-09-27T15:36:08.7166774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int64 2022-09-27T15:36:08.7293763Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int64 2022-09-27T15:36:08.7302011Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bfloat16 2022-09-27T15:36:08.7627535Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bool 2022-09-27T15:36:08.7665901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int8 2022-09-27T15:36:08.7948613Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int8 2022-09-27T15:36:08.7955903Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex64 2022-09-27T15:36:08.8062548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float32 2022-09-27T15:36:08.8089908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_uint8 2022-09-27T15:36:08.8529763Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_uint8 2022-09-27T15:36:08.8540065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_bfloat16 2022-09-27T15:36:08.8959856Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_bfloat16 2022-09-27T15:36:08.8978221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex128 2022-09-27T15:36:08.9174680Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex128 2022-09-27T15:36:08.9189382Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float32 2022-09-27T15:36:08.9455925Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float64 2022-09-27T15:36:08.9457072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex64 2022-09-27T15:36:08.9867465Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex64 2022-09-27T15:36:08.9912118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float16 2022-09-27T15:36:08.9929340Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float16 2022-09-27T15:36:08.9940126Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bool 2022-09-27T15:36:09.0308625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float16 2022-09-27T15:36:09.0350871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float32 2022-09-27T15:36:09.0455593Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float32 2022-09-27T15:36:09.0463406Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float64 2022-09-27T15:36:09.0745995Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int16 2022-09-27T15:36:09.0776295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float64 2022-09-27T15:36:09.1187702Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float64 2022-09-27T15:36:09.1218172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:09.1626551Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:09.1653691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:36:09.1738668Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:36:09.1745687Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int16 2022-09-27T15:36:09.2063855Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int32 2022-09-27T15:36:09.2095688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:36:09.2511731Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:36:09.2535515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float16 2022-09-27T15:36:09.2702579Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float16 2022-09-27T15:36:09.2716086Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-09-27T15:36:09.2944648Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:36:09.2973220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float32 2022-09-27T15:36:09.3102084Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float32 2022-09-27T15:36:09.3110175Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int32 2022-09-27T15:36:09.3388165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int64 2022-09-27T15:36:09.3424962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float64 2022-09-27T15:36:09.3862357Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float64 2022-09-27T15:36:09.3864674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_bfloat16 2022-09-27T15:36:09.4304634Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_bfloat16 2022-09-27T15:36:09.4329790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex128 2022-09-27T15:36:09.4706289Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex128 2022-09-27T15:36:09.4729155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex64 2022-09-27T15:36:09.4771529Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex64 2022-09-27T15:36:09.4780090Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int64 2022-09-27T15:36:09.5143187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int8 2022-09-27T15:36:09.5174364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float16 2022-09-27T15:36:09.5584131Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float16 2022-09-27T15:36:09.5616164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float32 2022-09-27T15:36:09.5621319Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:36:09.5630881Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float32 2022-09-27T15:36:09.6026516Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:36:09.6058203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float64 2022-09-27T15:36:09.6270015Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float64 2022-09-27T15:36:09.6280346Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int8 2022-09-27T15:36:09.6465972Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_uint8 2022-09-27T15:36:09.6498922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:09.6678638Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:09.6688867Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float16 2022-09-27T15:36:09.6906695Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float32 2022-09-27T15:36:09.6945173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:36:09.7348522Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:36:09.7384155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:36:09.7704807Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:36:09.7714695Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_uint8 2022-09-27T15:36:09.7782050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bfloat16 2022-09-27T15:36:09.7801985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float16 2022-09-27T15:36:09.7884348Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float16 2022-09-27T15:36:09.7894506Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:36:09.8223305Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-09-27T15:36:09.8252731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float32 2022-09-27T15:36:09.8696023Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float32 2022-09-27T15:36:09.8727504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float64 2022-09-27T15:36:09.9003127Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float64 2022-09-27T15:36:09.9018180Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bfloat16 2022-09-27T15:36:09.9102653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bool 2022-09-27T15:36:09.9129542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex128 2022-09-27T15:36:09.9303458Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex128 2022-09-27T15:36:09.9313649Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float32 2022-09-27T15:36:09.9544133Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float64 2022-09-27T15:36:09.9570221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex64 2022-09-27T15:36:09.9808130Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex64 2022-09-27T15:36:09.9820020Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bool 2022-09-27T15:36:09.9987192Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex128 2022-09-27T15:36:10.0027583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float32 2022-09-27T15:36:10.0043383Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float32 2022-09-27T15:36:10.0055492Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-09-27T15:36:10.0424000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-09-27T15:36:10.0455339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float64 2022-09-27T15:36:10.0726838Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float64 2022-09-27T15:36:10.0740923Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex128 2022-09-27T15:36:10.0869236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex32 2022-09-27T15:36:10.0898843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex128 2022-09-27T15:36:10.1306128Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex128 2022-09-27T15:36:10.1335635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex64 2022-09-27T15:36:10.1707527Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex64 2022-09-27T15:36:10.1716020Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex32 2022-09-27T15:36:10.1742405Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex64 2022-09-27T15:36:10.1764950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float32 2022-09-27T15:36:10.1892576Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float32 2022-09-27T15:36:10.1902172Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float64 2022-09-27T15:36:10.2162217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int16 2022-09-27T15:36:10.2172065Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-09-27T15:36:10.2182581Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:36:10.2208956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float64 2022-09-27T15:36:10.2626111Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float64 2022-09-27T15:36:10.2665802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex128 2022-09-27T15:36:10.2802751Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex128 2022-09-27T15:36:10.2811932Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex64 2022-09-27T15:36:10.3062803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float16 2022-09-27T15:36:10.3090425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex64 2022-09-27T15:36:10.3505190Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex64 2022-09-27T15:36:10.3532812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float32 2022-09-27T15:36:10.3790157Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float32 2022-09-27T15:36:10.3802591Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float16 2022-09-27T15:36:10.3942793Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float32 2022-09-27T15:36:10.3969758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float64 2022-09-27T15:36:10.4382041Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float64 2022-09-27T15:36:10.4408833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex128 2022-09-27T15:36:10.4501332Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex128 2022-09-27T15:36:10.4510904Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:36:10.4695398Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-09-27T15:36:10.4701538Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int16 2022-09-27T15:36:10.4823720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int32 2022-09-27T15:36:10.4852568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex64 2022-09-27T15:36:10.4900663Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex64 2022-09-27T15:36:10.4909952Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float32 2022-09-27T15:36:10.5296345Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float64 2022-09-27T15:36:10.5298909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float32 2022-09-27T15:36:10.5777700Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float32 2022-09-27T15:36:10.5783902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float64 2022-09-27T15:36:10.6000331Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float64 2022-09-27T15:36:10.6008040Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float64 2022-09-27T15:36:10.6224343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int16 2022-09-27T15:36:10.6253410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_bfloat16 2022-09-27T15:36:10.6667764Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_bfloat16 2022-09-27T15:36:10.6704975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex128 2022-09-27T15:36:10.6855679Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex128 2022-09-27T15:36:10.6866095Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-09-27T15:36:10.6872685Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-09-27T15:36:10.6883442Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int16 2022-09-27T15:36:10.7103474Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int32 2022-09-27T15:36:10.7130464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex64 2022-09-27T15:36:10.7165108Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex64 2022-09-27T15:36:10.7172905Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int32 2022-09-27T15:36:10.7544281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int64 2022-09-27T15:36:10.7570281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float16 2022-09-27T15:36:10.7761319Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float16 2022-09-27T15:36:10.7771186Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int32 2022-09-27T15:36:10.7983639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int64 2022-09-27T15:36:10.8019558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float32 2022-09-27T15:36:10.8431843Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float32 2022-09-27T15:36:10.8466635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float64 2022-09-27T15:36:10.8568469Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float64 2022-09-27T15:36:10.8578201Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int64 2022-09-27T15:36:10.8865162Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int8 2022-09-27T15:36:10.8902425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:10.9142864Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:10.9152995Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-09-27T15:36:10.9460192Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float32 2022-09-27T15:36:10.9474312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:36:10.9595334Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:36:10.9604753Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int8 2022-09-27T15:36:10.9822617Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_uint8 2022-09-27T15:36:10.9844390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:36:11.0265754Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:36:11.0295842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float16 2022-09-27T15:36:11.0311774Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int64 2022-09-27T15:36:11.0317949Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float16 2022-09-27T15:36:11.0497981Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int8 2022-09-27T15:36:11.0507903Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float32 2022-09-27T15:36:11.0589279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float64 2022-09-27T15:36:11.0599101Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_uint8 2022-09-27T15:36:11.0710279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bfloat16 2022-09-27T15:36:11.0739985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float32 2022-09-27T15:36:11.0763805Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float32 2022-09-27T15:36:11.1068350Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bfloat16 2022-09-27T15:36:11.1146639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bool 2022-09-27T15:36:11.1178266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float64 2022-09-27T15:36:11.1246970Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float64 2022-09-27T15:36:11.1507565Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bool 2022-09-27T15:36:11.1612244Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex128 2022-09-27T15:36:11.1613181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_bfloat16 2022-09-27T15:36:11.1782394Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_bfloat16 2022-09-27T15:36:11.1927749Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex128 2022-09-27T15:36:11.1934267Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float64 2022-09-27T15:36:11.1943043Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float16 2022-09-27T15:36:11.2068489Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex32 2022-09-27T15:36:11.2108986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex128 2022-09-27T15:36:11.2127764Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex128 2022-09-27T15:36:11.2181809Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex32 2022-09-27T15:36:11.2342309Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float16 2022-09-27T15:36:11.2382517Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:36:11.2503860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex64 2022-09-27T15:36:11.2530342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex64 2022-09-27T15:36:11.2560252Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex64 2022-09-27T15:36:11.2577614Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex64 2022-09-27T15:36:11.2781467Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:36:11.2821997Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:36:11.2835349Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float16 2022-09-27T15:36:11.2842628Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int8 2022-09-27T15:36:11.2941848Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_uint8 2022-09-27T15:36:11.2963693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float16 2022-09-27T15:36:11.2966065Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:36:11.3055937Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float16 2022-09-27T15:36:11.3222942Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float16 2022-09-27T15:36:11.3262680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_bfloat16 2022-09-27T15:36:11.3315080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float32 2022-09-27T15:36:11.3384080Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_bfloat16 2022-09-27T15:36:11.3415275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float32 2022-09-27T15:36:11.3428373Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float32 2022-09-27T15:36:11.3705262Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float32 2022-09-27T15:36:11.3707637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float64 2022-09-27T15:36:11.3816758Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:36:11.3832221Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:36:11.3870777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float64 2022-09-27T15:36:11.3885367Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float64 2022-09-27T15:36:11.4144398Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float64 2022-09-27T15:36:11.4150520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int16 2022-09-27T15:36:11.4255519Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:36:11.4262737Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:36:11.4289443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int16 2022-09-27T15:36:11.4292128Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int16 2022-09-27T15:36:11.4587451Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int16 2022-09-27T15:36:11.4592125Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int32 2022-09-27T15:36:11.4705113Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float16 2022-09-27T15:36:11.4737244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int32 2022-09-27T15:36:11.4749546Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float16 2022-09-27T15:36:11.4783317Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int32 2022-09-27T15:36:11.5026909Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int32 2022-09-27T15:36:11.5027981Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:36:11.5124661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int64 2022-09-27T15:36:11.5144134Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:36:11.5170139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int64 2022-09-27T15:36:11.5242675Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int64 2022-09-27T15:36:11.5429985Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int64 2022-09-27T15:36:11.5438070Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_uint8 2022-09-27T15:36:11.5464789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_bfloat16 2022-09-27T15:36:11.5465158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:36:11.5559885Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int8 2022-09-27T15:36:11.5582649Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:36:11.5605078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int8 2022-09-27T15:36:11.5692497Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int8 2022-09-27T15:36:11.5906077Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int8 2022-09-27T15:36:11.5906727Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int16 2022-09-27T15:36:11.5999343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_uint8 2022-09-27T15:36:11.6023002Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int16 2022-09-27T15:36:11.6044823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_uint8 2022-09-27T15:36:11.6193057Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_uint8 2022-09-27T15:36:11.6348053Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_uint8 2022-09-27T15:36:11.6348704Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int32 2022-09-27T15:36:11.6468478Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bfloat16 2022-09-27T15:36:11.6472866Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int32 2022-09-27T15:36:11.6496401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:11.6788205Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:11.6891448Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:36:11.6941680Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:36:11.6945467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex128 2022-09-27T15:36:11.7224805Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex128 2022-09-27T15:36:11.7331868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int8 2022-09-27T15:36:11.7382267Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int8 2022-09-27T15:36:11.7387254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex64 2022-09-27T15:36:11.7665189Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex64 2022-09-27T15:36:11.7766195Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_uint8 2022-09-27T15:36:11.7793909Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_uint8 2022-09-27T15:36:11.7822934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float16 2022-09-27T15:36:11.8103346Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float16 2022-09-27T15:36:11.8223175Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:36:11.8258987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float32 2022-09-27T15:36:11.8479066Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float32 2022-09-27T15:36:11.8589358Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:36:11.8701111Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:36:11.8704329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float64 2022-09-27T15:36:11.8971449Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float64 2022-09-27T15:36:11.8988391Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:36:11.9146810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 2022-09-27T15:36:11.9147508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int16 2022-09-27T15:36:11.9582710Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int16 2022-09-27T15:36:11.9583417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int32 2022-09-27T15:36:12.0063279Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int32 2022-09-27T15:36:12.0063820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int64 2022-09-27T15:36:12.0465334Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int64 2022-09-27T15:36:12.0492478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int8 2022-09-27T15:36:12.0937747Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int8 2022-09-27T15:36:12.0947451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_uint8 2022-09-27T15:36:12.1346767Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_uint8 2022-09-27T15:36:12.1379851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bfloat16 2022-09-27T15:36:12.1863860Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bfloat16 2022-09-27T15:36:12.1872612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bool 2022-09-27T15:36:12.2297345Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bool 2022-09-27T15:36:12.2298022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex128 2022-09-27T15:36:12.2714919Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex128 2022-09-27T15:36:12.2734473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex64 2022-09-27T15:36:12.3143981Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex64 2022-09-27T15:36:12.3168570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float32 2022-09-27T15:36:12.3589494Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float32 2022-09-27T15:36:12.3602869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float64 2022-09-27T15:36:12.3614581Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_bfloat16 2022-09-27T15:36:12.3628412Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 2022-09-27T15:36:12.3640564Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float64 2022-09-27T15:36:12.3643478Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float16 2022-09-27T15:36:12.4025916Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:36:12.4054527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int16 2022-09-27T15:36:12.4490281Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int16 2022-09-27T15:36:12.4497602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int32 2022-09-27T15:36:12.4928012Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int32 2022-09-27T15:36:12.4936241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int64 2022-09-27T15:36:12.5365215Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int64 2022-09-27T15:36:12.5376594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int8 2022-09-27T15:36:12.5791411Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int8 2022-09-27T15:36:12.5813966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_uint8 2022-09-27T15:36:12.6224483Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_uint8 2022-09-27T15:36:12.6247641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:12.6665253Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:12.6686383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bool 2022-09-27T15:36:12.7107618Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bool 2022-09-27T15:36:12.7182465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex128 2022-09-27T15:36:12.7185606Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex128 2022-09-27T15:36:12.7196122Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:36:12.7547691Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:36:12.7582000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex64 2022-09-27T15:36:12.7988655Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex64 2022-09-27T15:36:12.8015814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float32 2022-09-27T15:36:12.8429835Z [gw3] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float32 2022-09-27T15:36:12.8462751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float64 2022-09-27T15:36:12.8897393Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float64 2022-09-27T15:36:12.8901064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int16 2022-09-27T15:36:12.9305457Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int16 2022-09-27T15:36:12.9330064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int32 2022-09-27T15:36:12.9752525Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int32 2022-09-27T15:36:12.9775851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int64 2022-09-27T15:36:13.0187055Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int64 2022-09-27T15:36:13.0215919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int8 2022-09-27T15:36:13.0658966Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int8 2022-09-27T15:36:13.0659852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_uint8 2022-09-27T15:36:13.0780177Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_uint8 2022-09-27T15:36:13.0795892Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:36:13.1095173Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int16 2022-09-27T15:36:13.1096088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bfloat16 2022-09-27T15:36:13.1536449Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bfloat16 2022-09-27T15:36:13.1538343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bool 2022-09-27T15:36:13.1945652Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bool 2022-09-27T15:36:13.1982645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float32 2022-09-27T15:36:13.2425498Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float32 2022-09-27T15:36:13.2426895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float64 2022-09-27T15:36:13.2832445Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float64 2022-09-27T15:36:13.2847624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int16 2022-09-27T15:36:13.3264167Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int16 2022-09-27T15:36:13.3291917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int32 2022-09-27T15:36:13.3739521Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int32 2022-09-27T15:36:13.3740013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int64 2022-09-27T15:36:13.4179665Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int64 2022-09-27T15:36:13.4180177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int8 2022-09-27T15:36:13.4657689Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int8 2022-09-27T15:36:13.4662109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_uint8 2022-09-27T15:36:13.5099573Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_uint8 2022-09-27T15:36:13.5102229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:13.5141843Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:13.5154991Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int16 2022-09-27T15:36:13.5536067Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int32 2022-09-27T15:36:13.5540879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bool 2022-09-27T15:36:13.5948036Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bool 2022-09-27T15:36:13.5976304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float32 2022-09-27T15:36:13.6386774Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float32 2022-09-27T15:36:13.6411785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float64 2022-09-27T15:36:13.6465979Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float64 2022-09-27T15:36:13.6475725Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float16 2022-09-27T15:36:13.6829140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float32 2022-09-27T15:36:13.6877276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int16 2022-09-27T15:36:13.7349289Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int16 2022-09-27T15:36:13.7397918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int32 2022-09-27T15:36:13.7784747Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int32 2022-09-27T15:36:13.7816642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int64 2022-09-27T15:36:13.7843995Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int64 2022-09-27T15:36:13.7853167Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bfloat16 2022-09-27T15:36:13.8229892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bool 2022-09-27T15:36:13.8357296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int8 2022-09-27T15:36:13.8700615Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int8 2022-09-27T15:36:13.8706329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_uint8 2022-09-27T15:36:13.9174148Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_uint8 2022-09-27T15:36:13.9176825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bfloat16 2022-09-27T15:36:13.9336287Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bfloat16 2022-09-27T15:36:13.9345769Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int32 2022-09-27T15:36:13.9511551Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:36:13.9519782Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float32 2022-09-27T15:36:13.9584864Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float64 2022-09-27T15:36:13.9616186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bool 2022-09-27T15:36:14.0059410Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bool 2022-09-27T15:36:14.0060421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex128 2022-09-27T15:36:14.0303610Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex128 2022-09-27T15:36:14.0316600Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bool 2022-09-27T15:36:14.0498945Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float32 2022-09-27T15:36:14.0505521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex64 2022-09-27T15:36:14.0905954Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex64 2022-09-27T15:36:14.0932678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float32 2022-09-27T15:36:14.1421722Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float32 2022-09-27T15:36:14.1427007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float64 2022-09-27T15:36:14.1848775Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float64 2022-09-27T15:36:14.1873435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int16 2022-09-27T15:36:14.2021103Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int16 2022-09-27T15:36:14.2028844Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float32 2022-09-27T15:36:14.2330834Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float64 2022-09-27T15:36:14.2340133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int32 2022-09-27T15:36:14.2787637Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int32 2022-09-27T15:36:14.2788492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int64 2022-09-27T15:36:14.3187753Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int64 2022-09-27T15:36:14.3230486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int8 2022-09-27T15:36:14.3261443Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int8 2022-09-27T15:36:14.3270246Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float64 2022-09-27T15:36:14.3484627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int16 2022-09-27T15:36:14.3495091Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:36:14.3658180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int8 2022-09-27T15:36:14.3661987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_uint8 2022-09-27T15:36:14.4072732Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_uint8 2022-09-27T15:36:14.4120038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:14.4188204Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:14.4196492Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float64 2022-09-27T15:36:14.4545756Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int16 2022-09-27T15:36:14.4571442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bool 2022-09-27T15:36:14.4986043Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bool 2022-09-27T15:36:14.5022300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex128 2022-09-27T15:36:14.5500273Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex128 2022-09-27T15:36:14.5511079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex64 2022-09-27T15:36:14.5936792Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex64 2022-09-27T15:36:14.5950353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float32 2022-09-27T15:36:14.6121332Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float32 2022-09-27T15:36:14.6129892Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int16 2022-09-27T15:36:14.6342727Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int32 2022-09-27T15:36:14.6364927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float64 2022-09-27T15:36:14.6419060Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float64 2022-09-27T15:36:14.6432134Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int16 2022-09-27T15:36:14.6832430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int32 2022-09-27T15:36:14.6858079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int16 2022-09-27T15:36:14.7289530Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int16 2022-09-27T15:36:14.7305286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int32 2022-09-27T15:36:14.7706105Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int32 2022-09-27T15:36:14.7741632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int64 2022-09-27T15:36:14.7840838Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int64 2022-09-27T15:36:14.7848029Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int32 2022-09-27T15:36:14.8008995Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int64 2022-09-27T15:36:14.8016753Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int8 2022-09-27T15:36:14.8193456Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_uint8 2022-09-27T15:36:14.8194144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int8 2022-09-27T15:36:14.8595596Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int8 2022-09-27T15:36:14.8621288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_uint8 2022-09-27T15:36:14.9215965Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_uint8 2022-09-27T15:36:14.9216850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bfloat16 2022-09-27T15:36:14.9465812Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bfloat16 2022-09-27T15:36:14.9495889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bool 2022-09-27T15:36:14.9543365Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bool 2022-09-27T15:36:14.9550152Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int32 2022-09-27T15:36:14.9653247Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int64 2022-09-27T15:36:14.9663033Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int64 2022-09-27T15:36:14.9907222Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int8 2022-09-27T15:36:14.9939218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex128 2022-09-27T15:36:15.0347566Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex128 2022-09-27T15:36:15.0378883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex64 2022-09-27T15:36:15.0786068Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex64 2022-09-27T15:36:15.0816286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float32 2022-09-27T15:36:15.1225915Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float32 2022-09-27T15:36:15.1251531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float64 2022-09-27T15:36:15.1407567Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float64 2022-09-27T15:36:15.1416931Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int8 2022-09-27T15:36:15.1665260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_uint8 2022-09-27T15:36:15.1710055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int16 2022-09-27T15:36:15.2136940Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int16 2022-09-27T15:36:15.2137531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int32 2022-09-27T15:36:15.2546006Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int32 2022-09-27T15:36:15.2574689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int64 2022-09-27T15:36:15.2658897Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int64 2022-09-27T15:36:15.2662356Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int64 2022-09-27T15:36:15.2671087Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_uint8 2022-09-27T15:36:15.2671807Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_bfloat16 2022-09-27T15:36:15.2984086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int8 2022-09-27T15:36:15.3007672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int8 2022-09-27T15:36:15.3108016Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int8 2022-09-27T15:36:15.3116001Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_uint8 2022-09-27T15:36:15.3467940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_bfloat16 2022-09-27T15:36:15.3501358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_uint8 2022-09-27T15:36:15.3905037Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_uint8 2022-09-27T15:36:15.3931288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:15.4344938Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:15.4376657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bool 2022-09-27T15:36:15.4784654Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bool 2022-09-27T15:36:15.4810954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex128 2022-09-27T15:36:15.5076641Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex128 2022-09-27T15:36:15.5085845Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int8 2022-09-27T15:36:15.5223277Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_uint8 2022-09-27T15:36:15.5252789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex64 2022-09-27T15:36:15.5667437Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex64 2022-09-27T15:36:15.5703634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float32 2022-09-27T15:36:15.6104897Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float32 2022-09-27T15:36:15.6217016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float64 2022-09-27T15:36:15.6576699Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float64 2022-09-27T15:36:15.6577242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int16 2022-09-27T15:36:15.6987369Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int16 2022-09-27T15:36:15.7015328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int32 2022-09-27T15:36:15.7435682Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int32 2022-09-27T15:36:15.7462769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int64 2022-09-27T15:36:15.7898522Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int64 2022-09-27T15:36:15.7899071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int8 2022-09-27T15:36:15.8305033Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int8 2022-09-27T15:36:15.8327950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_uint8 2022-09-27T15:36:15.8748306Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_uint8 2022-09-27T15:36:15.8780863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_bfloat16 2022-09-27T15:36:15.8831438Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_bfloat16 2022-09-27T15:36:15.8845857Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_uint8 2022-09-27T15:36:15.9187178Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_bfloat16 2022-09-27T15:36:15.9217143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float32 2022-09-27T15:36:15.9627752Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float32 2022-09-27T15:36:15.9657044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float64 2022-09-27T15:36:16.0065155Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float64 2022-09-27T15:36:16.0092744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:16.0153706Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:16.0162718Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_bfloat16 2022-09-27T15:36:16.0508420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:36:16.0597603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float32 2022-09-27T15:36:16.0987329Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float32 2022-09-27T15:36:16.1023201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float64 2022-09-27T15:36:16.1388830Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float64 2022-09-27T15:36:16.1418955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bfloat16 2022-09-27T15:36:16.1829537Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bfloat16 2022-09-27T15:36:16.1859714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bool 2022-09-27T15:36:16.1906332Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bool 2022-09-27T15:36:16.1919564Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_bfloat16 2022-09-27T15:36:16.2264423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float16 2022-09-27T15:36:16.2300265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex128 2022-09-27T15:36:16.2793151Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex128 2022-09-27T15:36:16.2793715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex64 2022-09-27T15:36:16.3228239Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex64 2022-09-27T15:36:16.3231726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float16 2022-09-27T15:36:16.3628211Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float16 2022-09-27T15:36:16.3651567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float32 2022-09-27T15:36:16.4084475Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float32 2022-09-27T15:36:16.4091918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float64 2022-09-27T15:36:16.4413517Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float64 2022-09-27T15:36:16.4423440Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_bfloat16 2022-09-27T15:36:16.4504272Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float16 2022-09-27T15:36:16.4525371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int16 2022-09-27T15:36:16.4564736Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int16 2022-09-27T15:36:16.4574186Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:36:16.4944015Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:36:16.4976476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int32 2022-09-27T15:36:16.5387904Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int32 2022-09-27T15:36:16.5418666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int64 2022-09-27T15:36:16.5824498Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int64 2022-09-27T15:36:16.5852464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int8 2022-09-27T15:36:16.6075885Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int8 2022-09-27T15:36:16.6087547Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float16 2022-09-27T15:36:16.6265626Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float32 2022-09-27T15:36:16.6300104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_uint8 2022-09-27T15:36:16.6707249Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_uint8 2022-09-27T15:36:16.6739706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:16.7147260Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:16.7185308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bool 2022-09-27T15:36:16.7604284Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bool 2022-09-27T15:36:16.7622582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex128 2022-09-27T15:36:16.8062142Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex128 2022-09-27T15:36:16.8062883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex64 2022-09-27T15:36:16.8473517Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex64 2022-09-27T15:36:16.8504085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float16 2022-09-27T15:36:16.8893678Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float16 2022-09-27T15:36:16.8901739Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:36:16.8905287Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_bfloat16 2022-09-27T15:36:16.8928780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float32 2022-09-27T15:36:16.9121658Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float32 2022-09-27T15:36:16.9127564Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float32 2022-09-27T15:36:16.9345939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float64 2022-09-27T15:36:16.9368527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float64 2022-09-27T15:36:16.9788433Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float64 2022-09-27T15:36:16.9818510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int16 2022-09-27T15:36:17.0224326Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int16 2022-09-27T15:36:17.0248756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int32 2022-09-27T15:36:17.0547415Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int32 2022-09-27T15:36:17.0562201Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_bfloat16 2022-09-27T15:36:17.0668489Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:36:17.0699729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int64 2022-09-27T15:36:17.1106427Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int64 2022-09-27T15:36:17.1136678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int8 2022-09-27T15:36:17.1183229Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int8 2022-09-27T15:36:17.1191034Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:36:17.1590630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:36:17.1599871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_uint8 2022-09-27T15:36:17.2027656Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_uint8 2022-09-27T15:36:17.2035457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bfloat16 2022-09-27T15:36:17.2395156Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bfloat16 2022-09-27T15:36:17.2402431Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:36:17.2424429Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int16 2022-09-27T15:36:17.2452917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bool 2022-09-27T15:36:17.2552716Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bool 2022-09-27T15:36:17.2558136Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float64 2022-09-27T15:36:17.2863796Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int16 2022-09-27T15:36:17.2895813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex128 2022-09-27T15:36:17.3059179Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex128 2022-09-27T15:36:17.3116631Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int16 2022-09-27T15:36:17.3344476Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int32 2022-09-27T15:36:17.3370092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex64 2022-09-27T15:36:17.3862943Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex64 2022-09-27T15:36:17.3863608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float16 2022-09-27T15:36:17.4034025Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float16 2022-09-27T15:36:17.4042124Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int32 2022-09-27T15:36:17.4284081Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int64 2022-09-27T15:36:17.4296944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float32 2022-09-27T15:36:17.4748334Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float32 2022-09-27T15:36:17.4782290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float64 2022-09-27T15:36:17.5218966Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float64 2022-09-27T15:36:17.5223281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int16 2022-09-27T15:36:17.5312656Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int16 2022-09-27T15:36:17.5325669Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int64 2022-09-27T15:36:17.5642613Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int8 2022-09-27T15:36:17.5651864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int32 2022-09-27T15:36:17.6047406Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int32 2022-09-27T15:36:17.6074067Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int16 2022-09-27T15:36:17.6104370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int32 2022-09-27T15:36:17.6109528Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int8 2022-09-27T15:36:17.6115859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int64 2022-09-27T15:36:17.6128716Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_uint8 2022-09-27T15:36:17.6544398Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int64 2022-09-27T15:36:17.6571941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int8 2022-09-27T15:36:17.6911383Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int8 2022-09-27T15:36:17.6924093Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_uint8 2022-09-27T15:36:17.6984212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_bfloat16 2022-09-27T15:36:17.7007039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_uint8 2022-09-27T15:36:17.7506457Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_uint8 2022-09-27T15:36:17.7506990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:17.7909572Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:17.7941673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bool 2022-09-27T15:36:17.8349400Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bool 2022-09-27T15:36:17.8385145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex128 2022-09-27T15:36:17.8830619Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex128 2022-09-27T15:36:17.8853740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex64 2022-09-27T15:36:17.8869964Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex64 2022-09-27T15:36:17.8880982Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float16 2022-09-27T15:36:17.9113288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float32 2022-09-27T15:36:17.9122948Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_bfloat16 2022-09-27T15:36:17.9265242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float32 2022-09-27T15:36:17.9301184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float16 2022-09-27T15:36:17.9570465Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float16 2022-09-27T15:36:17.9581528Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int32 2022-09-27T15:36:17.9746307Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int64 2022-09-27T15:36:17.9773411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float32 2022-09-27T15:36:18.0186407Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float32 2022-09-27T15:36:18.0211958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float64 2022-09-27T15:36:18.0345866Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float64 2022-09-27T15:36:18.0354802Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float32 2022-09-27T15:36:18.0668401Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float64 2022-09-27T15:36:18.0705931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int16 2022-09-27T15:36:18.1104717Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int16 2022-09-27T15:36:18.1130729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int32 2022-09-27T15:36:18.1590039Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int32 2022-09-27T15:36:18.1623435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int64 2022-09-27T15:36:18.2062589Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int64 2022-09-27T15:36:18.2064975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int8 2022-09-27T15:36:18.2127432Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int8 2022-09-27T15:36:18.2139752Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float64 2022-09-27T15:36:18.2507842Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int16 2022-09-27T15:36:18.2509116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_uint8 2022-09-27T15:36:18.2936143Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_uint8 2022-09-27T15:36:18.2936883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bfloat16 2022-09-27T15:36:18.3389202Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bfloat16 2022-09-27T15:36:18.3395914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bool 2022-09-27T15:36:18.3785879Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bool 2022-09-27T15:36:18.3811784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex128 2022-09-27T15:36:18.3823471Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex128 2022-09-27T15:36:18.3832397Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int64 2022-09-27T15:36:18.3872320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int8 2022-09-27T15:36:18.3883413Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int16 2022-09-27T15:36:18.4225848Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int32 2022-09-27T15:36:18.4246688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex64 2022-09-27T15:36:18.4666963Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex64 2022-09-27T15:36:18.4691286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float16 2022-09-27T15:36:18.5151929Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float16 2022-09-27T15:36:18.5180256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float32 2022-09-27T15:36:18.5271513Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float32 2022-09-27T15:36:18.5281620Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int32 2022-09-27T15:36:18.5584381Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int64 2022-09-27T15:36:18.5608428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float64 2022-09-27T15:36:18.6034156Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float64 2022-09-27T15:36:18.6063145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int16 2022-09-27T15:36:18.6504269Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int16 2022-09-27T15:36:18.6504959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int32 2022-09-27T15:36:18.6931259Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int32 2022-09-27T15:36:18.6938490Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int64 2022-09-27T15:36:18.6947046Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int8 2022-09-27T15:36:18.6972322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int64 2022-09-27T15:36:18.7058520Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int64 2022-09-27T15:36:18.7066617Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int8 2022-09-27T15:36:18.7424223Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_uint8 2022-09-27T15:36:18.7453254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int8 2022-09-27T15:36:18.7869753Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int8 2022-09-27T15:36:18.7904085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_uint8 2022-09-27T15:36:18.8286483Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_uint8 2022-09-27T15:36:18.8310865Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float32 2022-09-27T15:36:18.8312510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float64 2022-09-27T15:36:18.8336203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:18.8745137Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:18.8780154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bool 2022-09-27T15:36:18.8818673Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bool 2022-09-27T15:36:18.8825345Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int8 2022-09-27T15:36:18.9188179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_uint8 2022-09-27T15:36:18.9219298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex128 2022-09-27T15:36:18.9652413Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex128 2022-09-27T15:36:18.9658691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex64 2022-09-27T15:36:19.0104200Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex64 2022-09-27T15:36:19.0133373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float16 2022-09-27T15:36:19.0171564Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float16 2022-09-27T15:36:19.0178518Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_uint8 2022-09-27T15:36:19.0211385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bfloat16 2022-09-27T15:36:19.0218894Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_uint8 2022-09-27T15:36:19.0547606Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_bfloat16 2022-09-27T15:36:19.0572696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float32 2022-09-27T15:36:19.1028426Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float32 2022-09-27T15:36:19.1067130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float64 2022-09-27T15:36:19.1501507Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float64 2022-09-27T15:36:19.1505219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int16 2022-09-27T15:36:19.1909359Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int16 2022-09-27T15:36:19.1942243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int32 2022-09-27T15:36:19.2346369Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int32 2022-09-27T15:36:19.2382930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int64 2022-09-27T15:36:19.2786459Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int64 2022-09-27T15:36:19.2827372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int8 2022-09-27T15:36:19.3032466Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int8 2022-09-27T15:36:19.3041106Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_bfloat16 2022-09-27T15:36:19.3236954Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float32 2022-09-27T15:36:19.3283445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_uint8 2022-09-27T15:36:19.3699469Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_uint8 2022-09-27T15:36:19.3732685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bfloat16 2022-09-27T15:36:19.4147121Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bfloat16 2022-09-27T15:36:19.4183570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bool 2022-09-27T15:36:19.4610602Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bool 2022-09-27T15:36:19.4630334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex128 2022-09-27T15:36:19.5009776Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex128 2022-09-27T15:36:19.5020917Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float32 2022-09-27T15:36:19.5059628Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float64 2022-09-27T15:36:19.5060282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex64 2022-09-27T15:36:19.5469537Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex64 2022-09-27T15:36:19.5497344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float16 2022-09-27T15:36:19.5908783Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float16 2022-09-27T15:36:19.5937987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float32 2022-09-27T15:36:19.6349102Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float32 2022-09-27T15:36:19.6367637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float64 2022-09-27T15:36:19.6378952Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bfloat16 2022-09-27T15:36:19.6395614Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bool 2022-09-27T15:36:19.6738955Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float64 2022-09-27T15:36:19.6748061Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float64 2022-09-27T15:36:19.6785278Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_bfloat16 2022-09-27T15:36:19.6812060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int16 2022-09-27T15:36:19.7272141Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int16 2022-09-27T15:36:19.7272782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int32 2022-09-27T15:36:19.7666471Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int32 2022-09-27T15:36:19.7712628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int64 2022-09-27T15:36:19.8116677Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int64 2022-09-27T15:36:19.8141201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int8 2022-09-27T15:36:19.8545194Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int8 2022-09-27T15:36:19.8574409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_uint8 2022-09-27T15:36:19.9054629Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_uint8 2022-09-27T15:36:19.9059257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:19.9468676Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:19.9493996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bool 2022-09-27T15:36:19.9503753Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bool 2022-09-27T15:36:19.9511506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float16 2022-09-27T15:36:19.9633776Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bool 2022-09-27T15:36:19.9642227Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_bfloat16 2022-09-27T15:36:19.9800699Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:36:19.9810528Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float64 2022-09-27T15:36:19.9903517Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int16 2022-09-27T15:36:19.9927156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex128 2022-09-27T15:36:20.0396761Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex128 2022-09-27T15:36:20.0433779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex64 2022-09-27T15:36:20.0794487Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex64 2022-09-27T15:36:20.0803106Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:36:20.0825161Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:36:20.0856191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float16 2022-09-27T15:36:20.1266446Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float16 2022-09-27T15:36:20.1296954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float32 2022-09-27T15:36:20.1741215Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float32 2022-09-27T15:36:20.1749899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float64 2022-09-27T15:36:20.2148522Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float64 2022-09-27T15:36:20.2185977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int16 2022-09-27T15:36:20.2590366Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int16 2022-09-27T15:36:20.2619143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int32 2022-09-27T15:36:20.2845166Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int32 2022-09-27T15:36:20.2857128Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:36:20.3063591Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_bfloat16 2022-09-27T15:36:20.3100636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int64 2022-09-27T15:36:20.3569504Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int64 2022-09-27T15:36:20.3574713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int8 2022-09-27T15:36:20.4006154Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int8 2022-09-27T15:36:20.4030347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_uint8 2022-09-27T15:36:20.4457666Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_uint8 2022-09-27T15:36:20.4461331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_bfloat16 2022-09-27T15:36:20.4901730Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_bfloat16 2022-09-27T15:36:20.4908149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex128 2022-09-27T15:36:20.5332119Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex128 2022-09-27T15:36:20.5339040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex64 2022-09-27T15:36:20.5748310Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex64 2022-09-27T15:36:20.5782681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float32 2022-09-27T15:36:20.6185315Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float32 2022-09-27T15:36:20.6217666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float64 2022-09-27T15:36:20.6636008Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float64 2022-09-27T15:36:20.6646623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int16 2022-09-27T15:36:20.6921233Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int16 2022-09-27T15:36:20.6929018Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float16 2022-09-27T15:36:20.7063966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float32 2022-09-27T15:36:20.7085581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int32 2022-09-27T15:36:20.7233528Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int32 2022-09-27T15:36:20.7242738Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int16 2022-09-27T15:36:20.7481956Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int32 2022-09-27T15:36:20.7492352Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_bfloat16 2022-09-27T15:36:20.7504521Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:36:20.7539157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int64 2022-09-27T15:36:20.7945163Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int64 2022-09-27T15:36:20.7970156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int8 2022-09-27T15:36:20.8424567Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int8 2022-09-27T15:36:20.8428565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_uint8 2022-09-27T15:36:20.8830857Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_uint8 2022-09-27T15:36:20.8868457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:20.9266142Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:20.9297140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex128 2022-09-27T15:36:20.9743163Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex128 2022-09-27T15:36:20.9771539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex64 2022-09-27T15:36:21.0228225Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex64 2022-09-27T15:36:21.0255596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float32 2022-09-27T15:36:21.0383370Z [gw3] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float32 2022-09-27T15:36:21.0402290Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float32 2022-09-27T15:36:21.0704036Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float64 2022-09-27T15:36:21.0728591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float64 2022-09-27T15:36:21.1224991Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float64 2022-09-27T15:36:21.1225675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int16 2022-09-27T15:36:21.1674689Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int16 2022-09-27T15:36:21.1675420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int32 2022-09-27T15:36:21.2113730Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int32 2022-09-27T15:36:21.2114314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int64 2022-09-27T15:36:21.2226349Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int64 2022-09-27T15:36:21.2288210Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:36:21.2551779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:36:21.2572782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int8 2022-09-27T15:36:21.2988279Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int8 2022-09-27T15:36:21.3016760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_uint8 2022-09-27T15:36:21.3190891Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_uint8 2022-09-27T15:36:21.3200648Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int32 2022-09-27T15:36:21.3469381Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int64 2022-09-27T15:36:21.3506918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bfloat16 2022-09-27T15:36:21.4005840Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bfloat16 2022-09-27T15:36:21.4009711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bool 2022-09-27T15:36:21.4412192Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bool 2022-09-27T15:36:21.4421351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float32 2022-09-27T15:36:21.4825417Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float32 2022-09-27T15:36:21.4847293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float64 2022-09-27T15:36:21.4905231Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float64 2022-09-27T15:36:21.4918723Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float64 2022-09-27T15:36:21.5312552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int16 2022-09-27T15:36:21.5331985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int16 2022-09-27T15:36:21.5835585Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int16 2022-09-27T15:36:21.5836141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int32 2022-09-27T15:36:21.6258463Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int32 2022-09-27T15:36:21.6260018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int64 2022-09-27T15:36:21.6408842Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int64 2022-09-27T15:36:21.6422865Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:36:21.6712734Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-09-27T15:36:21.6713269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int8 2022-09-27T15:36:21.7147859Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int8 2022-09-27T15:36:21.7181272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_uint8 2022-09-27T15:36:21.7661385Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_uint8 2022-09-27T15:36:21.7664979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:21.8137458Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:21.8141039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bool 2022-09-27T15:36:21.8573279Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bool 2022-09-27T15:36:21.8576928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float32 2022-09-27T15:36:21.9021964Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float32 2022-09-27T15:36:21.9022716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float64 2022-09-27T15:36:21.9321742Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float64 2022-09-27T15:36:21.9329442Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-09-27T15:36:21.9424033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:36:21.9444878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int16 2022-09-27T15:36:21.9499774Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int16 2022-09-27T15:36:21.9509468Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int16 2022-09-27T15:36:21.9861640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int32 2022-09-27T15:36:21.9875790Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int64 2022-09-27T15:36:21.9884910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int8 2022-09-27T15:36:21.9908050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int32 2022-09-27T15:36:22.0308867Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int32 2022-09-27T15:36:22.0340094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int64 2022-09-27T15:36:22.0796419Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int64 2022-09-27T15:36:22.0806357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int8 2022-09-27T15:36:22.1190411Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int8 2022-09-27T15:36:22.1222125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_uint8 2022-09-27T15:36:22.1664421Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_uint8 2022-09-27T15:36:22.1673348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bfloat16 2022-09-27T15:36:22.2073796Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bfloat16 2022-09-27T15:36:22.2099421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bool 2022-09-27T15:36:22.2510270Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bool 2022-09-27T15:36:22.2546555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float16 2022-09-27T15:36:22.2643651Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float16 2022-09-27T15:36:22.2651912Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int32 2022-09-27T15:36:22.2943148Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int64 2022-09-27T15:36:22.2967841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float32 2022-09-27T15:36:22.3387162Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float32 2022-09-27T15:36:22.3422049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float64 2022-09-27T15:36:22.3828560Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float64 2022-09-27T15:36:22.3852020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int16 2022-09-27T15:36:22.4280198Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int16 2022-09-27T15:36:22.4292773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int32 2022-09-27T15:36:22.4756962Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int32 2022-09-27T15:36:22.4757642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int64 2022-09-27T15:36:22.4763863Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int64 2022-09-27T15:36:22.4782506Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:36:22.5218144Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:36:22.5222747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int8 2022-09-27T15:36:22.5700996Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int8 2022-09-27T15:36:22.5710431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_uint8 2022-09-27T15:36:22.6107519Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_uint8 2022-09-27T15:36:22.6139726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:22.6625240Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:22.6625781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bool 2022-09-27T15:36:22.7028510Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bool 2022-09-27T15:36:22.7057291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float16 2022-09-27T15:36:22.7212702Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float16 2022-09-27T15:36:22.7223882Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int64 2022-09-27T15:36:22.7466303Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int8 2022-09-27T15:36:22.7488170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float32 2022-09-27T15:36:22.7518337Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float32 2022-09-27T15:36:22.7529359Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int8 2022-09-27T15:36:22.7910434Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_uint8 2022-09-27T15:36:22.7933836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float64 2022-09-27T15:36:22.8349653Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float64 2022-09-27T15:36:22.8388686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int16 2022-09-27T15:36:22.8684419Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int16 2022-09-27T15:36:22.8690603Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:36:22.8784219Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:36:22.8809591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int32 2022-09-27T15:36:22.9227334Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int32 2022-09-27T15:36:22.9252436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int64 2022-09-27T15:36:22.9667988Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int64 2022-09-27T15:36:22.9700542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int8 2022-09-27T15:36:23.0149006Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int8 2022-09-27T15:36:23.0169014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_uint8 2022-09-27T15:36:23.0187089Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:36:23.0197828Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_uint8 2022-09-27T15:36:23.0587688Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:36:23.0615329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bfloat16 2022-09-27T15:36:23.0854603Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bfloat16 2022-09-27T15:36:23.0868483Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int8 2022-09-27T15:36:23.1027373Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_uint8 2022-09-27T15:36:23.1064184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bool 2022-09-27T15:36:23.1502013Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bool 2022-09-27T15:36:23.1502569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex128 2022-09-27T15:36:23.1939387Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex128 2022-09-27T15:36:23.1942482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex32 2022-09-27T15:36:23.2366858Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex32 2022-09-27T15:36:23.2374550Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:36:23.2375339Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int16 2022-09-27T15:36:23.2392757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex64 2022-09-27T15:36:23.2785461Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex64 2022-09-27T15:36:23.2809457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float16 2022-09-27T15:36:23.3240055Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float16 2022-09-27T15:36:23.3252214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float32 2022-09-27T15:36:23.3695655Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float32 2022-09-27T15:36:23.3701131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float64 2022-09-27T15:36:23.4148662Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float64 2022-09-27T15:36:23.4170248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int16 2022-09-27T15:36:23.4314240Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int16 2022-09-27T15:36:23.4326056Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int16 2022-09-27T15:36:23.4397671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int32 2022-09-27T15:36:23.4413304Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_uint8 2022-09-27T15:36:23.4659052Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bfloat16 2022-09-27T15:36:23.4663562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int32 2022-09-27T15:36:23.5069258Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int32 2022-09-27T15:36:23.5091351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int64 2022-09-27T15:36:23.5508375Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int64 2022-09-27T15:36:23.5536408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int8 2022-09-27T15:36:23.5951161Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int8 2022-09-27T15:36:23.5984327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_uint8 2022-09-27T15:36:23.6386274Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_uint8 2022-09-27T15:36:23.6423623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:23.6426874Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:23.6434924Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_uint8 2022-09-27T15:36:23.6542523Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bfloat16 2022-09-27T15:36:23.6548775Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int32 2022-09-27T15:36:23.6824924Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:36:23.6857137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bool 2022-09-27T15:36:23.7304507Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bool 2022-09-27T15:36:23.7305102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex128 2022-09-27T15:36:23.7720735Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex128 2022-09-27T15:36:23.7733567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex32 2022-09-27T15:36:23.8150801Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex32 2022-09-27T15:36:23.8175670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex64 2022-09-27T15:36:23.8430072Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex64 2022-09-27T15:36:23.8455343Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:36:23.8659313Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int8 2022-09-27T15:36:23.8665180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float16 2022-09-27T15:36:23.9110391Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float16 2022-09-27T15:36:23.9118954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float32 2022-09-27T15:36:23.9640501Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float32 2022-09-27T15:36:23.9653621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float64 2022-09-27T15:36:24.0025024Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float64 2022-09-27T15:36:24.0053435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int16 2022-09-27T15:36:24.0468023Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int16 2022-09-27T15:36:24.0503400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int32 2022-09-27T15:36:24.0515616Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int32 2022-09-27T15:36:24.0528335Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int8 2022-09-27T15:36:24.0911355Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_uint8 2022-09-27T15:36:24.0949868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int64 2022-09-27T15:36:24.0991633Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int64 2022-09-27T15:36:24.0999477Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bfloat16 2022-09-27T15:36:24.1349370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bool 2022-09-27T15:36:24.1374105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int8 2022-09-27T15:36:24.1859109Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int8 2022-09-27T15:36:24.1866159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_uint8 2022-09-27T15:36:24.2300503Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_uint8 2022-09-27T15:36:24.2304655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bfloat16 2022-09-27T15:36:24.2660806Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bfloat16 2022-09-27T15:36:24.2676199Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_uint8 2022-09-27T15:36:24.2706024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_bfloat16 2022-09-27T15:36:24.2735770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bool 2022-09-27T15:36:24.3178388Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bool 2022-09-27T15:36:24.3183434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float16 2022-09-27T15:36:24.3617897Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float16 2022-09-27T15:36:24.3626180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float32 2022-09-27T15:36:24.4035153Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float32 2022-09-27T15:36:24.4061397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float64 2022-09-27T15:36:24.4319615Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float64 2022-09-27T15:36:24.4326108Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bfloat16 2022-09-27T15:36:24.4465835Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bool 2022-09-27T15:36:24.4491347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int16 2022-09-27T15:36:24.4579977Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int16 2022-09-27T15:36:24.4587646Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bool 2022-09-27T15:36:24.4741964Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float16 2022-09-27T15:36:24.4748944Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_bfloat16 2022-09-27T15:36:24.4948227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:36:24.4980112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int32 2022-09-27T15:36:24.5470200Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int32 2022-09-27T15:36:24.5470747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int64 2022-09-27T15:36:24.5910295Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int64 2022-09-27T15:36:24.5942319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int8 2022-09-27T15:36:24.6011473Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int8 2022-09-27T15:36:24.6021341Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:36:24.6386516Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:36:24.6416718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_uint8 2022-09-27T15:36:24.6858105Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_uint8 2022-09-27T15:36:24.6864977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:24.7311222Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:24.7311778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bool 2022-09-27T15:36:24.7708804Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bool 2022-09-27T15:36:24.7737308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float16 2022-09-27T15:36:24.7749000Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float16 2022-09-27T15:36:24.7756895Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:36:24.8181154Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int16 2022-09-27T15:36:24.8181535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float32 2022-09-27T15:36:24.8620209Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float32 2022-09-27T15:36:24.8626087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float64 2022-09-27T15:36:24.9062044Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float64 2022-09-27T15:36:24.9062629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int16 2022-09-27T15:36:24.9269260Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int16 2022-09-27T15:36:24.9277114Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int16 2022-09-27T15:36:24.9493855Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int32 2022-09-27T15:36:24.9503619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int32 2022-09-27T15:36:24.9985924Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int32 2022-09-27T15:36:24.9988511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int64 2022-09-27T15:36:25.0463426Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int64 2022-09-27T15:36:25.0468268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int8 2022-09-27T15:36:25.0896952Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int8 2022-09-27T15:36:25.0899151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_uint8 2022-09-27T15:36:25.1009762Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_uint8 2022-09-27T15:36:25.1019477Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bool 2022-09-27T15:36:25.1373293Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:36:25.1380902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_bfloat16 2022-09-27T15:36:25.1544259Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_bfloat16 2022-09-27T15:36:25.1552807Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int32 2022-09-27T15:36:25.1819351Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int64 2022-09-27T15:36:25.1825678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex128 2022-09-27T15:36:25.2228120Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex128 2022-09-27T15:36:25.2258684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex64 2022-09-27T15:36:25.2667058Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex64 2022-09-27T15:36:25.2699279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float16 2022-09-27T15:36:25.3055712Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float16 2022-09-27T15:36:25.3064981Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int64 2022-09-27T15:36:25.3103175Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int8 2022-09-27T15:36:25.3127400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float32 2022-09-27T15:36:25.3130864Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float16 2022-09-27T15:36:25.3138288Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float32 2022-09-27T15:36:25.3583719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float32 2022-09-27T15:36:25.3584225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float64 2022-09-27T15:36:25.3988349Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float64 2022-09-27T15:36:25.4012722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:25.4502115Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:25.4511108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex128 2022-09-27T15:36:25.4946741Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex128 2022-09-27T15:36:25.4955503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex64 2022-09-27T15:36:25.5184037Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex64 2022-09-27T15:36:25.5301407Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int8 2022-09-27T15:36:25.5352427Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_uint8 2022-09-27T15:36:25.5382700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float16 2022-09-27T15:36:25.5859575Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float16 2022-09-27T15:36:25.5863633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float32 2022-09-27T15:36:25.6273951Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float32 2022-09-27T15:36:25.6307619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float64 2022-09-27T15:36:25.6710339Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float64 2022-09-27T15:36:25.6737614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bfloat16 2022-09-27T15:36:25.6810911Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bfloat16 2022-09-27T15:36:25.6825963Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:36:25.7145481Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:36:25.7167651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bool 2022-09-27T15:36:25.7207955Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bool 2022-09-27T15:36:25.7217757Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_uint8 2022-09-27T15:36:25.7457818Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_bfloat16 2022-09-27T15:36:25.7467800Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float32 2022-09-27T15:36:25.7581014Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float64 2022-09-27T15:36:25.7593113Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_bfloat16 2022-09-27T15:36:25.7619095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex128 2022-09-27T15:36:25.7628021Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex128 2022-09-27T15:36:25.7939781Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex128 2022-09-27T15:36:25.8034675Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex128 2022-09-27T15:36:25.8049428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex64 2022-09-27T15:36:25.8103263Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex64 2022-09-27T15:36:25.8386755Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex64 2022-09-27T15:36:25.8465803Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex64 2022-09-27T15:36:25.8500328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float16 2022-09-27T15:36:25.8543186Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float16 2022-09-27T15:36:25.8839033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float16 2022-09-27T15:36:25.8911613Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float16 2022-09-27T15:36:25.8943759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float32 2022-09-27T15:36:25.8985154Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float32 2022-09-27T15:36:25.9329532Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float32 2022-09-27T15:36:25.9346911Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float32 2022-09-27T15:36:25.9376315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float64 2022-09-27T15:36:25.9424285Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float64 2022-09-27T15:36:25.9701050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float64 2022-09-27T15:36:25.9824635Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float64 2022-09-27T15:36:25.9849986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int16 2022-09-27T15:36:25.9902375Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int16 2022-09-27T15:36:25.9907429Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bfloat16 2022-09-27T15:36:26.0305172Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bfloat16 2022-09-27T15:36:26.0310168Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bool 2022-09-27T15:36:26.0344002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int32 2022-09-27T15:36:26.0357540Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int32 2022-09-27T15:36:26.0535123Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bool 2022-09-27T15:36:26.0543206Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float64 2022-09-27T15:36:26.0747983Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int16 2022-09-27T15:36:26.0748715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int64 2022-09-27T15:36:26.0781707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex128 2022-09-27T15:36:26.0794092Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int64 2022-09-27T15:36:26.0833985Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex128 2022-09-27T15:36:26.0841174Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:36:26.1186076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float16 2022-09-27T15:36:26.1218951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int8 2022-09-27T15:36:26.1232886Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int8 2022-09-27T15:36:26.1276936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex32 2022-09-27T15:36:26.1625447Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex32 2022-09-27T15:36:26.1657743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_uint8 2022-09-27T15:36:26.1704068Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_uint8 2022-09-27T15:36:26.1749699Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex64 2022-09-27T15:36:26.2064787Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex64 2022-09-27T15:36:26.2103205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:26.2189225Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:26.2233960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float16 2022-09-27T15:36:26.2504998Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float16 2022-09-27T15:36:26.2539240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bool 2022-09-27T15:36:26.2680921Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bool 2022-09-27T15:36:26.2707656Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float32 2022-09-27T15:36:26.2942819Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float32 2022-09-27T15:36:26.2965268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex128 2022-09-27T15:36:26.3017558Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex128 2022-09-27T15:36:26.3028101Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int16 2022-09-27T15:36:26.3103020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int32 2022-09-27T15:36:26.3136555Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float64 2022-09-27T15:36:26.3383276Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float64 2022-09-27T15:36:26.3405313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex64 2022-09-27T15:36:26.3544045Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex64 2022-09-27T15:36:26.3582932Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int16 2022-09-27T15:36:26.3823781Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int16 2022-09-27T15:36:26.3851149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float16 2022-09-27T15:36:26.3982714Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float16 2022-09-27T15:36:26.4020939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int32 2022-09-27T15:36:26.4265064Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int32 2022-09-27T15:36:26.4294248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float32 2022-09-27T15:36:26.4425199Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float32 2022-09-27T15:36:26.4465912Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int64 2022-09-27T15:36:26.4706748Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int64 2022-09-27T15:36:26.4743014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float64 2022-09-27T15:36:26.4865226Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float64 2022-09-27T15:36:26.4903467Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int8 2022-09-27T15:36:26.5144704Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int8 2022-09-27T15:36:26.5170414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int16 2022-09-27T15:36:26.5311345Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int16 2022-09-27T15:36:26.5342565Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_uint8 2022-09-27T15:36:26.5583343Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_uint8 2022-09-27T15:36:26.5614439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int32 2022-09-27T15:36:26.5619375Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int32 2022-09-27T15:36:26.5623741Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int32 2022-09-27T15:36:26.5742550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int64 2022-09-27T15:36:26.6023658Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bfloat16 2022-09-27T15:36:26.6056979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int64 2022-09-27T15:36:26.6513771Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int64 2022-09-27T15:36:26.6538118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int8 2022-09-27T15:36:26.7012311Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int8 2022-09-27T15:36:26.7014524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_uint8 2022-09-27T15:36:26.7435860Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_uint8 2022-09-27T15:36:26.7463825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bfloat16 2022-09-27T15:36:26.7485905Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bfloat16 2022-09-27T15:36:26.7502189Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bfloat16 2022-09-27T15:36:26.7866077Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bool 2022-09-27T15:36:26.7891970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bool 2022-09-27T15:36:26.7908019Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bool 2022-09-27T15:36:26.7923759Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float16 2022-09-27T15:36:26.8340034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:36:26.8343832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex128 2022-09-27T15:36:26.8782214Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex128 2022-09-27T15:36:26.8782811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex64 2022-09-27T15:36:26.8811440Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex64 2022-09-27T15:36:26.8836256Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bool 2022-09-27T15:36:26.9239291Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex128 2022-09-27T15:36:26.9253992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float16 2022-09-27T15:36:26.9568404Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float16 2022-09-27T15:36:26.9627487Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int64 2022-09-27T15:36:26.9662992Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int8 2022-09-27T15:36:26.9704094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float32 2022-09-27T15:36:27.0008947Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float32 2022-09-27T15:36:27.0022007Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex128 2022-09-27T15:36:27.0102332Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex32 2022-09-27T15:36:27.0125151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float64 2022-09-27T15:36:27.0548004Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float64 2022-09-27T15:36:27.0570103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int16 2022-09-27T15:36:27.1056166Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int16 2022-09-27T15:36:27.1056870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int32 2022-09-27T15:36:27.1139036Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int32 2022-09-27T15:36:27.1159826Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex32 2022-09-27T15:36:27.1538041Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex64 2022-09-27T15:36:27.1538698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int64 2022-09-27T15:36:27.1947351Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int64 2022-09-27T15:36:27.1984139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int8 2022-09-27T15:36:27.2422608Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int8 2022-09-27T15:36:27.2470294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_uint8 2022-09-27T15:36:27.2677401Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_uint8 2022-09-27T15:36:27.2744800Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex64 2022-09-27T15:36:27.2823568Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float16 2022-09-27T15:36:27.2855266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:27.3389584Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:27.3393757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bool 2022-09-27T15:36:27.3761575Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bool 2022-09-27T15:36:27.3774077Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float16 2022-09-27T15:36:27.3791818Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float32 2022-09-27T15:36:27.3811921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex128 2022-09-27T15:36:27.4230844Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex128 2022-09-27T15:36:27.4244013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex64 2022-09-27T15:36:27.4282027Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex64 2022-09-27T15:36:27.4346938Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:36:27.4663448Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:36:27.4687724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float16 2022-09-27T15:36:27.4702647Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float16 2022-09-27T15:36:27.4711183Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int8 2022-09-27T15:36:27.4917321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_uint8 2022-09-27T15:36:27.4931821Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float32 2022-09-27T15:36:27.5137419Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float64 2022-09-27T15:36:27.5141500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float32 2022-09-27T15:36:27.5570125Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float32 2022-09-27T15:36:27.5579176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float64 2022-09-27T15:36:27.5968799Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float64 2022-09-27T15:36:27.5987285Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float64 2022-09-27T15:36:27.6026035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int16 2022-09-27T15:36:27.6055692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int16 2022-09-27T15:36:27.6492676Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int16 2022-09-27T15:36:27.6500231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int32 2022-09-27T15:36:27.6982230Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int32 2022-09-27T15:36:27.6989734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int64 2022-09-27T15:36:27.7423542Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int64 2022-09-27T15:36:27.7424322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int8 2022-09-27T15:36:27.7490101Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int8 2022-09-27T15:36:27.7508492Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int16 2022-09-27T15:36:27.7875844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int32 2022-09-27T15:36:27.7877741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_uint8 2022-09-27T15:36:27.8303405Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_uint8 2022-09-27T15:36:27.8311861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bfloat16 2022-09-27T15:36:27.8735652Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bfloat16 2022-09-27T15:36:27.8743551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bool 2022-09-27T15:36:27.8896077Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bool 2022-09-27T15:36:27.9048385Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_uint8 2022-09-27T15:36:27.9051775Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bfloat16 2022-09-27T15:36:27.9064028Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int32 2022-09-27T15:36:27.9144377Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int64 2022-09-27T15:36:27.9171285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float16 2022-09-27T15:36:27.9446044Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float16 2022-09-27T15:36:27.9456173Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:36:27.9585551Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int16 2022-09-27T15:36:27.9617454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float32 2022-09-27T15:36:27.9986927Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float32 2022-09-27T15:36:27.9992922Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int64 2022-09-27T15:36:28.0050134Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int8 2022-09-27T15:36:28.0052543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float64 2022-09-27T15:36:28.0464683Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float64 2022-09-27T15:36:28.0497983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int16 2022-09-27T15:36:28.0936827Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int16 2022-09-27T15:36:28.0937488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int32 2022-09-27T15:36:28.0962976Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int32 2022-09-27T15:36:28.0988299Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int8 2022-09-27T15:36:28.1348991Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_uint8 2022-09-27T15:36:28.1372538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int64 2022-09-27T15:36:28.1795358Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int64 2022-09-27T15:36:28.1810984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int8 2022-09-27T15:36:28.2053066Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int8 2022-09-27T15:36:28.2083978Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_uint8 2022-09-27T15:36:28.2222646Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_bfloat16 2022-09-27T15:36:28.2250363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_uint8 2022-09-27T15:36:28.2706356Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_uint8 2022-09-27T15:36:28.2735257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:28.2902823Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:28.2934129Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_bfloat16 2022-09-27T15:36:28.3160575Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex128 2022-09-27T15:36:28.3168280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bool 2022-09-27T15:36:28.3591191Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bool 2022-09-27T15:36:28.3592304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float16 2022-09-27T15:36:28.3990418Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float16 2022-09-27T15:36:28.4025673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float32 2022-09-27T15:36:28.4430427Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float32 2022-09-27T15:36:28.4482148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float64 2022-09-27T15:36:28.4868664Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float64 2022-09-27T15:36:28.4914049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int16 2022-09-27T15:36:28.5119909Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int16 2022-09-27T15:36:28.5126766Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int16 2022-09-27T15:36:28.5249365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int32 2022-09-27T15:36:28.5257866Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex128 2022-09-27T15:36:28.5305298Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex32 2022-09-27T15:36:28.5331665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int32 2022-09-27T15:36:28.5757574Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int32 2022-09-27T15:36:28.5770828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int64 2022-09-27T15:36:28.6190184Z [gw3] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int64 2022-09-27T15:36:28.6231186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int8 2022-09-27T15:36:28.6635272Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int8 2022-09-27T15:36:28.6663654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_uint8 2022-09-27T15:36:28.7068595Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_uint8 2022-09-27T15:36:28.7101084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bfloat16 2022-09-27T15:36:28.7504948Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bfloat16 2022-09-27T15:36:28.7550774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bool 2022-09-27T15:36:28.7944288Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bool 2022-09-27T15:36:28.7971400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex128 2022-09-27T15:36:28.8307271Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex128 2022-09-27T15:36:28.8332809Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex32 2022-09-27T15:36:28.8384106Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex64 2022-09-27T15:36:28.8415386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex32 2022-09-27T15:36:28.8827935Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex32 2022-09-27T15:36:28.8872983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex64 2022-09-27T15:36:28.9293190Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex64 2022-09-27T15:36:28.9293915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float16 2022-09-27T15:36:28.9783217Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float16 2022-09-27T15:36:28.9783780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float32 2022-09-27T15:36:29.0218097Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float32 2022-09-27T15:36:29.0218645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float64 2022-09-27T15:36:29.0429608Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float64 2022-09-27T15:36:29.0439084Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex64 2022-09-27T15:36:29.0666118Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float16 2022-09-27T15:36:29.0688891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int16 2022-09-27T15:36:29.1027771Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int16 2022-09-27T15:36:29.1035689Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int32 2022-09-27T15:36:29.1105476Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int64 2022-09-27T15:36:29.1138606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int32 2022-09-27T15:36:29.1546292Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int32 2022-09-27T15:36:29.1580470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int64 2022-09-27T15:36:29.1652701Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int64 2022-09-27T15:36:29.1659353Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float16 2022-09-27T15:36:29.1989202Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float32 2022-09-27T15:36:29.2020646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int8 2022-09-27T15:36:29.2128420Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int8 2022-09-27T15:36:29.2140973Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float32 2022-09-27T15:36:29.2334344Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float64 2022-09-27T15:36:29.2349309Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bfloat16 2022-09-27T15:36:29.2425638Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bool 2022-09-27T15:36:29.2468243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_uint8 2022-09-27T15:36:29.2888931Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_uint8 2022-09-27T15:36:29.2907669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:29.2911937Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:29.2914620Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float64 2022-09-27T15:36:29.3314284Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int16 2022-09-27T15:36:29.3334612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bool 2022-09-27T15:36:29.3661319Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bool 2022-09-27T15:36:29.3673977Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int16 2022-09-27T15:36:29.3743206Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int32 2022-09-27T15:36:29.3764696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex128 2022-09-27T15:36:29.4235722Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex128 2022-09-27T15:36:29.4240030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex32 2022-09-27T15:36:29.4328101Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex32 2022-09-27T15:36:29.4352677Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int32 2022-09-27T15:36:29.4681459Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int64 2022-09-27T15:36:29.4721383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex64 2022-09-27T15:36:29.5137257Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex64 2022-09-27T15:36:29.5145186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float16 2022-09-27T15:36:29.5441451Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float16 2022-09-27T15:36:29.5456374Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int64 2022-09-27T15:36:29.5544118Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int8 2022-09-27T15:36:29.5575608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float32 2022-09-27T15:36:29.6024600Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float32 2022-09-27T15:36:29.6028540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float64 2022-09-27T15:36:29.6246490Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float64 2022-09-27T15:36:29.6256067Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int8 2022-09-27T15:36:29.6436847Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_uint8 2022-09-27T15:36:29.6455668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int16 2022-09-27T15:36:29.6487993Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int16 2022-09-27T15:36:29.6496199Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int64 2022-09-27T15:36:29.6843699Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int8 2022-09-27T15:36:29.6853072Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_uint8 2022-09-27T15:36:29.6863404Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_bfloat16 2022-09-27T15:36:29.6892285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int32 2022-09-27T15:36:29.7304354Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int32 2022-09-27T15:36:29.7337131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int64 2022-09-27T15:36:29.7747142Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int64 2022-09-27T15:36:29.7780454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int8 2022-09-27T15:36:29.8189949Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int8 2022-09-27T15:36:29.8216283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_uint8 2022-09-27T15:36:29.8648039Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_uint8 2022-09-27T15:36:29.8654017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bfloat16 2022-09-27T15:36:29.9065105Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bfloat16 2022-09-27T15:36:29.9094571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bool 2022-09-27T15:36:29.9506942Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bool 2022-09-27T15:36:29.9530636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex128 2022-09-27T15:36:29.9982019Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex128 2022-09-27T15:36:29.9986905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex32 2022-09-27T15:36:30.0413835Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex32 2022-09-27T15:36:30.0418221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex64 2022-09-27T15:36:30.0824869Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex64 2022-09-27T15:36:30.0853192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float16 2022-09-27T15:36:30.1294451Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float16 2022-09-27T15:36:30.1298719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float32 2022-09-27T15:36:30.1705751Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float32 2022-09-27T15:36:30.1729131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float64 2022-09-27T15:36:30.2066460Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float64 2022-09-27T15:36:30.2075237Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int8 2022-09-27T15:36:30.2143900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_uint8 2022-09-27T15:36:30.2167864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int16 2022-09-27T15:36:30.2612801Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int16 2022-09-27T15:36:30.2619104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int32 2022-09-27T15:36:30.3058624Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int32 2022-09-27T15:36:30.3088084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int64 2022-09-27T15:36:30.3539977Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int64 2022-09-27T15:36:30.3547879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int8 2022-09-27T15:36:30.3946327Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int8 2022-09-27T15:36:30.3973286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_uint8 2022-09-27T15:36:30.4303015Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_uint8 2022-09-27T15:36:30.4311396Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_bfloat16 2022-09-27T15:36:30.4383488Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex128 2022-09-27T15:36:30.4413664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:30.4831312Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:30.4863348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bool 2022-09-27T15:36:30.5312238Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bool 2022-09-27T15:36:30.5321362Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bool 2022-09-27T15:36:30.5329937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex128 2022-09-27T15:36:30.5344411Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex128 2022-09-27T15:36:30.5724706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float16 2022-09-27T15:36:30.5748972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex32 2022-09-27T15:36:30.6187317Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex32 2022-09-27T15:36:30.6230890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex64 2022-09-27T15:36:30.6655189Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex64 2022-09-27T15:36:30.6661740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float16 2022-09-27T15:36:30.7091204Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float16 2022-09-27T15:36:30.7097575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float32 2022-09-27T15:36:30.7524681Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float32 2022-09-27T15:36:30.7550903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float64 2022-09-27T15:36:30.7951575Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float64 2022-09-27T15:36:30.7995500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int16 2022-09-27T15:36:30.8044553Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int16 2022-09-27T15:36:30.8053411Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_uint8 2022-09-27T15:36:30.8400927Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_bfloat16 2022-09-27T15:36:30.8421880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int32 2022-09-27T15:36:30.8834601Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int32 2022-09-27T15:36:30.8870348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int64 2022-09-27T15:36:30.9303545Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int64 2022-09-27T15:36:30.9304116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int8 2022-09-27T15:36:30.9790890Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int8 2022-09-27T15:36:30.9805351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_uint8 2022-09-27T15:36:31.0147507Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_uint8 2022-09-27T15:36:31.0176305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bfloat16 2022-09-27T15:36:31.0617685Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bfloat16 2022-09-27T15:36:31.0625818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bool 2022-09-27T15:36:31.0872175Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bool 2022-09-27T15:36:31.0880817Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex128 2022-09-27T15:36:31.1024470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex64 2022-09-27T15:36:31.1054055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float16 2022-09-27T15:36:31.1469646Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float16 2022-09-27T15:36:31.1505406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float32 2022-09-27T15:36:31.1912494Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float32 2022-09-27T15:36:31.1945622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float64 2022-09-27T15:36:31.2385600Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float64 2022-09-27T15:36:31.2413710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int16 2022-09-27T15:36:31.2864026Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int16 2022-09-27T15:36:31.2896171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int32 2022-09-27T15:36:31.3375527Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int32 2022-09-27T15:36:31.3380114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int64 2022-09-27T15:36:31.3822376Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int64 2022-09-27T15:36:31.3828427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int8 2022-09-27T15:36:31.4264333Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int8 2022-09-27T15:36:31.4267329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_uint8 2022-09-27T15:36:31.4702942Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_uint8 2022-09-27T15:36:31.4705967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:31.5236591Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:31.5240419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bool 2022-09-27T15:36:31.5673091Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bool 2022-09-27T15:36:31.5696644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float16 2022-09-27T15:36:31.6171657Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float16 2022-09-27T15:36:31.6178770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float32 2022-09-27T15:36:31.6615238Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float32 2022-09-27T15:36:31.6623149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float64 2022-09-27T15:36:31.7026988Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float64 2022-09-27T15:36:31.7070200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int16 2022-09-27T15:36:31.7101656Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int16 2022-09-27T15:36:31.7111786Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_bfloat16 2022-09-27T15:36:31.7210793Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float16 2022-09-27T15:36:31.7222168Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex64 2022-09-27T15:36:31.7465804Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float16 2022-09-27T15:36:31.7496500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int32 2022-09-27T15:36:31.7904508Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int32 2022-09-27T15:36:31.7927882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int64 2022-09-27T15:36:31.8348908Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int64 2022-09-27T15:36:31.8371180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int8 2022-09-27T15:36:31.8788586Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int8 2022-09-27T15:36:31.8820342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_uint8 2022-09-27T15:36:31.9226230Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_uint8 2022-09-27T15:36:31.9272936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bfloat16 2022-09-27T15:36:31.9663564Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bfloat16 2022-09-27T15:36:31.9691492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bool 2022-09-27T15:36:32.0103037Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bool 2022-09-27T15:36:32.0139167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex128 2022-09-27T15:36:32.0584642Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex128 2022-09-27T15:36:32.0589554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex32 2022-09-27T15:36:32.0809546Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex32 2022-09-27T15:36:32.0821656Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float16 2022-09-27T15:36:32.0983264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float32 2022-09-27T15:36:32.1009780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex64 2022-09-27T15:36:32.1425394Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex64 2022-09-27T15:36:32.1466093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float16 2022-09-27T15:36:32.1874650Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float16 2022-09-27T15:36:32.1903790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float32 2022-09-27T15:36:32.2336189Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float32 2022-09-27T15:36:32.2342002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float64 2022-09-27T15:36:32.2747690Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float64 2022-09-27T15:36:32.2776619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int16 2022-09-27T15:36:32.3183516Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int16 2022-09-27T15:36:32.3209922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int32 2022-09-27T15:36:32.3637056Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int32 2022-09-27T15:36:32.3652505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int64 2022-09-27T15:36:32.4143837Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int64 2022-09-27T15:36:32.4144628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int8 2022-09-27T15:36:32.4544635Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int8 2022-09-27T15:36:32.4570542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_uint8 2022-09-27T15:36:32.5013943Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_uint8 2022-09-27T15:36:32.5020545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:32.5425862Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:32.5458130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bool 2022-09-27T15:36:32.5762953Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bool 2022-09-27T15:36:32.5772649Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float16 2022-09-27T15:36:32.5863571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float32 2022-09-27T15:36:32.5890520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex128 2022-09-27T15:36:32.6077109Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex128 2022-09-27T15:36:32.6084692Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float16 2022-09-27T15:36:32.6308387Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:36:32.6340085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex32 2022-09-27T15:36:32.6853270Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex32 2022-09-27T15:36:32.6863200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex64 2022-09-27T15:36:32.7267002Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex64 2022-09-27T15:36:32.7272528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float16 2022-09-27T15:36:32.7744443Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float16 2022-09-27T15:36:32.7745008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float32 2022-09-27T15:36:32.8235261Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float32 2022-09-27T15:36:32.8235839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float64 2022-09-27T15:36:32.8670755Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float64 2022-09-27T15:36:32.8674444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int16 2022-09-27T15:36:32.9064372Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int16 2022-09-27T15:36:32.9088284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int32 2022-09-27T15:36:32.9505091Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int32 2022-09-27T15:36:32.9527569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int64 2022-09-27T15:36:32.9921515Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int64 2022-09-27T15:36:32.9932463Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float32 2022-09-27T15:36:32.9945604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float64 2022-09-27T15:36:32.9986484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int8 2022-09-27T15:36:33.0462630Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int8 2022-09-27T15:36:33.0473434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_uint8 2022-09-27T15:36:33.0902746Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_uint8 2022-09-27T15:36:33.0914040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_bfloat16 2022-09-27T15:36:33.1131540Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_bfloat16 2022-09-27T15:36:33.1147665Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:36:33.1304051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:36:33.1331744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float32 2022-09-27T15:36:33.1748386Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float32 2022-09-27T15:36:33.1770265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float64 2022-09-27T15:36:33.2188121Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float64 2022-09-27T15:36:33.2208898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:33.2634418Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:33.2672215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float32 2022-09-27T15:36:33.3068383Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float32 2022-09-27T15:36:33.3101575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float64 2022-09-27T15:36:33.3395701Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float64 2022-09-27T15:36:33.3413045Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float32 2022-09-27T15:36:33.3549102Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float64 2022-09-27T15:36:33.3556467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bfloat16 2022-09-27T15:36:33.3960989Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bfloat16 2022-09-27T15:36:33.3989306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bool 2022-09-27T15:36:33.4291789Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bool 2022-09-27T15:36:33.4299517Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float64 2022-09-27T15:36:33.4424694Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int16 2022-09-27T15:36:33.4455966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex128 2022-09-27T15:36:33.4878866Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex128 2022-09-27T15:36:33.4904939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex64 2022-09-27T15:36:33.5341956Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex64 2022-09-27T15:36:33.5351353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float16 2022-09-27T15:36:33.5704097Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float16 2022-09-27T15:36:33.5714833Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:36:33.5786294Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int16 2022-09-27T15:36:33.5829131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float32 2022-09-27T15:36:33.6265814Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float32 2022-09-27T15:36:33.6305643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float64 2022-09-27T15:36:33.6705956Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float64 2022-09-27T15:36:33.6736171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int16 2022-09-27T15:36:33.7174033Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int16 2022-09-27T15:36:33.7174630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int32 2022-09-27T15:36:33.7589569Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int32 2022-09-27T15:36:33.7612414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int64 2022-09-27T15:36:33.8053582Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int64 2022-09-27T15:36:33.8060508Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int16 2022-09-27T15:36:33.8066375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int32 2022-09-27T15:36:33.8072698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int8 2022-09-27T15:36:33.8504311Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int8 2022-09-27T15:36:33.8530591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_uint8 2022-09-27T15:36:33.8975072Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_uint8 2022-09-27T15:36:33.8985909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:33.9423127Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:33.9426979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bool 2022-09-27T15:36:33.9828251Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bool 2022-09-27T15:36:33.9867198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex128 2022-09-27T15:36:34.0264817Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex128 2022-09-27T15:36:34.0295309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex64 2022-09-27T15:36:34.0706870Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex64 2022-09-27T15:36:34.0741727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float16 2022-09-27T15:36:34.1149203Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float16 2022-09-27T15:36:34.1188872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float32 2022-09-27T15:36:34.1624106Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float32 2022-09-27T15:36:34.1628031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float64 2022-09-27T15:36:34.2030001Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float64 2022-09-27T15:36:34.2063764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int16 2022-09-27T15:36:34.2164549Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int16 2022-09-27T15:36:34.2177825Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int32 2022-09-27T15:36:34.2372972Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int64 2022-09-27T15:36:34.2380846Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int16 2022-09-27T15:36:34.2462714Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int32 2022-09-27T15:36:34.2484726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int32 2022-09-27T15:36:34.2908192Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int32 2022-09-27T15:36:34.2944434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int64 2022-09-27T15:36:34.3345606Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int64 2022-09-27T15:36:34.3367948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int8 2022-09-27T15:36:34.3817923Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int8 2022-09-27T15:36:34.3821122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_uint8 2022-09-27T15:36:34.4308198Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_uint8 2022-09-27T15:36:34.4311252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_bfloat16 2022-09-27T15:36:34.4780167Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_bfloat16 2022-09-27T15:36:34.4781204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex128 2022-09-27T15:36:34.5228272Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex128 2022-09-27T15:36:34.5269853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex32 2022-09-27T15:36:34.5701755Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex32 2022-09-27T15:36:34.5702422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex64 2022-09-27T15:36:34.5986028Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex64 2022-09-27T15:36:34.5995347Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int64 2022-09-27T15:36:34.6103200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int8 2022-09-27T15:36:34.6130127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float16 2022-09-27T15:36:34.6543231Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float16 2022-09-27T15:36:34.6570197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float32 2022-09-27T15:36:34.6853518Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float32 2022-09-27T15:36:34.6865131Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float64 2022-09-27T15:36:34.6983410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int16 2022-09-27T15:36:34.7017377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float64 2022-09-27T15:36:34.7423998Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float64 2022-09-27T15:36:34.7465428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int16 2022-09-27T15:36:34.7864804Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int16 2022-09-27T15:36:34.7890756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int32 2022-09-27T15:36:34.8305560Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int32 2022-09-27T15:36:34.8342201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int64 2022-09-27T15:36:34.8376391Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int64 2022-09-27T15:36:34.8400372Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int32 2022-09-27T15:36:34.8745993Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int64 2022-09-27T15:36:34.8784384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int8 2022-09-27T15:36:34.9113779Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int8 2022-09-27T15:36:34.9122370Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int8 2022-09-27T15:36:34.9223463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_uint8 2022-09-27T15:36:34.9247490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_uint8 2022-09-27T15:36:34.9663533Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_uint8 2022-09-27T15:36:34.9689897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:35.0186310Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:35.0192899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex128 2022-09-27T15:36:35.0586817Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex128 2022-09-27T15:36:35.0587463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex32 2022-09-27T15:36:35.1025696Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex32 2022-09-27T15:36:35.1027612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex64 2022-09-27T15:36:35.1449102Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex64 2022-09-27T15:36:35.1459061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float16 2022-09-27T15:36:35.1866406Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float16 2022-09-27T15:36:35.1905868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float32 2022-09-27T15:36:35.2361948Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float32 2022-09-27T15:36:35.2389937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float64 2022-09-27T15:36:35.2783195Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float64 2022-09-27T15:36:35.2803328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int16 2022-09-27T15:36:35.3327463Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int16 2022-09-27T15:36:35.3338670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int32 2022-09-27T15:36:35.3719267Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int32 2022-09-27T15:36:35.3743151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int64 2022-09-27T15:36:35.4144833Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int64 2022-09-27T15:36:35.4172081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int8 2022-09-27T15:36:35.4186294Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_uint8 2022-09-27T15:36:35.4195521Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int8 2022-09-27T15:36:35.4353214Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_bool 2022-09-27T15:36:35.4366971Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int64 2022-09-27T15:36:35.4584581Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int8 2022-09-27T15:36:35.4620173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_uint8 2022-09-27T15:36:35.5025370Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_uint8 2022-09-27T15:36:35.5048534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bfloat16 2022-09-27T15:36:35.5081723Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bfloat16 2022-09-27T15:36:35.5092362Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_bool 2022-09-27T15:36:35.5464653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex128 2022-09-27T15:36:35.5496544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bool 2022-09-27T15:36:35.5904795Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bool 2022-09-27T15:36:35.5921237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex128 2022-09-27T15:36:35.6031608Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex128 2022-09-27T15:36:35.6043200Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex128 2022-09-27T15:36:35.6345556Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex64 2022-09-27T15:36:35.6365904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex32 2022-09-27T15:36:35.6784046Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex32 2022-09-27T15:36:35.6806066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex64 2022-09-27T15:36:35.6939227Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex64 2022-09-27T15:36:35.6946240Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex64 2022-09-27T15:36:35.7224896Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float32 2022-09-27T15:36:35.7247155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float16 2022-09-27T15:36:35.7371202Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float16 2022-09-27T15:36:35.7385885Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int16 2022-09-27T15:36:35.7663636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int32 2022-09-27T15:36:35.7687981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float32 2022-09-27T15:36:35.7810683Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float32 2022-09-27T15:36:35.7821369Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float32 2022-09-27T15:36:35.8103859Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float64 2022-09-27T15:36:35.8121613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float64 2022-09-27T15:36:35.8466494Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float64 2022-09-27T15:36:35.8476354Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int8 2022-09-27T15:36:35.8543031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_uint8 2022-09-27T15:36:35.8560475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int16 2022-09-27T15:36:35.8666559Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int16 2022-09-27T15:36:35.8675935Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float64 2022-09-27T15:36:35.8986970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int16 2022-09-27T15:36:35.9001684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int32 2022-09-27T15:36:35.9426730Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int32 2022-09-27T15:36:35.9449769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int64 2022-09-27T15:36:35.9563044Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int64 2022-09-27T15:36:35.9573782Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int16 2022-09-27T15:36:35.9864793Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int32 2022-09-27T15:36:35.9889053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int8 2022-09-27T15:36:36.0303740Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int8 2022-09-27T15:36:36.0330812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_uint8 2022-09-27T15:36:36.0470420Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_uint8 2022-09-27T15:36:36.0483756Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int32 2022-09-27T15:36:36.0743743Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int64 2022-09-27T15:36:36.0762518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:36.1230483Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:36.1257550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bool 2022-09-27T15:36:36.1464827Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bool 2022-09-27T15:36:36.1477689Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int64 2022-09-27T15:36:36.1708089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int8 2022-09-27T15:36:36.1734282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex128 2022-09-27T15:36:36.2173483Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex128 2022-09-27T15:36:36.2179035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex32 2022-09-27T15:36:36.2529359Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex32 2022-09-27T15:36:36.2538864Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int8 2022-09-27T15:36:36.2583179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_uint8 2022-09-27T15:36:36.2603935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex64 2022-09-27T15:36:36.2645418Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex64 2022-09-27T15:36:36.2653300Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_uint8 2022-09-27T15:36:36.2766930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bfloat16 2022-09-27T15:36:36.3023041Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bfloat16 2022-09-27T15:36:36.3050570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float16 2022-09-27T15:36:36.3062292Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float16 2022-09-27T15:36:36.3137993Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bool 2022-09-27T15:36:36.3435682Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bool 2022-09-27T15:36:36.3447090Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_uint8 2022-09-27T15:36:36.3464090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_bfloat16 2022-09-27T15:36:36.3484270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float32 2022-09-27T15:36:36.3507823Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float32 2022-09-27T15:36:36.3512403Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_bfloat16 2022-09-27T15:36:36.3587228Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex128 2022-09-27T15:36:36.3861699Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex128 2022-09-27T15:36:36.3904242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex128 2022-09-27T15:36:36.3942045Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex128 2022-09-27T15:36:36.3954791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float64 2022-09-27T15:36:36.3981917Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float64 2022-09-27T15:36:36.4059486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex32 2022-09-27T15:36:36.4301705Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex32 2022-09-27T15:36:36.4342431Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex32 2022-09-27T15:36:36.4382046Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex32 2022-09-27T15:36:36.4396000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int16 2022-09-27T15:36:36.4421952Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int16 2022-09-27T15:36:36.4498723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex64 2022-09-27T15:36:36.4741920Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex64 2022-09-27T15:36:36.4787238Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex64 2022-09-27T15:36:36.4822039Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex64 2022-09-27T15:36:36.4836990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int32 2022-09-27T15:36:36.4901262Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int32 2022-09-27T15:36:36.4976460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float16 2022-09-27T15:36:36.5182346Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float16 2022-09-27T15:36:36.5225531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float16 2022-09-27T15:36:36.5262555Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float16 2022-09-27T15:36:36.5280214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int64 2022-09-27T15:36:36.5342458Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int64 2022-09-27T15:36:36.5417842Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float32 2022-09-27T15:36:36.5622537Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float32 2022-09-27T15:36:36.5671090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float32 2022-09-27T15:36:36.5702143Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float32 2022-09-27T15:36:36.5715674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int8 2022-09-27T15:36:36.5781931Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int8 2022-09-27T15:36:36.5853983Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float64 2022-09-27T15:36:36.6062132Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float64 2022-09-27T15:36:36.6100185Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float64 2022-09-27T15:36:36.6141891Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float64 2022-09-27T15:36:36.6155328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_uint8 2022-09-27T15:36:36.6221576Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_uint8 2022-09-27T15:36:36.6289177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int16 2022-09-27T15:36:36.6502495Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int16 2022-09-27T15:36:36.6555167Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bfloat16 2022-09-27T15:36:36.6581420Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bfloat16 2022-09-27T15:36:36.6593518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bfloat16 2022-09-27T15:36:36.6661221Z [gw3] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bfloat16 2022-09-27T15:36:36.6727359Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int32 2022-09-27T15:36:36.6901551Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int32 2022-09-27T15:36:36.6909650Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int32 2022-09-27T15:36:36.6941290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int64 2022-09-27T15:36:36.6991780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bool 2022-09-27T15:36:36.7021405Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bool 2022-09-27T15:36:36.7034999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bool 2022-09-27T15:36:36.7101191Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bool 2022-09-27T15:36:36.7171343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int64 2022-09-27T15:36:36.7382410Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int64 2022-09-27T15:36:36.7435848Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex128 2022-09-27T15:36:36.7461777Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex128 2022-09-27T15:36:36.7474402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex128 2022-09-27T15:36:36.7541118Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex128 2022-09-27T15:36:36.7608233Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int8 2022-09-27T15:36:36.7821569Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int8 2022-09-27T15:36:36.7872055Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex32 2022-09-27T15:36:36.7901821Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex32 2022-09-27T15:36:36.7916929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex32 2022-09-27T15:36:36.7981526Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex32 2022-09-27T15:36:36.8063877Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_uint8 2022-09-27T15:36:36.8263141Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_uint8 2022-09-27T15:36:36.8319999Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex64 2022-09-27T15:36:36.8342682Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex64 2022-09-27T15:36:36.8356288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex64 2022-09-27T15:36:36.8422142Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex64 2022-09-27T15:36:36.8553611Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bfloat16 2022-09-27T15:36:36.8703143Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bfloat16 2022-09-27T15:36:36.8760461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float16 2022-09-27T15:36:36.8782565Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float16 2022-09-27T15:36:36.8798731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float16 2022-09-27T15:36:36.8861238Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float16 2022-09-27T15:36:36.8984397Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bool 2022-09-27T15:36:36.9141871Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bool 2022-09-27T15:36:36.9197129Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float32 2022-09-27T15:36:36.9221884Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float32 2022-09-27T15:36:36.9235494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float32 2022-09-27T15:36:36.9302254Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float32 2022-09-27T15:36:36.9424626Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex128 2022-09-27T15:36:36.9582382Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex128 2022-09-27T15:36:36.9635975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float64 2022-09-27T15:36:36.9662093Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float64 2022-09-27T15:36:36.9675899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float64 2022-09-27T15:36:36.9741314Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float64 2022-09-27T15:36:36.9875783Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex32 2022-09-27T15:36:37.0021502Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex32 2022-09-27T15:36:37.0076299Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int16 2022-09-27T15:36:37.0103467Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int16 2022-09-27T15:36:37.0115719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int16 2022-09-27T15:36:37.0182078Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int16 2022-09-27T15:36:37.0312829Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex64 2022-09-27T15:36:37.0461984Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex64 2022-09-27T15:36:37.0516866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int32 2022-09-27T15:36:37.0541526Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int32 2022-09-27T15:36:37.0555866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int32 2022-09-27T15:36:37.0621139Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int32 2022-09-27T15:36:37.0736051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float16 2022-09-27T15:36:37.0902183Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float16 2022-09-27T15:36:37.0956987Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int64 2022-09-27T15:36:37.0983082Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int64 2022-09-27T15:36:37.0998520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int64 2022-09-27T15:36:37.1062675Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int64 2022-09-27T15:36:37.1188655Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float32 2022-09-27T15:36:37.1342882Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float32 2022-09-27T15:36:37.1403952Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int8 2022-09-27T15:36:37.1422237Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int8 2022-09-27T15:36:37.1437461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int8 2022-09-27T15:36:37.1501653Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int8 2022-09-27T15:36:37.1620192Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float64 2022-09-27T15:36:37.1782712Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float64 2022-09-27T15:36:37.1834421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_uint8 2022-09-27T15:36:37.1862363Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_uint8 2022-09-27T15:36:37.1874817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_uint8 2022-09-27T15:36:37.1941545Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_uint8 2022-09-27T15:36:37.2066488Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int16 2022-09-27T15:36:37.2221758Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int16 2022-09-27T15:36:37.2302550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bfloat16 2022-09-27T15:36:37.2319608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:37.2382962Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:37.2521526Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int32 2022-09-27T15:36:37.2787560Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int32 2022-09-27T15:36:37.2823807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bool 2022-09-27T15:36:37.2840899Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bool 2022-09-27T15:36:37.2847832Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int64 2022-09-27T15:36:37.2864544Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bfloat16 2022-09-27T15:36:37.2979930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bool 2022-09-27T15:36:37.3226834Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int64 2022-09-27T15:36:37.3250411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex128 2022-09-27T15:36:37.3264447Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex128 2022-09-27T15:36:37.3409212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int8 2022-09-27T15:36:37.3664284Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int8 2022-09-27T15:36:37.3678972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex32 2022-09-27T15:36:37.3703655Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex32 2022-09-27T15:36:37.3831461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_uint8 2022-09-27T15:36:37.3856674Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_uint8 2022-09-27T15:36:37.3865519Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bool 2022-09-27T15:36:37.4149202Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex128 2022-09-27T15:36:37.4155626Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bfloat16 2022-09-27T15:36:37.4176891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex64 2022-09-27T15:36:37.4205266Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex64 2022-09-27T15:36:37.4342031Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bfloat16 2022-09-27T15:36:37.4351222Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int64 2022-09-27T15:36:37.4586034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int8 2022-09-27T15:36:37.4592904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bool 2022-09-27T15:36:37.4629062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float16 2022-09-27T15:36:37.4674483Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float16 2022-09-27T15:36:37.5027631Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bool 2022-09-27T15:36:37.5028165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex128 2022-09-27T15:36:37.5045107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float32 2022-09-27T15:36:37.5087216Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float32 2022-09-27T15:36:37.5470646Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex128 2022-09-27T15:36:37.5473616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float64 2022-09-27T15:36:37.5509977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex32 2022-09-27T15:36:37.5550675Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float64 2022-09-27T15:36:37.5660188Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex32 2022-09-27T15:36:37.5665757Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex128 2022-09-27T15:36:37.5909210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex32 2022-09-27T15:36:37.5909849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int16 2022-09-27T15:36:37.5927012Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex64 2022-09-27T15:36:37.5962434Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int16 2022-09-27T15:36:37.6360274Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex64 2022-09-27T15:36:37.6360956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int32 2022-09-27T15:36:37.6369042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float16 2022-09-27T15:36:37.6419183Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int32 2022-09-27T15:36:37.6787967Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float16 2022-09-27T15:36:37.6788595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int64 2022-09-27T15:36:37.6800455Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float32 2022-09-27T15:36:37.6847966Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int64 2022-09-27T15:36:37.7227916Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float32 2022-09-27T15:36:37.7232735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int8 2022-09-27T15:36:37.7250990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float64 2022-09-27T15:36:37.7291440Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int8 2022-09-27T15:36:37.7668211Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float64 2022-09-27T15:36:37.7668868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_uint8 2022-09-27T15:36:37.7685598Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int16 2022-09-27T15:36:37.7735213Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_uint8 2022-09-27T15:36:37.8109496Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int16 2022-09-27T15:36:37.8111131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bfloat16 2022-09-27T15:36:37.8147528Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int32 2022-09-27T15:36:37.8178671Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bfloat16 2022-09-27T15:36:37.8357281Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int32 2022-09-27T15:36:37.8363219Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex32 2022-09-27T15:36:37.8548573Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex64 2022-09-27T15:36:37.8575774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bool 2022-09-27T15:36:37.8582145Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int64 2022-09-27T15:36:37.8625419Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bool 2022-09-27T15:36:37.8987626Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int64 2022-09-27T15:36:37.8991183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int8 2022-09-27T15:36:37.9016982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex128 2022-09-27T15:36:37.9063454Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex128 2022-09-27T15:36:37.9427053Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int8 2022-09-27T15:36:37.9431379Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_uint8 2022-09-27T15:36:37.9456637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex32 2022-09-27T15:36:37.9481996Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex32 2022-09-27T15:36:37.9711914Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_uint8 2022-09-27T15:36:37.9718940Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex64 2022-09-27T15:36:37.9867164Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float16 2022-09-27T15:36:37.9869753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex64 2022-09-27T15:36:37.9898083Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bfloat16 2022-09-27T15:36:38.0177638Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex64 2022-09-27T15:36:38.0304580Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bfloat16 2022-09-27T15:36:38.0309721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float16 2022-09-27T15:36:38.0331659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bool 2022-09-27T15:36:38.0596235Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float16 2022-09-27T15:36:38.0744757Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bool 2022-09-27T15:36:38.0747407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float32 2022-09-27T15:36:38.0770691Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex128 2022-09-27T15:36:38.1098331Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float32 2022-09-27T15:36:38.1105462Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float16 2022-09-27T15:36:38.1121784Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float32 2022-09-27T15:36:38.1188841Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex128 2022-09-27T15:36:38.1192954Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex32 2022-09-27T15:36:38.1215187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float64 2022-09-27T15:36:38.1511931Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float64 2022-09-27T15:36:38.1580261Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex32 2022-09-27T15:36:38.1588039Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float32 2022-09-27T15:36:38.1625373Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float64 2022-09-27T15:36:38.1625962Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex64 2022-09-27T15:36:38.1654035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int16 2022-09-27T15:36:38.1940952Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int16 2022-09-27T15:36:38.2066086Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex64 2022-09-27T15:36:38.2079997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int32 2022-09-27T15:36:38.2105101Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float16 2022-09-27T15:36:38.2354616Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int32 2022-09-27T15:36:38.2364521Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float64 2022-09-27T15:36:38.2469642Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int16 2022-09-27T15:36:38.2544971Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float16 2022-09-27T15:36:38.2546693Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float32 2022-09-27T15:36:38.2570172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int64 2022-09-27T15:36:38.2849183Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int64 2022-09-27T15:36:38.2979413Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float32 2022-09-27T15:36:38.2990300Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int16 2022-09-27T15:36:38.2993111Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float64 2022-09-27T15:36:38.2994271Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int32 2022-09-27T15:36:38.3023059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int8 2022-09-27T15:36:38.3368791Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int8 2022-09-27T15:36:38.3425085Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float64 2022-09-27T15:36:38.3425932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_uint8 2022-09-27T15:36:38.3452853Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int16 2022-09-27T15:36:38.3734100Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_uint8 2022-09-27T15:36:38.3738282Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int16 2022-09-27T15:36:38.3746775Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int32 2022-09-27T15:36:38.3866183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int64 2022-09-27T15:36:38.3867100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int32 2022-09-27T15:36:38.3903638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:38.4171271Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:38.4173954Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int8 2022-09-27T15:36:38.4191136Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int32 2022-09-27T15:36:38.4305624Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_uint8 2022-09-27T15:36:38.4306779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int64 2022-09-27T15:36:38.4318935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bool 2022-09-27T15:36:38.4325017Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int64 2022-09-27T15:36:38.4339167Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int8 2022-09-27T15:36:38.4607066Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bool 2022-09-27T15:36:38.4743657Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int64 2022-09-27T15:36:38.4746035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int8 2022-09-27T15:36:38.4778947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex128 2022-09-27T15:36:38.4844565Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex128 2022-09-27T15:36:38.4854281Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int8 2022-09-27T15:36:38.5007140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_uint8 2022-09-27T15:36:38.5184181Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int8 2022-09-27T15:36:38.5185912Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_uint8 2022-09-27T15:36:38.5218718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex32 2022-09-27T15:36:38.5375857Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex32 2022-09-27T15:36:38.5386803Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_uint8 2022-09-27T15:36:38.5456178Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bfloat16 2022-09-27T15:36:38.5624145Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_uint8 2022-09-27T15:36:38.5625710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bfloat16 2022-09-27T15:36:38.5649566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex64 2022-09-27T15:36:38.6093906Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex64 2022-09-27T15:36:38.6118594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float16 2022-09-27T15:36:38.6548151Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float16 2022-09-27T15:36:38.6577574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float32 2022-09-27T15:36:38.6986582Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float32 2022-09-27T15:36:38.7008665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float64 2022-09-27T15:36:38.7023206Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bfloat16 2022-09-27T15:36:38.7028428Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bool 2022-09-27T15:36:38.7423618Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float64 2022-09-27T15:36:38.7442373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int16 2022-09-27T15:36:38.7863913Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int16 2022-09-27T15:36:38.7886367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int32 2022-09-27T15:36:38.8305244Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int32 2022-09-27T15:36:38.8336732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int64 2022-09-27T15:36:38.8753392Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int64 2022-09-27T15:36:38.8774356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int8 2022-09-27T15:36:38.9187434Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int8 2022-09-27T15:36:38.9210804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_uint8 2022-09-27T15:36:38.9225732Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bool 2022-09-27T15:36:38.9232629Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_uint8 2022-09-27T15:36:38.9630907Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex128 2022-09-27T15:36:38.9703217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bfloat16 2022-09-27T15:36:39.0064725Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bfloat16 2022-09-27T15:36:39.0108797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bool 2022-09-27T15:36:39.0542933Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bool 2022-09-27T15:36:39.0547344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex128 2022-09-27T15:36:39.0992187Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex128 2022-09-27T15:36:39.1018182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex32 2022-09-27T15:36:39.1083188Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex32 2022-09-27T15:36:39.1090749Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bfloat16 2022-09-27T15:36:39.1425356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bool 2022-09-27T15:36:39.1450583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex64 2022-09-27T15:36:39.1775360Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex64 2022-09-27T15:36:39.1781980Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex128 2022-09-27T15:36:39.1864818Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex64 2022-09-27T15:36:39.1898518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float16 2022-09-27T15:36:39.2340899Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float16 2022-09-27T15:36:39.2346827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float32 2022-09-27T15:36:39.2782065Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float32 2022-09-27T15:36:39.2792064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float64 2022-09-27T15:36:39.3184547Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float64 2022-09-27T15:36:39.3209694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int16 2022-09-27T15:36:39.3627990Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int16 2022-09-27T15:36:39.3660547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int32 2022-09-27T15:36:39.3666459Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int32 2022-09-27T15:36:39.3671343Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex64 2022-09-27T15:36:39.4063925Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float16 2022-09-27T15:36:39.4091022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int64 2022-09-27T15:36:39.4506766Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int64 2022-09-27T15:36:39.4554479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int8 2022-09-27T15:36:39.4717254Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int8 2022-09-27T15:36:39.4728055Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bool 2022-09-27T15:36:39.4946125Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex128 2022-09-27T15:36:39.4971738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_uint8 2022-09-27T15:36:39.5391120Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_uint8 2022-09-27T15:36:39.5424052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:39.5828001Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:39.5851723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bool 2022-09-27T15:36:39.6050114Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bool 2022-09-27T15:36:39.6068782Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_uint8 2022-09-27T15:36:39.6155746Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bfloat16 2022-09-27T15:36:39.6304805Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bfloat16 2022-09-27T15:36:39.6336326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex128 2022-09-27T15:36:39.6503922Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex128 2022-09-27T15:36:39.6519095Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bool 2022-09-27T15:36:39.6531493Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float16 2022-09-27T15:36:39.6592300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float32 2022-09-27T15:36:39.6743999Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bool 2022-09-27T15:36:39.6771340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex32 2022-09-27T15:36:39.6946906Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex32 2022-09-27T15:36:39.7075656Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex128 2022-09-27T15:36:39.7210195Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex128 2022-09-27T15:36:39.7246068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex64 2022-09-27T15:36:39.7387106Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex64 2022-09-27T15:36:39.7431927Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex32 2022-09-27T15:36:39.7443195Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float32 2022-09-27T15:36:39.7471805Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float64 2022-09-27T15:36:39.7641066Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex32 2022-09-27T15:36:39.7670174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float16 2022-09-27T15:36:39.7866012Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float16 2022-09-27T15:36:39.7953406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex64 2022-09-27T15:36:39.8065078Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex64 2022-09-27T15:36:39.8092458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float32 2022-09-27T15:36:39.8346109Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float32 2022-09-27T15:36:39.8447215Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float16 2022-09-27T15:36:39.8538740Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float16 2022-09-27T15:36:39.8544106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float64 2022-09-27T15:36:39.8651724Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float64 2022-09-27T15:36:39.8661261Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float64 2022-09-27T15:36:39.8825249Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int16 2022-09-27T15:36:39.8911158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float32 2022-09-27T15:36:39.8943265Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float32 2022-09-27T15:36:39.8965269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int16 2022-09-27T15:36:39.8979970Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int16 2022-09-27T15:36:39.8989743Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex128 2022-09-27T15:36:39.9305035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex32 2022-09-27T15:36:39.9392537Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float64 2022-09-27T15:36:39.9424407Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float64 2022-09-27T15:36:39.9449862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int32 2022-09-27T15:36:39.9735124Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int32 2022-09-27T15:36:39.9746598Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int16 2022-09-27T15:36:39.9747706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int16 2022-09-27T15:36:39.9819143Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int32 2022-09-27T15:36:39.9861666Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int16 2022-09-27T15:36:39.9882542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int64 2022-09-27T15:36:40.0184979Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int64 2022-09-27T15:36:40.0257833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int32 2022-09-27T15:36:40.0305079Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int32 2022-09-27T15:36:40.0326298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int8 2022-09-27T15:36:40.0626466Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int8 2022-09-27T15:36:40.0704895Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int64 2022-09-27T15:36:40.0747164Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int64 2022-09-27T15:36:40.0767668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_uint8 2022-09-27T15:36:40.0912220Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_uint8 2022-09-27T15:36:40.0921298Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int32 2022-09-27T15:36:40.1063269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int64 2022-09-27T15:36:40.1169881Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int8 2022-09-27T15:36:40.1183533Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int8 2022-09-27T15:36:40.1211068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bfloat16 2022-09-27T15:36:40.1504859Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bfloat16 2022-09-27T15:36:40.1606575Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_uint8 2022-09-27T15:36:40.1625413Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_uint8 2022-09-27T15:36:40.1647299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bool 2022-09-27T15:36:40.1945139Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bool 2022-09-27T15:36:40.2031568Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bfloat16 2022-09-27T15:36:40.2065658Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bfloat16 2022-09-27T15:36:40.2091615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex128 2022-09-27T15:36:40.2156828Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex128 2022-09-27T15:36:40.2165923Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int64 2022-09-27T15:36:40.2386349Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int8 2022-09-27T15:36:40.2444509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bool 2022-09-27T15:36:40.2504732Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bool 2022-09-27T15:36:40.2530129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex32 2022-09-27T15:36:40.2825693Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex32 2022-09-27T15:36:40.2906670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex128 2022-09-27T15:36:40.2978618Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex128 2022-09-27T15:36:40.2984168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex64 2022-09-27T15:36:40.3265286Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex64 2022-09-27T15:36:40.3334198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex32 2022-09-27T15:36:40.3344844Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int8 2022-09-27T15:36:40.3348911Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_uint8 2022-09-27T15:36:40.3382670Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex32 2022-09-27T15:36:40.3404499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float16 2022-09-27T15:36:40.3708468Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float16 2022-09-27T15:36:40.3790470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex64 2022-09-27T15:36:40.3823198Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex64 2022-09-27T15:36:40.3849613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float32 2022-09-27T15:36:40.4186748Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float32 2022-09-27T15:36:40.4229171Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float16 2022-09-27T15:36:40.4264641Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float16 2022-09-27T15:36:40.4291102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float64 2022-09-27T15:36:40.4565223Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float64 2022-09-27T15:36:40.4574000Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_uint8 2022-09-27T15:36:40.4662976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_bfloat16 2022-09-27T15:36:40.4668992Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float32 2022-09-27T15:36:40.4703661Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float32 2022-09-27T15:36:40.4735133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int16 2022-09-27T15:36:40.5027708Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int16 2022-09-27T15:36:40.5088434Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float64 2022-09-27T15:36:40.5144202Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float64 2022-09-27T15:36:40.5173558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int32 2022-09-27T15:36:40.5471993Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int32 2022-09-27T15:36:40.5541920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int16 2022-09-27T15:36:40.5585453Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int16 2022-09-27T15:36:40.5619805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int64 2022-09-27T15:36:40.5906706Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int64 2022-09-27T15:36:40.5973073Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int32 2022-09-27T15:36:40.5981811Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int32 2022-09-27T15:36:40.5990170Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex32 2022-09-27T15:36:40.6065779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex64 2022-09-27T15:36:40.6091810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int8 2022-09-27T15:36:40.6425584Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int8 2022-09-27T15:36:40.6454134Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int64 2022-09-27T15:36:40.6558196Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int64 2022-09-27T15:36:40.6577180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_uint8 2022-09-27T15:36:40.6826014Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_uint8 2022-09-27T15:36:40.6905397Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int8 2022-09-27T15:36:40.7000896Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int8 2022-09-27T15:36:40.7013535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:40.7304672Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:40.7384374Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_uint8 2022-09-27T15:36:40.7464101Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_uint8 2022-09-27T15:36:40.7494720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bool 2022-09-27T15:36:40.7749420Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bool 2022-09-27T15:36:40.7907269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_bfloat16 2022-09-27T15:36:40.7938108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex128 2022-09-27T15:36:40.8374567Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex128 2022-09-27T15:36:40.8384320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex32 2022-09-27T15:36:40.8788252Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex32 2022-09-27T15:36:40.8822291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex64 2022-09-27T15:36:40.9225607Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex64 2022-09-27T15:36:40.9259471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float16 2022-09-27T15:36:40.9698489Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float16 2022-09-27T15:36:40.9699041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float32 2022-09-27T15:36:41.0136369Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float32 2022-09-27T15:36:41.0144139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float64 2022-09-27T15:36:41.0420989Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float64 2022-09-27T15:36:41.0430067Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex64 2022-09-27T15:36:41.0543868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float16 2022-09-27T15:36:41.0573445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int16 2022-09-27T15:36:41.0985199Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int16 2022-09-27T15:36:41.1010934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int32 2022-09-27T15:36:41.1148029Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int32 2022-09-27T15:36:41.1167372Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_bfloat16 2022-09-27T15:36:41.1425108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float16 2022-09-27T15:36:41.1455641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int64 2022-09-27T15:36:41.1871708Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int64 2022-09-27T15:36:41.1905470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int8 2022-09-27T15:36:41.2309445Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int8 2022-09-27T15:36:41.2335870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_uint8 2022-09-27T15:36:41.2747373Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_uint8 2022-09-27T15:36:41.2768322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_bfloat16 2022-09-27T15:36:41.3215434Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_bfloat16 2022-09-27T15:36:41.3224124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float32 2022-09-27T15:36:41.3668606Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float32 2022-09-27T15:36:41.3680436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float64 2022-09-27T15:36:41.4104155Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float64 2022-09-27T15:36:41.4124995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:41.4548945Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:41.4586600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float32 2022-09-27T15:36:41.5028292Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float32 2022-09-27T15:36:41.5059750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float64 2022-09-27T15:36:41.5326629Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float64 2022-09-27T15:36:41.5339934Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_bfloat16 2022-09-27T15:36:41.5464132Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float32 2022-09-27T15:36:41.5492699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_bfloat16 2022-09-27T15:36:41.5934503Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_bfloat16 2022-09-27T15:36:41.5951372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float32 2022-09-27T15:36:41.6386689Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float32 2022-09-27T15:36:41.6397161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float64 2022-09-27T15:36:41.6832123Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float64 2022-09-27T15:36:41.6838081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:41.7273192Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:41.7279391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float32 2022-09-27T15:36:41.7436001Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float32 2022-09-27T15:36:41.7448535Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float16 2022-09-27T15:36:41.7666793Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float32 2022-09-27T15:36:41.7697640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float64 2022-09-27T15:36:41.8108269Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float64 2022-09-27T15:36:41.8140546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_bfloat16 2022-09-27T15:36:41.8579471Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_bfloat16 2022-09-27T15:36:41.8580057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float32 2022-09-27T15:36:41.8989534Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float32 2022-09-27T15:36:41.9017847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float64 2022-09-27T15:36:41.9130433Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float64 2022-09-27T15:36:41.9139807Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float32 2022-09-27T15:36:41.9454582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float64 2022-09-27T15:36:41.9457358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:41.9904190Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:41.9925839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float32 2022-09-27T15:36:42.0308169Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float32 2022-09-27T15:36:42.0349866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float64 2022-09-27T15:36:42.0780395Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float64 2022-09-27T15:36:42.0780981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_bfloat16 2022-09-27T15:36:42.1213586Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_bfloat16 2022-09-27T15:36:42.1215396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float32 2022-09-27T15:36:42.1651987Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float32 2022-09-27T15:36:42.1659846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float64 2022-09-27T15:36:42.1988840Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float64 2022-09-27T15:36:42.1995756Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float16 2022-09-27T15:36:42.2069583Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float32 2022-09-27T15:36:42.2102656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:42.2182334Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:42.2194769Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float32 2022-09-27T15:36:42.2520558Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float64 2022-09-27T15:36:42.2543385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float32 2022-09-27T15:36:42.2980607Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float32 2022-09-27T15:36:42.2982351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float64 2022-09-27T15:36:42.3415221Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float64 2022-09-27T15:36:42.3419907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_bfloat16 2022-09-27T15:36:42.3847097Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_bfloat16 2022-09-27T15:36:42.3859009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float32 2022-09-27T15:36:42.4156474Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float32 2022-09-27T15:36:42.4165833Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float64 2022-09-27T15:36:42.4302155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bfloat16 2022-09-27T15:36:42.4308607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float64 2022-09-27T15:36:42.4712303Z [gw3] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float64 2022-09-27T15:36:42.4738762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:42.5175537Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:42.5190419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float32 2022-09-27T15:36:42.5662442Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float32 2022-09-27T15:36:42.5667928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float64 2022-09-27T15:36:42.6111781Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float64 2022-09-27T15:36:42.6141404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_bfloat16 2022-09-27T15:36:42.6577294Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_bfloat16 2022-09-27T15:36:42.6578221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float32 2022-09-27T15:36:42.6595622Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float32 2022-09-27T15:36:42.6605324Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bfloat16 2022-09-27T15:36:42.7019885Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bool 2022-09-27T15:36:42.7020559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float64 2022-09-27T15:36:42.7462271Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float64 2022-09-27T15:36:42.7462931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:42.7484259Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:42.7505427Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float64 2022-09-27T15:36:42.7869075Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int16 2022-09-27T15:36:42.7894058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float32 2022-09-27T15:36:42.8131979Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float32 2022-09-27T15:36:42.8151845Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float32 2022-09-27T15:36:42.8343399Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float64 2022-09-27T15:36:42.8349714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float64 2022-09-27T15:36:42.8794601Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float64 2022-09-27T15:36:42.8804285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_bfloat16 2022-09-27T15:36:42.9223970Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_bfloat16 2022-09-27T15:36:42.9231462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float32 2022-09-27T15:36:42.9654037Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float32 2022-09-27T15:36:42.9660984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float64 2022-09-27T15:36:43.0067057Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float64 2022-09-27T15:36:43.0097653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:43.0548350Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:43.0577789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float32 2022-09-27T15:36:43.0611893Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float32 2022-09-27T15:36:43.0621503Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bool 2022-09-27T15:36:43.1021881Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float32 2022-09-27T15:36:43.1031023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float64 2022-09-27T15:36:43.1469278Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float64 2022-09-27T15:36:43.1472858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_bfloat16 2022-09-27T15:36:43.1899198Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_bfloat16 2022-09-27T15:36:43.1904487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float32 2022-09-27T15:36:43.2275259Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float32 2022-09-27T15:36:43.2288184Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float64 2022-09-27T15:36:43.2345310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int16 2022-09-27T15:36:43.2375061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float64 2022-09-27T15:36:43.2808694Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float64 2022-09-27T15:36:43.2818443Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int16 2022-09-27T15:36:43.2870986Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int32 2022-09-27T15:36:43.2874208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int16 2022-09-27T15:36:43.3260820Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int16 2022-09-27T15:36:43.3269275Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float32 2022-09-27T15:36:43.3280612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int32 2022-09-27T15:36:43.3295538Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float64 2022-09-27T15:36:43.3769245Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int32 2022-09-27T15:36:43.3786967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int64 2022-09-27T15:36:43.4219816Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int64 2022-09-27T15:36:43.4227298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int8 2022-09-27T15:36:43.4705281Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int8 2022-09-27T15:36:43.4712733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:43.5147206Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:43.5172376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float32 2022-09-27T15:36:43.5627290Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float32 2022-09-27T15:36:43.5653442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float64 2022-09-27T15:36:43.5731134Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float64 2022-09-27T15:36:43.5750952Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float64 2022-09-27T15:36:43.6094106Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int16 2022-09-27T15:36:43.6094968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int16 2022-09-27T15:36:43.6515256Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int16 2022-09-27T15:36:43.6524489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int32 2022-09-27T15:36:43.6945377Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int32 2022-09-27T15:36:43.6976699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int64 2022-09-27T15:36:43.7386709Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int64 2022-09-27T15:36:43.7414097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int8 2022-09-27T15:36:43.7591873Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int8 2022-09-27T15:36:43.7600098Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int16 2022-09-27T15:36:43.7620198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int32 2022-09-27T15:36:43.7629165Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int32 2022-09-27T15:36:43.7826379Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int64 2022-09-27T15:36:43.7856007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_bfloat16 2022-09-27T15:36:43.8180979Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_bfloat16 2022-09-27T15:36:43.8188239Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int16 2022-09-27T15:36:43.8265499Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int32 2022-09-27T15:36:43.8297667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float32 2022-09-27T15:36:43.8743421Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float32 2022-09-27T15:36:43.8746017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float64 2022-09-27T15:36:43.9172295Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float64 2022-09-27T15:36:43.9184121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:43.9626802Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:43.9627419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float32 2022-09-27T15:36:44.0060153Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float32 2022-09-27T15:36:44.0060769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float64 2022-09-27T15:36:44.0470077Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float64 2022-09-27T15:36:44.0499318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_bfloat16 2022-09-27T15:36:44.0712829Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_bfloat16 2022-09-27T15:36:44.0768889Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int32 2022-09-27T15:36:44.0981670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int64 2022-09-27T15:36:44.0987413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex128 2022-09-27T15:36:44.1386939Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex128 2022-09-27T15:36:44.1412831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex64 2022-09-27T15:36:44.1826805Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex64 2022-09-27T15:36:44.1858705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float16 2022-09-27T15:36:44.2307211Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float16 2022-09-27T15:36:44.2336978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float32 2022-09-27T15:36:44.2553054Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float32 2022-09-27T15:36:44.2562553Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int32 2022-09-27T15:36:44.2743573Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int64 2022-09-27T15:36:44.2775624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float64 2022-09-27T15:36:44.2993139Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float64 2022-09-27T15:36:44.3002540Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int64 2022-09-27T15:36:44.3023392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int8 2022-09-27T15:36:44.3032849Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int64 2022-09-27T15:36:44.3183830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int8 2022-09-27T15:36:44.3211744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:44.3625906Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:44.3658260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex128 2022-09-27T15:36:44.4137362Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex128 2022-09-27T15:36:44.4143758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex64 2022-09-27T15:36:44.4552188Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex64 2022-09-27T15:36:44.4584531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float16 2022-09-27T15:36:44.4988896Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float16 2022-09-27T15:36:44.5027761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float32 2022-09-27T15:36:44.5429348Z [gw3] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float32 2022-09-27T15:36:44.5565019Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-09-27T15:36:44.5574290Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int8 2022-09-27T15:36:44.5584959Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-09-27T15:36:44.5982506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_uint8 2022-09-27T15:36:44.6012967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:36:44.6345245Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:36:44.6493204Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:36:44.6828120Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:36:44.6906608Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:36:44.7228011Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:36:44.7357526Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float16 2022-09-27T15:36:44.7364746Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float16 2022-09-27T15:36:44.7372936Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int8 2022-09-27T15:36:44.7663952Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_uint8 2022-09-27T15:36:44.7816560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:36:44.7860625Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:36:44.7867511Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_uint8 2022-09-27T15:36:44.7912778Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_bfloat16 2022-09-27T15:36:44.7925622Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int64 2022-09-27T15:36:44.8103762Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int8 2022-09-27T15:36:44.8202036Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:36:44.8582419Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:36:44.8648595Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int16 2022-09-27T15:36:44.9053605Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int16 2022-09-27T15:36:44.9091399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int32 2022-09-27T15:36:44.9446344Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int32 2022-09-27T15:36:44.9519352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:36:44.9942958Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:36:44.9964506Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int8 2022-09-27T15:36:45.0306080Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int8 2022-09-27T15:36:45.0402334Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_uint8 2022-09-27T15:36:45.0757819Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_uint8 2022-09-27T15:36:45.0880753Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-09-27T15:36:45.1289293Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-09-27T15:36:45.1289863Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:36:45.1703546Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:36:45.1804940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:36:45.1915102Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:36:45.1924256Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_uint8 2022-09-27T15:36:45.2138213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bfloat16 2022-09-27T15:36:45.2291024Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:36:45.2546369Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:36:45.2590735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float16 2022-09-27T15:36:45.2605957Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int8 2022-09-27T15:36:45.2720837Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_uint8 2022-09-27T15:36:45.3026081Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float16 2022-09-27T15:36:45.3231218Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:36:45.3465282Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:36:45.3588429Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:36:45.3629370Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:36:45.3669427Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bfloat16 2022-09-27T15:36:45.3903354Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bool 2022-09-27T15:36:45.4025764Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int16 2022-09-27T15:36:45.4344778Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int16 2022-09-27T15:36:45.4435915Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int32 2022-09-27T15:36:45.4882022Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int32 2022-09-27T15:36:45.4885781Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:36:45.5301903Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:36:45.5335231Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int8 2022-09-27T15:36:45.5761920Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int8 2022-09-27T15:36:45.5774670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_uint8 2022-09-27T15:36:45.6153720Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_uint8 2022-09-27T15:36:45.6158565Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bool 2022-09-27T15:36:45.6160374Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float32 2022-09-27T15:36:45.7591494Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bfloat16 2022-09-27T15:36:45.7607542Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_bfloat16 2022-09-27T15:36:45.7836695Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float16 2022-09-27T15:36:45.7857468Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_uint8 2022-09-27T15:36:45.8006381Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bfloat16 2022-09-27T15:36:45.8020414Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float32 2022-09-27T15:36:45.8662169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float64 2022-09-27T15:36:45.8680124Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bfloat16 2022-09-27T15:36:45.9303439Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bool 2022-09-27T15:36:45.9322616Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bool 2022-09-27T15:36:45.9898358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex128 2022-09-27T15:36:45.9909705Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float64 2022-09-27T15:36:45.9963387Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int16 2022-09-27T15:36:45.9973263Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex128 2022-09-27T15:36:45.9991237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex64 2022-09-27T15:36:45.9998935Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bfloat16 2022-09-27T15:36:46.0552765Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bool 2022-09-27T15:36:46.0575049Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex64 2022-09-27T15:36:46.1293359Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float16 2022-09-27T15:36:46.1308742Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float16 2022-09-27T15:36:46.1535830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float32 2022-09-27T15:36:46.1547750Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int16 2022-09-27T15:36:46.1898317Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int32 2022-09-27T15:36:46.1913245Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float32 2022-09-27T15:36:46.2445477Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float64 2022-09-27T15:36:46.2461948Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float64 2022-09-27T15:36:46.2658243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int16 2022-09-27T15:36:46.2686633Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bool 2022-09-27T15:36:46.2939415Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float16 2022-09-27T15:36:46.2949581Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int16 2022-09-27T15:36:46.3012879Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int32 2022-09-27T15:36:46.3021815Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int32 2022-09-27T15:36:46.3455537Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int64 2022-09-27T15:36:46.3480793Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int32 2022-09-27T15:36:46.4047710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int64 2022-09-27T15:36:46.4065652Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int64 2022-09-27T15:36:46.4447979Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int8 2022-09-27T15:36:46.4458599Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int64 2022-09-27T15:36:46.4907307Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int8 2022-09-27T15:36:46.4918374Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int8 2022-09-27T15:36:46.5504622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_uint8 2022-09-27T15:36:46.5559197Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_uint8 2022-09-27T15:36:46.5926953Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bfloat16 2022-09-27T15:36:46.5988248Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bfloat16 2022-09-27T15:36:46.6047834Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bool 2022-09-27T15:36:46.6060721Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int8 2022-09-27T15:36:46.6301473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_uint8 2022-09-27T15:36:46.6432538Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bool 2022-09-27T15:36:46.6817378Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex128 2022-09-27T15:36:46.6864896Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex128 2022-09-27T15:36:46.7009309Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex32 2022-09-27T15:36:46.7022603Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float16 2022-09-27T15:36:46.7210525Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float32 2022-09-27T15:36:46.7304159Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex32 2022-09-27T15:36:46.7704823Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex64 2022-09-27T15:36:46.7744068Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex64 2022-09-27T15:36:46.8040620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float16 2022-09-27T15:36:46.8181623Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float16 2022-09-27T15:36:46.8184666Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_uint8 2022-09-27T15:36:46.8261754Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bfloat16 2022-09-27T15:36:46.8605962Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float32 2022-09-27T15:36:46.8634090Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float32 2022-09-27T15:36:46.8641216Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float32 2022-09-27T15:36:46.8662012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float64 2022-09-27T15:36:46.8922189Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float64 2022-09-27T15:36:46.9127215Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float64 2022-09-27T15:36:46.9378519Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int16 2022-09-27T15:36:46.9528243Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int16 2022-09-27T15:36:46.9539476Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float16 2022-09-27T15:36:46.9551464Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float32 2022-09-27T15:36:46.9889058Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int32 2022-09-27T15:36:47.0022443Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int32 2022-09-27T15:36:47.0247310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int64 2022-09-27T15:36:47.0462177Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int64 2022-09-27T15:36:47.0675369Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int8 2022-09-27T15:36:47.0888355Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int8 2022-09-27T15:36:47.1189075Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_uint8 2022-09-27T15:36:47.1214200Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bfloat16 2022-09-27T15:36:47.1226144Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_uint8 2022-09-27T15:36:47.1301387Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bool 2022-09-27T15:36:47.2223714Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bfloat16 2022-09-27T15:36:47.2242857Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bfloat16 2022-09-27T15:36:47.3160724Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bool 2022-09-27T15:36:47.3185371Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bool 2022-09-27T15:36:47.3726164Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex128 2022-09-27T15:36:47.3740580Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float64 2022-09-27T15:36:47.4195645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int16 2022-09-27T15:36:47.4217918Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex128 2022-09-27T15:36:47.4677882Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex32 2022-09-27T15:36:47.4766198Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bool 2022-09-27T15:36:47.5136726Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float32 2022-09-27T15:36:47.5158454Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float32 2022-09-27T15:36:47.5184314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float64 2022-09-27T15:36:47.5199445Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex32 2022-09-27T15:36:47.5720083Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex64 2022-09-27T15:36:47.5736160Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int16 2022-09-27T15:36:47.6192013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int32 2022-09-27T15:36:47.6213285Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex64 2022-09-27T15:36:47.6921839Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float16 2022-09-27T15:36:47.6928154Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float32 2022-09-27T15:36:47.7120219Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float64 2022-09-27T15:36:47.7137848Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float16 2022-09-27T15:36:47.8068659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float32 2022-09-27T15:36:47.8091527Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float32 2022-09-27T15:36:47.8716049Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float64 2022-09-27T15:36:47.8726777Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int32 2022-09-27T15:36:47.8858493Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int64 2022-09-27T15:36:47.8870449Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float64 2022-09-27T15:36:47.9121052Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int16 2022-09-27T15:36:47.9136393Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float64 2022-09-27T15:36:48.0069715Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int16 2022-09-27T15:36:48.0092963Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int16 2022-09-27T15:36:48.0513050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int32 2022-09-27T15:36:48.0533665Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int16 2022-09-27T15:36:48.0979713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int32 2022-09-27T15:36:48.1060324Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int32 2022-09-27T15:36:48.1701103Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int64 2022-09-27T15:36:48.1717616Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float64 2022-09-27T15:36:48.1749845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_bfloat16 2022-09-27T15:36:48.1761074Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int64 2022-09-27T15:36:48.2076755Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int8 2022-09-27T15:36:48.2086458Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int64 2022-09-27T15:36:48.2143015Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int8 2022-09-27T15:36:48.2151330Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int32 2022-09-27T15:36:48.2941983Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int64 2022-09-27T15:36:48.2960356Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int8 2022-09-27T15:36:48.3668070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_uint8 2022-09-27T15:36:48.3735022Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int8 2022-09-27T15:36:48.3910939Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_uint8 2022-09-27T15:36:48.3924332Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_uint8 2022-09-27T15:36:48.3941088Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bfloat16 2022-09-27T15:36:48.3999919Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int64 2022-09-27T15:36:48.4157830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int8 2022-09-27T15:36:48.4346147Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bfloat16 2022-09-27T15:36:48.4605568Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bool 2022-09-27T15:36:48.4799170Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bool 2022-09-27T15:36:48.5022557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex128 2022-09-27T15:36:48.5225953Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex128 2022-09-27T15:36:48.5437047Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex32 2022-09-27T15:36:48.5600387Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex32 2022-09-27T15:36:48.5609129Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_uint8 2022-09-27T15:36:48.5667469Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bfloat16 2022-09-27T15:36:48.5681786Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bfloat16 2022-09-27T15:36:48.5727845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex64 2022-09-27T15:36:48.5738277Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int8 2022-09-27T15:36:48.5941561Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_uint8 2022-09-27T15:36:48.6022015Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex64 2022-09-27T15:36:48.6064896Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bool 2022-09-27T15:36:48.6142170Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bool 2022-09-27T15:36:48.6368652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float16 2022-09-27T15:36:48.6503927Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float16 2022-09-27T15:36:48.6588148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex128 2022-09-27T15:36:48.6593426Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex128 2022-09-27T15:36:48.6812933Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float32 2022-09-27T15:36:48.6943690Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float32 2022-09-27T15:36:48.7041539Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex32 2022-09-27T15:36:48.7068747Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex32 2022-09-27T15:36:48.7071300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float64 2022-09-27T15:36:48.7077989Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_uint8 2022-09-27T15:36:48.7287822Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bfloat16 2022-09-27T15:36:48.7385017Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float64 2022-09-27T15:36:48.7480016Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex64 2022-09-27T15:36:48.7504480Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex64 2022-09-27T15:36:48.7717784Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int16 2022-09-27T15:36:48.7874257Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int16 2022-09-27T15:36:48.7956602Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float16 2022-09-27T15:36:48.8026986Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float16 2022-09-27T15:36:48.8164878Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int32 2022-09-27T15:36:48.8301562Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int32 2022-09-27T15:36:48.8352571Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float32 2022-09-27T15:36:48.8381306Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float32 2022-09-27T15:36:48.8574954Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int64 2022-09-27T15:36:48.8743708Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int64 2022-09-27T15:36:48.8756033Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bfloat16 2022-09-27T15:36:48.8759987Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bool 2022-09-27T15:36:48.8811082Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float64 2022-09-27T15:36:48.8822697Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float64 2022-09-27T15:36:48.9087441Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int8 2022-09-27T15:36:48.9183504Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int8 2022-09-27T15:36:48.9228156Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int16 2022-09-27T15:36:48.9236745Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int16 2022-09-27T15:36:48.9245542Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_bfloat16 2022-09-27T15:36:48.9262695Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float16 2022-09-27T15:36:48.9548506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_uint8 2022-09-27T15:36:48.9623132Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_uint8 2022-09-27T15:36:48.9663362Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int32 2022-09-27T15:36:48.9701926Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int32 2022-09-27T15:36:49.0076193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bfloat16 2022-09-27T15:36:49.0120588Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int64 2022-09-27T15:36:49.0152745Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int64 2022-09-27T15:36:49.0161180Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bfloat16 2022-09-27T15:36:49.0508369Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bool 2022-09-27T15:36:49.0534496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int8 2022-09-27T15:36:49.0571309Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bool 2022-09-27T15:36:49.0622802Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int8 2022-09-27T15:36:49.0944634Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex128 2022-09-27T15:36:49.0994462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_uint8 2022-09-27T15:36:49.1053038Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_uint8 2022-09-27T15:36:49.1062738Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex128 2022-09-27T15:36:49.1211088Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex64 2022-09-27T15:36:49.1220220Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bool 2022-09-27T15:36:49.1381455Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float32 2022-09-27T15:36:49.1390476Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex64 2022-09-27T15:36:49.1502282Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bfloat16 2022-09-27T15:36:49.1877180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float16 2022-09-27T15:36:49.2007977Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float16 2022-09-27T15:36:49.2311059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float32 2022-09-27T15:36:49.2447929Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float32 2022-09-27T15:36:49.2712776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float64 2022-09-27T15:36:49.2725619Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float32 2022-09-27T15:36:49.2830963Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float64 2022-09-27T15:36:49.2865031Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float64 2022-09-27T15:36:49.3185163Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int16 2022-09-27T15:36:49.3306785Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int16 2022-09-27T15:36:49.3653634Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int32 2022-09-27T15:36:49.3743278Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int32 2022-09-27T15:36:49.4044010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int64 2022-09-27T15:36:49.4182672Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int64 2022-09-27T15:36:49.4515137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int8 2022-09-27T15:36:49.4629987Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int8 2022-09-27T15:36:49.4745929Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_uint8 2022-09-27T15:36:49.4757363Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float64 2022-09-27T15:36:49.4834037Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int16 2022-09-27T15:36:49.4844242Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bfloat16 2022-09-27T15:36:49.5176074Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bool 2022-09-27T15:36:49.5188912Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_uint8 2022-09-27T15:36:49.7286913Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_bfloat16 2022-09-27T15:36:49.7302877Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int16 2022-09-27T15:36:49.7938083Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int32 2022-09-27T15:36:49.7969747Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_bfloat16 2022-09-27T15:36:49.9178355Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float32 2022-09-27T15:36:49.9192144Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bool 2022-09-27T15:36:50.0067483Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex128 2022-09-27T15:36:50.0084539Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int32 2022-09-27T15:36:50.0096254Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float32 2022-09-27T15:36:50.0100330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int64 2022-09-27T15:36:50.0833683Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float64 2022-09-27T15:36:50.0848912Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float16 2022-09-27T15:36:50.2221197Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float32 2022-09-27T15:36:50.2243326Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float64 2022-09-27T15:36:50.3217970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int16 2022-09-27T15:36:50.3228242Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int64 2022-09-27T15:36:50.4048975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int8 2022-09-27T15:36:50.4059941Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int16 2022-09-27T15:36:50.5457128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int32 2022-09-27T15:36:50.5480980Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int8 2022-09-27T15:36:50.5832437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_uint8 2022-09-27T15:36:50.5858016Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int32 2022-09-27T15:36:50.7404245Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int64 2022-09-27T15:36:50.7415931Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex128 2022-09-27T15:36:50.7421751Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int64 2022-09-27T15:36:50.7425704Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int8 2022-09-27T15:36:50.7954184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex32 2022-09-27T15:36:50.7961148Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_uint8 2022-09-27T15:36:50.8168915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bfloat16 2022-09-27T15:36:50.8187655Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float32 2022-09-27T15:36:50.8851897Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float64 2022-09-27T15:36:50.8920953Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int8 2022-09-27T15:36:51.0589496Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_uint8 2022-09-27T15:36:51.0601395Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_uint8 2022-09-27T15:36:51.0746888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bfloat16 2022-09-27T15:36:51.0757986Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bfloat16 2022-09-27T15:36:51.3248977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bool 2022-09-27T15:36:51.3306350Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bfloat16 2022-09-27T15:36:51.4130247Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bool 2022-09-27T15:36:51.4142967Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float64 2022-09-27T15:36:51.4274868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex128 2022-09-27T15:36:51.4282518Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bool 2022-09-27T15:36:51.6947856Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float16 2022-09-27T15:36:51.6961475Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bool 2022-09-27T15:36:51.7961857Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex128 2022-09-27T15:36:51.7974418Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex128 2022-09-27T15:36:51.8088668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex32 2022-09-27T15:36:51.8100402Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float16 2022-09-27T15:36:51.8369618Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float32 2022-09-27T15:36:51.8383715Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex32 2022-09-27T15:36:52.0028409Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex64 2022-09-27T15:36:52.0103644Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float32 2022-09-27T15:36:52.1461187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float64 2022-09-27T15:36:52.1472729Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex128 2022-09-27T15:36:52.2472471Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex64 2022-09-27T15:36:52.2509972Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float64 2022-09-27T15:36:52.2887678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int16 2022-09-27T15:36:52.2901233Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex32 2022-09-27T15:36:52.4636085Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex64 2022-09-27T15:36:52.4662151Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex64 2022-09-27T15:36:52.4765470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float32 2022-09-27T15:36:52.4791297Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int16 2022-09-27T15:36:52.5175423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int32 2022-09-27T15:36:52.5187693Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex64 2022-09-27T15:36:52.5686307Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float16 2022-09-27T15:36:52.5757758Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex64 2022-09-27T15:36:52.5908813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bfloat16 2022-09-27T15:36:52.6187363Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bfloat16 2022-09-27T15:36:52.6279026Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bool 2022-09-27T15:36:52.6643268Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bool 2022-09-27T15:36:52.6758143Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex128 2022-09-27T15:36:52.6822326Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex128 2022-09-27T15:36:52.6831120Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float32 2022-09-27T15:36:52.6887942Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float64 2022-09-27T15:36:52.6894591Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int32 2022-09-27T15:36:52.7126945Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int64 2022-09-27T15:36:52.7276470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex32 2022-09-27T15:36:52.7546764Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex32 2022-09-27T15:36:52.7684148Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex64 2022-09-27T15:36:52.8036359Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex64 2022-09-27T15:36:52.8117093Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float16 2022-09-27T15:36:52.8426816Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float16 2022-09-27T15:36:52.8556443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float32 2022-09-27T15:36:52.8645253Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float32 2022-09-27T15:36:52.8659975Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float64 2022-09-27T15:36:52.8865143Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int16 2022-09-27T15:36:52.9008158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float64 2022-09-27T15:36:52.9267754Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float64 2022-09-27T15:36:52.9282689Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int64 2022-09-27T15:36:52.9317202Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int8 2022-09-27T15:36:52.9325275Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float16 2022-09-27T15:36:52.9343376Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float32 2022-09-27T15:36:52.9475186Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int16 2022-09-27T15:36:52.9788580Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int16 2022-09-27T15:36:52.9966868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int32 2022-09-27T15:36:53.0264258Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int32 2022-09-27T15:36:53.0370680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int64 2022-09-27T15:36:53.0704259Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int64 2022-09-27T15:36:53.0718762Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int8 2022-09-27T15:36:53.0727479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int8 2022-09-27T15:36:53.0796980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_uint8 2022-09-27T15:36:53.1077402Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int8 2022-09-27T15:36:53.1085764Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int16 2022-09-27T15:36:53.1107424Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int32 2022-09-27T15:36:53.1258999Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_uint8 2022-09-27T15:36:53.1381893Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_uint8 2022-09-27T15:36:53.1391696Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float32 2022-09-27T15:36:53.1544041Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float64 2022-09-27T15:36:53.1608280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bfloat16 2022-09-27T15:36:53.1989085Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bfloat16 2022-09-27T15:36:53.2045137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bool 2022-09-27T15:36:53.2425094Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bool 2022-09-27T15:36:53.2490489Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex128 2022-09-27T15:36:53.2694174Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex128 2022-09-27T15:36:53.2705187Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_uint8 2022-09-27T15:36:53.2825960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bfloat16 2022-09-27T15:36:53.2838642Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int32 2022-09-27T15:36:53.2903270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int64 2022-09-27T15:36:53.2989019Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex64 2022-09-27T15:36:53.3384633Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex64 2022-09-27T15:36:53.3413476Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float16 2022-09-27T15:36:53.3856721Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float16 2022-09-27T15:36:53.3894494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float32 2022-09-27T15:36:53.3916126Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float32 2022-09-27T15:36:53.3929217Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float64 2022-09-27T15:36:53.4293573Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int16 2022-09-27T15:36:53.4337130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float64 2022-09-27T15:36:53.4677671Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float64 2022-09-27T15:36:53.4685534Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int64 2022-09-27T15:36:53.4704164Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int8 2022-09-27T15:36:53.4758347Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int16 2022-09-27T15:36:53.5149322Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int16 2022-09-27T15:36:53.5216738Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int32 2022-09-27T15:36:53.5260562Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int32 2022-09-27T15:36:53.5317658Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bfloat16 2022-09-27T15:36:53.5567693Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bool 2022-09-27T15:36:53.5574908Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int16 2022-09-27T15:36:53.5584373Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int32 2022-09-27T15:36:53.5666491Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int64 2022-09-27T15:36:53.6030230Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int64 2022-09-27T15:36:53.6098736Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int8 2022-09-27T15:36:53.6118447Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int8 2022-09-27T15:36:53.6134111Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int8 2022-09-27T15:36:53.6464497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_uint8 2022-09-27T15:36:53.6520786Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_uint8 2022-09-27T15:36:53.6907733Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_uint8 2022-09-27T15:36:53.6974635Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bfloat16 2022-09-27T15:36:53.7346201Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bfloat16 2022-09-27T15:36:53.7386104Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bool 2022-09-27T15:36:53.7400776Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int32 2022-09-27T15:36:53.7411621Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int64 2022-09-27T15:36:53.7625680Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bool 2022-09-27T15:36:53.7634019Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bool 2022-09-27T15:36:53.7785851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex128 2022-09-27T15:36:53.7827078Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex128 2022-09-27T15:36:53.7835898Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_uint8 2022-09-27T15:36:53.7862850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_bfloat16 2022-09-27T15:36:53.8229165Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex128 2022-09-27T15:36:53.8292948Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex64 2022-09-27T15:36:53.8669176Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex64 2022-09-27T15:36:53.8807075Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float16 2022-09-27T15:36:53.9130527Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float16 2022-09-27T15:36:53.9175501Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float32 2022-09-27T15:36:53.9575316Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float32 2022-09-27T15:36:53.9580080Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int64 2022-09-27T15:36:53.9580567Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int8 2022-09-27T15:36:53.9618330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float64 2022-09-27T15:36:53.9989132Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float64 2022-09-27T15:36:54.0043811Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int16 2022-09-27T15:36:54.0269655Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int16 2022-09-27T15:36:54.0283215Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex128 2022-09-27T15:36:54.0445231Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex64 2022-09-27T15:36:54.0486737Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int32 2022-09-27T15:36:54.0895715Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int32 2022-09-27T15:36:54.0919819Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int64 2022-09-27T15:36:54.1307318Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int64 2022-09-27T15:36:54.1375159Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int8 2022-09-27T15:36:54.1443962Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int8 2022-09-27T15:36:54.1458261Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int8 2022-09-27T15:36:54.1781254Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_uint8 2022-09-27T15:36:54.1827057Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_uint8 2022-09-27T15:36:54.2188970Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_uint8 2022-09-27T15:36:54.2266732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bfloat16 2022-09-27T15:36:54.2390597Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bfloat16 2022-09-27T15:36:54.2404639Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex64 2022-09-27T15:36:54.2627064Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float32 2022-09-27T15:36:54.2701261Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bool 2022-09-27T15:36:54.3124721Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bool 2022-09-27T15:36:54.3159890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex128 2022-09-27T15:36:54.3541879Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex128 2022-09-27T15:36:54.3553529Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex32 2022-09-27T15:36:54.3589380Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_uint8 2022-09-27T15:36:54.3595968Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex32 2022-09-27T15:36:54.3991833Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bfloat16 2022-09-27T15:36:54.4000973Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float32 2022-09-27T15:36:54.4005209Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float64 2022-09-27T15:36:54.4074082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex64 2022-09-27T15:36:54.4428601Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex64 2022-09-27T15:36:54.4501923Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float16 2022-09-27T15:36:54.4869356Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float16 2022-09-27T15:36:54.4952770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float32 2022-09-27T15:36:54.5319823Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float32 2022-09-27T15:36:54.5388239Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float64 2022-09-27T15:36:54.5749808Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float64 2022-09-27T15:36:54.5779634Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int16 2022-09-27T15:36:54.5815365Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float64 2022-09-27T15:36:54.5822674Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int16 2022-09-27T15:36:54.6188406Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int16 2022-09-27T15:36:54.6278439Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int32 2022-09-27T15:36:54.6436522Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int32 2022-09-27T15:36:54.6448227Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_bfloat16 2022-09-27T15:36:54.6624775Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex128 2022-09-27T15:36:54.6715657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int64 2022-09-27T15:36:54.6763621Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int64 2022-09-27T15:36:54.6775566Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bfloat16 2022-09-27T15:36:54.7137878Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bool 2022-09-27T15:36:54.7216396Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int8 2022-09-27T15:36:54.7421650Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int8 2022-09-27T15:36:54.7432375Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int16 2022-09-27T15:36:54.7546175Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int32 2022-09-27T15:36:54.7625509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_uint8 2022-09-27T15:36:54.8028484Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_uint8 2022-09-27T15:36:54.8519507Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bfloat16 2022-09-27T15:36:54.8533889Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bool 2022-09-27T15:36:54.9228565Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float16 2022-09-27T15:36:54.9244269Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int32 2022-09-27T15:36:55.1171905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int64 2022-09-27T15:36:55.1224240Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int64 2022-09-27T15:36:55.3422137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int8 2022-09-27T15:36:55.3428661Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float16 2022-09-27T15:36:55.3609184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float32 2022-09-27T15:36:55.3623169Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int8 2022-09-27T15:36:55.3662130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_uint8 2022-09-27T15:36:55.3677273Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex128 2022-09-27T15:36:55.5972684Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex64 2022-09-27T15:36:55.5985024Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_uint8 2022-09-27T15:36:55.6040664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bfloat16 2022-09-27T15:36:55.6424108Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bfloat16 2022-09-27T15:36:55.6490246Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bool 2022-09-27T15:36:55.6868352Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bool 2022-09-27T15:36:55.6973606Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex128 2022-09-27T15:36:55.7253379Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex128 2022-09-27T15:36:55.7260720Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float32 2022-09-27T15:36:55.7305383Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float64 2022-09-27T15:36:55.7372447Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex64 2022-09-27T15:36:55.7746010Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex64 2022-09-27T15:36:55.7794470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float16 2022-09-27T15:36:55.8229618Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float16 2022-09-27T15:36:55.8293968Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float32 2022-09-27T15:36:55.8664916Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float32 2022-09-27T15:36:55.8726664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float64 2022-09-27T15:36:55.8762068Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float64 2022-09-27T15:36:55.8771875Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex64 2022-09-27T15:36:55.9108116Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float16 2022-09-27T15:36:55.9158951Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int16 2022-09-27T15:36:55.9543806Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int16 2022-09-27T15:36:55.9589147Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int32 2022-09-27T15:36:56.0028524Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int32 2022-09-27T15:36:56.0076146Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int64 2022-09-27T15:36:56.0467989Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int64 2022-09-27T15:36:56.0502865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int8 2022-09-27T15:36:56.0518456Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float64 2022-09-27T15:36:56.0525098Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int8 2022-09-27T15:36:56.0907768Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int16 2022-09-27T15:36:56.0964075Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_uint8 2022-09-27T15:36:56.1222844Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_uint8 2022-09-27T15:36:56.1232983Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int16 2022-09-27T15:36:56.1350194Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int32 2022-09-27T15:36:56.1519306Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bfloat16 2022-09-27T15:36:56.1797359Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bfloat16 2022-09-27T15:36:56.1950776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bool 2022-09-27T15:36:56.2287133Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bool 2022-09-27T15:36:56.2291800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex128 2022-09-27T15:36:56.2303218Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int32 2022-09-27T15:36:56.2384177Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int64 2022-09-27T15:36:56.2707800Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex128 2022-09-27T15:36:56.2918362Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex64 2022-09-27T15:36:56.3176243Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex64 2022-09-27T15:36:56.3225546Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int64 2022-09-27T15:36:56.3226302Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float16 2022-09-27T15:36:56.3317508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int8 2022-09-27T15:36:56.3629545Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float16 2022-09-27T15:36:56.3790759Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float32 2022-09-27T15:36:56.4033732Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float32 2022-09-27T15:36:56.4042684Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int8 2022-09-27T15:36:56.4063865Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_uint8 2022-09-27T15:36:56.4222001Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float64 2022-09-27T15:36:56.4508213Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float64 2022-09-27T15:36:56.4691467Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int16 2022-09-27T15:36:56.4975485Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int16 2022-09-27T15:36:56.5061055Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int32 2022-09-27T15:36:56.5072096Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_uint8 2022-09-27T15:36:56.5144066Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bfloat16 2022-09-27T15:36:56.5158284Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int32 2022-09-27T15:36:56.5383778Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bfloat16 2022-09-27T15:36:56.5503752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int64 2022-09-27T15:36:56.5563369Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bool 2022-09-27T15:36:56.5571086Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int64 2022-09-27T15:36:56.5823576Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bool 2022-09-27T15:36:56.5944429Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int8 2022-09-27T15:36:56.5996245Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex128 2022-09-27T15:36:56.6022057Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int8 2022-09-27T15:36:56.6263179Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex128 2022-09-27T15:36:56.6382922Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_uint8 2022-09-27T15:36:56.6431908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex32 2022-09-27T15:36:56.6459436Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_uint8 2022-09-27T15:36:56.6702956Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex32 2022-09-27T15:36:56.6822573Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bfloat16 2022-09-27T15:36:56.6894946Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex64 2022-09-27T15:36:56.7056263Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex64 2022-09-27T15:36:56.7062169Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float16 2022-09-27T15:36:56.7266122Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float32 2022-09-27T15:36:56.7341805Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float16 2022-09-27T15:36:56.7706972Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float16 2022-09-27T15:36:56.7780277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float32 2022-09-27T15:36:56.8144884Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float32 2022-09-27T15:36:56.8245622Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float64 2022-09-27T15:36:56.8583957Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float64 2022-09-27T15:36:56.8601638Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int16 2022-09-27T15:36:56.8611735Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bfloat16 2022-09-27T15:36:56.8656997Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bool 2022-09-27T15:36:56.9054630Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int16 2022-09-27T15:36:56.9108458Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int32 2022-09-27T15:36:56.9467971Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int32 2022-09-27T15:36:56.9535267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int64 2022-09-27T15:36:56.9904005Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int64 2022-09-27T15:36:56.9964504Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int8 2022-09-27T15:36:57.0297874Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int8 2022-09-27T15:36:57.0308136Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float32 2022-09-27T15:36:57.0344587Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float64 2022-09-27T15:36:57.0415408Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_uint8 2022-09-27T15:36:57.0783092Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_uint8 2022-09-27T15:36:57.0891779Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_bfloat16 2022-09-27T15:36:57.0948882Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bool 2022-09-27T15:36:57.1276711Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float32 2022-09-27T15:36:57.1300985Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_bfloat16 2022-09-27T15:36:57.1642371Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float32 2022-09-27T15:36:57.1702237Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float32 2022-09-27T15:36:57.1950916Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float64 2022-09-27T15:36:57.2237181Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float64 2022-09-27T15:36:57.2340127Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bfloat16 2022-09-27T15:36:57.2353576Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float32 2022-09-27T15:36:57.5109356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float64 2022-09-27T15:36:57.5173409Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float64 2022-09-27T15:36:57.7024612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int16 2022-09-27T15:36:57.7036602Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bfloat16 2022-09-27T15:36:57.7254090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bool 2022-09-27T15:36:57.7265526Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int16 2022-09-27T15:36:57.8414928Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int32 2022-09-27T15:36:57.8545101Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float64 2022-09-27T15:36:57.9068823Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int16 2022-09-27T15:36:57.9079849Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int32 2022-09-27T15:36:57.9100872Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int64 2022-09-27T15:36:57.9111007Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bool 2022-09-27T15:36:58.0625833Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex128 2022-09-27T15:36:58.0630428Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int64 2022-09-27T15:36:58.2255663Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int8 2022-09-27T15:36:58.2262400Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int8 2022-09-27T15:36:58.3117329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_uint8 2022-09-27T15:36:58.3127510Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bfloat16 2022-09-27T15:36:58.3914655Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bool 2022-09-27T15:36:58.3938469Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_uint8 2022-09-27T15:36:58.4452566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_bool 2022-09-27T15:36:58.4543650Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex128 2022-09-27T15:36:58.4549678Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex64 2022-09-27T15:36:58.4556819Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int16 2022-09-27T15:36:58.5793586Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int32 2022-09-27T15:36:58.5893208Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_bool 2022-09-27T15:36:58.8136762Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex128 2022-09-27T15:36:58.8150945Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int32 2022-09-27T15:36:58.8233627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int64 2022-09-27T15:36:58.8245452Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex128 2022-09-27T15:36:58.8260259Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex64 2022-09-27T15:36:58.8267805Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex64 2022-09-27T15:36:59.0678662Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float16 2022-09-27T15:36:59.0690898Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex64 2022-09-27T15:36:59.1852568Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float16 2022-09-27T15:36:59.1853197Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float16 2022-09-27T15:36:59.3073586Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float32 2022-09-27T15:36:59.3091213Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float16 2022-09-27T15:36:59.3157957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float32 2022-09-27T15:36:59.3172073Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int64 2022-09-27T15:36:59.3663392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int8 2022-09-27T15:36:59.3672625Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float32 2022-09-27T15:36:59.5676824Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float64 2022-09-27T15:36:59.5732333Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float32 2022-09-27T15:36:59.7555718Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float64 2022-09-27T15:36:59.7581462Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int8 2022-09-27T15:36:59.7773157Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_uint8 2022-09-27T15:36:59.7779727Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float64 2022-09-27T15:36:59.8493002Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int16 2022-09-27T15:36:59.8514510Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float64 2022-09-27T15:37:00.0171779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int16 2022-09-27T15:37:00.0180628Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int16 2022-09-27T15:37:00.0850378Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int32 2022-09-27T15:37:00.0913066Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int16 2022-09-27T15:37:00.1832507Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int32 2022-09-27T15:37:00.1839876Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_uint8 2022-09-27T15:37:00.2838711Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bfloat16 2022-09-27T15:37:00.2851783Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int32 2022-09-27T15:37:00.3263693Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int64 2022-09-27T15:37:00.3274358Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int32 2022-09-27T15:37:00.3698745Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int64 2022-09-27T15:37:00.3711217Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bfloat16 2022-09-27T15:37:00.4301882Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bool 2022-09-27T15:37:00.4307891Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bool 2022-09-27T15:37:00.4510027Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex128 2022-09-27T15:37:00.4520730Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int64 2022-09-27T15:37:00.5158761Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int8 2022-09-27T15:37:00.5167448Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bool 2022-09-27T15:37:00.5509620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex128 2022-09-27T15:37:00.5531580Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int64 2022-09-27T15:37:00.6190455Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int8 2022-09-27T15:37:00.6205594Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int8 2022-09-27T15:37:00.8166003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_uint8 2022-09-27T15:37:00.8181449Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int8 2022-09-27T15:37:00.8350716Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_uint8 2022-09-27T15:37:00.8357512Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex128 2022-09-27T15:37:00.8668476Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex32 2022-09-27T15:37:00.8678555Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_uint8 2022-09-27T15:37:01.0595014Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_bfloat16 2022-09-27T15:37:01.0604988Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_bfloat16 2022-09-27T15:37:01.1160942Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex128 2022-09-27T15:37:01.1177952Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_uint8 2022-09-27T15:37:01.1311082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_bool 2022-09-27T15:37:01.1587729Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_bool 2022-09-27T15:37:01.1699988Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex128 2022-09-27T15:37:01.2028423Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex128 2022-09-27T15:37:01.2376714Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex64 2022-09-27T15:37:01.2463828Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex64 2022-09-27T15:37:01.2508528Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float32 2022-09-27T15:37:01.2517721Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex32 2022-09-27T15:37:01.2594097Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex64 2022-09-27T15:37:01.2909782Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float32 2022-09-27T15:37:01.3066659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float64 2022-09-27T15:37:01.3349515Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float64 2022-09-27T15:37:01.4345105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int16 2022-09-27T15:37:01.4357818Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int16 2022-09-27T15:37:01.4811359Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int32 2022-09-27T15:37:01.4833387Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int32 2022-09-27T15:37:01.5124342Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int64 2022-09-27T15:37:01.5138844Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex128 2022-09-27T15:37:01.5334198Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex32 2022-09-27T15:37:01.5347431Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int64 2022-09-27T15:37:01.5456013Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int8 2022-09-27T15:37:01.5550732Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int8 2022-09-27T15:37:01.5559156Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex64 2022-09-27T15:37:01.5786890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float16 2022-09-27T15:37:01.6374562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_uint8 2022-09-27T15:37:01.6385205Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_uint8 2022-09-27T15:37:01.6987280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_bool 2022-09-27T15:37:01.7006083Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_bool 2022-09-27T15:37:01.7239127Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex128 2022-09-27T15:37:01.7481088Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex128 2022-09-27T15:37:01.7734952Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex64 2022-09-27T15:37:01.7911775Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex64 2022-09-27T15:37:01.8355590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float32 2022-09-27T15:37:01.8366090Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float32 2022-09-27T15:37:01.8819551Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float64 2022-09-27T15:37:01.8845870Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float16 2022-09-27T15:37:01.9380492Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float32 2022-09-27T15:37:01.9396612Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float64 2022-09-27T15:37:02.0190500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int16 2022-09-27T15:37:02.0204747Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int16 2022-09-27T15:37:02.0652741Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int32 2022-09-27T15:37:02.0668219Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float32 2022-09-27T15:37:02.0690352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float64 2022-09-27T15:37:02.0702473Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int32 2022-09-27T15:37:02.1266862Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int64 2022-09-27T15:37:02.1345688Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int64 2022-09-27T15:37:02.1558435Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int8 2022-09-27T15:37:02.1748538Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int8 2022-09-27T15:37:02.2197279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_uint8 2022-09-27T15:37:02.2211799Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_uint8 2022-09-27T15:37:02.2849502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_bool 2022-09-27T15:37:02.2860759Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_bool 2022-09-27T15:37:02.2913113Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex128 2022-09-27T15:37:02.2930749Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float64 2022-09-27T15:37:02.2972443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int16 2022-09-27T15:37:02.2983675Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex32 2022-09-27T15:37:02.3042096Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex64 2022-09-27T15:37:02.3273669Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex128 2022-09-27T15:37:02.3899169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex64 2022-09-27T15:37:02.4026130Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex64 2022-09-27T15:37:02.4388157Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float32 2022-09-27T15:37:02.4405202Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int16 2022-09-27T15:37:02.4451155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int32 2022-09-27T15:37:02.4478667Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float32 2022-09-27T15:37:02.4804389Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float64 2022-09-27T15:37:02.4907703Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float64 2022-09-27T15:37:02.5230012Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int16 2022-09-27T15:37:02.5247997Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int32 2022-09-27T15:37:02.5360141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int64 2022-09-27T15:37:02.5376435Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int16 2022-09-27T15:37:02.5993574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int32 2022-09-27T15:37:02.6024339Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int32 2022-09-27T15:37:02.6487222Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int64 2022-09-27T15:37:02.6506760Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int64 2022-09-27T15:37:02.6591422Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int8 2022-09-27T15:37:02.6611211Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int64 2022-09-27T15:37:02.7021511Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int8 2022-09-27T15:37:02.7034884Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int8 2022-09-27T15:37:02.7905694Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_uint8 2022-09-27T15:37:02.7913762Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_uint8 2022-09-27T15:37:02.7981222Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bfloat16 2022-09-27T15:37:02.8025349Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bfloat16 2022-09-27T15:37:02.8035759Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int8 2022-09-27T15:37:02.8039644Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_uint8 2022-09-27T15:37:02.8049284Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex64 2022-09-27T15:37:02.8348750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float16 2022-09-27T15:37:02.8512143Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bool 2022-09-27T15:37:02.8803340Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bool 2022-09-27T15:37:02.8856268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex128 2022-09-27T15:37:02.8885440Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex128 2022-09-27T15:37:02.8894111Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_uint8 2022-09-27T15:37:02.9270377Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bfloat16 2022-09-27T15:37:02.9368454Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex32 2022-09-27T15:37:02.9708036Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex32 2022-09-27T15:37:02.9773494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex64 2022-09-27T15:37:02.9781923Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex128 2022-09-27T15:37:02.9790630Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex64 2022-09-27T15:37:03.0184617Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex64 2022-09-27T15:37:03.0211720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float16 2022-09-27T15:37:03.0245186Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float16 2022-09-27T15:37:03.0254640Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float16 2022-09-27T15:37:03.0587703Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float32 2022-09-27T15:37:03.0663186Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float32 2022-09-27T15:37:03.1030365Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float32 2022-09-27T15:37:03.1121791Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float64 2022-09-27T15:37:03.1221048Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float64 2022-09-27T15:37:03.1228244Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float32 2022-09-27T15:37:03.1509035Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float64 2022-09-27T15:37:03.1573311Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int16 2022-09-27T15:37:03.1950332Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int16 2022-09-27T15:37:03.2023796Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int32 2022-09-27T15:37:03.2202882Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int32 2022-09-27T15:37:03.2214273Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bfloat16 2022-09-27T15:37:03.2260643Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bool 2022-09-27T15:37:03.2270939Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float64 2022-09-27T15:37:03.2384142Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int16 2022-09-27T15:37:03.2453616Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int64 2022-09-27T15:37:03.2832955Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int64 2022-09-27T15:37:03.2901202Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int8 2022-09-27T15:37:03.3002800Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int8 2022-09-27T15:37:03.3011981Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int16 2022-09-27T15:37:03.3267026Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int32 2022-09-27T15:37:03.3424833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_uint8 2022-09-27T15:37:03.3709625Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_uint8 2022-09-27T15:37:03.3783715Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_bool 2022-09-27T15:37:03.3802321Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int32 2022-09-27T15:37:03.4021972Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int64 2022-09-27T15:37:03.4143685Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_bool 2022-09-27T15:37:03.4634395Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex128 2022-09-27T15:37:03.4642293Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex128 2022-09-27T15:37:03.4960670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex64 2022-09-27T15:37:03.4968544Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int64 2022-09-27T15:37:03.5038319Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int8 2022-09-27T15:37:03.5086603Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex64 2022-09-27T15:37:03.5441819Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float32 2022-09-27T15:37:03.5571280Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float32 2022-09-27T15:37:03.5815646Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float64 2022-09-27T15:37:03.5988442Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float64 2022-09-27T15:37:03.6144569Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int16 2022-09-27T15:37:03.6280444Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int16 2022-09-27T15:37:03.6288416Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int8 2022-09-27T15:37:03.6428245Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_uint8 2022-09-27T15:37:03.6699358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int32 2022-09-27T15:37:03.6714506Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bool 2022-09-27T15:37:03.6944137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex128 2022-09-27T15:37:03.6953774Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int32 2022-09-27T15:37:03.7278224Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int64 2022-09-27T15:37:03.7288098Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_uint8 2022-09-27T15:37:03.7311969Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bfloat16 2022-09-27T15:37:03.7351282Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bfloat16 2022-09-27T15:37:03.7383780Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int64 2022-09-27T15:37:03.7707862Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int8 2022-09-27T15:37:03.7723111Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bool 2022-09-27T15:37:03.7802806Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bool 2022-09-27T15:37:03.7822480Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int8 2022-09-27T15:37:03.7947396Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_uint8 2022-09-27T15:37:03.8143417Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_uint8 2022-09-27T15:37:03.8162651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex128 2022-09-27T15:37:03.8264327Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex128 2022-09-27T15:37:03.8516492Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_bool 2022-09-27T15:37:03.8583332Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_bool 2022-09-27T15:37:03.8609166Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex32 2022-09-27T15:37:03.8709296Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex32 2022-09-27T15:37:03.9057654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex128 2022-09-27T15:37:03.9058149Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex64 2022-09-27T15:37:03.9077338Z [gw3] [ 58%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex64 2022-09-27T15:37:03.9146328Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex128 2022-09-27T15:37:03.9500393Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex64 2022-09-27T15:37:03.9503061Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex64 2022-09-27T15:37:03.9505745Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float16 2022-09-27T15:37:03.9582401Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float16 2022-09-27T15:37:03.9819127Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float32 2022-09-27T15:37:03.9924629Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float32 2022-09-27T15:37:03.9941942Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float32 2022-09-27T15:37:04.0023409Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float32 2022-09-27T15:37:04.0271132Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float64 2022-09-27T15:37:04.0344565Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float64 2022-09-27T15:37:04.0369818Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float64 2022-09-27T15:37:04.0467445Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float64 2022-09-27T15:37:04.0859261Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int16 2022-09-27T15:37:04.0865324Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int16 2022-09-27T15:37:04.0923646Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int16 2022-09-27T15:37:04.0947176Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int16 2022-09-27T15:37:04.1325752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int32 2022-09-27T15:37:04.1341884Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int32 2022-09-27T15:37:04.1357678Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int32 2022-09-27T15:37:04.1384399Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int32 2022-09-27T15:37:04.1482119Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int64 2022-09-27T15:37:04.1495413Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex128 2022-09-27T15:37:04.1673996Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex64 2022-09-27T15:37:04.1747515Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int64 2022-09-27T15:37:04.1764556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int64 2022-09-27T15:37:04.1835816Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int64 2022-09-27T15:37:04.2189631Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int8 2022-09-27T15:37:04.2213735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int8 2022-09-27T15:37:04.2240304Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int8 2022-09-27T15:37:04.2263912Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int8 2022-09-27T15:37:04.2459991Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_uint8 2022-09-27T15:37:04.2626399Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_uint8 2022-09-27T15:37:04.2645005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_uint8 2022-09-27T15:37:04.2702997Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_uint8 2022-09-27T15:37:04.3129861Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_bool 2022-09-27T15:37:04.3135582Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bfloat16 2022-09-27T15:37:04.3278954Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bfloat16 2022-09-27T15:37:04.3287666Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_bool 2022-09-27T15:37:04.3508549Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex128 2022-09-27T15:37:04.3585398Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bool 2022-09-27T15:37:04.3770256Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bool 2022-09-27T15:37:04.3780514Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex128 2022-09-27T15:37:04.3955397Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex64 2022-09-27T15:37:04.3976454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex128 2022-09-27T15:37:04.4273017Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex128 2022-09-27T15:37:04.4282903Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex64 2022-09-27T15:37:04.4422751Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float32 2022-09-27T15:37:04.4428478Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex32 2022-09-27T15:37:04.4779392Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex32 2022-09-27T15:37:04.4793798Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float32 2022-09-27T15:37:04.4826470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float64 2022-09-27T15:37:04.4843716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex64 2022-09-27T15:37:04.5079008Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex64 2022-09-27T15:37:04.5132096Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex64 2022-09-27T15:37:04.5136985Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float64 2022-09-27T15:37:04.5223418Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float32 2022-09-27T15:37:04.5265291Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int16 2022-09-27T15:37:04.5289104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float16 2022-09-27T15:37:04.5578480Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float16 2022-09-27T15:37:04.5663158Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int16 2022-09-27T15:37:04.5715719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int32 2022-09-27T15:37:04.5741148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float32 2022-09-27T15:37:04.6092133Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float32 2022-09-27T15:37:04.6111478Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int32 2022-09-27T15:37:04.6185206Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int64 2022-09-27T15:37:04.6185699Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float64 2022-09-27T15:37:04.6601614Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float64 2022-09-27T15:37:04.6611949Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int16 2022-09-27T15:37:04.6796444Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int16 2022-09-27T15:37:04.6804647Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int64 2022-09-27T15:37:04.7029795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int8 2022-09-27T15:37:04.7051479Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int32 2022-09-27T15:37:04.7295404Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int32 2022-09-27T15:37:04.7304185Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int8 2022-09-27T15:37:04.7465411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_uint8 2022-09-27T15:37:04.7487418Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int64 2022-09-27T15:37:04.7576440Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int64 2022-09-27T15:37:04.7584443Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float32 2022-09-27T15:37:04.7703868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float64 2022-09-27T15:37:04.7742064Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_uint8 2022-09-27T15:37:04.7842152Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_bool 2022-09-27T15:37:04.7907457Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_bool 2022-09-27T15:37:04.7928152Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int8 2022-09-27T15:37:04.8184663Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int8 2022-09-27T15:37:04.8266060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex128 2022-09-27T15:37:04.8344775Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex128 2022-09-27T15:37:04.8365587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_uint8 2022-09-27T15:37:04.8502746Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_uint8 2022-09-27T15:37:04.8511229Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex64 2022-09-27T15:37:04.8625875Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float16 2022-09-27T15:37:04.8705705Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex64 2022-09-27T15:37:04.8785851Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex64 2022-09-27T15:37:04.8848042Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bfloat16 2022-09-27T15:37:04.9064242Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bfloat16 2022-09-27T15:37:04.9212859Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float32 2022-09-27T15:37:04.9225778Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float32 2022-09-27T15:37:04.9271763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bool 2022-09-27T15:37:04.9508819Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bool 2022-09-27T15:37:04.9614696Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float64 2022-09-27T15:37:04.9665336Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float64 2022-09-27T15:37:04.9736109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex128 2022-09-27T15:37:04.9933253Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex128 2022-09-27T15:37:04.9944802Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float64 2022-09-27T15:37:04.9945620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int16 2022-09-27T15:37:05.0037316Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int16 2022-09-27T15:37:05.0102306Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int16 2022-09-27T15:37:05.0173423Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex32 2022-09-27T15:37:05.0384225Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex32 2022-09-27T15:37:05.0481081Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int32 2022-09-27T15:37:05.0543521Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int32 2022-09-27T15:37:05.0612496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex64 2022-09-27T15:37:05.0822344Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex64 2022-09-27T15:37:05.0915306Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int64 2022-09-27T15:37:05.0983405Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int64 2022-09-27T15:37:05.1036055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float16 2022-09-27T15:37:05.1263553Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float16 2022-09-27T15:37:05.1360885Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int8 2022-09-27T15:37:05.1423028Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int8 2022-09-27T15:37:05.1469239Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float32 2022-09-27T15:37:05.1703583Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float32 2022-09-27T15:37:05.1911952Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_uint8 2022-09-27T15:37:05.1926961Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_uint8 2022-09-27T15:37:05.1928312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float64 2022-09-27T15:37:05.2143386Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float64 2022-09-27T15:37:05.2353664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_bool 2022-09-27T15:37:05.2363805Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int16 2022-09-27T15:37:05.2368241Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int16 2022-09-27T15:37:05.2375736Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int16 2022-09-27T15:37:05.2381787Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_bool 2022-09-27T15:37:05.2583608Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int32 2022-09-27T15:37:05.2717566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex128 2022-09-27T15:37:05.2784170Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex128 2022-09-27T15:37:05.2828355Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int32 2022-09-27T15:37:05.3023352Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int32 2022-09-27T15:37:05.3153042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex64 2022-09-27T15:37:05.3222839Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex64 2022-09-27T15:37:05.3255051Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int64 2022-09-27T15:37:05.3462506Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int64 2022-09-27T15:37:05.3724136Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float32 2022-09-27T15:37:05.3725729Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int8 2022-09-27T15:37:05.3742242Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int8 2022-09-27T15:37:05.3903394Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float32 2022-09-27T15:37:05.4105109Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float64 2022-09-27T15:37:05.4116308Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float64 2022-09-27T15:37:05.4149132Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_uint8 2022-09-27T15:37:05.4346678Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_uint8 2022-09-27T15:37:05.4545658Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int16 2022-09-27T15:37:05.4594592Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bfloat16 2022-09-27T15:37:05.4651735Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bfloat16 2022-09-27T15:37:05.4785458Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int16 2022-09-27T15:37:05.4935122Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float64 2022-09-27T15:37:05.5022950Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float64 2022-09-27T15:37:05.5057631Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bool 2022-09-27T15:37:05.5222258Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bool 2022-09-27T15:37:05.5349719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int16 2022-09-27T15:37:05.5360611Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int32 2022-09-27T15:37:05.5364210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int64 2022-09-27T15:37:05.5462632Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int16 2022-09-27T15:37:05.5502800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex128 2022-09-27T15:37:05.5689571Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex128 2022-09-27T15:37:05.5769533Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int32 2022-09-27T15:37:05.5903854Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int32 2022-09-27T15:37:05.5942070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex32 2022-09-27T15:37:05.6103010Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex32 2022-09-27T15:37:05.6192600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int64 2022-09-27T15:37:05.6343225Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int64 2022-09-27T15:37:05.6387422Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex64 2022-09-27T15:37:05.6585517Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex64 2022-09-27T15:37:05.6679749Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int8 2022-09-27T15:37:05.6784057Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int8 2022-09-27T15:37:05.6826744Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float16 2022-09-27T15:37:05.7022230Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float16 2022-09-27T15:37:05.7115604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_uint8 2022-09-27T15:37:05.7223914Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_uint8 2022-09-27T15:37:05.7261670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float32 2022-09-27T15:37:05.7463478Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float32 2022-09-27T15:37:05.7638895Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_bfloat16 2022-09-27T15:37:05.7648373Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int64 2022-09-27T15:37:05.7663937Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int8 2022-09-27T15:37:05.7721592Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float64 2022-09-27T15:37:05.7821565Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float64 2022-09-27T15:37:05.7902274Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_bfloat16 2022-09-27T15:37:05.8106178Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex128 2022-09-27T15:37:05.8158143Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int16 2022-09-27T15:37:05.8210076Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int16 2022-09-27T15:37:05.8382968Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex128 2022-09-27T15:37:05.8544776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex64 2022-09-27T15:37:05.8588754Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int32 2022-09-27T15:37:05.8708828Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int32 2022-09-27T15:37:05.8822921Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex64 2022-09-27T15:37:05.8984011Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float16 2022-09-27T15:37:05.9032777Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int64 2022-09-27T15:37:05.9198825Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int64 2022-09-27T15:37:05.9262707Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float16 2022-09-27T15:37:05.9426877Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float32 2022-09-27T15:37:05.9478285Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int8 2022-09-27T15:37:05.9568506Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int8 2022-09-27T15:37:05.9702936Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float32 2022-09-27T15:37:05.9847699Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float64 2022-09-27T15:37:05.9855132Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int8 2022-09-27T15:37:05.9863347Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_uint8 2022-09-27T15:37:05.9902207Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_uint8 2022-09-27T15:37:06.0057810Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_uint8 2022-09-27T15:37:06.0142280Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float64 2022-09-27T15:37:06.0307856Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_bfloat16 2022-09-27T15:37:06.0364003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bfloat16 2022-09-27T15:37:06.0753040Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bfloat16 2022-09-27T15:37:06.0804880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bool 2022-09-27T15:37:06.0962478Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bool 2022-09-27T15:37:06.0972032Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_bfloat16 2022-09-27T15:37:06.1189756Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex128 2022-09-27T15:37:06.1242196Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex128 2022-09-27T15:37:06.1509313Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex128 2022-09-27T15:37:06.1518484Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex128 2022-09-27T15:37:06.1623016Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex64 2022-09-27T15:37:06.1666337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex32 2022-09-27T15:37:06.2050083Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex32 2022-09-27T15:37:06.2058285Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex64 2022-09-27T15:37:06.2065212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float16 2022-09-27T15:37:06.2107672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex64 2022-09-27T15:37:06.2301846Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex64 2022-09-27T15:37:06.2312847Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_uint8 2022-09-27T15:37:06.2504846Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bfloat16 2022-09-27T15:37:06.2548719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float16 2022-09-27T15:37:06.2719639Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float16 2022-09-27T15:37:06.2728265Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float16 2022-09-27T15:37:06.2987359Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float32 2022-09-27T15:37:06.2992749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float32 2022-09-27T15:37:06.3297326Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float32 2022-09-27T15:37:06.3305031Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float32 2022-09-27T15:37:06.3447011Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float64 2022-09-27T15:37:06.3501662Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float64 2022-09-27T15:37:06.3866946Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float64 2022-09-27T15:37:06.3902279Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int16 2022-09-27T15:37:06.3971813Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int16 2022-09-27T15:37:06.3986082Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bfloat16 2022-09-27T15:37:06.3991259Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float64 2022-09-27T15:37:06.3998087Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bool 2022-09-27T15:37:06.4303885Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_bfloat16 2022-09-27T15:37:06.4348925Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int32 2022-09-27T15:37:06.4827790Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int32 2022-09-27T15:37:06.4829387Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int64 2022-09-27T15:37:06.5222396Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int64 2022-09-27T15:37:06.5232762Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bool 2022-09-27T15:37:06.5235583Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int8 2022-09-27T15:37:06.5267304Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float16 2022-09-27T15:37:06.5667083Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int8 2022-09-27T15:37:06.5711363Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_uint8 2022-09-27T15:37:06.6109506Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_uint8 2022-09-27T15:37:06.8213560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_bfloat16 2022-09-27T15:37:06.8226060Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float16 2022-09-27T15:37:06.9878822Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float32 2022-09-27T15:37:06.9922838Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float32 2022-09-27T15:37:07.1357590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float64 2022-09-27T15:37:07.1380247Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float64 2022-09-27T15:37:07.1983215Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int16 2022-09-27T15:37:07.1994913Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_bfloat16 2022-09-27T15:37:07.3071096Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float32 2022-09-27T15:37:07.3086049Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int16 2022-09-27T15:37:07.4601215Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int32 2022-09-27T15:37:07.4645406Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int32 2022-09-27T15:37:07.5146101Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int64 2022-09-27T15:37:07.5187198Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_bfloat16 2022-09-27T15:37:07.5755991Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex128 2022-09-27T15:37:07.5766557Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float32 2022-09-27T15:37:07.6251585Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float64 2022-09-27T15:37:07.6261580Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int64 2022-09-27T15:37:07.7653674Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int8 2022-09-27T15:37:07.7695425Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int8 2022-09-27T15:37:07.9064196Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_uint8 2022-09-27T15:37:07.9076731Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_uint8 2022-09-27T15:37:07.9629788Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bfloat16 2022-09-27T15:37:07.9645948Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float64 2022-09-27T15:37:08.1769382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_bfloat16 2022-09-27T15:37:08.1796681Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float16 2022-09-27T15:37:08.1944364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float32 2022-09-27T15:37:08.1959271Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bfloat16 2022-09-27T15:37:08.1969091Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_bfloat16 2022-09-27T15:37:08.1977833Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float32 2022-09-27T15:37:08.3817967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bool 2022-09-27T15:37:08.3829368Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex128 2022-09-27T15:37:08.4059898Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex32 2022-09-27T15:37:08.4071926Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bool 2022-09-27T15:37:08.4280058Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float16 2022-09-27T15:37:08.4288056Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float32 2022-09-27T15:37:08.7438341Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float64 2022-09-27T15:37:08.7451163Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float16 2022-09-27T15:37:08.7628317Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float32 2022-09-27T15:37:08.7638302Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float64 2022-09-27T15:37:08.7657248Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_bfloat16 2022-09-27T15:37:08.8100532Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_bfloat16 2022-09-27T15:37:08.8105619Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:37:08.8530684Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:37:08.8533530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:37:08.8678320Z [gw3] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:37:08.8687496Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float32 2022-09-27T15:37:08.8947423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float64 2022-09-27T15:37:09.0489451Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_bfloat16 2022-09-27T15:37:09.0511747Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float64 2022-09-27T15:37:09.2241685Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int16 2022-09-27T15:37:09.2251579Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_bfloat16 2022-09-27T15:37:09.2482057Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float32 2022-09-27T15:37:09.2503097Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int16 2022-09-27T15:37:09.4191823Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int32 2022-09-27T15:37:09.4201212Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float32 2022-09-27T15:37:09.4518334Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float64 2022-09-27T15:37:09.4563961Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int32 2022-09-27T15:37:09.6813920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int64 2022-09-27T15:37:09.6865544Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int64 2022-09-27T15:37:09.8251924Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int8 2022-09-27T15:37:09.8259784Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float64 2022-09-27T15:37:09.8512961Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_bfloat16 2022-09-27T15:37:09.8660027Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_bfloat16 2022-09-27T15:37:09.8666742Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int8 2022-09-27T15:37:09.8779859Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:37:09.8811628Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:37:09.9103066Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_uint8 2022-09-27T15:37:09.9183070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:37:09.9584567Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:37:09.9970591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_bfloat16 2022-09-27T15:37:10.0024169Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_bfloat16 2022-09-27T15:37:10.0078962Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float32 2022-09-27T15:37:10.0085514Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex32 2022-09-27T15:37:10.0201534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex64 2022-09-27T15:37:10.0209954Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_uint8 2022-09-27T15:37:10.0361904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bfloat16 2022-09-27T15:37:10.0464092Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float32 2022-09-27T15:37:10.0638960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float64 2022-09-27T15:37:10.0946524Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float64 2022-09-27T15:37:10.1964491Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_bfloat16 2022-09-27T15:37:10.1989841Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float32 2022-09-27T15:37:10.2852320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float64 2022-09-27T15:37:10.2865870Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_bfloat16 2022-09-27T15:37:10.3009275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:37:10.3019897Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bfloat16 2022-09-27T15:37:10.4218530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bool 2022-09-27T15:37:10.4229414Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:37:10.5945476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:37:10.5956992Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bool 2022-09-27T15:37:10.6615759Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex128 2022-09-27T15:37:10.6642845Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex64 2022-09-27T15:37:10.6996371Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float16 2022-09-27T15:37:10.7005866Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:37:10.9677895Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_bfloat16 2022-09-27T15:37:10.9726166Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_bfloat16 2022-09-27T15:37:11.1934268Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:37:11.1950694Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex128 2022-09-27T15:37:11.2539758Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex64 2022-09-27T15:37:11.2615249Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:37:11.6237971Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:37:11.6269076Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:37:11.7172340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int16 2022-09-27T15:37:11.7182750Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex64 2022-09-27T15:37:11.7762059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float32 2022-09-27T15:37:11.7770239Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int16 2022-09-27T15:37:11.9157154Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int32 2022-09-27T15:37:11.9212766Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float32 2022-09-27T15:37:11.9219503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float64 2022-09-27T15:37:11.9236835Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int32 2022-09-27T15:37:12.0926855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int64 2022-09-27T15:37:12.0977066Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int64 2022-09-27T15:37:12.1440958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int8 2022-09-27T15:37:12.1463871Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float16 2022-09-27T15:37:12.1715079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float32 2022-09-27T15:37:12.1724881Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float64 2022-09-27T15:37:12.1828373Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int16 2022-09-27T15:37:12.1833607Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int8 2022-09-27T15:37:12.2620434Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-09-27T15:37:12.2671916Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-09-27T15:37:12.3280114Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:37:12.3296349Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:37:12.3560263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:37:12.3567945Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int16 2022-09-27T15:37:12.3921250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int32 2022-09-27T15:37:12.3932523Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:37:12.4075063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_bfloat16 2022-09-27T15:37:12.4345320Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_bfloat16 2022-09-27T15:37:12.4456582Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:37:12.4524570Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:37:12.4540003Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float64 2022-09-27T15:37:12.4787601Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int16 2022-09-27T15:37:12.4869413Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:37:12.4879274Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float32 2022-09-27T15:37:12.4912860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float64 2022-09-27T15:37:12.5045717Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:37:12.5052375Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int32 2022-09-27T15:37:12.5225450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int64 2022-09-27T15:37:12.5343790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float16 2022-09-27T15:37:12.5752662Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float16 2022-09-27T15:37:12.5772096Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:37:12.6149413Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:37:12.6212124Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:37:12.6381947Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:37:12.6389419Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int64 2022-09-27T15:37:12.6546925Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int8 2022-09-27T15:37:12.6670775Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_bfloat16 2022-09-27T15:37:12.6988644Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_bfloat16 2022-09-27T15:37:12.7257539Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:37:12.7427678Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:37:12.7675137Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:37:12.7893329Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:37:12.8022679Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-09-27T15:37:12.8185768Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-09-27T15:37:12.8195850Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int8 2022-09-27T15:37:12.8306293Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_uint8 2022-09-27T15:37:12.8464311Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:37:12.8787406Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:37:12.8872972Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:37:12.9014888Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:37:12.9027543Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float64 2022-09-27T15:37:12.9223922Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int16 2022-09-27T15:37:12.9489796Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-09-27T15:37:12.9498068Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_uint8 2022-09-27T15:37:13.0291063Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bfloat16 2022-09-27T15:37:13.0303592Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-09-27T15:37:13.1214750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:37:13.1333127Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:37:13.2133139Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:37:13.2144211Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:37:13.2602989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-09-27T15:37:13.2631042Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bfloat16 2022-09-27T15:37:13.2765294Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bool 2022-09-27T15:37:13.2779281Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-09-27T15:37:13.3425365Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-09-27T15:37:13.3435653Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-09-27T15:37:13.3505414Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:37:13.3512680Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int16 2022-09-27T15:37:13.3921378Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int32 2022-09-27T15:37:13.3931558Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:37:13.4429323Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-09-27T15:37:13.4441781Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-09-27T15:37:13.4999495Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-09-27T15:37:13.5013471Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-09-27T15:37:13.6086789Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float32 2022-09-27T15:37:13.6105452Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bool 2022-09-27T15:37:13.8357604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex128 2022-09-27T15:37:13.8369541Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float32 2022-09-27T15:37:13.9778719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float64 2022-09-27T15:37:13.9805418Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int32 2022-09-27T15:37:14.2604346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int64 2022-09-27T15:37:14.2630202Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int16 2022-09-27T15:37:14.2678140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int32 2022-09-27T15:37:14.2687458Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float64 2022-09-27T15:37:14.2809691Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float16 2022-09-27T15:37:14.2932544Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float16 2022-09-27T15:37:14.2944235Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex128 2022-09-27T15:37:14.3105689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex64 2022-09-27T15:37:14.3186378Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:37:14.3547869Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:37:14.3632363Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:37:14.3835641Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:37:14.3843024Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int64 2022-09-27T15:37:14.3985704Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int8 2022-09-27T15:37:14.4050308Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_bfloat16 2022-09-27T15:37:14.4429306Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_bfloat16 2022-09-27T15:37:14.4505665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:37:14.4868874Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:37:14.4940385Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:37:14.5309370Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:37:14.5373071Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float16 2022-09-27T15:37:14.5753540Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float16 2022-09-27T15:37:14.5799221Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:37:14.5964821Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:37:14.5974707Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex64 2022-09-27T15:37:14.6188449Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float32 2022-09-27T15:37:14.6251128Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:37:14.6627555Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:37:14.6681279Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int16 2022-09-27T15:37:14.7108986Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int16 2022-09-27T15:37:14.7213298Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int32 2022-09-27T15:37:14.7547519Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int32 2022-09-27T15:37:14.7595999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:37:14.7727396Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:37:14.7740410Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int8 2022-09-27T15:37:14.7897759Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_uint8 2022-09-27T15:37:14.7905051Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float32 2022-09-27T15:37:14.7984661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float64 2022-09-27T15:37:14.8044425Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int8 2022-09-27T15:37:14.8497473Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int8 2022-09-27T15:37:14.8512597Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_uint8 2022-09-27T15:37:14.8910046Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_uint8 2022-09-27T15:37:14.9006631Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:37:14.9386097Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:37:14.9468496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:37:14.9826726Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:37:14.9842567Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 2022-09-27T15:37:14.9852863Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float64 2022-09-27T15:37:15.1034445Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int16 2022-09-27T15:37:15.1045506Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 2022-09-27T15:37:15.1643795Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:37:15.1655283Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_uint8 2022-09-27T15:37:15.1734255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bfloat16 2022-09-27T15:37:15.1747020Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:37:15.2288749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:37:15.2300849Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bfloat16 2022-09-27T15:37:15.2468033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bool 2022-09-27T15:37:15.2497670Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int16 2022-09-27T15:37:15.2660654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int32 2022-09-27T15:37:15.2669069Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:37:15.2742120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int16 2022-09-27T15:37:15.2756233Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bool 2022-09-27T15:37:15.3195776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex128 2022-09-27T15:37:15.3212896Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex128 2022-09-27T15:37:15.3645480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex64 2022-09-27T15:37:15.3688697Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int16 2022-09-27T15:37:15.3735739Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int32 2022-09-27T15:37:15.3741144Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex64 2022-09-27T15:37:15.4235975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float16 2022-09-27T15:37:15.4243258Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int32 2022-09-27T15:37:15.4533568Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int64 2022-09-27T15:37:15.4541530Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int32 2022-09-27T15:37:15.4552784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:37:15.4565338Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float16 2022-09-27T15:37:15.5191570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float32 2022-09-27T15:37:15.5205144Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float32 2022-09-27T15:37:15.5364120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float64 2022-09-27T15:37:15.5375807Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:37:15.5716709Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int8 2022-09-27T15:37:15.5725932Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float64 2022-09-27T15:37:15.6091874Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int16 2022-09-27T15:37:15.6098178Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int64 2022-09-27T15:37:15.6173347Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int8 2022-09-27T15:37:15.6184298Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int16 2022-09-27T15:37:15.6499956Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int32 2022-09-27T15:37:15.6511286Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int8 2022-09-27T15:37:15.6786229Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_uint8 2022-09-27T15:37:15.6794377Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int32 2022-09-27T15:37:15.7248813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int64 2022-09-27T15:37:15.7260404Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int64 2022-09-27T15:37:15.7496243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int8 2022-09-27T15:37:15.7504446Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_uint8 2022-09-27T15:37:15.7704682Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_bfloat16 2022-09-27T15:37:15.7710711Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int8 2022-09-27T15:37:15.8022388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_uint8 2022-09-27T15:37:15.8033578Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int8 2022-09-27T15:37:15.8163015Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_uint8 2022-09-27T15:37:15.8186368Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_uint8 2022-09-27T15:37:15.8340163Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bfloat16 2022-09-27T15:37:15.8625694Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bfloat16 2022-09-27T15:37:15.8730414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bool 2022-09-27T15:37:15.9107304Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bool 2022-09-27T15:37:15.9246985Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex128 2022-09-27T15:37:15.9586954Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex128 2022-09-27T15:37:15.9706567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex64 2022-09-27T15:37:16.0029381Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex64 2022-09-27T15:37:16.0143134Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float16 2022-09-27T15:37:16.0223565Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float16 2022-09-27T15:37:16.0230669Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_bfloat16 2022-09-27T15:37:16.0427285Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:37:16.0436662Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_uint8 2022-09-27T15:37:16.0463892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bfloat16 2022-09-27T15:37:16.0589747Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float32 2022-09-27T15:37:16.0906786Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float32 2022-09-27T15:37:16.1001557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float64 2022-09-27T15:37:16.1013113Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int32 2022-09-27T15:37:16.1019603Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int64 2022-09-27T15:37:16.1435111Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float64 2022-09-27T15:37:16.1511101Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int16 2022-09-27T15:37:16.1830734Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int16 2022-09-27T15:37:16.1962137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int32 2022-09-27T15:37:16.2015788Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int32 2022-09-27T15:37:16.2024157Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:37:16.2266219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:37:16.2400935Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int64 2022-09-27T15:37:16.2746468Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int64 2022-09-27T15:37:16.2754832Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bfloat16 2022-09-27T15:37:16.2757002Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int8 2022-09-27T15:37:16.2904401Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bool 2022-09-27T15:37:16.3226456Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int8 2022-09-27T15:37:16.3350864Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_uint8 2022-09-27T15:37:16.3716308Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_uint8 2022-09-27T15:37:16.3719797Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bfloat16 2022-09-27T15:37:16.4109700Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bfloat16 2022-09-27T15:37:16.4167529Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bool 2022-09-27T15:37:16.4410858Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bool 2022-09-27T15:37:16.4421622Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:37:16.4602633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_bfloat16 2022-09-27T15:37:16.4609286Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex128 2022-09-27T15:37:16.4989307Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex128 2022-09-27T15:37:16.5038268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex64 2022-09-27T15:37:16.5076764Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex64 2022-09-27T15:37:16.5085983Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bool 2022-09-27T15:37:16.5449251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex128 2022-09-27T15:37:16.5491255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float16 2022-09-27T15:37:16.5868727Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float16 2022-09-27T15:37:16.5886276Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float32 2022-09-27T15:37:16.5895870Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_bfloat16 2022-09-27T15:37:16.5913885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:37:16.6309330Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float32 2022-09-27T15:37:16.6359352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float64 2022-09-27T15:37:16.6749448Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float64 2022-09-27T15:37:16.6797481Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int16 2022-09-27T15:37:16.7085886Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int16 2022-09-27T15:37:16.7098612Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:37:16.7220359Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:37:16.7240214Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int32 2022-09-27T15:37:16.7626626Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int32 2022-09-27T15:37:16.7684358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int64 2022-09-27T15:37:16.8125958Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int64 2022-09-27T15:37:16.8182834Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int8 2022-09-27T15:37:16.8388385Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int8 2022-09-27T15:37:16.8397264Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:37:16.8549293Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int16 2022-09-27T15:37:16.8596919Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_uint8 2022-09-27T15:37:16.9054153Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_uint8 2022-09-27T15:37:16.9415175Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bfloat16 2022-09-27T15:37:16.9426021Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int16 2022-09-27T15:37:16.9563749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int32 2022-09-27T15:37:16.9574569Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex128 2022-09-27T15:37:17.1063609Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex64 2022-09-27T15:37:17.1094510Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int32 2022-09-27T15:37:17.2038956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int64 2022-09-27T15:37:17.2046868Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bfloat16 2022-09-27T15:37:17.3117402Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bool 2022-09-27T15:37:17.3129776Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int64 2022-09-27T15:37:17.3229482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int8 2022-09-27T15:37:17.3239562Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex64 2022-09-27T15:37:17.4499018Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float32 2022-09-27T15:37:17.4507455Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int8 2022-09-27T15:37:17.4894960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_uint8 2022-09-27T15:37:17.4907123Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bool 2022-09-27T15:37:17.5151328Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex128 2022-09-27T15:37:17.5163656Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float32 2022-09-27T15:37:17.6022728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float64 2022-09-27T15:37:17.6031773Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_uint8 2022-09-27T15:37:17.7341918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_bfloat16 2022-09-27T15:37:17.7359546Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float64 2022-09-27T15:37:17.8810350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int16 2022-09-27T15:37:17.8815255Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_bfloat16 2022-09-27T15:37:18.0227117Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float32 2022-09-27T15:37:18.0249250Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int16 2022-09-27T15:37:18.2050329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int32 2022-09-27T15:37:18.2062499Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float32 2022-09-27T15:37:18.2171529Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float64 2022-09-27T15:37:18.2180265Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex128 2022-09-27T15:37:18.2190279Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int32 2022-09-27T15:37:18.2224077Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex64 2022-09-27T15:37:18.2411683Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int64 2022-09-27T15:37:18.2428166Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int64 2022-09-27T15:37:18.4095066Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int8 2022-09-27T15:37:18.4107967Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float64 2022-09-27T15:37:18.4136202Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int16 2022-09-27T15:37:18.4147745Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int64 2022-09-27T15:37:18.5429691Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int8 2022-09-27T15:37:18.5439508Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int16 2022-09-27T15:37:18.6409658Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int32 2022-09-27T15:37:18.6428880Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int8 2022-09-27T15:37:18.6875133Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_uint8 2022-09-27T15:37:18.6886227Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int32 2022-09-27T15:37:18.6942879Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int64 2022-09-27T15:37:18.6950276Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex64 2022-09-27T15:37:18.8227630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float32 2022-09-27T15:37:18.8242665Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int64 2022-09-27T15:37:18.8626732Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int8 2022-09-27T15:37:18.8640450Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_uint8 2022-09-27T15:37:18.8802065Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_bfloat16 2022-09-27T15:37:18.8814024Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float32 2022-09-27T15:37:18.9270361Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float64 2022-09-27T15:37:18.9284384Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_bfloat16 2022-09-27T15:37:18.9374303Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float32 2022-09-27T15:37:18.9394974Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int8 2022-09-27T15:37:18.9893393Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_uint8 2022-09-27T15:37:18.9903967Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float32 2022-09-27T15:37:19.0431077Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float64 2022-09-27T15:37:19.0444523Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float64 2022-09-27T15:37:19.0470138Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bfloat16 2022-09-27T15:37:19.0480874Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float64 2022-09-27T15:37:19.1018859Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int16 2022-09-27T15:37:19.1034742Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_uint8 2022-09-27T15:37:19.3838097Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_bfloat16 2022-09-27T15:37:19.3857004Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int16 2022-09-27T15:37:19.4140081Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int32 2022-09-27T15:37:19.4152522Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_bfloat16 2022-09-27T15:37:19.4250902Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float32 2022-09-27T15:37:19.4259632Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bfloat16 2022-09-27T15:37:19.6885763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bool 2022-09-27T15:37:19.6886215Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int32 2022-09-27T15:37:19.6886619Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float32 2022-09-27T15:37:19.6887010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int64 2022-09-27T15:37:19.9281814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float64 2022-09-27T15:37:19.9291802Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bool 2022-09-27T15:37:19.9814584Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float32 2022-09-27T15:37:19.9841060Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int64 2022-09-27T15:37:20.0017730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int8 2022-09-27T15:37:20.0051096Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float64 2022-09-27T15:37:20.1921447Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_bfloat16 2022-09-27T15:37:20.1924948Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int8 2022-09-27T15:37:20.1944425Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float32 2022-09-27T15:37:20.1944897Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_uint8 2022-09-27T15:37:20.1945735Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float64 2022-09-27T15:37:20.1955952Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int8 2022-09-27T15:37:20.2019724Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_uint8 2022-09-27T15:37:20.2026566Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_bfloat16 2022-09-27T15:37:20.4164167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:37:20.4186603Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float64 2022-09-27T15:37:20.4497537Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int16 2022-09-27T15:37:20.4562729Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_uint8 2022-09-27T15:37:20.4807363Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bfloat16 2022-09-27T15:37:20.4815430Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:37:20.7176315Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:37:20.7190389Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:37:20.7224238Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_bfloat16 2022-09-27T15:37:20.7231934Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int16 2022-09-27T15:37:20.7414289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int32 2022-09-27T15:37:20.7426454Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bfloat16 2022-09-27T15:37:20.9923429Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bool 2022-09-27T15:37:20.9997332Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int32 2022-09-27T15:37:21.0273915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int64 2022-09-27T15:37:21.0287180Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_bfloat16 2022-09-27T15:37:21.0515739Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:37:21.0524051Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bool 2022-09-27T15:37:21.2723042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex128 2022-09-27T15:37:21.2737364Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int64 2022-09-27T15:37:21.3527270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int8 2022-09-27T15:37:21.3557459Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:37:21.5926315Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:37:21.5933799Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex128 2022-09-27T15:37:21.6003572Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex64 2022-09-27T15:37:21.6053179Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int8 2022-09-27T15:37:21.6459444Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_uint8 2022-09-27T15:37:21.6480386Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:37:21.9149843Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-09-27T15:37:21.9261251Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_uint8 2022-09-27T15:37:22.0821580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_bool 2022-09-27T15:37:22.0854058Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex64 2022-09-27T15:37:22.2616610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float32 2022-09-27T15:37:22.2629103Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float32 2022-09-27T15:37:22.2700469Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float64 2022-09-27T15:37:22.2714931Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-09-27T15:37:22.2950277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:37:22.2966790Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_bool 2022-09-27T15:37:22.3132182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float32 2022-09-27T15:37:22.3166362Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_uint8 2022-09-27T15:37:22.5416505Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bfloat16 2022-09-27T15:37:22.5428961Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bfloat16 2022-09-27T15:37:22.5463244Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bool 2022-09-27T15:37:22.5469417Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float64 2022-09-27T15:37:22.5486360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int16 2022-09-27T15:37:22.5494439Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float32 2022-09-27T15:37:22.7514378Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float64 2022-09-27T15:37:22.7568162Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int16 2022-09-27T15:37:22.8617587Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int32 2022-09-27T15:37:22.8658106Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bool 2022-09-27T15:37:22.8942962Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex128 2022-09-27T15:37:22.8967828Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float64 2022-09-27T15:37:23.0632182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int16 2022-09-27T15:37:23.0703897Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int32 2022-09-27T15:37:23.2026045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int64 2022-09-27T15:37:23.2113444Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int16 2022-09-27T15:37:23.2617602Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int32 2022-09-27T15:37:23.2701586Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex128 2022-09-27T15:37:23.3300675Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex32 2022-09-27T15:37:23.3315301Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int64 2022-09-27T15:37:23.3936641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int8 2022-09-27T15:37:23.3950157Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:37:23.4764675Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:37:23.4784469Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int32 2022-09-27T15:37:23.5523931Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int64 2022-09-27T15:37:23.5531377Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int8 2022-09-27T15:37:23.6859974Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_uint8 2022-09-27T15:37:23.6875775Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int64 2022-09-27T15:37:23.7586195Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int8 2022-09-27T15:37:23.7595123Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_uint8 2022-09-27T15:37:23.7644035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bfloat16 2022-09-27T15:37:23.8027675Z [gw0] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bfloat16 2022-09-27T15:37:23.8094765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bool 2022-09-27T15:37:23.8175127Z [gw0] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bool 2022-09-27T15:37:23.8199456Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex32 2022-09-27T15:37:23.8507651Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex64 2022-09-27T15:37:23.8578175Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex128 2022-09-27T15:37:23.8948544Z [gw0] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex128 2022-09-27T15:37:23.9024070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex64 2022-09-27T15:37:23.9332465Z [gw0] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex64 2022-09-27T15:37:23.9341164Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int8 2022-09-27T15:37:23.9384275Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_uint8 2022-09-27T15:37:23.9447565Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float16 2022-09-27T15:37:23.9828151Z [gw0] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float16 2022-09-27T15:37:23.9891387Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float32 2022-09-27T15:37:24.0268473Z [gw0] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float32 2022-09-27T15:37:24.0330079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float64 2022-09-27T15:37:24.0710326Z [gw0] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float64 2022-09-27T15:37:24.0775923Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int16 2022-09-27T15:37:24.1069709Z [gw0] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int16 2022-09-27T15:37:24.1096018Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:37:24.1147420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:37:24.1226669Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int32 2022-09-27T15:37:24.1308488Z [gw0] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int32 2022-09-27T15:37:24.1314568Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_uint8 2022-09-27T15:37:24.1359883Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_bool 2022-09-27T15:37:24.1369515Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex64 2022-09-27T15:37:24.1585174Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float16 2022-09-27T15:37:24.1659069Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int64 2022-09-27T15:37:24.2028751Z [gw0] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int64 2022-09-27T15:37:24.2091902Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int8 2022-09-27T15:37:24.2470322Z [gw0] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int8 2022-09-27T15:37:24.2556836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_uint8 2022-09-27T15:37:24.2568308Z [gw0] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_uint8 2022-09-27T15:37:24.2650148Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:37:24.2908558Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:37:24.3302213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bfloat16 2022-09-27T15:37:24.3345243Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bfloat16 2022-09-27T15:37:24.3701489Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bool 2022-09-27T15:37:24.3825850Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bool 2022-09-27T15:37:24.4163404Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex128 2022-09-27T15:37:24.4188949Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_bool 2022-09-27T15:37:24.4201205Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float32 2022-09-27T15:37:24.4225731Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex128 2022-09-27T15:37:24.4378353Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex64 2022-09-27T15:37:24.4478783Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float16 2022-09-27T15:37:24.4676307Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float32 2022-09-27T15:37:24.4687093Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex64 2022-09-27T15:37:24.5088149Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float16 2022-09-27T15:37:24.5103692Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float16 2022-09-27T15:37:24.5481496Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float32 2022-09-27T15:37:24.5501796Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:37:24.5511046Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float32 2022-09-27T15:37:24.5583828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int16 2022-09-27T15:37:24.5823767Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float64 2022-09-27T15:37:24.5837826Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float32 2022-09-27T15:37:24.5997202Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float64 2022-09-27T15:37:24.6011041Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float32 2022-09-27T15:37:24.6018049Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float64 2022-09-27T15:37:24.6062675Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float64 2022-09-27T15:37:24.6637559Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int16 2022-09-27T15:37:24.6658374Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int16 2022-09-27T15:37:24.7057878Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int32 2022-09-27T15:37:24.7084002Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int32 2022-09-27T15:37:24.7465031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int64 2022-09-27T15:37:24.7507763Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int64 2022-09-27T15:37:24.7713417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int8 2022-09-27T15:37:24.7725138Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float64 2022-09-27T15:37:24.7842514Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int16 2022-09-27T15:37:24.7851302Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int16 2022-09-27T15:37:24.7952297Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int32 2022-09-27T15:37:24.7958369Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int8 2022-09-27T15:37:24.8354151Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_uint8 2022-09-27T15:37:24.8365022Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float64 2022-09-27T15:37:24.8376506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int16 2022-09-27T15:37:24.8423182Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_uint8 2022-09-27T15:37:24.8440832Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex128 2022-09-27T15:37:24.8869312Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex128 2022-09-27T15:37:24.8893253Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex64 2022-09-27T15:37:24.9324168Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex64 2022-09-27T15:37:24.9343929Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int16 2022-09-27T15:37:24.9344585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float32 2022-09-27T15:37:24.9348300Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float32 2022-09-27T15:37:24.9748034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int32 2022-09-27T15:37:24.9775283Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float64 2022-09-27T15:37:24.9914969Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float64 2022-09-27T15:37:24.9923169Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int32 2022-09-27T15:37:24.9942143Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:37:24.9951901Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int16 2022-09-27T15:37:25.0210139Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int32 2022-09-27T15:37:25.0211105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int16 2022-09-27T15:37:25.0668413Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int16 2022-09-27T15:37:25.0700354Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int32 2022-09-27T15:37:25.0808003Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int32 2022-09-27T15:37:25.0915343Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int32 2022-09-27T15:37:25.1108238Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int64 2022-09-27T15:37:25.1134333Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int64 2022-09-27T15:37:25.1580964Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int64 2022-09-27T15:37:25.1584696Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int8 2022-09-27T15:37:25.1886374Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int8 2022-09-27T15:37:25.1895868Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:37:25.1917998Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int8 2022-09-27T15:37:25.1928512Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int32 2022-09-27T15:37:25.1984720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int64 2022-09-27T15:37:25.2004710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_uint8 2022-09-27T15:37:25.2159070Z [gw0] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_uint8 2022-09-27T15:37:25.2174123Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int64 2022-09-27T15:37:25.2428266Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int8 2022-09-27T15:37:25.2515094Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bfloat16 2022-09-27T15:37:25.2957037Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bfloat16 2022-09-27T15:37:25.2994532Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bool 2022-09-27T15:37:25.3394846Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bool 2022-09-27T15:37:25.3480948Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex128 2022-09-27T15:37:25.3490963Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int64 2022-09-27T15:37:25.3512354Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int8 2022-09-27T15:37:25.3583914Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex128 2022-09-27T15:37:25.3594047Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int8 2022-09-27T15:37:25.3783889Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_uint8 2022-09-27T15:37:25.3793484Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int8 2022-09-27T15:37:25.3863359Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_uint8 2022-09-27T15:37:25.3942167Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex32 2022-09-27T15:37:25.4317631Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex32 2022-09-27T15:37:25.4413309Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex64 2022-09-27T15:37:25.4784054Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex64 2022-09-27T15:37:25.4852170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float16 2022-09-27T15:37:25.5167265Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float16 2022-09-27T15:37:25.5179526Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_uint8 2022-09-27T15:37:25.5236636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bfloat16 2022-09-27T15:37:25.5328525Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float32 2022-09-27T15:37:25.5578968Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float32 2022-09-27T15:37:25.5649849Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int8 2022-09-27T15:37:25.5650342Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_uint8 2022-09-27T15:37:25.5720736Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float64 2022-09-27T15:37:25.5767893Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float64 2022-09-27T15:37:25.5777316Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_uint8 2022-09-27T15:37:25.6069498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_bfloat16 2022-09-27T15:37:25.6149380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int16 2022-09-27T15:37:25.6506762Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int16 2022-09-27T15:37:25.6609095Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int32 2022-09-27T15:37:25.6947995Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int32 2022-09-27T15:37:25.7045546Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int64 2022-09-27T15:37:25.7403641Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int64 2022-09-27T15:37:25.7408303Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int8 2022-09-27T15:37:25.7429255Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_bfloat16 2022-09-27T15:37:25.7478366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:37:25.7867742Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int8 2022-09-27T15:37:25.7948466Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_uint8 2022-09-27T15:37:25.7977517Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_uint8 2022-09-27T15:37:25.7988444Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_uint8 2022-09-27T15:37:25.8308840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bfloat16 2022-09-27T15:37:25.8371430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bfloat16 2022-09-27T15:37:25.8385508Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bfloat16 2022-09-27T15:37:25.8610304Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bool 2022-09-27T15:37:25.8621611Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:37:25.8710139Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:37:25.8743212Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bfloat16 2022-09-27T15:37:25.9153328Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bool 2022-09-27T15:37:25.9198296Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bool 2022-09-27T15:37:25.9671434Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex128 2022-09-27T15:37:25.9690649Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex128 2022-09-27T15:37:26.0039031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex64 2022-09-27T15:37:26.0140658Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex64 2022-09-27T15:37:26.0194235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float16 2022-09-27T15:37:26.0205262Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bfloat16 2022-09-27T15:37:26.0423707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bool 2022-09-27T15:37:26.0495922Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float16 2022-09-27T15:37:26.0508453Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:37:26.0543242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int16 2022-09-27T15:37:26.0959095Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float32 2022-09-27T15:37:26.1010565Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float32 2022-09-27T15:37:26.1337697Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float64 2022-09-27T15:37:26.1423644Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float64 2022-09-27T15:37:26.1734769Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int16 2022-09-27T15:37:26.1831945Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int16 2022-09-27T15:37:26.1840651Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int16 2022-09-27T15:37:26.1864754Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int32 2022-09-27T15:37:26.2209644Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int32 2022-09-27T15:37:26.2306462Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int32 2022-09-27T15:37:26.2350832Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int64 2022-09-27T15:37:26.2369308Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bool 2022-09-27T15:37:26.2660814Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex128 2022-09-27T15:37:26.2819438Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int64 2022-09-27T15:37:26.2929172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int8 2022-09-27T15:37:26.2942620Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bool 2022-09-27T15:37:26.3124516Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float32 2022-09-27T15:37:26.3226592Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int8 2022-09-27T15:37:26.3309450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_uint8 2022-09-27T15:37:26.3316487Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int32 2022-09-27T15:37:26.3557930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int64 2022-09-27T15:37:26.3664232Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_uint8 2022-09-27T15:37:26.3999978Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int32 2022-09-27T15:37:26.4009067Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float32 2022-09-27T15:37:26.4311183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float64 2022-09-27T15:37:26.4324685Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int32 2022-09-27T15:37:26.4531179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int64 2022-09-27T15:37:26.4541121Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int64 2022-09-27T15:37:26.5104583Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int8 2022-09-27T15:37:26.5126902Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int64 2022-09-27T15:37:26.5622794Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bfloat16 2022-09-27T15:37:26.5638239Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bfloat16 2022-09-27T15:37:26.5988904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bool 2022-09-27T15:37:26.5999329Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bool 2022-09-27T15:37:26.6182073Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex128 2022-09-27T15:37:26.6191931Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int8 2022-09-27T15:37:26.6267628Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_uint8 2022-09-27T15:37:26.6275945Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float64 2022-09-27T15:37:26.6365418Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int16 2022-09-27T15:37:26.6423386Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex128 2022-09-27T15:37:26.6845579Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex64 2022-09-27T15:37:26.6898408Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex64 2022-09-27T15:37:26.7251676Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float16 2022-09-27T15:37:26.7261126Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_uint8 2022-09-27T15:37:26.7297447Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_bfloat16 2022-09-27T15:37:26.7307428Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float16 2022-09-27T15:37:26.7470897Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float32 2022-09-27T15:37:26.7631067Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_bfloat16 2022-09-27T15:37:26.7664667Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float32 2022-09-27T15:37:26.7742602Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex128 2022-09-27T15:37:26.7850421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float64 2022-09-27T15:37:26.8032981Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex128 2022-09-27T15:37:26.8148072Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float64 2022-09-27T15:37:26.8186822Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex64 2022-09-27T15:37:26.8316718Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int16 2022-09-27T15:37:26.8322414Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex64 2022-09-27T15:37:26.8330071Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int16 2022-09-27T15:37:26.8458205Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int32 2022-09-27T15:37:26.8586813Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int16 2022-09-27T15:37:26.8665342Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float16 2022-09-27T15:37:26.8805692Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int32 2022-09-27T15:37:26.8900383Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float16 2022-09-27T15:37:26.9024414Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int32 2022-09-27T15:37:26.9104314Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float32 2022-09-27T15:37:26.9147172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int64 2022-09-27T15:37:26.9157647Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex128 2022-09-27T15:37:26.9195067Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex32 2022-09-27T15:37:26.9401556Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float32 2022-09-27T15:37:26.9465089Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int64 2022-09-27T15:37:26.9542836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float64 2022-09-27T15:37:26.9637834Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int8 2022-09-27T15:37:26.9820270Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float64 2022-09-27T15:37:26.9904582Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int8 2022-09-27T15:37:26.9932708Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bfloat16 2022-09-27T15:37:26.9983865Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bfloat16 2022-09-27T15:37:27.0079467Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_uint8 2022-09-27T15:37:27.0089094Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int32 2022-09-27T15:37:27.0240965Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int64 2022-09-27T15:37:27.0347087Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_uint8 2022-09-27T15:37:27.0389801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bool 2022-09-27T15:37:27.0424687Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bool 2022-09-27T15:37:27.0827546Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int32 2022-09-27T15:37:27.0859533Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex128 2022-09-27T15:37:27.0922094Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex128 2022-09-27T15:37:27.0935262Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int32 2022-09-27T15:37:27.1265491Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int64 2022-09-27T15:37:27.1298514Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex32 2022-09-27T15:37:27.1489129Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex32 2022-09-27T15:37:27.1499073Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int64 2022-09-27T15:37:27.1636580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bfloat16 2022-09-27T15:37:27.1646783Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int64 2022-09-27T15:37:27.1703405Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int8 2022-09-27T15:37:27.1735920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex64 2022-09-27T15:37:27.2149305Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex64 2022-09-27T15:37:27.2184798Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float16 2022-09-27T15:37:27.2588229Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float16 2022-09-27T15:37:27.2629582Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float32 2022-09-27T15:37:27.3029689Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float32 2022-09-27T15:37:27.3058154Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float64 2022-09-27T15:37:27.3515937Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float64 2022-09-27T15:37:27.3523652Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int16 2022-09-27T15:37:27.3704436Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int16 2022-09-27T15:37:27.3711201Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int8 2022-09-27T15:37:27.3903402Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_uint8 2022-09-27T15:37:27.3929512Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int32 2022-09-27T15:37:27.4353191Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int32 2022-09-27T15:37:27.4387194Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int64 2022-09-27T15:37:27.4825935Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int64 2022-09-27T15:37:27.4830543Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int8 2022-09-27T15:37:27.5233775Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int8 2022-09-27T15:37:27.5276109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_uint8 2022-09-27T15:37:27.5688390Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_uint8 2022-09-27T15:37:27.6006800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bfloat16 2022-09-27T15:37:27.6023548Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_uint8 2022-09-27T15:37:27.6122496Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 2022-09-27T15:37:27.6237452Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex32 2022-09-27T15:37:27.6241048Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex64 2022-09-27T15:37:27.6259593Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bfloat16 2022-09-27T15:37:27.7274586Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bool 2022-09-27T15:37:27.7286276Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bool 2022-09-27T15:37:27.8946677Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex128 2022-09-27T15:37:27.8957024Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex128 2022-09-27T15:37:28.0423461Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex32 2022-09-27T15:37:28.0447981Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 2022-09-27T15:37:28.0455489Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:37:28.0465587Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex32 2022-09-27T15:37:28.1247941Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex64 2022-09-27T15:37:28.1273182Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex64 2022-09-27T15:37:28.1636855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float16 2022-09-27T15:37:28.1704030Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float16 2022-09-27T15:37:28.1791159Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float32 2022-09-27T15:37:28.1846867Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bfloat16 2022-09-27T15:37:28.2750661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bool 2022-09-27T15:37:28.2773689Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float32 2022-09-27T15:37:28.3866678Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float64 2022-09-27T15:37:28.3885556Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:37:28.3909684Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float64 2022-09-27T15:37:28.3912866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:37:28.4148060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int16 2022-09-27T15:37:28.4159346Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex64 2022-09-27T15:37:28.4316657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float16 2022-09-27T15:37:28.4387316Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int16 2022-09-27T15:37:28.5173558Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int32 2022-09-27T15:37:28.5189103Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int32 2022-09-27T15:37:28.6621683Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int64 2022-09-27T15:37:28.6644634Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int64 2022-09-27T15:37:28.7201373Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int8 2022-09-27T15:37:28.7267599Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int8 2022-09-27T15:37:28.7435734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_uint8 2022-09-27T15:37:28.7473307Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:37:28.7650843Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 2022-09-27T15:37:28.7704861Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_uint8 2022-09-27T15:37:29.0123472Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_bfloat16 2022-09-27T15:37:29.0170761Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float16 2022-09-27T15:37:29.1097470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float32 2022-09-27T15:37:29.1110400Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 2022-09-27T15:37:29.1117692Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 2022-09-27T15:37:29.1126279Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_bfloat16 2022-09-27T15:37:29.1206679Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex128 2022-09-27T15:37:29.1217916Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bool 2022-09-27T15:37:29.3809165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex128 2022-09-27T15:37:29.3825674Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float32 2022-09-27T15:37:29.5481002Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float64 2022-09-27T15:37:29.5546901Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 2022-09-27T15:37:29.5599752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 2022-09-27T15:37:29.5612800Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex128 2022-09-27T15:37:29.7910999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex32 2022-09-27T15:37:29.7922350Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float64 2022-09-27T15:37:29.8785843Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int16 2022-09-27T15:37:29.8858223Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 2022-09-27T15:37:30.0919559Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 2022-09-27T15:37:30.0929279Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex128 2022-09-27T15:37:30.1901670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex64 2022-09-27T15:37:30.1922418Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int16 2022-09-27T15:37:30.1982296Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int32 2022-09-27T15:37:30.1997023Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex32 2022-09-27T15:37:30.3122541Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex64 2022-09-27T15:37:30.3140919Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 2022-09-27T15:37:30.5065262Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 2022-09-27T15:37:30.5089959Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int32 2022-09-27T15:37:30.7103926Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int64 2022-09-27T15:37:30.7111982Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex64 2022-09-27T15:37:30.7151604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float16 2022-09-27T15:37:30.7162401Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex64 2022-09-27T15:37:30.7357719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float16 2022-09-27T15:37:30.7365365Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 2022-09-27T15:37:30.8192700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 2022-09-27T15:37:30.8207825Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int64 2022-09-27T15:37:30.9950427Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int8 2022-09-27T15:37:30.9961467Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float16 2022-09-27T15:37:31.1591600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float32 2022-09-27T15:37:31.1615834Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int8 2022-09-27T15:37:31.1948923Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_uint8 2022-09-27T15:37:31.1973978Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float32 2022-09-27T15:37:31.3952005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float64 2022-09-27T15:37:31.3961530Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float64 2022-09-27T15:37:31.4206231Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int16 2022-09-27T15:37:31.4233369Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 2022-09-27T15:37:31.5021019Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:37:31.5031170Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int16 2022-09-27T15:37:31.5046645Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_uint8 2022-09-27T15:37:31.5066190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bfloat16 2022-09-27T15:37:31.6637465Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int32 2022-09-27T15:37:31.6663601Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int32 2022-09-27T15:37:31.7504623Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int64 2022-09-27T15:37:31.7515643Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bfloat16 2022-09-27T15:37:31.8719385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bool 2022-09-27T15:37:31.8735024Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int64 2022-09-27T15:37:31.9274866Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int8 2022-09-27T15:37:31.9294143Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float16 2022-09-27T15:37:31.9578125Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float32 2022-09-27T15:37:31.9599199Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:37:31.9795654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:37:31.9804747Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bool 2022-09-27T15:37:31.9862017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex128 2022-09-27T15:37:31.9877686Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int8 2022-09-27T15:37:32.2055329Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_uint8 2022-09-27T15:37:32.2101189Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_uint8 2022-09-27T15:37:32.6019319Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_bfloat16 2022-09-27T15:37:32.6042480Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex128 2022-09-27T15:37:32.6317586Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex64 2022-09-27T15:37:32.6330748Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float32 2022-09-27T15:37:32.6824530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float64 2022-09-27T15:37:32.6830509Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:37:32.9142949Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 2022-09-27T15:37:32.9156910Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex64 2022-09-27T15:37:33.0353015Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float16 2022-09-27T15:37:33.0377721Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_bfloat16 2022-09-27T15:37:33.1876976Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex128 2022-09-27T15:37:33.1924361Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 2022-09-27T15:37:33.3321062Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 2022-09-27T15:37:33.3348488Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float16 2022-09-27T15:37:33.5334980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float32 2022-09-27T15:37:33.5452736Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float64 2022-09-27T15:37:33.5646841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int16 2022-09-27T15:37:33.5663933Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float32 2022-09-27T15:37:33.7922141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float64 2022-09-27T15:37:33.7937358Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 2022-09-27T15:37:33.8105382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 2022-09-27T15:37:33.8166779Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float64 2022-09-27T15:37:34.0046469Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int16 2022-09-27T15:37:34.0071309Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int16 2022-09-27T15:37:34.2155008Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int32 2022-09-27T15:37:34.2178762Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int32 2022-09-27T15:37:34.3500147Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int64 2022-09-27T15:37:34.3523834Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int64 2022-09-27T15:37:34.3931380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int8 2022-09-27T15:37:34.3937719Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 2022-09-27T15:37:34.5002216Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 2022-09-27T15:37:34.5028619Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int8 2022-09-27T15:37:34.5095972Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_uint8 2022-09-27T15:37:34.5111017Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex128 2022-09-27T15:37:34.5770750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex64 2022-09-27T15:37:34.5793485Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int16 2022-09-27T15:37:34.6785810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int32 2022-09-27T15:37:34.6804503Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_uint8 2022-09-27T15:37:34.9163826Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bfloat16 2022-09-27T15:37:34.9194050Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 2022-09-27T15:37:34.9336000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 2022-09-27T15:37:34.9354616Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bfloat16 2022-09-27T15:37:35.2355211Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bool 2022-09-27T15:37:35.2383240Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bool 2022-09-27T15:37:35.4459404Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float16 2022-09-27T15:37:35.4478733Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 2022-09-27T15:37:35.5335390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 2022-09-27T15:37:35.5353518Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int32 2022-09-27T15:37:35.5587267Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int64 2022-09-27T15:37:35.5608956Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex64 2022-09-27T15:37:35.5900815Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float16 2022-09-27T15:37:35.5926175Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float16 2022-09-27T15:37:35.8123299Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float32 2022-09-27T15:37:35.8133984Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float32 2022-09-27T15:37:36.1127781Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float64 2022-09-27T15:37:36.1157211Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 2022-09-27T15:37:36.1280946Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:37:36.1308343Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float64 2022-09-27T15:37:36.3850120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int16 2022-09-27T15:37:36.3874013Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int16 2022-09-27T15:37:36.4166259Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int32 2022-09-27T15:37:36.4221427Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float16 2022-09-27T15:37:36.6066871Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float32 2022-09-27T15:37:36.6089804Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int64 2022-09-27T15:37:36.6315757Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int8 2022-09-27T15:37:36.6329034Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int32 2022-09-27T15:37:36.6700410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int64 2022-09-27T15:37:36.6719634Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:37:36.8695989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:37:36.8703184Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int64 2022-09-27T15:37:36.8718266Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float32 2022-09-27T15:37:36.8718934Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float64 2022-09-27T15:37:37.1150439Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int8 2022-09-27T15:37:37.1270979Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int8 2022-09-27T15:37:37.3046934Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_uint8 2022-09-27T15:37:37.3070102Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_uint8 2022-09-27T15:37:37.5308729Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bfloat16 2022-09-27T15:37:37.5471315Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:37:37.6289014Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 2022-09-27T15:37:37.6306110Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float64 2022-09-27T15:37:37.6461534Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int16 2022-09-27T15:37:37.6480885Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bfloat16 2022-09-27T15:37:37.8182867Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bool 2022-09-27T15:37:37.8205363Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int8 2022-09-27T15:37:37.8564924Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_uint8 2022-09-27T15:37:37.8597332Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int16 2022-09-27T15:37:37.9694704Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int32 2022-09-27T15:37:37.9710656Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bool 2022-09-27T15:37:38.0312505Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float16 2022-09-27T15:37:38.0335545Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 2022-09-27T15:37:38.2907549Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 2022-09-27T15:37:38.2942406Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float16 2022-09-27T15:37:38.2954011Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int32 2022-09-27T15:37:38.2964020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float32 2022-09-27T15:37:38.5833970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int64 2022-09-27T15:37:38.5846259Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float32 2022-09-27T15:37:38.5911540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float64 2022-09-27T15:37:38.5925758Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 2022-09-27T15:37:38.6407747Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 2022-09-27T15:37:38.6423780Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int64 2022-09-27T15:37:38.7782668Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int8 2022-09-27T15:37:38.7794999Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_uint8 2022-09-27T15:37:38.9281481Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_bfloat16 2022-09-27T15:37:38.9305225Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float64 2022-09-27T15:37:39.0905730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int16 2022-09-27T15:37:39.0951704Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int8 2022-09-27T15:37:39.1732719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_uint8 2022-09-27T15:37:39.1753783Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 2022-09-27T15:37:39.1882922Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 2022-09-27T15:37:39.1892212Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int16 2022-09-27T15:37:39.2103450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int32 2022-09-27T15:37:39.2112092Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_bfloat16 2022-09-27T15:37:39.2956558Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float32 2022-09-27T15:37:39.2985713Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_uint8 2022-09-27T15:37:39.3236326Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_bool 2022-09-27T15:37:39.3425198Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_bool 2022-09-27T15:37:39.3441501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex128 2022-09-27T15:37:39.3456959Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int32 2022-09-27T15:37:39.3770292Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int64 2022-09-27T15:37:39.3865528Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex128 2022-09-27T15:37:39.4049056Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex64 2022-09-27T15:37:39.4060017Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float32 2022-09-27T15:37:39.4214932Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float64 2022-09-27T15:37:39.4302788Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex64 2022-09-27T15:37:39.4702422Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float32 2022-09-27T15:37:39.4824354Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float32 2022-09-27T15:37:39.5101946Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float64 2022-09-27T15:37:39.5265418Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float64 2022-09-27T15:37:39.5436417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int16 2022-09-27T15:37:39.5452853Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int64 2022-09-27T15:37:39.5545729Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int8 2022-09-27T15:37:39.5748093Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int16 2022-09-27T15:37:39.6018769Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int32 2022-09-27T15:37:39.6177036Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int32 2022-09-27T15:37:39.6187054Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float64 2022-09-27T15:37:39.6193635Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int16 2022-09-27T15:37:39.6209159Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int64 2022-09-27T15:37:39.6219269Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 2022-09-27T15:37:39.6438314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 2022-09-27T15:37:39.6623421Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int64 2022-09-27T15:37:39.6807930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int8 2022-09-27T15:37:39.6823873Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int8 2022-09-27T15:37:39.6904758Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_uint8 2022-09-27T15:37:39.7117384Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int8 2022-09-27T15:37:39.7330572Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_uint8 2022-09-27T15:37:39.7544902Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_uint8 2022-09-27T15:37:39.7591394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_bfloat16 2022-09-27T15:37:39.7682665Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_bfloat16 2022-09-27T15:37:39.7694726Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int16 2022-09-27T15:37:39.7984001Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int32 2022-09-27T15:37:39.8040415Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex128 2022-09-27T15:37:39.8107095Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex128 2022-09-27T15:37:39.8126823Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_uint8 2022-09-27T15:37:39.8426367Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bfloat16 2022-09-27T15:37:39.8475505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex32 2022-09-27T15:37:39.8867178Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex32 2022-09-27T15:37:39.8915076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex64 2022-09-27T15:37:39.9000823Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex64 2022-09-27T15:37:39.9021841Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int32 2022-09-27T15:37:39.9307230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int64 2022-09-27T15:37:39.9353987Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float16 2022-09-27T15:37:39.9683515Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float16 2022-09-27T15:37:39.9745924Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bfloat16 2022-09-27T15:37:39.9799883Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float32 2022-09-27T15:37:39.9823558Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float32 2022-09-27T15:37:40.0185011Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bool 2022-09-27T15:37:40.0227487Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float64 2022-09-27T15:37:40.0255498Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float64 2022-09-27T15:37:40.0264582Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int64 2022-09-27T15:37:40.0311522Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int8 2022-09-27T15:37:40.0320663Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 2022-09-27T15:37:40.0624517Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_bool 2022-09-27T15:37:40.0671956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bfloat16 2022-09-27T15:37:40.1066025Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bfloat16 2022-09-27T15:37:40.1298005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bool 2022-09-27T15:37:40.1311081Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bool 2022-09-27T15:37:40.1318195Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex128 2022-09-27T15:37:40.1504668Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bool 2022-09-27T15:37:40.1619564Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex128 2022-09-27T15:37:40.1621520Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int8 2022-09-27T15:37:40.1764538Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_uint8 2022-09-27T15:37:40.1988012Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex128 2022-09-27T15:37:40.2034523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex32 2022-09-27T15:37:40.2553694Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex32 2022-09-27T15:37:40.2674574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex64 2022-09-27T15:37:40.2718586Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex64 2022-09-27T15:37:40.2724618Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_uint8 2022-09-27T15:37:40.2888451Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bfloat16 2022-09-27T15:37:40.3068127Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bfloat16 2022-09-27T15:37:40.3080187Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float16 2022-09-27T15:37:40.3182127Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float16 2022-09-27T15:37:40.3346145Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bool 2022-09-27T15:37:40.3426299Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bool 2022-09-27T15:37:40.3468060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float32 2022-09-27T15:37:40.3499204Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float32 2022-09-27T15:37:40.3506059Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex128 2022-09-27T15:37:40.3622188Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex32 2022-09-27T15:37:40.3765581Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex128 2022-09-27T15:37:40.3903786Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex128 2022-09-27T15:37:40.3944510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float64 2022-09-27T15:37:40.4092933Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float64 2022-09-27T15:37:40.4248695Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex32 2022-09-27T15:37:40.4345363Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex32 2022-09-27T15:37:40.4473555Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int16 2022-09-27T15:37:40.4504418Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int16 2022-09-27T15:37:40.4674347Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex64 2022-09-27T15:37:40.4783242Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex64 2022-09-27T15:37:40.4839950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int32 2022-09-27T15:37:40.4943166Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int32 2022-09-27T15:37:40.5097291Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float16 2022-09-27T15:37:40.5224760Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float16 2022-09-27T15:37:40.5271682Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int64 2022-09-27T15:37:40.5428171Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int64 2022-09-27T15:37:40.5598940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float32 2022-09-27T15:37:40.5609377Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_bool 2022-09-27T15:37:40.5664325Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float32 2022-09-27T15:37:40.5673202Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int8 2022-09-27T15:37:40.5763582Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float32 2022-09-27T15:37:40.5862035Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int8 2022-09-27T15:37:40.6064945Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float64 2022-09-27T15:37:40.6146046Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float64 2022-09-27T15:37:40.6238931Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_uint8 2022-09-27T15:37:40.6304031Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_uint8 2022-09-27T15:37:40.6484988Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int16 2022-09-27T15:37:40.6585043Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int16 2022-09-27T15:37:40.6762301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bfloat16 2022-09-27T15:37:40.6775900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int32 2022-09-27T15:37:40.6813161Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex32 2022-09-27T15:37:40.6950151Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex64 2022-09-27T15:37:40.7187808Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int32 2022-09-27T15:37:40.7359936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int64 2022-09-27T15:37:40.7669053Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int64 2022-09-27T15:37:40.7874435Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int8 2022-09-27T15:37:40.8108552Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int8 2022-09-27T15:37:40.8277051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_uint8 2022-09-27T15:37:40.8546778Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_uint8 2022-09-27T15:37:40.8629705Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bfloat16 2022-09-27T15:37:40.8851286Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bfloat16 2022-09-27T15:37:40.8873708Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex64 2022-09-27T15:37:40.8985269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float16 2022-09-27T15:37:40.9066784Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bool 2022-09-27T15:37:40.9257107Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bool 2022-09-27T15:37:40.9267892Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bfloat16 2022-09-27T15:37:40.9425368Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bool 2022-09-27T15:37:40.9528059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex128 2022-09-27T15:37:40.9867259Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex128 2022-09-27T15:37:40.9956682Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex32 2022-09-27T15:37:40.9992593Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex32 2022-09-27T15:37:41.0010869Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float32 2022-09-27T15:37:41.0307047Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float64 2022-09-27T15:37:41.0401760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex64 2022-09-27T15:37:41.0749188Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex64 2022-09-27T15:37:41.0778055Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float16 2022-09-27T15:37:41.0793533Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bool 2022-09-27T15:37:41.0847800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex128 2022-09-27T15:37:41.1129123Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float16 2022-09-27T15:37:41.1136595Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float16 2022-09-27T15:37:41.1189133Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float32 2022-09-27T15:37:41.1268321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float32 2022-09-27T15:37:41.1628485Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float32 2022-09-27T15:37:41.1765965Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float64 2022-09-27T15:37:41.2040076Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float64 2022-09-27T15:37:41.2057639Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float32 2022-09-27T15:37:41.2066058Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float64 2022-09-27T15:37:41.2162121Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int16 2022-09-27T15:37:41.2508093Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int16 2022-09-27T15:37:41.2614112Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int32 2022-09-27T15:37:41.2986270Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int32 2022-09-27T15:37:41.3045783Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int64 2022-09-27T15:37:41.3165734Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int64 2022-09-27T15:37:41.3176335Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex128 2022-09-27T15:37:41.3385756Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex32 2022-09-27T15:37:41.3550121Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int8 2022-09-27T15:37:41.3869469Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int8 2022-09-27T15:37:41.3957325Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_uint8 2022-09-27T15:37:41.4129783Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_uint8 2022-09-27T15:37:41.4224152Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float64 2022-09-27T15:37:41.4344884Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int16 2022-09-27T15:37:41.4495652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bfloat16 2022-09-27T15:37:41.4824631Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bfloat16 2022-09-27T15:37:41.5059774Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bool 2022-09-27T15:37:41.5220349Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bool 2022-09-27T15:37:41.5231832Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int16 2022-09-27T15:37:41.5306259Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int32 2022-09-27T15:37:41.5546319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex128 2022-09-27T15:37:41.5747845Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex128 2022-09-27T15:37:41.5941866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex32 2022-09-27T15:37:41.6185569Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex32 2022-09-27T15:37:41.6377191Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex64 2022-09-27T15:37:41.6499612Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex64 2022-09-27T15:37:41.6506944Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int32 2022-09-27T15:37:41.6550478Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int64 2022-09-27T15:37:41.6557946Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex32 2022-09-27T15:37:41.6623873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex64 2022-09-27T15:37:41.6808086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float16 2022-09-27T15:37:41.7097505Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float16 2022-09-27T15:37:41.7232328Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float32 2022-09-27T15:37:41.7373549Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float32 2022-09-27T15:37:41.7381405Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int64 2022-09-27T15:37:41.7502153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int8 2022-09-27T15:37:41.7671662Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float64 2022-09-27T15:37:41.7948299Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float64 2022-09-27T15:37:41.8101325Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int16 2022-09-27T15:37:41.8220001Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int16 2022-09-27T15:37:41.8225930Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int8 2022-09-27T15:37:41.8409745Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_uint8 2022-09-27T15:37:41.8647348Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int32 2022-09-27T15:37:41.8828953Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int32 2022-09-27T15:37:41.9042678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int64 2022-09-27T15:37:41.9054975Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex64 2022-09-27T15:37:41.9095633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float16 2022-09-27T15:37:41.9264233Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int64 2022-09-27T15:37:41.9311059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int8 2022-09-27T15:37:41.9319243Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_uint8 2022-09-27T15:37:41.9443211Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int16 2022-09-27T15:37:41.9782608Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int8 2022-09-27T15:37:41.9865468Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_uint8 2022-09-27T15:37:42.0139753Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_uint8 2022-09-27T15:37:42.0152541Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float64 2022-09-27T15:37:42.0153157Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int16 2022-09-27T15:37:42.0337633Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bfloat16 2022-09-27T15:37:42.0586037Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bfloat16 2022-09-27T15:37:42.0724782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bool 2022-09-27T15:37:42.1037054Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bool 2022-09-27T15:37:42.1216057Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex128 2022-09-27T15:37:42.1364146Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex128 2022-09-27T15:37:42.1370740Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float16 2022-09-27T15:37:42.1503698Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float32 2022-09-27T15:37:42.1878992Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex32 2022-09-27T15:37:42.1973797Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex32 2022-09-27T15:37:42.2225408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex64 2022-09-27T15:37:42.2390851Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex64 2022-09-27T15:37:42.2561461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float16 2022-09-27T15:37:42.2861210Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float16 2022-09-27T15:37:42.3014041Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float32 2022-09-27T15:37:42.3339912Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float32 2022-09-27T15:37:42.3472222Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float64 2022-09-27T15:37:42.3479637Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float32 2022-09-27T15:37:42.3486580Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float64 2022-09-27T15:37:42.3747144Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float64 2022-09-27T15:37:42.3909893Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int16 2022-09-27T15:37:42.4186716Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int16 2022-09-27T15:37:42.4330479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int32 2022-09-27T15:37:42.4667192Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int32 2022-09-27T15:37:42.4818583Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int64 2022-09-27T15:37:42.5193110Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int64 2022-09-27T15:37:42.5296686Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int8 2022-09-27T15:37:42.5304285Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float64 2022-09-27T15:37:42.5330898Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int16 2022-09-27T15:37:42.5651797Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int8 2022-09-27T15:37:42.5818793Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_uint8 2022-09-27T15:37:42.6130312Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_uint8 2022-09-27T15:37:42.6135235Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int16 2022-09-27T15:37:42.6135726Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int32 2022-09-27T15:37:42.6596522Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_bfloat16 2022-09-27T15:37:42.6636853Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_bfloat16 2022-09-27T15:37:42.6978646Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex128 2022-09-27T15:37:42.7104740Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex128 2022-09-27T15:37:42.7169309Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex64 2022-09-27T15:37:42.7185436Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int32 2022-09-27T15:37:42.7435176Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int64 2022-09-27T15:37:42.7587253Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex64 2022-09-27T15:37:42.7667621Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float16 2022-09-27T15:37:42.7678127Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int16 2022-09-27T15:37:42.7825383Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int32 2022-09-27T15:37:42.7839655Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int64 2022-09-27T15:37:42.7903956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int8 2022-09-27T15:37:42.8025429Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float16 2022-09-27T15:37:42.8261583Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float32 2022-09-27T15:37:42.8467858Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float32 2022-09-27T15:37:42.8491787Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float64 2022-09-27T15:37:42.8507337Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int8 2022-09-27T15:37:42.8746335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_uint8 2022-09-27T15:37:42.8921464Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float64 2022-09-27T15:37:42.9400365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_bfloat16 2022-09-27T15:37:42.9416362Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_uint8 2022-09-27T15:37:42.9609389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bfloat16 2022-09-27T15:37:42.9625660Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_bfloat16 2022-09-27T15:37:43.0281641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex128 2022-09-27T15:37:43.0295179Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex128 2022-09-27T15:37:43.0700886Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex64 2022-09-27T15:37:43.0721001Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int16 2022-09-27T15:37:43.0891437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int32 2022-09-27T15:37:43.0902748Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bfloat16 2022-09-27T15:37:43.0931459Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bool 2022-09-27T15:37:43.0944635Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex64 2022-09-27T15:37:43.1764582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float16 2022-09-27T15:37:43.1783057Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float16 2022-09-27T15:37:43.2286283Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float32 2022-09-27T15:37:43.2307437Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float32 2022-09-27T15:37:43.2809498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float64 2022-09-27T15:37:43.2827113Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float64 2022-09-27T15:37:43.3078728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bfloat16 2022-09-27T15:37:43.3316002Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bfloat16 2022-09-27T15:37:43.3504842Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bool 2022-09-27T15:37:43.3748591Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bool 2022-09-27T15:37:43.3813597Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex128 2022-09-27T15:37:43.3827524Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bool 2022-09-27T15:37:43.4073591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex128 2022-09-27T15:37:43.4349505Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex128 2022-09-27T15:37:43.4692743Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex32 2022-09-27T15:37:43.4785125Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex32 2022-09-27T15:37:43.5101635Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex64 2022-09-27T15:37:43.5377940Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex64 2022-09-27T15:37:43.5529147Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float16 2022-09-27T15:37:43.5751460Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float16 2022-09-27T15:37:43.6086922Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float32 2022-09-27T15:37:43.6207256Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float32 2022-09-27T15:37:43.6333389Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float64 2022-09-27T15:37:43.6350415Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int32 2022-09-27T15:37:43.6486549Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int64 2022-09-27T15:37:43.6631830Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float64 2022-09-27T15:37:43.6846993Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int16 2022-09-27T15:37:43.7104599Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int16 2022-09-27T15:37:43.7374292Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int32 2022-09-27T15:37:43.7606546Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int32 2022-09-27T15:37:43.7932022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int64 2022-09-27T15:37:43.7947609Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int64 2022-09-27T15:37:43.7957314Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex128 2022-09-27T15:37:43.8022527Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex64 2022-09-27T15:37:43.8101719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int8 2022-09-27T15:37:43.8114932Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int32 2022-09-27T15:37:43.8271571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int64 2022-09-27T15:37:43.8542194Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int8 2022-09-27T15:37:43.8745392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_uint8 2022-09-27T15:37:43.8904418Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_uint8 2022-09-27T15:37:43.9960631Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bfloat16 2022-09-27T15:37:43.9979005Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bfloat16 2022-09-27T15:37:44.0985250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bool 2022-09-27T15:37:44.1004116Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bool 2022-09-27T15:37:44.2136317Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex128 2022-09-27T15:37:44.2153422Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex128 2022-09-27T15:37:44.3100301Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex32 2022-09-27T15:37:44.3114545Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex64 2022-09-27T15:37:44.3315257Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float16 2022-09-27T15:37:44.3337280Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex32 2022-09-27T15:37:44.4513765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex64 2022-09-27T15:37:44.4527881Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int64 2022-09-27T15:37:44.4681375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int8 2022-09-27T15:37:44.4785193Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex64 2022-09-27T15:37:44.5367773Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float16 2022-09-27T15:37:44.5374722Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float16 2022-09-27T15:37:44.5846939Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float32 2022-09-27T15:37:44.5863263Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float16 2022-09-27T15:37:44.6884779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float32 2022-09-27T15:37:44.6896531Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float32 2022-09-27T15:37:44.7048388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float64 2022-09-27T15:37:44.7063833Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int64 2022-09-27T15:37:44.7325441Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int8 2022-09-27T15:37:44.7333129Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float32 2022-09-27T15:37:44.7948008Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float64 2022-09-27T15:37:44.7967538Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float64 2022-09-27T15:37:44.8643324Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int16 2022-09-27T15:37:44.8656682Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float64 2022-09-27T15:37:44.9113502Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int16 2022-09-27T15:37:44.9123365Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int16 2022-09-27T15:37:45.0158977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int32 2022-09-27T15:37:45.0168654Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int32 2022-09-27T15:37:45.0178311Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int16 2022-09-27T15:37:45.0179024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int64 2022-09-27T15:37:45.1381356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int32 2022-09-27T15:37:45.1417097Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int64 2022-09-27T15:37:45.2223928Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int8 2022-09-27T15:37:45.2234508Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int32 2022-09-27T15:37:45.2343016Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int64 2022-09-27T15:37:45.2355487Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int8 2022-09-27T15:37:45.3446984Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_uint8 2022-09-27T15:37:45.3457724Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_uint8 2022-09-27T15:37:45.3476023Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bfloat16 2022-09-27T15:37:45.3490558Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int8 2022-09-27T15:37:45.3564339Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_uint8 2022-09-27T15:37:45.3757521Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bfloat16 2022-09-27T15:37:45.3763973Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int64 2022-09-27T15:37:45.3864062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int8 2022-09-27T15:37:45.3984026Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bool 2022-09-27T15:37:45.4307336Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bool 2022-09-27T15:37:45.4427432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex128 2022-09-27T15:37:45.4823477Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex128 2022-09-27T15:37:45.4846539Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex32 2022-09-27T15:37:45.5219517Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex32 2022-09-27T15:37:45.5284020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex64 2022-09-27T15:37:45.5677540Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex64 2022-09-27T15:37:45.5715707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float16 2022-09-27T15:37:45.5726859Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int8 2022-09-27T15:37:45.5741533Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_uint8 2022-09-27T15:37:45.6090025Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float16 2022-09-27T15:37:45.6165716Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float32 2022-09-27T15:37:45.6552237Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float32 2022-09-27T15:37:45.6607506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float64 2022-09-27T15:37:45.6983624Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float64 2022-09-27T15:37:45.7124591Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int16 2022-09-27T15:37:45.7181463Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_uint8 2022-09-27T15:37:45.7287252Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int16 2022-09-27T15:37:45.7306181Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_bfloat16 2022-09-27T15:37:45.7384252Z [gw3] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_bfloat16 2022-09-27T15:37:45.7480584Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int32 2022-09-27T15:37:45.7704520Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int32 2022-09-27T15:37:45.7825536Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float16 2022-09-27T15:37:45.7915088Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int64 2022-09-27T15:37:45.8268510Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int64 2022-09-27T15:37:45.8376326Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int8 2022-09-27T15:37:45.8391687Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int8 2022-09-27T15:37:45.8399327Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int8 2022-09-27T15:37:45.8706423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_uint8 2022-09-27T15:37:45.8788587Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_uint8 2022-09-27T15:37:45.9147391Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_uint8 2022-09-27T15:37:45.9241338Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bfloat16 2022-09-27T15:37:45.9628134Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bfloat16 2022-09-27T15:37:45.9717528Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bool 2022-09-27T15:37:46.0065889Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bool 2022-09-27T15:37:46.0174733Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex128 2022-09-27T15:37:46.0505110Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex128 2022-09-27T15:37:46.0597673Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex32 2022-09-27T15:37:46.0984841Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex32 2022-09-27T15:37:46.1072322Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex64 2022-09-27T15:37:46.1083783Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex64 2022-09-27T15:37:46.1091255Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_uint8 2022-09-27T15:37:46.1429725Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bfloat16 2022-09-27T15:37:46.1535913Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float16 2022-09-27T15:37:46.1955372Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float16 2022-09-27T15:37:46.1961907Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float32 2022-09-27T15:37:46.2320228Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float32 2022-09-27T15:37:46.2392893Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float64 2022-09-27T15:37:46.2777873Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float64 2022-09-27T15:37:46.2830264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int16 2022-09-27T15:37:46.3138237Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int16 2022-09-27T15:37:46.3149563Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bfloat16 2022-09-27T15:37:46.3185705Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bool 2022-09-27T15:37:46.3285182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int32 2022-09-27T15:37:46.3338892Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int32 2022-09-27T15:37:46.3347092Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float16 2022-09-27T15:37:46.3703851Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float32 2022-09-27T15:37:46.3726002Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int64 2022-09-27T15:37:46.4069222Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int64 2022-09-27T15:37:46.4228577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int8 2022-09-27T15:37:46.4504581Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int8 2022-09-27T15:37:46.4593547Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_uint8 2022-09-27T15:37:46.5132158Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_uint8 2022-09-27T15:37:46.5610787Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bfloat16 2022-09-27T15:37:46.5628048Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bfloat16 2022-09-27T15:37:46.6296816Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bool 2022-09-27T15:37:46.6302329Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float32 2022-09-27T15:37:46.6449623Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float64 2022-09-27T15:37:46.6460630Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bool 2022-09-27T15:37:46.6966237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex128 2022-09-27T15:37:46.6984699Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bool 2022-09-27T15:37:46.6998690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex128 2022-09-27T15:37:46.7018119Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex128 2022-09-27T15:37:46.7430622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex32 2022-09-27T15:37:46.7464942Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex32 2022-09-27T15:37:46.7575592Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex64 2022-09-27T15:37:46.7587732Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_uint8 2022-09-27T15:37:46.7928750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bfloat16 2022-09-27T15:37:46.7945221Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex64 2022-09-27T15:37:46.9146612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float16 2022-09-27T15:37:46.9164797Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float16 2022-09-27T15:37:46.9601608Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float32 2022-09-27T15:37:46.9627734Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float32 2022-09-27T15:37:47.0035531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float64 2022-09-27T15:37:47.0103638Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float64 2022-09-27T15:37:47.0680060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int16 2022-09-27T15:37:47.0709389Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int16 2022-09-27T15:37:47.1083675Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int32 2022-09-27T15:37:47.1184020Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int32 2022-09-27T15:37:47.1793438Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int64 2022-09-27T15:37:47.1826480Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int64 2022-09-27T15:37:47.2137803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int8 2022-09-27T15:37:47.2235764Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int8 2022-09-27T15:37:47.2247511Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float64 2022-09-27T15:37:47.2288699Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int16 2022-09-27T15:37:47.2583268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_uint8 2022-09-27T15:37:47.2591646Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex128 2022-09-27T15:37:47.2673156Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex64 2022-09-27T15:37:47.2706404Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_uint8 2022-09-27T15:37:47.2754630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bfloat16 2022-09-27T15:37:47.3147716Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bfloat16 2022-09-27T15:37:47.3195518Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bool 2022-09-27T15:37:47.3626580Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bool 2022-09-27T15:37:47.3639794Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex128 2022-09-27T15:37:47.4089037Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex128 2022-09-27T15:37:47.4118624Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex32 2022-09-27T15:37:47.4548707Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex32 2022-09-27T15:37:47.4593380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex64 2022-09-27T15:37:47.4985974Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex64 2022-09-27T15:37:47.5037291Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float16 2022-09-27T15:37:47.5343939Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float16 2022-09-27T15:37:47.5450116Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex64 2022-09-27T15:37:47.5464188Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float32 2022-09-27T15:37:47.5515510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float32 2022-09-27T15:37:47.5519196Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float32 2022-09-27T15:37:47.5527563Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int16 2022-09-27T15:37:47.5947957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int32 2022-09-27T15:37:47.5988002Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float64 2022-09-27T15:37:47.6110593Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float64 2022-09-27T15:37:47.6126488Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bfloat16 2022-09-27T15:37:47.6412280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bool 2022-09-27T15:37:47.6433508Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int16 2022-09-27T15:37:47.6656404Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int16 2022-09-27T15:37:47.6664692Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float32 2022-09-27T15:37:47.6848766Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float64 2022-09-27T15:37:47.6872213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int32 2022-09-27T15:37:47.7322387Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int32 2022-09-27T15:37:47.7325784Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int64 2022-09-27T15:37:47.7701840Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int64 2022-09-27T15:37:47.7713229Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int32 2022-09-27T15:37:47.7719661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int64 2022-09-27T15:37:47.7765619Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int8 2022-09-27T15:37:47.8149424Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int8 2022-09-27T15:37:47.8209193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_uint8 2022-09-27T15:37:47.8224586Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_uint8 2022-09-27T15:37:47.8235310Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float64 2022-09-27T15:37:47.8639144Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int16 2022-09-27T15:37:47.9026360Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_bfloat16 2022-09-27T15:37:47.9048018Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_bfloat16 2022-09-27T15:37:47.9413539Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float16 2022-09-27T15:37:47.9694146Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float16 2022-09-27T15:37:47.9752007Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:37:47.9990309Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:37:48.0075691Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:37:48.0087270Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int16 2022-09-27T15:37:48.0181646Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int32 2022-09-27T15:37:48.0416089Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:37:48.0455750Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int64 2022-09-27T15:37:48.0463770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int8 2022-09-27T15:37:48.0505878Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_bfloat16 2022-09-27T15:37:48.0962148Z [gw0] [ 62%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_bfloat16 2022-09-27T15:37:48.0966668Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float16 2022-09-27T15:37:48.1159212Z [gw0] [ 62%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float16 2022-09-27T15:37:48.1173724Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bool 2022-09-27T15:37:48.1379885Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float16 2022-09-27T15:37:48.1398662Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:37:48.1784819Z [gw0] [ 62%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:37:48.1826539Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:37:48.1989502Z [gw0] [ 62%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:37:48.2035328Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int32 2022-09-27T15:37:48.2226929Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int64 2022-09-27T15:37:48.2999064Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_bfloat16 2022-09-27T15:37:48.3012042Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int8 2022-09-27T15:37:48.3966479Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_uint8 2022-09-27T15:37:48.4029275Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int64 2022-09-27T15:37:48.5022295Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int8 2022-09-27T15:37:48.5059152Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_bfloat16 2022-09-27T15:37:48.6258172Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex128 2022-09-27T15:37:48.6273568Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int8 2022-09-27T15:37:48.6839393Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_uint8 2022-09-27T15:37:48.6848200Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_uint8 2022-09-27T15:37:48.6999836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bfloat16 2022-09-27T15:37:48.7268678Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bfloat16 2022-09-27T15:37:48.7363652Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bool 2022-09-27T15:37:48.7750792Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bool 2022-09-27T15:37:48.7947918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex128 2022-09-27T15:37:48.7980287Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex128 2022-09-27T15:37:48.7997963Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex128 2022-09-27T15:37:48.8185008Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex32 2022-09-27T15:37:48.8222439Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex64 2022-09-27T15:37:48.8235078Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_uint8 2022-09-27T15:37:48.8389465Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bfloat16 2022-09-27T15:37:48.8625153Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex64 2022-09-27T15:37:48.8821164Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float16 2022-09-27T15:37:48.9066568Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float16 2022-09-27T15:37:48.9330051Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float32 2022-09-27T15:37:48.9344880Z [gw0] [ 62%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex32 2022-09-27T15:37:48.9348337Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float32 2022-09-27T15:37:48.9576223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex64 2022-09-27T15:37:48.9703277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float64 2022-09-27T15:37:48.9989177Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float64 2022-09-27T15:37:49.0091050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int16 2022-09-27T15:37:49.0533213Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int16 2022-09-27T15:37:49.0548804Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int32 2022-09-27T15:37:49.0870277Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int32 2022-09-27T15:37:49.0941016Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int64 2022-09-27T15:37:49.0965799Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float16 2022-09-27T15:37:49.0982503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float32 2022-09-27T15:37:49.0986393Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int64 2022-09-27T15:37:49.0993134Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bfloat16 2022-09-27T15:37:49.1308537Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bool 2022-09-27T15:37:49.1614534Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int8 2022-09-27T15:37:49.1784069Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int8 2022-09-27T15:37:49.1922015Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_uint8 2022-09-27T15:37:49.2045959Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_uint8 2022-09-27T15:37:49.2089318Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex64 2022-09-27T15:37:49.2235713Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float16 2022-09-27T15:37:49.2330875Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bfloat16 2022-09-27T15:37:49.2628478Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bfloat16 2022-09-27T15:37:49.2738558Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bool 2022-09-27T15:37:49.3073341Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bool 2022-09-27T15:37:49.3295380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex128 2022-09-27T15:37:49.3550312Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex128 2022-09-27T15:37:49.3839928Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex32 2022-09-27T15:37:49.3855057Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex32 2022-09-27T15:37:49.3874378Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bool 2022-09-27T15:37:49.3983708Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex128 2022-09-27T15:37:49.4206306Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex64 2022-09-27T15:37:49.4461007Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex64 2022-09-27T15:37:49.4633403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float16 2022-09-27T15:37:49.4894284Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float16 2022-09-27T15:37:49.5068614Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float32 2022-09-27T15:37:49.5272243Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float32 2022-09-27T15:37:49.5283987Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float32 2022-09-27T15:37:49.5307429Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float64 2022-09-27T15:37:49.5500560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float64 2022-09-27T15:37:49.5511558Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float16 2022-09-27T15:37:49.5527121Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float32 2022-09-27T15:37:49.5789305Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float64 2022-09-27T15:37:49.5909768Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int16 2022-09-27T15:37:49.6228552Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int16 2022-09-27T15:37:49.6346439Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int32 2022-09-27T15:37:49.6477863Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int32 2022-09-27T15:37:49.6495493Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex128 2022-09-27T15:37:49.6670747Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex64 2022-09-27T15:37:49.6766532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int64 2022-09-27T15:37:49.7109967Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int64 2022-09-27T15:37:49.7118976Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int8 2022-09-27T15:37:49.7179418Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float32 2022-09-27T15:37:49.7190606Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float64 2022-09-27T15:37:49.7591198Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int8 2022-09-27T15:37:49.7678167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_uint8 2022-09-27T15:37:49.8144222Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_uint8 2022-09-27T15:37:49.8359491Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bfloat16 2022-09-27T15:37:49.8477282Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bfloat16 2022-09-27T15:37:49.8516781Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bool 2022-09-27T15:37:49.8573362Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex64 2022-09-27T15:37:49.8711624Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float16 2022-09-27T15:37:49.8998762Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bool 2022-09-27T15:37:49.9230563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex128 2022-09-27T15:37:49.9384246Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex128 2022-09-27T15:37:49.9674580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex32 2022-09-27T15:37:49.9785365Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex32 2022-09-27T15:37:50.0028325Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex64 2022-09-27T15:37:50.0036475Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float64 2022-09-27T15:37:50.0137803Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int16 2022-09-27T15:37:50.0226303Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex64 2022-09-27T15:37:50.0386557Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float16 2022-09-27T15:37:50.0401882Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float64 2022-09-27T15:37:50.0499156Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int16 2022-09-27T15:37:50.0706277Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float16 2022-09-27T15:37:50.0880788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float32 2022-09-27T15:37:50.0891463Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int16 2022-09-27T15:37:50.0988649Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int32 2022-09-27T15:37:50.1187428Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float32 2022-09-27T15:37:50.1502775Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float64 2022-09-27T15:37:50.1533248Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float64 2022-09-27T15:37:50.1547668Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float16 2022-09-27T15:37:50.1648214Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float32 2022-09-27T15:37:50.1960737Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int16 2022-09-27T15:37:50.2113974Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int16 2022-09-27T15:37:50.2611639Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int32 2022-09-27T15:37:50.2627268Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int32 2022-09-27T15:37:50.2638323Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int32 2022-09-27T15:37:50.2652401Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int64 2022-09-27T15:37:50.2953627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int64 2022-09-27T15:37:50.3064749Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int64 2022-09-27T15:37:50.3195332Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int8 2022-09-27T15:37:50.3204005Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float32 2022-09-27T15:37:50.3321376Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float64 2022-09-27T15:37:50.3506580Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int8 2022-09-27T15:37:50.3739115Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_uint8 2022-09-27T15:37:50.3905437Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_uint8 2022-09-27T15:37:50.3943412Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int64 2022-09-27T15:37:50.3945417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int8 2022-09-27T15:37:50.4051868Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bfloat16 2022-09-27T15:37:50.4386194Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bfloat16 2022-09-27T15:37:50.4450455Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bool 2022-09-27T15:37:50.4827271Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bool 2022-09-27T15:37:50.4842712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex128 2022-09-27T15:37:50.4858453Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float64 2022-09-27T15:37:50.4923504Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int16 2022-09-27T15:37:50.5213861Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex128 2022-09-27T15:37:50.5222337Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int8 2022-09-27T15:37:50.5263693Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_uint8 2022-09-27T15:37:50.5378958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex32 2022-09-27T15:37:50.5381823Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex32 2022-09-27T15:37:50.5389709Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int16 2022-09-27T15:37:50.5747078Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int32 2022-09-27T15:37:50.5853537Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex64 2022-09-27T15:37:50.6010406Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex64 2022-09-27T15:37:50.6028822Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int16 2022-09-27T15:37:50.6038794Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_uint8 2022-09-27T15:37:50.6042663Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int32 2022-09-27T15:37:50.6183804Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bfloat16 2022-09-27T15:37:50.6275917Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float16 2022-09-27T15:37:50.6758869Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float16 2022-09-27T15:37:50.6763171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float32 2022-09-27T15:37:50.7106587Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float32 2022-09-27T15:37:50.7193144Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float64 2022-09-27T15:37:50.7606578Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float64 2022-09-27T15:37:50.7694130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int16 2022-09-27T15:37:50.7885533Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int16 2022-09-27T15:37:50.7894701Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int32 2022-09-27T15:37:50.7987049Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int64 2022-09-27T15:37:50.8064623Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int32 2022-09-27T15:37:50.8213941Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int32 2022-09-27T15:37:50.8227347Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bfloat16 2022-09-27T15:37:50.8484882Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bool 2022-09-27T15:37:50.8492506Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int64 2022-09-27T15:37:50.8940972Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int64 2022-09-27T15:37:50.8941612Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int8 2022-09-27T15:37:50.9268915Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int8 2022-09-27T15:37:50.9281500Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int32 2022-09-27T15:37:50.9305682Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int64 2022-09-27T15:37:50.9392691Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_uint8 2022-09-27T15:37:50.9408524Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_uint8 2022-09-27T15:37:50.9417858Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int64 2022-09-27T15:37:50.9747420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int8 2022-09-27T15:37:50.9930247Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bfloat16 2022-09-27T15:37:51.0199994Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bfloat16 2022-09-27T15:37:51.0298902Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bool 2022-09-27T15:37:51.0676701Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bool 2022-09-27T15:37:51.0820058Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex128 2022-09-27T15:37:51.0834854Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int8 2022-09-27T15:37:51.0850923Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_uint8 2022-09-27T15:37:51.1005089Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex128 2022-09-27T15:37:51.1012222Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bool 2022-09-27T15:37:51.1147082Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex128 2022-09-27T15:37:51.1313736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex64 2022-09-27T15:37:51.1545659Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex64 2022-09-27T15:37:51.1694622Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float16 2022-09-27T15:37:51.1988343Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float16 2022-09-27T15:37:51.2152141Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float32 2022-09-27T15:37:51.2425352Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float32 2022-09-27T15:37:51.2593989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float64 2022-09-27T15:37:51.2644483Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float64 2022-09-27T15:37:51.2787137Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_uint8 2022-09-27T15:37:51.2866351Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bfloat16 2022-09-27T15:37:51.2894213Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int16 2022-09-27T15:37:51.2963060Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bfloat16 2022-09-27T15:37:51.3227771Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int16 2022-09-27T15:37:51.3363924Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bool 2022-09-27T15:37:51.3367343Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int32 2022-09-27T15:37:51.3418300Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bool 2022-09-27T15:37:51.3625473Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int32 2022-09-27T15:37:51.3643882Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int64 2022-09-27T15:37:51.3667603Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int8 2022-09-27T15:37:51.3746342Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex128 2022-09-27T15:37:51.3816888Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int64 2022-09-27T15:37:51.3874341Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex128 2022-09-27T15:37:51.4147421Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int64 2022-09-27T15:37:51.4225967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex32 2022-09-27T15:37:51.4277625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int8 2022-09-27T15:37:51.4522846Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex32 2022-09-27T15:37:51.4584317Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int8 2022-09-27T15:37:51.4675812Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex64 2022-09-27T15:37:51.4693540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_uint8 2022-09-27T15:37:51.4770312Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex64 2022-09-27T15:37:51.5026696Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_uint8 2022-09-27T15:37:51.5169786Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float16 2022-09-27T15:37:51.5173539Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float16 2022-09-27T15:37:51.5544575Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_bfloat16 2022-09-27T15:37:51.5627356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float32 2022-09-27T15:37:51.6063752Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float32 2022-09-27T15:37:51.6080836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float64 2022-09-27T15:37:51.6507366Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float64 2022-09-27T15:37:51.6511487Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int16 2022-09-27T15:37:51.6904417Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int16 2022-09-27T15:37:51.6947508Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int32 2022-09-27T15:37:51.7280676Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int32 2022-09-27T15:37:51.7370928Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int64 2022-09-27T15:37:51.7760432Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int64 2022-09-27T15:37:51.7821356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int8 2022-09-27T15:37:51.8079434Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int8 2022-09-27T15:37:51.8089549Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int8 2022-09-27T15:37:51.8105345Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_uint8 2022-09-27T15:37:51.8119116Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex128 2022-09-27T15:37:51.8147691Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex64 2022-09-27T15:37:51.8263959Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_uint8 2022-09-27T15:37:51.8365539Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_uint8 2022-09-27T15:37:51.8377858Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_bfloat16 2022-09-27T15:37:51.8634236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float32 2022-09-27T15:37:51.8691701Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bfloat16 2022-09-27T15:37:51.9028644Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bfloat16 2022-09-27T15:37:51.9143450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bool 2022-09-27T15:37:51.9556620Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bool 2022-09-27T15:37:51.9602633Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex128 2022-09-27T15:37:51.9948648Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex128 2022-09-27T15:37:52.0040144Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex32 2022-09-27T15:37:52.0348939Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex32 2022-09-27T15:37:52.0503551Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex64 2022-09-27T15:37:52.0665513Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex64 2022-09-27T15:37:52.0674770Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float32 2022-09-27T15:37:52.0785655Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float64 2022-09-27T15:37:52.0889935Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float16 2022-09-27T15:37:52.1228986Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float16 2022-09-27T15:37:52.1328433Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float32 2022-09-27T15:37:52.1666269Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float32 2022-09-27T15:37:52.2178684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bfloat16 2022-09-27T15:37:52.2209337Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bfloat16 2022-09-27T15:37:52.2551403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bool 2022-09-27T15:37:52.2626420Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bool 2022-09-27T15:37:52.3062385Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex128 2022-09-27T15:37:52.3071153Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex128 2022-09-27T15:37:52.3875847Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex32 2022-09-27T15:37:52.3949089Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex32 2022-09-27T15:37:52.4417099Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex64 2022-09-27T15:37:52.4552077Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_uint8 2022-09-27T15:37:52.4562956Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float64 2022-09-27T15:37:52.4563550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bfloat16 2022-09-27T15:37:52.4636252Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int16 2022-09-27T15:37:52.4648680Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex64 2022-09-27T15:37:52.5449723Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float16 2022-09-27T15:37:52.5462429Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float16 2022-09-27T15:37:52.6038355Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float32 2022-09-27T15:37:52.6125957Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int16 2022-09-27T15:37:52.6428229Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int32 2022-09-27T15:37:52.6568717Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float32 2022-09-27T15:37:52.7135557Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float64 2022-09-27T15:37:52.7148292Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float64 2022-09-27T15:37:52.7659938Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int16 2022-09-27T15:37:52.7677406Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int16 2022-09-27T15:37:52.7703533Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int32 2022-09-27T15:37:52.7718930Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int32 2022-09-27T15:37:52.8081412Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int64 2022-09-27T15:37:52.8082076Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex64 2022-09-27T15:37:52.8121543Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float32 2022-09-27T15:37:52.8151548Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int32 2022-09-27T15:37:52.8152228Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bfloat16 2022-09-27T15:37:52.8164100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int64 2022-09-27T15:37:52.8421138Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bool 2022-09-27T15:37:52.8587277Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int64 2022-09-27T15:37:52.8998764Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int8 2022-09-27T15:37:52.9040943Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int8 2022-09-27T15:37:52.9041687Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_uint8 2022-09-27T15:37:52.9045746Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int64 2022-09-27T15:37:52.9473687Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int8 2022-09-27T15:37:52.9486782Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_uint8 2022-09-27T15:37:52.9552229Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bfloat16 2022-09-27T15:37:52.9909704Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bfloat16 2022-09-27T15:37:52.9973446Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bool 2022-09-27T15:37:53.0347417Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bool 2022-09-27T15:37:53.0435151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex128 2022-09-27T15:37:53.0769138Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex128 2022-09-27T15:37:53.0784908Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int8 2022-09-27T15:37:53.0791653Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex64 2022-09-27T15:37:53.0883482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_uint8 2022-09-27T15:37:53.1012576Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex64 2022-09-27T15:37:53.1022964Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float32 2022-09-27T15:37:53.1088523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float64 2022-09-27T15:37:53.1097965Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bool 2022-09-27T15:37:53.1225635Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float32 2022-09-27T15:37:53.1304578Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float16 2022-09-27T15:37:53.1671522Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float16 2022-09-27T15:37:53.1758635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float32 2022-09-27T15:37:53.1844195Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float32 2022-09-27T15:37:53.1854985Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_uint8 2022-09-27T15:37:53.2148168Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bfloat16 2022-09-27T15:37:53.2231276Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float64 2022-09-27T15:37:53.2706013Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float64 2022-09-27T15:37:53.2737193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int16 2022-09-27T15:37:53.2891294Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int16 2022-09-27T15:37:53.2912247Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float64 2022-09-27T15:37:53.3065466Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int16 2022-09-27T15:37:53.3159452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int32 2022-09-27T15:37:53.3171031Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float32 2022-09-27T15:37:53.3187744Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int32 2022-09-27T15:37:53.3508253Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float64 2022-09-27T15:37:53.3569193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int64 2022-09-27T15:37:53.3990279Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int64 2022-09-27T15:37:53.4056384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int8 2022-09-27T15:37:53.4087701Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int8 2022-09-27T15:37:53.4101463Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bfloat16 2022-09-27T15:37:53.4623464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bool 2022-09-27T15:37:53.4637477Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_uint8 2022-09-27T15:37:53.4951970Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_uint8 2022-09-27T15:37:53.4992434Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bfloat16 2022-09-27T15:37:53.5191702Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bfloat16 2022-09-27T15:37:53.5201474Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int16 2022-09-27T15:37:53.5387813Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int32 2022-09-27T15:37:53.5456908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bool 2022-09-27T15:37:53.5533084Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bool 2022-09-27T15:37:53.5553554Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float64 2022-09-27T15:37:53.5834739Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int16 2022-09-27T15:37:53.5889115Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex128 2022-09-27T15:37:53.6270935Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex128 2022-09-27T15:37:53.6351107Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex64 2022-09-27T15:37:53.6710805Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex64 2022-09-27T15:37:53.6784958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float16 2022-09-27T15:37:53.6997952Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float16 2022-09-27T15:37:53.7020339Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bool 2022-09-27T15:37:53.7187453Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex128 2022-09-27T15:37:53.7239029Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float32 2022-09-27T15:37:53.7632217Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float32 2022-09-27T15:37:53.7653925Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float64 2022-09-27T15:37:53.7677477Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int32 2022-09-27T15:37:53.7687070Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int16 2022-09-27T15:37:53.7695086Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float64 2022-09-27T15:37:53.7700613Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int32 2022-09-27T15:37:53.8070832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int64 2022-09-27T15:37:53.8127465Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int16 2022-09-27T15:37:53.8518402Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int16 2022-09-27T15:37:53.8559418Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int32 2022-09-27T15:37:53.8993008Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int32 2022-09-27T15:37:53.8993768Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int64 2022-09-27T15:37:53.9447478Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int64 2022-09-27T15:37:53.9448669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int8 2022-09-27T15:37:53.9546762Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int8 2022-09-27T15:37:53.9570025Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int64 2022-09-27T15:37:53.9891185Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int8 2022-09-27T15:37:53.9900899Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_uint8 2022-09-27T15:37:53.9993804Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_uint8 2022-09-27T15:37:54.0024326Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int32 2022-09-27T15:37:54.0269887Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int64 2022-09-27T15:37:54.0317543Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bfloat16 2022-09-27T15:37:54.0709118Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bfloat16 2022-09-27T15:37:54.0742486Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bool 2022-09-27T15:37:54.1149482Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bool 2022-09-27T15:37:54.1189912Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex128 2022-09-27T15:37:54.1632878Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex128 2022-09-27T15:37:54.1670600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex64 2022-09-27T15:37:54.1684457Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex64 2022-09-27T15:37:54.1693776Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex128 2022-09-27T15:37:54.1797039Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex64 2022-09-27T15:37:54.1806468Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int8 2022-09-27T15:37:54.2069656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_uint8 2022-09-27T15:37:54.2124387Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float16 2022-09-27T15:37:54.2511498Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float16 2022-09-27T15:37:54.2550358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float32 2022-09-27T15:37:54.2652286Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float32 2022-09-27T15:37:54.2660467Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int64 2022-09-27T15:37:54.3026543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int8 2022-09-27T15:37:54.3047532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float64 2022-09-27T15:37:54.3474264Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float64 2022-09-27T15:37:54.3474923Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int16 2022-09-27T15:37:54.3800094Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int16 2022-09-27T15:37:54.3819553Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_uint8 2022-09-27T15:37:54.3956259Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bfloat16 2022-09-27T15:37:54.3956979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int32 2022-09-27T15:37:54.4350794Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int32 2022-09-27T15:37:54.4392561Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int64 2022-09-27T15:37:54.4833928Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int64 2022-09-27T15:37:54.4840095Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int8 2022-09-27T15:37:54.5229461Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int8 2022-09-27T15:37:54.5284030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_uint8 2022-09-27T15:37:54.5326733Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_uint8 2022-09-27T15:37:54.5468663Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int8 2022-09-27T15:37:54.5579939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_uint8 2022-09-27T15:37:54.5584233Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex64 2022-09-27T15:37:54.5663399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float32 2022-09-27T15:37:54.7443498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bfloat16 2022-09-27T15:37:54.7455404Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bfloat16 2022-09-27T15:37:54.7966215Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bool 2022-09-27T15:37:54.8107150Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_uint8 2022-09-27T15:37:54.9534451Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_bfloat16 2022-09-27T15:37:54.9549510Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float32 2022-09-27T15:37:55.0840881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float64 2022-09-27T15:37:55.0869591Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_bfloat16 2022-09-27T15:37:55.1938326Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:37:55.1986695Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bool 2022-09-27T15:37:55.2175311Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex128 2022-09-27T15:37:55.2189333Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bfloat16 2022-09-27T15:37:55.4021555Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bool 2022-09-27T15:37:55.4052442Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float64 2022-09-27T15:37:55.4707748Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int16 2022-09-27T15:37:55.4732045Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:37:55.5625962Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:37:55.5639472Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bool 2022-09-27T15:37:55.6122535Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex128 2022-09-27T15:37:55.6141079Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int16 2022-09-27T15:37:55.8312672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int32 2022-09-27T15:37:55.8357031Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:37:56.0679109Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float16 2022-09-27T15:37:56.0696365Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int32 2022-09-27T15:37:56.0790652Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int64 2022-09-27T15:37:56.0821677Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float16 2022-09-27T15:37:56.1264434Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:37:56.1282081Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex128 2022-09-27T15:37:56.4013754Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex64 2022-09-27T15:37:56.4040560Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int64 2022-09-27T15:37:56.4212749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int8 2022-09-27T15:37:56.4230176Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:37:56.6319674Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:37:56.6343169Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int8 2022-09-27T15:37:56.7912129Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_uint8 2022-09-27T15:37:56.7939275Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:37:56.8138765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_bfloat16 2022-09-27T15:37:56.8148018Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_uint8 2022-09-27T15:37:56.8340943Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_bfloat16 2022-09-27T15:37:56.8351036Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex128 2022-09-27T15:37:56.8515181Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex64 2022-09-27T15:37:56.8525425Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex64 2022-09-27T15:37:57.2123859Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float32 2022-09-27T15:37:57.2138978Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_bfloat16 2022-09-27T15:37:57.3266561Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex128 2022-09-27T15:37:57.3278646Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_bfloat16 2022-09-27T15:37:57.3288760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex128 2022-09-27T15:37:57.3300763Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float32 2022-09-27T15:37:57.6934703Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float64 2022-09-27T15:37:57.6947150Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float64 2022-09-27T15:37:57.7249236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int16 2022-09-27T15:37:57.7261967Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex128 2022-09-27T15:37:58.0217296Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex64 2022-09-27T15:37:58.0225640Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex64 2022-09-27T15:37:58.0266517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float16 2022-09-27T15:37:58.0274778Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int16 2022-09-27T15:37:58.2569438Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int32 2022-09-27T15:37:58.2589006Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex64 2022-09-27T15:37:58.4129867Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float16 2022-09-27T15:37:58.4145642Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex128 2022-09-27T15:37:58.4743542Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex64 2022-09-27T15:37:58.4776227Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int32 2022-09-27T15:37:58.6659511Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int64 2022-09-27T15:37:58.6673451Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float16 2022-09-27T15:37:58.6845374Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float32 2022-09-27T15:37:58.6885823Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float16 2022-09-27T15:37:58.6982280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float32 2022-09-27T15:37:58.6996081Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int64 2022-09-27T15:37:59.0002600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int8 2022-09-27T15:37:59.0020052Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex64 2022-09-27T15:37:59.1423664Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float16 2022-09-27T15:37:59.1447713Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float32 2022-09-27T15:37:59.1491264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float64 2022-09-27T15:37:59.1640679Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int8 2022-09-27T15:37:59.3064266Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_uint8 2022-09-27T15:37:59.3097966Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float32 2022-09-27T15:37:59.5782890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float64 2022-09-27T15:37:59.5808051Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_uint8 2022-09-27T15:37:59.7050038Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bfloat16 2022-09-27T15:37:59.7076214Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float64 2022-09-27T15:37:59.7446052Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex128 2022-09-27T15:37:59.7475012Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float64 2022-09-27T15:38:00.0143836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int16 2022-09-27T15:38:00.0168266Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float16 2022-09-27T15:38:00.2924979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float32 2022-09-27T15:38:00.2940648Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int16 2022-09-27T15:38:00.2975928Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int32 2022-09-27T15:38:00.2988483Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bfloat16 2022-09-27T15:38:00.3810591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bool 2022-09-27T15:38:00.3835358Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex128 2022-09-27T15:38:00.6731993Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex64 2022-09-27T15:38:00.6746311Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float32 2022-09-27T15:38:00.6996524Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float64 2022-09-27T15:38:00.7018758Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bool 2022-09-27T15:38:00.7373464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex128 2022-09-27T15:38:00.7383191Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int32 2022-09-27T15:38:01.2444641Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int64 2022-09-27T15:38:01.2468721Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex64 2022-09-27T15:38:01.2704024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float32 2022-09-27T15:38:01.2715422Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float64 2022-09-27T15:38:01.3439012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int16 2022-09-27T15:38:01.3450126Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int64 2022-09-27T15:38:01.6068064Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int8 2022-09-27T15:38:01.6091636Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int16 2022-09-27T15:38:01.6541515Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int32 2022-09-27T15:38:01.6551359Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex128 2022-09-27T15:38:01.9233250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex32 2022-09-27T15:38:01.9318286Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int8 2022-09-27T15:38:01.9460635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_uint8 2022-09-27T15:38:01.9495135Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float32 2022-09-27T15:38:02.0370162Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float64 2022-09-27T15:38:02.0386600Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int32 2022-09-27T15:38:02.3230865Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int64 2022-09-27T15:38:02.3259787Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int64 2022-09-27T15:38:02.5018382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int8 2022-09-27T15:38:02.5033602Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_uint8 2022-09-27T15:38:02.6865636Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_bfloat16 2022-09-27T15:38:02.6897965Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float64 2022-09-27T15:38:02.7926193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:38:02.7953077Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:38:02.8206607Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:38:02.8219355Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int8 2022-09-27T15:38:02.8230154Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex32 2022-09-27T15:38:02.8233810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_uint8 2022-09-27T15:38:02.8364501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex64 2022-09-27T15:38:02.8371258Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_bfloat16 2022-09-27T15:38:02.9147728Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float32 2022-09-27T15:38:02.9158035Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:38:03.0254750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float32 2022-09-27T15:38:03.0398509Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float32 2022-09-27T15:38:03.0590332Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float64 2022-09-27T15:38:03.0601725Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_uint8 2022-09-27T15:38:03.0860590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bfloat16 2022-09-27T15:38:03.0882872Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float32 2022-09-27T15:38:03.1269203Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float64 2022-09-27T15:38:03.1290703Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float64 2022-09-27T15:38:03.3186606Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_bfloat16 2022-09-27T15:38:03.3199166Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bfloat16 2022-09-27T15:38:03.4067943Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bool 2022-09-27T15:38:03.4096787Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float64 2022-09-27T15:38:03.4774338Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int16 2022-09-27T15:38:03.4784995Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex64 2022-09-27T15:38:03.4812600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float16 2022-09-27T15:38:03.4818909Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bool 2022-09-27T15:38:03.4919210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex128 2022-09-27T15:38:03.4926421Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int16 2022-09-27T15:38:03.6544188Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int32 2022-09-27T15:38:03.6560161Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int32 2022-09-27T15:38:03.8533972Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int64 2022-09-27T15:38:03.8540902Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int64 2022-09-27T15:38:03.9699472Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int8 2022-09-27T15:38:03.9725034Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex128 2022-09-27T15:38:04.0039868Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex32 2022-09-27T15:38:04.0051093Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int8 2022-09-27T15:38:04.1350690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_uint8 2022-09-27T15:38:04.1367709Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_bfloat16 2022-09-27T15:38:04.1734583Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:38:04.1742072Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_uint8 2022-09-27T15:38:04.1767969Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_bfloat16 2022-09-27T15:38:04.2146059Z [gw1] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_bfloat16 2022-09-27T15:38:04.2256157Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float16 2022-09-27T15:38:04.2265993Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float16 2022-09-27T15:38:04.6026510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float32 2022-09-27T15:38:04.6044484Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float32 2022-09-27T15:38:04.6935039Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float64 2022-09-27T15:38:04.6948965Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex32 2022-09-27T15:38:05.0348190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex64 2022-09-27T15:38:05.0363337Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex64 2022-09-27T15:38:05.0748404Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float16 2022-09-27T15:38:05.0765502Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:38:05.1780350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:38:05.1804725Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float64 2022-09-27T15:38:05.2850155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int16 2022-09-27T15:38:05.2872121Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float16 2022-09-27T15:38:05.3847463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float32 2022-09-27T15:38:05.3874520Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int16 2022-09-27T15:38:05.4611706Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int32 2022-09-27T15:38:05.4636354Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float32 2022-09-27T15:38:05.6709808Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float64 2022-09-27T15:38:05.6742155Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int32 2022-09-27T15:38:05.6877893Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int64 2022-09-27T15:38:05.6889140Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float64 2022-09-27T15:38:05.7882640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int16 2022-09-27T15:38:05.7900403Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int16 2022-09-27T15:38:05.9204203Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int32 2022-09-27T15:38:05.9221621Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int32 2022-09-27T15:38:05.9533221Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int64 2022-09-27T15:38:05.9552582Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int64 2022-09-27T15:38:06.0495343Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int8 2022-09-27T15:38:06.0508102Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:38:06.0950840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float16 2022-09-27T15:38:06.0966993Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int64 2022-09-27T15:38:06.1283337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int8 2022-09-27T15:38:06.1296190Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float16 2022-09-27T15:38:06.1811743Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float32 2022-09-27T15:38:06.1824202Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int8 2022-09-27T15:38:06.1878883Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_uint8 2022-09-27T15:38:06.1887401Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int8 2022-09-27T15:38:06.2969927Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_uint8 2022-09-27T15:38:06.2994447Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_uint8 2022-09-27T15:38:06.4565197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bfloat16 2022-09-27T15:38:06.4589695Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_uint8 2022-09-27T15:38:06.5322190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_bfloat16 2022-09-27T15:38:06.5341079Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_bfloat16 2022-09-27T15:38:06.5771080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex128 2022-09-27T15:38:06.5780705Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bfloat16 2022-09-27T15:38:06.6012769Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bool 2022-09-27T15:38:06.6019947Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex128 2022-09-27T15:38:06.6814722Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex64 2022-09-27T15:38:06.6831837Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex64 2022-09-27T15:38:06.7324264Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float32 2022-09-27T15:38:06.7349797Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float32 2022-09-27T15:38:06.7805870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float64 2022-09-27T15:38:06.7831148Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float64 2022-09-27T15:38:06.7993236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bfloat16 2022-09-27T15:38:06.8321135Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bfloat16 2022-09-27T15:38:06.8342366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bool 2022-09-27T15:38:06.8585852Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bool 2022-09-27T15:38:06.8596754Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bool 2022-09-27T15:38:06.8708617Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex128 2022-09-27T15:38:06.8780167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex128 2022-09-27T15:38:06.9188911Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex128 2022-09-27T15:38:06.9225217Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex64 2022-09-27T15:38:06.9255013Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float16 2022-09-27T15:38:06.9283795Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex64 2022-09-27T15:38:06.9627735Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:38:06.9732459Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float16 2022-09-27T15:38:07.0067460Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float16 2022-09-27T15:38:07.0118688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float32 2022-09-27T15:38:07.0512226Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float32 2022-09-27T15:38:07.0568296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float64 2022-09-27T15:38:07.0949296Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float64 2022-09-27T15:38:07.0994438Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int16 2022-09-27T15:38:07.1387078Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int16 2022-09-27T15:38:07.1424795Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int32 2022-09-27T15:38:07.1825451Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int32 2022-09-27T15:38:07.1871480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int64 2022-09-27T15:38:07.2317010Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int64 2022-09-27T15:38:07.2326097Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int8 2022-09-27T15:38:07.2706956Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int8 2022-09-27T15:38:07.2747439Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_uint8 2022-09-27T15:38:07.2908214Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_uint8 2022-09-27T15:38:07.2916815Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex128 2022-09-27T15:38:07.3165626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex64 2022-09-27T15:38:07.3381162Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bfloat16 2022-09-27T15:38:07.3588874Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bfloat16 2022-09-27T15:38:07.3723929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bool 2022-09-27T15:38:07.3822678Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bool 2022-09-27T15:38:07.3833950Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float32 2022-09-27T15:38:07.4029209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float64 2022-09-27T15:38:07.4266008Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex128 2022-09-27T15:38:07.4469299Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex128 2022-09-27T15:38:07.4687719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex64 2022-09-27T15:38:07.4946310Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex64 2022-09-27T15:38:07.5125763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float16 2022-09-27T15:38:07.5388604Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float16 2022-09-27T15:38:07.5546949Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float32 2022-09-27T15:38:07.5735464Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float32 2022-09-27T15:38:07.5744758Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex64 2022-09-27T15:38:07.5828396Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float32 2022-09-27T15:38:07.6050270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float64 2022-09-27T15:38:07.6310834Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float64 2022-09-27T15:38:07.6516572Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int16 2022-09-27T15:38:07.6749105Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int16 2022-09-27T15:38:07.6963863Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int32 2022-09-27T15:38:07.7191235Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int32 2022-09-27T15:38:07.7196238Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int64 2022-09-27T15:38:07.7205172Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float32 2022-09-27T15:38:07.7398701Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float64 2022-09-27T15:38:07.7629974Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int64 2022-09-27T15:38:07.7804391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int8 2022-09-27T15:38:07.8149385Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int8 2022-09-27T15:38:07.8317669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_uint8 2022-09-27T15:38:07.8508815Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_uint8 2022-09-27T15:38:07.8616358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_bfloat16 2022-09-27T15:38:07.8629086Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_bfloat16 2022-09-27T15:38:07.8638015Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float64 2022-09-27T15:38:07.8651684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int16 2022-09-27T15:38:07.8658322Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:38:07.8989649Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:38:07.9153688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex128 2022-09-27T15:38:07.9506838Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex128 2022-09-27T15:38:07.9614556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex64 2022-09-27T15:38:07.9907827Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex64 2022-09-27T15:38:07.9969096Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float16 2022-09-27T15:38:07.9983415Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int16 2022-09-27T15:38:08.0006327Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int32 2022-09-27T15:38:08.0349802Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float16 2022-09-27T15:38:08.0421982Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float32 2022-09-27T15:38:08.0830823Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float32 2022-09-27T15:38:08.0933416Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float64 2022-09-27T15:38:08.1310378Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float64 2022-09-27T15:38:08.1545938Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bfloat16 2022-09-27T15:38:08.1748630Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bfloat16 2022-09-27T15:38:08.1900935Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bool 2022-09-27T15:38:08.2081940Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bool 2022-09-27T15:38:08.2090842Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int32 2022-09-27T15:38:08.2233615Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int64 2022-09-27T15:38:08.2600127Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float16 2022-09-27T15:38:08.2628565Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float16 2022-09-27T15:38:08.2780622Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float32 2022-09-27T15:38:08.3078725Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float32 2022-09-27T15:38:08.3210002Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float64 2022-09-27T15:38:08.3508045Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float64 2022-09-27T15:38:08.3632202Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int16 2022-09-27T15:38:08.3948835Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int16 2022-09-27T15:38:08.3977329Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int32 2022-09-27T15:38:08.3988374Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int64 2022-09-27T15:38:08.4125039Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int8 2022-09-27T15:38:08.4387994Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int32 2022-09-27T15:38:08.4562495Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int64 2022-09-27T15:38:08.4868446Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int64 2022-09-27T15:38:08.5019381Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int8 2022-09-27T15:38:08.5266553Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int8 2022-09-27T15:38:08.5386165Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_uint8 2022-09-27T15:38:08.5545253Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_uint8 2022-09-27T15:38:08.5554987Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int8 2022-09-27T15:38:08.5708245Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_uint8 2022-09-27T15:38:08.5947336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bfloat16 2022-09-27T15:38:08.6146215Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bfloat16 2022-09-27T15:38:08.6352296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bool 2022-09-27T15:38:08.6575905Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bool 2022-09-27T15:38:08.6592979Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float64 2022-09-27T15:38:08.6598274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int16 2022-09-27T15:38:08.6853590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float16 2022-09-27T15:38:08.6863337Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:38:08.6893413Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_bfloat16 2022-09-27T15:38:08.6923057Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float16 2022-09-27T15:38:08.6930827Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_uint8 2022-09-27T15:38:08.7024802Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bfloat16 2022-09-27T15:38:08.7225386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float32 2022-09-27T15:38:08.7287354Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float32 2022-09-27T15:38:08.7302966Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_bfloat16 2022-09-27T15:38:08.7498885Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex128 2022-09-27T15:38:08.7666187Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float64 2022-09-27T15:38:08.7784702Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float64 2022-09-27T15:38:08.7792902Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex128 2022-09-27T15:38:08.8024089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex64 2022-09-27T15:38:08.8093841Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int16 2022-09-27T15:38:08.8365771Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int16 2022-09-27T15:38:08.8388452Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex64 2022-09-27T15:38:08.8412389Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float16 2022-09-27T15:38:08.8545269Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int32 2022-09-27T15:38:08.8558439Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bfloat16 2022-09-27T15:38:08.8567939Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int32 2022-09-27T15:38:08.8825629Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bool 2022-09-27T15:38:08.8916511Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int64 2022-09-27T15:38:08.8917067Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float16 2022-09-27T15:38:08.9062305Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float32 2022-09-27T15:38:08.9081184Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int16 2022-09-27T15:38:08.9081758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int32 2022-09-27T15:38:08.9247597Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int64 2022-09-27T15:38:08.9302935Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float32 2022-09-27T15:38:08.9345249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int8 2022-09-27T15:38:08.9429028Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float64 2022-09-27T15:38:08.9758110Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int8 2022-09-27T15:38:08.9762302Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_uint8 2022-09-27T15:38:08.9825731Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float64 2022-09-27T15:38:08.9866414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int16 2022-09-27T15:38:08.9884103Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bool 2022-09-27T15:38:08.9884681Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_uint8 2022-09-27T15:38:09.0224907Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float16 2022-09-27T15:38:09.0225568Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bfloat16 2022-09-27T15:38:09.0265753Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int16 2022-09-27T15:38:09.0389754Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int32 2022-09-27T15:38:09.0627430Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bfloat16 2022-09-27T15:38:09.0696337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bool 2022-09-27T15:38:09.0706478Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int32 2022-09-27T15:38:09.0776547Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int64 2022-09-27T15:38:09.1117065Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bool 2022-09-27T15:38:09.1127101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex128 2022-09-27T15:38:09.1185375Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int64 2022-09-27T15:38:09.1222291Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int8 2022-09-27T15:38:09.1508220Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex128 2022-09-27T15:38:09.1607546Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex64 2022-09-27T15:38:09.1624959Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int8 2022-09-27T15:38:09.1688107Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_uint8 2022-09-27T15:38:09.1892201Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex64 2022-09-27T15:38:09.1902109Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int32 2022-09-27T15:38:09.1950047Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int64 2022-09-27T15:38:09.1982662Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float16 2022-09-27T15:38:09.2068751Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_uint8 2022-09-27T15:38:09.2127252Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bfloat16 2022-09-27T15:38:09.2182330Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float16 2022-09-27T15:38:09.2189274Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float16 2022-09-27T15:38:09.2460265Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float32 2022-09-27T15:38:09.2622734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float32 2022-09-27T15:38:09.2923654Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float32 2022-09-27T15:38:09.3056563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float64 2022-09-27T15:38:09.3348283Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float64 2022-09-27T15:38:09.3662370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int16 2022-09-27T15:38:09.3787753Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int16 2022-09-27T15:38:09.4091843Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int32 2022-09-27T15:38:09.4304333Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int32 2022-09-27T15:38:09.4415973Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int64 2022-09-27T15:38:09.4427438Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float32 2022-09-27T15:38:09.4496267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float64 2022-09-27T15:38:09.4708960Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int64 2022-09-27T15:38:09.4861217Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int8 2022-09-27T15:38:09.5149633Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int8 2022-09-27T15:38:09.5381391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_uint8 2022-09-27T15:38:09.5416289Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_uint8 2022-09-27T15:38:09.5428609Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bfloat16 2022-09-27T15:38:09.5664311Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bool 2022-09-27T15:38:09.5731892Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_bfloat16 2022-09-27T15:38:09.5907237Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_bfloat16 2022-09-27T15:38:09.5922017Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int64 2022-09-27T15:38:09.6110011Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int8 2022-09-27T15:38:09.6119814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float16 2022-09-27T15:38:09.6127946Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float64 2022-09-27T15:38:09.6201329Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int16 2022-09-27T15:38:09.6547720Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float16 2022-09-27T15:38:09.6670450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float32 2022-09-27T15:38:09.7021383Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float32 2022-09-27T15:38:09.7084754Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float64 2022-09-27T15:38:09.7455642Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float64 2022-09-27T15:38:09.7536545Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int16 2022-09-27T15:38:09.7890466Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int16 2022-09-27T15:38:09.7989309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int32 2022-09-27T15:38:09.7989961Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int32 2022-09-27T15:38:09.7992353Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int16 2022-09-27T15:38:09.8339465Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int32 2022-09-27T15:38:09.8399283Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int64 2022-09-27T15:38:09.8749666Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int64 2022-09-27T15:38:09.8828492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int8 2022-09-27T15:38:09.8889086Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int8 2022-09-27T15:38:09.8900252Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bool 2022-09-27T15:38:09.8912623Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int8 2022-09-27T15:38:09.8917397Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int32 2022-09-27T15:38:09.8919032Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex128 2022-09-27T15:38:09.8926467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_uint8 2022-09-27T15:38:09.9186574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int64 2022-09-27T15:38:09.9283680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_uint8 2022-09-27T15:38:09.9628522Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_uint8 2022-09-27T15:38:09.9691735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bfloat16 2022-09-27T15:38:10.0127360Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bfloat16 2022-09-27T15:38:10.0127861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bool 2022-09-27T15:38:10.0219772Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bool 2022-09-27T15:38:10.0230704Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int64 2022-09-27T15:38:10.0513167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int8 2022-09-27T15:38:10.0583214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex128 2022-09-27T15:38:10.0962403Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex128 2022-09-27T15:38:10.1007286Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex64 2022-09-27T15:38:10.1128691Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex64 2022-09-27T15:38:10.1139508Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_uint8 2022-09-27T15:38:10.1390589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bfloat16 2022-09-27T15:38:10.1446186Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float16 2022-09-27T15:38:10.1619966Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float16 2022-09-27T15:38:10.1630715Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int8 2022-09-27T15:38:10.1844438Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_uint8 2022-09-27T15:38:10.1891856Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float32 2022-09-27T15:38:10.2265258Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float32 2022-09-27T15:38:10.2320919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float64 2022-09-27T15:38:10.2763660Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float64 2022-09-27T15:38:10.2764187Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int16 2022-09-27T15:38:10.3213302Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int16 2022-09-27T15:38:10.3214358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int32 2022-09-27T15:38:10.3399201Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int32 2022-09-27T15:38:10.3409862Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_uint8 2022-09-27T15:38:10.3432446Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bfloat16 2022-09-27T15:38:10.3441205Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex128 2022-09-27T15:38:10.3609491Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex64 2022-09-27T15:38:10.3636908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int64 2022-09-27T15:38:10.4069800Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int64 2022-09-27T15:38:10.4077692Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int8 2022-09-27T15:38:10.4508334Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int8 2022-09-27T15:38:10.4515835Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_uint8 2022-09-27T15:38:10.4961706Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_uint8 2022-09-27T15:38:10.4975584Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bfloat16 2022-09-27T15:38:10.4982813Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bool 2022-09-27T15:38:10.6016935Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bfloat16 2022-09-27T15:38:10.6041501Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bfloat16 2022-09-27T15:38:10.8113004Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bool 2022-09-27T15:38:10.8130285Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bfloat16 2022-09-27T15:38:10.8868985Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bool 2022-09-27T15:38:10.8886640Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex64 2022-09-27T15:38:10.8928970Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bool 2022-09-27T15:38:10.8948474Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float16 2022-09-27T15:38:10.9241288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float32 2022-09-27T15:38:10.9247408Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bool 2022-09-27T15:38:11.1294022Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float16 2022-09-27T15:38:11.1306153Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float32 2022-09-27T15:38:11.1682720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float64 2022-09-27T15:38:11.1742430Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float16 2022-09-27T15:38:11.2599456Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float32 2022-09-27T15:38:11.2615496Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bool 2022-09-27T15:38:11.3270279Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex128 2022-09-27T15:38:11.3293591Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float64 2022-09-27T15:38:11.3601936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int16 2022-09-27T15:38:11.3669772Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float32 2022-09-27T15:38:11.5898505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float64 2022-09-27T15:38:11.5913044Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float64 2022-09-27T15:38:11.6309978Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int16 2022-09-27T15:38:11.6314289Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int16 2022-09-27T15:38:11.7385239Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int32 2022-09-27T15:38:11.7444568Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float16 2022-09-27T15:38:11.7945964Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float32 2022-09-27T15:38:11.7958375Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int16 2022-09-27T15:38:11.8308214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int32 2022-09-27T15:38:11.8320604Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int32 2022-09-27T15:38:11.9620004Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int64 2022-09-27T15:38:11.9669272Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int32 2022-09-27T15:38:12.0691413Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int64 2022-09-27T15:38:12.0705741Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int64 2022-09-27T15:38:12.1513980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int8 2022-09-27T15:38:12.1574561Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int64 2022-09-27T15:38:12.1806475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int8 2022-09-27T15:38:12.1816494Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int8 2022-09-27T15:38:12.3104973Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_uint8 2022-09-27T15:38:12.3226036Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_uint8 2022-09-27T15:38:12.4062608Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bfloat16 2022-09-27T15:38:12.4087332Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float32 2022-09-27T15:38:12.4658311Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float64 2022-09-27T15:38:12.4718132Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int8 2022-09-27T15:38:12.5282744Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_uint8 2022-09-27T15:38:12.5310513Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bfloat16 2022-09-27T15:38:12.8384606Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bool 2022-09-27T15:38:12.8441662Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_uint8 2022-09-27T15:38:12.8980244Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bfloat16 2022-09-27T15:38:12.9072076Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex128 2022-09-27T15:38:13.0067453Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex64 2022-09-27T15:38:13.0149493Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bool 2022-09-27T15:38:13.2384967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex128 2022-09-27T15:38:13.2411040Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float64 2022-09-27T15:38:13.2936376Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int16 2022-09-27T15:38:13.2959974Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bfloat16 2022-09-27T15:38:13.6140228Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bool 2022-09-27T15:38:13.6209390Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bool 2022-09-27T15:38:13.7203587Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float32 2022-09-27T15:38:13.7219022Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int16 2022-09-27T15:38:13.9842583Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int32 2022-09-27T15:38:13.9947579Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex64 2022-09-27T15:38:14.0288124Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float32 2022-09-27T15:38:14.0351638Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float32 2022-09-27T15:38:14.1808019Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float64 2022-09-27T15:38:14.1922908Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int32 2022-09-27T15:38:14.3043531Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int64 2022-09-27T15:38:14.3067436Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float32 2022-09-27T15:38:14.3175626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float64 2022-09-27T15:38:14.3186487Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float64 2022-09-27T15:38:14.3735696Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int16 2022-09-27T15:38:14.3761231Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex128 2022-09-27T15:38:14.5504472Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex64 2022-09-27T15:38:14.5520500Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float64 2022-09-27T15:38:14.6097903Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int16 2022-09-27T15:38:14.6107520Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int16 2022-09-27T15:38:14.6143879Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int64 2022-09-27T15:38:14.6144377Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int32 2022-09-27T15:38:14.6874204Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int8 2022-09-27T15:38:14.6890228Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int16 2022-09-27T15:38:14.8572317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int32 2022-09-27T15:38:14.8575212Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int32 2022-09-27T15:38:14.9184574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int64 2022-09-27T15:38:14.9214595Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int8 2022-09-27T15:38:15.1281044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_uint8 2022-09-27T15:38:15.1309175Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int32 2022-09-27T15:38:15.1382354Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int64 2022-09-27T15:38:15.1590720Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int64 2022-09-27T15:38:15.3520184Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int8 2022-09-27T15:38:15.3546531Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int64 2022-09-27T15:38:15.4416909Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int8 2022-09-27T15:38:15.4563159Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int8 2022-09-27T15:38:15.4579085Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex64 2022-09-27T15:38:15.4646263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float32 2022-09-27T15:38:15.4739414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_uint8 2022-09-27T15:38:15.4750928Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_uint8 2022-09-27T15:38:15.5476433Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bfloat16 2022-09-27T15:38:15.5498487Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int8 2022-09-27T15:38:15.6837721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_uint8 2022-09-27T15:38:15.6863059Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float32 2022-09-27T15:38:15.7281610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float64 2022-09-27T15:38:15.7335206Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_uint8 2022-09-27T15:38:15.9572853Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bfloat16 2022-09-27T15:38:15.9597313Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float64 2022-09-27T15:38:16.0259156Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int16 2022-09-27T15:38:16.0283824Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_uint8 2022-09-27T15:38:16.1995090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bfloat16 2022-09-27T15:38:16.2020860Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bfloat16 2022-09-27T15:38:16.2683849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bool 2022-09-27T15:38:16.2743851Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bfloat16 2022-09-27T15:38:16.2783726Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bool 2022-09-27T15:38:16.2799144Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int16 2022-09-27T15:38:16.4371123Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int32 2022-09-27T15:38:16.4381048Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bfloat16 2022-09-27T15:38:16.4433769Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bool 2022-09-27T15:38:16.4440404Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bool 2022-09-27T15:38:16.5590778Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float16 2022-09-27T15:38:16.5679145Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int32 2022-09-27T15:38:16.7216487Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int64 2022-09-27T15:38:16.7234650Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bool 2022-09-27T15:38:16.8372527Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex128 2022-09-27T15:38:16.8399173Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int64 2022-09-27T15:38:17.0112928Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int8 2022-09-27T15:38:17.0172595Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bool 2022-09-27T15:38:17.1441432Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex128 2022-09-27T15:38:17.1465448Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int8 2022-09-27T15:38:17.3284348Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_uint8 2022-09-27T15:38:17.3309629Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float16 2022-09-27T15:38:17.5349777Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float32 2022-09-27T15:38:17.5380237Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_uint8 2022-09-27T15:38:17.5571848Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bfloat16 2022-09-27T15:38:17.5595197Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex128 2022-09-27T15:38:17.9133298Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex64 2022-09-27T15:38:17.9161639Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float32 2022-09-27T15:38:18.0689032Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float64 2022-09-27T15:38:18.0707853Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex64 2022-09-27T15:38:18.2007786Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float32 2022-09-27T15:38:18.2035211Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex128 2022-09-27T15:38:18.3089798Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex64 2022-09-27T15:38:18.3116604Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float32 2022-09-27T15:38:18.6134017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float64 2022-09-27T15:38:18.6157777Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float64 2022-09-27T15:38:18.7300911Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int16 2022-09-27T15:38:18.7454025Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bfloat16 2022-09-27T15:38:18.7464590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bool 2022-09-27T15:38:18.7485883Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float64 2022-09-27T15:38:18.9586190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int16 2022-09-27T15:38:18.9610822Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int16 2022-09-27T15:38:19.2645422Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int32 2022-09-27T15:38:19.2672193Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex64 2022-09-27T15:38:19.2733438Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float32 2022-09-27T15:38:19.2746311Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int32 2022-09-27T15:38:19.2829250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int64 2022-09-27T15:38:19.2837913Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int16 2022-09-27T15:38:19.4762871Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int32 2022-09-27T15:38:19.4783628Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bool 2022-09-27T15:38:19.4867331Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float32 2022-09-27T15:38:19.4874743Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex128 2022-09-27T15:38:19.6584770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float64 2022-09-27T15:38:19.6599598Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int64 2022-09-27T15:38:19.6756139Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int8 2022-09-27T15:38:19.6771076Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int32 2022-09-27T15:38:19.9712518Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int64 2022-09-27T15:38:19.9729806Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int8 2022-09-27T15:38:19.9812358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_uint8 2022-09-27T15:38:19.9830899Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int64 2022-09-27T15:38:20.0301473Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int8 2022-09-27T15:38:20.0381943Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float64 2022-09-27T15:38:20.2841083Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int16 2022-09-27T15:38:20.2866662Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex128 2022-09-27T15:38:20.3095694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex64 2022-09-27T15:38:20.3116131Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_uint8 2022-09-27T15:38:20.3866570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bfloat16 2022-09-27T15:38:20.3881031Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int8 2022-09-27T15:38:20.4358424Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_uint8 2022-09-27T15:38:20.4372085Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int16 2022-09-27T15:38:20.6955761Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int32 2022-09-27T15:38:20.6976328Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bfloat16 2022-09-27T15:38:20.7219182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bool 2022-09-27T15:38:20.7235894Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_uint8 2022-09-27T15:38:20.7248501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_bfloat16 2022-09-27T15:38:20.7782753Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_bfloat16 2022-09-27T15:38:20.8018084Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float16 2022-09-27T15:38:20.8029789Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int32 2022-09-27T15:38:21.1044579Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int64 2022-09-27T15:38:21.1104947Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex64 2022-09-27T15:38:21.1625409Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float32 2022-09-27T15:38:21.1649269Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bool 2022-09-27T15:38:21.2849980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex128 2022-09-27T15:38:21.2873891Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int64 2022-09-27T15:38:21.3948675Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int8 2022-09-27T15:38:21.3971894Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float32 2022-09-27T15:38:21.6641810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float64 2022-09-27T15:38:21.6668236Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int8 2022-09-27T15:38:21.9149346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_uint8 2022-09-27T15:38:21.9184385Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float16 2022-09-27T15:38:21.9388919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float32 2022-09-27T15:38:21.9405654Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex128 2022-09-27T15:38:21.9558010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex64 2022-09-27T15:38:21.9588446Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float64 2022-09-27T15:38:22.1246986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int16 2022-09-27T15:38:22.1271031Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_uint8 2022-09-27T15:38:22.3136301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bfloat16 2022-09-27T15:38:22.3157339Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int16 2022-09-27T15:38:22.4960986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int32 2022-09-27T15:38:22.4989622Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex64 2022-09-27T15:38:22.6878402Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float32 2022-09-27T15:38:22.6893661Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float32 2022-09-27T15:38:22.6912894Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int32 2022-09-27T15:38:22.6955801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int64 2022-09-27T15:38:22.8255898Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float64 2022-09-27T15:38:22.8278337Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float32 2022-09-27T15:38:23.0915375Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float64 2022-09-27T15:38:23.0940875Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float64 2022-09-27T15:38:23.0964473Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bfloat16 2022-09-27T15:38:23.1063958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int16 2022-09-27T15:38:23.1094945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bool 2022-09-27T15:38:23.1103718Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int64 2022-09-27T15:38:23.3403134Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int8 2022-09-27T15:38:23.3422717Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int8 2022-09-27T15:38:23.3529564Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_uint8 2022-09-27T15:38:23.3548498Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int16 2022-09-27T15:38:23.6340320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int32 2022-09-27T15:38:23.6362880Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bool 2022-09-27T15:38:23.6509586Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float32 2022-09-27T15:38:23.6520443Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float64 2022-09-27T15:38:23.6708231Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int16 2022-09-27T15:38:23.6724381Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_uint8 2022-09-27T15:38:23.6954354Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bfloat16 2022-09-27T15:38:23.6966339Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int32 2022-09-27T15:38:24.0021349Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int64 2022-09-27T15:38:24.0022561Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bfloat16 2022-09-27T15:38:24.0046768Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bool 2022-09-27T15:38:24.0067609Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int64 2022-09-27T15:38:24.1661158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int8 2022-09-27T15:38:24.1678589Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int16 2022-09-27T15:38:24.2368078Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int32 2022-09-27T15:38:24.2401456Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float32 2022-09-27T15:38:24.3178983Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float64 2022-09-27T15:38:24.3194256Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int8 2022-09-27T15:38:24.5760899Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_uint8 2022-09-27T15:38:24.5782065Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_uint8 2022-09-27T15:38:24.5954346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_bfloat16 2022-09-27T15:38:24.5974681Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bool 2022-09-27T15:38:24.6718982Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex128 2022-09-27T15:38:24.6737921Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_bfloat16 2022-09-27T15:38:24.6744280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float32 2022-09-27T15:38:24.6766892Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int32 2022-09-27T15:38:24.7464772Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int64 2022-09-27T15:38:24.7493190Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float32 2022-09-27T15:38:24.8210984Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float64 2022-09-27T15:38:24.8237369Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float64 2022-09-27T15:38:24.8850752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bfloat16 2022-09-27T15:38:24.8860510Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float64 2022-09-27T15:38:25.2157182Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int16 2022-09-27T15:38:25.2168994Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int64 2022-09-27T15:38:25.5011214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int8 2022-09-27T15:38:25.5041662Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int16 2022-09-27T15:38:25.5388059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int32 2022-09-27T15:38:25.5402435Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex128 2022-09-27T15:38:25.7187531Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex64 2022-09-27T15:38:25.7240306Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int8 2022-09-27T15:38:25.9411868Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_uint8 2022-09-27T15:38:25.9440265Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bfloat16 2022-09-27T15:38:26.0829244Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bool 2022-09-27T15:38:26.0846461Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int32 2022-09-27T15:38:26.1484320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int64 2022-09-27T15:38:26.1499704Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_uint8 2022-09-27T15:38:26.4221655Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_bfloat16 2022-09-27T15:38:26.4251254Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bool 2022-09-27T15:38:26.4834374Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex128 2022-09-27T15:38:26.4856337Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex64 2022-09-27T15:38:26.6737020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float32 2022-09-27T15:38:26.6760733Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_bfloat16 2022-09-27T15:38:26.7209683Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float16 2022-09-27T15:38:26.7242467Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int64 2022-09-27T15:38:27.0006067Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int8 2022-09-27T15:38:27.0030400Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float32 2022-09-27T15:38:27.0842420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float64 2022-09-27T15:38:27.0864472Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int8 2022-09-27T15:38:27.1137357Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_uint8 2022-09-27T15:38:27.1154167Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float16 2022-09-27T15:38:27.5335315Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float32 2022-09-27T15:38:27.5358959Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float64 2022-09-27T15:38:27.6022751Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int16 2022-09-27T15:38:27.6040853Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float32 2022-09-27T15:38:27.8341944Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float64 2022-09-27T15:38:27.8471623Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex128 2022-09-27T15:38:27.8823161Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex64 2022-09-27T15:38:27.8834567Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int16 2022-09-27T15:38:27.8886454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int32 2022-09-27T15:38:27.8896639Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_uint8 2022-09-27T15:38:28.1877696Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bfloat16 2022-09-27T15:38:28.1897118Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bfloat16 2022-09-27T15:38:28.2362213Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bool 2022-09-27T15:38:28.2387694Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float64 2022-09-27T15:38:28.3290561Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int16 2022-09-27T15:38:28.3395897Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int32 2022-09-27T15:38:28.5525247Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int64 2022-09-27T15:38:28.5557644Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int16 2022-09-27T15:38:28.6468439Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int32 2022-09-27T15:38:28.6493422Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bool 2022-09-27T15:38:28.7413501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex128 2022-09-27T15:38:28.7426368Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int64 2022-09-27T15:38:28.7505046Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int8 2022-09-27T15:38:28.7532207Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex64 2022-09-27T15:38:28.8935924Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float16 2022-09-27T15:38:28.8958319Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int32 2022-09-27T15:38:29.0967126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int64 2022-09-27T15:38:29.0975342Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int8 2022-09-27T15:38:29.3411622Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_uint8 2022-09-27T15:38:29.3431603Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int64 2022-09-27T15:38:29.3854250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int8 2022-09-27T15:38:29.3880920Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_uint8 2022-09-27T15:38:29.4041712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_bfloat16 2022-09-27T15:38:29.4390458Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_bfloat16 2022-09-27T15:38:29.4475002Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float32 2022-09-27T15:38:29.4860921Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float32 2022-09-27T15:38:29.4926569Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float64 2022-09-27T15:38:29.5272424Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float64 2022-09-27T15:38:29.6811361Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bfloat16 2022-09-27T15:38:29.6834876Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int8 2022-09-27T15:38:29.9225588Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_uint8 2022-09-27T15:38:29.9238482Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float16 2022-09-27T15:38:30.1473584Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float32 2022-09-27T15:38:30.1506094Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_uint8 2022-09-27T15:38:30.3595462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bfloat16 2022-09-27T15:38:30.3620019Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex128 2022-09-27T15:38:30.6791664Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex64 2022-09-27T15:38:30.6812436Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float32 2022-09-27T15:38:30.7307950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float64 2022-09-27T15:38:30.7324207Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bfloat16 2022-09-27T15:38:30.8533679Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bool 2022-09-27T15:38:30.8574650Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bfloat16 2022-09-27T15:38:31.1980390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bool 2022-09-27T15:38:31.1990165Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bool 2022-09-27T15:38:31.4551093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float16 2022-09-27T15:38:31.4566233Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex64 2022-09-27T15:38:31.5108806Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float32 2022-09-27T15:38:31.5133213Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bool 2022-09-27T15:38:31.5901908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float32 2022-09-27T15:38:31.5912209Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float64 2022-09-27T15:38:31.6428680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int16 2022-09-27T15:38:31.6444626Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float32 2022-09-27T15:38:31.8793303Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float64 2022-09-27T15:38:31.8812722Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float16 2022-09-27T15:38:31.9687217Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float32 2022-09-27T15:38:31.9748514Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float32 2022-09-27T15:38:32.0524105Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float64 2022-09-27T15:38:32.0552132Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float64 2022-09-27T15:38:32.2948351Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int16 2022-09-27T15:38:32.2964006Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int16 2022-09-27T15:38:32.3544435Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int32 2022-09-27T15:38:32.3634395Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float64 2022-09-27T15:38:32.3810269Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int16 2022-09-27T15:38:32.3822147Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int16 2022-09-27T15:38:32.5950918Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int32 2022-09-27T15:38:32.5963450Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int32 2022-09-27T15:38:32.6670738Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int64 2022-09-27T15:38:32.6698413Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float32 2022-09-27T15:38:32.9465991Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float64 2022-09-27T15:38:32.9477038Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int64 2022-09-27T15:38:32.9525290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int8 2022-09-27T15:38:32.9536934Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int32 2022-09-27T15:38:33.0461107Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int64 2022-09-27T15:38:33.0476467Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float64 2022-09-27T15:38:33.0588651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int16 2022-09-27T15:38:33.0598565Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int16 2022-09-27T15:38:33.3914652Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int32 2022-09-27T15:38:33.3940049Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int8 2022-09-27T15:38:33.4574700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_uint8 2022-09-27T15:38:33.4588918Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int16 2022-09-27T15:38:33.4951122Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int32 2022-09-27T15:38:33.4963064Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int64 2022-09-27T15:38:33.5432088Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int8 2022-09-27T15:38:33.5458476Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_uint8 2022-09-27T15:38:33.7041121Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bfloat16 2022-09-27T15:38:33.7064703Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int32 2022-09-27T15:38:33.8896530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int64 2022-09-27T15:38:33.8921204Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int32 2022-09-27T15:38:34.0015469Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int64 2022-09-27T15:38:34.0028625Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bfloat16 2022-09-27T15:38:34.1123814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bool 2022-09-27T15:38:34.1145526Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int8 2022-09-27T15:38:34.2802845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_uint8 2022-09-27T15:38:34.2824924Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int64 2022-09-27T15:38:34.3176606Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int8 2022-09-27T15:38:34.3190814Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int64 2022-09-27T15:38:34.7209312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int8 2022-09-27T15:38:34.7236733Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bool 2022-09-27T15:38:34.7600761Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex128 2022-09-27T15:38:34.7618589Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_uint8 2022-09-27T15:38:34.7639574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bfloat16 2022-09-27T15:38:34.7648470Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int8 2022-09-27T15:38:34.7730008Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_uint8 2022-09-27T15:38:34.7743991Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int8 2022-09-27T15:38:35.0730441Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_uint8 2022-09-27T15:38:35.0740248Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bfloat16 2022-09-27T15:38:35.2224097Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bool 2022-09-27T15:38:35.2248897Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_uint8 2022-09-27T15:38:35.3014284Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bfloat16 2022-09-27T15:38:35.3032842Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bool 2022-09-27T15:38:35.3342307Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex128 2022-09-27T15:38:35.3357944Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_uint8 2022-09-27T15:38:35.6114165Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_bool 2022-09-27T15:38:35.6129406Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex128 2022-09-27T15:38:35.7050044Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex64 2022-09-27T15:38:35.7077252Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bfloat16 2022-09-27T15:38:35.9239895Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bool 2022-09-27T15:38:35.9248407Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_bool 2022-09-27T15:38:35.9347181Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float32 2022-09-27T15:38:35.9364071Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex64 2022-09-27T15:38:35.9669142Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float16 2022-09-27T15:38:35.9696719Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex128 2022-09-27T15:38:36.0171091Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex64 2022-09-27T15:38:36.0187320Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bool 2022-09-27T15:38:36.4347593Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float16 2022-09-27T15:38:36.4448018Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float16 2022-09-27T15:38:36.5065534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float32 2022-09-27T15:38:36.5092047Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float32 2022-09-27T15:38:36.7501088Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float64 2022-09-27T15:38:36.7517894Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float32 2022-09-27T15:38:36.8126002Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float64 2022-09-27T15:38:36.8148560Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float16 2022-09-27T15:38:36.9663389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float32 2022-09-27T15:38:36.9687206Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex64 2022-09-27T15:38:37.0833091Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float32 2022-09-27T15:38:37.0865001Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float64 2022-09-27T15:38:37.1901572Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int16 2022-09-27T15:38:37.2068498Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float64 2022-09-27T15:38:37.2094893Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int16 2022-09-27T15:38:37.2119288Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float32 2022-09-27T15:38:37.3413208Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float64 2022-09-27T15:38:37.3428165Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int16 2022-09-27T15:38:37.3691943Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int32 2022-09-27T15:38:37.3714923Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int16 2022-09-27T15:38:37.4810907Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int32 2022-09-27T15:38:37.4822296Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float32 2022-09-27T15:38:37.6466752Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float64 2022-09-27T15:38:37.6522133Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int32 2022-09-27T15:38:37.6599686Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int64 2022-09-27T15:38:37.6611708Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int32 2022-09-27T15:38:37.6624710Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float64 2022-09-27T15:38:37.6632297Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int16 2022-09-27T15:38:37.8396531Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int64 2022-09-27T15:38:37.8427806Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float64 2022-09-27T15:38:37.8529007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int16 2022-09-27T15:38:37.8540850Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int64 2022-09-27T15:38:37.9438835Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int8 2022-09-27T15:38:37.9452878Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int16 2022-09-27T15:38:37.9725259Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int32 2022-09-27T15:38:37.9741397Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int8 2022-09-27T15:38:38.1051590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_uint8 2022-09-27T15:38:38.1076324Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_uint8 2022-09-27T15:38:38.1152590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bfloat16 2022-09-27T15:38:38.1169852Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int64 2022-09-27T15:38:38.1335190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int8 2022-09-27T15:38:38.1347616Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int16 2022-09-27T15:38:38.3375911Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int32 2022-09-27T15:38:38.3403595Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int32 2022-09-27T15:38:38.5539954Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int64 2022-09-27T15:38:38.5554609Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int32 2022-09-27T15:38:38.5563411Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int8 2022-09-27T15:38:38.5572008Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int64 2022-09-27T15:38:38.8526394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_uint8 2022-09-27T15:38:38.8545842Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int64 2022-09-27T15:38:38.8949315Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int8 2022-09-27T15:38:38.8971916Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int64 2022-09-27T15:38:38.9809944Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int8 2022-09-27T15:38:38.9840374Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_uint8 2022-09-27T15:38:39.2344937Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_bool 2022-09-27T15:38:39.2409543Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int8 2022-09-27T15:38:39.2744281Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_uint8 2022-09-27T15:38:39.2795557Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int8 2022-09-27T15:38:39.4297410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_uint8 2022-09-27T15:38:39.4320968Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bfloat16 2022-09-27T15:38:39.5104174Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bool 2022-09-27T15:38:39.5134355Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_uint8 2022-09-27T15:38:39.5467220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bfloat16 2022-09-27T15:38:39.5486949Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_bool 2022-09-27T15:38:39.5875206Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float32 2022-09-27T15:38:39.5908640Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_uint8 2022-09-27T15:38:39.5970950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bfloat16 2022-09-27T15:38:39.6390745Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bfloat16 2022-09-27T15:38:39.6403978Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bool 2022-09-27T15:38:39.6860198Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bool 2022-09-27T15:38:39.6865992Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex128 2022-09-27T15:38:39.7316018Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex128 2022-09-27T15:38:39.7342840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex32 2022-09-27T15:38:39.7815760Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex32 2022-09-27T15:38:39.7822424Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex64 2022-09-27T15:38:39.8056513Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex64 2022-09-27T15:38:39.8070450Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float32 2022-09-27T15:38:39.8166698Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float64 2022-09-27T15:38:39.8175703Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bool 2022-09-27T15:38:39.8262219Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex128 2022-09-27T15:38:39.8419663Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float16 2022-09-27T15:38:39.8778348Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float16 2022-09-27T15:38:39.8779099Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float32 2022-09-27T15:38:39.9152416Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float32 2022-09-27T15:38:39.9245208Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float64 2022-09-27T15:38:39.9639895Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float64 2022-09-27T15:38:39.9643971Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int16 2022-09-27T15:38:40.0034028Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int16 2022-09-27T15:38:40.0080868Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int32 2022-09-27T15:38:40.0512224Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int32 2022-09-27T15:38:40.0532627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int64 2022-09-27T15:38:40.0623736Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int64 2022-09-27T15:38:40.0637768Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float64 2022-09-27T15:38:40.0955026Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int16 2022-09-27T15:38:40.0975656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int8 2022-09-27T15:38:40.1349819Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int8 2022-09-27T15:38:40.1401840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_uint8 2022-09-27T15:38:40.1828104Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_uint8 2022-09-27T15:38:40.1857798Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bfloat16 2022-09-27T15:38:40.2263759Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bfloat16 2022-09-27T15:38:40.2282884Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bool 2022-09-27T15:38:40.2745894Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bool 2022-09-27T15:38:40.2759052Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex128 2022-09-27T15:38:40.2911997Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex128 2022-09-27T15:38:40.2926719Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int16 2022-09-27T15:38:40.3111922Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int32 2022-09-27T15:38:40.3202334Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex32 2022-09-27T15:38:40.3547439Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex32 2022-09-27T15:38:40.3606994Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex64 2022-09-27T15:38:40.3618225Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bfloat16 2022-09-27T15:38:40.3623493Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex64 2022-09-27T15:38:40.3996198Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bool 2022-09-27T15:38:40.4079672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float16 2022-09-27T15:38:40.4428249Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float16 2022-09-27T15:38:40.4501462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float32 2022-09-27T15:38:40.4941847Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float32 2022-09-27T15:38:40.4950039Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float64 2022-09-27T15:38:40.5310984Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float64 2022-09-27T15:38:40.5371876Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int16 2022-09-27T15:38:40.5494372Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int16 2022-09-27T15:38:40.5507492Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int32 2022-09-27T15:38:40.5743861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int64 2022-09-27T15:38:40.5793419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int32 2022-09-27T15:38:40.6189089Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int32 2022-09-27T15:38:40.6255837Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int64 2022-09-27T15:38:40.6686501Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int64 2022-09-27T15:38:40.6691209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int8 2022-09-27T15:38:40.7072916Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int8 2022-09-27T15:38:40.7138102Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_uint8 2022-09-27T15:38:40.7222490Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_uint8 2022-09-27T15:38:40.7245890Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex128 2022-09-27T15:38:40.7517905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex64 2022-09-27T15:38:40.7581909Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bfloat16 2022-09-27T15:38:40.7593152Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bool 2022-09-27T15:38:40.7617752Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float16 2022-09-27T15:38:40.7668552Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bfloat16 2022-09-27T15:38:40.7676459Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int64 2022-09-27T15:38:40.7948263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int8 2022-09-27T15:38:40.8007766Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bool 2022-09-27T15:38:40.8428199Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bool 2022-09-27T15:38:40.8512933Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex128 2022-09-27T15:38:40.8945712Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex128 2022-09-27T15:38:40.8991698Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex32 2022-09-27T15:38:40.9355437Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex32 2022-09-27T15:38:40.9436621Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex64 2022-09-27T15:38:40.9921778Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex64 2022-09-27T15:38:40.9931816Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float16 2022-09-27T15:38:41.0270618Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float16 2022-09-27T15:38:41.0279097Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int8 2022-09-27T15:38:41.0302215Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float32 2022-09-27T15:38:41.0349912Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_uint8 2022-09-27T15:38:41.0747636Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float32 2022-09-27T15:38:41.0813859Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float64 2022-09-27T15:38:41.1226053Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float64 2022-09-27T15:38:41.1297193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int16 2022-09-27T15:38:41.1669073Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int16 2022-09-27T15:38:41.1742554Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int32 2022-09-27T15:38:41.2128845Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int32 2022-09-27T15:38:41.2195174Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int64 2022-09-27T15:38:41.2341738Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int64 2022-09-27T15:38:41.2354278Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_uint8 2022-09-27T15:38:41.2586262Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bfloat16 2022-09-27T15:38:41.2615725Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int8 2022-09-27T15:38:41.2989378Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int8 2022-09-27T15:38:41.3049930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_uint8 2022-09-27T15:38:41.3429780Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_uint8 2022-09-27T15:38:41.6077713Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_bool 2022-09-27T15:38:41.6106806Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float16 2022-09-27T15:38:41.6297091Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float32 2022-09-27T15:38:41.6324617Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex64 2022-09-27T15:38:41.6415518Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float16 2022-09-27T15:38:41.6435524Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bfloat16 2022-09-27T15:38:41.8261854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bool 2022-09-27T15:38:41.8268218Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_bool 2022-09-27T15:38:42.3242241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int16 2022-09-27T15:38:42.3253745Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int16 2022-09-27T15:38:42.4950880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int32 2022-09-27T15:38:42.4969848Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bool 2022-09-27T15:38:42.5853606Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float32 2022-09-27T15:38:42.5878035Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float32 2022-09-27T15:38:42.7551652Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float64 2022-09-27T15:38:42.7676999Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float32 2022-09-27T15:38:42.7929807Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float64 2022-09-27T15:38:42.7949735Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int32 2022-09-27T15:38:43.0714063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int64 2022-09-27T15:38:43.0730093Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float16 2022-09-27T15:38:43.2335661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float32 2022-09-27T15:38:43.2490159Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float64 2022-09-27T15:38:43.2645632Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int16 2022-09-27T15:38:43.2690212Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int64 2022-09-27T15:38:43.4831903Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int8 2022-09-27T15:38:43.4845321Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float64 2022-09-27T15:38:43.5891789Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int16 2022-09-27T15:38:43.5923082Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int8 2022-09-27T15:38:43.8937948Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_uint8 2022-09-27T15:38:43.8953586Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int16 2022-09-27T15:38:43.9121246Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int32 2022-09-27T15:38:43.9136444Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_uint8 2022-09-27T15:38:43.9173807Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int16 2022-09-27T15:38:43.9188521Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float32 2022-09-27T15:38:44.1294280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float64 2022-09-27T15:38:44.1313597Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int16 2022-09-27T15:38:44.4171217Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int32 2022-09-27T15:38:44.4182899Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int16 2022-09-27T15:38:44.5833080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int32 2022-09-27T15:38:44.5860196Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int32 2022-09-27T15:38:44.8034367Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int64 2022-09-27T15:38:44.8058867Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float64 2022-09-27T15:38:44.8572337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int16 2022-09-27T15:38:44.8580380Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int32 2022-09-27T15:38:44.8707945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int64 2022-09-27T15:38:44.8719363Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int32 2022-09-27T15:38:45.1431182Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:38:45.1446561Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int64 2022-09-27T15:38:45.2548104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int8 2022-09-27T15:38:45.2555400Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:38:45.6141951Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int8 2022-09-27T15:38:45.6154315Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int16 2022-09-27T15:38:45.6167641Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int64 2022-09-27T15:38:45.6173310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int8 2022-09-27T15:38:45.6590908Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int32 2022-09-27T15:38:45.6598455Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int8 2022-09-27T15:38:45.7289199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_uint8 2022-09-27T15:38:45.7306420Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int8 2022-09-27T15:38:46.1016105Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_uint8 2022-09-27T15:38:46.1040206Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_uint8 2022-09-27T15:38:46.3711608Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_bool 2022-09-27T15:38:46.3737883Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int8 2022-09-27T15:38:46.3801001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_uint8 2022-09-27T15:38:46.3831084Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_uint8 2022-09-27T15:38:46.3865413Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 2022-09-27T15:38:46.3872583Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int32 2022-09-27T15:38:46.3903961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int64 2022-09-27T15:38:46.3911894Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_bool 2022-09-27T15:38:46.5293208Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int16 2022-09-27T15:38:46.5317987Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int16 2022-09-27T15:38:46.7938484Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int32 2022-09-27T15:38:46.7942152Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 2022-09-27T15:38:46.7953563Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int32 2022-09-27T15:38:46.7963140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int64 2022-09-27T15:38:46.9810870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:38:46.9836440Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int64 2022-09-27T15:38:47.1505081Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int8 2022-09-27T15:38:47.1522727Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int8 2022-09-27T15:38:47.1711456Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_uint8 2022-09-27T15:38:47.1726298Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_uint8 2022-09-27T15:38:47.1777859Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bfloat16 2022-09-27T15:38:47.1837803Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bfloat16 2022-09-27T15:38:47.1847557Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int64 2022-09-27T15:38:47.2148843Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int8 2022-09-27T15:38:47.2204776Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bool 2022-09-27T15:38:47.2212166Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:38:47.2221344Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bool 2022-09-27T15:38:47.2524616Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:38:47.2534775Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_uint8 2022-09-27T15:38:47.2655594Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_bool 2022-09-27T15:38:47.2656353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex128 2022-09-27T15:38:47.3028579Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex128 2022-09-27T15:38:47.3102191Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex32 2022-09-27T15:38:47.3521354Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex32 2022-09-27T15:38:47.3525039Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex64 2022-09-27T15:38:47.3949126Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex64 2022-09-27T15:38:47.4003275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float16 2022-09-27T15:38:47.4448180Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float16 2022-09-27T15:38:47.4451504Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float32 2022-09-27T15:38:47.4759929Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float32 2022-09-27T15:38:47.4826799Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:38:47.4836856Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float64 2022-09-27T15:38:47.4874384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 2022-09-27T15:38:47.4885874Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float64 2022-09-27T15:38:47.4895250Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_bool 2022-09-27T15:38:47.5308888Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int16 2022-09-27T15:38:47.5359282Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int16 2022-09-27T15:38:47.5817894Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int16 2022-09-27T15:38:47.5877269Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int32 2022-09-27T15:38:47.6230615Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int32 2022-09-27T15:38:47.6283707Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int64 2022-09-27T15:38:47.6713961Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int64 2022-09-27T15:38:47.6724744Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int8 2022-09-27T15:38:47.6988488Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int8 2022-09-27T15:38:47.7070315Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 2022-09-27T15:38:47.7179635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 2022-09-27T15:38:47.7202343Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_uint8 2022-09-27T15:38:47.7615966Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_uint8 2022-09-27T15:38:47.7655774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bfloat16 2022-09-27T15:38:47.8067031Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bfloat16 2022-09-27T15:38:47.8107651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bool 2022-09-27T15:38:47.8333398Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bool 2022-09-27T15:38:47.8344165Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int16 2022-09-27T15:38:47.8508695Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int32 2022-09-27T15:38:47.8568309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex128 2022-09-27T15:38:47.8583563Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex128 2022-09-27T15:38:47.8591777Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int8 2022-09-27T15:38:47.9023151Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_uint8 2022-09-27T15:38:47.9050165Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex32 2022-09-27T15:38:47.9320163Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex32 2022-09-27T15:38:47.9328708Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 2022-09-27T15:38:47.9425184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 2022-09-27T15:38:47.9473759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex64 2022-09-27T15:38:47.9932555Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex64 2022-09-27T15:38:47.9936188Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float16 2022-09-27T15:38:48.0309067Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float16 2022-09-27T15:38:48.0352283Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float32 2022-09-27T15:38:48.0561808Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float32 2022-09-27T15:38:48.0600403Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int32 2022-09-27T15:38:48.0750222Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int64 2022-09-27T15:38:48.0802060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float64 2022-09-27T15:38:48.1186292Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float64 2022-09-27T15:38:48.1219979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int16 2022-09-27T15:38:48.1628057Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int16 2022-09-27T15:38:48.1663300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int32 2022-09-27T15:38:48.1676076Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 2022-09-27T15:38:48.1678559Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int32 2022-09-27T15:38:48.2119253Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 2022-09-27T15:38:48.2119949Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int64 2022-09-27T15:38:48.2552347Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int64 2022-09-27T15:38:48.2557256Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int8 2022-09-27T15:38:48.2987110Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int8 2022-09-27T15:38:48.2992082Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_uint8 2022-09-27T15:38:48.3423644Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_uint8 2022-09-27T15:38:48.3761114Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_bfloat16 2022-09-27T15:38:48.3773833Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int64 2022-09-27T15:38:48.3786933Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int8 2022-09-27T15:38:48.3800552Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_uint8 2022-09-27T15:38:48.4127286Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bfloat16 2022-09-27T15:38:48.4131763Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 2022-09-27T15:38:48.8558930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 2022-09-27T15:38:48.8636098Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int8 2022-09-27T15:38:48.9521918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_uint8 2022-09-27T15:38:48.9552584Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 2022-09-27T15:38:49.0856812Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 2022-09-27T15:38:49.0874328Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_bfloat16 2022-09-27T15:38:49.3215068Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float32 2022-09-27T15:38:49.3240424Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_uint8 2022-09-27T15:38:49.5364083Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_bool 2022-09-27T15:38:49.5378284Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bfloat16 2022-09-27T15:38:49.6302567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bool 2022-09-27T15:38:49.6326168Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_bool 2022-09-27T15:38:49.8040572Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int16 2022-09-27T15:38:49.8065849Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float32 2022-09-27T15:38:50.0333408Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float64 2022-09-27T15:38:50.0364446Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 2022-09-27T15:38:50.0723338Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:38:50.0743092Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int16 2022-09-27T15:38:50.2003767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int32 2022-09-27T15:38:50.2025044Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bool 2022-09-27T15:38:50.6840420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex128 2022-09-27T15:38:50.6853058Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float64 2022-09-27T15:38:50.6861889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bfloat16 2022-09-27T15:38:50.6872460Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:38:50.6899793Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:38:50.6910424Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int32 2022-09-27T15:38:51.1329989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int64 2022-09-27T15:38:51.1350552Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int64 2022-09-27T15:38:51.3809172Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int8 2022-09-27T15:38:51.3821403Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bfloat16 2022-09-27T15:38:51.5839272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bool 2022-09-27T15:38:51.5860716Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int8 2022-09-27T15:38:51.5997574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_uint8 2022-09-27T15:38:51.6020995Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex128 2022-09-27T15:38:51.6765368Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex64 2022-09-27T15:38:51.6860177Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:38:52.0457503Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 2022-09-27T15:38:52.0466838Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_uint8 2022-09-27T15:38:52.0515470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_shapes_cpu_float32 2022-09-27T15:38:52.0875947Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_shapes_cpu_float32 2022-09-27T15:38:52.1020225Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bfloat16 2022-09-27T15:38:52.1306359Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bfloat16 2022-09-27T15:38:52.1719103Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bool 2022-09-27T15:38:52.1818614Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bool 2022-09-27T15:38:52.2418473Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:38:52.2430636Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:38:52.3069946Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:38:52.3110889Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bool 2022-09-27T15:38:52.3121091Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:38:52.3148884Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float32 2022-09-27T15:38:52.3292450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float16 2022-09-27T15:38:52.3478913Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float16 2022-09-27T15:38:52.3495523Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 2022-09-27T15:38:52.3623422Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 2022-09-27T15:38:52.3706840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float32 2022-09-27T15:38:52.4068992Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float32 2022-09-27T15:38:52.4154092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float64 2022-09-27T15:38:52.4205899Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float64 2022-09-27T15:38:52.4227641Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex64 2022-09-27T15:38:52.4613971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float16 2022-09-27T15:38:52.5083164Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int16 2022-09-27T15:38:52.5145434Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int16 2022-09-27T15:38:52.5686565Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int32 2022-09-27T15:38:52.5706585Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int32 2022-09-27T15:38:52.5909427Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int64 2022-09-27T15:38:52.6148185Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int64 2022-09-27T15:38:52.6216981Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int8 2022-09-27T15:38:52.6625748Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int8 2022-09-27T15:38:52.6658621Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_uint8 2022-09-27T15:38:52.7025953Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_uint8 2022-09-27T15:38:52.7034896Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float32 2022-09-27T15:38:52.7043705Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bfloat16 2022-09-27T15:38:52.7104844Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float64 2022-09-27T15:38:52.7519375Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bfloat16 2022-09-27T15:38:52.7532618Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bool 2022-09-27T15:38:52.8006592Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bool 2022-09-27T15:38:52.8007273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex128 2022-09-27T15:38:52.8437292Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex128 2022-09-27T15:38:52.8439972Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex64 2022-09-27T15:38:52.8847775Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex64 2022-09-27T15:38:52.8872014Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float16 2022-09-27T15:38:52.9304394Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float16 2022-09-27T15:38:52.9336813Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float32 2022-09-27T15:38:52.9367933Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float32 2022-09-27T15:38:52.9375602Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 2022-09-27T15:38:52.9747939Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 2022-09-27T15:38:52.9750978Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float64 2022-09-27T15:38:53.0144149Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float64 2022-09-27T15:38:53.0174006Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int16 2022-09-27T15:38:53.0615758Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int16 2022-09-27T15:38:53.0616752Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int32 2022-09-27T15:38:53.0992557Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int32 2022-09-27T15:38:53.1049044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int64 2022-09-27T15:38:53.1437718Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int64 2022-09-27T15:38:53.1487685Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int8 2022-09-27T15:38:53.1871613Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int8 2022-09-27T15:38:53.1927565Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_uint8 2022-09-27T15:38:53.2308286Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_uint8 2022-09-27T15:38:53.2316736Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float64 2022-09-27T15:38:53.2336805Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int16 2022-09-27T15:38:53.2475634Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bfloat16 2022-09-27T15:38:53.2874346Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bfloat16 2022-09-27T15:38:53.2951518Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bool 2022-09-27T15:38:53.3302951Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bool 2022-09-27T15:38:53.3421813Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex128 2022-09-27T15:38:53.3761744Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex128 2022-09-27T15:38:53.4076478Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex32 2022-09-27T15:38:53.4146613Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex32 2022-09-27T15:38:53.4373493Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex64 2022-09-27T15:38:53.4587107Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex64 2022-09-27T15:38:53.4804485Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float16 2022-09-27T15:38:53.4840270Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float16 2022-09-27T15:38:53.4852171Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 2022-09-27T15:38:53.5023981Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 2022-09-27T15:38:53.5161700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float32 2022-09-27T15:38:53.5463404Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float32 2022-09-27T15:38:53.5691276Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float64 2022-09-27T15:38:53.5906964Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float64 2022-09-27T15:38:53.5986329Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int16 2022-09-27T15:38:53.6347282Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int16 2022-09-27T15:38:53.6472823Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int32 2022-09-27T15:38:53.6714623Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int32 2022-09-27T15:38:53.6723360Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float16 2022-09-27T15:38:53.6820093Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float32 2022-09-27T15:38:53.6990059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int64 2022-09-27T15:38:53.7003329Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int16 2022-09-27T15:38:53.7017164Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int32 2022-09-27T15:38:53.7266309Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int64 2022-09-27T15:38:53.7367703Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int8 2022-09-27T15:38:53.7706755Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int8 2022-09-27T15:38:53.7807360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_uint8 2022-09-27T15:38:53.8145815Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_uint8 2022-09-27T15:38:54.2191520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_bfloat16 2022-09-27T15:38:54.2216976Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_bfloat16 2022-09-27T15:38:54.2239127Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int32 2022-09-27T15:38:54.2288324Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int64 2022-09-27T15:38:54.2325666Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float32 2022-09-27T15:38:54.2333570Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 2022-09-27T15:38:54.2886197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 2022-09-27T15:38:54.2911840Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float32 2022-09-27T15:38:54.5927939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float64 2022-09-27T15:38:54.5952789Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float32 2022-09-27T15:38:54.8929374Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float64 2022-09-27T15:38:54.8955808Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float64 2022-09-27T15:38:54.9679651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int16 2022-09-27T15:38:54.9842834Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int64 2022-09-27T15:38:55.0379563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int8 2022-09-27T15:38:55.0404683Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 2022-09-27T15:38:55.1155479Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 2022-09-27T15:38:55.1216263Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int16 2022-09-27T15:38:55.2707238Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int32 2022-09-27T15:38:55.2729699Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float64 2022-09-27T15:38:55.3034768Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int16 2022-09-27T15:38:55.3054400Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int32 2022-09-27T15:38:55.4340539Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int64 2022-09-27T15:38:55.4359089Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int8 2022-09-27T15:38:55.6188100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_uint8 2022-09-27T15:38:55.6201043Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int64 2022-09-27T15:38:55.7238419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int8 2022-09-27T15:38:55.7254047Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int8 2022-09-27T15:38:55.8799215Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_uint8 2022-09-27T15:38:55.8822528Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_uint8 2022-09-27T15:38:55.9134368Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bfloat16 2022-09-27T15:38:55.9278193Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bfloat16 2022-09-27T15:38:55.9287096Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int16 2022-09-27T15:38:55.9300670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bool 2022-09-27T15:38:55.9527554Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int32 2022-09-27T15:38:55.9752194Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bool 2022-09-27T15:38:56.0045751Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex128 2022-09-27T15:38:56.0241931Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex128 2022-09-27T15:38:56.0242448Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int64 2022-09-27T15:38:56.0673631Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int64 2022-09-27T15:38:56.0682259Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int8 2022-09-27T15:38:56.1117364Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int8 2022-09-27T15:38:56.1126373Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_uint8 2022-09-27T15:38:56.1561353Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_uint8 2022-09-27T15:38:56.1561871Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bfloat16 2022-09-27T15:38:56.1874017Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bfloat16 2022-09-27T15:38:56.1899623Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 2022-09-27T15:38:56.1968970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:38:56.1978844Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_uint8 2022-09-27T15:38:56.1985715Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_bfloat16 2022-09-27T15:38:56.2023341Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bool 2022-09-27T15:38:56.2427652Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bool 2022-09-27T15:38:56.2488366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex128 2022-09-27T15:38:56.2868438Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex128 2022-09-27T15:38:56.2922772Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex32 2022-09-27T15:38:56.3304436Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex32 2022-09-27T15:38:56.3358701Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex64 2022-09-27T15:38:56.3800159Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex64 2022-09-27T15:38:56.3813763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float16 2022-09-27T15:38:56.4147660Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float16 2022-09-27T15:38:56.4156688Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int32 2022-09-27T15:38:56.4184278Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int64 2022-09-27T15:38:56.4242412Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float32 2022-09-27T15:38:56.4679146Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float32 2022-09-27T15:38:56.4680412Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float64 2022-09-27T15:38:56.5082716Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float64 2022-09-27T15:38:56.5115829Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int16 2022-09-27T15:38:56.5571005Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int16 2022-09-27T15:38:56.5578571Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int32 2022-09-27T15:38:56.6017871Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int32 2022-09-27T15:38:56.6051637Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int64 2022-09-27T15:38:56.6425816Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int64 2022-09-27T15:38:56.6465378Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int8 2022-09-27T15:38:56.6868784Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int8 2022-09-27T15:38:56.6912417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_uint8 2022-09-27T15:38:56.7307185Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_uint8 2022-09-27T15:38:56.8030464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bfloat16 2022-09-27T15:38:56.8043945Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bfloat16 2022-09-27T15:38:56.8454392Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bool 2022-09-27T15:38:56.8465285Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bool 2022-09-27T15:38:56.8621353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex128 2022-09-27T15:38:56.8640823Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:38:56.8683911Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:38:56.8693847Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int64 2022-09-27T15:38:56.8777434Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int8 2022-09-27T15:38:56.8908668Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex128 2022-09-27T15:38:56.8934228Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex32 2022-09-27T15:38:56.8942999Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_bfloat16 2022-09-27T15:38:56.9106476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float16 2022-09-27T15:38:56.9471357Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex32 2022-09-27T15:38:56.9627628Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex64 2022-09-27T15:38:56.9904977Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex64 2022-09-27T15:38:57.0081917Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float16 2022-09-27T15:38:57.0344854Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float16 2022-09-27T15:38:57.1116293Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float32 2022-09-27T15:38:57.1252705Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float32 2022-09-27T15:38:57.1470734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float64 2022-09-27T15:38:57.1690492Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float64 2022-09-27T15:38:57.1802953Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int16 2022-09-27T15:38:57.2143612Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int16 2022-09-27T15:38:57.2571644Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int32 2022-09-27T15:38:57.2613307Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int32 2022-09-27T15:38:57.2622498Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int8 2022-09-27T15:38:57.2631325Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_uint8 2022-09-27T15:38:57.3058575Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int64 2022-09-27T15:38:57.3140023Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int64 2022-09-27T15:38:57.3555552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int8 2022-09-27T15:38:57.3568281Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int8 2022-09-27T15:38:57.3771928Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_uint8 2022-09-27T15:38:57.4024791Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_uint8 2022-09-27T15:38:57.4056308Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bfloat16 2022-09-27T15:38:57.4504725Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bfloat16 2022-09-27T15:38:57.4532397Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bool 2022-09-27T15:38:57.4950659Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bool 2022-09-27T15:38:57.4985868Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex128 2022-09-27T15:38:57.5389228Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex128 2022-09-27T15:38:57.5417969Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex32 2022-09-27T15:38:57.5825277Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex32 2022-09-27T15:38:57.5858181Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex64 2022-09-27T15:38:57.6307944Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex64 2022-09-27T15:38:57.6315338Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float16 2022-09-27T15:38:57.6552682Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float16 2022-09-27T15:38:57.6562839Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float16 2022-09-27T15:38:57.6703529Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float32 2022-09-27T15:38:57.6733313Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float32 2022-09-27T15:38:57.7189812Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float32 2022-09-27T15:38:57.7225459Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float64 2022-09-27T15:38:57.7630567Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float64 2022-09-27T15:38:57.7665210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int16 2022-09-27T15:38:57.7887153Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int16 2022-09-27T15:38:57.7897383Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_uint8 2022-09-27T15:38:57.8143325Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_bfloat16 2022-09-27T15:38:57.8154501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int32 2022-09-27T15:38:57.8508182Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int32 2022-09-27T15:38:57.8547141Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int64 2022-09-27T15:38:57.8700765Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int64 2022-09-27T15:38:57.8711629Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:38:57.8967754Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 2022-09-27T15:38:57.9015834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int8 2022-09-27T15:38:57.9428043Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int8 2022-09-27T15:38:57.9436421Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_uint8 2022-09-27T15:38:57.9840765Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_uint8 2022-09-27T15:38:57.9983124Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_bfloat16 2022-09-27T15:38:58.0270819Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_bfloat16 2022-09-27T15:38:58.0415588Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float16 2022-09-27T15:38:58.0656470Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float16 2022-09-27T15:38:58.0663684Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float32 2022-09-27T15:38:58.0744955Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float64 2022-09-27T15:38:58.0844573Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:38:58.1188762Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:38:58.1313092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:38:58.1630389Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:38:58.1670357Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_complex64 2022-09-27T15:38:58.2068203Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_complex64 2022-09-27T15:38:58.2103281Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_float32 2022-09-27T15:38:58.2511537Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_float32 2022-09-27T15:38:58.2551181Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_complex64 2022-09-27T15:38:58.2798221Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_complex64 2022-09-27T15:38:58.2806507Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 2022-09-27T15:38:58.2947151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 2022-09-27T15:38:58.2977834Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_float32 2022-09-27T15:38:58.3389203Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_float32 2022-09-27T15:38:58.3917603Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_complex64 2022-09-27T15:38:58.3989900Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_complex64 2022-09-27T15:38:58.4210768Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_float32 2022-09-27T15:38:58.4494512Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_float32 2022-09-27T15:38:58.4662697Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_complex64 2022-09-27T15:38:58.4803202Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_complex64 2022-09-27T15:38:58.4944597Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_bfloat16 2022-09-27T15:38:58.5015935Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex128 2022-09-27T15:38:58.5016690Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_float32 2022-09-27T15:38:58.5351234Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_float32 2022-09-27T15:38:58.5594331Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_complex64 2022-09-27T15:38:58.5787677Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_complex64 2022-09-27T15:38:58.5890877Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_float32 2022-09-27T15:38:58.6238723Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_float32 2022-09-27T15:38:58.6939422Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_complex64 2022-09-27T15:38:58.6956480Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 2022-09-27T15:38:58.6970958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 2022-09-27T15:38:58.7001566Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_complex64 2022-09-27T15:38:58.7261473Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_float32 2022-09-27T15:38:58.7429520Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_float32 2022-09-27T15:38:58.7444263Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmod___cpu_float32 2022-09-27T15:38:58.7455069Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float64 2022-09-27T15:38:58.7556355Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_bfloat16 2022-09-27T15:38:58.7867279Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmod___cpu_float32 2022-09-27T15:38:58.8136183Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_complex64 2022-09-27T15:38:58.8348154Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_complex64 2022-09-27T15:38:58.8449605Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_float32 2022-09-27T15:38:58.8828431Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_float32 2022-09-27T15:38:58.9133867Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_complex64 2022-09-27T15:38:58.9264792Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_complex64 2022-09-27T15:38:58.9431297Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_float32 2022-09-27T15:38:58.9708799Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_float32 2022-09-27T15:38:58.9946221Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_complex64 2022-09-27T15:38:59.0147617Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_complex64 2022-09-27T15:38:59.0253805Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_float32 2022-09-27T15:38:59.0587883Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_float32 2022-09-27T15:38:59.0880061Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_amax_cpu_float32 2022-09-27T15:38:59.1066132Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_amax_cpu_float32 2022-09-27T15:38:59.1324099Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_amin_cpu_float32 2022-09-27T15:38:59.1506258Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_amin_cpu_float32 2022-09-27T15:38:59.1517432Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 2022-09-27T15:38:59.1524907Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_argmax_cpu_float32 2022-09-27T15:38:59.1652080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 2022-09-27T15:38:59.1948017Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_argmax_cpu_float32 2022-09-27T15:38:59.2006521Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_argmin_cpu_float32 2022-09-27T15:38:59.2022851Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex128 2022-09-27T15:38:59.2127491Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex64 2022-09-27T15:38:59.2428848Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_argmin_cpu_float32 2022-09-27T15:38:59.2596594Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumprod_cpu_complex64 2022-09-27T15:38:59.2868734Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumprod_cpu_complex64 2022-09-27T15:38:59.2945665Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumprod_cpu_float32 2022-09-27T15:38:59.3310088Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumprod_cpu_float32 2022-09-27T15:38:59.3360505Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumsum_cpu_complex64 2022-09-27T15:38:59.3370137Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_bfloat16 2022-09-27T15:38:59.3466128Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float16 2022-09-27T15:38:59.3747073Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumsum_cpu_complex64 2022-09-27T15:38:59.3833647Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumsum_cpu_float32 2022-09-27T15:38:59.4187383Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumsum_cpu_float32 2022-09-27T15:38:59.4302607Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_log_softmax_cpu_float32 2022-09-27T15:38:59.4628262Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_log_softmax_cpu_float32 2022-09-27T15:38:59.4771001Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_logaddexp_cpu_float32 2022-09-27T15:38:59.5127069Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_logaddexp_cpu_float32 2022-09-27T15:38:59.5508213Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_logsumexp_cpu_float32 2022-09-27T15:38:59.5519127Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 2022-09-27T15:38:59.5569731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 2022-09-27T15:38:59.5581356Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_logsumexp_cpu_float32 2022-09-27T15:38:59.6623073Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_mean_cpu_complex64 2022-09-27T15:38:59.6636495Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_mean_cpu_complex64 2022-09-27T15:38:59.6933896Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_mean_cpu_float32 2022-09-27T15:38:59.7066758Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_mean_cpu_float32 2022-09-27T15:38:59.7162698Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_median_cpu_float32 2022-09-27T15:38:59.7669612Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_median_cpu_float32 2022-09-27T15:38:59.8838166Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_norm_cpu_float32 2022-09-27T15:38:59.8856969Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex64 2022-09-27T15:38:59.8887309Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float32 2022-09-27T15:38:59.8900346Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_norm_cpu_float32 2022-09-27T15:38:59.9199374Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_normalize_cpu_complex64 2022-09-27T15:38:59.9207213Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 2022-09-27T15:38:59.9272318Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_bool 2022-09-27T15:38:59.9343250Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_normalize_cpu_complex64 2022-09-27T15:38:59.9564773Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_normalize_cpu_float32 2022-09-27T15:38:59.9788624Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_normalize_cpu_float32 2022-09-27T15:39:00.0627250Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_prod_cpu_complex64 2022-09-27T15:39:00.0655338Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_prod_cpu_complex64 2022-09-27T15:39:00.1073101Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_prod_cpu_float32 2022-09-27T15:39:00.1085142Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_prod_cpu_float32 2022-09-27T15:39:00.1162532Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_softmax_cpu_float32 2022-09-27T15:39:00.1514969Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_softmax_cpu_float32 2022-09-27T15:39:00.1617548Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_softmin_cpu_float32 2022-09-27T15:39:00.1945754Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_softmin_cpu_float32 2022-09-27T15:39:00.2277954Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_std_cpu_complex64 2022-09-27T15:39:00.2286640Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_bool 2022-09-27T15:39:00.2368133Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float32 2022-09-27T15:39:00.2380182Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float16 2022-09-27T15:39:00.3520259Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float32 2022-09-27T15:39:00.3539620Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_std_cpu_complex64 2022-09-27T15:39:00.4325544Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_std_cpu_float32 2022-09-27T15:39:00.4337039Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_std_cpu_float32 2022-09-27T15:39:00.4675690Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_sum_cpu_complex64 2022-09-27T15:39:00.4746968Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_sum_cpu_complex64 2022-09-27T15:39:00.5092576Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_sum_cpu_float32 2022-09-27T15:39:00.5226572Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_sum_cpu_float32 2022-09-27T15:39:00.5738229Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_var_cpu_complex64 2022-09-27T15:39:00.5856645Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float32 2022-09-27T15:39:00.6268382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float64 2022-09-27T15:39:00.6280355Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float32 2022-09-27T15:39:00.6702123Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float64 2022-09-27T15:39:00.6709605Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float32 2022-09-27T15:39:00.6800837Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float64 2022-09-27T15:39:00.6812587Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_var_cpu_complex64 2022-09-27T15:39:00.7591424Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_var_cpu_float32 2022-09-27T15:39:00.7609041Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_var_cpu_float32 2022-09-27T15:39:00.7698158Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_complex64 2022-09-27T15:39:00.8030051Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_complex64 2022-09-27T15:39:00.8104593Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_float32 2022-09-27T15:39:00.8464981Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_float32 2022-09-27T15:39:00.8667242Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_complex64 2022-09-27T15:39:00.8904221Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_complex64 2022-09-27T15:39:00.9018175Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_float32 2022-09-27T15:39:00.9347563Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_float32 2022-09-27T15:39:00.9519094Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_complex64 2022-09-27T15:39:00.9788678Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_complex64 2022-09-27T15:39:00.9880947Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_float32 2022-09-27T15:39:01.0264884Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_float32 2022-09-27T15:39:01.0826066Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_complex64 2022-09-27T15:39:01.0834636Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float64 2022-09-27T15:39:01.1797279Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex128 2022-09-27T15:39:01.1806960Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_complex64 2022-09-27T15:39:01.2520193Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_float32 2022-09-27T15:39:01.2530116Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_float32 2022-09-27T15:39:01.2546874Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_complex64 2022-09-27T15:39:01.2707828Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_complex64 2022-09-27T15:39:01.2721294Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float64 2022-09-27T15:39:01.2947310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int16 2022-09-27T15:39:01.2987460Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_float32 2022-09-27T15:39:01.3428608Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_float32 2022-09-27T15:39:01.3665556Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_complex64 2022-09-27T15:39:01.3673708Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex128 2022-09-27T15:39:01.3795296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex32 2022-09-27T15:39:01.3863030Z [gw0] [ 66%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_complex64 2022-09-27T15:39:01.4147111Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_float32 2022-09-27T15:39:01.4345597Z [gw0] [ 66%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_float32 2022-09-27T15:39:01.4715474Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_complex64 2022-09-27T15:39:01.4784024Z [gw0] [ 66%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_complex64 2022-09-27T15:39:01.5061248Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_float32 2022-09-27T15:39:01.5224126Z [gw0] [ 66%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_float32 2022-09-27T15:39:01.5659263Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_complex64 2022-09-27T15:39:01.5673881Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_complex64 2022-09-27T15:39:01.5864592Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_float32 2022-09-27T15:39:01.6105491Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_float32 2022-09-27T15:39:01.6515336Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_complex64 2022-09-27T15:39:01.6526597Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex32 2022-09-27T15:39:01.6542823Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex64 2022-09-27T15:39:01.6559816Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_complex64 2022-09-27T15:39:01.6822919Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_float32 2022-09-27T15:39:01.6988242Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_float32 2022-09-27T15:39:02.0259883Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_complex64 2022-09-27T15:39:02.0287113Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float64 2022-09-27T15:39:02.0298853Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_complex64 2022-09-27T15:39:02.0310670Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex64 2022-09-27T15:39:02.0313925Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int16 2022-09-27T15:39:02.0316700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bfloat16 2022-09-27T15:39:02.0319632Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int16 2022-09-27T15:39:02.0320132Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_float32 2022-09-27T15:39:02.0343632Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int32 2022-09-27T15:39:02.0351260Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bfloat16 2022-09-27T15:39:02.0380291Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bool 2022-09-27T15:39:02.0670739Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bool 2022-09-27T15:39:02.0683794Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_float32 2022-09-27T15:39:02.0705781Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_complex64 2022-09-27T15:39:02.0783636Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_complex64 2022-09-27T15:39:02.0863888Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex128 2022-09-27T15:39:02.1111527Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex128 2022-09-27T15:39:02.1137070Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_float32 2022-09-27T15:39:02.1226224Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_float32 2022-09-27T15:39:02.1319126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex32 2022-09-27T15:39:02.1546053Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex32 2022-09-27T15:39:02.1609884Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_complex64 2022-09-27T15:39:02.1662981Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_complex64 2022-09-27T15:39:02.1716956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex64 2022-09-27T15:39:02.1986010Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex64 2022-09-27T15:39:02.2045130Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_float32 2022-09-27T15:39:02.2145139Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_float32 2022-09-27T15:39:02.2220951Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float16 2022-09-27T15:39:02.2430677Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float16 2022-09-27T15:39:02.2587155Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_complex64 2022-09-27T15:39:02.2620451Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float32 2022-09-27T15:39:02.2670089Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_complex64 2022-09-27T15:39:02.2864775Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float32 2022-09-27T15:39:02.2977640Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_float32 2022-09-27T15:39:02.3064200Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_float32 2022-09-27T15:39:02.3138214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float64 2022-09-27T15:39:02.3151409Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float64 2022-09-27T15:39:02.3160362Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int16 2022-09-27T15:39:02.3304779Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int32 2022-09-27T15:39:02.3505014Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_amax_cpu_float32 2022-09-27T15:39:02.3609860Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_amax_cpu_float32 2022-09-27T15:39:02.3612209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int16 2022-09-27T15:39:02.3787128Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int16 2022-09-27T15:39:02.3953681Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_amin_cpu_float32 2022-09-27T15:39:02.3989301Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_amin_cpu_float32 2022-09-27T15:39:02.4038101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int32 2022-09-27T15:39:02.4224363Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int32 2022-09-27T15:39:02.4302808Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_aminmax_cpu_float32 2022-09-27T15:39:02.4423255Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_aminmax_cpu_float32 2022-09-27T15:39:02.4469807Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int64 2022-09-27T15:39:02.4663144Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int64 2022-09-27T15:39:02.4707526Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_complex64 2022-09-27T15:39:02.4863775Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_complex64 2022-09-27T15:39:02.4914430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int8 2022-09-27T15:39:02.5105279Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int8 2022-09-27T15:39:02.5143395Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_float32 2022-09-27T15:39:02.5309037Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_float32 2022-09-27T15:39:02.5372087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_uint8 2022-09-27T15:39:02.5545150Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_uint8 2022-09-27T15:39:02.5638591Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_complex64 2022-09-27T15:39:02.5744201Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_complex64 2022-09-27T15:39:02.5787442Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bfloat16 2022-09-27T15:39:02.5874153Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bfloat16 2022-09-27T15:39:02.5881382Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int32 2022-09-27T15:39:02.5982812Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int64 2022-09-27T15:39:02.6017122Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_float32 2022-09-27T15:39:02.6078657Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_float32 2022-09-27T15:39:02.6087002Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int32 2022-09-27T15:39:02.6181948Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int64 2022-09-27T15:39:02.6208038Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bool 2022-09-27T15:39:02.6422558Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bool 2022-09-27T15:39:02.6446160Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_arange_cpu_float32 2022-09-27T15:39:02.6623984Z [gw0] [ 66%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_arange_cpu_float32 2022-09-27T15:39:02.6670097Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex128 2022-09-27T15:39:02.6904136Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex128 2022-09-27T15:39:02.6965351Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmax_cpu_float32 2022-09-27T15:39:02.7068085Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmax_cpu_float32 2022-09-27T15:39:02.7123350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex64 2022-09-27T15:39:02.7345861Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex64 2022-09-27T15:39:02.7390931Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmin_cpu_float32 2022-09-27T15:39:02.7508836Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmin_cpu_float32 2022-09-27T15:39:02.7548262Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float16 2022-09-27T15:39:02.7828674Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float16 2022-09-27T15:39:02.7933786Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argsort_cpu_float32 2022-09-27T15:39:02.7986262Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_argsort_cpu_float32 2022-09-27T15:39:02.8026059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float32 2022-09-27T15:39:02.8272290Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float32 2022-09-27T15:39:02.8452412Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_complex64 2022-09-27T15:39:02.8470107Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_complex64 2022-09-27T15:39:02.8511576Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float64 2022-09-27T15:39:02.8702496Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float64 2022-09-27T15:39:02.8736122Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_float32 2022-09-27T15:39:02.8904801Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_float32 2022-09-27T15:39:02.8941619Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int16 2022-09-27T15:39:02.9056428Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int16 2022-09-27T15:39:02.9062950Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int64 2022-09-27T15:39:02.9142891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int8 2022-09-27T15:39:02.9160779Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_complex64 2022-09-27T15:39:02.9343446Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_complex64 2022-09-27T15:39:02.9370614Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int32 2022-09-27T15:39:02.9582964Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int32 2022-09-27T15:39:02.9597841Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_float32 2022-09-27T15:39:02.9783280Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_float32 2022-09-27T15:39:02.9815812Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int64 2022-09-27T15:39:03.0027699Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int64 2022-09-27T15:39:03.0047639Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_complex64 2022-09-27T15:39:03.0224858Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_complex64 2022-09-27T15:39:03.0259333Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int8 2022-09-27T15:39:03.0464034Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int8 2022-09-27T15:39:03.0481926Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_float32 2022-09-27T15:39:03.0663771Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_float32 2022-09-27T15:39:03.0693423Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_uint8 2022-09-27T15:39:03.0944105Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_uint8 2022-09-27T15:39:03.1045451Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_complex64 2022-09-27T15:39:03.1106638Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_complex64 2022-09-27T15:39:03.1145894Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bfloat16 2022-09-27T15:39:03.1385350Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bfloat16 2022-09-27T15:39:03.1448501Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_float32 2022-09-27T15:39:03.1543559Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_float32 2022-09-27T15:39:03.1576990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bool 2022-09-27T15:39:03.1794069Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bool 2022-09-27T15:39:03.1801331Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int8 2022-09-27T15:39:03.1823550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_uint8 2022-09-27T15:39:03.1898721Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_complex64 2022-09-27T15:39:03.1906737Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int64 2022-09-27T15:39:03.1913505Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_complex64 2022-09-27T15:39:03.1983183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int8 2022-09-27T15:39:03.2018050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex128 2022-09-27T15:39:03.2303787Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex128 2022-09-27T15:39:03.2359387Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_float32 2022-09-27T15:39:03.2423881Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_float32 2022-09-27T15:39:03.2467452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex64 2022-09-27T15:39:03.2743870Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex64 2022-09-27T15:39:03.2904435Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan2_cpu_float32 2022-09-27T15:39:03.2956742Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float16 2022-09-27T15:39:03.3344147Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float16 2022-09-27T15:39:03.3386967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float32 2022-09-27T15:39:03.3415302Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float32 2022-09-27T15:39:03.3427340Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan2_cpu_float32 2022-09-27T15:39:03.3548883Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_complex64 2022-09-27T15:39:03.3825792Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_complex64 2022-09-27T15:39:03.3864349Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float64 2022-09-27T15:39:03.3880371Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_float32 2022-09-27T15:39:03.3948008Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float64 2022-09-27T15:39:03.4013854Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_float32 2022-09-27T15:39:03.4023114Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int8 2022-09-27T15:39:03.4307770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_uint8 2022-09-27T15:39:03.4308739Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_complex64 2022-09-27T15:39:03.4358258Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int16 2022-09-27T15:39:03.4430778Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int16 2022-09-27T15:39:03.4748902Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_complex64 2022-09-27T15:39:03.4753171Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_float32 2022-09-27T15:39:03.4812933Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int32 2022-09-27T15:39:03.4822819Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int32 2022-09-27T15:39:03.5185872Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_float32 2022-09-27T15:39:03.5229059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int64 2022-09-27T15:39:03.5235478Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int64 2022-09-27T15:39:03.5288426Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_complex64 2022-09-27T15:39:03.5624877Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_complex64 2022-09-27T15:39:03.5668249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int8 2022-09-27T15:39:03.5690187Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_float32 2022-09-27T15:39:03.5717433Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int8 2022-09-27T15:39:03.5739022Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_float32 2022-09-27T15:39:03.5747148Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_uint8 2022-09-27T15:39:03.6063653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bfloat16 2022-09-27T15:39:03.6105056Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_uint8 2022-09-27T15:39:03.6114590Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_uint8 2022-09-27T15:39:03.6182531Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_complex64 2022-09-27T15:39:03.6487732Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_complex64 2022-09-27T15:39:03.6495330Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bfloat16 2022-09-27T15:39:03.6504079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bool 2022-09-27T15:39:03.6542912Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bfloat16 2022-09-27T15:39:03.6551595Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_float32 2022-09-27T15:39:03.6578923Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bfloat16 2022-09-27T15:39:03.6661665Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_float32 2022-09-27T15:39:03.6670328Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_uint8 2022-09-27T15:39:03.6741309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bfloat16 2022-09-27T15:39:03.6907710Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bool 2022-09-27T15:39:03.6945275Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float32 2022-09-27T15:39:03.6975234Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bool 2022-09-27T15:39:03.6987672Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bool 2022-09-27T15:39:03.7043482Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_complex64 2022-09-27T15:39:03.7428528Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_complex64 2022-09-27T15:39:03.7486296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex128 2022-09-27T15:39:03.7493821Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_float32 2022-09-27T15:39:03.7499942Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex128 2022-09-27T15:39:03.7654641Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_float32 2022-09-27T15:39:03.7662694Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bfloat16 2022-09-27T15:39:03.7902192Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bool 2022-09-27T15:39:03.7904080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex32 2022-09-27T15:39:03.7936224Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_complex64 2022-09-27T15:39:03.8322639Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex32 2022-09-27T15:39:03.8384787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex64 2022-09-27T15:39:03.8591439Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex64 2022-09-27T15:39:03.8597864Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float32 2022-09-27T15:39:03.8832277Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float64 2022-09-27T15:39:03.8833760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float16 2022-09-27T15:39:03.9312913Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float16 2022-09-27T15:39:03.9316089Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float32 2022-09-27T15:39:03.9706597Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float32 2022-09-27T15:39:03.9744159Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float64 2022-09-27T15:39:04.0046930Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float64 2022-09-27T15:39:04.0054967Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bool 2022-09-27T15:39:04.0144013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex128 2022-09-27T15:39:04.0182627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int16 2022-09-27T15:39:04.0395564Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int16 2022-09-27T15:39:04.0404109Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float64 2022-09-27T15:39:04.0632653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int16 2022-09-27T15:39:04.0633152Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int32 2022-09-27T15:39:04.0701187Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int32 2022-09-27T15:39:04.0749009Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int16 2022-09-27T15:39:04.0771251Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_complex64 2022-09-27T15:39:04.0832475Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_float32 2022-09-27T15:39:04.1094460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int32 2022-09-27T15:39:04.1113976Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int64 2022-09-27T15:39:04.1163910Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int64 2022-09-27T15:39:04.1245587Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int32 2022-09-27T15:39:04.1256957Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_float32 2022-09-27T15:39:04.1263393Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bernoulli_cpu_float32 2022-09-27T15:39:04.1430048Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int64 2022-09-27T15:39:04.1504664Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bernoulli_cpu_float32 2022-09-27T15:39:04.1533547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int8 2022-09-27T15:39:04.1564285Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int8 2022-09-27T15:39:04.1665497Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int64 2022-09-27T15:39:04.1747996Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_complex64 2022-09-27T15:39:04.1754994Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_complex64 2022-09-27T15:39:04.1950342Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int8 2022-09-27T15:39:04.2005130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_uint8 2022-09-27T15:39:04.2029450Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_uint8 2022-09-27T15:39:04.2105487Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int8 2022-09-27T15:39:04.2163567Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_float32 2022-09-27T15:39:04.2182889Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_float32 2022-09-27T15:39:04.2386056Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_uint8 2022-09-27T15:39:04.2446535Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bfloat16 2022-09-27T15:39:04.2548908Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_uint8 2022-09-27T15:39:04.2669053Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_complex64 2022-09-27T15:39:04.2699258Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bfloat16 2022-09-27T15:39:04.2991791Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_complex64 2022-09-27T15:39:04.3046629Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_float32 2022-09-27T15:39:04.3162631Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_float32 2022-09-27T15:39:04.3171822Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex128 2022-09-27T15:39:04.3427218Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex64 2022-09-27T15:39:04.3520245Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_complex64 2022-09-27T15:39:04.3940306Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_complex64 2022-09-27T15:39:04.4389205Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_float32 2022-09-27T15:39:04.4415259Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_float32 2022-09-27T15:39:04.4474287Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_complex64 2022-09-27T15:39:04.4873059Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_complex64 2022-09-27T15:39:04.4877268Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_float32 2022-09-27T15:39:04.5298894Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_float32 2022-09-27T15:39:04.5305447Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_shapes_cpu_float32 2022-09-27T15:39:04.5753752Z [gw0] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_shapes_cpu_float32 2022-09-27T15:39:04.5755000Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_complex64 2022-09-27T15:39:04.6165995Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_complex64 2022-09-27T15:39:04.6199610Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_float32 2022-09-27T15:39:04.6664322Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_float32 2022-09-27T15:39:04.6740980Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_complex64 2022-09-27T15:39:04.7103868Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_complex64 2022-09-27T15:39:04.7144522Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_float32 2022-09-27T15:39:04.7235374Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_float32 2022-09-27T15:39:04.7273734Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex64 2022-09-27T15:39:04.7489757Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float32 2022-09-27T15:39:04.7539087Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bucketize_cpu_float32 2022-09-27T15:39:04.7907109Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bucketize_cpu_float32 2022-09-27T15:39:04.7966098Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_complex64 2022-09-27T15:39:04.8384802Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_complex64 2022-09-27T15:39:04.8394748Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_float32 2022-09-27T15:39:04.8787611Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_float32 2022-09-27T15:39:04.8832232Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_complex64 2022-09-27T15:39:04.9272741Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_complex64 2022-09-27T15:39:04.9276590Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_float32 2022-09-27T15:39:04.9477407Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_float32 2022-09-27T15:39:04.9481963Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float32 2022-09-27T15:39:04.9677515Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float64 2022-09-27T15:39:04.9933324Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_complex64 2022-09-27T15:39:05.0147391Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_complex64 2022-09-27T15:39:05.0284274Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_float32 2022-09-27T15:39:05.0663362Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_float32 2022-09-27T15:39:05.0927311Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cdist_cpu_float32 2022-09-27T15:39:05.1063120Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float64 2022-09-27T15:39:05.2325763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int16 2022-09-27T15:39:05.2341505Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bfloat16 2022-09-27T15:39:05.2398622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bool 2022-09-27T15:39:05.2411364Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cdist_cpu_float32 2022-09-27T15:39:05.2470146Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ceil_cpu_float32 2022-09-27T15:39:05.2658712Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ceil_cpu_float32 2022-09-27T15:39:05.2667565Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int16 2022-09-27T15:39:05.2824648Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int32 2022-09-27T15:39:05.2957707Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_complex64 2022-09-27T15:39:05.3280966Z [gw0] [ 67%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_complex64 2022-09-27T15:39:05.3378627Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_float32 2022-09-27T15:39:05.3711823Z [gw0] [ 67%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_float32 2022-09-27T15:39:05.3757275Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_complex64 2022-09-27T15:39:05.4148375Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_complex64 2022-09-27T15:39:05.4186029Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_float32 2022-09-27T15:39:05.4218490Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_float32 2022-09-27T15:39:05.4227776Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bfloat16 2022-09-27T15:39:05.4456483Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bool 2022-09-27T15:39:05.4462962Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int32 2022-09-27T15:39:05.4585180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int64 2022-09-27T15:39:05.5709122Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_complex64 2022-09-27T15:39:05.5731346Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_complex64 2022-09-27T15:39:05.6066859Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_float32 2022-09-27T15:39:05.6143540Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_float32 2022-09-27T15:39:05.7542795Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_complex64 2022-09-27T15:39:05.7553855Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int64 2022-09-27T15:39:05.7664054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int8 2022-09-27T15:39:05.7682016Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_complex64 2022-09-27T15:39:05.7841430Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_float32 2022-09-27T15:39:05.7897141Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bool 2022-09-27T15:39:05.8007996Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float16 2022-09-27T15:39:05.8103743Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_float32 2022-09-27T15:39:05.8643366Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_complex64 2022-09-27T15:39:05.8670127Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_complex64 2022-09-27T15:39:05.8920068Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_float32 2022-09-27T15:39:05.8936260Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int8 2022-09-27T15:39:05.9038419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_uint8 2022-09-27T15:39:05.9101940Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_float32 2022-09-27T15:39:05.9193730Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_complex64 2022-09-27T15:39:05.9546868Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_complex64 2022-09-27T15:39:05.9595908Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_float32 2022-09-27T15:39:06.0063508Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_float32 2022-09-27T15:39:06.0195598Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_cpu_float32 2022-09-27T15:39:06.0370448Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_cpu_float32 2022-09-27T15:39:06.0383498Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_uint8 2022-09-27T15:39:06.0541054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bfloat16 2022-09-27T15:39:06.0796053Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_max_cpu_float32 2022-09-27T15:39:06.0867596Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_max_cpu_float32 2022-09-27T15:39:06.1199174Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_min_cpu_float32 2022-09-27T15:39:06.1341027Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_min_cpu_float32 2022-09-27T15:39:06.1360088Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_complex64 2022-09-27T15:39:06.1747815Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_complex64 2022-09-27T15:39:06.1795616Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_float32 2022-09-27T15:39:06.2110611Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_float32 2022-09-27T15:39:06.2123951Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bfloat16 2022-09-27T15:39:06.2187749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bool 2022-09-27T15:39:06.2235488Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_complex64 2022-09-27T15:39:06.2626710Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_complex64 2022-09-27T15:39:06.2668371Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_float32 2022-09-27T15:39:06.3066586Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_float32 2022-09-27T15:39:06.3272537Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_complex64 2022-09-27T15:39:06.3503800Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_complex64 2022-09-27T15:39:06.3584222Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_float32 2022-09-27T15:39:06.3948044Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_float32 2022-09-27T15:39:06.3997699Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_complex_cpu_float32 2022-09-27T15:39:06.4160339Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_complex_cpu_float32 2022-09-27T15:39:06.4174142Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bool 2022-09-27T15:39:06.4375595Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex128 2022-09-27T15:39:06.4398397Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bool 2022-09-27T15:39:06.4399709Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex128 2022-09-27T15:39:06.4451009Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_complex64 2022-09-27T15:39:06.4831337Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_complex64 2022-09-27T15:39:06.4899977Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_float32 2022-09-27T15:39:06.5268068Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_float32 2022-09-27T15:39:06.5425822Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_complex64 2022-09-27T15:39:06.5709565Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_complex64 2022-09-27T15:39:06.5769868Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_float32 2022-09-27T15:39:06.6189065Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_float32 2022-09-27T15:39:06.6658279Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_complex64 2022-09-27T15:39:06.6670998Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_complex64 2022-09-27T15:39:06.6789724Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_float32 2022-09-27T15:39:06.7109158Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_float32 2022-09-27T15:39:06.7193749Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_complex64 2022-09-27T15:39:06.7365585Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_complex64 2022-09-27T15:39:06.7380222Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex128 2022-09-27T15:39:06.7550485Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex64 2022-09-27T15:39:06.7597243Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_float32 2022-09-27T15:39:06.8064111Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_float32 2022-09-27T15:39:06.8066911Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float16 2022-09-27T15:39:06.8068059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float32 2022-09-27T15:39:06.8368286Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_copysign_cpu_float32 2022-09-27T15:39:06.8424334Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_copysign_cpu_float32 2022-09-27T15:39:06.8701015Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_complex64 2022-09-27T15:39:06.8901945Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_complex64 2022-09-27T15:39:06.8977311Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_float32 2022-09-27T15:39:06.9326255Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_float32 2022-09-27T15:39:06.9420957Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_complex64 2022-09-27T15:39:06.9747212Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_complex64 2022-09-27T15:39:06.9816191Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_float32 2022-09-27T15:39:07.0265617Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_float32 2022-09-27T15:39:07.0319717Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_complex64 2022-09-27T15:39:07.0554838Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_complex64 2022-09-27T15:39:07.0662907Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex64 2022-09-27T15:39:07.0668515Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float16 2022-09-27T15:39:07.0704764Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_float32 2022-09-27T15:39:07.1068183Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_float32 2022-09-27T15:39:07.1166581Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_complex64 2022-09-27T15:39:07.1603739Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_complex64 2022-09-27T15:39:07.1611247Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_float32 2022-09-27T15:39:07.2025387Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_float32 2022-09-27T15:39:07.3463868Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_complex64 2022-09-27T15:39:07.3483939Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float32 2022-09-27T15:39:07.3516346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float64 2022-09-27T15:39:07.3548823Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_complex64 2022-09-27T15:39:07.4357021Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_float32 2022-09-27T15:39:07.4373747Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_float32 2022-09-27T15:39:07.4491574Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_complex64 2022-09-27T15:39:07.4825524Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_complex64 2022-09-27T15:39:07.4854088Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_float32 2022-09-27T15:39:07.5061225Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_float32 2022-09-27T15:39:07.5072754Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float16 2022-09-27T15:39:07.5273525Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float32 2022-09-27T15:39:07.5274154Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummax_cpu_float32 2022-09-27T15:39:07.5716889Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummax_cpu_float32 2022-09-27T15:39:07.5726563Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummin_cpu_float32 2022-09-27T15:39:07.6161592Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummin_cpu_float32 2022-09-27T15:39:07.6372439Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_complex64 2022-09-27T15:39:07.6440456Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex128 2022-09-27T15:39:07.6838827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex64 2022-09-27T15:39:07.6856034Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_complex64 2022-09-27T15:39:07.7147489Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_float32 2022-09-27T15:39:07.7200830Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float32 2022-09-27T15:39:07.7275862Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float64 2022-09-27T15:39:07.7294443Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_float32 2022-09-27T15:39:07.7437164Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_complex64 2022-09-27T15:39:07.7789638Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_complex64 2022-09-27T15:39:07.7797278Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_float32 2022-09-27T15:39:07.8223474Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_float32 2022-09-27T15:39:07.8288115Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_complex64 2022-09-27T15:39:07.8648327Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_complex64 2022-09-27T15:39:07.8652584Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_float32 2022-09-27T15:39:07.9118776Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_float32 2022-09-27T15:39:07.9119715Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_deg2rad_cpu_float32 2022-09-27T15:39:07.9120664Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float64 2022-09-27T15:39:07.9121193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int16 2022-09-27T15:39:07.9226869Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_deg2rad_cpu_float32 2022-09-27T15:39:07.9242094Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float64 2022-09-27T15:39:07.9466399Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int16 2022-09-27T15:39:07.9669626Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_complex64 2022-09-27T15:39:07.9903493Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_complex64 2022-09-27T15:39:08.0011549Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_float32 2022-09-27T15:39:08.0111873Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_float32 2022-09-27T15:39:08.0135758Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int16 2022-09-27T15:39:08.0411936Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int32 2022-09-27T15:39:08.0636584Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_complex64 2022-09-27T15:39:08.0872022Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_complex64 2022-09-27T15:39:08.0947192Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_float32 2022-09-27T15:39:08.1303984Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_float32 2022-09-27T15:39:08.1389896Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_complex64 2022-09-27T15:39:08.1785628Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_complex64 2022-09-27T15:39:08.1849901Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_float32 2022-09-27T15:39:08.1907251Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_float32 2022-09-27T15:39:08.1941552Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int32 2022-09-27T15:39:08.2301309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int64 2022-09-27T15:39:08.2614285Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_complex64 2022-09-27T15:39:08.2663787Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_complex64 2022-09-27T15:39:08.2856397Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_float32 2022-09-27T15:39:08.3122824Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_float32 2022-09-27T15:39:08.3247636Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_scatter_cpu_float32 2022-09-27T15:39:08.3343319Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_scatter_cpu_float32 2022-09-27T15:39:08.3352171Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int64 2022-09-27T15:39:08.3475317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int8 2022-09-27T15:39:08.3484566Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int16 2022-09-27T15:39:08.3580837Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int32 2022-09-27T15:39:08.4562016Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_complex64 2022-09-27T15:39:08.4580967Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int8 2022-09-27T15:39:08.4663867Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_uint8 2022-09-27T15:39:08.4683838Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_complex64 2022-09-27T15:39:08.5232522Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_float32 2022-09-27T15:39:08.5247754Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_float32 2022-09-27T15:39:08.5327364Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_digamma_cpu_float32 2022-09-27T15:39:08.5527593Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_digamma_cpu_float32 2022-09-27T15:39:08.5539525Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_uint8 2022-09-27T15:39:08.5599403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bfloat16 2022-09-27T15:39:08.5662846Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bfloat16 2022-09-27T15:39:08.5943651Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_complex64 2022-09-27T15:39:08.5989426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bool 2022-09-27T15:39:08.6389777Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bool 2022-09-27T15:39:08.6453431Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex128 2022-09-27T15:39:08.6564473Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex128 2022-09-27T15:39:08.6574214Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex64 2022-09-27T15:39:08.6720856Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float16 2022-09-27T15:39:08.6729155Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_complex64 2022-09-27T15:39:08.6823892Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_float32 2022-09-27T15:39:08.6892360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex32 2022-09-27T15:39:08.7081342Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex32 2022-09-27T15:39:08.7142354Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_float32 2022-09-27T15:39:08.7239977Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_floor_rounding_cpu_float32 2022-09-27T15:39:08.7247442Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int32 2022-09-27T15:39:08.7263384Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int64 2022-09-27T15:39:08.7336565Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex64 2022-09-27T15:39:08.7704646Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex64 2022-09-27T15:39:08.7765406Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float16 2022-09-27T15:39:08.7902718Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float16 2022-09-27T15:39:08.7911298Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_floor_rounding_cpu_float32 2022-09-27T15:39:08.8143106Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_complex64 2022-09-27T15:39:08.8212729Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float32 2022-09-27T15:39:08.8588425Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float32 2022-09-27T15:39:08.8655333Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float64 2022-09-27T15:39:08.9024700Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float64 2022-09-27T15:39:08.9081759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int16 2022-09-27T15:39:08.9183794Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int16 2022-09-27T15:39:08.9192779Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_complex64 2022-09-27T15:39:08.9466634Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_float32 2022-09-27T15:39:08.9518922Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int32 2022-09-27T15:39:08.9793691Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int32 2022-09-27T15:39:08.9808609Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_float32 2022-09-27T15:39:08.9904250Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_trunc_rounding_cpu_float32 2022-09-27T15:39:08.9953018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int64 2022-09-27T15:39:09.0229814Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int64 2022-09-27T15:39:09.0238825Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int64 2022-09-27T15:39:09.0344565Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int8 2022-09-27T15:39:09.0407370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int8 2022-09-27T15:39:09.0632666Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int8 2022-09-27T15:39:09.0648050Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_trunc_rounding_cpu_float32 2022-09-27T15:39:09.0707517Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_complex64 2022-09-27T15:39:09.0784846Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_complex64 2022-09-27T15:39:09.0834074Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_uint8 2022-09-27T15:39:09.1065089Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_uint8 2022-09-27T15:39:09.1110758Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_float32 2022-09-27T15:39:09.1225482Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_float32 2022-09-27T15:39:09.1279176Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bfloat16 2022-09-27T15:39:09.1505931Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bfloat16 2022-09-27T15:39:09.1592028Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_complex64 2022-09-27T15:39:09.1662985Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_complex64 2022-09-27T15:39:09.1696618Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bool 2022-09-27T15:39:09.1945522Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bool 2022-09-27T15:39:09.2005698Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_float32 2022-09-27T15:39:09.2120212Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_float32 2022-09-27T15:39:09.2157803Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex128 2022-09-27T15:39:09.2388413Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex128 2022-09-27T15:39:09.2473602Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_complex64 2022-09-27T15:39:09.2547135Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_complex64 2022-09-27T15:39:09.2609629Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex32 2022-09-27T15:39:09.2825353Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex32 2022-09-27T15:39:09.2861498Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_float32 2022-09-27T15:39:09.2984317Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_float32 2022-09-27T15:39:09.3031552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex64 2022-09-27T15:39:09.3042333Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int8 2022-09-27T15:39:09.3051938Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex64 2022-09-27T15:39:09.3263410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_uint8 2022-09-27T15:39:09.3317466Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_complex64 2022-09-27T15:39:09.3423744Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_complex64 2022-09-27T15:39:09.3468774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float16 2022-09-27T15:39:09.3730443Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float16 2022-09-27T15:39:09.3744515Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_float32 2022-09-27T15:39:09.3864621Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_float32 2022-09-27T15:39:09.3921778Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float32 2022-09-27T15:39:09.4144016Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float32 2022-09-27T15:39:09.4229964Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_complex64 2022-09-27T15:39:09.4307141Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_complex64 2022-09-27T15:39:09.4356062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float64 2022-09-27T15:39:09.4585751Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float64 2022-09-27T15:39:09.4628071Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_float32 2022-09-27T15:39:09.4744958Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_float32 2022-09-27T15:39:09.4791039Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int16 2022-09-27T15:39:09.5023755Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int16 2022-09-27T15:39:09.5039581Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_complex64 2022-09-27T15:39:09.5182803Z [gw0] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_complex64 2022-09-27T15:39:09.5223158Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int32 2022-09-27T15:39:09.5280674Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int32 2022-09-27T15:39:09.5291967Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float16 2022-09-27T15:39:09.5462508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float32 2022-09-27T15:39:09.5480063Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_float32 2022-09-27T15:39:09.5587288Z [gw0] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_float32 2022-09-27T15:39:09.5593423Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_uint8 2022-09-27T15:39:09.5622469Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bfloat16 2022-09-27T15:39:09.5654364Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int64 2022-09-27T15:39:09.5906990Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int64 2022-09-27T15:39:09.5969507Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_complex64 2022-09-27T15:39:09.6017596Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_complex64 2022-09-27T15:39:09.6025767Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bfloat16 2022-09-27T15:39:09.6064943Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bool 2022-09-27T15:39:09.6111072Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int8 2022-09-27T15:39:09.6343898Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int8 2022-09-27T15:39:09.6375477Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_float32 2022-09-27T15:39:09.6423635Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_float32 2022-09-27T15:39:09.6462470Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bool 2022-09-27T15:39:09.6502402Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex128 2022-09-27T15:39:09.6540505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_uint8 2022-09-27T15:39:09.6824267Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_uint8 2022-09-27T15:39:09.6877686Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_complex64 2022-09-27T15:39:09.6942364Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex128 2022-09-27T15:39:09.6946935Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex32 2022-09-27T15:39:09.6970446Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_bfloat16 2022-09-27T15:39:09.7069961Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_complex64 2022-09-27T15:39:09.7268221Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_bfloat16 2022-09-27T15:39:09.7343421Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_float32 2022-09-27T15:39:09.7385209Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_float32 2022-09-27T15:39:09.7400708Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex128 2022-09-27T15:39:09.7407642Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex32 2022-09-27T15:39:09.7507321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex64 2022-09-27T15:39:09.7743517Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex128 2022-09-27T15:39:09.7813909Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_complex64 2022-09-27T15:39:09.7829475Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_complex64 2022-09-27T15:39:09.7840384Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex64 2022-09-27T15:39:09.7842219Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float16 2022-09-27T15:39:09.7964890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex64 2022-09-27T15:39:09.8185317Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex64 2022-09-27T15:39:09.8226478Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_float32 2022-09-27T15:39:09.8250095Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_float32 2022-09-27T15:39:09.8262299Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float16 2022-09-27T15:39:09.8301940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float16 2022-09-27T15:39:09.8373330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float32 2022-09-27T15:39:09.8460371Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float16 2022-09-27T15:39:09.8468939Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float32 2022-09-27T15:39:09.8622286Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float64 2022-09-27T15:39:09.8686526Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erf_cpu_float32 2022-09-27T15:39:09.8691501Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_erf_cpu_float32 2022-09-27T15:39:09.8701600Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float32 2022-09-27T15:39:09.8742006Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float32 2022-09-27T15:39:09.8797218Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float64 2022-09-27T15:39:09.9066752Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float32 2022-09-27T15:39:09.9131821Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfc_cpu_float32 2022-09-27T15:39:09.9143582Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float64 2022-09-27T15:39:09.9149839Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float64 2022-09-27T15:39:09.9188087Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfc_cpu_float32 2022-09-27T15:39:09.9304339Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int16 2022-09-27T15:39:09.9505860Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float64 2022-09-27T15:39:09.9556606Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfinv_cpu_float32 2022-09-27T15:39:09.9584188Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfinv_cpu_float32 2022-09-27T15:39:09.9658880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_bfloat16 2022-09-27T15:39:09.9666300Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int16 2022-09-27T15:39:09.9767458Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int32 2022-09-27T15:39:09.9943073Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_bfloat16 2022-09-27T15:39:10.0002165Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp2_cpu_float32 2022-09-27T15:39:10.0022864Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp2_cpu_float32 2022-09-27T15:39:10.0084284Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex128 2022-09-27T15:39:10.0142884Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int32 2022-09-27T15:39:10.0223641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int64 2022-09-27T15:39:10.0383126Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex128 2022-09-27T15:39:10.0466589Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_complex64 2022-09-27T15:39:10.0505786Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex64 2022-09-27T15:39:10.0586968Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_complex64 2022-09-27T15:39:10.0595589Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int64 2022-09-27T15:39:10.0698884Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int8 2022-09-27T15:39:10.0829995Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex64 2022-09-27T15:39:10.0913685Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_float32 2022-09-27T15:39:10.0922245Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float16 2022-09-27T15:39:10.1019554Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_float32 2022-09-27T15:39:10.1028462Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int8 2022-09-27T15:39:10.1158269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_uint8 2022-09-27T15:39:10.1263880Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float16 2022-09-27T15:39:10.1342965Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_complex64 2022-09-27T15:39:10.1358777Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float32 2022-09-27T15:39:10.1429161Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_complex64 2022-09-27T15:39:10.1464045Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_uint8 2022-09-27T15:39:10.1551355Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bfloat16 2022-09-27T15:39:10.1705388Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float32 2022-09-27T15:39:10.1758860Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_float32 2022-09-27T15:39:10.1784907Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_float32 2022-09-27T15:39:10.1994932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float64 2022-09-27T15:39:10.2145715Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float64 2022-09-27T15:39:10.2225016Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_complex64 2022-09-27T15:39:10.2277903Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_bfloat16 2022-09-27T15:39:10.2286160Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float64 2022-09-27T15:39:10.2330304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int16 2022-09-27T15:39:10.2587932Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_complex64 2022-09-27T15:39:10.2717988Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_float32 2022-09-27T15:39:10.3081444Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_float32 2022-09-27T15:39:10.3082112Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expm1_cpu_float32 2022-09-27T15:39:10.3467800Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_expm1_cpu_float32 2022-09-27T15:39:10.3486989Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_complex64 2022-09-27T15:39:10.3930065Z [gw0] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_complex64 2022-09-27T15:39:10.3932959Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_float32 2022-09-27T15:39:10.4369251Z [gw0] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_float32 2022-09-27T15:39:10.4423825Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_complex64 2022-09-27T15:39:10.4792103Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_complex64 2022-09-27T15:39:10.5650466Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_float32 2022-09-27T15:39:10.5666786Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_float32 2022-09-27T15:39:10.6053483Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_complex64 2022-09-27T15:39:10.6163529Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_complex64 2022-09-27T15:39:10.6196607Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_float32 2022-09-27T15:39:10.6627685Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_float32 2022-09-27T15:39:10.6826000Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_complex64 2022-09-27T15:39:10.7106486Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_complex64 2022-09-27T15:39:10.7156085Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_float32 2022-09-27T15:39:10.7261424Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_float32 2022-09-27T15:39:10.7270847Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_bfloat16 2022-09-27T15:39:10.7546414Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex128 2022-09-27T15:39:10.7589956Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_complex64 2022-09-27T15:39:10.7987895Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_complex64 2022-09-27T15:39:10.8034651Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_float32 2022-09-27T15:39:10.8449980Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_float32 2022-09-27T15:39:10.8511307Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_complex64 2022-09-27T15:39:10.8868274Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_complex64 2022-09-27T15:39:10.8955489Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_float32 2022-09-27T15:39:10.9304398Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_float32 2022-09-27T15:39:10.9395982Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_complex64 2022-09-27T15:39:10.9781705Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_complex64 2022-09-27T15:39:10.9814898Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_float32 2022-09-27T15:39:11.0059607Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_float32 2022-09-27T15:39:11.0067356Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int16 2022-09-27T15:39:11.0286630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int32 2022-09-27T15:39:11.0288793Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_complex64 2022-09-27T15:39:11.0738873Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_complex64 2022-09-27T15:39:11.0739485Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_float32 2022-09-27T15:39:11.1109126Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_float32 2022-09-27T15:39:11.1229112Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_complex64 2022-09-27T15:39:11.1548890Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_complex64 2022-09-27T15:39:11.1640110Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_float32 2022-09-27T15:39:11.1923186Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_float32 2022-09-27T15:39:11.1936044Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bfloat16 2022-09-27T15:39:11.2025087Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bool 2022-09-27T15:39:11.2162797Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_complex64 2022-09-27T15:39:11.2532720Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_complex64 2022-09-27T15:39:11.2560155Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_float32 2022-09-27T15:39:11.2993672Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_float32 2022-09-27T15:39:11.3132380Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_complex64 2022-09-27T15:39:11.3396915Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_complex64 2022-09-27T15:39:11.3866719Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_float32 2022-09-27T15:39:11.3882250Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_float32 2022-09-27T15:39:11.3936767Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_complex64 2022-09-27T15:39:11.4312268Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_complex64 2022-09-27T15:39:11.4325926Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex128 2022-09-27T15:39:11.4336721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex32 2022-09-27T15:39:11.4354278Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_float32 2022-09-27T15:39:11.4746841Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_float32 2022-09-27T15:39:11.4792974Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft2_cpu_float32 2022-09-27T15:39:11.5189873Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft2_cpu_float32 2022-09-27T15:39:11.6039810Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft_cpu_float32 2022-09-27T15:39:11.6056104Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft_cpu_float32 2022-09-27T15:39:11.6283105Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfftn_cpu_float32 2022-09-27T15:39:11.6544252Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfftn_cpu_float32 2022-09-27T15:39:11.6670720Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_complex64 2022-09-27T15:39:11.7059040Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_complex64 2022-09-27T15:39:11.7731496Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_float32 2022-09-27T15:39:11.7737176Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_float32 2022-09-27T15:39:11.8046161Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_complex64 2022-09-27T15:39:11.8062792Z [gw3] [ 68%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex32 2022-09-27T15:39:11.8158035Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex64 2022-09-27T15:39:11.8177517Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_complex64 2022-09-27T15:39:11.8220534Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_float32 2022-09-27T15:39:11.8267318Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_float32 2022-09-27T15:39:11.8272692Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bool 2022-09-27T15:39:11.8480977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float16 2022-09-27T15:39:11.8487490Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int32 2022-09-27T15:39:11.8590483Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int64 2022-09-27T15:39:11.8926616Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_complex64 2022-09-27T15:39:11.9026633Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_complex64 2022-09-27T15:39:11.9265138Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_float32 2022-09-27T15:39:11.9505214Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_float32 2022-09-27T15:39:11.9547373Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft2_cpu_float32 2022-09-27T15:39:11.9948215Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft2_cpu_float32 2022-09-27T15:39:12.0014701Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft_cpu_float32 2022-09-27T15:39:12.0473173Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft_cpu_float32 2022-09-27T15:39:12.0524264Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfftn_cpu_float32 2022-09-27T15:39:12.0951440Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfftn_cpu_float32 2022-09-27T15:39:12.1022104Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_complex64 2022-09-27T15:39:12.1387534Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_complex64 2022-09-27T15:39:12.1429928Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_float32 2022-09-27T15:39:12.1825424Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_float32 2022-09-27T15:39:12.1940962Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_complex64 2022-09-27T15:39:12.2336830Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_complex64 2022-09-27T15:39:12.2340375Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_float32 2022-09-27T15:39:12.2701318Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_float32 2022-09-27T15:39:12.2711418Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex64 2022-09-27T15:39:12.2753107Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float16 2022-09-27T15:39:12.2940117Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_complex64 2022-09-27T15:39:12.3256931Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_complex64 2022-09-27T15:39:12.3304062Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_float32 2022-09-27T15:39:12.3700239Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_float32 2022-09-27T15:39:12.3700973Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_complex64 2022-09-27T15:39:12.4124650Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_complex64 2022-09-27T15:39:12.4125258Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_float32 2022-09-27T15:39:12.4588721Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_float32 2022-09-27T15:39:12.4591022Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_complex64 2022-09-27T15:39:12.4966722Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_complex64 2022-09-27T15:39:12.5000506Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_float32 2022-09-27T15:39:12.5173125Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_float32 2022-09-27T15:39:12.5187465Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int64 2022-09-27T15:39:12.5386076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int8 2022-09-27T15:39:12.5515251Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_complex64 2022-09-27T15:39:12.5824677Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_complex64 2022-09-27T15:39:12.5882238Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_float32 2022-09-27T15:39:12.6283094Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_float32 2022-09-27T15:39:12.6596902Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_complex64 2022-09-27T15:39:12.6708149Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_complex64 2022-09-27T15:39:12.6875013Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_float32 2022-09-27T15:39:12.7149851Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_float32 2022-09-27T15:39:12.7194918Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_cpu_float32 2022-09-27T15:39:12.7622693Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_cpu_float32 2022-09-27T15:39:12.7867474Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_divide_cpu_float32 2022-09-27T15:39:12.7908361Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float16 2022-09-27T15:39:12.7982969Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float32 2022-09-27T15:39:12.8069521Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_divide_cpu_float32 2022-09-27T15:39:12.8190915Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmax_cpu_float32 2022-09-27T15:39:12.8579975Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmax_cpu_float32 2022-09-27T15:39:12.8738284Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmin_cpu_float32 2022-09-27T15:39:12.8983771Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmin_cpu_float32 2022-09-27T15:39:12.9306728Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmod_cpu_float32 2022-09-27T15:39:12.9429292Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmod_cpu_float32 2022-09-27T15:39:12.9497325Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_frac_cpu_float32 2022-09-27T15:39:12.9865588Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_frac_cpu_float32 2022-09-27T15:39:12.9900882Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_frexp_cpu_float32 2022-09-27T15:39:13.0307339Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_frexp_cpu_float32 2022-09-27T15:39:13.0352525Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_complex64 2022-09-27T15:39:13.0750282Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_complex64 2022-09-27T15:39:13.0797425Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_float32 2022-09-27T15:39:13.0807572Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_float32 2022-09-27T15:39:13.0811362Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float32 2022-09-27T15:39:13.1076932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float64 2022-09-27T15:39:13.1089246Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int8 2022-09-27T15:39:13.1187383Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_uint8 2022-09-27T15:39:13.1338384Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_complex64 2022-09-27T15:39:13.1626586Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_complex64 2022-09-27T15:39:13.1708725Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_float32 2022-09-27T15:39:13.2106686Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_float32 2022-09-27T15:39:13.2195464Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ge_cpu_float32 2022-09-27T15:39:13.2206453Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float16 2022-09-27T15:39:13.2214162Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float32 2022-09-27T15:39:13.2634885Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ge_cpu_float32 2022-09-27T15:39:13.3233056Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_complex64 2022-09-27T15:39:13.3249171Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float64 2022-09-27T15:39:13.3779456Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int16 2022-09-27T15:39:13.3832219Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_complex64 2022-09-27T15:39:13.4731731Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_float32 2022-09-27T15:39:13.4780435Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_float32 2022-09-27T15:39:13.5015886Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_complex64 2022-09-27T15:39:13.5223408Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_complex64 2022-09-27T15:39:13.5312308Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_float32 2022-09-27T15:39:13.5776770Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_float32 2022-09-27T15:39:13.5787201Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gt_cpu_float32 2022-09-27T15:39:13.5884604Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_gt_cpu_float32 2022-09-27T15:39:13.5940002Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int16 2022-09-27T15:39:13.6147437Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int32 2022-09-27T15:39:13.6238889Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_complex64 2022-09-27T15:39:13.6659179Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_complex64 2022-09-27T15:39:13.6660222Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_float32 2022-09-27T15:39:13.7034770Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_float32 2022-09-27T15:39:13.7383029Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_heaviside_cpu_float32 2022-09-27T15:39:13.7424276Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_heaviside_cpu_float32 2022-09-27T15:39:13.7440694Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float32 2022-09-27T15:39:13.7463431Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float64 2022-09-27T15:39:13.7927062Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histc_cpu_float32 2022-09-27T15:39:13.7945594Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_histc_cpu_float32 2022-09-27T15:39:13.8972895Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogram_cpu_float32 2022-09-27T15:39:13.9079148Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int32 2022-09-27T15:39:13.9114361Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int64 2022-09-27T15:39:13.9129017Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogram_cpu_float32 2022-09-27T15:39:13.9424293Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogramdd_cpu_float32 2022-09-27T15:39:13.9437285Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_uint8 2022-09-27T15:39:14.1114902Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bfloat16 2022-09-27T15:39:14.1222333Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogramdd_cpu_float32 2022-09-27T15:39:14.1306013Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_complex64 2022-09-27T15:39:14.1321708Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_complex64 2022-09-27T15:39:14.1333717Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bfloat16 2022-09-27T15:39:14.1719345Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bool 2022-09-27T15:39:14.1722929Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_float32 2022-09-27T15:39:14.2207098Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_float32 2022-09-27T15:39:14.2210778Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_complex64 2022-09-27T15:39:14.2598553Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_complex64 2022-09-27T15:39:14.2611517Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int64 2022-09-27T15:39:14.2627124Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int8 2022-09-27T15:39:14.2672618Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_float32 2022-09-27T15:39:14.2905280Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_float32 2022-09-27T15:39:14.2917178Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float64 2022-09-27T15:39:14.3113915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int16 2022-09-27T15:39:14.3293084Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hypot_cpu_float32 2022-09-27T15:39:14.3307761Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bool 2022-09-27T15:39:14.3510206Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex128 2022-09-27T15:39:14.3584186Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_hypot_cpu_float32 2022-09-27T15:39:14.3754777Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_i0_cpu_float32 2022-09-27T15:39:14.4029521Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_i0_cpu_float32 2022-09-27T15:39:14.4333817Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_igamma_cpu_float32 2022-09-27T15:39:14.4543353Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_igamma_cpu_float32 2022-09-27T15:39:14.4769992Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_igammac_cpu_float32 2022-09-27T15:39:14.4906469Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_igammac_cpu_float32 2022-09-27T15:39:14.4942493Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_imag_cpu_complex64 2022-09-27T15:39:14.4966424Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_imag_cpu_complex64 2022-09-27T15:39:14.4976203Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int8 2022-09-27T15:39:14.5348929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_uint8 2022-09-27T15:39:14.5608056Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_complex64 2022-09-27T15:39:14.5862685Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_complex64 2022-09-27T15:39:14.5922133Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_float32 2022-09-27T15:39:14.6326292Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_float32 2022-09-27T15:39:14.6334919Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_complex64 2022-09-27T15:39:14.6713010Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_complex64 2022-09-27T15:39:14.6778633Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_float32 2022-09-27T15:39:14.7188766Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_float32 2022-09-27T15:39:14.7405166Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_complex64 2022-09-27T15:39:14.7630866Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_complex64 2022-09-27T15:39:14.7695977Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_float32 2022-09-27T15:39:14.7711308Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int16 2022-09-27T15:39:14.7718187Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_float32 2022-09-27T15:39:14.7884257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int32 2022-09-27T15:39:14.7892218Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex128 2022-09-27T15:39:14.7902664Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex32 2022-09-27T15:39:14.7912788Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_uint8 2022-09-27T15:39:14.8064596Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bfloat16 2022-09-27T15:39:14.8070700Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_complex64 2022-09-27T15:39:14.8200109Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bfloat16 2022-09-27T15:39:14.8382635Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_complex64 2022-09-27T15:39:14.8548880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bool 2022-09-27T15:39:14.8553323Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bool 2022-09-27T15:39:14.8613536Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_float32 2022-09-27T15:39:14.8787674Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_float32 2022-09-27T15:39:14.8945461Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex128 2022-09-27T15:39:14.8961396Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_reduce_cpu_float32 2022-09-27T15:39:14.9267625Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex128 2022-09-27T15:39:14.9389690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex64 2022-09-27T15:39:14.9398545Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_reduce_cpu_float32 2022-09-27T15:39:14.9440797Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_complex64 2022-09-27T15:39:14.9460631Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex64 2022-09-27T15:39:14.9702953Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_complex64 2022-09-27T15:39:14.9912902Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float16 2022-09-27T15:39:14.9924013Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float16 2022-09-27T15:39:14.9965978Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_float32 2022-09-27T15:39:15.0188451Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_float32 2022-09-27T15:39:15.0347190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float32 2022-09-27T15:39:15.0355945Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float32 2022-09-27T15:39:15.0379892Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_complex64 2022-09-27T15:39:15.0387979Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int32 2022-09-27T15:39:15.0424566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int64 2022-09-27T15:39:15.0623537Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_complex64 2022-09-27T15:39:15.0748845Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float64 2022-09-27T15:39:15.0783937Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float64 2022-09-27T15:39:15.0834606Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_float32 2022-09-27T15:39:15.1106697Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_float32 2022-09-27T15:39:15.1201459Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int16 2022-09-27T15:39:15.1276800Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int16 2022-09-27T15:39:15.1285465Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_complex64 2022-09-27T15:39:15.1550755Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_complex64 2022-09-27T15:39:15.1641328Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int32 2022-09-27T15:39:15.1664940Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int32 2022-09-27T15:39:15.1701542Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_float32 2022-09-27T15:39:15.1728529Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_float32 2022-09-27T15:39:15.1735287Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex32 2022-09-27T15:39:15.1948288Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex64 2022-09-27T15:39:15.2090765Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int64 2022-09-27T15:39:15.2103755Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int64 2022-09-27T15:39:15.2342025Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_complex64 2022-09-27T15:39:15.2415652Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_complex64 2022-09-27T15:39:15.2510071Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int8 2022-09-27T15:39:15.2573410Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int8 2022-09-27T15:39:15.2648931Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_float32 2022-09-27T15:39:15.2827359Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_float32 2022-09-27T15:39:15.2946662Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_uint8 2022-09-27T15:39:15.2984890Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_uint8 2022-09-27T15:39:15.3042021Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_complex64 2022-09-27T15:39:15.3082213Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_complex64 2022-09-27T15:39:15.3093901Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int64 2022-09-27T15:39:15.3266603Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int8 2022-09-27T15:39:15.3352470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bfloat16 2022-09-27T15:39:15.3424661Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bfloat16 2022-09-27T15:39:15.3444978Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_float32 2022-09-27T15:39:15.3456367Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex64 2022-09-27T15:39:15.3461140Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_float32 2022-09-27T15:39:15.3778648Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float16 2022-09-27T15:39:15.3782337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bool 2022-09-27T15:39:15.3905714Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bool 2022-09-27T15:39:15.3941184Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isin_cpu_float32 2022-09-27T15:39:15.4145189Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isin_cpu_float32 2022-09-27T15:39:15.4221572Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex128 2022-09-27T15:39:15.4362595Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex128 2022-09-27T15:39:15.4385199Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_complex64 2022-09-27T15:39:15.4588199Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_complex64 2022-09-27T15:39:15.4663772Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex64 2022-09-27T15:39:15.4784653Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex64 2022-09-27T15:39:15.4815159Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_float32 2022-09-27T15:39:15.5043503Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_float32 2022-09-27T15:39:15.5073160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float16 2022-09-27T15:39:15.5080614Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float16 2022-09-27T15:39:15.5099341Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float32 2022-09-27T15:39:15.5225772Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float16 2022-09-27T15:39:15.5256881Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_complex64 2022-09-27T15:39:15.5469526Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_complex64 2022-09-27T15:39:15.5550230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float32 2022-09-27T15:39:15.5587703Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float32 2022-09-27T15:39:15.5598861Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int8 2022-09-27T15:39:15.5667997Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_uint8 2022-09-27T15:39:15.5703837Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_float32 2022-09-27T15:39:15.5783297Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_float32 2022-09-27T15:39:15.5791112Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float32 2022-09-27T15:39:15.5907795Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float64 2022-09-27T15:39:15.5998232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float64 2022-09-27T15:39:15.6104671Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float64 2022-09-27T15:39:15.6134196Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isneginf_cpu_float32 2022-09-27T15:39:15.6389194Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isneginf_cpu_float32 2022-09-27T15:39:15.6448373Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int16 2022-09-27T15:39:15.6549791Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int16 2022-09-27T15:39:15.6601479Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isposinf_cpu_float32 2022-09-27T15:39:15.6693554Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isposinf_cpu_float32 2022-09-27T15:39:15.6703797Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float64 2022-09-27T15:39:15.6824049Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int16 2022-09-27T15:39:15.6887820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int32 2022-09-27T15:39:15.6983336Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int32 2022-09-27T15:39:15.7016596Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_complex64 2022-09-27T15:39:15.7306501Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_complex64 2022-09-27T15:39:15.7363986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int64 2022-09-27T15:39:15.7465928Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int64 2022-09-27T15:39:15.7496309Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_float32 2022-09-27T15:39:15.7506160Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int16 2022-09-27T15:39:15.7513395Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_float32 2022-09-27T15:39:15.7786503Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int32 2022-09-27T15:39:15.7848945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int8 2022-09-27T15:39:15.7903718Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int8 2022-09-27T15:39:15.8140260Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_complex64 2022-09-27T15:39:15.8150868Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_uint8 2022-09-27T15:39:15.8279663Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_bfloat16 2022-09-27T15:39:15.8290093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_uint8 2022-09-27T15:39:15.8666485Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_uint8 2022-09-27T15:39:15.8703006Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bfloat16 2022-09-27T15:39:15.8966416Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bfloat16 2022-09-27T15:39:15.8974483Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int32 2022-09-27T15:39:15.9015433Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int64 2022-09-27T15:39:15.9023341Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_complex64 2022-09-27T15:39:15.9055983Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_float32 2022-09-27T15:39:15.9065209Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_bfloat16 2022-09-27T15:39:15.9104306Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex128 2022-09-27T15:39:15.9158924Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bool 2022-09-27T15:39:15.9432463Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bool 2022-09-27T15:39:15.9463453Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_float32 2022-09-27T15:39:15.9489678Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:39:15.9545143Z [gw0] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:39:15.9582287Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex128 2022-09-27T15:39:15.9794368Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex128 2022-09-27T15:39:15.9801222Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int64 2022-09-27T15:39:15.9808559Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex128 2022-09-27T15:39:15.9811084Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int8 2022-09-27T15:39:15.9903115Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex64 2022-09-27T15:39:15.9924691Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:39:15.9985293Z [gw0] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:39:16.0018635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex64 2022-09-27T15:39:16.0344822Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex64 2022-09-27T15:39:16.0369722Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:39:16.0424555Z [gw0] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:39:16.0447575Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float16 2022-09-27T15:39:16.0459502Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int8 2022-09-27T15:39:16.0463290Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float16 2022-09-27T15:39:16.0470189Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_uint8 2022-09-27T15:39:16.0478282Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex64 2022-09-27T15:39:16.0785530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float16 2022-09-27T15:39:16.0810404Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:39:16.0864825Z [gw0] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:39:16.0900888Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float32 2022-09-27T15:39:16.1102793Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float32 2022-09-27T15:39:16.1112339Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_uint8 2022-09-27T15:39:16.1224512Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bfloat16 2022-09-27T15:39:16.1254133Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_complex64 2022-09-27T15:39:16.1306194Z [gw0] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_complex64 2022-09-27T15:39:16.1313442Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float16 2022-09-27T15:39:16.1317243Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float64 2022-09-27T15:39:16.1346378Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float32 2022-09-27T15:39:16.1668427Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float64 2022-09-27T15:39:16.1693609Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_float32 2022-09-27T15:39:16.1744420Z [gw0] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_float32 2022-09-27T15:39:16.1777633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int16 2022-09-27T15:39:16.2008591Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int16 2022-09-27T15:39:16.2015025Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float32 2022-09-27T15:39:16.2035389Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float64 2022-09-27T15:39:16.2043315Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bfloat16 2022-09-27T15:39:16.2104273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bool 2022-09-27T15:39:16.2134731Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:39:16.2184185Z [gw0] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:39:16.2225841Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int32 2022-09-27T15:39:16.2545564Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int32 2022-09-27T15:39:16.2573607Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:39:16.2623583Z [gw0] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:39:16.2666223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int64 2022-09-27T15:39:16.2670192Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int64 2022-09-27T15:39:16.2674830Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float64 2022-09-27T15:39:16.2927613Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-09-27T15:39:16.2984110Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-09-27T15:39:16.3006753Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_complex64 2022-09-27T15:39:16.3063251Z [gw0] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_complex64 2022-09-27T15:39:16.3089317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int8 2022-09-27T15:39:16.3102116Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int8 2022-09-27T15:39:16.3342638Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:39:16.3358366Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bool 2022-09-27T15:39:16.3363367Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:39:16.3423184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex128 2022-09-27T15:39:16.3444312Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_float32 2022-09-27T15:39:16.3502906Z [gw0] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_float32 2022-09-27T15:39:16.3528483Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_uint8 2022-09-27T15:39:16.3541822Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_uint8 2022-09-27T15:39:16.3818083Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:39:16.3864011Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:39:16.3907868Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_complex64 2022-09-27T15:39:16.3942961Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_complex64 2022-09-27T15:39:16.3982609Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bfloat16 2022-09-27T15:39:16.4325412Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:39:16.4329798Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:39:16.4363135Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_float32 2022-09-27T15:39:16.4423184Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_float32 2022-09-27T15:39:16.4717672Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float16 2022-09-27T15:39:16.4789922Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float16 2022-09-27T15:39:16.4822798Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kthvalue_cpu_float32 2022-09-27T15:39:16.4867616Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_kthvalue_cpu_float32 2022-09-27T15:39:16.5178417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:39:16.5226758Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:39:16.5307107Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_complex64 2022-09-27T15:39:16.5331015Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:39:16.5470791Z [gw0] [ 68%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_complex64 2022-09-27T15:39:16.5479169Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bfloat16 2022-09-27T15:39:16.5623531Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bool 2022-09-27T15:39:16.5658713Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_float32 2022-09-27T15:39:16.5715664Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:39:16.5773511Z [gw0] [ 68%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_float32 2022-09-27T15:39:16.6067559Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int16 2022-09-27T15:39:16.6104824Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_le_cpu_float32 2022-09-27T15:39:16.6160427Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int16 2022-09-27T15:39:16.6228021Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_le_cpu_float32 2022-09-27T15:39:16.6508888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int32 2022-09-27T15:39:16.6563158Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_complex64 2022-09-27T15:39:16.6663087Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int32 2022-09-27T15:39:16.6777683Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:39:16.6785339Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex128 2022-09-27T15:39:16.6933969Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex32 2022-09-27T15:39:16.7104932Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:39:16.7374651Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int8 2022-09-27T15:39:16.7547432Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int8 2022-09-27T15:39:16.7606768Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_uint8 2022-09-27T15:39:16.7620959Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bool 2022-09-27T15:39:16.7903524Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex128 2022-09-27T15:39:16.7990182Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_uint8 2022-09-27T15:39:16.8039047Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-09-27T15:39:16.8128040Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_complex64 2022-09-27T15:39:16.8349839Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_float32 2022-09-27T15:39:16.8424754Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-09-27T15:39:16.8690520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:39:16.8731937Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_float32 2022-09-27T15:39:16.8736224Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:39:16.8819128Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lgamma_cpu_float32 2022-09-27T15:39:16.8867534Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lgamma_cpu_float32 2022-09-27T15:39:16.9147989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:39:16.9179854Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_complex64 2022-09-27T15:39:16.9317198Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:39:16.9586979Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:39:16.9608268Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_complex64 2022-09-27T15:39:16.9673031Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_float32 2022-09-27T15:39:16.9746759Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:39:16.9987956Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float16 2022-09-27T15:39:17.0025960Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_float32 2022-09-27T15:39:17.0121275Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:39:17.0165221Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float16 2022-09-27T15:39:17.0193757Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:39:17.0475608Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:39:17.0515620Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_float32 2022-09-27T15:39:17.0549256Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:39:17.0624670Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_float32 2022-09-27T15:39:17.0903769Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:39:17.0955424Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_complex64 2022-09-27T15:39:17.0996942Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:39:17.1145105Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_complex64 2022-09-27T15:39:17.1458468Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int16 2022-09-27T15:39:17.1463424Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_float32 2022-09-27T15:39:17.1467879Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_float32 2022-09-27T15:39:17.1544637Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int16 2022-09-27T15:39:17.1805146Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int32 2022-09-27T15:39:17.1811038Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_complex64 2022-09-27T15:39:17.1834708Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int32 2022-09-27T15:39:17.2093652Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_complex64 2022-09-27T15:39:17.2226326Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:39:17.2258070Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_float32 2022-09-27T15:39:17.2477227Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_float32 2022-09-27T15:39:17.2505394Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:39:17.2668419Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int8 2022-09-27T15:39:17.2694761Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_complex64 2022-09-27T15:39:17.2706285Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex32 2022-09-27T15:39:17.2881668Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex64 2022-09-27T15:39:17.2953856Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int8 2022-09-27T15:39:17.2963556Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_complex64 2022-09-27T15:39:17.3118038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_uint8 2022-09-27T15:39:17.3261153Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_float32 2022-09-27T15:39:17.3337714Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_float32 2022-09-27T15:39:17.3385928Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_uint8 2022-09-27T15:39:17.3547523Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bfloat16 2022-09-27T15:39:17.3751196Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_complex64 2022-09-27T15:39:17.3770070Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex128 2022-09-27T15:39:17.5560628Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex64 2022-09-27T15:39:17.5575774Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_complex64 2022-09-27T15:39:17.6080567Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_float32 2022-09-27T15:39:17.6100843Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_float32 2022-09-27T15:39:17.6587665Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_complex64 2022-09-27T15:39:17.6729609Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_complex64 2022-09-27T15:39:17.6800177Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_float32 2022-09-27T15:39:17.7224051Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_float32 2022-09-27T15:39:17.7247414Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_complex64 2022-09-27T15:39:17.7713264Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_complex64 2022-09-27T15:39:17.7739236Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_float32 2022-09-27T15:39:17.8062169Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_float32 2022-09-27T15:39:17.8340383Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_complex64 2022-09-27T15:39:17.8465330Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_complex64 2022-09-27T15:39:17.8535991Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_float32 2022-09-27T15:39:17.8642088Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_float32 2022-09-27T15:39:17.8652402Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex64 2022-09-27T15:39:17.8904492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float16 2022-09-27T15:39:17.9249263Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_complex64 2022-09-27T15:39:17.9468272Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_complex64 2022-09-27T15:39:17.9770246Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_float32 2022-09-27T15:39:17.9906298Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_float32 2022-09-27T15:39:18.1696605Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_complex64 2022-09-27T15:39:18.1768834Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex64 2022-09-27T15:39:18.2530963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float32 2022-09-27T15:39:18.2643156Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_complex64 2022-09-27T15:39:18.2837201Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_float32 2022-09-27T15:39:18.2848791Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float16 2022-09-27T15:39:18.2919432Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float32 2022-09-27T15:39:18.3069777Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_float32 2022-09-27T15:39:18.3759406Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_complex64 2022-09-27T15:39:18.3900825Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_complex64 2022-09-27T15:39:18.4443473Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_float32 2022-09-27T15:39:18.4525326Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_float32 2022-09-27T15:39:18.4959615Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_complex64 2022-09-27T15:39:18.4975786Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float32 2022-09-27T15:39:18.4981657Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float64 2022-09-27T15:39:18.5001952Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_complex64 2022-09-27T15:39:18.5069456Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_float32 2022-09-27T15:39:18.5086240Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float32 2022-09-27T15:39:18.5102172Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float64 2022-09-27T15:39:18.5468332Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_float32 2022-09-27T15:39:18.5510144Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_complex64 2022-09-27T15:39:18.5870208Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_complex64 2022-09-27T15:39:18.5908805Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bfloat16 2022-09-27T15:39:18.5911389Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bool 2022-09-27T15:39:18.5939960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_float32 2022-09-27T15:39:18.6355132Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_float32 2022-09-27T15:39:18.6712798Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:39:18.6786498Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:39:18.6805210Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:39:18.6947820Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float64 2022-09-27T15:39:18.6978347Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int16 2022-09-27T15:39:18.7298413Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:39:18.7502247Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_complex64 2022-09-27T15:39:18.7569919Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float64 2022-09-27T15:39:18.8275501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int16 2022-09-27T15:39:18.8289999Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_complex64 2022-09-27T15:39:18.8752187Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_float32 2022-09-27T15:39:18.8767344Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_float32 2022-09-27T15:39:18.8943830Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_complex64 2022-09-27T15:39:18.9002571Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int16 2022-09-27T15:39:18.9813738Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int32 2022-09-27T15:39:18.9827654Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int16 2022-09-27T15:39:19.0067786Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int32 2022-09-27T15:39:19.0084048Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_complex64 2022-09-27T15:39:19.0572190Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_float32 2022-09-27T15:39:19.0587924Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_float32 2022-09-27T15:39:19.2568155Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:39:19.2588861Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:39:19.2681427Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:39:19.2724596Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bool 2022-09-27T15:39:19.3292243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float16 2022-09-27T15:39:19.3307797Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:39:19.3485042Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_complex64 2022-09-27T15:39:19.3539324Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_complex64 2022-09-27T15:39:19.3548458Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int32 2022-09-27T15:39:19.3555275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int64 2022-09-27T15:39:19.3563838Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int32 2022-09-27T15:39:19.3800114Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int64 2022-09-27T15:39:19.4245512Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_float32 2022-09-27T15:39:19.4265187Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_float32 2022-09-27T15:39:19.4519128Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_complex64 2022-09-27T15:39:19.4746088Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_complex64 2022-09-27T15:39:19.5662900Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_float32 2022-09-27T15:39:19.5728077Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int64 2022-09-27T15:39:19.6557238Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int8 2022-09-27T15:39:19.6583376Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_float32 2022-09-27T15:39:19.6592466Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_cpu_float32 2022-09-27T15:39:19.6634364Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int64 2022-09-27T15:39:19.6789744Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int8 2022-09-27T15:39:19.6904517Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_cpu_float32 2022-09-27T15:39:19.6918057Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int8 2022-09-27T15:39:19.7043073Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_uint8 2022-09-27T15:39:19.7489730Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:39:19.7519039Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:39:19.7988150Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:39:19.8019752Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:39:19.8959890Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:39:19.8985530Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_uint8 2022-09-27T15:39:19.9101612Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bfloat16 2022-09-27T15:39:19.9120346Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int8 2022-09-27T15:39:20.2124550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_uint8 2022-09-27T15:39:20.2148051Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_uint8 2022-09-27T15:39:20.3350687Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bfloat16 2022-09-27T15:39:20.3416449Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bfloat16 2022-09-27T15:39:20.5303351Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bool 2022-09-27T15:39:20.5311301Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bfloat16 2022-09-27T15:39:20.6157557Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bool 2022-09-27T15:39:20.6182187Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bool 2022-09-27T15:39:20.6240534Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex128 2022-09-27T15:39:20.6250304Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:39:20.6849010Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:39:20.6862951Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float16 2022-09-27T15:39:20.9011055Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float32 2022-09-27T15:39:20.9028406Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bool 2022-09-27T15:39:21.0429051Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex128 2022-09-27T15:39:21.0455267Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex128 2022-09-27T15:39:21.3596310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex64 2022-09-27T15:39:21.3610065Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:39:21.3670999Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:39:21.4090631Z [gw0] [ 69%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:39:21.5202744Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gelu_cpu_float32 2022-09-27T15:39:21.5230630Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex64 2022-09-27T15:39:21.5371873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float16 2022-09-27T15:39:21.5385807Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gelu_cpu_float32 2022-09-27T15:39:21.5398802Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_glu_cpu_float32 2022-09-27T15:39:21.5412103Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float32 2022-09-27T15:39:21.6543177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float64 2022-09-27T15:39:21.6571715Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_glu_cpu_float32 2022-09-27T15:39:21.7486080Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_grid_sample_cpu_float32 2022-09-27T15:39:21.7506796Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float16 2022-09-27T15:39:22.0586909Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float32 2022-09-27T15:39:22.0601445Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float32 2022-09-27T15:39:22.1931796Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float64 2022-09-27T15:39:22.1957234Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_grid_sample_cpu_float32 2022-09-27T15:39:22.2276125Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_group_norm_cpu_float32 2022-09-27T15:39:22.2295006Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex128 2022-09-27T15:39:22.4025502Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex64 2022-09-27T15:39:22.4048293Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float64 2022-09-27T15:39:22.4085729Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int16 2022-09-27T15:39:22.4103914Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float64 2022-09-27T15:39:22.5106968Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int16 2022-09-27T15:39:22.5135245Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_group_norm_cpu_float32 2022-09-27T15:39:22.5327136Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardshrink_cpu_float32 2022-09-27T15:39:22.5554635Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardshrink_cpu_float32 2022-09-27T15:39:22.5678475Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:39:22.6062058Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:39:22.6132124Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardswish_cpu_float32 2022-09-27T15:39:22.6440003Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardswish_cpu_float32 2022-09-27T15:39:22.6541834Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardtanh_cpu_float32 2022-09-27T15:39:22.6555998Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int16 2022-09-27T15:39:22.6636331Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int32 2022-09-27T15:39:22.6869548Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardtanh_cpu_float32 2022-09-27T15:39:22.8503011Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:39:22.8524713Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:39:22.9127771Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_huber_loss_cpu_float32 2022-09-27T15:39:22.9142215Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int32 2022-09-27T15:39:22.9420724Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int64 2022-09-27T15:39:22.9436270Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_huber_loss_cpu_float32 2022-09-27T15:39:22.9718702Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_instance_norm_cpu_float32 2022-09-27T15:39:22.9731984Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int16 2022-09-27T15:39:23.0133275Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int32 2022-09-27T15:39:23.0153578Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex64 2022-09-27T15:39:23.2576168Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float32 2022-09-27T15:39:23.2599933Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int64 2022-09-27T15:39:23.3541935Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int8 2022-09-27T15:39:23.3566077Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float32 2022-09-27T15:39:23.5572296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float64 2022-09-27T15:39:23.5595738Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int8 2022-09-27T15:39:23.6618823Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_uint8 2022-09-27T15:39:23.6727187Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float64 2022-09-27T15:39:23.6734223Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int32 2022-09-27T15:39:23.6864804Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int16 2022-09-27T15:39:23.8301184Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int64 2022-09-27T15:39:23.8325474Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_uint8 2022-09-27T15:39:24.0028966Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bfloat16 2022-09-27T15:39:24.0057059Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int16 2022-09-27T15:39:24.0277208Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int32 2022-09-27T15:39:24.0301569Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bfloat16 2022-09-27T15:39:24.2310289Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bool 2022-09-27T15:39:24.2398267Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bool 2022-09-27T15:39:24.2456316Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float16 2022-09-27T15:39:24.2456814Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int32 2022-09-27T15:39:24.3135256Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int64 2022-09-27T15:39:24.3153372Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int64 2022-09-27T15:39:24.5753137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int8 2022-09-27T15:39:24.5806339Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int64 2022-09-27T15:39:24.6349844Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int8 2022-09-27T15:39:24.6376366Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float16 2022-09-27T15:39:24.8635164Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float32 2022-09-27T15:39:24.8659404Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float32 2022-09-27T15:39:24.9239931Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float64 2022-09-27T15:39:24.9268751Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int8 2022-09-27T15:39:25.0013809Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_uint8 2022-09-27T15:39:25.0036695Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int8 2022-09-27T15:39:25.0218539Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_uint8 2022-09-27T15:39:25.0238891Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float64 2022-09-27T15:39:25.0973050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int16 2022-09-27T15:39:25.0996733Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int16 2022-09-27T15:39:25.1468256Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int32 2022-09-27T15:39:25.1483143Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_uint8 2022-09-27T15:39:25.1809860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bfloat16 2022-09-27T15:39:25.1904134Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bfloat16 2022-09-27T15:39:25.2024716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bool 2022-09-27T15:39:25.2291608Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bool 2022-09-27T15:39:25.2315400Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int32 2022-09-27T15:39:25.2461223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int64 2022-09-27T15:39:25.2680177Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex128 2022-09-27T15:39:25.2924639Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex128 2022-09-27T15:39:25.3017393Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex64 2022-09-27T15:39:25.3332895Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex64 2022-09-27T15:39:25.3468727Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float16 2022-09-27T15:39:25.3782222Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float16 2022-09-27T15:39:25.3923838Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float32 2022-09-27T15:39:25.3943895Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int64 2022-09-27T15:39:25.3959524Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int8 2022-09-27T15:39:25.4227651Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float32 2022-09-27T15:39:25.4323943Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float64 2022-09-27T15:39:25.4627002Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float64 2022-09-27T15:39:25.4754758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int16 2022-09-27T15:39:25.5053186Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int16 2022-09-27T15:39:25.5154408Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int32 2022-09-27T15:39:25.5211256Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int32 2022-09-27T15:39:25.5230033Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int8 2022-09-27T15:39:25.5513979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_uint8 2022-09-27T15:39:25.5619427Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int64 2022-09-27T15:39:25.5982906Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int64 2022-09-27T15:39:25.6064051Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int8 2022-09-27T15:39:25.6391583Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int8 2022-09-27T15:39:25.6514689Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_uint8 2022-09-27T15:39:25.6526148Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_uint8 2022-09-27T15:39:25.6539440Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_uint8 2022-09-27T15:39:25.6771084Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bfloat16 2022-09-27T15:39:25.6786160Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_uint8 2022-09-27T15:39:25.6867069Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bfloat16 2022-09-27T15:39:25.6884738Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bfloat16 2022-09-27T15:39:25.7053107Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bfloat16 2022-09-27T15:39:25.7271264Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bfloat16 2022-09-27T15:39:25.7319181Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bool 2022-09-27T15:39:25.7344562Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bool 2022-09-27T15:39:25.7501145Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bool 2022-09-27T15:39:25.7749792Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bool 2022-09-27T15:39:25.7812210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex128 2022-09-27T15:39:25.7898499Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex128 2022-09-27T15:39:25.8006709Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex128 2022-09-27T15:39:25.8185610Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex128 2022-09-27T15:39:25.8211669Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex32 2022-09-27T15:39:25.8223157Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bfloat16 2022-09-27T15:39:25.8301802Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bool 2022-09-27T15:39:25.8310188Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex32 2022-09-27T15:39:25.8575366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex64 2022-09-27T15:39:25.8674148Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex64 2022-09-27T15:39:25.8679239Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_instance_norm_cpu_float32 2022-09-27T15:39:25.8700053Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex64 2022-09-27T15:39:25.8774171Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:39:25.8781965Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex64 2022-09-27T15:39:25.8968297Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float16 2022-09-27T15:39:25.9103017Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float16 2022-09-27T15:39:25.9184683Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float16 2022-09-27T15:39:25.9192954Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float32 2022-09-27T15:39:25.9401714Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float16 2022-09-27T15:39:25.9476019Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float32 2022-09-27T15:39:25.9499902Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:39:25.9545962Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:39:25.9624146Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float32 2022-09-27T15:39:25.9633849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float64 2022-09-27T15:39:25.9844498Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float32 2022-09-27T15:39:25.9925738Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float64 2022-09-27T15:39:25.9934070Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:39:25.9987728Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:39:25.9995382Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bool 2022-09-27T15:39:26.0022256Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float16 2022-09-27T15:39:26.0062664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float64 2022-09-27T15:39:26.0107550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int16 2022-09-27T15:39:26.0226820Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float64 2022-09-27T15:39:26.0236061Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int16 2022-09-27T15:39:26.0343601Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:39:26.0463189Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:39:26.0503150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex32 2022-09-27T15:39:26.0656102Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int32 2022-09-27T15:39:26.0698614Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int32 2022-09-27T15:39:26.0747247Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:39:26.0783360Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex32 2022-09-27T15:39:26.0906947Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:39:26.0943554Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex64 2022-09-27T15:39:26.1116559Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int64 2022-09-27T15:39:26.1122703Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:39:26.1221957Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int64 2022-09-27T15:39:26.1289193Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:39:26.1342492Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex64 2022-09-27T15:39:26.1382169Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float16 2022-09-27T15:39:26.1542774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int8 2022-09-27T15:39:26.1563976Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int8 2022-09-27T15:39:26.1575615Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float16 2022-09-27T15:39:26.1616484Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float32 2022-09-27T15:39:26.1661893Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:39:26.1727052Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_kl_div_cpu_float32 2022-09-27T15:39:26.1784485Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float16 2022-09-27T15:39:26.1824350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float32 2022-09-27T15:39:26.2008669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_uint8 2022-09-27T15:39:26.2093065Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_uint8 2022-09-27T15:39:26.2113608Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float32 2022-09-27T15:39:26.2119633Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float32 2022-09-27T15:39:26.2229615Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float64 2022-09-27T15:39:26.2267310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float64 2022-09-27T15:39:26.2305135Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex128 2022-09-27T15:39:26.2538523Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex128 2022-09-27T15:39:26.2664102Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float64 2022-09-27T15:39:26.2710233Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int16 2022-09-27T15:39:26.2752544Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex64 2022-09-27T15:39:26.2789229Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex64 2022-09-27T15:39:26.2800737Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float64 2022-09-27T15:39:26.2904710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int16 2022-09-27T15:39:26.3106235Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int16 2022-09-27T15:39:26.3147193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int32 2022-09-27T15:39:26.3187992Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float32 2022-09-27T15:39:26.3346191Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float32 2022-09-27T15:39:26.3413859Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int32 2022-09-27T15:39:26.3423923Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int16 2022-09-27T15:39:26.3543453Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int32 2022-09-27T15:39:26.3585214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int64 2022-09-27T15:39:26.3619714Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float64 2022-09-27T15:39:26.3638824Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float64 2022-09-27T15:39:26.3648598Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_kl_div_cpu_float32 2022-09-27T15:39:26.3774399Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_l1_loss_cpu_float32 2022-09-27T15:39:26.3989415Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int64 2022-09-27T15:39:26.4026312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int8 2022-09-27T15:39:26.4063377Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int16 2022-09-27T15:39:26.4069251Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int32 2022-09-27T15:39:26.4076601Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int16 2022-09-27T15:39:26.4222054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int64 2022-09-27T15:39:26.4229998Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int8 2022-09-27T15:39:26.4247598Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_l1_loss_cpu_float32 2022-09-27T15:39:26.4427034Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_layer_norm_cpu_float32 2022-09-27T15:39:26.4499498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_uint8 2022-09-27T15:39:26.4503685Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int32 2022-09-27T15:39:26.4709406Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int32 2022-09-27T15:39:26.4863738Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_uint8 2022-09-27T15:39:26.4937818Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_bfloat16 2022-09-27T15:39:26.4943090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int64 2022-09-27T15:39:26.5063723Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int64 2022-09-27T15:39:26.5073415Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int64 2022-09-27T15:39:26.5178067Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int8 2022-09-27T15:39:26.5189592Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_layer_norm_cpu_float32 2022-09-27T15:39:26.5246310Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:39:26.5302216Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_bfloat16 2022-09-27T15:39:26.5343828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float32 2022-09-27T15:39:26.5370861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int8 2022-09-27T15:39:26.5416437Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int8 2022-09-27T15:39:26.5481524Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:39:26.5623144Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float32 2022-09-27T15:39:26.5766609Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_linear_cpu_float32 2022-09-27T15:39:26.5773462Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int8 2022-09-27T15:39:26.5785187Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_uint8 2022-09-27T15:39:26.5786325Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_uint8 2022-09-27T15:39:26.5814056Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float64 2022-09-27T15:39:26.5943290Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_uint8 2022-09-27T15:39:26.6279640Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float64 2022-09-27T15:39:26.6280436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bfloat16 2022-09-27T15:39:26.6290450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int16 2022-09-27T15:39:26.6393290Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bfloat16 2022-09-27T15:39:26.6482155Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int16 2022-09-27T15:39:26.6491213Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_uint8 2022-09-27T15:39:26.6665528Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bfloat16 2022-09-27T15:39:26.6708163Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bool 2022-09-27T15:39:26.6716362Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int32 2022-09-27T15:39:26.6824868Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bool 2022-09-27T15:39:26.7107612Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int32 2022-09-27T15:39:26.7172795Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex128 2022-09-27T15:39:26.7184628Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex128 2022-09-27T15:39:26.7195069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int64 2022-09-27T15:39:26.7201853Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bfloat16 2022-09-27T15:39:26.7297283Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bool 2022-09-27T15:39:26.7585424Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int64 2022-09-27T15:39:26.7624911Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex32 2022-09-27T15:39:26.7643216Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int8 2022-09-27T15:39:26.7740500Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex32 2022-09-27T15:39:26.8068312Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int8 2022-09-27T15:39:26.8069266Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_uint8 2022-09-27T15:39:26.8124497Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex64 2022-09-27T15:39:26.8184335Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex64 2022-09-27T15:39:26.8247772Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_uint8 2022-09-27T15:39:26.8257186Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bool 2022-09-27T15:39:26.8509283Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex128 2022-09-27T15:39:26.8548249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bfloat16 2022-09-27T15:39:26.8632459Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float16 2022-09-27T15:39:26.8640975Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_linear_cpu_float32 2022-09-27T15:39:26.8649250Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float16 2022-09-27T15:39:26.8988840Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:39:26.9049648Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float32 2022-09-27T15:39:26.9468588Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float32 2022-09-27T15:39:26.9549532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float64 2022-09-27T15:39:26.9948605Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float64 2022-09-27T15:39:27.0087140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int16 2022-09-27T15:39:27.0425226Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int16 2022-09-27T15:39:27.0445280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int32 2022-09-27T15:39:27.0683620Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int32 2022-09-27T15:39:27.0777297Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex128 2022-09-27T15:39:27.0867570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex32 2022-09-27T15:39:27.0922408Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int64 2022-09-27T15:39:27.1108135Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int64 2022-09-27T15:39:27.1176249Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:39:27.1300900Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:39:27.1312150Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bfloat16 2022-09-27T15:39:27.1316950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int8 2022-09-27T15:39:27.1379357Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bool 2022-09-27T15:39:27.1382408Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:39:27.1545868Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int8 2022-09-27T15:39:27.1786968Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:39:27.1848445Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_uint8 2022-09-27T15:39:27.2227788Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_uint8 2022-09-27T15:39:27.2329018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bfloat16 2022-09-27T15:39:27.2585073Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bfloat16 2022-09-27T15:39:27.2594774Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bool 2022-09-27T15:39:27.2705695Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float16 2022-09-27T15:39:27.2718800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bool 2022-09-27T15:39:27.3105605Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bool 2022-09-27T15:39:27.3172947Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex128 2022-09-27T15:39:27.3548290Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex128 2022-09-27T15:39:27.3660502Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex64 2022-09-27T15:39:27.3989770Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex64 2022-09-27T15:39:27.4277891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float16 2022-09-27T15:39:27.4297184Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex32 2022-09-27T15:39:27.4333102Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex64 2022-09-27T15:39:27.4425302Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float16 2022-09-27T15:39:27.4564069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float32 2022-09-27T15:39:27.4867379Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float32 2022-09-27T15:39:27.5031904Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float64 2022-09-27T15:39:27.5368411Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float64 2022-09-27T15:39:27.5368946Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int16 2022-09-27T15:39:27.5749418Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int16 2022-09-27T15:39:27.5834006Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int32 2022-09-27T15:39:27.5850303Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int32 2022-09-27T15:39:27.5862759Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float16 2022-09-27T15:39:27.5912803Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float32 2022-09-27T15:39:27.5921480Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:39:27.6284894Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:39:27.6357417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int64 2022-09-27T15:39:27.6729489Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int64 2022-09-27T15:39:27.7001993Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int8 2022-09-27T15:39:27.7064895Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex64 2022-09-27T15:39:27.7200049Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float16 2022-09-27T15:39:27.7212941Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int8 2022-09-27T15:39:27.8444950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_uint8 2022-09-27T15:39:27.8458891Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_uint8 2022-09-27T15:39:27.8580561Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int32 2022-09-27T15:39:27.8916341Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int32 2022-09-27T15:39:27.8921160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int64 2022-09-27T15:39:27.8953491Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float32 2022-09-27T15:39:27.8975194Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float64 2022-09-27T15:39:27.9366382Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int64 2022-09-27T15:39:27.9430380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bfloat16 2022-09-27T15:39:27.9982489Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bfloat16 2022-09-27T15:39:27.9991109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bool 2022-09-27T15:39:28.0033236Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bool 2022-09-27T15:39:28.0048690Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float16 2022-09-27T15:39:28.0289752Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float32 2022-09-27T15:39:28.0726438Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex128 2022-09-27T15:39:28.0770298Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex128 2022-09-27T15:39:28.0894204Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex64 2022-09-27T15:39:28.1224149Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex64 2022-09-27T15:39:28.1420340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float16 2022-09-27T15:39:28.1663877Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float16 2022-09-27T15:39:28.1750648Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float32 2022-09-27T15:39:28.1853207Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float32 2022-09-27T15:39:28.1896076Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float32 2022-09-27T15:39:28.2136391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float64 2022-09-27T15:39:28.2227453Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float64 2022-09-27T15:39:28.2597767Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float64 2022-09-27T15:39:28.2718764Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int16 2022-09-27T15:39:28.2988466Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int16 2022-09-27T15:39:28.2997513Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int32 2022-09-27T15:39:28.3105268Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float64 2022-09-27T15:39:28.3252326Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int16 2022-09-27T15:39:28.3434068Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int32 2022-09-27T15:39:28.3535546Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int64 2022-09-27T15:39:28.3954954Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int64 2022-09-27T15:39:28.3959854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int8 2022-09-27T15:39:28.4068388Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int8 2022-09-27T15:39:28.4080623Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float64 2022-09-27T15:39:28.4345925Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int16 2022-09-27T15:39:28.4397718Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_uint8 2022-09-27T15:39:28.4851824Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_uint8 2022-09-27T15:39:28.4872018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int32 2022-09-27T15:39:28.5266994Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int32 2022-09-27T15:39:28.5356362Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int64 2022-09-27T15:39:28.5367201Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int64 2022-09-27T15:39:28.5376777Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int16 2022-09-27T15:39:28.5443361Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int32 2022-09-27T15:39:28.5451727Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int16 2022-09-27T15:39:28.5703911Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int32 2022-09-27T15:39:28.7579657Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bfloat16 2022-09-27T15:39:28.7708870Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int32 2022-09-27T15:39:28.8663581Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int64 2022-09-27T15:39:28.8756317Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int32 2022-09-27T15:39:28.9421384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int64 2022-09-27T15:39:28.9437154Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int64 2022-09-27T15:39:29.1116930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int8 2022-09-27T15:39:29.1221641Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int64 2022-09-27T15:39:29.1614551Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int8 2022-09-27T15:39:29.1675310Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int8 2022-09-27T15:39:29.3868824Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_uint8 2022-09-27T15:39:29.3930041Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_uint8 2022-09-27T15:39:29.3943778Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int8 2022-09-27T15:39:29.3950517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int16 2022-09-27T15:39:29.5247350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_uint8 2022-09-27T15:39:29.5272528Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bfloat16 2022-09-27T15:39:29.7132798Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bool 2022-09-27T15:39:29.7147844Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_uint8 2022-09-27T15:39:29.9831201Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bfloat16 2022-09-27T15:39:29.9855241Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int16 2022-09-27T15:39:30.1114816Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int32 2022-09-27T15:39:30.1194142Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bfloat16 2022-09-27T15:39:30.2483029Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bool 2022-09-27T15:39:30.2498476Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bool 2022-09-27T15:39:30.3119103Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex128 2022-09-27T15:39:30.3265830Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bool 2022-09-27T15:39:30.4304722Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float16 2022-09-27T15:39:30.4328120Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int32 2022-09-27T15:39:30.9274267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int64 2022-09-27T15:39:30.9298523Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int64 2022-09-27T15:39:31.0769334Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int8 2022-09-27T15:39:31.0793472Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float16 2022-09-27T15:39:31.4005282Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float32 2022-09-27T15:39:31.4028310Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex128 2022-09-27T15:39:31.4758781Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex64 2022-09-27T15:39:31.4790263Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int8 2022-09-27T15:39:31.6757418Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_uint8 2022-09-27T15:39:31.6780588Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float32 2022-09-27T15:39:31.9548615Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float64 2022-09-27T15:39:31.9573613Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_uint8 2022-09-27T15:39:32.1727907Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bfloat16 2022-09-27T15:39:32.1744979Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float64 2022-09-27T15:39:32.4701889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int16 2022-09-27T15:39:32.4726373Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bfloat16 2022-09-27T15:39:32.5630933Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bool 2022-09-27T15:39:32.5783982Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int16 2022-09-27T15:39:32.7599256Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int32 2022-09-27T15:39:32.7625413Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bool 2022-09-27T15:39:32.8739720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float16 2022-09-27T15:39:32.8763143Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int32 2022-09-27T15:39:32.9628291Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int64 2022-09-27T15:39:32.9644156Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex64 2022-09-27T15:39:33.3541152Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float16 2022-09-27T15:39:33.3565499Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int64 2022-09-27T15:39:33.4398687Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int8 2022-09-27T15:39:33.4410630Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float16 2022-09-27T15:39:33.6605954Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float32 2022-09-27T15:39:33.6632730Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int8 2022-09-27T15:39:33.7840187Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_uint8 2022-09-27T15:39:33.7864073Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float32 2022-09-27T15:39:33.9897689Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float64 2022-09-27T15:39:33.9914437Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float16 2022-09-27T15:39:34.1220493Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float32 2022-09-27T15:39:34.1269317Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_uint8 2022-09-27T15:39:34.2187492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bfloat16 2022-09-27T15:39:34.2212254Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bfloat16 2022-09-27T15:39:34.2491214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bool 2022-09-27T15:39:34.2700559Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bool 2022-09-27T15:39:34.3096771Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex128 2022-09-27T15:39:34.3120565Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex128 2022-09-27T15:39:34.4227234Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex32 2022-09-27T15:39:34.4243692Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float64 2022-09-27T15:39:34.4297028Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int16 2022-09-27T15:39:34.4325381Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex32 2022-09-27T15:39:34.4838470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex64 2022-09-27T15:39:34.4868741Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex64 2022-09-27T15:39:34.5458518Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float16 2022-09-27T15:39:34.5473980Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float32 2022-09-27T15:39:34.5637395Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float64 2022-09-27T15:39:34.5648160Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float16 2022-09-27T15:39:34.6623723Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float32 2022-09-27T15:39:34.6652104Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float32 2022-09-27T15:39:34.7023165Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float64 2022-09-27T15:39:34.7102522Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float64 2022-09-27T15:39:34.7348901Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int16 2022-09-27T15:39:34.7656379Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int16 2022-09-27T15:39:34.7822393Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int32 2022-09-27T15:39:34.8136710Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int32 2022-09-27T15:39:34.9244167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int64 2022-09-27T15:39:34.9268398Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int64 2022-09-27T15:39:35.0072745Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int8 2022-09-27T15:39:35.0085603Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int16 2022-09-27T15:39:35.0427888Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int32 2022-09-27T15:39:35.0492202Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int8 2022-09-27T15:39:35.1029757Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_uint8 2022-09-27T15:39:35.1053040Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_uint8 2022-09-27T15:39:35.1118641Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bfloat16 2022-09-27T15:39:35.1502894Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bfloat16 2022-09-27T15:39:35.1511421Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bool 2022-09-27T15:39:35.1977138Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bool 2022-09-27T15:39:35.1985884Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex128 2022-09-27T15:39:35.2194584Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex128 2022-09-27T15:39:35.2213978Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float64 2022-09-27T15:39:35.2385590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int16 2022-09-27T15:39:35.2445872Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex32 2022-09-27T15:39:35.2633282Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex32 2022-09-27T15:39:35.2652848Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int32 2022-09-27T15:39:35.2853780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int64 2022-09-27T15:39:35.2878367Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex64 2022-09-27T15:39:35.3304201Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex64 2022-09-27T15:39:35.3316395Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float16 2022-09-27T15:39:35.3755547Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float16 2022-09-27T15:39:35.3799437Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float32 2022-09-27T15:39:35.4236894Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float32 2022-09-27T15:39:35.4241768Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float64 2022-09-27T15:39:35.4521471Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float64 2022-09-27T15:39:35.4530922Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int64 2022-09-27T15:39:35.4671538Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int8 2022-09-27T15:39:35.4672011Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int16 2022-09-27T15:39:35.5111476Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int16 2022-09-27T15:39:35.5112118Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int32 2022-09-27T15:39:35.5516208Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int32 2022-09-27T15:39:35.5538148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int64 2022-09-27T15:39:35.5943738Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int64 2022-09-27T15:39:35.5992604Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int8 2022-09-27T15:39:35.6428953Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int8 2022-09-27T15:39:35.6434625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_uint8 2022-09-27T15:39:35.6869441Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_uint8 2022-09-27T15:39:35.8578005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bfloat16 2022-09-27T15:39:35.8602364Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int16 2022-09-27T15:39:35.8781506Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int32 2022-09-27T15:39:35.8799843Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int8 2022-09-27T15:39:36.3740549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_uint8 2022-09-27T15:39:36.3764355Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bfloat16 2022-09-27T15:39:36.5988356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bool 2022-09-27T15:39:36.6027361Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_uint8 2022-09-27T15:39:36.6275483Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bfloat16 2022-09-27T15:39:36.6301190Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int32 2022-09-27T15:39:36.6726648Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int64 2022-09-27T15:39:36.6808100Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bool 2022-09-27T15:39:37.2325735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex128 2022-09-27T15:39:37.2345729Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bfloat16 2022-09-27T15:39:37.3583744Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bool 2022-09-27T15:39:37.3601558Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int64 2022-09-27T15:39:37.8942576Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int8 2022-09-27T15:39:37.8956875Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bool 2022-09-27T15:39:38.0908937Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float32 2022-09-27T15:39:38.1065804Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex128 2022-09-27T15:39:38.5198360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex32 2022-09-27T15:39:38.5224309Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float32 2022-09-27T15:39:38.5789918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float64 2022-09-27T15:39:38.5806805Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int8 2022-09-27T15:39:39.3447416Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_uint8 2022-09-27T15:39:39.3471206Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex32 2022-09-27T15:39:39.6035393Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex64 2022-09-27T15:39:39.6061403Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_uint8 2022-09-27T15:39:39.6443485Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_bfloat16 2022-09-27T15:39:39.6468736Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float64 2022-09-27T15:39:40.0284881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int16 2022-09-27T15:39:40.0316418Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex64 2022-09-27T15:39:40.0787722Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float16 2022-09-27T15:39:40.0810544Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int16 2022-09-27T15:39:40.1352762Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int32 2022-09-27T15:39:40.1443116Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:39:40.1805872Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:39:40.1826907Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_bfloat16 2022-09-27T15:39:40.3598203Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float32 2022-09-27T15:39:40.3624054Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int32 2022-09-27T15:39:40.5420711Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int64 2022-09-27T15:39:40.5442466Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float16 2022-09-27T15:39:40.6745353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float32 2022-09-27T15:39:40.6811710Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float32 2022-09-27T15:39:40.6936594Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float64 2022-09-27T15:39:40.6987304Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float32 2022-09-27T15:39:40.8505967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float64 2022-09-27T15:39:40.8521200Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int64 2022-09-27T15:39:41.0012980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int8 2022-09-27T15:39:41.0033801Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float64 2022-09-27T15:39:41.1324903Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int16 2022-09-27T15:39:41.1344716Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int16 2022-09-27T15:39:41.2314679Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int32 2022-09-27T15:39:41.2335086Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float64 2022-09-27T15:39:41.3355198Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int16 2022-09-27T15:39:41.3366961Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int8 2022-09-27T15:39:41.3804059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_uint8 2022-09-27T15:39:41.3827223Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int32 2022-09-27T15:39:41.5432479Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int64 2022-09-27T15:39:41.5455296Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int16 2022-09-27T15:39:41.6136395Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int32 2022-09-27T15:39:41.6157642Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int64 2022-09-27T15:39:41.8429698Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int8 2022-09-27T15:39:41.8457246Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int8 2022-09-27T15:39:41.8501204Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_uint8 2022-09-27T15:39:41.8518957Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int32 2022-09-27T15:39:42.0000615Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int64 2022-09-27T15:39:42.0011034Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int64 2022-09-27T15:39:42.0132786Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int8 2022-09-27T15:39:42.0152650Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_uint8 2022-09-27T15:39:42.0285033Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bfloat16 2022-09-27T15:39:42.0340120Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_uint8 2022-09-27T15:39:42.0805391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_bfloat16 2022-09-27T15:39:42.0826902Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_bfloat16 2022-09-27T15:39:42.1521180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:39:42.1540504Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:39:42.1728622Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:39:42.1750891Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int8 2022-09-27T15:39:42.2260849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_uint8 2022-09-27T15:39:42.2280212Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:39:42.2771522Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float16 2022-09-27T15:39:42.2793613Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float16 2022-09-27T15:39:42.3556143Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:39:42.3575373Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:39:42.4149832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:39:42.4166379Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_uint8 2022-09-27T15:39:42.4235370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bfloat16 2022-09-27T15:39:42.4246054Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bfloat16 2022-09-27T15:39:42.4265041Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bool 2022-09-27T15:39:42.4278226Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:39:42.4285704Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bfloat16 2022-09-27T15:39:42.4588078Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_bfloat16 2022-09-27T15:39:42.4685881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bool 2022-09-27T15:39:42.5028666Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bool 2022-09-27T15:39:42.5033832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex128 2022-09-27T15:39:42.5051067Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_bfloat16 2022-09-27T15:39:42.5337201Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex128 2022-09-27T15:39:42.5464308Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex128 2022-09-27T15:39:42.5549401Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex32 2022-09-27T15:39:42.5904527Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex32 2022-09-27T15:39:42.5990891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex64 2022-09-27T15:39:42.6051538Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex64 2022-09-27T15:39:42.6065281Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex128 2022-09-27T15:39:42.6344675Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex64 2022-09-27T15:39:42.6455545Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float16 2022-09-27T15:39:42.6787143Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float16 2022-09-27T15:39:42.6900518Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float32 2022-09-27T15:39:42.7106238Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float32 2022-09-27T15:39:42.7119718Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex64 2022-09-27T15:39:42.7223980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float16 2022-09-27T15:39:42.7336104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float64 2022-09-27T15:39:42.7700045Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float64 2022-09-27T15:39:42.7776525Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int16 2022-09-27T15:39:42.8010968Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int16 2022-09-27T15:39:42.8028322Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bool 2022-09-27T15:39:42.8121611Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex128 2022-09-27T15:39:42.8128764Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float16 2022-09-27T15:39:42.8136632Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int32 2022-09-27T15:39:42.8198044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float32 2022-09-27T15:39:42.8547971Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int32 2022-09-27T15:39:42.8615854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int64 2022-09-27T15:39:42.9058286Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int64 2022-09-27T15:39:42.9064587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int8 2022-09-27T15:39:42.9166211Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int8 2022-09-27T15:39:42.9308901Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float32 2022-09-27T15:39:42.9476120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float64 2022-09-27T15:39:42.9502802Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_uint8 2022-09-27T15:39:42.9867999Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_uint8 2022-09-27T15:39:42.9933186Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bfloat16 2022-09-27T15:39:43.0252644Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bfloat16 2022-09-27T15:39:43.0268222Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float64 2022-09-27T15:39:43.0396196Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex128 2022-09-27T15:39:43.0401362Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bool 2022-09-27T15:39:43.0852314Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bool 2022-09-27T15:39:43.0858242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex128 2022-09-27T15:39:43.1255569Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex128 2022-09-27T15:39:43.1288568Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex32 2022-09-27T15:39:43.1667410Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex32 2022-09-27T15:39:43.1731727Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex64 2022-09-27T15:39:43.2104866Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex64 2022-09-27T15:39:43.2160253Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float16 2022-09-27T15:39:43.2569125Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float16 2022-09-27T15:39:43.2626344Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float32 2022-09-27T15:39:43.2989490Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float32 2022-09-27T15:39:43.3069194Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float64 2022-09-27T15:39:43.3150207Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float64 2022-09-27T15:39:43.3310930Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex128 2022-09-27T15:39:43.3428246Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex64 2022-09-27T15:39:43.3495859Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int16 2022-09-27T15:39:43.3907350Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int16 2022-09-27T15:39:43.3987858Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int32 2022-09-27T15:39:43.4388677Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int32 2022-09-27T15:39:43.4452943Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int64 2022-09-27T15:39:43.4868149Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int64 2022-09-27T15:39:43.4932844Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int8 2022-09-27T15:39:43.5346783Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int8 2022-09-27T15:39:43.5412971Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_uint8 2022-09-27T15:39:43.5788139Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_uint8 2022-09-27T15:39:43.5829638Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bfloat16 2022-09-27T15:39:43.5846521Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex64 2022-09-27T15:39:43.6045485Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float32 2022-09-27T15:39:43.6231232Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bfloat16 2022-09-27T15:39:43.6341892Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bool 2022-09-27T15:39:43.6460853Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bool 2022-09-27T15:39:43.6471637Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex128 2022-09-27T15:39:43.6665080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex32 2022-09-27T15:39:43.6826129Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex128 2022-09-27T15:39:43.7155487Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex128 2022-09-27T15:39:43.7382359Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex32 2022-09-27T15:39:43.7601436Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex32 2022-09-27T15:39:43.7746557Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex64 2022-09-27T15:39:43.8023745Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex64 2022-09-27T15:39:43.8176868Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float16 2022-09-27T15:39:43.8542180Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float16 2022-09-27T15:39:43.8586256Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float32 2022-09-27T15:39:43.8615169Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float32 2022-09-27T15:39:43.8624136Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float64 2022-09-27T15:39:43.9073537Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float32 2022-09-27T15:39:43.9160189Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float64 2022-09-27T15:39:43.9576625Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float64 2022-09-27T15:39:43.9584537Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int16 2022-09-27T15:39:43.9946877Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int16 2022-09-27T15:39:44.0043891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int32 2022-09-27T15:39:44.0427536Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int32 2022-09-27T15:39:44.0555673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int64 2022-09-27T15:39:44.0907890Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int64 2022-09-27T15:39:44.0981088Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int8 2022-09-27T15:39:44.1343976Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int8 2022-09-27T15:39:44.1419080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_uint8 2022-09-27T15:39:44.1786088Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_uint8 2022-09-27T15:39:44.1860611Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bfloat16 2022-09-27T15:39:44.2228030Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bfloat16 2022-09-27T15:39:44.2293255Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bool 2022-09-27T15:39:44.2706514Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bool 2022-09-27T15:39:44.2795947Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex128 2022-09-27T15:39:44.3185742Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex128 2022-09-27T15:39:44.3271082Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex32 2022-09-27T15:39:44.3626417Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex32 2022-09-27T15:39:44.3713012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex64 2022-09-27T15:39:44.3837256Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex64 2022-09-27T15:39:44.3862553Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float64 2022-09-27T15:39:44.4070200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:39:44.4185428Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float16 2022-09-27T15:39:44.4203393Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float16 2022-09-27T15:39:44.4268304Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:39:44.4425388Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:39:44.4439428Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex32 2022-09-27T15:39:44.4509827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex64 2022-09-27T15:39:44.4511055Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:39:44.4590067Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float32 2022-09-27T15:39:44.4755741Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float32 2022-09-27T15:39:44.4926184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float32 2022-09-27T15:39:44.4946290Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float32 2022-09-27T15:39:44.5016015Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float64 2022-09-27T15:39:44.5221035Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float64 2022-09-27T15:39:44.5373387Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float64 2022-09-27T15:39:44.5390729Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float64 2022-09-27T15:39:44.5447673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int16 2022-09-27T15:39:44.5584372Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int16 2022-09-27T15:39:44.5825056Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_bfloat16 2022-09-27T15:39:44.5884848Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int32 2022-09-27T15:39:44.6264529Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int32 2022-09-27T15:39:44.6319158Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int64 2022-09-27T15:39:44.6705107Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int64 2022-09-27T15:39:44.6761093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int8 2022-09-27T15:39:44.7148492Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int8 2022-09-27T15:39:44.7215510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_uint8 2022-09-27T15:39:44.7476799Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_uint8 2022-09-27T15:39:44.7492987Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_bfloat16 2022-09-27T15:39:44.7584588Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:39:44.7679944Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_bfloat16 2022-09-27T15:39:44.8027381Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_bfloat16 2022-09-27T15:39:44.8122805Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex128 2022-09-27T15:39:44.8468853Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex128 2022-09-27T15:39:44.8567580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex64 2022-09-27T15:39:44.9021519Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex64 2022-09-27T15:39:44.9024007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float16 2022-09-27T15:39:44.9176068Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float16 2022-09-27T15:39:44.9195947Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:39:44.9346801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:39:44.9448883Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float32 2022-09-27T15:39:44.9786069Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float32 2022-09-27T15:39:44.9896040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float64 2022-09-27T15:39:45.0347841Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float64 2022-09-27T15:39:45.0428238Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_bfloat16 2022-09-27T15:39:45.0712993Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_bfloat16 2022-09-27T15:39:45.0866660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex128 2022-09-27T15:39:45.1067094Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex128 2022-09-27T15:39:45.1141356Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:39:45.1219074Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex64 2022-09-27T15:39:45.1308166Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float16 2022-09-27T15:39:45.1547638Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex64 2022-09-27T15:39:45.1811905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float16 2022-09-27T15:39:45.2058640Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float16 2022-09-27T15:39:45.2204078Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float32 2022-09-27T15:39:45.2501209Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float32 2022-09-27T15:39:45.2653058Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float64 2022-09-27T15:39:45.2866831Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float64 2022-09-27T15:39:45.3056721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bfloat16 2022-09-27T15:39:45.3338567Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bfloat16 2022-09-27T15:39:45.3420632Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bool 2022-09-27T15:39:45.3601939Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bool 2022-09-27T15:39:45.3627583Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float16 2022-09-27T15:39:45.3745733Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:39:45.3922202Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex128 2022-09-27T15:39:45.4191790Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex128 2022-09-27T15:39:45.4375493Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex32 2022-09-27T15:39:45.4704534Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex32 2022-09-27T15:39:45.4802520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex64 2022-09-27T15:39:45.5067809Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex64 2022-09-27T15:39:45.5157906Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float16 2022-09-27T15:39:45.5172047Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex64 2022-09-27T15:39:45.5194129Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float16 2022-09-27T15:39:45.5582626Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float16 2022-09-27T15:39:45.5639092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float32 2022-09-27T15:39:45.6021234Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float32 2022-09-27T15:39:45.6074624Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float64 2022-09-27T15:39:45.6147314Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float64 2022-09-27T15:39:45.6307651Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:39:45.6404548Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:39:45.6471420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int16 2022-09-27T15:39:45.6824412Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int16 2022-09-27T15:39:45.6908860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int32 2022-09-27T15:39:45.7336924Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int32 2022-09-27T15:39:45.7350943Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int64 2022-09-27T15:39:45.7779872Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int64 2022-09-27T15:39:45.7793538Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int8 2022-09-27T15:39:45.8160059Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int8 2022-09-27T15:39:45.8236071Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_uint8 2022-09-27T15:39:45.8596357Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_uint8 2022-09-27T15:39:45.8814273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bfloat16 2022-09-27T15:39:45.8831226Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:39:45.8961018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_bfloat16 2022-09-27T15:39:45.9061145Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bfloat16 2022-09-27T15:39:45.9169948Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bool 2022-09-27T15:39:45.9243487Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_bfloat16 2022-09-27T15:39:45.9301395Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bool 2022-09-27T15:39:45.9503320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex128 2022-09-27T15:39:45.9519859Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex128 2022-09-27T15:39:45.9704719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex128 2022-09-27T15:39:45.9798007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex64 2022-09-27T15:39:46.0013412Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex128 2022-09-27T15:39:46.0019518Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex64 2022-09-27T15:39:46.0217506Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex32 2022-09-27T15:39:46.0272253Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float16 2022-09-27T15:39:46.0411507Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex32 2022-09-27T15:39:46.0489539Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex64 2022-09-27T15:39:46.0585122Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float16 2022-09-27T15:39:46.0770647Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float32 2022-09-27T15:39:46.0782467Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex64 2022-09-27T15:39:46.0898457Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float32 2022-09-27T15:39:46.0938403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float16 2022-09-27T15:39:46.0948794Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float16 2022-09-27T15:39:46.1025713Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float32 2022-09-27T15:39:46.1163287Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float64 2022-09-27T15:39:46.1182423Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float64 2022-09-27T15:39:46.1340303Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float16 2022-09-27T15:39:46.1530842Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float32 2022-09-27T15:39:46.1531419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int16 2022-09-27T15:39:46.1651390Z [gw1] [ 70%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int16 2022-09-27T15:39:46.1765530Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float32 2022-09-27T15:39:46.1943539Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float64 2022-09-27T15:39:46.1954837Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int32 2022-09-27T15:39:46.2073147Z [gw1] [ 70%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int32 2022-09-27T15:39:46.2116975Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float64 2022-09-27T15:39:46.2123754Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float32 2022-09-27T15:39:46.2223720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float64 2022-09-27T15:39:46.2367984Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int16 2022-09-27T15:39:46.2399754Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int64 2022-09-27T15:39:46.2553841Z [gw1] [ 70%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int64 2022-09-27T15:39:46.2742351Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int16 2022-09-27T15:39:46.2823366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int32 2022-09-27T15:39:46.2943279Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int8 2022-09-27T15:39:46.3072452Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int8 2022-09-27T15:39:46.3226128Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int32 2022-09-27T15:39:46.3231205Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int64 2022-09-27T15:39:46.3332265Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_uint8 2022-09-27T15:39:46.3464022Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_uint8 2022-09-27T15:39:46.3637986Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int64 2022-09-27T15:39:46.3645599Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float64 2022-09-27T15:39:46.3665133Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int16 2022-09-27T15:39:46.3670597Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int8 2022-09-27T15:39:46.3889190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bfloat16 2022-09-27T15:39:46.4184869Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int8 2022-09-27T15:39:46.4385378Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_uint8 2022-09-27T15:39:46.4685026Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_uint8 2022-09-27T15:39:46.4694067Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bfloat16 2022-09-27T15:39:46.5119668Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bfloat16 2022-09-27T15:39:46.5120164Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bool 2022-09-27T15:39:46.5508040Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bool 2022-09-27T15:39:46.5555633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex128 2022-09-27T15:39:46.5989794Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex128 2022-09-27T15:39:46.6002803Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex32 2022-09-27T15:39:46.6075712Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex32 2022-09-27T15:39:46.6085768Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int16 2022-09-27T15:39:46.6463819Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int32 2022-09-27T15:39:46.6480975Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex64 2022-09-27T15:39:46.6910465Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex64 2022-09-27T15:39:46.6923249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float16 2022-09-27T15:39:46.7222757Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float16 2022-09-27T15:39:46.7236457Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int32 2022-09-27T15:39:46.7348834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int64 2022-09-27T15:39:46.7361154Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float32 2022-09-27T15:39:46.7812742Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float32 2022-09-27T15:39:46.7846356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float64 2022-09-27T15:39:46.7935859Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float64 2022-09-27T15:39:46.7986074Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int64 2022-09-27T15:39:46.7992926Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int8 2022-09-27T15:39:46.8003540Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bfloat16 2022-09-27T15:39:46.8319336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bool 2022-09-27T15:39:46.8319835Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int16 2022-09-27T15:39:46.8707658Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int16 2022-09-27T15:39:46.8763218Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int32 2022-09-27T15:39:46.8770118Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int32 2022-09-27T15:39:46.8781095Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int8 2022-09-27T15:39:46.9144544Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_uint8 2022-09-27T15:39:46.9208964Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:39:46.9630854Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:39:46.9631606Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:39:47.0067563Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:39:47.0661508Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_complex64 2022-09-27T15:39:47.0674295Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_uint8 2022-09-27T15:39:47.0957113Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bfloat16 2022-09-27T15:39:47.1104594Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bfloat16 2022-09-27T15:39:47.1301605Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bool 2022-09-27T15:39:47.1584204Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bool 2022-09-27T15:39:47.1886732Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:39:47.2027344Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:39:47.2345708Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:39:47.2503921Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:39:47.2766575Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float16 2022-09-27T15:39:47.3029399Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float16 2022-09-27T15:39:47.3216109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float32 2022-09-27T15:39:47.3581010Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float32 2022-09-27T15:39:47.3923904Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float64 2022-09-27T15:39:47.3936794Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float64 2022-09-27T15:39:47.4139342Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int16 2022-09-27T15:39:47.4427675Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int16 2022-09-27T15:39:47.4540069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int32 2022-09-27T15:39:47.4553272Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_complex64 2022-09-27T15:39:47.4590850Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_float32 2022-09-27T15:39:47.4741211Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int32 2022-09-27T15:39:47.4748270Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bool 2022-09-27T15:39:47.4823077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex128 2022-09-27T15:39:47.5029932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int64 2022-09-27T15:39:47.5341355Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int64 2022-09-27T15:39:47.5490967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int8 2022-09-27T15:39:47.5783543Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int8 2022-09-27T15:39:47.5926875Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_uint8 2022-09-27T15:39:47.6202137Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_uint8 2022-09-27T15:39:47.6431466Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bfloat16 2022-09-27T15:39:47.6443318Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_float32 2022-09-27T15:39:47.6451835Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_complex64 2022-09-27T15:39:47.6704285Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bfloat16 2022-09-27T15:39:47.7493192Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bool 2022-09-27T15:39:47.7510389Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bool 2022-09-27T15:39:47.8283334Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex128 2022-09-27T15:39:47.8308872Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_complex64 2022-09-27T15:39:47.8770262Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_float32 2022-09-27T15:39:47.8782025Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_float32 2022-09-27T15:39:47.8947444Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_complex64 2022-09-27T15:39:47.9006986Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex128 2022-09-27T15:39:47.9457270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex32 2022-09-27T15:39:47.9514301Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex32 2022-09-27T15:39:47.9918239Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex64 2022-09-27T15:39:48.0022850Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex64 2022-09-27T15:39:48.0256533Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float16 2022-09-27T15:39:48.0263667Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float16 2022-09-27T15:39:48.0275576Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_complex64 2022-09-27T15:39:48.0464409Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_float32 2022-09-27T15:39:48.0676014Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float32 2022-09-27T15:39:48.0720022Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_float32 2022-09-27T15:39:48.0734003Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_complex64 2022-09-27T15:39:48.0902734Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float32 2022-09-27T15:39:48.1213959Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float64 2022-09-27T15:39:48.1343064Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float64 2022-09-27T15:39:48.1600054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int16 2022-09-27T15:39:48.1748394Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int16 2022-09-27T15:39:48.1759101Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_complex64 2022-09-27T15:39:48.1784282Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_float32 2022-09-27T15:39:48.2000250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int32 2022-09-27T15:39:48.2108995Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int32 2022-09-27T15:39:48.2188007Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_float32 2022-09-27T15:39:48.2226809Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:39:48.2274711Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int64 2022-09-27T15:39:48.2624112Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:39:48.2676026Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:39:48.3068797Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:39:48.3184163Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_complex64 2022-09-27T15:39:48.3277270Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_complex64 2022-09-27T15:39:48.3290553Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int64 2022-09-27T15:39:48.3455904Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int8 2022-09-27T15:39:48.3504713Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int8 2022-09-27T15:39:48.3562168Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_float32 2022-09-27T15:39:48.3780223Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_float32 2022-09-27T15:39:48.3919552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_uint8 2022-09-27T15:39:48.3946582Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_uint8 2022-09-27T15:39:48.4192946Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_complex64 2022-09-27T15:39:48.4477608Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bfloat16 2022-09-27T15:39:48.4495586Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_complex64 2022-09-27T15:39:48.4724494Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_float32 2022-09-27T15:39:48.4892441Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_float32 2022-09-27T15:39:48.4907545Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:39:48.4917058Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:39:48.5182872Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:39:48.5286747Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:39:48.5296681Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex128 2022-09-27T15:39:48.5344698Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex64 2022-09-27T15:39:48.5540547Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:39:48.5787274Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:39:48.6753474Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_complex64 2022-09-27T15:39:48.6908716Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_complex64 2022-09-27T15:39:48.7117947Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_float32 2022-09-27T15:39:48.7346413Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_float32 2022-09-27T15:39:48.7577767Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:39:48.7818233Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:39:48.7878130Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:39:48.8262960Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:39:48.8269929Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_complex64 2022-09-27T15:39:48.8702166Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_complex64 2022-09-27T15:39:48.8709835Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_float32 2022-09-27T15:39:48.9109021Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_float32 2022-09-27T15:39:49.0600477Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_complex64 2022-09-27T15:39:49.0615284Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_complex64 2022-09-27T15:39:49.0856232Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_float32 2022-09-27T15:39:49.1066062Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_float32 2022-09-27T15:39:49.1157673Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_complex64 2022-09-27T15:39:49.1517304Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_complex64 2022-09-27T15:39:49.1748319Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_float32 2022-09-27T15:39:49.2062650Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_float32 2022-09-27T15:39:49.2173772Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_complex64 2022-09-27T15:39:49.2424772Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_complex64 2022-09-27T15:39:49.2881012Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_float32 2022-09-27T15:39:49.2905842Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_float32 2022-09-27T15:39:49.3221498Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_complex64 2022-09-27T15:39:49.3389657Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_complex64 2022-09-27T15:39:49.3564115Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_float32 2022-09-27T15:39:49.3936634Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_float32 2022-09-27T15:39:49.3953321Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_complex64 2022-09-27T15:39:49.3962867Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex64 2022-09-27T15:39:49.3973044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float32 2022-09-27T15:39:49.3983794Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bfloat16 2022-09-27T15:39:49.7903161Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bool 2022-09-27T15:39:49.7913173Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float32 2022-09-27T15:39:50.2831776Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float64 2022-09-27T15:39:50.2848623Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float64 2022-09-27T15:39:50.3213457Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int16 2022-09-27T15:39:50.3227374Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bool 2022-09-27T15:39:50.3240927Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float16 2022-09-27T15:39:50.3250299Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_complex64 2022-09-27T15:39:50.4642220Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_float32 2022-09-27T15:39:50.4650429Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int16 2022-09-27T15:39:50.4726939Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int32 2022-09-27T15:39:50.4736681Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_float32 2022-09-27T15:39:50.8132007Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_complex64 2022-09-27T15:39:50.8155874Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_complex64 2022-09-27T15:39:50.8611238Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_float32 2022-09-27T15:39:50.8633438Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_float32 2022-09-27T15:39:50.9561968Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_complex64 2022-09-27T15:39:50.9586481Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_complex64 2022-09-27T15:39:51.0077114Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_float32 2022-09-27T15:39:51.0091689Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_float32 2022-09-27T15:39:51.0104040Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int32 2022-09-27T15:39:51.0153314Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int64 2022-09-27T15:39:51.0214443Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_complex64 2022-09-27T15:39:51.0589241Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_complex64 2022-09-27T15:39:51.0632334Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_float32 2022-09-27T15:39:51.1102944Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_float32 2022-09-27T15:39:51.1184190Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_complex64 2022-09-27T15:39:51.1509585Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_complex64 2022-09-27T15:39:51.1563227Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_float32 2022-09-27T15:39:51.1947750Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_float32 2022-09-27T15:39:51.2093101Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_complex64 2022-09-27T15:39:51.2385445Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_complex64 2022-09-27T15:39:51.2438264Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_float32 2022-09-27T15:39:51.2869478Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_float32 2022-09-27T15:39:51.3256626Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_complex64 2022-09-27T15:39:51.3259572Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_complex64 2022-09-27T15:39:51.3267566Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int64 2022-09-27T15:39:51.3304443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int8 2022-09-27T15:39:51.3459602Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_float32 2022-09-27T15:39:51.3748948Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_float32 2022-09-27T15:39:51.4421783Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_complex64 2022-09-27T15:39:51.4444480Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_complex64 2022-09-27T15:39:51.4803676Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_float32 2022-09-27T15:39:51.4887154Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_float32 2022-09-27T15:39:51.4898777Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_complex64 2022-09-27T15:39:51.4922311Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float16 2022-09-27T15:39:51.4943517Z [gw3] [ 71%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_complex64 2022-09-27T15:39:51.5311356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float32 2022-09-27T15:39:51.5350687Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_float32 2022-09-27T15:39:51.5749489Z [gw3] [ 71%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_float32 2022-09-27T15:39:51.5774520Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_complex64 2022-09-27T15:39:51.5797595Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int8 2022-09-27T15:39:51.5859313Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_uint8 2022-09-27T15:39:51.6188126Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_complex64 2022-09-27T15:39:51.6255400Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_float32 2022-09-27T15:39:51.6623785Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_float32 2022-09-27T15:39:51.6669946Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log1p_cpu_float32 2022-09-27T15:39:51.7062411Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log1p_cpu_float32 2022-09-27T15:39:51.7169997Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_complex64 2022-09-27T15:39:51.7502481Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_complex64 2022-09-27T15:39:51.7565135Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_float32 2022-09-27T15:39:51.7943576Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_float32 2022-09-27T15:39:51.8051519Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_complex64 2022-09-27T15:39:51.8383516Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_complex64 2022-09-27T15:39:51.8446525Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_float32 2022-09-27T15:39:51.8825758Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_float32 2022-09-27T15:39:51.8955971Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_cpu_float32 2022-09-27T15:39:51.9262978Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_cpu_float32 2022-09-27T15:39:51.9473267Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_complex64 2022-09-27T15:39:51.9781673Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_complex64 2022-09-27T15:39:51.9863926Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_float32 2022-09-27T15:39:52.0185643Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_float32 2022-09-27T15:39:52.0191992Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp2_cpu_float32 2022-09-27T15:39:52.0628208Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp2_cpu_float32 2022-09-27T15:39:52.0633586Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp_cpu_float32 2022-09-27T15:39:52.1142804Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp_cpu_float32 2022-09-27T15:39:52.1170164Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logcumsumexp_cpu_float32 2022-09-27T15:39:52.1557776Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logcumsumexp_cpu_float32 2022-09-27T15:39:52.1581723Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_uint8 2022-09-27T15:39:52.1589017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bfloat16 2022-09-27T15:39:52.2388802Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_complex64 2022-09-27T15:39:52.2559475Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_complex64 2022-09-27T15:39:52.2956190Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_float32 2022-09-27T15:39:52.2981624Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_float32 2022-09-27T15:39:52.3062509Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_complex64 2022-09-27T15:39:52.3466601Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_complex64 2022-09-27T15:39:52.3470369Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_float32 2022-09-27T15:39:52.3926034Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_float32 2022-09-27T15:39:52.3930712Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_complex64 2022-09-27T15:39:52.4138242Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_complex64 2022-09-27T15:39:52.4223689Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float32 2022-09-27T15:39:52.4361774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float64 2022-09-27T15:39:52.4366024Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_float32 2022-09-27T15:39:52.4828311Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_float32 2022-09-27T15:39:52.4881173Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_complex64 2022-09-27T15:39:52.5268355Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_complex64 2022-09-27T15:39:52.5324968Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_float32 2022-09-27T15:39:52.5708594Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_float32 2022-09-27T15:39:52.5799678Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_complex64 2022-09-27T15:39:52.6144453Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_complex64 2022-09-27T15:39:52.6205382Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_float32 2022-09-27T15:39:52.6338167Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_float32 2022-09-27T15:39:52.6423377Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bfloat16 2022-09-27T15:39:52.6583713Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bool 2022-09-27T15:39:52.6895679Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logit_cpu_float32 2022-09-27T15:39:52.7205879Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logit_cpu_float32 2022-09-27T15:39:52.7359876Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_complex64 2022-09-27T15:39:52.7657271Z [gw3] [ 71%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_complex64 2022-09-27T15:39:52.7719967Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_float32 2022-09-27T15:39:52.8108713Z [gw3] [ 71%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_float32 2022-09-27T15:39:52.8385694Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logsumexp_cpu_float32 2022-09-27T15:39:52.8586073Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logsumexp_cpu_float32 2022-09-27T15:39:52.8627060Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_complex64 2022-09-27T15:39:52.9025664Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_complex64 2022-09-27T15:39:52.9055553Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_float32 2022-09-27T15:39:52.9511741Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_float32 2022-09-27T15:39:52.9550998Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lt_cpu_float32 2022-09-27T15:39:52.9990646Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lt_cpu_float32 2022-09-27T15:39:53.0632950Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_complex64 2022-09-27T15:39:53.0646422Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:39:53.0727646Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:39:53.0745561Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_complex64 2022-09-27T15:39:53.0952763Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_float32 2022-09-27T15:39:53.1300089Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_float32 2022-09-27T15:39:53.2017134Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_complex64 2022-09-27T15:39:53.2052094Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bool 2022-09-27T15:39:53.2831164Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float32 2022-09-27T15:39:53.2858345Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float64 2022-09-27T15:39:53.4464005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int16 2022-09-27T15:39:53.4479402Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float32 2022-09-27T15:39:53.5012336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float64 2022-09-27T15:39:53.5144703Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_complex64 2022-09-27T15:39:53.6665690Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_float32 2022-09-27T15:39:53.6688352Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_float32 2022-09-27T15:39:53.7308494Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_complex64 2022-09-27T15:39:53.7320078Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_complex64 2022-09-27T15:39:53.7587322Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_float32 2022-09-27T15:39:53.7826133Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_float32 2022-09-27T15:39:53.8072936Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_complex64 2022-09-27T15:39:53.8164986Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_complex64 2022-09-27T15:39:53.8175861Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float64 2022-09-27T15:39:53.8224796Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int16 2022-09-27T15:39:53.8572060Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_float32 2022-09-27T15:39:53.8663825Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_float32 2022-09-27T15:39:53.8721144Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_complex64 2022-09-27T15:39:53.9108084Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_complex64 2022-09-27T15:39:53.9141857Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_float32 2022-09-27T15:39:53.9589309Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_float32 2022-09-27T15:39:53.9981245Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_complex64 2022-09-27T15:39:54.0011426Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_complex64 2022-09-27T15:39:54.0195020Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_float32 2022-09-27T15:39:54.0468727Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_float32 2022-09-27T15:39:54.0708008Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_complex64 2022-09-27T15:39:54.0947169Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_complex64 2022-09-27T15:39:54.1081954Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_float32 2022-09-27T15:39:54.1390262Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_float32 2022-09-27T15:39:54.1453779Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_complex64 2022-09-27T15:39:54.1479724Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int16 2022-09-27T15:39:54.1511866Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int32 2022-09-27T15:39:54.1619532Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_complex64 2022-09-27T15:39:54.1631185Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int16 2022-09-27T15:39:54.1835615Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int32 2022-09-27T15:39:54.1923403Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_float32 2022-09-27T15:39:54.2269912Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_float32 2022-09-27T15:39:54.3744436Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_complex64 2022-09-27T15:39:54.3758665Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_complex64 2022-09-27T15:39:54.4934879Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_float32 2022-09-27T15:39:54.4947799Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_float32 2022-09-27T15:39:54.6443491Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_complex64 2022-09-27T15:39:54.6489376Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_complex64 2022-09-27T15:39:54.6708746Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_float32 2022-09-27T15:39:54.6732974Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_float32 2022-09-27T15:39:54.6748603Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int32 2022-09-27T15:39:54.6906886Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int64 2022-09-27T15:39:54.7111551Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_binary_cpu_float32 2022-09-27T15:39:54.7121950Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int32 2022-09-27T15:39:54.7123696Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_binary_cpu_float32 2022-09-27T15:39:54.7349124Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int64 2022-09-27T15:39:54.7409069Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_no_dim_cpu_float32 2022-09-27T15:39:54.7789401Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_no_dim_cpu_float32 2022-09-27T15:39:54.7835590Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_with_dim_cpu_float32 2022-09-27T15:39:54.8228555Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_with_dim_cpu_float32 2022-09-27T15:39:54.8328445Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_maximum_cpu_float32 2022-09-27T15:39:54.8667773Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_maximum_cpu_float32 2022-09-27T15:39:54.8938653Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_complex64 2022-09-27T15:39:54.9103836Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_complex64 2022-09-27T15:39:54.9230967Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_float32 2022-09-27T15:39:54.9543938Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_float32 2022-09-27T15:39:54.9610436Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_median_cpu_float32 2022-09-27T15:39:54.9989387Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_median_cpu_float32 2022-09-27T15:39:55.0078245Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:39:55.0519029Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:39:55.0525667Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:39:55.0782366Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:39:55.0796163Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int64 2022-09-27T15:39:55.0967831Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int8 2022-09-27T15:39:55.1001120Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:39:55.1359233Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:39:55.1410886Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:39:55.1941576Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:39:55.1981793Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_binary_cpu_float32 2022-09-27T15:39:55.2268737Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_binary_cpu_float32 2022-09-27T15:39:55.2273919Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_no_dim_cpu_float32 2022-09-27T15:39:55.2775028Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_no_dim_cpu_float32 2022-09-27T15:39:55.2896778Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_with_dim_cpu_float32 2022-09-27T15:39:55.3153867Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_with_dim_cpu_float32 2022-09-27T15:39:55.3213097Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_minimum_cpu_float32 2022-09-27T15:39:55.3620259Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_minimum_cpu_float32 2022-09-27T15:39:55.3623039Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int8 2022-09-27T15:39:55.3623587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_uint8 2022-09-27T15:39:55.3674308Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_complex64 2022-09-27T15:39:55.3930435Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_complex64 2022-09-27T15:39:55.3938267Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int64 2022-09-27T15:39:55.4037461Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int8 2022-09-27T15:39:55.4077946Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_float32 2022-09-27T15:39:55.4528880Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_float32 2022-09-27T15:39:55.4530531Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mode_cpu_float32 2022-09-27T15:39:55.4984509Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mode_cpu_float32 2022-09-27T15:39:55.4994676Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_complex64 2022-09-27T15:39:55.5383396Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_complex64 2022-09-27T15:39:55.5407325Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_float32 2022-09-27T15:39:55.5847630Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_float32 2022-09-27T15:39:55.5871699Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_msort_cpu_float32 2022-09-27T15:39:55.5910400Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_msort_cpu_float32 2022-09-27T15:39:55.6061977Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_uint8 2022-09-27T15:39:55.6275517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bfloat16 2022-09-27T15:39:55.8180203Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_complex64 2022-09-27T15:39:55.8205635Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_complex64 2022-09-27T15:39:55.9079425Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_float32 2022-09-27T15:39:55.9104753Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_float32 2022-09-27T15:39:55.9205212Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_multinomial_cpu_float32 2022-09-27T15:39:55.9214728Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bfloat16 2022-09-27T15:39:55.9231770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bool 2022-09-27T15:39:55.9595389Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_multinomial_cpu_float32 2022-09-27T15:39:55.9604035Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_complex64 2022-09-27T15:39:56.0026966Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_complex64 2022-09-27T15:39:56.0042036Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_float32 2022-09-27T15:39:56.0109000Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_float32 2022-09-27T15:39:56.0126743Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int8 2022-09-27T15:39:56.0425828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_uint8 2022-09-27T15:39:56.0669691Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:39:56.0908954Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:39:56.1136122Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:39:56.1347513Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:39:56.1587064Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:39:56.1789072Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:39:56.1866580Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nan_to_num_cpu_float32 2022-09-27T15:39:56.2259904Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nan_to_num_cpu_float32 2022-09-27T15:39:56.2328436Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmean_cpu_float32 2022-09-27T15:39:56.2338275Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:39:56.2486525Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:39:56.2664911Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmean_cpu_float32 2022-09-27T15:39:56.2741636Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmedian_cpu_float32 2022-09-27T15:39:56.3143445Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmedian_cpu_float32 2022-09-27T15:39:56.3840218Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanquantile_cpu_float32 2022-09-27T15:39:56.3856065Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanquantile_cpu_float32 2022-09-27T15:39:56.4103093Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nansum_cpu_float32 2022-09-27T15:39:56.4323856Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nansum_cpu_float32 2022-09-27T15:39:56.4329896Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_complex64 2022-09-27T15:39:56.4789264Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_complex64 2022-09-27T15:39:56.4794986Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_float32 2022-09-27T15:39:56.5127035Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_float32 2022-09-27T15:39:56.5141362Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bool 2022-09-27T15:39:56.5264345Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex128 2022-09-27T15:39:56.5348363Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_complex64 2022-09-27T15:39:56.5629007Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_complex64 2022-09-27T15:39:56.5727949Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_float32 2022-09-27T15:39:56.6067606Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_float32 2022-09-27T15:39:56.6075225Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_layer_norm_cpu_float32 2022-09-27T15:39:56.6091526Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:39:56.6927549Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:39:56.7034631Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_layer_norm_cpu_float32 2022-09-27T15:39:56.7143025Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_complex64 2022-09-27T15:39:56.7255397Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_complex64 2022-09-27T15:39:56.7267903Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_uint8 2022-09-27T15:39:56.7466474Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bfloat16 2022-09-27T15:39:56.7534194Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_float32 2022-09-27T15:39:56.7958254Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_float32 2022-09-27T15:39:56.8058686Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_complex64 2022-09-27T15:39:56.8427541Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_complex64 2022-09-27T15:39:56.8455645Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_float32 2022-09-27T15:39:56.8846915Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_float32 2022-09-27T15:39:56.8852906Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_complex64 2022-09-27T15:39:56.9328752Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_complex64 2022-09-27T15:39:56.9335135Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_float32 2022-09-27T15:39:56.9479225Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_float32 2022-09-27T15:39:56.9505199Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bfloat16 2022-09-27T15:39:56.9750210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bool 2022-09-27T15:39:56.9768114Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_complex64 2022-09-27T15:39:57.0188857Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_complex64 2022-09-27T15:39:57.0206643Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_float32 2022-09-27T15:39:57.0629276Z [gw3] [ 71%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_float32 2022-09-27T15:39:57.0699490Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_complex64 2022-09-27T15:39:57.1097577Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_complex64 2022-09-27T15:39:57.1194356Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_float32 2022-09-27T15:39:57.1512179Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_float32 2022-09-27T15:39:57.1580265Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_complex64 2022-09-27T15:39:57.1949620Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_complex64 2022-09-27T15:39:57.1990660Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_float32 2022-09-27T15:39:57.2389413Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_float32 2022-09-27T15:39:57.2448885Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_complex64 2022-09-27T15:39:57.2648029Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_complex64 2022-09-27T15:39:57.2672721Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex128 2022-09-27T15:39:57.2824640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex64 2022-09-27T15:39:57.2863551Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_float32 2022-09-27T15:39:57.3268977Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_float32 2022-09-27T15:39:57.3684524Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nextafter_cpu_float32 2022-09-27T15:39:57.3780080Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nextafter_cpu_float32 2022-09-27T15:39:57.4799439Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:39:57.4847723Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:39:57.5216844Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:39:57.5244798Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bool 2022-09-27T15:39:57.6006171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex128 2022-09-27T15:39:57.6016808Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:39:57.7691808Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:39:57.7801420Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:39:57.7860573Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:39:57.8227664Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:39:57.8451226Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:39:57.8665621Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:39:57.9194989Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:39:57.9211833Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:39:57.9300225Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:39:57.9679496Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:39:57.9688675Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:39:58.0162105Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:39:58.0171504Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:39:58.0666746Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:39:58.0676098Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_batch_norm_cpu_float32 2022-09-27T15:39:58.1073187Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_batch_norm_cpu_float32 2022-09-27T15:39:58.1365703Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_bilinear_cpu_float32 2022-09-27T15:39:58.1379977Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex64 2022-09-27T15:39:58.3188025Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float32 2022-09-27T15:39:58.3245791Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_bilinear_cpu_float32 2022-09-27T15:39:58.3303383Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:39:58.3665193Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:39:58.3788454Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:39:58.4109868Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:39:58.4128899Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_celu_cpu_float32 2022-09-27T15:39:58.4140714Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float32 2022-09-27T15:39:58.4161072Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float64 2022-09-27T15:39:58.4624409Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_celu_cpu_float32 2022-09-27T15:39:58.6271096Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_complex64 2022-09-27T15:39:58.6285338Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex128 2022-09-27T15:39:58.8599491Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex64 2022-09-27T15:39:58.8623484Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float64 2022-09-27T15:39:58.9889606Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int16 2022-09-27T15:39:58.9914452Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_complex64 2022-09-27T15:39:59.2648665Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_float32 2022-09-27T15:39:59.2799324Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_float32 2022-09-27T15:39:59.2877062Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_complex64 2022-09-27T15:39:59.2928462Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int16 2022-09-27T15:39:59.5059725Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int32 2022-09-27T15:39:59.5180640Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int32 2022-09-27T15:40:00.2655570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int64 2022-09-27T15:40:00.2679415Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int64 2022-09-27T15:40:00.2905760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int8 2022-09-27T15:40:00.2932716Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex64 2022-09-27T15:40:00.6901498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float32 2022-09-27T15:40:00.6965502Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int8 2022-09-27T15:40:00.7185700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_uint8 2022-09-27T15:40:00.7205702Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float32 2022-09-27T15:40:01.0809242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float64 2022-09-27T15:40:01.0847067Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_uint8 2022-09-27T15:40:01.1068705Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bfloat16 2022-09-27T15:40:01.1085936Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float64 2022-09-27T15:40:01.2561802Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int16 2022-09-27T15:40:01.2587347Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int16 2022-09-27T15:40:01.4767001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int32 2022-09-27T15:40:01.4795197Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int32 2022-09-27T15:40:01.5055764Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int64 2022-09-27T15:40:01.5069707Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bfloat16 2022-09-27T15:40:01.8861919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bool 2022-09-27T15:40:01.8886390Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_complex64 2022-09-27T15:40:01.9313413Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_float32 2022-09-27T15:40:01.9327864Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int64 2022-09-27T15:40:02.2677227Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int8 2022-09-27T15:40:02.2707243Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int8 2022-09-27T15:40:02.2812257Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_uint8 2022-09-27T15:40:02.2824641Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bool 2022-09-27T15:40:02.5423064Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex128 2022-09-27T15:40:02.5519698Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_float32 2022-09-27T15:40:02.6552836Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:40:02.6574269Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_uint8 2022-09-27T15:40:02.8588811Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bfloat16 2022-09-27T15:40:02.8610643Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:40:02.8772831Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:40:02.9141881Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:40:02.9287664Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:40:02.9623424Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:40:03.0642131Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:40:03.0661069Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:40:03.0745081Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:40:03.1138714Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:40:03.1147513Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:40:03.1293347Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:40:03.1303602Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bfloat16 2022-09-27T15:40:03.1635497Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bool 2022-09-27T15:40:03.2841313Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:40:03.2860418Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:40:03.3345088Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:40:03.3370328Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:40:03.3759413Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout2d_cpu_float32 2022-09-27T15:40:03.3787806Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout2d_cpu_float32 2022-09-27T15:40:03.4178867Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout3d_cpu_float32 2022-09-27T15:40:03.4223672Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout3d_cpu_float32 2022-09-27T15:40:03.4664766Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout_cpu_float32 2022-09-27T15:40:03.4686295Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout_cpu_float32 2022-09-27T15:40:03.4736027Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_elu_cpu_float32 2022-09-27T15:40:03.5167989Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_elu_cpu_float32 2022-09-27T15:40:03.5288301Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:40:03.5465913Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:40:03.5488364Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex128 2022-09-27T15:40:03.5560864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex64 2022-09-27T15:40:03.5581755Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_cpu_float32 2022-09-27T15:40:03.6053436Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_cpu_float32 2022-09-27T15:40:03.6211750Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:40:03.6540703Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:40:03.7335527Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:40:03.7360476Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:40:03.7602065Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:40:03.7666232Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:40:03.7693452Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:40:03.7854100Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:40:03.8776387Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:40:03.8801032Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:40:03.9761927Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:40:03.9772800Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bool 2022-09-27T15:40:04.0969884Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex128 2022-09-27T15:40:04.0996435Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:40:04.2981787Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:40:04.3005366Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:40:04.3403127Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gelu_cpu_float32 2022-09-27T15:40:04.3444612Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gelu_cpu_float32 2022-09-27T15:40:04.3561349Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_glu_cpu_float32 2022-09-27T15:40:04.4018369Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_glu_cpu_float32 2022-09-27T15:40:04.4675416Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_grid_sample_cpu_float32 2022-09-27T15:40:04.4865710Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_grid_sample_cpu_float32 2022-09-27T15:40:04.5063243Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_group_norm_cpu_float32 2022-09-27T15:40:04.5329307Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_group_norm_cpu_float32 2022-09-27T15:40:04.5330248Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardshrink_cpu_float32 2022-09-27T15:40:04.5709984Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardshrink_cpu_float32 2022-09-27T15:40:04.5717933Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:40:04.5733328Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:40:04.5753816Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:40:04.6199954Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:40:04.6205887Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardswish_cpu_float32 2022-09-27T15:40:04.6623705Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardswish_cpu_float32 2022-09-27T15:40:04.6639535Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardtanh_cpu_float32 2022-09-27T15:40:04.7105164Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardtanh_cpu_float32 2022-09-27T15:40:04.7115597Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:40:04.7491956Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:40:04.7519144Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_huber_loss_cpu_float32 2022-09-27T15:40:04.7536018Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex64 2022-09-27T15:40:04.7551987Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_huber_loss_cpu_float32 2022-09-27T15:40:04.7906478Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float32 2022-09-27T15:40:04.9178039Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_instance_norm_cpu_float32 2022-09-27T15:40:04.9209690Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_instance_norm_cpu_float32 2022-09-27T15:40:04.9382810Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:40:04.9624968Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:40:04.9675097Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:40:05.0001911Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:40:05.0015047Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex128 2022-09-27T15:40:05.0065009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex64 2022-09-27T15:40:05.0113312Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:40:05.0508226Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:40:05.0560672Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:40:05.0948265Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:40:05.0997556Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:40:05.1461933Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:40:05.1642438Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:40:05.1986548Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:40:05.1995309Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_kl_div_cpu_float32 2022-09-27T15:40:05.2380153Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_kl_div_cpu_float32 2022-09-27T15:40:05.2432257Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:40:05.2646911Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:40:05.2741541Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float32 2022-09-27T15:40:05.2784616Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float64 2022-09-27T15:40:05.2830965Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_float32 2022-09-27T15:40:05.3228246Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_float32 2022-09-27T15:40:05.4973734Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_layer_norm_cpu_float32 2022-09-27T15:40:05.5016453Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_layer_norm_cpu_float32 2022-09-27T15:40:05.5074684Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:40:05.5429693Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:40:05.5601081Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_complex64 2022-09-27T15:40:05.5865917Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_complex64 2022-09-27T15:40:05.5937911Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_float32 2022-09-27T15:40:05.6306204Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_float32 2022-09-27T15:40:05.6372267Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:40:05.6744759Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:40:05.6816658Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:40:05.7226181Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:40:05.7329247Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:40:05.7626782Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:40:05.7635863Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float64 2022-09-27T15:40:05.7665588Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int16 2022-09-27T15:40:06.1176340Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:40:06.1193516Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex64 2022-09-27T15:40:06.2336202Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float32 2022-09-27T15:40:06.2362147Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int16 2022-09-27T15:40:06.6032773Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int32 2022-09-27T15:40:06.6044597Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:40:06.6647733Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:40:06.6664050Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int32 2022-09-27T15:40:06.6823223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int64 2022-09-27T15:40:06.6830691Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float32 2022-09-27T15:40:06.7343865Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float64 2022-09-27T15:40:06.7357545Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:40:07.0950588Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:40:07.0951269Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float64 2022-09-27T15:40:07.0951952Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int64 2022-09-27T15:40:07.0952525Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int16 2022-09-27T15:40:07.1850051Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int8 2022-09-27T15:40:07.1872379Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:40:07.1973268Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mish_cpu_float32 2022-09-27T15:40:07.2072364Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mish_cpu_float32 2022-09-27T15:40:07.2085006Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:40:07.2344290Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:40:07.2789881Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mse_loss_cpu_float32 2022-09-27T15:40:07.2947056Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mse_loss_cpu_float32 2022-09-27T15:40:07.3219693Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:40:07.3233398Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:40:07.3310997Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:40:07.3323969Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:40:07.3511730Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:40:07.3801924Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:40:07.5056554Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:40:07.5079906Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int16 2022-09-27T15:40:07.5122059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int32 2022-09-27T15:40:07.5135388Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int8 2022-09-27T15:40:07.6212699Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_uint8 2022-09-27T15:40:07.6225443Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:40:07.8685584Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:40:07.8754003Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:40:07.8844831Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_nll_loss_cpu_float32 2022-09-27T15:40:07.8866297Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_uint8 2022-09-27T15:40:07.9053588Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_bfloat16 2022-09-27T15:40:07.9060324Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int32 2022-09-27T15:40:07.9090614Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int64 2022-09-27T15:40:07.9164616Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_bfloat16 2022-09-27T15:40:07.9186110Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:40:07.9309860Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:40:07.9492280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float32 2022-09-27T15:40:07.9745737Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float32 2022-09-27T15:40:07.9930875Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float64 2022-09-27T15:40:08.0185007Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float64 2022-09-27T15:40:08.1942061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bfloat16 2022-09-27T15:40:08.1956944Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int64 2022-09-27T15:40:08.5831310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int8 2022-09-27T15:40:08.5914299Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:40:08.8247913Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:40:08.8260574Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int8 2022-09-27T15:40:08.9223819Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_uint8 2022-09-27T15:40:08.9234889Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bfloat16 2022-09-27T15:40:09.1915939Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bool 2022-09-27T15:40:09.1946505Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:40:09.2331187Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:40:09.2423530Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_uint8 2022-09-27T15:40:09.2438661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bfloat16 2022-09-27T15:40:09.2444754Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bool 2022-09-27T15:40:09.4143994Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex128 2022-09-27T15:40:09.4168684Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:40:09.4467311Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:40:09.4487747Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bfloat16 2022-09-27T15:40:09.5627192Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bool 2022-09-27T15:40:09.5654958Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bool 2022-09-27T15:40:09.6583952Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex128 2022-09-27T15:40:09.6609806Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:40:09.6633942Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mish_cpu_float32 2022-09-27T15:40:09.6665982Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_nll_loss_cpu_float32 2022-09-27T15:40:09.6681299Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_normalize_cpu_float32 2022-09-27T15:40:09.7038940Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mish_cpu_float32 2022-09-27T15:40:09.7099103Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mse_loss_cpu_float32 2022-09-27T15:40:09.7433674Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mse_loss_cpu_float32 2022-09-27T15:40:09.7457457Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_normalize_cpu_float32 2022-09-27T15:40:09.7469996Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_circular_cpu_float32 2022-09-27T15:40:09.7512084Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:40:09.7525663Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:40:09.7535737Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex128 2022-09-27T15:40:09.7959358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex32 2022-09-27T15:40:09.7969844Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:40:09.8425798Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:40:09.8426494Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:40:09.8624562Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:40:09.8639134Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_circular_cpu_float32 2022-09-27T15:40:09.8686773Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_constant_cpu_float32 2022-09-27T15:40:09.8696865Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex32 2022-09-27T15:40:09.8811189Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex64 2022-09-27T15:40:09.9799090Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_nll_loss_cpu_float32 2022-09-27T15:40:09.9821805Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_constant_cpu_float32 2022-09-27T15:40:10.0399684Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:40:10.0410642Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_nll_loss_cpu_float32 2022-09-27T15:40:10.0528547Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_complex64 2022-09-27T15:40:10.0541902Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex128 2022-09-27T15:40:10.0554437Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_complex64 2022-09-27T15:40:10.0900980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex64 2022-09-27T15:40:10.0905749Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_float32 2022-09-27T15:40:10.1262282Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_float32 2022-09-27T15:40:10.1321499Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:40:10.1375309Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:40:10.1396361Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:40:10.1444749Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:40:10.1456675Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex64 2022-09-27T15:40:10.1708233Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float16 2022-09-27T15:40:10.1763678Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_float32 2022-09-27T15:40:10.1943018Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_float32 2022-09-27T15:40:10.1959263Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:40:10.2151934Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:40:10.2404949Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:40:10.2417128Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float16 2022-09-27T15:40:10.2442637Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float32 2022-09-27T15:40:10.2586760Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:40:10.2720689Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_float32 2022-09-27T15:40:10.2918130Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_float32 2022-09-27T15:40:10.2998701Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:40:10.3026449Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pdist_cpu_float32 2022-09-27T15:40:10.3034859Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:40:10.3042622Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float32 2022-09-27T15:40:10.3163899Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float64 2022-09-27T15:40:10.3323488Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:40:10.3525499Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pdist_cpu_float32 2022-09-27T15:40:10.3593509Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:40:10.3603302Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:40:10.3681762Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:40:10.3909442Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:40:10.3949159Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:40:10.4011661Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:40:10.4012236Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex64 2022-09-27T15:40:10.4021897Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float16 2022-09-27T15:40:10.4089069Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:40:10.4103632Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float64 2022-09-27T15:40:10.4109712Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:40:10.4256204Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int16 2022-09-27T15:40:10.4343456Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int16 2022-09-27T15:40:10.4398256Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:40:10.4407473Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:40:10.4503056Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:40:10.4673124Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int32 2022-09-27T15:40:10.4787759Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int32 2022-09-27T15:40:10.4887736Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:40:10.4984583Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:40:10.5225689Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int64 2022-09-27T15:40:10.5260704Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:40:10.5274580Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int64 2022-09-27T15:40:10.5423193Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:40:10.5573620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int8 2022-09-27T15:40:10.5665488Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int8 2022-09-27T15:40:10.5716998Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pdist_cpu_float32 2022-09-27T15:40:10.5865040Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pdist_cpu_float32 2022-09-27T15:40:10.6178409Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_uint8 2022-09-27T15:40:10.6223247Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:40:10.6342194Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:40:10.6359073Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_uint8 2022-09-27T15:40:10.6441695Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bfloat16 2022-09-27T15:40:10.6543252Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bfloat16 2022-09-27T15:40:10.6613369Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:40:10.6727641Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:40:10.6733867Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float16 2022-09-27T15:40:10.6782241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float32 2022-09-27T15:40:10.6843338Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bool 2022-09-27T15:40:10.6987447Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bool 2022-09-27T15:40:10.7226763Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:40:10.7247280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex128 2022-09-27T15:40:10.7342575Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:40:10.7429066Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex128 2022-09-27T15:40:10.7725151Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:40:10.7760076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex32 2022-09-27T15:40:10.7777481Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:40:10.7785724Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float32 2022-09-27T15:40:10.7792517Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex32 2022-09-27T15:40:10.7862528Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float64 2022-09-27T15:40:10.8110361Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:40:10.8242039Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex64 2022-09-27T15:40:10.8330603Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex64 2022-09-27T15:40:10.8347477Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:40:10.8401436Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_prelu_cpu_float32 2022-09-27T15:40:10.8550881Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_prelu_cpu_float32 2022-09-27T15:40:10.8665449Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float16 2022-09-27T15:40:10.8788376Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float16 2022-09-27T15:40:10.8820623Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu6_cpu_float32 2022-09-27T15:40:10.8986319Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu6_cpu_float32 2022-09-27T15:40:10.9109791Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float32 2022-09-27T15:40:10.9120863Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float32 2022-09-27T15:40:10.9130877Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float64 2022-09-27T15:40:10.9262838Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int16 2022-09-27T15:40:10.9289812Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu_cpu_float32 2022-09-27T15:40:10.9425037Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu_cpu_float32 2022-09-27T15:40:10.9531909Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float64 2022-09-27T15:40:10.9703572Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float64 2022-09-27T15:40:10.9855438Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_rrelu_cpu_float32 2022-09-27T15:40:10.9864639Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_rrelu_cpu_float32 2022-09-27T15:40:10.9965616Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int16 2022-09-27T15:40:11.0145163Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int16 2022-09-27T15:40:11.0191101Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_selu_cpu_float32 2022-09-27T15:40:11.0250432Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_selu_cpu_float32 2022-09-27T15:40:11.0257249Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int16 2022-09-27T15:40:11.0303371Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int32 2022-09-27T15:40:11.0379262Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int32 2022-09-27T15:40:11.0588265Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int32 2022-09-27T15:40:11.0640511Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:40:11.0745947Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:40:11.0808605Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int64 2022-09-27T15:40:11.1024805Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int64 2022-09-27T15:40:11.1073207Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_cpu_float32 2022-09-27T15:40:11.1186123Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_cpu_float32 2022-09-27T15:40:11.1252638Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int8 2022-09-27T15:40:11.1401508Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int8 2022-09-27T15:40:11.1410821Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int32 2022-09-27T15:40:11.1463735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int64 2022-09-27T15:40:11.1509954Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:40:11.1622213Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:40:11.1685032Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_uint8 2022-09-27T15:40:11.1943598Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_uint8 2022-09-27T15:40:11.1987284Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:40:11.2062032Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:40:11.2386178Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bfloat16 2022-09-27T15:40:11.2420747Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_cpu_float32 2022-09-27T15:40:11.2824357Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_cpu_float32 2022-09-27T15:40:11.2879465Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:40:11.3265055Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:40:11.3300422Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:40:11.3745858Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:40:11.3748988Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softplus_cpu_float32 2022-09-27T15:40:11.4169796Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softplus_cpu_float32 2022-09-27T15:40:11.4192337Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softshrink_cpu_float32 2022-09-27T15:40:11.4658986Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softshrink_cpu_float32 2022-09-27T15:40:11.4662275Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_complex64 2022-09-27T15:40:11.4962368Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_complex64 2022-09-27T15:40:11.4980515Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int64 2022-09-27T15:40:11.5026023Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int8 2022-09-27T15:40:11.5062561Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_float32 2022-09-27T15:40:11.5467508Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_float32 2022-09-27T15:40:11.5511919Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:40:11.5908010Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:40:11.5941699Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:40:11.6133577Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:40:11.6263783Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:40:11.6346682Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_prelu_cpu_float32 2022-09-27T15:40:11.6388677Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_threshold_cpu_float32 2022-09-27T15:40:11.6791056Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_threshold_cpu_float32 2022-09-27T15:40:11.6898382Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:40:11.7284084Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:40:11.7297284Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:40:11.7640958Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:40:11.7653572Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_prelu_cpu_float32 2022-09-27T15:40:11.7699244Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu6_cpu_float32 2022-09-27T15:40:11.7790506Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:40:11.7822262Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu6_cpu_float32 2022-09-27T15:40:11.8089435Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:40:11.8116533Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu_cpu_float32 2022-09-27T15:40:11.8173562Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:40:11.8230501Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:40:11.8279110Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu_cpu_float32 2022-09-27T15:40:11.8286129Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int8 2022-09-27T15:40:11.8502988Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_uint8 2022-09-27T15:40:11.8544257Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_rrelu_cpu_float32 2022-09-27T15:40:11.8847330Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_complex64 2022-09-27T15:40:11.8943621Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_rrelu_cpu_float32 2022-09-27T15:40:11.9034777Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_selu_cpu_float32 2022-09-27T15:40:11.9421463Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_selu_cpu_float32 2022-09-27T15:40:11.9471486Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_silu_cpu_float32 2022-09-27T15:40:11.9901339Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_silu_cpu_float32 2022-09-27T15:40:12.0658956Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:40:12.0677843Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_uint8 2022-09-27T15:40:12.0685742Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bfloat16 2022-09-27T15:40:12.0695038Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:40:12.1435496Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:40:12.1446681Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:40:12.1950320Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_cpu_float32 2022-09-27T15:40:12.1961932Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_cpu_float32 2022-09-27T15:40:12.2290794Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:40:12.2420722Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:40:12.2516444Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softplus_cpu_float32 2022-09-27T15:40:12.2828056Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softplus_cpu_float32 2022-09-27T15:40:12.2949211Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softshrink_cpu_float32 2022-09-27T15:40:12.3247988Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softshrink_cpu_float32 2022-09-27T15:40:12.3340250Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_complex64 2022-09-27T15:40:12.3407122Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softsign_cpu_float32 2022-09-27T15:40:12.3512385Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_float32 2022-09-27T15:40:12.3750295Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softsign_cpu_float32 2022-09-27T15:40:12.3824458Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:40:12.4144585Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:40:12.4158630Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_float32 2022-09-27T15:40:12.4180848Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:40:12.4303341Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_threshold_cpu_float32 2022-09-27T15:40:12.4312226Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:40:12.4515050Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_threshold_cpu_float32 2022-09-27T15:40:12.4520861Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bfloat16 2022-09-27T15:40:12.4585580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bool 2022-09-27T15:40:12.4586268Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:40:12.4644928Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:40:12.5027243Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:40:12.5127197Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_complex64 2022-09-27T15:40:12.5465972Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_complex64 2022-09-27T15:40:12.5537157Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_float32 2022-09-27T15:40:12.5619957Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_float32 2022-09-27T15:40:12.5634162Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bool 2022-09-27T15:40:12.5907062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex128 2022-09-27T15:40:12.6680638Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_complex64 2022-09-27T15:40:12.6703772Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_complex64 2022-09-27T15:40:12.7062376Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_float32 2022-09-27T15:40:12.7144665Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_float32 2022-09-27T15:40:12.7255607Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_complex64 2022-09-27T15:40:12.7649839Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_complex64 2022-09-27T15:40:12.7683270Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_float32 2022-09-27T15:40:12.8132714Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_float32 2022-09-27T15:40:12.8214667Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_complex64 2022-09-27T15:40:12.8553998Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_complex64 2022-09-27T15:40:12.8608647Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_float32 2022-09-27T15:40:12.9024220Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_float32 2022-09-27T15:40:12.9072947Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_complex64 2022-09-27T15:40:12.9123113Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_complex64 2022-09-27T15:40:12.9153478Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:40:12.9467970Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:40:12.9663860Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_float32 2022-09-27T15:40:12.9919633Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_float32 2022-09-27T15:40:13.0011969Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_cpu_float32 2022-09-27T15:40:13.0350103Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_cpu_float32 2022-09-27T15:40:13.0393001Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_number_mean_cpu_float32 2022-09-27T15:40:13.0837978Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_number_mean_cpu_float32 2022-09-27T15:40:13.0867478Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_complex64 2022-09-27T15:40:13.1350079Z [gw3] [ 72%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_complex64 2022-09-27T15:40:13.1354099Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_float32 2022-09-27T15:40:13.1768135Z [gw3] [ 72%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_float32 2022-09-27T15:40:13.1794584Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_complex64 2022-09-27T15:40:13.2268655Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_complex64 2022-09-27T15:40:13.2275155Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_float32 2022-09-27T15:40:13.2784216Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_float32 2022-09-27T15:40:13.2793537Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_complex64 2022-09-27T15:40:13.2811797Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex128 2022-09-27T15:40:13.4250412Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex64 2022-09-27T15:40:13.4335619Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_complex64 2022-09-27T15:40:13.4890735Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_float32 2022-09-27T15:40:13.4903622Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_float32 2022-09-27T15:40:13.4936918Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_complex64 2022-09-27T15:40:13.4951536Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:40:13.5033085Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_unfold_cpu_float32 2022-09-27T15:40:13.5345629Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_complex64 2022-09-27T15:40:13.5392590Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_float32 2022-09-27T15:40:13.5902873Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_float32 2022-09-27T15:40:13.7139185Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pca_lowrank_cpu_float32 2022-09-27T15:40:13.7185771Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex64 2022-09-27T15:40:13.9863030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float16 2022-09-27T15:40:13.9892825Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float16 2022-09-27T15:40:14.5154406Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float32 2022-09-27T15:40:14.5169719Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float32 2022-09-27T15:40:14.6748821Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float64 2022-09-27T15:40:14.6759417Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_pca_lowrank_cpu_float32 2022-09-27T15:40:14.6853518Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_complex64 2022-09-27T15:40:14.7223793Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_complex64 2022-09-27T15:40:14.7236878Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_float32 2022-09-27T15:40:14.7625330Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_float32 2022-09-27T15:40:14.8126570Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_complex64 2022-09-27T15:40:14.8218604Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_complex64 2022-09-27T15:40:14.8824649Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_float32 2022-09-27T15:40:14.8953455Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float64 2022-09-27T15:40:14.9298849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int16 2022-09-27T15:40:14.9329724Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_float32 2022-09-27T15:40:14.9399180Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polar_cpu_float32 2022-09-27T15:40:14.9744413Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polar_cpu_float32 2022-09-27T15:40:14.9899091Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:40:15.0185423Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:40:15.0205123Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:40:15.0665863Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:40:15.0685522Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:40:15.0947821Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:40:15.1024272Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int16 2022-09-27T15:40:15.1145884Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int32 2022-09-27T15:40:15.1168024Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:40:15.1587035Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:40:15.1607485Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:40:15.2134500Z [gw3] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:40:15.2139187Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_complex64 2022-09-27T15:40:15.2502754Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_complex64 2022-09-27T15:40:15.2507006Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_float32 2022-09-27T15:40:15.2611799Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_float32 2022-09-27T15:40:15.2628685Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int32 2022-09-27T15:40:15.2905035Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int64 2022-09-27T15:40:15.4833529Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_complex64 2022-09-27T15:40:15.4844480Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_complex64 2022-09-27T15:40:15.5238476Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_float32 2022-09-27T15:40:15.5255922Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int64 2022-09-27T15:40:15.5492369Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int8 2022-09-27T15:40:15.5506957Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_float32 2022-09-27T15:40:15.6628467Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_complex64 2022-09-27T15:40:15.6640551Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_complex64 2022-09-27T15:40:15.6692104Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_float32 2022-09-27T15:40:15.6713143Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_unfold_cpu_float32 2022-09-27T15:40:15.6824954Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:40:15.7008487Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:40:15.7015941Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_float32 2022-09-27T15:40:15.7023449Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int8 2022-09-27T15:40:15.7062145Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_uint8 2022-09-27T15:40:15.7149544Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_complex64 2022-09-27T15:40:15.7320949Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:40:15.7334544Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bfloat16 2022-09-27T15:40:15.7487907Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bool 2022-09-27T15:40:15.7605372Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:40:15.7613304Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_complex64 2022-09-27T15:40:15.7620471Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_cpu_float32 2022-09-27T15:40:15.7862206Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_float32 2022-09-27T15:40:15.8010660Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_float32 2022-09-27T15:40:15.8027298Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_uint8 2022-09-27T15:40:15.8036328Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bfloat16 2022-09-27T15:40:15.8708675Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_complex64 2022-09-27T15:40:15.8724711Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_complex64 2022-09-27T15:40:15.8956041Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_float32 2022-09-27T15:40:15.9196769Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_float32 2022-09-27T15:40:15.9635375Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_quantile_cpu_float32 2022-09-27T15:40:15.9689625Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_norm_cpu_float32 2022-09-27T15:40:15.9852482Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_fro_cpu_float32 2022-09-27T15:40:15.9877371Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_quantile_cpu_float32 2022-09-27T15:40:15.9904988Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rad2deg_cpu_float32 2022-09-27T15:40:15.9936603Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_norm_fro_cpu_float32 2022-09-27T15:40:16.0107364Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rad2deg_cpu_float32 2022-09-27T15:40:16.0312680Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_inf_cpu_float32 2022-09-27T15:40:16.0366697Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_complex64 2022-09-27T15:40:16.0435506Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_norm_inf_cpu_float32 2022-09-27T15:40:16.0469043Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_complex64 2022-09-27T15:40:16.0481064Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bool 2022-09-27T15:40:16.0634431Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float32 2022-09-27T15:40:16.0752267Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_nuc_cpu_float32 2022-09-27T15:40:16.0812447Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_float32 2022-09-27T15:40:16.0831117Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_norm_nuc_cpu_float32 2022-09-27T15:40:16.1023807Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_float32 2022-09-27T15:40:16.1188273Z test_ops.py::TestCompositeComplianceCPU::test_backward_normal_cpu_float32 2022-09-27T15:40:16.1303704Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randint_like_cpu_float32 2022-09-27T15:40:16.1362166Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_randint_like_cpu_float32 2022-09-27T15:40:16.1486933Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_normal_cpu_float32 2022-09-27T15:40:16.1520122Z test_ops.py::TestCompositeComplianceCPU::test_backward_normal_number_mean_cpu_float32 2022-09-27T15:40:16.1623560Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_normal_number_mean_cpu_float32 2022-09-27T15:40:16.1659394Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_complex64 2022-09-27T15:40:16.1666483Z [gw3] [ 73%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_complex64 2022-09-27T15:40:16.1676640Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bfloat16 2022-09-27T15:40:16.1907853Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bool 2022-09-27T15:40:16.2063631Z test_ops.py::TestCompositeComplianceCPU::test_backward_outer_cpu_float32 2022-09-27T15:40:16.2072457Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_outer_cpu_float32 2022-09-27T15:40:16.2271071Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_float32 2022-09-27T15:40:16.2373769Z [gw3] [ 73%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_float32 2022-09-27T15:40:16.2375369Z test_ops.py::TestCompositeComplianceCPU::test_backward_pca_lowrank_cpu_float32 2022-09-27T15:40:16.2408066Z [gw0] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_pca_lowrank_cpu_float32 2022-09-27T15:40:16.2415674Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float32 2022-09-27T15:40:16.2504753Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float64 2022-09-27T15:40:16.2600044Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_complex64 2022-09-27T15:40:16.2784789Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_complex64 2022-09-27T15:40:16.2897823Z test_ops.py::TestCompositeComplianceCPU::test_backward_permute_cpu_float32 2022-09-27T15:40:16.2945391Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_permute_cpu_float32 2022-09-27T15:40:16.3027164Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_float32 2022-09-27T15:40:16.3227362Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_float32 2022-09-27T15:40:16.3387291Z test_ops.py::TestCompositeComplianceCPU::test_backward_pinverse_cpu_float32 2022-09-27T15:40:16.3816539Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_complex64 2022-09-27T15:40:16.3848692Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_complex64 2022-09-27T15:40:16.4143127Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_float32 2022-09-27T15:40:16.4145626Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_float32 2022-09-27T15:40:16.4156041Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bool 2022-09-27T15:40:16.4325450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex128 2022-09-27T15:40:16.4330526Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_complex64 2022-09-27T15:40:16.4753078Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_complex64 2022-09-27T15:40:16.4757203Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_float32 2022-09-27T15:40:16.5034166Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_float32 2022-09-27T15:40:16.5044041Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float64 2022-09-27T15:40:16.5149789Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int16 2022-09-27T15:40:16.5258175Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_complex64 2022-09-27T15:40:16.5321160Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_complex64 2022-09-27T15:40:16.5330802Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_pinverse_cpu_float32 2022-09-27T15:40:16.5609755Z test_ops.py::TestCompositeComplianceCPU::test_backward_polar_cpu_float32 2022-09-27T15:40:16.5644942Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_float32 2022-09-27T15:40:16.6027144Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_float32 2022-09-27T15:40:16.6692861Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_remainder_cpu_float32 2022-09-27T15:40:16.6718316Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_remainder_cpu_float32 2022-09-27T15:40:16.6862138Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_complex64 2022-09-27T15:40:16.6875270Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polar_cpu_float32 2022-09-27T15:40:16.6990690Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:40:16.7141884Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_complex64 2022-09-27T15:40:16.7153237Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int16 2022-09-27T15:40:16.7164320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int32 2022-09-27T15:40:16.7194389Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_float32 2022-09-27T15:40:16.7290966Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:40:16.7302737Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_float32 2022-09-27T15:40:16.7555130Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:40:16.7634972Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:40:16.7746467Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_complex64 2022-09-27T15:40:16.7904716Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:40:16.8029299Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_complex64 2022-09-27T15:40:16.8055258Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_float32 2022-09-27T15:40:16.8241878Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:40:16.8246791Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:40:16.8465534Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_float32 2022-09-27T15:40:16.8561498Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_complex64 2022-09-27T15:40:16.8615926Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:40:16.8692880Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_complex64 2022-09-27T15:40:16.8908156Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:40:16.8921363Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_float32 2022-09-27T15:40:16.8961826Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:40:16.8974273Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int32 2022-09-27T15:40:16.8988750Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_float32 2022-09-27T15:40:16.9103287Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int64 2022-09-27T15:40:16.9165909Z test_ops.py::TestCompositeComplianceCPU::test_backward_positive_cpu_float32 2022-09-27T15:40:16.9392011Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_positive_cpu_float32 2022-09-27T15:40:16.9451698Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_complex64 2022-09-27T15:40:16.9543810Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_complex64 2022-09-27T15:40:16.9579400Z test_ops.py::TestCompositeComplianceCPU::test_backward_pow_cpu_float32 2022-09-27T15:40:16.9588489Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex128 2022-09-27T15:40:16.9788039Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex64 2022-09-27T15:40:16.9865986Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_float32 2022-09-27T15:40:17.0267630Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_float32 2022-09-27T15:40:17.0409322Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_complex64 2022-09-27T15:40:17.0649337Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_complex64 2022-09-27T15:40:17.0657533Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int64 2022-09-27T15:40:17.0705020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int8 2022-09-27T15:40:17.0776402Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_float32 2022-09-27T15:40:17.1207180Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_float32 2022-09-27T15:40:17.1212399Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_complex64 2022-09-27T15:40:17.1246356Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_complex64 2022-09-27T15:40:17.1261058Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_pow_cpu_float32 2022-09-27T15:40:17.1588827Z test_ops.py::TestCompositeComplianceCPU::test_backward_prod_cpu_float32 2022-09-27T15:40:17.1636257Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_float32 2022-09-27T15:40:17.2029325Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_float32 2022-09-27T15:40:17.2098769Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_complex64 2022-09-27T15:40:17.2269763Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_complex64 2022-09-27T15:40:17.2279030Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int8 2022-09-27T15:40:17.2488674Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_uint8 2022-09-27T15:40:17.2505327Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_float32 2022-09-27T15:40:17.2821316Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_float32 2022-09-27T15:40:17.2829296Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex64 2022-09-27T15:40:17.2947468Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float16 2022-09-27T15:40:17.2981099Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_complex64 2022-09-27T15:40:17.3003510Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_prod_cpu_float32 2022-09-27T15:40:17.3007428Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_complex64 2022-09-27T15:40:17.3441205Z test_ops.py::TestCompositeComplianceCPU::test_backward_put_cpu_float32 2022-09-27T15:40:17.3477649Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_float32 2022-09-27T15:40:17.3846486Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_float32 2022-09-27T15:40:17.3859781Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_uint8 2022-09-27T15:40:17.3868313Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_bfloat16 2022-09-27T15:40:17.3925967Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_complex64 2022-09-27T15:40:17.4347809Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_complex64 2022-09-27T15:40:17.4387254Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_float32 2022-09-27T15:40:17.4790756Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_float32 2022-09-27T15:40:17.5151701Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_complex64 2022-09-27T15:40:17.5223562Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_complex64 2022-09-27T15:40:17.5391822Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_float32 2022-09-27T15:40:17.5675871Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_float32 2022-09-27T15:40:17.6019462Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_complex64 2022-09-27T15:40:17.6029951Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float16 2022-09-27T15:40:17.6094720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float32 2022-09-27T15:40:17.6102975Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_put_cpu_float32 2022-09-27T15:40:17.6311379Z test_ops.py::TestCompositeComplianceCPU::test_backward_qr_cpu_float32 2022-09-27T15:40:17.6326133Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_complex64 2022-09-27T15:40:17.6629437Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_float32 2022-09-27T15:40:17.6783435Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_float32 2022-09-27T15:40:17.6833680Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_cpu_float32 2022-09-27T15:40:17.7247695Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_cpu_float32 2022-09-27T15:40:17.7319801Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_0_cpu_float32 2022-09-27T15:40:17.7695427Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_0_cpu_float32 2022-09-27T15:40:17.7701989Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_3_cpu_float32 2022-09-27T15:40:17.8125259Z [gw3] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_3_cpu_float32 2022-09-27T15:40:17.8135817Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_neg_3_cpu_float32 2022-09-27T15:40:17.8607987Z [gw3] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_neg_3_cpu_float32 2022-09-27T15:40:17.8677244Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_complex64 2022-09-27T15:40:17.8851268Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_complex64 2022-09-27T15:40:17.8863861Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float32 2022-09-27T15:40:17.9061887Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float64 2022-09-27T15:40:17.9082945Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_float32 2022-09-27T15:40:17.9512859Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_float32 2022-09-27T15:40:17.9567895Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_complex64 2022-09-27T15:40:17.9907632Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_complex64 2022-09-27T15:40:17.9960808Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_float32 2022-09-27T15:40:18.0346694Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_float32 2022-09-27T15:40:18.0382909Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_complex64 2022-09-27T15:40:18.0391778Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_bfloat16 2022-09-27T15:40:18.0543836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float16 2022-09-27T15:40:18.0786720Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_complex64 2022-09-27T15:40:18.0895392Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_float32 2022-09-27T15:40:18.1225699Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_float32 2022-09-27T15:40:18.1355858Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_complex64 2022-09-27T15:40:18.1359695Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float64 2022-09-27T15:40:18.1416658Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int16 2022-09-27T15:40:18.1664173Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_complex64 2022-09-27T15:40:18.1784670Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_float32 2022-09-27T15:40:18.2303018Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_float32 2022-09-27T15:40:18.2415239Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amax_cpu_float32 2022-09-27T15:40:18.2673879Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amax_cpu_float32 2022-09-27T15:40:18.2900606Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amin_cpu_float32 2022-09-27T15:40:18.3099724Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amin_cpu_float32 2022-09-27T15:40:18.3328458Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_mean_cpu_float32 2022-09-27T15:40:18.3513801Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_mean_cpu_float32 2022-09-27T15:40:18.3790272Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_prod_cpu_float32 2022-09-27T15:40:18.3947135Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_prod_cpu_float32 2022-09-27T15:40:18.4160880Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_sum_cpu_float32 2022-09-27T15:40:18.4321052Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_sum_cpu_float32 2022-09-27T15:40:18.4330794Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int16 2022-09-27T15:40:18.4343598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int32 2022-09-27T15:40:18.4490713Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_searchsorted_cpu_float32 2022-09-27T15:40:18.4868497Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_searchsorted_cpu_float32 2022-09-27T15:40:18.4998331Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_lengths_cpu_float32 2022-09-27T15:40:18.5380116Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_lengths_cpu_float32 2022-09-27T15:40:18.5434339Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_offsets_cpu_float32 2022-09-27T15:40:18.5703758Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_offsets_cpu_float32 2022-09-27T15:40:18.5812369Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_complex64 2022-09-27T15:40:18.6148993Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_complex64 2022-09-27T15:40:18.6207468Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_float32 2022-09-27T15:40:18.6538629Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_float32 2022-09-27T15:40:18.6544993Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int32 2022-09-27T15:40:18.6584957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int64 2022-09-27T15:40:18.6649225Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_scatter_cpu_float32 2022-09-27T15:40:18.7079675Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_scatter_cpu_float32 2022-09-27T15:40:18.7090481Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_complex64 2022-09-27T15:40:18.7507030Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_complex64 2022-09-27T15:40:18.7507535Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_float32 2022-09-27T15:40:18.7955629Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_float32 2022-09-27T15:40:18.7966866Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_complex64 2022-09-27T15:40:18.8250791Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_complex64 2022-09-27T15:40:18.8263483Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float16 2022-09-27T15:40:18.8403494Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float32 2022-09-27T15:40:18.8404297Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_float32 2022-09-27T15:40:18.8863515Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_float32 2022-09-27T15:40:18.9062675Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_complex64 2022-09-27T15:40:18.9071420Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_complex64 2022-09-27T15:40:18.9080785Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int64 2022-09-27T15:40:18.9228132Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int8 2022-09-27T15:40:18.9425669Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_float32 2022-09-27T15:40:18.9702847Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_float32 2022-09-27T15:40:18.9724051Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sign_cpu_float32 2022-09-27T15:40:19.0110519Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sign_cpu_float32 2022-09-27T15:40:19.0154942Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_signbit_cpu_float32 2022-09-27T15:40:19.0546010Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_signbit_cpu_float32 2022-09-27T15:40:19.0605978Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_complex64 2022-09-27T15:40:19.1026308Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_complex64 2022-09-27T15:40:19.1080034Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_float32 2022-09-27T15:40:19.1231822Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_float32 2022-09-27T15:40:19.1241844Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int8 2022-09-27T15:40:19.1276011Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_uint8 2022-09-27T15:40:19.1286422Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_qr_cpu_float32 2022-09-27T15:40:19.1468606Z test_ops.py::TestCompositeComplianceCPU::test_backward_quantile_cpu_float32 2022-09-27T15:40:19.1678205Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_complex64 2022-09-27T15:40:19.1908152Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_complex64 2022-09-27T15:40:19.1978481Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_float32 2022-09-27T15:40:19.1989405Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float32 2022-09-27T15:40:19.1994744Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_float32 2022-09-27T15:40:19.2345756Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float64 2022-09-27T15:40:19.2404986Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_complex64 2022-09-27T15:40:19.2789055Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_complex64 2022-09-27T15:40:19.2832597Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_float32 2022-09-27T15:40:19.3228302Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_float32 2022-09-27T15:40:19.3423712Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_scatter_cpu_float32 2022-09-27T15:40:19.3429579Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_uint8 2022-09-27T15:40:19.3437221Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_scatter_cpu_float32 2022-09-27T15:40:19.3666035Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bfloat16 2022-09-27T15:40:19.3780197Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_cpu_float32 2022-09-27T15:40:19.4131848Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_cpu_float32 2022-09-27T15:40:19.4317973Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_complex64 2022-09-27T15:40:19.4549326Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_complex64 2022-09-27T15:40:19.4733594Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_float32 2022-09-27T15:40:19.4987075Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_float32 2022-09-27T15:40:19.5394807Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sort_cpu_float32 2022-09-27T15:40:19.5502749Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sort_cpu_float32 2022-09-27T15:40:19.5531979Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:40:19.5871228Z [gw3] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:40:19.5880998Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bfloat16 2022-09-27T15:40:19.5933896Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bool 2022-09-27T15:40:19.5940701Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float64 2022-09-27T15:40:19.5944458Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int16 2022-09-27T15:40:19.5963433Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_float32 2022-09-27T15:40:19.6385906Z [gw3] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_float32 2022-09-27T15:40:19.6426477Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_airy_ai_cpu_float32 2022-09-27T15:40:19.6827119Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_airy_ai_cpu_float32 2022-09-27T15:40:19.6858180Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j0_cpu_float32 2022-09-27T15:40:19.7267962Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j0_cpu_float32 2022-09-27T15:40:19.7302381Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j1_cpu_float32 2022-09-27T15:40:19.7532865Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j1_cpu_float32 2022-09-27T15:40:19.7540996Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bool 2022-09-27T15:40:19.7706923Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex128 2022-09-27T15:40:19.7761651Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y0_cpu_float32 2022-09-27T15:40:19.8174146Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y0_cpu_float32 2022-09-27T15:40:19.8182474Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y1_cpu_float32 2022-09-27T15:40:19.8529170Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y1_cpu_float32 2022-09-27T15:40:19.8542065Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int16 2022-09-27T15:40:19.8627812Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int32 2022-09-27T15:40:19.8631392Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:40:19.9032532Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:40:19.9081376Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:40:19.9495774Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:40:19.9496388Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:40:19.9942360Z [gw3] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:40:19.9942959Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:40:20.0349206Z [gw3] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:40:20.0389801Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_entr_cpu_float32 2022-09-27T15:40:20.0833275Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_entr_cpu_float32 2022-09-27T15:40:20.0837120Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_erfcx_cpu_float32 2022-09-27T15:40:20.1228534Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_erfcx_cpu_float32 2022-09-27T15:40:20.1275378Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:40:20.1540041Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:40:20.1551438Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int32 2022-09-27T15:40:20.1667630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int64 2022-09-27T15:40:20.1719549Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:40:20.1810766Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:40:20.1821673Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex128 2022-09-27T15:40:20.2108222Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex64 2022-09-27T15:40:20.2146995Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i0e_cpu_float32 2022-09-27T15:40:20.2551361Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i0e_cpu_float32 2022-09-27T15:40:20.2602689Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1_cpu_float32 2022-09-27T15:40:20.2943930Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1_cpu_float32 2022-09-27T15:40:20.3001048Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_quantile_cpu_float32 2022-09-27T15:40:20.3012212Z test_ops.py::TestCompositeComplianceCPU::test_backward_rad2deg_cpu_float32 2022-09-27T15:40:20.3027932Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1e_cpu_float32 2022-09-27T15:40:20.3082221Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1e_cpu_float32 2022-09-27T15:40:20.3429582Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_rad2deg_cpu_float32 2022-09-27T15:40:20.3498450Z test_ops.py::TestCompositeComplianceCPU::test_backward_ravel_cpu_float32 2022-09-27T15:40:20.3512999Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:40:20.3572806Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:40:20.3867949Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_ravel_cpu_float32 2022-09-27T15:40:20.3942014Z test_ops.py::TestCompositeComplianceCPU::test_backward_real_cpu_float32 2022-09-27T15:40:20.3988883Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_real_cpu_float32 2022-09-27T15:40:20.3991166Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:40:20.4144551Z [gw3] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:40:20.4151619Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int64 2022-09-27T15:40:20.4304377Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int8 2022-09-27T15:40:20.4337419Z test_ops.py::TestCompositeComplianceCPU::test_backward_reciprocal_cpu_float32 2022-09-27T15:40:20.4344832Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex64 2022-09-27T15:40:20.4382682Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float16 2022-09-27T15:40:20.4417737Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_log_ndtr_cpu_float32 2022-09-27T15:40:20.4463088Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_log_ndtr_cpu_float32 2022-09-27T15:40:20.4794469Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_reciprocal_cpu_float32 2022-09-27T15:40:20.4826985Z test_ops.py::TestCompositeComplianceCPU::test_backward_remainder_cpu_float32 2022-09-27T15:40:20.4859819Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i0_cpu_float32 2022-09-27T15:40:20.5264758Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i0_cpu_float32 2022-09-27T15:40:20.5288662Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i1_cpu_float32 2022-09-27T15:40:20.5707227Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i1_cpu_float32 2022-09-27T15:40:20.5733855Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k0_cpu_float32 2022-09-27T15:40:20.5821739Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k0_cpu_float32 2022-09-27T15:40:20.5833859Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_remainder_cpu_float32 2022-09-27T15:40:20.6195763Z test_ops.py::TestCompositeComplianceCPU::test_backward_renorm_cpu_float32 2022-09-27T15:40:20.6206869Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k1_cpu_float32 2022-09-27T15:40:20.6242255Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k1_cpu_float32 2022-09-27T15:40:20.6265191Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_renorm_cpu_float32 2022-09-27T15:40:20.6561626Z test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_cpu_float32 2022-09-27T15:40:20.6570731Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int8 2022-09-27T15:40:20.6583253Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_uint8 2022-09-27T15:40:20.6613407Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtr_cpu_float32 2022-09-27T15:40:20.6995102Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtr_cpu_float32 2022-09-27T15:40:20.7009515Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_cpu_float32 2022-09-27T15:40:20.7062692Z test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_interleave_cpu_float32 2022-09-27T15:40:20.7066569Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtri_cpu_float32 2022-09-27T15:40:20.7241066Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtri_cpu_float32 2022-09-27T15:40:20.7467957Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_interleave_cpu_float32 2022-09-27T15:40:20.7507679Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:40:20.7515920Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:40:20.7763217Z test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_as_cpu_float32 2022-09-27T15:40:20.7907682Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_as_cpu_float32 2022-09-27T15:40:20.7908178Z test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_cpu_float32 2022-09-27T15:40:20.7945334Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:40:20.8106223Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:40:20.8128961Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_cpu_float32 2022-09-27T15:40:20.8137633Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float16 2022-09-27T15:40:20.8348879Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float32 2022-09-27T15:40:20.8350577Z test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_conj_cpu_float32 2022-09-27T15:40:20.8389425Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:40:20.8406752Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:40:20.8817102Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_conj_cpu_float32 2022-09-27T15:40:20.8824046Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:40:20.8854000Z [gw3] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:40:20.8862985Z test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_neg_cpu_float32 2022-09-27T15:40:20.9151264Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_neg_cpu_float32 2022-09-27T15:40:20.9160265Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_uint8 2022-09-27T15:40:20.9246881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bfloat16 2022-09-27T15:40:20.9257703Z test_ops.py::TestCompositeComplianceCPU::test_backward_roll_cpu_float32 2022-09-27T15:40:20.9260759Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:40:20.9375377Z [gw3] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:40:20.9383026Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float32 2022-09-27T15:40:20.9642699Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float64 2022-09-27T15:40:20.9695041Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_roll_cpu_float32 2022-09-27T15:40:20.9697640Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:40:20.9706932Z [gw3] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:40:21.0111140Z test_ops.py::TestCompositeComplianceCPU::test_backward_rot90_cpu_float32 2022-09-27T15:40:21.0137269Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:40:21.0581812Z [gw3] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:40:21.0582450Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:40:21.0735050Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:40:21.0748248Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_rot90_cpu_float32 2022-09-27T15:40:21.0867947Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_cpu_float32 2022-09-27T15:40:21.1015282Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_round_cpu_float32 2022-09-27T15:40:21.1044283Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_xlog1py_cpu_float32 2022-09-27T15:40:21.1222728Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_xlog1py_cpu_float32 2022-09-27T15:40:21.1282485Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_0_cpu_float32 2022-09-27T15:40:21.1421870Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_0_cpu_float32 2022-09-27T15:40:21.1432552Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float64 2022-09-27T15:40:21.1439431Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int16 2022-09-27T15:40:21.1477502Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_zeta_cpu_float32 2022-09-27T15:40:21.1626654Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_zeta_cpu_float32 2022-09-27T15:40:21.1740588Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_3_cpu_float32 2022-09-27T15:40:21.1944008Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_3_cpu_float32 2022-09-27T15:40:21.2107480Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_complex64 2022-09-27T15:40:21.2163829Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_neg_3_cpu_float32 2022-09-27T15:40:21.2509148Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_neg_3_cpu_float32 2022-09-27T15:40:21.2557002Z test_ops.py::TestCompositeComplianceCPU::test_backward_rsqrt_cpu_float32 2022-09-27T15:40:21.2564808Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_complex64 2022-09-27T15:40:21.2629700Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sort_cpu_float32 2022-09-27T15:40:21.2687975Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_rsqrt_cpu_float32 2022-09-27T15:40:21.2695126Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bfloat16 2022-09-27T15:40:21.3015866Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bool 2022-09-27T15:40:21.3029393Z test_ops.py::TestCompositeComplianceCPU::test_backward_rsub_cpu_float32 2022-09-27T15:40:21.3038075Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int16 2022-09-27T15:40:21.3893641Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int32 2022-09-27T15:40:21.3907502Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_rsub_cpu_float32 2022-09-27T15:40:21.4694224Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_add_cpu_float32 2022-09-27T15:40:21.4707568Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_add_cpu_float32 2022-09-27T15:40:21.4859327Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_cpu_float32 2022-09-27T15:40:21.4872850Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int32 2022-09-27T15:40:21.5636370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int64 2022-09-27T15:40:21.5647381Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_cpu_float32 2022-09-27T15:40:21.5784443Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amax_cpu_float32 2022-09-27T15:40:21.5792128Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bool 2022-09-27T15:40:21.6779971Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:40:21.6790510Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sort_cpu_float32 2022-09-27T15:40:21.6812602Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sparse_sampled_addmm_cpu_float32 2022-09-27T15:40:21.7004774Z [gw3] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sparse_sampled_addmm_cpu_float32 2022-09-27T15:40:21.7013652Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int64 2022-09-27T15:40:21.7267048Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int8 2022-09-27T15:40:21.7335950Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_airy_ai_cpu_float32 2022-09-27T15:40:21.7705917Z [gw3] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_airy_ai_cpu_float32 2022-09-27T15:40:21.7737958Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j0_cpu_float32 2022-09-27T15:40:21.8150353Z [gw3] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j0_cpu_float32 2022-09-27T15:40:21.8188983Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j1_cpu_float32 2022-09-27T15:40:21.8493128Z [gw3] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j1_cpu_float32 2022-09-27T15:40:21.8501054Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int8 2022-09-27T15:40:21.8584566Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_uint8 2022-09-27T15:40:21.8615681Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y0_cpu_float32 2022-09-27T15:40:21.9072320Z [gw3] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y0_cpu_float32 2022-09-27T15:40:21.9078957Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y1_cpu_float32 2022-09-27T15:40:21.9467421Z [gw3] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y1_cpu_float32 2022-09-27T15:40:21.9508292Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:40:21.9917750Z [gw3] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:40:21.9957231Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:40:22.0291822Z [gw3] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:40:22.0300644Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_uint8 2022-09-27T15:40:22.0312860Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:40:22.0313516Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_bfloat16 2022-09-27T15:40:22.0343614Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:40:22.0362937Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:40:22.0789926Z [gw3] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:40:22.0824000Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:40:22.1228990Z [gw3] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:40:22.1353209Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_entr_cpu_float32 2022-09-27T15:40:22.1672031Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_entr_cpu_float32 2022-09-27T15:40:22.1846154Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_erfcx_cpu_float32 2022-09-27T15:40:22.2113435Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_erfcx_cpu_float32 2022-09-27T15:40:22.2157483Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:40:22.2283606Z [gw3] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:40:22.2297340Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_bfloat16 2022-09-27T15:40:22.2462567Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex128 2022-09-27T15:40:22.2463218Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amax_cpu_float32 2022-09-27T15:40:22.2547370Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amin_cpu_float32 2022-09-27T15:40:22.2592339Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:40:22.2942667Z [gw3] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:40:22.2950836Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:40:22.2985282Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float16 2022-09-27T15:40:22.3188955Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i0e_cpu_float32 2022-09-27T15:40:22.3426893Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i0e_cpu_float32 2022-09-27T15:40:22.3660657Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1_cpu_float32 2022-09-27T15:40:22.3869842Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1_cpu_float32 2022-09-27T15:40:22.3930353Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1e_cpu_float32 2022-09-27T15:40:22.3939924Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex128 2022-09-27T15:40:22.4088398Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex64 2022-09-27T15:40:22.4344844Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1e_cpu_float32 2022-09-27T15:40:22.4370579Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:40:22.4784023Z [gw3] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:40:22.4798842Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:40:22.5230022Z [gw3] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:40:22.5435894Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_log_ndtr_cpu_float32 2022-09-27T15:40:22.5618927Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_log_ndtr_cpu_float32 2022-09-27T15:40:22.5634036Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex64 2022-09-27T15:40:22.5663832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float32 2022-09-27T15:40:22.5685753Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i0_cpu_float32 2022-09-27T15:40:22.6027137Z [gw3] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i0_cpu_float32 2022-09-27T15:40:22.6034090Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float16 2022-09-27T15:40:22.6102999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:40:22.6125155Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i1_cpu_float32 2022-09-27T15:40:22.6551470Z [gw3] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i1_cpu_float32 2022-09-27T15:40:22.6586744Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k0_cpu_float32 2022-09-27T15:40:22.6988401Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k0_cpu_float32 2022-09-27T15:40:22.7028741Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k1_cpu_float32 2022-09-27T15:40:22.7114072Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k1_cpu_float32 2022-09-27T15:40:22.7128422Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float32 2022-09-27T15:40:22.7431799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float64 2022-09-27T15:40:22.7811888Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtr_cpu_float32 2022-09-27T15:40:22.7823956Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:40:22.7881470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:40:22.7893705Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtr_cpu_float32 2022-09-27T15:40:22.8158402Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtri_cpu_float32 2022-09-27T15:40:22.8313709Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtri_cpu_float32 2022-09-27T15:40:22.8399281Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:40:22.8414178Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float64 2022-09-27T15:40:22.8784021Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int16 2022-09-27T15:40:22.8797871Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:40:22.8828868Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:40:22.9034013Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:40:22.9043750Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amin_cpu_float32 2022-09-27T15:40:22.9230322Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_mean_cpu_float32 2022-09-27T15:40:22.9271083Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:40:22.9450912Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:40:22.9460895Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int16 2022-09-27T15:40:22.9664360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int32 2022-09-27T15:40:22.9689417Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:40:22.9911699Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:40:22.9919625Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:40:23.0104307Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int16 2022-09-27T15:40:23.0124707Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:40:23.0450071Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:40:23.0461859Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int32 2022-09-27T15:40:23.0546358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int64 2022-09-27T15:40:23.0572720Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:40:23.0983396Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:40:23.1000782Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:40:23.1415762Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:40:23.1427261Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int64 2022-09-27T15:40:23.1435565Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int8 2022-09-27T15:40:23.1460932Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:40:23.1838248Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:40:23.1863420Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int8 2022-09-27T15:40:23.1904726Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_xlog1py_cpu_float32 2022-09-27T15:40:23.2102109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_uint8 2022-09-27T15:40:23.2110214Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int16 2022-09-27T15:40:23.2251851Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int32 2022-09-27T15:40:23.2343278Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_uint8 2022-09-27T15:40:23.2537894Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bfloat16 2022-09-27T15:40:23.2790155Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bfloat16 2022-09-27T15:40:23.2879783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bool 2022-09-27T15:40:23.3228455Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bool 2022-09-27T15:40:23.3599229Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float32 2022-09-27T15:40:23.3707124Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float32 2022-09-27T15:40:23.4060643Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float64 2022-09-27T15:40:23.4144816Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float64 2022-09-27T15:40:23.4256035Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int16 2022-09-27T15:40:23.4354123Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int16 2022-09-27T15:40:23.4362890Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int32 2022-09-27T15:40:23.4417188Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int64 2022-09-27T15:40:23.4427230Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_mean_cpu_float32 2022-09-27T15:40:23.4504822Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_prod_cpu_float32 2022-09-27T15:40:23.4625322Z [gw0] [ 74%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_prod_cpu_float32 2022-09-27T15:40:23.4747889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int32 2022-09-27T15:40:23.4826144Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int32 2022-09-27T15:40:23.4838047Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_xlog1py_cpu_float32 2022-09-27T15:40:23.4865686Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_zeta_cpu_float32 2022-09-27T15:40:23.4874743Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_zeta_cpu_float32 2022-09-27T15:40:23.5064560Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_sum_cpu_float32 2022-09-27T15:40:23.5152014Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int64 2022-09-27T15:40:23.5303244Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int64 2022-09-27T15:40:23.5433248Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_cpu_float32 2022-09-27T15:40:23.5503323Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_cpu_float32 2022-09-27T15:40:23.5582110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int8 2022-09-27T15:40:23.5743577Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int8 2022-09-27T15:40:23.5948563Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_list_args_cpu_float32 2022-09-27T15:40:23.6043273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_uint8 2022-09-27T15:40:23.6060043Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_uint8 2022-09-27T15:40:23.6183037Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_list_args_cpu_float32 2022-09-27T15:40:23.6425213Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_with_sizes_cpu_float32 2022-09-27T15:40:23.6530059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bfloat16 2022-09-27T15:40:23.6624887Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_with_sizes_cpu_float32 2022-09-27T15:40:23.6653825Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sqrt_cpu_float32 2022-09-27T15:40:23.6664394Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int64 2022-09-27T15:40:23.6737070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int8 2022-09-27T15:40:23.7108887Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sqrt_cpu_float32 2022-09-27T15:40:23.7385824Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_square_cpu_float32 2022-09-27T15:40:23.7606885Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_square_cpu_float32 2022-09-27T15:40:23.7779043Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_squeeze_cpu_float32 2022-09-27T15:40:23.7792045Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_sum_cpu_float32 2022-09-27T15:40:23.7945190Z test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_lengths_cpu_float32 2022-09-27T15:40:23.8078735Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_squeeze_cpu_float32 2022-09-27T15:40:23.8705673Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stack_cpu_float32 2022-09-27T15:40:23.8723833Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stack_cpu_float32 2022-09-27T15:40:23.8801792Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_cpu_float32 2022-09-27T15:40:23.8812719Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bfloat16 2022-09-27T15:40:23.9537831Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bool 2022-09-27T15:40:23.9552570Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_cpu_float32 2022-09-27T15:40:23.9763267Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_mean_cpu_float32 2022-09-27T15:40:23.9771947Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int8 2022-09-27T15:40:24.0269739Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_uint8 2022-09-27T15:40:24.0278366Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bool 2022-09-27T15:40:24.0721500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float16 2022-09-27T15:40:24.0737709Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_mean_cpu_float32 2022-09-27T15:40:24.4267470Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stft_cpu_float32 2022-09-27T15:40:24.4282978Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_lengths_cpu_float32 2022-09-27T15:40:24.4833027Z test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_offsets_cpu_float32 2022-09-27T15:40:24.4852180Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_uint8 2022-09-27T15:40:24.8278151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_bfloat16 2022-09-27T15:40:24.8336532Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float16 2022-09-27T15:40:24.8343802Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float32 2022-09-27T15:40:24.8370305Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stft_cpu_float32 2022-09-27T15:40:24.9862061Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sub_cpu_float32 2022-09-27T15:40:24.9879352Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_bfloat16 2022-09-27T15:40:25.0173494Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float16 2022-09-27T15:40:25.0185753Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float32 2022-09-27T15:40:25.0463880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float64 2022-09-27T15:40:25.0474893Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_offsets_cpu_float32 2022-09-27T15:40:25.0608621Z test_ops.py::TestCompositeComplianceCPU::test_backward_select_cpu_float32 2022-09-27T15:40:25.0908341Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_select_cpu_float32 2022-09-27T15:40:25.1272034Z test_ops.py::TestCompositeComplianceCPU::test_backward_select_scatter_cpu_float32 2022-09-27T15:40:25.1345603Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_select_scatter_cpu_float32 2022-09-27T15:40:25.1383966Z test_ops.py::TestCompositeComplianceCPU::test_backward_sgn_cpu_float32 2022-09-27T15:40:25.1397539Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sub_cpu_float32 2022-09-27T15:40:25.1521499Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_cpu_float32 2022-09-27T15:40:25.1783854Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sgn_cpu_float32 2022-09-27T15:40:25.1888359Z test_ops.py::TestCompositeComplianceCPU::test_backward_sigmoid_cpu_float32 2022-09-27T15:40:25.2275306Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sigmoid_cpu_float32 2022-09-27T15:40:25.2289095Z test_ops.py::TestCompositeComplianceCPU::test_backward_sign_cpu_float32 2022-09-27T15:40:25.2426352Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sign_cpu_float32 2022-09-27T15:40:25.2434463Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float64 2022-09-27T15:40:25.2624493Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int16 2022-09-27T15:40:25.2634736Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_cpu_float32 2022-09-27T15:40:25.2662461Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_to_size_cpu_float32 2022-09-27T15:40:25.2714925Z test_ops.py::TestCompositeComplianceCPU::test_backward_sin_cpu_float32 2022-09-27T15:40:25.3105345Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sin_cpu_float32 2022-09-27T15:40:25.3253518Z test_ops.py::TestCompositeComplianceCPU::test_backward_sinc_cpu_float32 2022-09-27T15:40:25.3524341Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sinc_cpu_float32 2022-09-27T15:40:25.3546812Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_to_size_cpu_float32 2022-09-27T15:40:25.3596571Z test_ops.py::TestCompositeComplianceCPU::test_backward_sinh_cpu_float32 2022-09-27T15:40:25.3634074Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_cpu_float32 2022-09-27T15:40:25.3988492Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sinh_cpu_float32 2022-09-27T15:40:25.4524595Z test_ops.py::TestCompositeComplianceCPU::test_backward_slice_scatter_cpu_float32 2022-09-27T15:40:25.4533956Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int16 2022-09-27T15:40:25.4870382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int32 2022-09-27T15:40:25.4880039Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float16 2022-09-27T15:40:25.5144247Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:40:25.5151120Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_slice_scatter_cpu_float32 2022-09-27T15:40:25.5315547Z test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_cpu_float32 2022-09-27T15:40:25.5588187Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_cpu_float32 2022-09-27T15:40:25.5820028Z test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_with_dtype_cpu_float32 2022-09-27T15:40:25.6073245Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_with_dtype_cpu_float32 2022-09-27T15:40:25.6793060Z test_ops.py::TestCompositeComplianceCPU::test_backward_sort_cpu_float32 2022-09-27T15:40:25.6803383Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int32 2022-09-27T15:40:25.7539438Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int64 2022-09-27T15:40:25.7548577Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sort_cpu_float32 2022-09-27T15:40:25.7569419Z test_ops.py::TestCompositeComplianceCPU::test_backward_sparse_sampled_addmm_cpu_float32 2022-09-27T15:40:25.7602305Z [gw0] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_sparse_sampled_addmm_cpu_float32 2022-09-27T15:40:25.7615126Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:40:25.7991032Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:40:25.8121066Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_entr_cpu_float32 2022-09-27T15:40:25.8438271Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_entr_cpu_float32 2022-09-27T15:40:25.8580153Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_erfcx_cpu_float32 2022-09-27T15:40:25.8867493Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_erfcx_cpu_float32 2022-09-27T15:40:25.8959897Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i0e_cpu_float32 2022-09-27T15:40:25.9028557Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_i0e_cpu_float32 2022-09-27T15:40:25.9036858Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int64 2022-09-27T15:40:25.9356460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int8 2022-09-27T15:40:25.9508271Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1_cpu_float32 2022-09-27T15:40:25.9901002Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1_cpu_float32 2022-09-27T15:40:25.9985024Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1e_cpu_float32 2022-09-27T15:40:26.0267336Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1e_cpu_float32 2022-09-27T15:40:26.0322409Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_log_ndtr_cpu_float32 2022-09-27T15:40:26.0338344Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:40:26.0463397Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int16 2022-09-27T15:40:26.0744943Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_log_ndtr_cpu_float32 2022-09-27T15:40:26.0825764Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtr_cpu_float32 2022-09-27T15:40:26.0840276Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int8 2022-09-27T15:40:26.0970046Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_uint8 2022-09-27T15:40:26.1225906Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtr_cpu_float32 2022-09-27T15:40:26.1396646Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtri_cpu_float32 2022-09-27T15:40:26.1742123Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtri_cpu_float32 2022-09-27T15:40:26.1956952Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:40:26.2163760Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:40:26.3019455Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_xlog1py_cpu_float32 2022-09-27T15:40:26.3033437Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int16 2022-09-27T15:40:26.3314702Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int32 2022-09-27T15:40:26.3332577Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_xlog1py_cpu_float32 2022-09-27T15:40:26.3432934Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_cpu_float32 2022-09-27T15:40:26.3445745Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_uint8 2022-09-27T15:40:26.3524832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bfloat16 2022-09-27T15:40:26.3546682Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bfloat16 2022-09-27T15:40:26.3743501Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_split_cpu_float32 2022-09-27T15:40:26.3866083Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_list_args_cpu_float32 2022-09-27T15:40:26.3926257Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bool 2022-09-27T15:40:26.4064216Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bool 2022-09-27T15:40:26.4182750Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_split_list_args_cpu_float32 2022-09-27T15:40:26.4304751Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_with_sizes_cpu_float32 2022-09-27T15:40:26.4390834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex128 2022-09-27T15:40:26.4634063Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex128 2022-09-27T15:40:26.4644254Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_split_with_sizes_cpu_float32 2022-09-27T15:40:26.4696461Z test_ops.py::TestCompositeComplianceCPU::test_backward_sqrt_cpu_float32 2022-09-27T15:40:26.4785297Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sqrt_cpu_float32 2022-09-27T15:40:26.4846170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex32 2022-09-27T15:40:26.5064802Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex32 2022-09-27T15:40:26.5200365Z test_ops.py::TestCompositeComplianceCPU::test_backward_square_cpu_float32 2022-09-27T15:40:26.5212021Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int32 2022-09-27T15:40:26.5217140Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_square_cpu_float32 2022-09-27T15:40:26.5225983Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int64 2022-09-27T15:40:26.5279644Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex64 2022-09-27T15:40:26.5545020Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex64 2022-09-27T15:40:26.5669995Z test_ops.py::TestCompositeComplianceCPU::test_backward_squeeze_cpu_float32 2022-09-27T15:40:26.5752702Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float16 2022-09-27T15:40:26.5793771Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float16 2022-09-27T15:40:26.5984459Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_squeeze_cpu_float32 2022-09-27T15:40:26.6103937Z test_ops.py::TestCompositeComplianceCPU::test_backward_stack_cpu_float32 2022-09-27T15:40:26.6155758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float32 2022-09-27T15:40:26.6414406Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float32 2022-09-27T15:40:26.6423753Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_stack_cpu_float32 2022-09-27T15:40:26.6561040Z test_ops.py::TestCompositeComplianceCPU::test_backward_std_cpu_float32 2022-09-27T15:40:26.6637379Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float64 2022-09-27T15:40:26.7026525Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float64 2022-09-27T15:40:26.7075409Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int16 2022-09-27T15:40:26.7101926Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int16 2022-09-27T15:40:26.7112468Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_std_cpu_float32 2022-09-27T15:40:26.7259953Z test_ops.py::TestCompositeComplianceCPU::test_backward_std_mean_cpu_float32 2022-09-27T15:40:26.7267443Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int64 2022-09-27T15:40:26.7507604Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int8 2022-09-27T15:40:26.7616481Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int32 2022-09-27T15:40:26.7951620Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int32 2022-09-27T15:40:26.8023832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int64 2022-09-27T15:40:26.8139994Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int64 2022-09-27T15:40:26.8198453Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_std_mean_cpu_float32 2022-09-27T15:40:26.8386801Z test_ops.py::TestCompositeComplianceCPU::test_backward_stft_cpu_float32 2022-09-27T15:40:26.8437762Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int8 2022-09-27T15:40:26.8829493Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int8 2022-09-27T15:40:26.8902796Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_uint8 2022-09-27T15:40:26.9265513Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_uint8 2022-09-27T15:40:27.0235844Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bfloat16 2022-09-27T15:40:27.0247119Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int8 2022-09-27T15:40:27.0959105Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_uint8 2022-09-27T15:40:27.0967414Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_stft_cpu_float32 2022-09-27T15:40:27.1675129Z test_ops.py::TestCompositeComplianceCPU::test_backward_sub_cpu_float32 2022-09-27T15:40:27.1689496Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sub_cpu_float32 2022-09-27T15:40:27.2157575Z test_ops.py::TestCompositeComplianceCPU::test_backward_sum_cpu_float32 2022-09-27T15:40:27.2179413Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sum_cpu_float32 2022-09-27T15:40:27.2582468Z test_ops.py::TestCompositeComplianceCPU::test_backward_sum_to_size_cpu_float32 2022-09-27T15:40:27.2637873Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sum_to_size_cpu_float32 2022-09-27T15:40:27.3897341Z test_ops.py::TestCompositeComplianceCPU::test_backward_svd_cpu_float32 2022-09-27T15:40:27.3905598Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_uint8 2022-09-27T15:40:27.3945610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bfloat16 2022-09-27T15:40:27.4093488Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bfloat16 2022-09-27T15:40:27.4102794Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bfloat16 2022-09-27T15:40:27.4344009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bool 2022-09-27T15:40:27.4384580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bool 2022-09-27T15:40:27.4785233Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bool 2022-09-27T15:40:27.4832532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex128 2022-09-27T15:40:27.5228418Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex128 2022-09-27T15:40:27.5294233Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex32 2022-09-27T15:40:27.5370280Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex32 2022-09-27T15:40:27.5377567Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bool 2022-09-27T15:40:27.5663631Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float16 2022-09-27T15:40:27.5712364Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex64 2022-09-27T15:40:27.6108391Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex64 2022-09-27T15:40:27.6190805Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float16 2022-09-27T15:40:27.6545292Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float16 2022-09-27T15:40:27.6606956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float32 2022-09-27T15:40:27.6984521Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float32 2022-09-27T15:40:27.7048142Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float64 2022-09-27T15:40:27.7430993Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float64 2022-09-27T15:40:27.7504667Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int16 2022-09-27T15:40:27.7907803Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int16 2022-09-27T15:40:27.7955856Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int32 2022-09-27T15:40:27.8316699Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int32 2022-09-27T15:40:27.8322961Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float16 2022-09-27T15:40:27.8344864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float32 2022-09-27T15:40:27.8387774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int64 2022-09-27T15:40:27.8789306Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int64 2022-09-27T15:40:27.8851319Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int8 2022-09-27T15:40:27.9232187Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int8 2022-09-27T15:40:27.9292552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_uint8 2022-09-27T15:40:27.9668556Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_uint8 2022-09-27T15:40:27.9737552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bfloat16 2022-09-27T15:40:27.9903057Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bfloat16 2022-09-27T15:40:27.9913816Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float32 2022-09-27T15:40:28.0108779Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float64 2022-09-27T15:40:28.0170763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bool 2022-09-27T15:40:28.0548297Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bool 2022-09-27T15:40:28.0623194Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex128 2022-09-27T15:40:28.0989615Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex128 2022-09-27T15:40:28.1064607Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex32 2022-09-27T15:40:28.1430764Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex32 2022-09-27T15:40:28.1504238Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex64 2022-09-27T15:40:28.1867250Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex64 2022-09-27T15:40:28.1928348Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float16 2022-09-27T15:40:28.1950599Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float16 2022-09-27T15:40:28.1958215Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float64 2022-09-27T15:40:28.2306035Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int16 2022-09-27T15:40:28.2367398Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float32 2022-09-27T15:40:28.2744606Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float32 2022-09-27T15:40:28.2797804Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float64 2022-09-27T15:40:28.3188496Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float64 2022-09-27T15:40:28.3196529Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int16 2022-09-27T15:40:28.3205555Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int16 2022-09-27T15:40:28.3257178Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int32 2022-09-27T15:40:28.3628489Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int16 2022-09-27T15:40:28.3697427Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int32 2022-09-27T15:40:28.4062965Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int32 2022-09-27T15:40:28.4122175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int64 2022-09-27T15:40:28.4509546Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int64 2022-09-27T15:40:28.4570353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int8 2022-09-27T15:40:28.4585827Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int8 2022-09-27T15:40:28.4593435Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int32 2022-09-27T15:40:28.4946372Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int64 2022-09-27T15:40:28.5014444Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_uint8 2022-09-27T15:40:28.5383865Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_uint8 2022-09-27T15:40:28.5403874Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bfloat16 2022-09-27T15:40:28.5827254Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bfloat16 2022-09-27T15:40:28.5848917Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bool 2022-09-27T15:40:28.5922823Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bool 2022-09-27T15:40:28.5933905Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int64 2022-09-27T15:40:28.6265476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int8 2022-09-27T15:40:28.6288644Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex128 2022-09-27T15:40:28.6703126Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex128 2022-09-27T15:40:28.6721898Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex32 2022-09-27T15:40:28.7146564Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex32 2022-09-27T15:40:28.7156043Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int8 2022-09-27T15:40:28.7156938Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_uint8 2022-09-27T15:40:28.7174474Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex64 2022-09-27T15:40:28.7585577Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex64 2022-09-27T15:40:28.7607204Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float16 2022-09-27T15:40:28.8027387Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float16 2022-09-27T15:40:28.8052723Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float32 2022-09-27T15:40:28.8323750Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float32 2022-09-27T15:40:28.8332214Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_uint8 2022-09-27T15:40:28.8463788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_bfloat16 2022-09-27T15:40:28.8483952Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float64 2022-09-27T15:40:28.8533682Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float64 2022-09-27T15:40:28.8742765Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_bfloat16 2022-09-27T15:40:28.8903249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex128 2022-09-27T15:40:28.8924244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int16 2022-09-27T15:40:28.8933691Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int16 2022-09-27T15:40:28.9182639Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex128 2022-09-27T15:40:28.9342898Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex64 2022-09-27T15:40:28.9359512Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int32 2022-09-27T15:40:28.9373727Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int32 2022-09-27T15:40:28.9622253Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex64 2022-09-27T15:40:28.9783159Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float16 2022-09-27T15:40:28.9800567Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int64 2022-09-27T15:40:28.9848943Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int64 2022-09-27T15:40:29.0062309Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float16 2022-09-27T15:40:29.0223592Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float32 2022-09-27T15:40:29.0285549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int8 2022-09-27T15:40:29.0295991Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int8 2022-09-27T15:40:29.0504863Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float32 2022-09-27T15:40:29.0665197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float64 2022-09-27T15:40:29.0680221Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_uint8 2022-09-27T15:40:29.0754667Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_uint8 2022-09-27T15:40:29.0943680Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float64 2022-09-27T15:40:29.0981239Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_float32 2022-09-27T15:40:29.1143147Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_float32 2022-09-27T15:40:29.1158154Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bfloat16 2022-09-27T15:40:29.1382296Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bfloat16 2022-09-27T15:40:29.1468430Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_complex64 2022-09-27T15:40:29.1582585Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_complex64 2022-09-27T15:40:29.1596612Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bool 2022-09-27T15:40:29.1822503Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bool 2022-09-27T15:40:29.1869701Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_float32 2022-09-27T15:40:29.2022408Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_float32 2022-09-27T15:40:29.2036301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex128 2022-09-27T15:40:29.2262391Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex128 2022-09-27T15:40:29.2366176Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_complex64 2022-09-27T15:40:29.2461526Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_complex64 2022-09-27T15:40:29.2473236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex32 2022-09-27T15:40:29.2704717Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex32 2022-09-27T15:40:29.2762848Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_float32 2022-09-27T15:40:29.2905188Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_float32 2022-09-27T15:40:29.2920513Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex64 2022-09-27T15:40:29.3145962Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex64 2022-09-27T15:40:29.3220012Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_complex64 2022-09-27T15:40:29.3383816Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_complex64 2022-09-27T15:40:29.3399161Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float16 2022-09-27T15:40:29.3623619Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float16 2022-09-27T15:40:29.3677339Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_float32 2022-09-27T15:40:29.3822802Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_float32 2022-09-27T15:40:29.3840333Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float32 2022-09-27T15:40:29.4065790Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float32 2022-09-27T15:40:29.4199330Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_complex64 2022-09-27T15:40:29.4305468Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_complex64 2022-09-27T15:40:29.4331082Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float64 2022-09-27T15:40:29.4504787Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float64 2022-09-27T15:40:29.4580253Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_float32 2022-09-27T15:40:29.4743869Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_float32 2022-09-27T15:40:29.4766879Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int16 2022-09-27T15:40:29.4943497Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int16 2022-09-27T15:40:29.5183087Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_complex64 2022-09-27T15:40:29.5205969Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int32 2022-09-27T15:40:29.5218739Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_complex64 2022-09-27T15:40:29.5423172Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int32 2022-09-27T15:40:29.5549081Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_float32 2022-09-27T15:40:29.5623591Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_float32 2022-09-27T15:40:29.5645872Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int64 2022-09-27T15:40:29.5903796Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int64 2022-09-27T15:40:29.5973198Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_complex64 2022-09-27T15:40:29.6063071Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_complex64 2022-09-27T15:40:29.6085334Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int8 2022-09-27T15:40:29.6343825Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int8 2022-09-27T15:40:29.6390394Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_float32 2022-09-27T15:40:29.6504023Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_float32 2022-09-27T15:40:29.6527907Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_uint8 2022-09-27T15:40:29.6784954Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_uint8 2022-09-27T15:40:29.6944407Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_complex64 2022-09-27T15:40:29.7003568Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bfloat16 2022-09-27T15:40:29.7226986Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_complex64 2022-09-27T15:40:29.7405035Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_float32 2022-09-27T15:40:29.7706847Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_float32 2022-09-27T15:40:29.7763593Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_complex64 2022-09-27T15:40:29.8186884Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_complex64 2022-09-27T15:40:29.8224704Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_float32 2022-09-27T15:40:29.8672784Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_float32 2022-09-27T15:40:29.8869744Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_complex64 2022-09-27T15:40:29.9181805Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_complex64 2022-09-27T15:40:29.9286206Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_float32 2022-09-27T15:40:29.9579866Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_float32 2022-09-27T15:40:30.0008541Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_complex64 2022-09-27T15:40:30.0015865Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bfloat16 2022-09-27T15:40:30.1380979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bool 2022-09-27T15:40:30.1386468Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bool 2022-09-27T15:40:30.1396146Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_complex64 2022-09-27T15:40:30.1402454Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_float32 2022-09-27T15:40:30.2466853Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex128 2022-09-27T15:40:30.2483900Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_float32 2022-09-27T15:40:30.2768645Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_complex64 2022-09-27T15:40:30.2994097Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_complex64 2022-09-27T15:40:30.3109396Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_float32 2022-09-27T15:40:30.3467264Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_float32 2022-09-27T15:40:30.3629398Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_complex64 2022-09-27T15:40:30.3869303Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_complex64 2022-09-27T15:40:30.4076264Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_float32 2022-09-27T15:40:30.4342517Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_float32 2022-09-27T15:40:30.8826534Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_complex64 2022-09-27T15:40:30.8839398Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_complex64 2022-09-27T15:40:30.8987340Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_float32 2022-09-27T15:40:30.9002940Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_cpu_float32 2022-09-27T15:40:30.9029940Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_lowrank_cpu_float32 2022-09-27T15:40:30.9111618Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_lowrank_cpu_float32 2022-09-27T15:40:30.9124319Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex128 2022-09-27T15:40:30.9423122Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex32 2022-09-27T15:40:30.9444666Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_symeig_cpu_float32 2022-09-27T15:40:30.9864657Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_symeig_cpu_float32 2022-09-27T15:40:31.0022955Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_t_cpu_float32 2022-09-27T15:40:31.0305507Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_t_cpu_float32 2022-09-27T15:40:31.0415835Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_along_dim_cpu_float32 2022-09-27T15:40:31.0426954Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_float32 2022-09-27T15:40:31.1136981Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_lowrank_cpu_float32 2022-09-27T15:40:31.1151957Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_along_dim_cpu_float32 2022-09-27T15:40:31.2492632Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_cpu_float32 2022-09-27T15:40:31.2498794Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_cpu_float32 2022-09-27T15:40:31.2588752Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tan_cpu_float32 2022-09-27T15:40:31.3025332Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tan_cpu_float32 2022-09-27T15:40:31.3026919Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tanh_cpu_float32 2022-09-27T15:40:31.3352831Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tanh_cpu_float32 2022-09-27T15:40:31.3485326Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensor_split_cpu_float32 2022-09-27T15:40:31.3862256Z [gw3] [ 74%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensor_split_cpu_float32 2022-09-27T15:40:31.4480658Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensordot_cpu_float32 2022-09-27T15:40:31.4538611Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_lowrank_cpu_float32 2022-09-27T15:40:31.4893006Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_complex64 2022-09-27T15:40:31.4989895Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_complex64 2022-09-27T15:40:31.5132713Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_float32 2022-09-27T15:40:31.5149493Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensordot_cpu_float32 2022-09-27T15:40:31.5157009Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_float32 2022-09-27T15:40:31.5423153Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tile_cpu_float32 2022-09-27T15:40:31.5510444Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_complex64 2022-09-27T15:40:31.5902439Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_complex64 2022-09-27T15:40:31.5963002Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_float32 2022-09-27T15:40:31.6342150Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_float32 2022-09-27T15:40:31.6430123Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_complex64 2022-09-27T15:40:31.6572052Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_complex64 2022-09-27T15:40:31.6588316Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tile_cpu_float32 2022-09-27T15:40:31.6781968Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_cpu_float32 2022-09-27T15:40:31.6835884Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_float32 2022-09-27T15:40:31.7331869Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_float32 2022-09-27T15:40:31.7404130Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_complex64 2022-09-27T15:40:31.7702909Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_complex64 2022-09-27T15:40:31.7779481Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_float32 2022-09-27T15:40:31.8204317Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_float32 2022-09-27T15:40:31.8209323Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_complex64 2022-09-27T15:40:31.8624877Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_complex64 2022-09-27T15:40:31.8629123Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_float32 2022-09-27T15:40:31.9052598Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_float32 2022-09-27T15:40:31.9096837Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_complex64 2022-09-27T15:40:31.9222094Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_complex64 2022-09-27T15:40:31.9232057Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex32 2022-09-27T15:40:31.9467855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex64 2022-09-27T15:40:31.9514720Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_float32 2022-09-27T15:40:31.9591870Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_float32 2022-09-27T15:40:31.9602136Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_cpu_float32 2022-09-27T15:40:31.9625877Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_sparse_cpu_float32 2022-09-27T15:40:31.9903269Z [gw3] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_sparse_cpu_float32 2022-09-27T15:40:32.0022813Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_complex64 2022-09-27T15:40:32.0068618Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_topk_cpu_float32 2022-09-27T15:40:32.0349287Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_complex64 2022-09-27T15:40:32.0482472Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_float32 2022-09-27T15:40:32.0783866Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_float32 2022-09-27T15:40:32.0794253Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_topk_cpu_float32 2022-09-27T15:40:32.0802988Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trace_cpu_float32 2022-09-27T15:40:32.0841333Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_complex64 2022-09-27T15:40:32.0867859Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_complex64 2022-09-27T15:40:32.1183868Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trace_cpu_float32 2022-09-27T15:40:32.1193374Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex64 2022-09-27T15:40:32.1225592Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float16 2022-09-27T15:40:32.1227274Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_float32 2022-09-27T15:40:32.1257671Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_transpose_cpu_float32 2022-09-27T15:40:32.1640866Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_float32 2022-09-27T15:40:32.1664103Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_transpose_cpu_float32 2022-09-27T15:40:32.1713356Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_complex64 2022-09-27T15:40:32.2026150Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapezoid_cpu_float32 2022-09-27T15:40:32.2104001Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_complex64 2022-09-27T15:40:32.2291855Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_float32 2022-09-27T15:40:32.2557366Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_float32 2022-09-27T15:40:32.2913898Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_complex64 2022-09-27T15:40:32.3059517Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_complex64 2022-09-27T15:40:32.3163334Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_float32 2022-09-27T15:40:32.3422703Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_float32 2022-09-27T15:40:32.3585804Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_complex64 2022-09-27T15:40:32.3865030Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_complex64 2022-09-27T15:40:32.3931181Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_float32 2022-09-27T15:40:32.4343415Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_float32 2022-09-27T15:40:32.4412081Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_topk_cpu_float32 2022-09-27T15:40:32.4790616Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_topk_cpu_float32 2022-09-27T15:40:32.4792269Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_complex64 2022-09-27T15:40:32.5183819Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_complex64 2022-09-27T15:40:32.5220516Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_float32 2022-09-27T15:40:32.5369061Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_float32 2022-09-27T15:40:32.5385102Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapezoid_cpu_float32 2022-09-27T15:40:32.5623889Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapz_cpu_float32 2022-09-27T15:40:32.6249683Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_complex64 2022-09-27T15:40:32.6382218Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_complex64 2022-09-27T15:40:32.6660801Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_float32 2022-09-27T15:40:32.6887290Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_float32 2022-09-27T15:40:32.6952196Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_complex64 2022-09-27T15:40:32.7303981Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_complex64 2022-09-27T15:40:32.7377604Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_float32 2022-09-27T15:40:32.7823527Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_float32 2022-09-27T15:40:32.7891980Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_complex64 2022-09-27T15:40:32.8058858Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_complex64 2022-09-27T15:40:32.8071847Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_svd_cpu_float32 2022-09-27T15:40:32.8093631Z test_ops.py::TestCompositeComplianceCPU::test_backward_svd_lowrank_cpu_float32 2022-09-27T15:40:32.8184301Z [gw0] [ 75%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_svd_lowrank_cpu_float32 2022-09-27T15:40:32.8225532Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_float32 2022-09-27T15:40:32.8234790Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float16 2022-09-27T15:40:32.8258196Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float32 2022-09-27T15:40:32.8547003Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_float32 2022-09-27T15:40:32.8624800Z test_ops.py::TestCompositeComplianceCPU::test_backward_symeig_cpu_float32 2022-09-27T15:40:32.8870193Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_complex64 2022-09-27T15:40:32.9068452Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_complex64 2022-09-27T15:40:32.9195190Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_float32 2022-09-27T15:40:32.9202660Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapz_cpu_float32 2022-09-27T15:40:32.9481531Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triangular_solve_cpu_float32 2022-09-27T15:40:32.9506633Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_float32 2022-09-27T15:40:32.9998348Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_complex64 2022-09-27T15:40:33.0016504Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float32 2022-09-27T15:40:33.0505253Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float64 2022-09-27T15:40:33.0528085Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_complex64 2022-09-27T15:40:33.0802105Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_float32 2022-09-27T15:40:33.1015123Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_float32 2022-09-27T15:40:33.1556189Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_complex64 2022-09-27T15:40:33.1584096Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_complex64 2022-09-27T15:40:33.2093486Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_float32 2022-09-27T15:40:33.2114007Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_float32 2022-09-27T15:40:33.2114719Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_complex64 2022-09-27T15:40:33.2131180Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_symeig_cpu_float32 2022-09-27T15:40:33.2244791Z test_ops.py::TestCompositeComplianceCPU::test_backward_t_cpu_float32 2022-09-27T15:40:33.2549259Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_t_cpu_float32 2022-09-27T15:40:33.2800856Z test_ops.py::TestCompositeComplianceCPU::test_backward_take_along_dim_cpu_float32 2022-09-27T15:40:33.2811266Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_complex64 2022-09-27T15:40:33.3067233Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_float32 2022-09-27T15:40:33.3080151Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float64 2022-09-27T15:40:33.3087555Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int16 2022-09-27T15:40:33.3096476Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_take_along_dim_cpu_float32 2022-09-27T15:40:33.3116408Z test_ops.py::TestCompositeComplianceCPU::test_backward_take_cpu_float32 2022-09-27T15:40:33.3223384Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_float32 2022-09-27T15:40:33.3289572Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trunc_cpu_float32 2022-09-27T15:40:33.3599955Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trunc_cpu_float32 2022-09-27T15:40:33.3613027Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_take_cpu_float32 2022-09-27T15:40:33.3673008Z test_ops.py::TestCompositeComplianceCPU::test_backward_tan_cpu_float32 2022-09-27T15:40:33.3704187Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_tan_cpu_float32 2022-09-27T15:40:33.3833149Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_complex64 2022-09-27T15:40:33.4022648Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_complex64 2022-09-27T15:40:33.4071732Z test_ops.py::TestCompositeComplianceCPU::test_backward_tanh_cpu_float32 2022-09-27T15:40:33.4142823Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_tanh_cpu_float32 2022-09-27T15:40:33.4226405Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_float32 2022-09-27T15:40:33.4506660Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_float32 2022-09-27T15:40:33.4585259Z test_ops.py::TestCompositeComplianceCPU::test_backward_tensor_split_cpu_float32 2022-09-27T15:40:33.4734554Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_complex64 2022-09-27T15:40:33.4756286Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_complex64 2022-09-27T15:40:33.4769364Z [gw0] [ 75%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_tensor_split_cpu_float32 2022-09-27T15:40:33.4779277Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int16 2022-09-27T15:40:33.4942590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int32 2022-09-27T15:40:33.5024317Z test_ops.py::TestCompositeComplianceCPU::test_backward_tensordot_cpu_float32 2022-09-27T15:40:33.5151455Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_float32 2022-09-27T15:40:33.5278246Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_float32 2022-09-27T15:40:33.5424131Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_tensordot_cpu_float32 2022-09-27T15:40:33.5505209Z test_ops.py::TestCompositeComplianceCPU::test_backward_tile_cpu_float32 2022-09-27T15:40:33.5950773Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_complex64 2022-09-27T15:40:33.5986493Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_complex64 2022-09-27T15:40:33.6153945Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_float32 2022-09-27T15:40:33.6160885Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_tile_cpu_float32 2022-09-27T15:40:33.6189035Z test_ops.py::TestCompositeComplianceCPU::test_backward_to_cpu_float32 2022-09-27T15:40:33.6200056Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int32 2022-09-27T15:40:33.6207214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int64 2022-09-27T15:40:33.6423195Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_float32 2022-09-27T15:40:33.6464219Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_complex64 2022-09-27T15:40:33.6772534Z [gw1] [ 75%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_complex64 2022-09-27T15:40:33.6781396Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triangular_solve_cpu_float32 2022-09-27T15:40:33.6864232Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tril_cpu_float32 2022-09-27T15:40:33.6907551Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_float32 2022-09-27T15:40:33.7033695Z [gw1] [ 75%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_float32 2022-09-27T15:40:33.7046264Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_to_cpu_float32 2022-09-27T15:40:33.7063824Z test_ops.py::TestCompositeComplianceCPU::test_backward_to_sparse_cpu_float32 2022-09-27T15:40:33.7225387Z [gw0] [ 75%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_to_sparse_cpu_float32 2022-09-27T15:40:33.7238236Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tril_cpu_float32 2022-09-27T15:40:33.7348350Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triu_cpu_float32 2022-09-27T15:40:33.7503632Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_consecutive_cpu_float32 2022-09-27T15:40:33.7840722Z test_ops.py::TestCompositeComplianceCPU::test_backward_topk_cpu_float32 2022-09-27T15:40:33.7857838Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triu_cpu_float32 2022-09-27T15:40:33.7922248Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_true_divide_cpu_float32 2022-09-27T15:40:33.7942417Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_topk_cpu_float32 2022-09-27T15:40:33.7951103Z test_ops.py::TestCompositeComplianceCPU::test_backward_trace_cpu_float32 2022-09-27T15:40:33.7960576Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int64 2022-09-27T15:40:33.7985871Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int8 2022-09-27T15:40:33.8385603Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_trace_cpu_float32 2022-09-27T15:40:33.8434045Z test_ops.py::TestCompositeComplianceCPU::test_backward_transpose_cpu_float32 2022-09-27T15:40:33.8447129Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_consecutive_cpu_float32 2022-09-27T15:40:33.8616213Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_cpu_float32 2022-09-27T15:40:33.8824690Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_transpose_cpu_float32 2022-09-27T15:40:33.9243939Z test_ops.py::TestCompositeComplianceCPU::test_backward_trapezoid_cpu_float32 2022-09-27T15:40:33.9256298Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int8 2022-09-27T15:40:34.0011827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_uint8 2022-09-27T15:40:34.0020633Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_true_divide_cpu_float32 2022-09-27T15:40:34.0072696Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trunc_cpu_float32 2022-09-27T15:40:34.0081183Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_cpu_float32 2022-09-27T15:40:34.0095679Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_complex64 2022-09-27T15:40:34.0099899Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_trapezoid_cpu_float32 2022-09-27T15:40:34.0108539Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trunc_cpu_float32 2022-09-27T15:40:34.0250631Z test_ops.py::TestCompositeComplianceCPU::test_backward_trapz_cpu_float32 2022-09-27T15:40:34.0424240Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_complex64 2022-09-27T15:40:34.0503904Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unbind_cpu_float32 2022-09-27T15:40:34.0564936Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_float32 2022-09-27T15:40:34.0573207Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_uint8 2022-09-27T15:40:34.0610493Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bfloat16 2022-09-27T15:40:34.0946609Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_float32 2022-09-27T15:40:34.1068933Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_complex64 2022-09-27T15:40:34.1083995Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unbind_cpu_float32 2022-09-27T15:40:34.1092568Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_complex64 2022-09-27T15:40:34.1388055Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unflatten_cpu_float32 2022-09-27T15:40:34.1508582Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_float32 2022-09-27T15:40:34.1525161Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_float32 2022-09-27T15:40:34.1533119Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_trapz_cpu_float32 2022-09-27T15:40:34.1653434Z test_ops.py::TestCompositeComplianceCPU::test_backward_triangular_solve_cpu_float32 2022-09-27T15:40:34.1669702Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unflatten_cpu_float32 2022-09-27T15:40:34.1910489Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unfold_cpu_float32 2022-09-27T15:40:34.1911122Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_complex64 2022-09-27T15:40:34.2298042Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_complex64 2022-09-27T15:40:34.2327331Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_float32 2022-09-27T15:40:34.2403716Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_float32 2022-09-27T15:40:34.2411458Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bfloat16 2022-09-27T15:40:34.2709511Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bool 2022-09-27T15:40:34.2738850Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_complex64 2022-09-27T15:40:34.2750303Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unfold_cpu_float32 2022-09-27T15:40:34.2765530Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_uniform_cpu_float32 2022-09-27T15:40:34.2775559Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_complex64 2022-09-27T15:40:34.3188288Z [gw3] [ 75%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_uniform_cpu_float32 2022-09-27T15:40:34.3220672Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_float32 2022-09-27T15:40:34.3273594Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_float32 2022-09-27T15:40:34.3277431Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_consecutive_cpu_float32 2022-09-27T15:40:34.3628571Z [gw3] [ 75%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_consecutive_cpu_float32 2022-09-27T15:40:34.3673623Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_complex_cpu_float32 2022-09-27T15:40:34.3685893Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_complex_cpu_float32 2022-09-27T15:40:34.3705942Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_cpu_float32 2022-09-27T15:40:34.4067930Z [gw3] [ 75%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_cpu_float32 2022-09-27T15:40:34.4150171Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_complex64 2022-09-27T15:40:34.4155773Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unsqueeze_cpu_float32 2022-09-27T15:40:34.4169084Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bool 2022-09-27T15:40:34.4174683Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_complex64 2022-09-27T15:40:34.4555540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float32 2022-09-27T15:40:34.4568496Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_float32 2022-09-27T15:40:34.4624200Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unsqueeze_cpu_float32 2022-09-27T15:40:34.4637689Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_cpu_float32 2022-09-27T15:40:34.4920271Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_float32 2022-09-27T15:40:34.4928361Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float32 2022-09-27T15:40:34.4983186Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float64 2022-09-27T15:40:34.5008857Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_real_cpu_complex64 2022-09-27T15:40:34.5297293Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_real_cpu_complex64 2022-09-27T15:40:34.5309054Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_cpu_float32 2022-09-27T15:40:34.5423214Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_mean_cpu_float32 2022-09-27T15:40:34.5534639Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_complex64 2022-09-27T15:40:34.5870369Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_complex64 2022-09-27T15:40:34.5964856Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_float32 2022-09-27T15:40:34.6094066Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_float32 2022-09-27T15:40:34.6110981Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_triangular_solve_cpu_float32 2022-09-27T15:40:34.6239573Z test_ops.py::TestCompositeComplianceCPU::test_backward_tril_cpu_float32 2022-09-27T15:40:34.6256114Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float64 2022-09-27T15:40:34.6262261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int16 2022-09-27T15:40:34.6274690Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_mean_cpu_float32 2022-09-27T15:40:34.6305543Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vdot_cpu_float32 2022-09-27T15:40:34.6375447Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_complex64 2022-09-27T15:40:34.6587590Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_complex64 2022-09-27T15:40:34.6607609Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_tril_cpu_float32 2022-09-27T15:40:34.6674337Z test_ops.py::TestCompositeComplianceCPU::test_backward_triu_cpu_float32 2022-09-27T15:40:34.6747065Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vdot_cpu_float32 2022-09-27T15:40:34.6776393Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_complex_cpu_float32 2022-09-27T15:40:34.6792870Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_float32 2022-09-27T15:40:34.6829621Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_float32 2022-09-27T15:40:34.6967218Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_complex_cpu_float32 2022-09-27T15:40:34.7021917Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_triu_cpu_float32 2022-09-27T15:40:34.7190371Z test_ops.py::TestCompositeComplianceCPU::test_backward_true_divide_cpu_float32 2022-09-27T15:40:34.7190889Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_complex64 2022-09-27T15:40:34.7267130Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_cpu_float32 2022-09-27T15:40:34.7630262Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_complex64 2022-09-27T15:40:34.7634112Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_float32 2022-09-27T15:40:34.7643798Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int16 2022-09-27T15:40:34.7667899Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int32 2022-09-27T15:40:34.7709419Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_float32 2022-09-27T15:40:34.7715772Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_cpu_float32 2022-09-27T15:40:34.8021826Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_cpu_float32 2022-09-27T15:40:34.8028764Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_true_divide_cpu_float32 2022-09-27T15:40:34.8051421Z test_ops.py::TestCompositeComplianceCPU::test_backward_trunc_cpu_float32 2022-09-27T15:40:34.8063763Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_cpu_float32 2022-09-27T15:40:34.8073916Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_complex64 2022-09-27T15:40:34.8143496Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_trunc_cpu_float32 2022-09-27T15:40:34.8193305Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vsplit_cpu_float32 2022-09-27T15:40:34.8337295Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_complex64 2022-09-27T15:40:34.8467221Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vsplit_cpu_float32 2022-09-27T15:40:34.8508648Z test_ops.py::TestCompositeComplianceCPU::test_backward_unbind_cpu_float32 2022-09-27T15:40:34.8600273Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_float32 2022-09-27T15:40:34.8603649Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vstack_cpu_float32 2022-09-27T15:40:34.8658943Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_float32 2022-09-27T15:40:34.8665390Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int32 2022-09-27T15:40:34.8755984Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int64 2022-09-27T15:40:34.8948097Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vstack_cpu_float32 2022-09-27T15:40:34.9025693Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_xlogy_cpu_float32 2022-09-27T15:40:34.9317289Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_where_cpu_float32 2022-09-27T15:40:34.9424981Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_xlogy_cpu_float32 2022-09-27T15:40:34.9486419Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_complex64 2022-09-27T15:40:34.9711906Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_complex64 2022-09-27T15:40:34.9719106Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int64 2022-09-27T15:40:34.9869264Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int8 2022-09-27T15:40:34.9939210Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_float32 2022-09-27T15:40:35.0307884Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_float32 2022-09-27T15:40:35.0351484Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_complex64 2022-09-27T15:40:35.0706504Z [gw1] [ 75%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_complex64 2022-09-27T15:40:35.0713049Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int8 2022-09-27T15:40:35.0744481Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_uint8 2022-09-27T15:40:35.0786933Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_float32 2022-09-27T15:40:35.1189157Z [gw1] [ 75%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_float32 2022-09-27T15:40:35.1206934Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_complex64 2022-09-27T15:40:35.1221283Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_where_cpu_float32 2022-09-27T15:40:35.1243716Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_xlogy_cpu_float32 2022-09-27T15:40:35.1630448Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_complex64 2022-09-27T15:40:35.1708030Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_float32 2022-09-27T15:40:35.1717045Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_uint8 2022-09-27T15:40:35.1818523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bfloat16 2022-09-27T15:40:35.1828481Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_unbind_cpu_float32 2022-09-27T15:40:35.2175536Z test_ops.py::TestCompositeComplianceCPU::test_backward_unflatten_cpu_float32 2022-09-27T15:40:35.2179652Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_unflatten_cpu_float32 2022-09-27T15:40:35.2188411Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_float32 2022-09-27T15:40:35.2250329Z test_ops.py::TestCompositeComplianceCPU::test_backward_H_cpu_float32 2022-09-27T15:40:35.2263029Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_H_cpu_float32 2022-09-27T15:40:35.2628252Z test_ops.py::TestCompositeComplianceCPU::test_backward_unfold_cpu_float32 2022-09-27T15:40:35.2706333Z test_ops.py::TestCompositeComplianceCPU::test_backward_T_cpu_float32 2022-09-27T15:40:35.2786895Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_T_cpu_float32 2022-09-27T15:40:35.2798112Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_unfold_cpu_float32 2022-09-27T15:40:35.2983773Z test_ops.py::TestCompositeComplianceCPU::test_backward_unsqueeze_cpu_float32 2022-09-27T15:40:35.3006444Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_unsqueeze_cpu_float32 2022-09-27T15:40:35.3012772Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bfloat16 2022-09-27T15:40:35.3063338Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bool 2022-09-27T15:40:35.3222316Z test_ops.py::TestCompositeComplianceCPU::test_backward___getitem___cpu_float32 2022-09-27T15:40:35.3564046Z test_ops.py::TestCompositeComplianceCPU::test_backward_var_cpu_float32 2022-09-27T15:40:35.3667483Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_var_cpu_float32 2022-09-27T15:40:35.3794145Z test_ops.py::TestCompositeComplianceCPU::test_backward_var_mean_cpu_float32 2022-09-27T15:40:35.3804271Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___getitem___cpu_float32 2022-09-27T15:40:35.4492142Z test_ops.py::TestCompositeComplianceCPU::test_backward___radd___cpu_float32 2022-09-27T15:40:35.4502433Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_var_mean_cpu_float32 2022-09-27T15:40:35.4622898Z test_ops.py::TestCompositeComplianceCPU::test_backward_vdot_cpu_float32 2022-09-27T15:40:35.4640901Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_vdot_cpu_float32 2022-09-27T15:40:35.4650087Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___radd___cpu_float32 2022-09-27T15:40:35.4709629Z test_ops.py::TestCompositeComplianceCPU::test_backward___rdiv___cpu_float32 2022-09-27T15:40:35.4719263Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bool 2022-09-27T15:40:35.4909587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float32 2022-09-27T15:40:35.4975325Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_complex_cpu_float32 2022-09-27T15:40:35.4988005Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_complex_cpu_float32 2022-09-27T15:40:35.4995680Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_xlogy_cpu_float32 2022-09-27T15:40:35.5232871Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zero__cpu_float32 2022-09-27T15:40:35.5347763Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zero__cpu_float32 2022-09-27T15:40:35.5424191Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_cpu_float32 2022-09-27T15:40:35.5459098Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_cpu_float32 2022-09-27T15:40:35.5616540Z [gw3] [ 75%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_cpu_float32 2022-09-27T15:40:35.5637957Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_cpu_float32 2022-09-27T15:40:35.5647780Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float32 2022-09-27T15:40:35.5736007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float64 2022-09-27T15:40:35.5742975Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rdiv___cpu_float32 2022-09-27T15:40:35.5787368Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmatmul___cpu_float32 2022-09-27T15:40:35.5868848Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_cpu_float32 2022-09-27T15:40:35.5902849Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_like_cpu_float32 2022-09-27T15:40:35.6052818Z [gw3] [ 75%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_like_cpu_float32 2022-09-27T15:40:35.6268647Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_view_cpu_float32 2022-09-27T15:40:35.6311955Z test_ops.py::TestCompositeComplianceCPU::test_backward_vsplit_cpu_float32 2022-09-27T15:40:35.6365708Z test_ops.py::TestCompositeComplianceCPU::test_operator_H_cpu_float32 2022-09-27T15:40:35.6752216Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_H_cpu_float32 2022-09-27T15:40:35.6752722Z test_ops.py::TestCompositeComplianceCPU::test_operator_T_cpu_float32 2022-09-27T15:40:35.6763831Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float64 2022-09-27T15:40:35.6794316Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int16 2022-09-27T15:40:35.6974136Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_T_cpu_float32 2022-09-27T15:40:35.6987158Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_vsplit_cpu_float32 2022-09-27T15:40:35.7142460Z test_ops.py::TestCompositeComplianceCPU::test_backward_vstack_cpu_float32 2022-09-27T15:40:35.7185118Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_vstack_cpu_float32 2022-09-27T15:40:35.7464610Z test_ops.py::TestCompositeComplianceCPU::test_operator___getitem___cpu_float32 2022-09-27T15:40:35.7504973Z test_ops.py::TestCompositeComplianceCPU::test_backward_where_cpu_float32 2022-09-27T15:40:35.7606286Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___getitem___cpu_float32 2022-09-27T15:40:35.7622315Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rmatmul___cpu_float32 2022-09-27T15:40:35.7631895Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmod___cpu_float32 2022-09-27T15:40:35.7931657Z test_ops.py::TestCompositeComplianceCPU::test_operator___radd___cpu_float32 2022-09-27T15:40:35.7973731Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___radd___cpu_float32 2022-09-27T15:40:35.7981271Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int16 2022-09-27T15:40:35.8063233Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int32 2022-09-27T15:40:35.8340514Z test_ops.py::TestCompositeComplianceCPU::test_operator___rdiv___cpu_float32 2022-09-27T15:40:35.8352829Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_where_cpu_float32 2022-09-27T15:40:35.8362130Z test_ops.py::TestCompositeComplianceCPU::test_backward_xlogy_cpu_float32 2022-09-27T15:40:35.8438958Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rdiv___cpu_float32 2022-09-27T15:40:35.8466278Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rmod___cpu_float32 2022-09-27T15:40:35.8502401Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmul___cpu_float32 2022-09-27T15:40:35.9119645Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmatmul___cpu_float32 2022-09-27T15:40:35.9132904Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int32 2022-09-27T15:40:35.9196579Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int64 2022-09-27T15:40:35.9207362Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rmatmul___cpu_float32 2022-09-27T15:40:35.9224341Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmod___cpu_float32 2022-09-27T15:40:35.9231752Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rmul___cpu_float32 2022-09-27T15:40:35.9425516Z test_ops.py::TestCompositeComplianceCPU::test_backward___rpow___cpu_float32 2022-09-27T15:40:35.9624716Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rmod___cpu_float32 2022-09-27T15:40:35.9656438Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmul___cpu_float32 2022-09-27T15:40:35.9668350Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_xlogy_cpu_float32 2022-09-27T15:40:35.9790672Z test_ops.py::TestCompositeComplianceCPU::test_backward_zero__cpu_float32 2022-09-27T15:40:35.9852004Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_zero__cpu_float32 2022-09-27T15:40:36.0068714Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rmul___cpu_float32 2022-09-27T15:40:36.0110216Z test_ops.py::TestCompositeComplianceCPU::test_operator___rpow___cpu_float32 2022-09-27T15:40:36.0258265Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_H_cpu_float32 2022-09-27T15:40:36.0272243Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_H_cpu_float32 2022-09-27T15:40:36.0287168Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int64 2022-09-27T15:40:36.0294294Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rpow___cpu_float32 2022-09-27T15:40:36.0300726Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int8 2022-09-27T15:40:36.0507780Z test_ops.py::TestCompositeComplianceCPU::test_backward___rsub___cpu_float32 2022-09-27T15:40:36.0528875Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rpow___cpu_float32 2022-09-27T15:40:36.0545532Z test_ops.py::TestCompositeComplianceCPU::test_operator___rsub___cpu_float32 2022-09-27T15:40:36.0682115Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_T_cpu_float32 2022-09-27T15:40:36.0824445Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_T_cpu_float32 2022-09-27T15:40:36.0830762Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rsub___cpu_float32 2022-09-27T15:40:36.0836829Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rsub___cpu_float32 2022-09-27T15:40:36.0949601Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_amax_cpu_float32 2022-09-27T15:40:36.0990662Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_amax_cpu_float32 2022-09-27T15:40:36.1379345Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___getitem___cpu_float32 2022-09-27T15:40:36.1387735Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int8 2022-09-27T15:40:36.2007559Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_uint8 2022-09-27T15:40:36.2026053Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___getitem___cpu_float32 2022-09-27T15:40:36.2486794Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___radd___cpu_float32 2022-09-27T15:40:36.2494740Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_uint8 2022-09-27T15:40:36.3796383Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bfloat16 2022-09-27T15:40:36.3810351Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_amax_cpu_float32 2022-09-27T15:40:36.3927569Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_amin_cpu_float32 2022-09-27T15:40:36.3939790Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___radd___cpu_float32 2022-09-27T15:40:36.4170179Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rdiv___cpu_float32 2022-09-27T15:40:36.4177853Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bfloat16 2022-09-27T15:40:36.6465896Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bool 2022-09-27T15:40:36.6473528Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bool 2022-09-27T15:40:36.6657525Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float32 2022-09-27T15:40:36.6673235Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rdiv___cpu_float32 2022-09-27T15:40:36.6797343Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmatmul___cpu_float32 2022-09-27T15:40:36.6806596Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_amin_cpu_float32 2022-09-27T15:40:36.7363482Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_argmax_cpu_float32 2022-09-27T15:40:36.7372107Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float32 2022-09-27T15:40:36.8388504Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float64 2022-09-27T15:40:36.8401673Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_argmax_cpu_float32 2022-09-27T15:40:36.8493066Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_argmin_cpu_float32 2022-09-27T15:40:36.8502791Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float64 2022-09-27T15:40:36.9939315Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int16 2022-09-27T15:40:36.9947362Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int16 2022-09-27T15:40:37.0079784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int32 2022-09-27T15:40:37.0087726Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_amax_cpu_float32 2022-09-27T15:40:37.0375227Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_amin_cpu_float32 2022-09-27T15:40:37.0384867Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_argmin_cpu_float32 2022-09-27T15:40:37.0850596Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_cumprod_cpu_float32 2022-09-27T15:40:37.0862993Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_cumprod_cpu_float32 2022-09-27T15:40:37.1327484Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_cumsum_cpu_float32 2022-09-27T15:40:37.1340554Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_cumsum_cpu_float32 2022-09-27T15:40:37.1380464Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_log_softmax_cpu_float32 2022-09-27T15:40:37.1392181Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int32 2022-09-27T15:40:37.1881958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int64 2022-09-27T15:40:37.1894392Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_log_softmax_cpu_float32 2022-09-27T15:40:37.3005960Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_logaddexp_cpu_float32 2022-09-27T15:40:37.3017498Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int64 2022-09-27T15:40:37.3553782Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int8 2022-09-27T15:40:37.3568136Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_logaddexp_cpu_float32 2022-09-27T15:40:37.4604919Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_logsumexp_cpu_float32 2022-09-27T15:40:37.4614195Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int8 2022-09-27T15:40:37.4932929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_uint8 2022-09-27T15:40:37.4951626Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmatmul___cpu_float32 2022-09-27T15:40:37.5622348Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmod___cpu_float32 2022-09-27T15:40:37.5630032Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_uint8 2022-09-27T15:40:37.6939781Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bfloat16 2022-09-27T15:40:37.6949198Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bfloat16 2022-09-27T15:40:37.7029355Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bool 2022-09-27T15:40:37.7039419Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_logsumexp_cpu_float32 2022-09-27T15:40:37.7927511Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_mean_cpu_float32 2022-09-27T15:40:37.7945640Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmod___cpu_float32 2022-09-27T15:40:37.8688209Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmul___cpu_float32 2022-09-27T15:40:37.8700060Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bool 2022-09-27T15:40:37.8814650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float16 2022-09-27T15:40:37.8826027Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_amin_cpu_float32 2022-09-27T15:40:37.8896053Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_cumprod_cpu_float32 2022-09-27T15:40:37.9267814Z [gw1] [ 75%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward__masked_cumprod_cpu_float32 2022-09-27T15:40:38.0647704Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_cumsum_cpu_float32 2022-09-27T15:40:38.0662125Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_cumsum_cpu_float32 2022-09-27T15:40:38.0678389Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_log_softmax_cpu_float32 2022-09-27T15:40:38.0691577Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float16 2022-09-27T15:40:38.0820172Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float32 2022-09-27T15:40:38.0832145Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmul___cpu_float32 2022-09-27T15:40:38.1663077Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rpow___cpu_float32 2022-09-27T15:40:38.1674050Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float32 2022-09-27T15:40:38.1882101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float64 2022-09-27T15:40:38.1895242Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_log_softmax_cpu_float32 2022-09-27T15:40:38.2125417Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_logaddexp_cpu_float32 2022-09-27T15:40:38.2140547Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_mean_cpu_float32 2022-09-27T15:40:38.2803496Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_median_cpu_float32 2022-09-27T15:40:38.2815607Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_median_cpu_float32 2022-09-27T15:40:38.3057123Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_norm_cpu_float32 2022-09-27T15:40:38.3065007Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float64 2022-09-27T15:40:38.4134606Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int16 2022-09-27T15:40:38.4143429Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int16 2022-09-27T15:40:38.5436231Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int32 2022-09-27T15:40:38.5444723Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int32 2022-09-27T15:40:38.5604126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int64 2022-09-27T15:40:38.5612662Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rpow___cpu_float32 2022-09-27T15:40:38.6658412Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rsub___cpu_float32 2022-09-27T15:40:38.6667080Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int64 2022-09-27T15:40:38.7633589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int8 2022-09-27T15:40:38.7642723Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int8 2022-09-27T15:40:38.8156496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_uint8 2022-09-27T15:40:38.8170671Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rsub___cpu_float32 2022-09-27T15:40:38.8633849Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_amax_cpu_float32 2022-09-27T15:40:38.8642815Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_uint8 2022-09-27T15:40:38.9470561Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bfloat16 2022-09-27T15:40:38.9489128Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_logaddexp_cpu_float32 2022-09-27T15:40:38.9621625Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_logsumexp_cpu_float32 2022-09-27T15:40:38.9647051Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bfloat16 2022-09-27T15:40:39.1335691Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bool 2022-09-27T15:40:39.1346815Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bool 2022-09-27T15:40:39.4103285Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex128 2022-09-27T15:40:39.4112820Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex128 2022-09-27T15:40:39.6566386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex64 2022-09-27T15:40:39.6575759Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex64 2022-09-27T15:40:39.7369665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float32 2022-09-27T15:40:39.7382280Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float32 2022-09-27T15:40:39.8287961Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float64 2022-09-27T15:40:39.8289569Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float64 2022-09-27T15:40:39.8298385Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_norm_cpu_float32 2022-09-27T15:40:39.8303183Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_normalize_cpu_float32 2022-09-27T15:40:39.8782622Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int16 2022-09-27T15:40:39.8808144Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_logsumexp_cpu_float32 2022-09-27T15:40:39.9283949Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_mean_cpu_float32 2022-09-27T15:40:39.9291938Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int16 2022-09-27T15:40:39.9392395Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int32 2022-09-27T15:40:39.9400473Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_normalize_cpu_float32 2022-09-27T15:40:40.0193183Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_prod_cpu_float32 2022-09-27T15:40:40.0201171Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int32 2022-09-27T15:40:40.1125375Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int64 2022-09-27T15:40:40.1132909Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int64 2022-09-27T15:40:40.2005625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int8 2022-09-27T15:40:40.2016782Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int8 2022-09-27T15:40:40.3024116Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_uint8 2022-09-27T15:40:40.3033264Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_uint8 2022-09-27T15:40:40.3044837Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_prod_cpu_float32 2022-09-27T15:40:40.3046925Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bfloat16 2022-09-27T15:40:40.3078903Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_softmax_cpu_float32 2022-09-27T15:40:40.3466852Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bfloat16 2022-09-27T15:40:40.3507754Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bool 2022-09-27T15:40:40.3592755Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bool 2022-09-27T15:40:40.3600391Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_softmax_cpu_float32 2022-09-27T15:40:40.3945177Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_softmin_cpu_float32 2022-09-27T15:40:40.3995227Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex128 2022-09-27T15:40:40.4129079Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex128 2022-09-27T15:40:40.4136066Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_softmin_cpu_float32 2022-09-27T15:40:40.4269376Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_std_cpu_float32 2022-09-27T15:40:40.4278874Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_amax_cpu_float32 2022-09-27T15:40:40.4383172Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_amin_cpu_float32 2022-09-27T15:40:40.4427352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex64 2022-09-27T15:40:40.4823256Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex64 2022-09-27T15:40:40.4866587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float16 2022-09-27T15:40:40.5263590Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float16 2022-09-27T15:40:40.5304223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float32 2022-09-27T15:40:40.5704325Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float32 2022-09-27T15:40:40.5747885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float64 2022-09-27T15:40:40.6143673Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float64 2022-09-27T15:40:40.6181800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int16 2022-09-27T15:40:40.6213879Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int16 2022-09-27T15:40:40.6220388Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_mean_cpu_float32 2022-09-27T15:40:40.6585132Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_median_cpu_float32 2022-09-27T15:40:40.6621000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int32 2022-09-27T15:40:40.7024052Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int32 2022-09-27T15:40:40.7060372Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int64 2022-09-27T15:40:40.7417747Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int64 2022-09-27T15:40:40.7426567Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_median_cpu_float32 2022-09-27T15:40:40.7464732Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_norm_cpu_float32 2022-09-27T15:40:40.7502101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int8 2022-09-27T15:40:40.7905627Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int8 2022-09-27T15:40:40.7946428Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_uint8 2022-09-27T15:40:40.8345871Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_uint8 2022-09-27T15:40:40.8442731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bfloat16 2022-09-27T15:40:40.8785180Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bfloat16 2022-09-27T15:40:40.8860275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bool 2022-09-27T15:40:40.9224136Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bool 2022-09-27T15:40:40.9315082Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex128 2022-09-27T15:40:40.9665429Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex128 2022-09-27T15:40:40.9763996Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex64 2022-09-27T15:40:41.0104186Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex64 2022-09-27T15:40:41.0191246Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float16 2022-09-27T15:40:41.0543315Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float16 2022-09-27T15:40:41.0633585Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float32 2022-09-27T15:40:41.0983798Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float32 2022-09-27T15:40:41.1068021Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float64 2022-09-27T15:40:41.1424218Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float64 2022-09-27T15:40:41.1496938Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int16 2022-09-27T15:40:41.1863336Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int16 2022-09-27T15:40:41.1935847Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int32 2022-09-27T15:40:41.2304530Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int32 2022-09-27T15:40:41.2376054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int64 2022-09-27T15:40:41.2743833Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int64 2022-09-27T15:40:41.2819543Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int8 2022-09-27T15:40:41.3183254Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int8 2022-09-27T15:40:41.3255406Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_uint8 2022-09-27T15:40:41.3624717Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_uint8 2022-09-27T15:40:41.4975211Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bfloat16 2022-09-27T15:40:41.4986346Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bfloat16 2022-09-27T15:40:41.6159334Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bool 2022-09-27T15:40:41.6172082Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_amin_cpu_float32 2022-09-27T15:40:41.6198040Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_argmax_cpu_float32 2022-09-27T15:40:41.6587599Z [gw0] [ 76%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_argmax_cpu_float32 2022-09-27T15:40:41.6624531Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_argmin_cpu_float32 2022-09-27T15:40:41.6652352Z [gw0] [ 76%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_argmin_cpu_float32 2022-09-27T15:40:41.6660149Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bool 2022-09-27T15:40:41.7029076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float32 2022-09-27T15:40:41.7576241Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_cumprod_cpu_float32 2022-09-27T15:40:41.7584654Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float32 2022-09-27T15:40:41.8741236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float64 2022-09-27T15:40:41.8752651Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float64 2022-09-27T15:40:41.9809252Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int16 2022-09-27T15:40:41.9819022Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int16 2022-09-27T15:40:42.0026834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int32 2022-09-27T15:40:42.0044491Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_cumprod_cpu_float32 2022-09-27T15:40:42.0875439Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_cumsum_cpu_float32 2022-09-27T15:40:42.0885766Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int32 2022-09-27T15:40:42.1851109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int64 2022-09-27T15:40:42.1859432Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int64 2022-09-27T15:40:42.2129223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int8 2022-09-27T15:40:42.2147481Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_cumsum_cpu_float32 2022-09-27T15:40:42.2316583Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_log_softmax_cpu_float32 2022-09-27T15:40:42.2323791Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_std_cpu_float32 2022-09-27T15:40:42.2933297Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_sum_cpu_float32 2022-09-27T15:40:42.2943041Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int8 2022-09-27T15:40:42.3985010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_uint8 2022-09-27T15:40:42.3993907Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_uint8 2022-09-27T15:40:42.4140260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_bool 2022-09-27T15:40:42.4424532Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_bool 2022-09-27T15:40:42.4660690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex128 2022-09-27T15:40:42.4752069Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex128 2022-09-27T15:40:42.4761950Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_sum_cpu_float32 2022-09-27T15:40:42.4863342Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_var_cpu_float32 2022-09-27T15:40:42.5107192Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex64 2022-09-27T15:40:42.5305125Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex64 2022-09-27T15:40:42.5523666Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float16 2022-09-27T15:40:42.5527072Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_log_softmax_cpu_float32 2022-09-27T15:40:42.5533154Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float16 2022-09-27T15:40:42.5744577Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_logaddexp_cpu_float32 2022-09-27T15:40:42.6135256Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float32 2022-09-27T15:40:42.6184126Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float32 2022-09-27T15:40:42.6480254Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float64 2022-09-27T15:40:42.6624497Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float64 2022-09-27T15:40:42.6804571Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int16 2022-09-27T15:40:42.7063519Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int16 2022-09-27T15:40:42.7246964Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int32 2022-09-27T15:40:42.7505933Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int32 2022-09-27T15:40:42.7680953Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int64 2022-09-27T15:40:42.7947753Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int64 2022-09-27T15:40:42.8135109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int8 2022-09-27T15:40:42.8386813Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int8 2022-09-27T15:40:42.8572210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_uint8 2022-09-27T15:40:42.8824353Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_uint8 2022-09-27T15:40:42.8876668Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_bool 2022-09-27T15:40:42.9266165Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_bool 2022-09-27T15:40:42.9324956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex128 2022-09-27T15:40:42.9706694Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex128 2022-09-27T15:40:42.9770495Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex64 2022-09-27T15:40:43.0143849Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex64 2022-09-27T15:40:43.0197143Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float32 2022-09-27T15:40:43.0585494Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float32 2022-09-27T15:40:43.0642327Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float64 2022-09-27T15:40:43.1025390Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float64 2022-09-27T15:40:43.1079609Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int16 2022-09-27T15:40:43.1466257Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int16 2022-09-27T15:40:43.1519788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int32 2022-09-27T15:40:43.1906108Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int32 2022-09-27T15:40:43.1962707Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int64 2022-09-27T15:40:43.2346811Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int64 2022-09-27T15:40:43.2402553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int8 2022-09-27T15:40:43.2787022Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int8 2022-09-27T15:40:43.2842963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_uint8 2022-09-27T15:40:43.3226395Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_uint8 2022-09-27T15:40:43.3318883Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_bool 2022-09-27T15:40:43.3667225Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_bool 2022-09-27T15:40:43.3752027Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex128 2022-09-27T15:40:43.4106664Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex128 2022-09-27T15:40:43.4188346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex64 2022-09-27T15:40:43.4544881Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex64 2022-09-27T15:40:43.4621214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float32 2022-09-27T15:40:43.4987261Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float32 2022-09-27T15:40:43.5069356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float64 2022-09-27T15:40:43.5426543Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float64 2022-09-27T15:40:43.5513011Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int16 2022-09-27T15:40:43.5864385Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int16 2022-09-27T15:40:43.5946165Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int32 2022-09-27T15:40:43.6304185Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int32 2022-09-27T15:40:43.6394039Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int64 2022-09-27T15:40:43.6745550Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int64 2022-09-27T15:40:43.6835906Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int8 2022-09-27T15:40:43.7186423Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int8 2022-09-27T15:40:43.7276044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_uint8 2022-09-27T15:40:43.7626539Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_uint8 2022-09-27T15:40:43.7729033Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_bool 2022-09-27T15:40:43.8066419Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_bool 2022-09-27T15:40:43.8156656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex128 2022-09-27T15:40:43.8505979Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex128 2022-09-27T15:40:43.8593243Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex64 2022-09-27T15:40:43.8735097Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex64 2022-09-27T15:40:43.8744359Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_var_cpu_float32 2022-09-27T15:40:43.8773748Z test_ops.py::TestCompositeComplianceCPU::test_operator_abs_cpu_float32 2022-09-27T15:40:43.8942802Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_abs_cpu_float32 2022-09-27T15:40:43.9039558Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float32 2022-09-27T15:40:43.9181464Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float32 2022-09-27T15:40:43.9232809Z test_ops.py::TestCompositeComplianceCPU::test_operator_acos_cpu_float32 2022-09-27T15:40:43.9382772Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_acos_cpu_float32 2022-09-27T15:40:43.9481855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float64 2022-09-27T15:40:43.9623129Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float64 2022-09-27T15:40:43.9672076Z test_ops.py::TestCompositeComplianceCPU::test_operator_acosh_cpu_float32 2022-09-27T15:40:43.9822663Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_acosh_cpu_float32 2022-09-27T15:40:43.9915683Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int16 2022-09-27T15:40:44.0061407Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int16 2022-09-27T15:40:44.0263135Z test_ops.py::TestCompositeComplianceCPU::test_operator_add_cpu_float32 2022-09-27T15:40:44.0290149Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int32 2022-09-27T15:40:44.0358316Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_add_cpu_float32 2022-09-27T15:40:44.0502833Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int32 2022-09-27T15:40:44.0706657Z test_ops.py::TestCompositeComplianceCPU::test_operator_addbmm_cpu_float32 2022-09-27T15:40:44.0806325Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int64 2022-09-27T15:40:44.0831105Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addbmm_cpu_float32 2022-09-27T15:40:44.0942651Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int64 2022-09-27T15:40:44.1143842Z test_ops.py::TestCompositeComplianceCPU::test_operator_addcdiv_cpu_float32 2022-09-27T15:40:44.1264592Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int8 2022-09-27T15:40:44.1411509Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int8 2022-09-27T15:40:44.1419309Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addcdiv_cpu_float32 2022-09-27T15:40:44.1584093Z test_ops.py::TestCompositeComplianceCPU::test_operator_addcmul_cpu_float32 2022-09-27T15:40:44.1705378Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_uint8 2022-09-27T15:40:44.1887441Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_uint8 2022-09-27T15:40:44.1895656Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addcmul_cpu_float32 2022-09-27T15:40:44.2027206Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_cpu_float32 2022-09-27T15:40:44.2032460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bfloat16 2022-09-27T15:40:44.2065712Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_cpu_float32 2022-09-27T15:40:44.2304606Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bfloat16 2022-09-27T15:40:44.2422219Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_decomposed_cpu_float32 2022-09-27T15:40:44.2463517Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_decomposed_cpu_float32 2022-09-27T15:40:44.2495441Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bool 2022-09-27T15:40:44.2743732Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bool 2022-09-27T15:40:44.2904270Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmv_cpu_float32 2022-09-27T15:40:44.2948913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex128 2022-09-27T15:40:44.2964679Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex128 2022-09-27T15:40:44.3182492Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addmv_cpu_float32 2022-09-27T15:40:44.3345317Z test_ops.py::TestCompositeComplianceCPU::test_operator_addr_cpu_float32 2022-09-27T15:40:44.3379398Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex32 2022-09-27T15:40:44.3394246Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addr_cpu_float32 2022-09-27T15:40:44.3624947Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex32 2022-09-27T15:40:44.3745825Z test_ops.py::TestCompositeComplianceCPU::test_operator_all_cpu_float32 2022-09-27T15:40:44.3784064Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_all_cpu_float32 2022-09-27T15:40:44.3847424Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex64 2022-09-27T15:40:44.4063380Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex64 2022-09-27T15:40:44.4225775Z test_ops.py::TestCompositeComplianceCPU::test_operator_allclose_cpu_float32 2022-09-27T15:40:44.4267790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float16 2022-09-27T15:40:44.4350479Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float16 2022-09-27T15:40:44.4503393Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_allclose_cpu_float32 2022-09-27T15:40:44.4665104Z test_ops.py::TestCompositeComplianceCPU::test_operator_amax_cpu_float32 2022-09-27T15:40:44.4709232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float32 2022-09-27T15:40:44.4717353Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_amax_cpu_float32 2022-09-27T15:40:44.4945186Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float32 2022-09-27T15:40:44.5106044Z test_ops.py::TestCompositeComplianceCPU::test_operator_amin_cpu_float32 2022-09-27T15:40:44.5152501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float64 2022-09-27T15:40:44.5159793Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_amin_cpu_float32 2022-09-27T15:40:44.5383632Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float64 2022-09-27T15:40:44.5484712Z test_ops.py::TestCompositeComplianceCPU::test_operator_aminmax_cpu_float32 2022-09-27T15:40:44.5543638Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_aminmax_cpu_float32 2022-09-27T15:40:44.5574431Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int16 2022-09-27T15:40:44.5755449Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int16 2022-09-27T15:40:44.5761962Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_logaddexp_cpu_float32 2022-09-27T15:40:44.5777669Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_logsumexp_cpu_float32 2022-09-27T15:40:44.5787246Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_norm_cpu_float32 2022-09-27T15:40:44.5822804Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_normalize_cpu_float32 2022-09-27T15:40:44.5853089Z test_ops.py::TestCompositeComplianceCPU::test_operator_angle_cpu_float32 2022-09-27T15:40:44.5983185Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_angle_cpu_float32 2022-09-27T15:40:44.6016454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int32 2022-09-27T15:40:44.6263113Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int32 2022-09-27T15:40:44.6377125Z test_ops.py::TestCompositeComplianceCPU::test_operator_any_cpu_float32 2022-09-27T15:40:44.6423522Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_any_cpu_float32 2022-09-27T15:40:44.6452716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int64 2022-09-27T15:40:44.6703792Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int64 2022-09-27T15:40:44.6864562Z test_ops.py::TestCompositeComplianceCPU::test_operator_arange_cpu_float32 2022-09-27T15:40:44.6885300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int8 2022-09-27T15:40:44.6898008Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_arange_cpu_float32 2022-09-27T15:40:44.7143350Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int8 2022-09-27T15:40:44.7252659Z test_ops.py::TestCompositeComplianceCPU::test_operator_argmax_cpu_float32 2022-09-27T15:40:44.7302630Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_argmax_cpu_float32 2022-09-27T15:40:44.7336495Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_uint8 2022-09-27T15:40:44.7582974Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_uint8 2022-09-27T15:40:44.7687874Z test_ops.py::TestCompositeComplianceCPU::test_operator_argmin_cpu_float32 2022-09-27T15:40:44.7733696Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_argmin_cpu_float32 2022-09-27T15:40:44.7743984Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_normalize_cpu_float32 2022-09-27T15:40:44.7746942Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_prod_cpu_float32 2022-09-27T15:40:44.7802315Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_bool 2022-09-27T15:40:44.8065971Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_bool 2022-09-27T15:40:44.8187128Z test_ops.py::TestCompositeComplianceCPU::test_operator_argsort_cpu_float32 2022-09-27T15:40:44.8268787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex128 2022-09-27T15:40:44.8358854Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex128 2022-09-27T15:40:44.8544936Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_argsort_cpu_float32 2022-09-27T15:40:44.8610293Z test_ops.py::TestCompositeComplianceCPU::test_operator_argwhere_cpu_float32 2022-09-27T15:40:44.8623045Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_argwhere_cpu_float32 2022-09-27T15:40:44.8678055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex64 2022-09-27T15:40:44.8983187Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex64 2022-09-27T15:40:44.9060113Z test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_cpu_float32 2022-09-27T15:40:44.9070135Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_cpu_float32 2022-09-27T15:40:44.9121727Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float32 2022-09-27T15:40:44.9422829Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float32 2022-09-27T15:40:44.9503315Z test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_scatter_cpu_float32 2022-09-27T15:40:44.9538344Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float64 2022-09-27T15:40:44.9559418Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_scatter_cpu_float32 2022-09-27T15:40:44.9864082Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float64 2022-09-27T15:40:44.9896877Z test_ops.py::TestCompositeComplianceCPU::test_operator_asin_cpu_float32 2022-09-27T15:40:44.9942948Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_asin_cpu_float32 2022-09-27T15:40:44.9993404Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int16 2022-09-27T15:40:45.0304205Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int16 2022-09-27T15:40:45.0335332Z test_ops.py::TestCompositeComplianceCPU::test_operator_asinh_cpu_float32 2022-09-27T15:40:45.0383099Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_asinh_cpu_float32 2022-09-27T15:40:45.0432952Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int32 2022-09-27T15:40:45.0744501Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int32 2022-09-27T15:40:45.0824360Z test_ops.py::TestCompositeComplianceCPU::test_operator_atan2_cpu_float32 2022-09-27T15:40:45.0881038Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int64 2022-09-27T15:40:45.0928991Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int64 2022-09-27T15:40:45.1183495Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atan2_cpu_float32 2022-09-27T15:40:45.1216692Z test_ops.py::TestCompositeComplianceCPU::test_operator_atan_cpu_float32 2022-09-27T15:40:45.1263513Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atan_cpu_float32 2022-09-27T15:40:45.1313533Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int8 2022-09-27T15:40:45.1624957Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int8 2022-09-27T15:40:45.1658226Z test_ops.py::TestCompositeComplianceCPU::test_operator_atanh_cpu_float32 2022-09-27T15:40:45.1703623Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atanh_cpu_float32 2022-09-27T15:40:45.1753927Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_uint8 2022-09-27T15:40:45.2062963Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_uint8 2022-09-27T15:40:45.2145440Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_1d_cpu_float32 2022-09-27T15:40:45.2152850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_bool 2022-09-27T15:40:45.2223885Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_1d_cpu_float32 2022-09-27T15:40:45.2504507Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_bool 2022-09-27T15:40:45.2584318Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_2d_cpu_float32 2022-09-27T15:40:45.2596062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex128 2022-09-27T15:40:45.2656552Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_2d_cpu_float32 2022-09-27T15:40:45.2943146Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex128 2022-09-27T15:40:45.3023451Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_3d_cpu_float32 2022-09-27T15:40:45.3049022Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex64 2022-09-27T15:40:45.3103773Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_3d_cpu_float32 2022-09-27T15:40:45.3384908Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex64 2022-09-27T15:40:45.3465560Z test_ops.py::TestCompositeComplianceCPU::test_operator_baddbmm_cpu_float32 2022-09-27T15:40:45.3643805Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float32 2022-09-27T15:40:45.3732331Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_baddbmm_cpu_float32 2022-09-27T15:40:45.3823225Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float32 2022-09-27T15:40:45.3904583Z test_ops.py::TestCompositeComplianceCPU::test_operator_bernoulli_cpu_float32 2022-09-27T15:40:45.3953798Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float64 2022-09-27T15:40:45.3990934Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_bernoulli_cpu_float32 2022-09-27T15:40:45.4263114Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float64 2022-09-27T15:40:45.4327994Z test_ops.py::TestCompositeComplianceCPU::test_operator_bfloat16_cpu_float32 2022-09-27T15:40:45.4343066Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_bfloat16_cpu_float32 2022-09-27T15:40:45.4432266Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int16 2022-09-27T15:40:45.4704315Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int16 2022-09-27T15:40:45.4784172Z test_ops.py::TestCompositeComplianceCPU::test_operator_block_diag_cpu_float32 2022-09-27T15:40:45.4848433Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int32 2022-09-27T15:40:45.4875286Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_block_diag_cpu_float32 2022-09-27T15:40:45.5145664Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int32 2022-09-27T15:40:45.5193031Z test_ops.py::TestCompositeComplianceCPU::test_operator_bmm_cpu_float32 2022-09-27T15:40:45.5223606Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_bmm_cpu_float32 2022-09-27T15:40:45.5313323Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int64 2022-09-27T15:40:45.5585312Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int64 2022-09-27T15:40:45.5653411Z test_ops.py::TestCompositeComplianceCPU::test_operator_bool_cpu_float32 2022-09-27T15:40:45.5663527Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_bool_cpu_float32 2022-09-27T15:40:45.5755234Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int8 2022-09-27T15:40:45.6023576Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int8 2022-09-27T15:40:45.6072083Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_shapes_cpu_float32 2022-09-27T15:40:45.6103021Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_shapes_cpu_float32 2022-09-27T15:40:45.6187209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_uint8 2022-09-27T15:40:45.6463839Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_uint8 2022-09-27T15:40:45.6544212Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_tensors_cpu_float32 2022-09-27T15:40:45.6644427Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_bool 2022-09-27T15:40:45.6660792Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_tensors_cpu_float32 2022-09-27T15:40:45.6903800Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_bool 2022-09-27T15:40:45.6984012Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_to_cpu_float32 2022-09-27T15:40:45.7002907Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex128 2022-09-27T15:40:45.7095677Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_to_cpu_float32 2022-09-27T15:40:45.7344728Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex128 2022-09-27T15:40:45.7424275Z test_ops.py::TestCompositeComplianceCPU::test_operator_bucketize_cpu_float32 2022-09-27T15:40:45.7531590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex64 2022-09-27T15:40:45.7677724Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex64 2022-09-27T15:40:45.7783185Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_bucketize_cpu_float32 2022-09-27T15:40:45.7841979Z test_ops.py::TestCompositeComplianceCPU::test_operator_byte_cpu_float32 2022-09-27T15:40:45.7863156Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_byte_cpu_float32 2022-09-27T15:40:45.7983322Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float32 2022-09-27T15:40:45.8223463Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float32 2022-09-27T15:40:45.8304001Z test_ops.py::TestCompositeComplianceCPU::test_operator_cartesian_prod_cpu_float32 2022-09-27T15:40:45.8395674Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float64 2022-09-27T15:40:45.8425017Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cartesian_prod_cpu_float32 2022-09-27T15:40:45.8618778Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float64 2022-09-27T15:40:45.8628150Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_prod_cpu_float32 2022-09-27T15:40:45.8664038Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_softmax_cpu_float32 2022-09-27T15:40:45.8745129Z test_ops.py::TestCompositeComplianceCPU::test_operator_cat_cpu_float32 2022-09-27T15:40:45.8760744Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int16 2022-09-27T15:40:45.8878036Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cat_cpu_float32 2022-09-27T15:40:45.8922215Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int16 2022-09-27T15:40:45.8931019Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_logsumexp_cpu_float32 2022-09-27T15:40:45.9105095Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_mean_cpu_float32 2022-09-27T15:40:45.9186126Z test_ops.py::TestCompositeComplianceCPU::test_operator_cdist_cpu_float32 2022-09-27T15:40:45.9321333Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int32 2022-09-27T15:40:45.9627712Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int32 2022-09-27T15:40:45.9737350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int64 2022-09-27T15:40:45.9801426Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int64 2022-09-27T15:40:45.9811639Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_softmax_cpu_float32 2022-09-27T15:40:46.0066711Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_softmin_cpu_float32 2022-09-27T15:40:46.0206507Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int8 2022-09-27T15:40:46.0506746Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int8 2022-09-27T15:40:46.0643474Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_uint8 2022-09-27T15:40:46.0946466Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_uint8 2022-09-27T15:40:46.1008108Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_bool 2022-09-27T15:40:46.1161953Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_bool 2022-09-27T15:40:46.1171930Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_softmin_cpu_float32 2022-09-27T15:40:46.1383243Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_std_cpu_float32 2022-09-27T15:40:46.1448426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex128 2022-09-27T15:40:46.1824985Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex128 2022-09-27T15:40:46.1890462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex64 2022-09-27T15:40:46.2264316Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex64 2022-09-27T15:40:46.2323600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float32 2022-09-27T15:40:46.2704012Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float32 2022-09-27T15:40:46.2764751Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float64 2022-09-27T15:40:46.3143463Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float64 2022-09-27T15:40:46.3201445Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int16 2022-09-27T15:40:46.3585136Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int16 2022-09-27T15:40:46.3646547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int32 2022-09-27T15:40:46.3864056Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int32 2022-09-27T15:40:46.3871736Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cdist_cpu_float32 2022-09-27T15:40:46.3905554Z test_ops.py::TestCompositeComplianceCPU::test_operator_ceil_cpu_float32 2022-09-27T15:40:46.4022480Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ceil_cpu_float32 2022-09-27T15:40:46.4065861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int64 2022-09-27T15:40:46.4303166Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int64 2022-09-27T15:40:46.4374909Z test_ops.py::TestCompositeComplianceCPU::test_operator_chalf_cpu_float32 2022-09-27T15:40:46.4462618Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_chalf_cpu_float32 2022-09-27T15:40:46.4505461Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int8 2022-09-27T15:40:46.4742749Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int8 2022-09-27T15:40:46.4803381Z test_ops.py::TestCompositeComplianceCPU::test_operator_char_cpu_float32 2022-09-27T15:40:46.4902268Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_char_cpu_float32 2022-09-27T15:40:46.4944830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_uint8 2022-09-27T15:40:46.5182875Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_uint8 2022-09-27T15:40:46.5344350Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_cpu_float32 2022-09-27T15:40:46.5350302Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_cpu_float32 2022-09-27T15:40:46.5454521Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_bool 2022-09-27T15:40:46.5622679Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_bool 2022-09-27T15:40:46.5783555Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_inverse_cpu_float32 2022-09-27T15:40:46.5808029Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex128 2022-09-27T15:40:46.5874033Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_inverse_cpu_float32 2022-09-27T15:40:46.6063003Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex128 2022-09-27T15:40:46.6224124Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_solve_cpu_float32 2022-09-27T15:40:46.6327814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex64 2022-09-27T15:40:46.6355626Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_solve_cpu_float32 2022-09-27T15:40:46.6502312Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex64 2022-09-27T15:40:46.6593107Z test_ops.py::TestCompositeComplianceCPU::test_operator_chunk_cpu_float32 2022-09-27T15:40:46.6662470Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_chunk_cpu_float32 2022-09-27T15:40:46.6749395Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float32 2022-09-27T15:40:46.6942257Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float32 2022-09-27T15:40:46.7088403Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_cpu_float32 2022-09-27T15:40:46.7102226Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_cpu_float32 2022-09-27T15:40:46.7189213Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float64 2022-09-27T15:40:46.7382508Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float64 2022-09-27T15:40:46.7543756Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_max_cpu_float32 2022-09-27T15:40:46.7563743Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int16 2022-09-27T15:40:46.7647373Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_max_cpu_float32 2022-09-27T15:40:46.7822564Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int16 2022-09-27T15:40:46.7983543Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_min_cpu_float32 2022-09-27T15:40:46.8009269Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int32 2022-09-27T15:40:46.8081542Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_min_cpu_float32 2022-09-27T15:40:46.8263279Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int32 2022-09-27T15:40:46.8306275Z test_ops.py::TestCompositeComplianceCPU::test_operator_clone_cpu_float32 2022-09-27T15:40:46.8422872Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_clone_cpu_float32 2022-09-27T15:40:46.8525445Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int64 2022-09-27T15:40:46.8703072Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int64 2022-09-27T15:40:46.8763807Z test_ops.py::TestCompositeComplianceCPU::test_operator_column_stack_cpu_float32 2022-09-27T15:40:46.8861979Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_column_stack_cpu_float32 2022-09-27T15:40:46.8964413Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int8 2022-09-27T15:40:46.9142567Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int8 2022-09-27T15:40:46.9302981Z test_ops.py::TestCompositeComplianceCPU::test_operator_combinations_cpu_float32 2022-09-27T15:40:46.9399199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_uint8 2022-09-27T15:40:46.9746169Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_uint8 2022-09-27T15:40:46.9864457Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_bool 2022-09-27T15:40:46.9967525Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_bool 2022-09-27T15:40:46.9975419Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_combinations_cpu_float32 2022-09-27T15:40:47.0178295Z test_ops.py::TestCompositeComplianceCPU::test_operator_complex_cpu_float32 2022-09-27T15:40:47.0186717Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_complex_cpu_float32 2022-09-27T15:40:47.0293138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex128 2022-09-27T15:40:47.0383738Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex128 2022-09-27T15:40:47.0443920Z test_ops.py::TestCompositeComplianceCPU::test_operator_conj_cpu_float32 2022-09-27T15:40:47.0623333Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_conj_cpu_float32 2022-09-27T15:40:47.0731812Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex64 2022-09-27T15:40:47.0822751Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex64 2022-09-27T15:40:47.0860269Z test_ops.py::TestCompositeComplianceCPU::test_operator_conj_physical_cpu_float32 2022-09-27T15:40:47.1062971Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_conj_physical_cpu_float32 2022-09-27T15:40:47.1179415Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float32 2022-09-27T15:40:47.1262235Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float32 2022-09-27T15:40:47.1502111Z test_ops.py::TestCompositeComplianceCPU::test_operator_constant_pad_nd_cpu_float32 2022-09-27T15:40:47.1589171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float64 2022-09-27T15:40:47.1944181Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float64 2022-09-27T15:40:47.2057695Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int16 2022-09-27T15:40:47.2067606Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_constant_pad_nd_cpu_float32 2022-09-27T15:40:47.2074377Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int16 2022-09-27T15:40:47.2104771Z test_ops.py::TestCompositeComplianceCPU::test_operator_contiguous_cpu_float32 2022-09-27T15:40:47.2382475Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_contiguous_cpu_float32 2022-09-27T15:40:47.2491868Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int32 2022-09-27T15:40:47.2503038Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int32 2022-09-27T15:40:47.2670074Z test_ops.py::TestCompositeComplianceCPU::test_operator_copysign_cpu_float32 2022-09-27T15:40:47.2822359Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_copysign_cpu_float32 2022-09-27T15:40:47.2931488Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int64 2022-09-27T15:40:47.2942740Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int64 2022-09-27T15:40:47.3129048Z test_ops.py::TestCompositeComplianceCPU::test_operator_corrcoef_cpu_float32 2022-09-27T15:40:47.3208002Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_corrcoef_cpu_float32 2022-09-27T15:40:47.3216757Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_mean_cpu_float32 2022-09-27T15:40:47.3262771Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_median_cpu_float32 2022-09-27T15:40:47.3381089Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int8 2022-09-27T15:40:47.3390706Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int8 2022-09-27T15:40:47.3441414Z test_ops.py::TestCompositeComplianceCPU::test_operator_cos_cpu_float32 2022-09-27T15:40:47.3702826Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cos_cpu_float32 2022-09-27T15:40:47.3813950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_uint8 2022-09-27T15:40:47.3826371Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_uint8 2022-09-27T15:40:47.3882448Z test_ops.py::TestCompositeComplianceCPU::test_operator_cosh_cpu_float32 2022-09-27T15:40:47.4142461Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cosh_cpu_float32 2022-09-27T15:40:47.4191573Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bfloat16 2022-09-27T15:40:47.4262343Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bfloat16 2022-09-27T15:40:47.4445666Z test_ops.py::TestCompositeComplianceCPU::test_operator_count_nonzero_cpu_float32 2022-09-27T15:40:47.4582151Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_count_nonzero_cpu_float32 2022-09-27T15:40:47.4622642Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bool 2022-09-27T15:40:47.4702372Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bool 2022-09-27T15:40:47.5023464Z test_ops.py::TestCompositeComplianceCPU::test_operator_cov_cpu_float32 2022-09-27T15:40:47.5080108Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:40:47.5235542Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:40:47.5244296Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_median_cpu_float32 2022-09-27T15:40:47.5297913Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_norm_cpu_float32 2022-09-27T15:40:47.5307282Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_std_cpu_float32 2022-09-27T15:40:47.5504594Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_sum_cpu_float32 2022-09-27T15:40:47.5546468Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex32 2022-09-27T15:40:47.5943845Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex32 2022-09-27T15:40:47.5983928Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:40:47.6383309Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:40:47.6419918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float16 2022-09-27T15:40:47.6823589Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float16 2022-09-27T15:40:47.6856208Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float32 2022-09-27T15:40:47.7266698Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float32 2022-09-27T15:40:47.7306053Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float64 2022-09-27T15:40:47.7706868Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float64 2022-09-27T15:40:47.7744342Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int16 2022-09-27T15:40:47.8148698Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int16 2022-09-27T15:40:47.8184337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int32 2022-09-27T15:40:47.8586437Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int32 2022-09-27T15:40:47.8621875Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int64 2022-09-27T15:40:47.9023495Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int64 2022-09-27T15:40:47.9057203Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int8 2022-09-27T15:40:47.9064278Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cov_cpu_float32 2022-09-27T15:40:47.9071742Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int8 2022-09-27T15:40:47.9078052Z test_ops.py::TestCompositeComplianceCPU::test_operator_cross_cpu_float32 2022-09-27T15:40:47.9087545Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_sum_cpu_float32 2022-09-27T15:40:47.9145583Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_var_cpu_float32 2022-09-27T15:40:47.9462901Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cross_cpu_float32 2022-09-27T15:40:47.9489996Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_uint8 2022-09-27T15:40:47.9542202Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_uint8 2022-09-27T15:40:47.9602546Z test_ops.py::TestCompositeComplianceCPU::test_operator_cummax_cpu_float32 2022-09-27T15:40:47.9902370Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cummax_cpu_float32 2022-09-27T15:40:47.9948499Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_bool 2022-09-27T15:40:47.9982557Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_bool 2022-09-27T15:40:48.0047794Z test_ops.py::TestCompositeComplianceCPU::test_operator_cummin_cpu_float32 2022-09-27T15:40:48.0342703Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cummin_cpu_float32 2022-09-27T15:40:48.0390244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float32 2022-09-27T15:40:48.0421729Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float32 2022-09-27T15:40:48.0551483Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumprod_cpu_float32 2022-09-27T15:40:48.0782759Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cumprod_cpu_float32 2022-09-27T15:40:48.0869617Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float64 2022-09-27T15:40:48.0902191Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float64 2022-09-27T15:40:48.0965242Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumsum_cpu_float32 2022-09-27T15:40:48.1226024Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cumsum_cpu_float32 2022-09-27T15:40:48.1294160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int16 2022-09-27T15:40:48.1344037Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int16 2022-09-27T15:40:48.1704972Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumulative_trapezoid_cpu_float32 2022-09-27T15:40:48.1771126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int32 2022-09-27T15:40:48.1837636Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int32 2022-09-27T15:40:48.1843635Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cumulative_trapezoid_cpu_float32 2022-09-27T15:40:48.1892751Z test_ops.py::TestCompositeComplianceCPU::test_operator_deg2rad_cpu_float32 2022-09-27T15:40:48.2142829Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_deg2rad_cpu_float32 2022-09-27T15:40:48.2205009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int64 2022-09-27T15:40:48.2263205Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int64 2022-09-27T15:40:48.2424861Z test_ops.py::TestCompositeComplianceCPU::test_operator_diag_cpu_float32 2022-09-27T15:40:48.2590208Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diag_cpu_float32 2022-09-27T15:40:48.2643922Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int8 2022-09-27T15:40:48.2701723Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int8 2022-09-27T15:40:48.2900238Z test_ops.py::TestCompositeComplianceCPU::test_operator_diag_embed_cpu_float32 2022-09-27T15:40:48.3022550Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diag_embed_cpu_float32 2022-09-27T15:40:48.3085511Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_uint8 2022-09-27T15:40:48.3141924Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_uint8 2022-09-27T15:40:48.3221059Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagflat_cpu_float32 2022-09-27T15:40:48.3464159Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diagflat_cpu_float32 2022-09-27T15:40:48.3563282Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_bool 2022-09-27T15:40:48.3582942Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_bool 2022-09-27T15:40:48.3760624Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_cpu_float32 2022-09-27T15:40:48.3902121Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_cpu_float32 2022-09-27T15:40:48.3988308Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float32 2022-09-27T15:40:48.4022320Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float32 2022-09-27T15:40:48.4318232Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_scatter_cpu_float32 2022-09-27T15:40:48.4342682Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_scatter_cpu_float32 2022-09-27T15:40:48.4428828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float64 2022-09-27T15:40:48.4461367Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float64 2022-09-27T15:40:48.4783339Z test_ops.py::TestCompositeComplianceCPU::test_operator_diff_cpu_float32 2022-09-27T15:40:48.4884237Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int16 2022-09-27T15:40:48.5222756Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int16 2022-09-27T15:40:48.5321676Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int32 2022-09-27T15:40:48.5663040Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int32 2022-09-27T15:40:48.5758512Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int64 2022-09-27T15:40:48.6103682Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int64 2022-09-27T15:40:48.6207083Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int8 2022-09-27T15:40:48.6543247Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int8 2022-09-27T15:40:48.6638610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_uint8 2022-09-27T15:40:48.6983039Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_uint8 2022-09-27T15:40:48.7116394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_bool 2022-09-27T15:40:48.7423224Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_bool 2022-09-27T15:40:48.7541955Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float32 2022-09-27T15:40:48.7863569Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float32 2022-09-27T15:40:48.7982450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float64 2022-09-27T15:40:48.8305420Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float64 2022-09-27T15:40:48.8449136Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int16 2022-09-27T15:40:48.8744365Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int16 2022-09-27T15:40:48.8877932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int32 2022-09-27T15:40:48.8963318Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int32 2022-09-27T15:40:48.8971637Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diff_cpu_float32 2022-09-27T15:40:48.9019025Z test_ops.py::TestCompositeComplianceCPU::test_operator_digamma_cpu_float32 2022-09-27T15:40:48.9183107Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_digamma_cpu_float32 2022-09-27T15:40:48.9319854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int64 2022-09-27T15:40:48.9382139Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int64 2022-09-27T15:40:48.9622956Z test_ops.py::TestCompositeComplianceCPU::test_operator_dist_cpu_float32 2022-09-27T15:40:48.9752866Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int8 2022-09-27T15:40:49.0063265Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int8 2022-09-27T15:40:49.0198260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_uint8 2022-09-27T15:40:49.0328648Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_uint8 2022-09-27T15:40:49.0338919Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_dist_cpu_float32 2022-09-27T15:40:49.0503763Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_floor_rounding_cpu_float32 2022-09-27T15:40:49.0548287Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_bool 2022-09-27T15:40:49.0561930Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_div_floor_rounding_cpu_float32 2022-09-27T15:40:49.0742301Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_bool 2022-09-27T15:40:49.0931009Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_no_rounding_mode_cpu_float32 2022-09-27T15:40:49.0942968Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_div_no_rounding_mode_cpu_float32 2022-09-27T15:40:49.1006744Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex128 2022-09-27T15:40:49.1182434Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex128 2022-09-27T15:40:49.1306641Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_trunc_rounding_cpu_float32 2022-09-27T15:40:49.1313524Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_var_cpu_float32 2022-09-27T15:40:49.1357212Z test_ops.py::TestCompositeComplianceCPU::test_backward_abs_cpu_float32 2022-09-27T15:40:49.1384832Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_abs_cpu_float32 2022-09-27T15:40:49.1391326Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex64 2022-09-27T15:40:49.1427928Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_div_trunc_rounding_cpu_float32 2022-09-27T15:40:49.1622767Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex64 2022-09-27T15:40:49.1661244Z test_ops.py::TestCompositeComplianceCPU::test_operator_dot_cpu_float32 2022-09-27T15:40:49.1743101Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_dot_cpu_float32 2022-09-27T15:40:49.1823456Z test_ops.py::TestCompositeComplianceCPU::test_backward_acos_cpu_float32 2022-09-27T15:40:49.1872467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float32 2022-09-27T15:40:49.1873714Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_acos_cpu_float32 2022-09-27T15:40:49.2064233Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float32 2022-09-27T15:40:49.2139143Z test_ops.py::TestCompositeComplianceCPU::test_operator_double_cpu_float32 2022-09-27T15:40:49.2183405Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_double_cpu_float32 2022-09-27T15:40:49.2263225Z test_ops.py::TestCompositeComplianceCPU::test_backward_acosh_cpu_float32 2022-09-27T15:40:49.2314607Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float64 2022-09-27T15:40:49.2335057Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float64 2022-09-27T15:40:49.2503641Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_acosh_cpu_float32 2022-09-27T15:40:49.2569309Z test_ops.py::TestCompositeComplianceCPU::test_operator_dsplit_cpu_float32 2022-09-27T15:40:49.2621771Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_dsplit_cpu_float32 2022-09-27T15:40:49.2702008Z test_ops.py::TestCompositeComplianceCPU::test_backward_add_cpu_float32 2022-09-27T15:40:49.2748947Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int16 2022-09-27T15:40:49.2942700Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int16 2022-09-27T15:40:49.3003485Z test_ops.py::TestCompositeComplianceCPU::test_operator_dstack_cpu_float32 2022-09-27T15:40:49.3142403Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_dstack_cpu_float32 2022-09-27T15:40:49.3202127Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int32 2022-09-27T15:40:49.3317181Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int32 2022-09-27T15:40:49.3327478Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_add_cpu_float32 2022-09-27T15:40:49.3384494Z test_ops.py::TestCompositeComplianceCPU::test_backward_addbmm_cpu_float32 2022-09-27T15:40:49.3585889Z test_ops.py::TestCompositeComplianceCPU::test_operator_einsum_cpu_float32 2022-09-27T15:40:49.3855170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int64 2022-09-27T15:40:49.3873889Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_einsum_cpu_float32 2022-09-27T15:40:49.3900162Z test_ops.py::TestCompositeComplianceCPU::test_operator_empty_cpu_float32 2022-09-27T15:40:49.4365196Z [gw3] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_empty_cpu_float32 2022-09-27T15:40:49.4367692Z test_ops.py::TestCompositeComplianceCPU::test_operator_empty_like_cpu_float32 2022-09-27T15:40:49.4791201Z [gw3] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_empty_like_cpu_float32 2022-09-27T15:40:49.4900070Z test_ops.py::TestCompositeComplianceCPU::test_operator_eq_cpu_float32 2022-09-27T15:40:49.4911218Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addbmm_cpu_float32 2022-09-27T15:40:49.4959111Z test_ops.py::TestCompositeComplianceCPU::test_backward_addcdiv_cpu_float32 2022-09-27T15:40:49.4968423Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int64 2022-09-27T15:40:49.4987366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int8 2022-09-27T15:40:49.5013192Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_eq_cpu_float32 2022-09-27T15:40:49.5222776Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int8 2022-09-27T15:40:49.5311110Z test_ops.py::TestCompositeComplianceCPU::test_operator_equal_cpu_float32 2022-09-27T15:40:49.5382160Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_equal_cpu_float32 2022-09-27T15:40:49.5430302Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_uint8 2022-09-27T15:40:49.5665738Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_uint8 2022-09-27T15:40:49.5706469Z test_ops.py::TestCompositeComplianceCPU::test_operator_erf_cpu_float32 2022-09-27T15:40:49.5823424Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_erf_cpu_float32 2022-09-27T15:40:49.5903281Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_bool 2022-09-27T15:40:49.6103693Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_bool 2022-09-27T15:40:49.6159939Z test_ops.py::TestCompositeComplianceCPU::test_operator_erfc_cpu_float32 2022-09-27T15:40:49.6262751Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_erfc_cpu_float32 2022-09-27T15:40:49.6335100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex128 2022-09-27T15:40:49.6542224Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex128 2022-09-27T15:40:49.6573001Z test_ops.py::TestCompositeComplianceCPU::test_operator_erfinv_cpu_float32 2022-09-27T15:40:49.6702072Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_erfinv_cpu_float32 2022-09-27T15:40:49.6772523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex64 2022-09-27T15:40:49.6981953Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex64 2022-09-27T15:40:49.7029299Z test_ops.py::TestCompositeComplianceCPU::test_operator_exp2_cpu_float32 2022-09-27T15:40:49.7142150Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_exp2_cpu_float32 2022-09-27T15:40:49.7220758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float32 2022-09-27T15:40:49.7399657Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float32 2022-09-27T15:40:49.7406496Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addcdiv_cpu_float32 2022-09-27T15:40:49.7421430Z test_ops.py::TestCompositeComplianceCPU::test_backward_addcmul_cpu_float32 2022-09-27T15:40:49.7474625Z test_ops.py::TestCompositeComplianceCPU::test_operator_exp_cpu_float32 2022-09-27T15:40:49.7581918Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_exp_cpu_float32 2022-09-27T15:40:49.7663341Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float64 2022-09-27T15:40:49.7862302Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float64 2022-09-27T15:40:49.7931529Z test_ops.py::TestCompositeComplianceCPU::test_operator_expand_as_cpu_float32 2022-09-27T15:40:49.8021686Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_expand_as_cpu_float32 2022-09-27T15:40:49.8104109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int16 2022-09-27T15:40:49.8303356Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int16 2022-09-27T15:40:49.8436786Z test_ops.py::TestCompositeComplianceCPU::test_operator_expand_cpu_float32 2022-09-27T15:40:49.8463064Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_expand_cpu_float32 2022-09-27T15:40:49.8547310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int32 2022-09-27T15:40:49.8743061Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int32 2022-09-27T15:40:49.8776420Z test_ops.py::TestCompositeComplianceCPU::test_operator_expm1_cpu_float32 2022-09-27T15:40:49.8902203Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_expm1_cpu_float32 2022-09-27T15:40:49.8981876Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int64 2022-09-27T15:40:49.9183149Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int64 2022-09-27T15:40:49.9343895Z test_ops.py::TestCompositeComplianceCPU::test_operator_eye_cpu_float32 2022-09-27T15:40:49.9449140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int8 2022-09-27T15:40:49.9564424Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int8 2022-09-27T15:40:49.9574962Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addcmul_cpu_float32 2022-09-27T15:40:49.9783235Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_cpu_float32 2022-09-27T15:40:49.9836656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_uint8 2022-09-27T15:40:49.9846717Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_eye_cpu_float32 2022-09-27T15:40:49.9880378Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft2_cpu_float32 2022-09-27T15:40:50.0039024Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_uint8 2022-09-27T15:40:50.0222343Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft2_cpu_float32 2022-09-27T15:40:50.0235131Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_bool 2022-09-27T15:40:50.0244872Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_cpu_float32 2022-09-27T15:40:50.0265265Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_decomposed_cpu_float32 2022-09-27T15:40:50.0467400Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft_cpu_float32 2022-09-27T15:40:50.0511994Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft_cpu_float32 2022-09-27T15:40:50.0662701Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_bool 2022-09-27T15:40:50.0703426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex128 2022-09-27T15:40:50.0763538Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftn_cpu_float32 2022-09-27T15:40:50.0842100Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex128 2022-09-27T15:40:50.0855071Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_decomposed_cpu_float32 2022-09-27T15:40:50.1002654Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmv_cpu_float32 2022-09-27T15:40:50.1102422Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftn_cpu_float32 2022-09-27T15:40:50.1142999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex64 2022-09-27T15:40:50.1201331Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftshift_cpu_float32 2022-09-27T15:40:50.1255147Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex64 2022-09-27T15:40:50.1542769Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftshift_cpu_float32 2022-09-27T15:40:50.1583304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float32 2022-09-27T15:40:50.1656901Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft2_cpu_float32 2022-09-27T15:40:50.1906737Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float32 2022-09-27T15:40:50.1982651Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft2_cpu_float32 2022-09-27T15:40:50.2022963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float64 2022-09-27T15:40:50.2097408Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft_cpu_float32 2022-09-27T15:40:50.2107438Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float64 2022-09-27T15:40:50.2115733Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addmv_cpu_float32 2022-09-27T15:40:50.2354207Z test_ops.py::TestCompositeComplianceCPU::test_backward_addr_cpu_float32 2022-09-27T15:40:50.2423045Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft_cpu_float32 2022-09-27T15:40:50.2502877Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int16 2022-09-27T15:40:50.2539684Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfftn_cpu_float32 2022-09-27T15:40:50.2864280Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int16 2022-09-27T15:40:50.2870471Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int32 2022-09-27T15:40:50.2980709Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfftn_cpu_float32 2022-09-27T15:40:50.2993310Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int32 2022-09-27T15:40:50.3071589Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft2_cpu_float32 2022-09-27T15:40:50.3086552Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addr_cpu_float32 2022-09-27T15:40:50.3194426Z test_ops.py::TestCompositeComplianceCPU::test_backward_amax_cpu_float32 2022-09-27T15:40:50.3344281Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft2_cpu_float32 2022-09-27T15:40:50.3424696Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int64 2022-09-27T15:40:50.3484251Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft_cpu_float32 2022-09-27T15:40:50.3617048Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int64 2022-09-27T15:40:50.3782724Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft_cpu_float32 2022-09-27T15:40:50.3863132Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int8 2022-09-27T15:40:50.3897603Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftn_cpu_float32 2022-09-27T15:40:50.3920403Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int8 2022-09-27T15:40:50.3932988Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_amax_cpu_float32 2022-09-27T15:40:50.4064093Z test_ops.py::TestCompositeComplianceCPU::test_backward_amin_cpu_float32 2022-09-27T15:40:50.4222869Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftn_cpu_float32 2022-09-27T15:40:50.4303110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_uint8 2022-09-27T15:40:50.4332738Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftshift_cpu_float32 2022-09-27T15:40:50.4387531Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_uint8 2022-09-27T15:40:50.4663161Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftshift_cpu_float32 2022-09-27T15:40:50.4702000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_bool 2022-09-27T15:40:50.4709350Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_amin_cpu_float32 2022-09-27T15:40:50.4723584Z test_ops.py::TestCompositeComplianceCPU::test_backward_angle_cpu_float32 2022-09-27T15:40:50.4743396Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_bool 2022-09-27T15:40:50.4762464Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft2_cpu_float32 2022-09-27T15:40:50.4903454Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_angle_cpu_float32 2022-09-27T15:40:50.5102325Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft2_cpu_float32 2022-09-27T15:40:50.5141970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float32 2022-09-27T15:40:50.5161384Z test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_cpu_float32 2022-09-27T15:40:50.5182638Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float32 2022-09-27T15:40:50.5325675Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft_cpu_float32 2022-09-27T15:40:50.5334481Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_cpu_float32 2022-09-27T15:40:50.5542137Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft_cpu_float32 2022-09-27T15:40:50.5582260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float64 2022-09-27T15:40:50.5604033Z test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_scatter_cpu_float32 2022-09-27T15:40:50.5606355Z [gw1] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_scatter_cpu_float32 2022-09-27T15:40:50.5621913Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float64 2022-09-27T15:40:50.5808519Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfftn_cpu_float32 2022-09-27T15:40:50.5981869Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfftn_cpu_float32 2022-09-27T15:40:50.6022055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int16 2022-09-27T15:40:50.6038762Z test_ops.py::TestCompositeComplianceCPU::test_backward_asin_cpu_float32 2022-09-27T15:40:50.6084771Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int16 2022-09-27T15:40:50.6101192Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_asin_cpu_float32 2022-09-27T15:40:50.6241561Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft2_cpu_float32 2022-09-27T15:40:50.6422066Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft2_cpu_float32 2022-09-27T15:40:50.6464841Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int32 2022-09-27T15:40:50.6479437Z test_ops.py::TestCompositeComplianceCPU::test_backward_asinh_cpu_float32 2022-09-27T15:40:50.6517387Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int32 2022-09-27T15:40:50.6541361Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_asinh_cpu_float32 2022-09-27T15:40:50.6679809Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft_cpu_float32 2022-09-27T15:40:50.6861572Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft_cpu_float32 2022-09-27T15:40:50.6906871Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int64 2022-09-27T15:40:50.6913185Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int64 2022-09-27T15:40:50.6981763Z test_ops.py::TestCompositeComplianceCPU::test_backward_atan2_cpu_float32 2022-09-27T15:40:50.7151614Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfftn_cpu_float32 2022-09-27T15:40:50.7302837Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfftn_cpu_float32 2022-09-27T15:40:50.7346625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int8 2022-09-27T15:40:50.7422174Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int8 2022-09-27T15:40:50.7544951Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft2_cpu_float32 2022-09-27T15:40:50.7742583Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft2_cpu_float32 2022-09-27T15:40:50.7784438Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_uint8 2022-09-27T15:40:50.7861957Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_uint8 2022-09-27T15:40:50.7955301Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft_cpu_float32 2022-09-27T15:40:50.7962834Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atan2_cpu_float32 2022-09-27T15:40:50.7990234Z test_ops.py::TestCompositeComplianceCPU::test_backward_atan_cpu_float32 2022-09-27T15:40:50.8017153Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft_cpu_float32 2022-09-27T15:40:50.8182479Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atan_cpu_float32 2022-09-27T15:40:50.8253111Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_bool 2022-09-27T15:40:50.8302158Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_bool 2022-09-27T15:40:50.8383590Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfftn_cpu_float32 2022-09-27T15:40:50.8447459Z test_ops.py::TestCompositeComplianceCPU::test_backward_atanh_cpu_float32 2022-09-27T15:40:50.8458852Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atanh_cpu_float32 2022-09-27T15:40:50.8622670Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfftn_cpu_float32 2022-09-27T15:40:50.8690767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float32 2022-09-27T15:40:50.8741904Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float32 2022-09-27T15:40:50.8800166Z test_ops.py::TestCompositeComplianceCPU::test_operator_fill_cpu_float32 2022-09-27T15:40:50.8821744Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fill_cpu_float32 2022-09-27T15:40:50.9063265Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_1d_cpu_float32 2022-09-27T15:40:50.9122598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float64 2022-09-27T15:40:50.9182667Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float64 2022-09-27T15:40:50.9254717Z test_ops.py::TestCompositeComplianceCPU::test_operator_flatten_cpu_float32 2022-09-27T15:40:50.9503193Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_flatten_cpu_float32 2022-09-27T15:40:50.9576588Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int16 2022-09-27T15:40:50.9622171Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int16 2022-09-27T15:40:50.9715747Z test_ops.py::TestCompositeComplianceCPU::test_operator_flip_cpu_float32 2022-09-27T15:40:50.9724311Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_1d_cpu_float32 2022-09-27T15:40:50.9742526Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_2d_cpu_float32 2022-09-27T15:40:50.9942659Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_flip_cpu_float32 2022-09-27T15:40:51.0011281Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int32 2022-09-27T15:40:51.0062562Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int32 2022-09-27T15:40:51.0099522Z test_ops.py::TestCompositeComplianceCPU::test_operator_fliplr_cpu_float32 2022-09-27T15:40:51.0383249Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fliplr_cpu_float32 2022-09-27T15:40:51.0452920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int64 2022-09-27T15:40:51.0502369Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int64 2022-09-27T15:40:51.0541573Z test_ops.py::TestCompositeComplianceCPU::test_operator_flipud_cpu_float32 2022-09-27T15:40:51.0674898Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_flipud_cpu_float32 2022-09-27T15:40:51.0683486Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_2d_cpu_float32 2022-09-27T15:40:51.0821827Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_3d_cpu_float32 2022-09-27T15:40:51.0888739Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int8 2022-09-27T15:40:51.0942216Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int8 2022-09-27T15:40:51.0996889Z test_ops.py::TestCompositeComplianceCPU::test_operator_float_cpu_float32 2022-09-27T15:40:51.1262110Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_float_cpu_float32 2022-09-27T15:40:51.1329799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_uint8 2022-09-27T15:40:51.1381949Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_uint8 2022-09-27T15:40:51.1603966Z test_ops.py::TestCompositeComplianceCPU::test_operator_float_power_cpu_float32 2022-09-27T15:40:51.1702722Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_float_power_cpu_float32 2022-09-27T15:40:51.1722595Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_bool 2022-09-27T15:40:51.1730980Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_3d_cpu_float32 2022-09-27T15:40:51.1823123Z test_ops.py::TestCompositeComplianceCPU::test_backward_baddbmm_cpu_float32 2022-09-27T15:40:51.1829907Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_bool 2022-09-27T15:40:51.1870516Z test_ops.py::TestCompositeComplianceCPU::test_operator_floor_cpu_float32 2022-09-27T15:40:51.2143453Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_floor_cpu_float32 2022-09-27T15:40:51.2316132Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float32 2022-09-27T15:40:51.2656657Z test_ops.py::TestCompositeComplianceCPU::test_operator_floor_divide_cpu_float32 2022-09-27T15:40:51.2743691Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_floor_divide_cpu_float32 2022-09-27T15:40:51.2851566Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmax_cpu_float32 2022-09-27T15:40:51.2868742Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float32 2022-09-27T15:40:51.3022798Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float64 2022-09-27T15:40:51.3260159Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fmax_cpu_float32 2022-09-27T15:40:51.3397815Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmin_cpu_float32 2022-09-27T15:40:51.3414030Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_baddbmm_cpu_float32 2022-09-27T15:40:51.3473351Z test_ops.py::TestCompositeComplianceCPU::test_backward_bernoulli_cpu_float32 2022-09-27T15:40:51.3561674Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fmin_cpu_float32 2022-09-27T15:40:51.3578444Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float64 2022-09-27T15:40:51.3790133Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int16 2022-09-27T15:40:51.3792199Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int16 2022-09-27T15:40:51.3797645Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_bernoulli_cpu_float32 2022-09-27T15:40:51.3824404Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmod_cpu_float32 2022-09-27T15:40:51.3985868Z test_ops.py::TestCompositeComplianceCPU::test_backward_bfloat16_cpu_float32 2022-09-27T15:40:51.4019302Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int32 2022-09-27T15:40:51.4025547Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_bfloat16_cpu_float32 2022-09-27T15:40:51.4082770Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fmod_cpu_float32 2022-09-27T15:40:51.4224183Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int32 2022-09-27T15:40:51.4264892Z test_ops.py::TestCompositeComplianceCPU::test_operator_frac_cpu_float32 2022-09-27T15:40:51.4281912Z test_ops.py::TestCompositeComplianceCPU::test_backward_block_diag_cpu_float32 2022-09-27T15:40:51.4423778Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_frac_cpu_float32 2022-09-27T15:40:51.4514451Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int64 2022-09-27T15:40:51.4663850Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int64 2022-09-27T15:40:51.4727565Z test_ops.py::TestCompositeComplianceCPU::test_operator_frexp_cpu_float32 2022-09-27T15:40:51.4864394Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_frexp_cpu_float32 2022-09-27T15:40:51.4953035Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int8 2022-09-27T15:40:51.5104188Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int8 2022-09-27T15:40:51.5111308Z test_ops.py::TestCompositeComplianceCPU::test_operator_full_like_cpu_float32 2022-09-27T15:40:51.5122861Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_block_diag_cpu_float32 2022-09-27T15:40:51.5207048Z test_ops.py::TestCompositeComplianceCPU::test_backward_bmm_cpu_float32 2022-09-27T15:40:51.5235436Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_full_like_cpu_float32 2022-09-27T15:40:51.5303096Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_bmm_cpu_float32 2022-09-27T15:40:51.5395918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_uint8 2022-09-27T15:40:51.5544882Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_uint8 2022-09-27T15:40:51.5547571Z test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_tensors_cpu_float32 2022-09-27T15:40:51.5694394Z test_ops.py::TestCompositeComplianceCPU::test_operator_gather_cpu_float32 2022-09-27T15:40:51.5744059Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_gather_cpu_float32 2022-09-27T15:40:51.6028064Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bfloat16 2022-09-27T15:40:51.6256533Z test_ops.py::TestCompositeComplianceCPU::test_operator_ge_cpu_float32 2022-09-27T15:40:51.6468465Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ge_cpu_float32 2022-09-27T15:40:51.6765762Z test_ops.py::TestCompositeComplianceCPU::test_operator_geqrf_cpu_float32 2022-09-27T15:40:51.6778541Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bfloat16 2022-09-27T15:40:51.7249980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bool 2022-09-27T15:40:51.7261517Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_geqrf_cpu_float32 2022-09-27T15:40:51.7928450Z test_ops.py::TestCompositeComplianceCPU::test_operator_gradient_cpu_float32 2022-09-27T15:40:51.7937749Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bool 2022-09-27T15:40:51.9050628Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex128 2022-09-27T15:40:51.9065751Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_tensors_cpu_float32 2022-09-27T15:40:51.9312890Z test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_to_cpu_float32 2022-09-27T15:40:51.9506293Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_to_cpu_float32 2022-09-27T15:40:51.9886088Z test_ops.py::TestCompositeComplianceCPU::test_backward_cartesian_prod_cpu_float32 2022-09-27T15:40:51.9906828Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_gradient_cpu_float32 2022-09-27T15:40:52.0165239Z test_ops.py::TestCompositeComplianceCPU::test_operator_gt_cpu_float32 2022-09-27T15:40:52.0206444Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_gt_cpu_float32 2022-09-27T15:40:52.0214624Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cartesian_prod_cpu_float32 2022-09-27T15:40:52.0275380Z test_ops.py::TestCompositeComplianceCPU::test_backward_cat_cpu_float32 2022-09-27T15:40:52.0281515Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex128 2022-09-27T15:40:52.0302354Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex32 2022-09-27T15:40:52.0370945Z test_ops.py::TestCompositeComplianceCPU::test_operator_half_cpu_float32 2022-09-27T15:40:52.0511144Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_half_cpu_float32 2022-09-27T15:40:52.0621760Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cat_cpu_float32 2022-09-27T15:40:52.0783621Z test_ops.py::TestCompositeComplianceCPU::test_backward_cdist_cpu_float32 2022-09-27T15:40:52.1061210Z test_ops.py::TestCompositeComplianceCPU::test_operator_heaviside_cpu_float32 2022-09-27T15:40:52.1228311Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_heaviside_cpu_float32 2022-09-27T15:40:52.2344916Z test_ops.py::TestCompositeComplianceCPU::test_operator_histc_cpu_float32 2022-09-27T15:40:52.2354751Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_histc_cpu_float32 2022-09-27T15:40:52.3724665Z test_ops.py::TestCompositeComplianceCPU::test_operator_histogram_cpu_float32 2022-09-27T15:40:52.3736482Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex32 2022-09-27T15:40:52.7172470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex64 2022-09-27T15:40:52.7180438Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex64 2022-09-27T15:40:52.8656552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float16 2022-09-27T15:40:52.8671962Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_histogram_cpu_float32 2022-09-27T15:40:53.0405372Z test_ops.py::TestCompositeComplianceCPU::test_operator_histogramdd_cpu_float32 2022-09-27T15:40:53.0414640Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float16 2022-09-27T15:40:53.1616277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float32 2022-09-27T15:40:53.1635684Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float32 2022-09-27T15:40:53.3171494Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float64 2022-09-27T15:40:53.3186205Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float64 2022-09-27T15:40:53.4387972Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int16 2022-09-27T15:40:53.4399619Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int16 2022-09-27T15:40:53.5620742Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int32 2022-09-27T15:40:53.5634334Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int32 2022-09-27T15:40:53.6635455Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int64 2022-09-27T15:40:53.6642335Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int64 2022-09-27T15:40:53.7463454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int8 2022-09-27T15:40:53.7472129Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int8 2022-09-27T15:40:53.8521683Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_uint8 2022-09-27T15:40:53.8531451Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_uint8 2022-09-27T15:40:53.8580339Z test_ops.py::TestMathBitsCPU::test_conj_view_chunk_cpu_complex64 2022-09-27T15:40:53.8949010Z [gw2] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_chunk_cpu_complex64 2022-09-27T15:40:53.8952976Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_histogramdd_cpu_float32 2022-09-27T15:40:53.8958818Z test_ops.py::TestMathBitsCPU::test_conj_view_clone_cpu_complex64 2022-09-27T15:40:53.9008449Z test_ops.py::TestCompositeComplianceCPU::test_operator_hsplit_cpu_float32 2022-09-27T15:40:53.9018125Z [gw2] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_clone_cpu_complex64 2022-09-27T15:40:53.9385328Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_hsplit_cpu_float32 2022-09-27T15:40:53.9386016Z test_ops.py::TestMathBitsCPU::test_conj_view_column_stack_cpu_complex64 2022-09-27T15:40:53.9435170Z test_ops.py::TestCompositeComplianceCPU::test_operator_hstack_cpu_float32 2022-09-27T15:40:53.9448377Z [gw2] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_column_stack_cpu_complex64 2022-09-27T15:40:53.9824855Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_hstack_cpu_float32 2022-09-27T15:40:53.9825480Z test_ops.py::TestMathBitsCPU::test_conj_view_combinations_cpu_complex64 2022-09-27T15:40:53.9992371Z test_ops.py::TestCompositeComplianceCPU::test_operator_hypot_cpu_float32 2022-09-27T15:40:54.0054913Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_hypot_cpu_float32 2022-09-27T15:40:54.0264069Z [gw2] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_combinations_cpu_complex64 2022-09-27T15:40:54.0267100Z test_ops.py::TestCompositeComplianceCPU::test_operator_i0_cpu_float32 2022-09-27T15:40:54.0314509Z test_ops.py::TestMathBitsCPU::test_conj_view_conj_cpu_complex64 2022-09-27T15:40:54.0324499Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_i0_cpu_float32 2022-09-27T15:40:54.0703298Z [gw2] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_conj_cpu_complex64 2022-09-27T15:40:54.0705120Z test_ops.py::TestMathBitsCPU::test_conj_view_conj_physical_cpu_complex64 2022-09-27T15:40:54.0735069Z test_ops.py::TestCompositeComplianceCPU::test_operator_igamma_cpu_float32 2022-09-27T15:40:54.1003029Z [gw2] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_conj_physical_cpu_complex64 2022-09-27T15:40:54.1144252Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_igamma_cpu_float32 2022-09-27T15:40:54.1145496Z test_ops.py::TestMathBitsCPU::test_conj_view_constant_pad_nd_cpu_complex64 2022-09-27T15:40:54.1313428Z test_ops.py::TestCompositeComplianceCPU::test_operator_igammac_cpu_float32 2022-09-27T15:40:54.1583332Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_igammac_cpu_float32 2022-09-27T15:40:54.1604820Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_add_cpu_float32 2022-09-27T15:40:54.1615150Z [gw2] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_constant_pad_nd_cpu_complex64 2022-09-27T15:40:54.1650724Z test_ops.py::TestMathBitsCPU::test_conj_view_contiguous_cpu_complex64 2022-09-27T15:40:54.1981225Z [gw2] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_contiguous_cpu_complex64 2022-09-27T15:40:54.2023866Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_add_cpu_float32 2022-09-27T15:40:54.2026680Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_copy_cpu_float32 2022-09-27T15:40:54.2127626Z test_ops.py::TestMathBitsCPU::test_conj_view_corrcoef_cpu_complex64 2022-09-27T15:40:54.2137713Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_copy_cpu_float32 2022-09-27T15:40:54.2465039Z [gw2] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_corrcoef_cpu_complex64 2022-09-27T15:40:54.2465862Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_fill_cpu_float32 2022-09-27T15:40:54.2517561Z test_ops.py::TestMathBitsCPU::test_conj_view_cos_cpu_complex64 2022-09-27T15:40:54.2541793Z [gw2] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cos_cpu_complex64 2022-09-27T15:40:54.2894552Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_fill_cpu_float32 2022-09-27T15:40:54.2906284Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_norm_cpu_float32 2022-09-27T15:40:54.2911269Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_normalize_cpu_float32 2022-09-27T15:40:54.2912195Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_put_cpu_float32 2022-09-27T15:40:54.2985622Z test_ops.py::TestMathBitsCPU::test_conj_view_cosh_cpu_complex64 2022-09-27T15:40:54.3056255Z [gw2] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cosh_cpu_complex64 2022-09-27T15:40:54.3344144Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_put_cpu_float32 2022-09-27T15:40:54.3344604Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_reduce_cpu_float32 2022-09-27T15:40:54.3423092Z test_ops.py::TestMathBitsCPU::test_conj_view_count_nonzero_cpu_complex64 2022-09-27T15:40:54.3784074Z [gw2] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_count_nonzero_cpu_complex64 2022-09-27T15:40:54.4379886Z test_ops.py::TestMathBitsCPU::test_conj_view_cov_cpu_complex64 2022-09-27T15:40:54.4393023Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_reduce_cpu_float32 2022-09-27T15:40:54.4456476Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_select_cpu_float32 2022-09-27T15:40:54.4625029Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_select_cpu_float32 2022-09-27T15:40:54.4631413Z [gw2] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cov_cpu_complex64 2022-09-27T15:40:54.4683179Z test_ops.py::TestMathBitsCPU::test_conj_view_cross_cpu_complex64 2022-09-27T15:40:54.4823296Z [gw2] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cross_cpu_complex64 2022-09-27T15:40:54.4899935Z test_ops.py::TestCompositeComplianceCPU::test_operator_inner_cpu_float32 2022-09-27T15:40:54.5064822Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_inner_cpu_float32 2022-09-27T15:40:54.5238091Z test_ops.py::TestMathBitsCPU::test_conj_view_cumprod_cpu_complex64 2022-09-27T15:40:54.5262924Z [gw2] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cumprod_cpu_complex64 2022-09-27T15:40:54.5323382Z test_ops.py::TestCompositeComplianceCPU::test_operator_int_cpu_float32 2022-09-27T15:40:54.5503139Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_int_cpu_float32 2022-09-27T15:40:54.5571198Z test_ops.py::TestMathBitsCPU::test_conj_view_cumsum_cpu_complex64 2022-09-27T15:40:54.5701917Z [gw2] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cumsum_cpu_complex64 2022-09-27T15:40:54.5943380Z test_ops.py::TestCompositeComplianceCPU::test_operator_isclose_cpu_float32 2022-09-27T15:40:54.6144483Z test_ops.py::TestMathBitsCPU::test_conj_view_cumulative_trapezoid_cpu_complex64 2022-09-27T15:40:54.6373834Z [gw2] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cumulative_trapezoid_cpu_complex64 2022-09-27T15:40:54.6383751Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_normalize_cpu_float32 2022-09-27T15:40:54.6385941Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_prod_cpu_float32 2022-09-27T15:40:54.6656593Z test_ops.py::TestMathBitsCPU::test_conj_view_diag_cpu_complex64 2022-09-27T15:40:54.6668977Z [gw2] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_diag_cpu_complex64 2022-09-27T15:40:54.6678082Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isclose_cpu_float32 2022-09-27T15:40:54.6735381Z test_ops.py::TestCompositeComplianceCPU::test_operator_isfinite_cpu_float32 2022-09-27T15:40:54.6822483Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isfinite_cpu_float32 2022-09-27T15:40:54.7081625Z test_ops.py::TestMathBitsCPU::test_conj_view_diag_embed_cpu_complex64 2022-09-27T15:40:54.7102969Z [gw2] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_diag_embed_cpu_complex64 2022-09-27T15:40:54.7180682Z test_ops.py::TestCompositeComplianceCPU::test_operator_isin_cpu_float32 2022-09-27T15:40:54.7263665Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isin_cpu_float32 2022-09-27T15:40:54.7368290Z test_ops.py::TestMathBitsCPU::test_conj_view_diagflat_cpu_complex64 2022-09-27T15:40:54.7545638Z [gw2] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_diagflat_cpu_complex64 2022-09-27T15:40:54.7576914Z test_ops.py::TestCompositeComplianceCPU::test_operator_isinf_cpu_float32 2022-09-27T15:40:54.7743758Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isinf_cpu_float32 2022-09-27T15:40:54.7990016Z test_ops.py::TestMathBitsCPU::test_conj_view_diagonal_cpu_complex64 2022-09-27T15:40:54.7996090Z [gw2] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_diagonal_cpu_complex64 2022-09-27T15:40:54.8023322Z test_ops.py::TestCompositeComplianceCPU::test_operator_isnan_cpu_float32 2022-09-27T15:40:54.8183748Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isnan_cpu_float32 2022-09-27T15:40:54.8423818Z test_ops.py::TestMathBitsCPU::test_conj_view_diff_cpu_complex64 2022-09-27T15:40:54.8456932Z test_ops.py::TestCompositeComplianceCPU::test_operator_isneginf_cpu_float32 2022-09-27T15:40:54.8864464Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isneginf_cpu_float32 2022-09-27T15:40:54.8897526Z test_ops.py::TestCompositeComplianceCPU::test_operator_isposinf_cpu_float32 2022-09-27T15:40:54.9171618Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isposinf_cpu_float32 2022-09-27T15:40:54.9183924Z [gw2] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_diff_cpu_complex64 2022-09-27T15:40:54.9303007Z test_ops.py::TestMathBitsCPU::test_conj_view_dist_cpu_complex64 2022-09-27T15:40:54.9348254Z test_ops.py::TestCompositeComplianceCPU::test_operator_isreal_cpu_float32 2022-09-27T15:40:54.9721913Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isreal_cpu_float32 2022-09-27T15:40:54.9730180Z [gw2] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_dist_cpu_complex64 2022-09-27T15:40:54.9742837Z test_ops.py::TestMathBitsCPU::test_conj_view_div_no_rounding_mode_cpu_complex64 2022-09-27T15:40:54.9937712Z test_ops.py::TestCompositeComplianceCPU::test_operator_istft_cpu_float32 2022-09-27T15:40:55.0143878Z [gw2] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_div_no_rounding_mode_cpu_complex64 2022-09-27T15:40:55.0199696Z test_ops.py::TestMathBitsCPU::test_conj_view_dot_cpu_complex64 2022-09-27T15:40:55.0568564Z [gw2] [ 77%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_dot_cpu_complex64 2022-09-27T15:40:55.0576839Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_istft_cpu_float32 2022-09-27T15:40:55.0590806Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:40:55.0622009Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:40:55.0689952Z test_ops.py::TestMathBitsCPU::test_conj_view_double_cpu_complex64 2022-09-27T15:40:55.0982137Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_double_cpu_complex64 2022-09-27T15:40:55.0999347Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:40:55.1061887Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:40:55.1107850Z test_ops.py::TestMathBitsCPU::test_conj_view_dsplit_cpu_complex64 2022-09-27T15:40:55.1422515Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_dsplit_cpu_complex64 2022-09-27T15:40:55.1436442Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_cpu_float32 2022-09-27T15:40:55.1502222Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_cpu_float32 2022-09-27T15:40:55.1567546Z test_ops.py::TestMathBitsCPU::test_conj_view_dstack_cpu_complex64 2022-09-27T15:40:55.1863450Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_dstack_cpu_complex64 2022-09-27T15:40:55.1878297Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:40:55.1942960Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:40:55.1987666Z test_ops.py::TestMathBitsCPU::test_conj_view_einsum_cpu_complex64 2022-09-27T15:40:55.1997403Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cdist_cpu_float32 2022-09-27T15:40:55.2053900Z test_ops.py::TestCompositeComplianceCPU::test_backward_ceil_cpu_float32 2022-09-27T15:40:55.2123677Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_ceil_cpu_float32 2022-09-27T15:40:55.2302422Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_einsum_cpu_complex64 2022-09-27T15:40:55.2319715Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_unary_cpu_float32 2022-09-27T15:40:55.2381443Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_unary_cpu_float32 2022-09-27T15:40:55.2394566Z test_ops.py::TestMathBitsCPU::test_conj_view_empty_cpu_complex64 2022-09-27T15:40:55.2461606Z [gw2] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_empty_cpu_complex64 2022-09-27T15:40:55.2590420Z test_ops.py::TestCompositeComplianceCPU::test_backward_chalf_cpu_float32 2022-09-27T15:40:55.2742366Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_chalf_cpu_float32 2022-09-27T15:40:55.2811222Z test_ops.py::TestCompositeComplianceCPU::test_operator_kron_cpu_float32 2022-09-27T15:40:55.2821974Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_kron_cpu_float32 2022-09-27T15:40:55.2834766Z test_ops.py::TestMathBitsCPU::test_conj_view_empty_like_cpu_complex64 2022-09-27T15:40:55.2900991Z [gw2] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_empty_like_cpu_complex64 2022-09-27T15:40:55.3182466Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_cpu_float32 2022-09-27T15:40:55.3261774Z test_ops.py::TestCompositeComplianceCPU::test_operator_kthvalue_cpu_float32 2022-09-27T15:40:55.3312019Z test_ops.py::TestMathBitsCPU::test_conj_view_eq_cpu_complex64 2022-09-27T15:40:55.3429574Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_eq_cpu_complex64 2022-09-27T15:40:55.3623164Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_kthvalue_cpu_float32 2022-09-27T15:40:55.3702795Z test_ops.py::TestCompositeComplianceCPU::test_operator_ldexp_cpu_float32 2022-09-27T15:40:55.3741737Z test_ops.py::TestMathBitsCPU::test_conj_view_equal_cpu_complex64 2022-09-27T15:40:55.3987318Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_equal_cpu_complex64 2022-09-27T15:40:55.4061780Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ldexp_cpu_float32 2022-09-27T15:40:55.4141953Z test_ops.py::TestCompositeComplianceCPU::test_operator_le_cpu_float32 2022-09-27T15:40:55.4198510Z test_ops.py::TestMathBitsCPU::test_conj_view_exp_cpu_complex64 2022-09-27T15:40:55.4304983Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_exp_cpu_complex64 2022-09-27T15:40:55.4502420Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_le_cpu_float32 2022-09-27T15:40:55.4562446Z test_ops.py::TestCompositeComplianceCPU::test_operator_lerp_cpu_float32 2022-09-27T15:40:55.4572281Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_cpu_float32 2022-09-27T15:40:55.4582168Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_inverse_cpu_float32 2022-09-27T15:40:55.4632965Z test_ops.py::TestMathBitsCPU::test_conj_view_expand_as_cpu_complex64 2022-09-27T15:40:55.4986072Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_expand_as_cpu_complex64 2022-09-27T15:40:55.4992558Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lerp_cpu_float32 2022-09-27T15:40:55.5022738Z test_ops.py::TestCompositeComplianceCPU::test_operator_lgamma_cpu_float32 2022-09-27T15:40:55.5044623Z test_ops.py::TestMathBitsCPU::test_conj_view_expand_cpu_complex64 2022-09-27T15:40:55.5129713Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lgamma_cpu_float32 2022-09-27T15:40:55.5422686Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_expand_cpu_complex64 2022-09-27T15:40:55.5524626Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_cpu_float32 2022-09-27T15:40:55.5545435Z test_ops.py::TestMathBitsCPU::test_conj_view_eye_cpu_complex64 2022-09-27T15:40:55.6006792Z [gw2] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_eye_cpu_complex64 2022-09-27T15:40:55.6211276Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft2_cpu_complex64 2022-09-27T15:40:55.6227381Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_inverse_cpu_float32 2022-09-27T15:40:55.6365087Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_solve_cpu_float32 2022-09-27T15:40:55.6377621Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_cpu_float32 2022-09-27T15:40:55.6504391Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_ex_cpu_float32 2022-09-27T15:40:55.6538113Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft2_cpu_complex64 2022-09-27T15:40:55.6725225Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft_cpu_complex64 2022-09-27T15:40:55.6864482Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft_cpu_complex64 2022-09-27T15:40:55.6876607Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_ex_cpu_float32 2022-09-27T15:40:55.6942474Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cond_cpu_float32 2022-09-27T15:40:55.6977627Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftn_cpu_complex64 2022-09-27T15:40:55.7065947Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cond_cpu_float32 2022-09-27T15:40:55.7302993Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftn_cpu_complex64 2022-09-27T15:40:55.7370663Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cross_cpu_float32 2022-09-27T15:40:55.7382363Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cross_cpu_float32 2022-09-27T15:40:55.7453267Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftshift_cpu_complex64 2022-09-27T15:40:55.7742936Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftshift_cpu_complex64 2022-09-27T15:40:55.7823079Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_cpu_float32 2022-09-27T15:40:55.7932091Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft2_cpu_complex64 2022-09-27T15:40:55.8016219Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_cpu_float32 2022-09-27T15:40:55.8182072Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft2_cpu_complex64 2022-09-27T15:40:55.8299770Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_singular_cpu_float32 2022-09-27T15:40:55.9139415Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft_cpu_complex64 2022-09-27T15:40:55.9164615Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_singular_cpu_float32 2022-09-27T15:40:55.9378391Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eig_cpu_float32 2022-09-27T15:40:55.9620861Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eig_cpu_float32 2022-09-27T15:40:55.9665060Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigh_cpu_float32 2022-09-27T15:40:55.9677165Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_solve_cpu_float32 2022-09-27T15:40:55.9805562Z test_ops.py::TestCompositeComplianceCPU::test_backward_chunk_cpu_float32 2022-09-27T15:40:55.9817267Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft_cpu_complex64 2022-09-27T15:40:55.9827445Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfftn_cpu_complex64 2022-09-27T15:40:55.9915640Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigh_cpu_float32 2022-09-27T15:40:56.0022086Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfftn_cpu_complex64 2022-09-27T15:40:56.0227192Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvals_cpu_float32 2022-09-27T15:40:56.0229612Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvals_cpu_float32 2022-09-27T15:40:56.0320803Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft2_cpu_complex64 2022-09-27T15:40:56.0461910Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft2_cpu_complex64 2022-09-27T15:40:56.0638432Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvalsh_cpu_float32 2022-09-27T15:40:56.0661742Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvalsh_cpu_float32 2022-09-27T15:40:56.0763928Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft_cpu_complex64 2022-09-27T15:40:56.0850581Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft_cpu_complex64 2022-09-27T15:40:56.0856747Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_chunk_cpu_float32 2022-09-27T15:40:56.0902640Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_cpu_float32 2022-09-27T15:40:56.1102166Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_householder_product_cpu_float32 2022-09-27T15:40:56.1160286Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftn_cpu_complex64 2022-09-27T15:40:56.1224226Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_householder_product_cpu_float32 2022-09-27T15:40:56.1341523Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftn_cpu_complex64 2022-09-27T15:40:56.1536234Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_cpu_float32 2022-09-27T15:40:56.1544858Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_cpu_float32 2022-09-27T15:40:56.1615756Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftshift_cpu_complex64 2022-09-27T15:40:56.1781760Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftshift_cpu_complex64 2022-09-27T15:40:56.1831772Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_ex_cpu_float32 2022-09-27T15:40:56.1840850Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_cpu_float32 2022-09-27T15:40:56.1988400Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_max_cpu_float32 2022-09-27T15:40:56.1990588Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_ex_cpu_float32 2022-09-27T15:40:56.2060157Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft2_cpu_complex64 2022-09-27T15:40:56.2222591Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft2_cpu_complex64 2022-09-27T15:40:56.2347447Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_cpu_float32 2022-09-27T15:40:56.2422488Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_cpu_float32 2022-09-27T15:40:56.2500978Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft_cpu_complex64 2022-09-27T15:40:56.2663175Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft_cpu_complex64 2022-09-27T15:40:56.2667616Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:40:56.2674736Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_max_cpu_float32 2022-09-27T15:40:56.2786184Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_min_cpu_float32 2022-09-27T15:40:56.2863011Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:40:56.2958837Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfftn_cpu_complex64 2022-09-27T15:40:56.3103277Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfftn_cpu_complex64 2022-09-27T15:40:56.3304809Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_solve_cpu_float32 2022-09-27T15:40:56.3394372Z test_ops.py::TestMathBitsCPU::test_conj_view_fill_cpu_complex64 2022-09-27T15:40:56.3530361Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fill_cpu_complex64 2022-09-27T15:40:56.3537653Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_min_cpu_float32 2022-09-27T15:40:56.3548499Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_prod_cpu_float32 2022-09-27T15:40:56.3555381Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_softmax_cpu_float32 2022-09-27T15:40:56.3605727Z test_ops.py::TestCompositeComplianceCPU::test_backward_clone_cpu_float32 2022-09-27T15:40:56.3742957Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_clone_cpu_float32 2022-09-27T15:40:56.3771724Z test_ops.py::TestMathBitsCPU::test_conj_view_flatten_cpu_complex64 2022-09-27T15:40:56.3782449Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_solve_cpu_float32 2022-09-27T15:40:56.3834413Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_cpu_float32 2022-09-27T15:40:56.3983247Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_flatten_cpu_complex64 2022-09-27T15:40:56.4099651Z test_ops.py::TestCompositeComplianceCPU::test_backward_column_stack_cpu_float32 2022-09-27T15:40:56.4182051Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_column_stack_cpu_float32 2022-09-27T15:40:56.4307448Z test_ops.py::TestMathBitsCPU::test_conj_view_flip_cpu_complex64 2022-09-27T15:40:56.4422702Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_flip_cpu_complex64 2022-09-27T15:40:56.4622941Z test_ops.py::TestCompositeComplianceCPU::test_backward_combinations_cpu_float32 2022-09-27T15:40:56.4667058Z test_ops.py::TestMathBitsCPU::test_conj_view_fliplr_cpu_complex64 2022-09-27T15:40:56.5063778Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fliplr_cpu_complex64 2022-09-27T15:40:56.5107802Z test_ops.py::TestMathBitsCPU::test_conj_view_flipud_cpu_complex64 2022-09-27T15:40:56.5390787Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_flipud_cpu_complex64 2022-09-27T15:40:56.5399033Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_cpu_float32 2022-09-27T15:40:56.5503306Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:40:56.5562654Z test_ops.py::TestMathBitsCPU::test_conj_view_float_cpu_complex64 2022-09-27T15:40:56.5625928Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_float_cpu_complex64 2022-09-27T15:40:56.5633838Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_combinations_cpu_float32 2022-09-27T15:40:56.5943311Z test_ops.py::TestCompositeComplianceCPU::test_backward_complex_cpu_float32 2022-09-27T15:40:56.6142285Z test_ops.py::TestMathBitsCPU::test_conj_view_float_power_cpu_complex64 2022-09-27T15:40:56.6232630Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_float_power_cpu_complex64 2022-09-27T15:40:56.6240313Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_complex_cpu_float32 2022-09-27T15:40:56.6249281Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_softmax_cpu_float32 2022-09-27T15:40:56.6250085Z test_ops.py::TestCompositeComplianceCPU::test_backward_conj_cpu_float32 2022-09-27T15:40:56.6308727Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_softmin_cpu_float32 2022-09-27T15:40:56.6382600Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_conj_cpu_float32 2022-09-27T15:40:56.6428769Z test_ops.py::TestMathBitsCPU::test_conj_view_full_like_cpu_complex64 2022-09-27T15:40:56.6482297Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_full_like_cpu_complex64 2022-09-27T15:40:56.6490919Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:40:56.6662669Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_cpu_float32 2022-09-27T15:40:56.6713643Z test_ops.py::TestCompositeComplianceCPU::test_backward_conj_physical_cpu_float32 2022-09-27T15:40:56.6823082Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_conj_physical_cpu_float32 2022-09-27T15:40:56.6861245Z test_ops.py::TestMathBitsCPU::test_conj_view_gather_cpu_complex64 2022-09-27T15:40:56.6904509Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_cpu_float32 2022-09-27T15:40:56.6909297Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_cpu_float32 2022-09-27T15:40:56.7103123Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_gather_cpu_complex64 2022-09-27T15:40:56.7233987Z test_ops.py::TestCompositeComplianceCPU::test_backward_constant_pad_nd_cpu_float32 2022-09-27T15:40:56.7262568Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_cpu_float32 2022-09-27T15:40:56.7342989Z test_ops.py::TestMathBitsCPU::test_conj_view_geqrf_cpu_complex64 2022-09-27T15:40:56.7478895Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:40:56.7660987Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_geqrf_cpu_complex64 2022-09-27T15:40:56.7702244Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:40:56.7788349Z test_ops.py::TestMathBitsCPU::test_conj_view_gradient_cpu_complex64 2022-09-27T15:40:56.7794158Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_gradient_cpu_complex64 2022-09-27T15:40:56.8095130Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_solve_cpu_float32 2022-09-27T15:40:56.8101333Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_constant_pad_nd_cpu_float32 2022-09-27T15:40:56.8142595Z test_ops.py::TestCompositeComplianceCPU::test_backward_contiguous_cpu_float32 2022-09-27T15:40:56.8156359Z test_ops.py::TestMathBitsCPU::test_conj_view_half_cpu_complex64 2022-09-27T15:40:56.8194330Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_contiguous_cpu_float32 2022-09-27T15:40:56.8542778Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_half_cpu_complex64 2022-09-27T15:40:56.8622389Z test_ops.py::TestCompositeComplianceCPU::test_backward_copysign_cpu_float32 2022-09-27T15:40:56.8671044Z test_ops.py::TestMathBitsCPU::test_conj_view_hsplit_cpu_complex64 2022-09-27T15:40:56.9064506Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_hsplit_cpu_complex64 2022-09-27T15:40:56.9128549Z test_ops.py::TestMathBitsCPU::test_conj_view_hstack_cpu_complex64 2022-09-27T15:40:56.9278241Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_hstack_cpu_complex64 2022-09-27T15:40:56.9286524Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_copysign_cpu_float32 2022-09-27T15:40:56.9300952Z test_ops.py::TestCompositeComplianceCPU::test_backward_corrcoef_cpu_float32 2022-09-27T15:40:56.9309586Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_softmin_cpu_float32 2022-09-27T15:40:56.9503527Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_std_cpu_float32 2022-09-27T15:40:56.9558631Z test_ops.py::TestMathBitsCPU::test_conj_view_imag_cpu_complex64 2022-09-27T15:40:56.9801729Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_imag_cpu_complex64 2022-09-27T15:40:56.9849568Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_corrcoef_cpu_float32 2022-09-27T15:40:56.9944358Z test_ops.py::TestCompositeComplianceCPU::test_backward_cos_cpu_float32 2022-09-27T15:40:56.9962173Z test_ops.py::TestMathBitsCPU::test_conj_view_index_add_cpu_complex64 2022-09-27T15:40:57.0150938Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cos_cpu_float32 2022-09-27T15:40:57.0223447Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_index_add_cpu_complex64 2022-09-27T15:40:57.0359815Z test_ops.py::TestCompositeComplianceCPU::test_backward_cosh_cpu_float32 2022-09-27T15:40:57.0382639Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cosh_cpu_float32 2022-09-27T15:40:57.0440080Z test_ops.py::TestMathBitsCPU::test_conj_view_index_copy_cpu_complex64 2022-09-27T15:40:57.0662621Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_index_copy_cpu_complex64 2022-09-27T15:40:57.0821962Z test_ops.py::TestCompositeComplianceCPU::test_backward_cov_cpu_float32 2022-09-27T15:40:57.0876491Z test_ops.py::TestMathBitsCPU::test_conj_view_index_fill_cpu_complex64 2022-09-27T15:40:57.1264032Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_index_fill_cpu_complex64 2022-09-27T15:40:57.1378812Z test_ops.py::TestMathBitsCPU::test_conj_view_index_put_cpu_complex64 2022-09-27T15:40:57.1426579Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_index_put_cpu_complex64 2022-09-27T15:40:57.1433477Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_solve_cpu_float32 2022-09-27T15:40:57.1703831Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_norm_cpu_float32 2022-09-27T15:40:57.1775812Z test_ops.py::TestMathBitsCPU::test_conj_view_index_select_cpu_complex64 2022-09-27T15:40:57.2145378Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_index_select_cpu_complex64 2022-09-27T15:40:57.2213232Z test_ops.py::TestMathBitsCPU::test_conj_view_inner_cpu_complex64 2022-09-27T15:40:57.2557946Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_inner_cpu_complex64 2022-09-27T15:40:57.2566913Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_norm_cpu_float32 2022-09-27T15:40:57.2624468Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_power_cpu_float32 2022-09-27T15:40:57.2674930Z test_ops.py::TestMathBitsCPU::test_conj_view_int_cpu_complex64 2022-09-27T15:40:57.3044620Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_int_cpu_complex64 2022-09-27T15:40:57.3057479Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_power_cpu_float32 2022-09-27T15:40:57.3063534Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_cpu_float32 2022-09-27T15:40:57.3212666Z test_ops.py::TestMathBitsCPU::test_conj_view_isclose_cpu_complex64 2022-09-27T15:40:57.3504076Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_isclose_cpu_complex64 2022-09-27T15:40:57.3546475Z test_ops.py::TestMathBitsCPU::test_conj_view_isfinite_cpu_complex64 2022-09-27T15:40:57.3944976Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_isfinite_cpu_complex64 2022-09-27T15:40:57.3983966Z test_ops.py::TestMathBitsCPU::test_conj_view_isinf_cpu_complex64 2022-09-27T15:40:57.4383564Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_isinf_cpu_complex64 2022-09-27T15:40:57.4415834Z test_ops.py::TestMathBitsCPU::test_conj_view_isnan_cpu_complex64 2022-09-27T15:40:57.4827634Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_isnan_cpu_complex64 2022-09-27T15:40:57.4832244Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_cpu_float32 2022-09-27T15:40:57.4838989Z test_ops.py::TestMathBitsCPU::test_conj_view_isreal_cpu_complex64 2022-09-27T15:40:57.4862306Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:40:57.5038255Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_isreal_cpu_complex64 2022-09-27T15:40:57.5263474Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:40:57.5265829Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_multi_dot_cpu_float32 2022-09-27T15:40:57.5469086Z test_ops.py::TestMathBitsCPU::test_conj_view_istft_cpu_complex64 2022-09-27T15:40:57.5705108Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_multi_dot_cpu_float32 2022-09-27T15:40:57.5743553Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_cpu_float32 2022-09-27T15:40:57.5756507Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_istft_cpu_complex64 2022-09-27T15:40:57.5780282Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:40:57.6184655Z [gw2] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:40:57.6217422Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:40:57.6623961Z [gw2] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:40:57.6650335Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_cpu_complex64 2022-09-27T15:40:57.7028615Z [gw2] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_cpu_complex64 2022-09-27T15:40:57.7036122Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_cpu_float32 2022-09-27T15:40:57.7063435Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:40:57.7084024Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:40:57.7506604Z [gw2] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:40:57.7534049Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_unary_cpu_complex64 2022-09-27T15:40:57.7947928Z [gw2] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_unary_cpu_complex64 2022-09-27T15:40:57.7980618Z test_ops.py::TestMathBitsCPU::test_conj_view_kron_cpu_complex64 2022-09-27T15:40:57.7992512Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:40:57.8010693Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_cpu_float32 2022-09-27T15:40:57.8385967Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_kron_cpu_complex64 2022-09-27T15:40:57.8403987Z test_ops.py::TestMathBitsCPU::test_conj_view_ldexp_cpu_complex64 2022-09-27T15:40:57.8462644Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_cpu_float32 2022-09-27T15:40:57.8486102Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:40:57.8598432Z [gw2] [ 78%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_ldexp_cpu_complex64 2022-09-27T15:40:57.8822782Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:40:57.8902154Z test_ops.py::TestMathBitsCPU::test_conj_view_lerp_cpu_complex64 2022-09-27T15:40:57.8924633Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_singular_cpu_float32 2022-09-27T15:40:57.9279244Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_singular_cpu_float32 2022-09-27T15:40:57.9286508Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_lerp_cpu_complex64 2022-09-27T15:40:57.9341996Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_cpu_complex64 2022-09-27T15:40:57.9806577Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_qr_cpu_float32 2022-09-27T15:40:57.9815992Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_cpu_complex64 2022-09-27T15:40:57.9929463Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:40:58.0223325Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:40:58.0288142Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cond_cpu_complex64 2022-09-27T15:40:58.0290710Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cond_cpu_complex64 2022-09-27T15:40:58.0301453Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_qr_cpu_float32 2022-09-27T15:40:58.0559587Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_slogdet_cpu_float32 2022-09-27T15:40:58.0664232Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_slogdet_cpu_float32 2022-09-27T15:40:58.0702611Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cross_cpu_complex64 2022-09-27T15:40:58.0732533Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_cpu_float32 2022-09-27T15:40:58.1107405Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cross_cpu_complex64 2022-09-27T15:40:58.1253110Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_cpu_complex64 2022-09-27T15:40:58.1310569Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_cpu_complex64 2022-09-27T15:40:58.1318281Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_cpu_float32 2022-09-27T15:40:58.1544599Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_ex_cpu_float32 2022-09-27T15:40:58.1812136Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_singular_cpu_complex64 2022-09-27T15:40:58.1819403Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_ex_cpu_float32 2022-09-27T15:40:58.2096187Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_triangular_cpu_float32 2022-09-27T15:40:58.2107222Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_singular_cpu_complex64 2022-09-27T15:40:58.2327440Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eig_cpu_complex64 2022-09-27T15:40:58.2543119Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eig_cpu_complex64 2022-09-27T15:40:58.2644225Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigh_cpu_complex64 2022-09-27T15:40:58.2984340Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigh_cpu_complex64 2022-09-27T15:40:58.3226489Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvals_cpu_complex64 2022-09-27T15:40:58.3423192Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvals_cpu_complex64 2022-09-27T15:40:58.3551431Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvalsh_cpu_complex64 2022-09-27T15:40:58.3903549Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvalsh_cpu_complex64 2022-09-27T15:40:58.4269736Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_householder_product_cpu_complex64 2022-09-27T15:40:58.4342026Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_householder_product_cpu_complex64 2022-09-27T15:40:58.4509170Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_cpu_complex64 2022-09-27T15:40:58.4713993Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_cpu_complex64 2022-09-27T15:40:58.4722349Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_triangular_cpu_float32 2022-09-27T15:40:58.4782515Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svd_cpu_float32 2022-09-27T15:40:58.4874665Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_ex_cpu_complex64 2022-09-27T15:40:58.5223310Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_ex_cpu_complex64 2022-09-27T15:40:58.5283050Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_cpu_complex64 2022-09-27T15:40:58.5703901Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_cpu_complex64 2022-09-27T15:40:58.5767697Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:40:58.6143015Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:40:58.6279824Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_solve_cpu_complex64 2022-09-27T15:40:58.6582216Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_solve_cpu_complex64 2022-09-27T15:40:58.7140846Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_cpu_complex64 2022-09-27T15:40:58.7150868Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_cpu_complex64 2022-09-27T15:40:58.7455920Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:40:58.7467576Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cov_cpu_float32 2022-09-27T15:40:58.7721643Z test_ops.py::TestCompositeComplianceCPU::test_backward_cross_cpu_float32 2022-09-27T15:40:58.8024424Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cross_cpu_float32 2022-09-27T15:40:58.8284755Z test_ops.py::TestCompositeComplianceCPU::test_backward_cummax_cpu_float32 2022-09-27T15:40:58.8464673Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cummax_cpu_float32 2022-09-27T15:40:58.8559209Z test_ops.py::TestCompositeComplianceCPU::test_backward_cummin_cpu_float32 2022-09-27T15:40:58.8597520Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cummin_cpu_float32 2022-09-27T15:40:58.8621663Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:40:58.8865057Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_cpu_complex64 2022-09-27T15:40:58.8902432Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_cpu_complex64 2022-09-27T15:40:58.8956799Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumprod_cpu_float32 2022-09-27T15:40:58.9022391Z [gw1] [ 78%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_cumprod_cpu_float32 2022-09-27T15:40:58.9303197Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_cpu_complex64 2022-09-27T15:40:58.9318388Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svd_cpu_float32 2022-09-27T15:40:58.9350519Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svdvals_cpu_float32 2022-09-27T15:40:58.9398581Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumsum_cpu_float32 2022-09-27T15:40:58.9462339Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_cpu_complex64 2022-09-27T15:40:58.9515288Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:40:58.9580283Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cumsum_cpu_float32 2022-09-27T15:40:58.9782377Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:40:58.9792805Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumulative_trapezoid_cpu_float32 2022-09-27T15:40:58.9800507Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svdvals_cpu_float32 2022-09-27T15:40:58.9869236Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorinv_cpu_float32 2022-09-27T15:40:58.9902355Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorinv_cpu_float32 2022-09-27T15:40:59.0222436Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_solve_cpu_complex64 2022-09-27T15:40:59.0540679Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorsolve_cpu_float32 2022-09-27T15:40:59.0662294Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorsolve_cpu_float32 2022-09-27T15:40:59.0863258Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vander_cpu_float32 2022-09-27T15:40:59.1145367Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vander_cpu_float32 2022-09-27T15:40:59.1365868Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vecdot_cpu_float32 2022-09-27T15:40:59.1389058Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cumulative_trapezoid_cpu_float32 2022-09-27T15:40:59.1511528Z test_ops.py::TestCompositeComplianceCPU::test_backward_deg2rad_cpu_float32 2022-09-27T15:40:59.1826389Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_deg2rad_cpu_float32 2022-09-27T15:40:59.2215982Z test_ops.py::TestCompositeComplianceCPU::test_backward_diag_cpu_float32 2022-09-27T15:40:59.2265493Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diag_cpu_float32 2022-09-27T15:40:59.2294267Z test_ops.py::TestCompositeComplianceCPU::test_backward_diag_embed_cpu_float32 2022-09-27T15:40:59.2416874Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vecdot_cpu_float32 2022-09-27T15:40:59.2666809Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vector_norm_cpu_float32 2022-09-27T15:40:59.2743182Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diag_embed_cpu_float32 2022-09-27T15:40:59.2869084Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagflat_cpu_float32 2022-09-27T15:40:59.3185091Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diagflat_cpu_float32 2022-09-27T15:40:59.3631392Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_cpu_float32 2022-09-27T15:40:59.3644046Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_cpu_float32 2022-09-27T15:40:59.3780794Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_scatter_cpu_float32 2022-09-27T15:40:59.3789100Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_solve_cpu_complex64 2022-09-27T15:40:59.4291883Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_norm_cpu_complex64 2022-09-27T15:40:59.4302713Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_norm_cpu_complex64 2022-09-27T15:40:59.4326569Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_power_cpu_complex64 2022-09-27T15:40:59.4339225Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vector_norm_cpu_float32 2022-09-27T15:40:59.4538709Z test_ops.py::TestCompositeComplianceCPU::test_operator_linspace_cpu_float32 2022-09-27T15:40:59.4552050Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_std_cpu_float32 2022-09-27T15:40:59.4565937Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_sum_cpu_float32 2022-09-27T15:40:59.4605957Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_power_cpu_complex64 2022-09-27T15:40:59.4613783Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_scatter_cpu_float32 2022-09-27T15:40:59.4645087Z test_ops.py::TestCompositeComplianceCPU::test_backward_diff_cpu_float32 2022-09-27T15:40:59.4701712Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linspace_cpu_float32 2022-09-27T15:40:59.4742480Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_cpu_complex64 2022-09-27T15:40:59.4814231Z test_ops.py::TestCompositeComplianceCPU::test_operator_log10_cpu_float32 2022-09-27T15:40:59.5053706Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log10_cpu_float32 2022-09-27T15:40:59.5142245Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_cpu_complex64 2022-09-27T15:40:59.5205880Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:40:59.5222110Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:40:59.5265072Z test_ops.py::TestCompositeComplianceCPU::test_operator_log1p_cpu_float32 2022-09-27T15:40:59.5582427Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log1p_cpu_float32 2022-09-27T15:40:59.5663240Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_multi_dot_cpu_complex64 2022-09-27T15:40:59.5685948Z test_ops.py::TestCompositeComplianceCPU::test_operator_log2_cpu_float32 2022-09-27T15:40:59.5735255Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_multi_dot_cpu_complex64 2022-09-27T15:40:59.6023999Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log2_cpu_float32 2022-09-27T15:40:59.6104166Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_cpu_complex64 2022-09-27T15:40:59.6180135Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_cpu_float32 2022-09-27T15:40:59.6546175Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log_cpu_float32 2022-09-27T15:40:59.6661420Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_cpu_float32 2022-09-27T15:40:59.6770708Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_cpu_float32 2022-09-27T15:40:59.6779128Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_cpu_complex64 2022-09-27T15:40:59.6985365Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:40:59.7139058Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_dtype_cpu_float32 2022-09-27T15:40:59.7273086Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_dtype_cpu_float32 2022-09-27T15:40:59.7281788Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:40:59.7423733Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_cpu_complex64 2022-09-27T15:40:59.7479194Z test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp2_cpu_float32 2022-09-27T15:40:59.7685573Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp2_cpu_float32 2022-09-27T15:40:59.7741801Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_cpu_complex64 2022-09-27T15:40:59.7862214Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:40:59.7884634Z test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp_cpu_float32 2022-09-27T15:40:59.7916712Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:40:59.8182160Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp_cpu_float32 2022-09-27T15:40:59.8202189Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_singular_cpu_complex64 2022-09-27T15:40:59.8301998Z [gw2] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_singular_cpu_complex64 2022-09-27T15:40:59.8418594Z test_ops.py::TestCompositeComplianceCPU::test_operator_logcumsumexp_cpu_float32 2022-09-27T15:40:59.8622087Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logcumsumexp_cpu_float32 2022-09-27T15:40:59.8743320Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_qr_cpu_complex64 2022-09-27T15:40:59.8875511Z test_ops.py::TestCompositeComplianceCPU::test_operator_logdet_cpu_float32 2022-09-27T15:40:59.9062982Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_qr_cpu_complex64 2022-09-27T15:40:59.9066942Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logdet_cpu_float32 2022-09-27T15:40:59.9145511Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_slogdet_cpu_complex64 2022-09-27T15:40:59.9182063Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_slogdet_cpu_complex64 2022-09-27T15:40:59.9399214Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_and_cpu_float32 2022-09-27T15:40:59.9502228Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logical_and_cpu_float32 2022-09-27T15:40:59.9623206Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_cpu_complex64 2022-09-27T15:40:59.9685822Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_not_cpu_float32 2022-09-27T15:40:59.9748776Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logical_not_cpu_float32 2022-09-27T15:40:59.9942829Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_cpu_complex64 2022-09-27T15:41:00.0063141Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_ex_cpu_complex64 2022-09-27T15:41:00.0076182Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_or_cpu_float32 2022-09-27T15:41:00.0279418Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_ex_cpu_complex64 2022-09-27T15:41:00.0381928Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logical_or_cpu_float32 2022-09-27T15:41:00.0502728Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_triangular_cpu_complex64 2022-09-27T15:41:00.0721494Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_xor_cpu_float32 2022-09-27T15:41:00.0942726Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logical_xor_cpu_float32 2022-09-27T15:41:00.1039088Z test_ops.py::TestCompositeComplianceCPU::test_operator_logit_cpu_float32 2022-09-27T15:41:00.1385917Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logit_cpu_float32 2022-09-27T15:41:00.1679029Z test_ops.py::TestCompositeComplianceCPU::test_operator_logspace_cpu_float32 2022-09-27T15:41:00.1687465Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_sum_cpu_float32 2022-09-27T15:41:00.4596253Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_var_cpu_float32 2022-09-27T15:41:00.4604911Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_triangular_cpu_complex64 2022-09-27T15:41:00.4718661Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svd_cpu_complex64 2022-09-27T15:41:00.4726435Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logspace_cpu_float32 2022-09-27T15:41:00.5034967Z test_ops.py::TestCompositeComplianceCPU::test_operator_logsumexp_cpu_float32 2022-09-27T15:41:00.5143317Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logsumexp_cpu_float32 2022-09-27T15:41:00.5201007Z test_ops.py::TestCompositeComplianceCPU::test_operator_long_cpu_float32 2022-09-27T15:41:00.5583335Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_long_cpu_float32 2022-09-27T15:41:00.5727405Z test_ops.py::TestCompositeComplianceCPU::test_operator_lt_cpu_float32 2022-09-27T15:41:00.6062243Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lt_cpu_float32 2022-09-27T15:41:00.6170341Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_cpu_float32 2022-09-27T15:41:00.6179809Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svd_cpu_complex64 2022-09-27T15:41:00.6446427Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svdvals_cpu_complex64 2022-09-27T15:41:00.6581756Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svdvals_cpu_complex64 2022-09-27T15:41:00.6652261Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorinv_cpu_complex64 2022-09-27T15:41:00.6963675Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorinv_cpu_complex64 2022-09-27T15:41:00.6973712Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lu_cpu_float32 2022-09-27T15:41:00.7021260Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_solve_cpu_float32 2022-09-27T15:41:00.7105843Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorsolve_cpu_complex64 2022-09-27T15:41:00.7504515Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorsolve_cpu_complex64 2022-09-27T15:41:00.7648624Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vander_cpu_complex64 2022-09-27T15:41:00.7660318Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diff_cpu_float32 2022-09-27T15:41:00.7674881Z test_ops.py::TestCompositeComplianceCPU::test_backward_digamma_cpu_float32 2022-09-27T15:41:00.7743946Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vander_cpu_complex64 2022-09-27T15:41:00.7874630Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_digamma_cpu_float32 2022-09-27T15:41:00.7883859Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lu_solve_cpu_float32 2022-09-27T15:41:00.7943394Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_unpack_cpu_float32 2022-09-27T15:41:00.8063171Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vecdot_cpu_complex64 2022-09-27T15:41:00.8467660Z test_ops.py::TestCompositeComplianceCPU::test_backward_dist_cpu_float32 2022-09-27T15:41:00.8479266Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vecdot_cpu_complex64 2022-09-27T15:41:00.8488437Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lu_unpack_cpu_float32 2022-09-27T15:41:00.8496374Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vector_norm_cpu_complex64 2022-09-27T15:41:00.8587352Z test_ops.py::TestCompositeComplianceCPU::test_operator_mH_cpu_float32 2022-09-27T15:41:00.8903199Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mH_cpu_float32 2022-09-27T15:41:00.9022254Z test_ops.py::TestCompositeComplianceCPU::test_operator_mT_cpu_float32 2022-09-27T15:41:00.9383497Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mT_cpu_float32 2022-09-27T15:41:00.9541990Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_fill_cpu_float32 2022-09-27T15:41:00.9552966Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vector_norm_cpu_complex64 2022-09-27T15:41:00.9581839Z test_ops.py::TestMathBitsCPU::test_conj_view_linspace_cpu_complex64 2022-09-27T15:41:00.9624722Z [gw2] [ 78%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_linspace_cpu_complex64 2022-09-27T15:41:00.9835443Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_masked_fill_cpu_float32 2022-09-27T15:41:00.9952683Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_scatter_cpu_float32 2022-09-27T15:41:00.9982667Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_masked_scatter_cpu_float32 2022-09-27T15:41:01.0041760Z test_ops.py::TestMathBitsCPU::test_conj_view_log10_cpu_complex64 2022-09-27T15:41:01.0262332Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_log10_cpu_complex64 2022-09-27T15:41:01.0396918Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_select_cpu_float32 2022-09-27T15:41:01.0422661Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_masked_select_cpu_float32 2022-09-27T15:41:01.0481934Z test_ops.py::TestMathBitsCPU::test_conj_view_log2_cpu_complex64 2022-09-27T15:41:01.0702148Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_log2_cpu_complex64 2022-09-27T15:41:01.0863352Z test_ops.py::TestCompositeComplianceCPU::test_operator_matmul_cpu_float32 2022-09-27T15:41:01.0921932Z test_ops.py::TestMathBitsCPU::test_conj_view_log_cpu_complex64 2022-09-27T15:41:01.1118659Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_log_cpu_complex64 2022-09-27T15:41:01.1142211Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_matmul_cpu_float32 2022-09-27T15:41:01.1211940Z test_ops.py::TestCompositeComplianceCPU::test_operator_matrix_exp_cpu_float32 2022-09-27T15:41:01.1302849Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_matrix_exp_cpu_float32 2022-09-27T15:41:01.1374186Z test_ops.py::TestMathBitsCPU::test_conj_view_log_softmax_dtype_cpu_complex64 2022-09-27T15:41:01.1583439Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_log_softmax_dtype_cpu_complex64 2022-09-27T15:41:01.1744803Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_binary_cpu_float32 2022-09-27T15:41:01.1755963Z test_ops.py::TestMathBitsCPU::test_conj_view_logdet_cpu_complex64 2022-09-27T15:41:01.1922737Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_max_binary_cpu_float32 2022-09-27T15:41:01.2023043Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_logdet_cpu_complex64 2022-09-27T15:41:01.2060025Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_no_dim_cpu_float32 2022-09-27T15:41:01.2183077Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_no_dim_cpu_float32 2022-09-27T15:41:01.2240154Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_and_cpu_complex64 2022-09-27T15:41:01.2462960Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_logical_and_cpu_complex64 2022-09-27T15:41:01.2534656Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_with_dim_cpu_float32 2022-09-27T15:41:01.2622956Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_with_dim_cpu_float32 2022-09-27T15:41:01.2651492Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_not_cpu_complex64 2022-09-27T15:41:01.2903733Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_logical_not_cpu_complex64 2022-09-27T15:41:01.3064083Z test_ops.py::TestCompositeComplianceCPU::test_operator_maximum_cpu_float32 2022-09-27T15:41:01.3073937Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_or_cpu_complex64 2022-09-27T15:41:01.3122262Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_maximum_cpu_float32 2022-09-27T15:41:01.3345501Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_logical_or_cpu_complex64 2022-09-27T15:41:01.3505385Z test_ops.py::TestCompositeComplianceCPU::test_operator_mean_cpu_float32 2022-09-27T15:41:01.3559032Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_xor_cpu_complex64 2022-09-27T15:41:01.3572270Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mean_cpu_float32 2022-09-27T15:41:01.3783081Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_logical_xor_cpu_complex64 2022-09-27T15:41:01.3951604Z test_ops.py::TestCompositeComplianceCPU::test_operator_median_cpu_float32 2022-09-27T15:41:01.3952320Z test_ops.py::TestMathBitsCPU::test_conj_view_logspace_cpu_complex64 2022-09-27T15:41:01.3985233Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_median_cpu_float32 2022-09-27T15:41:01.4225502Z [gw2] [ 78%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_logspace_cpu_complex64 2022-09-27T15:41:01.4386089Z test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:41:01.4440119Z test_ops.py::TestMathBitsCPU::test_conj_view_long_cpu_complex64 2022-09-27T15:41:01.4598674Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_long_cpu_complex64 2022-09-27T15:41:01.4662128Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:41:01.4823686Z test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:41:01.5239220Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_cpu_complex64 2022-09-27T15:41:01.5262328Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_lu_cpu_complex64 2022-09-27T15:41:01.5369666Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_solve_cpu_complex64 2022-09-27T15:41:01.5383566Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:41:01.5562169Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_binary_cpu_float32 2022-09-27T15:41:01.5822290Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_min_binary_cpu_float32 2022-09-27T15:41:01.5862625Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_no_dim_cpu_float32 2022-09-27T15:41:01.6132843Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_no_dim_cpu_float32 2022-09-27T15:41:01.6141056Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_dist_cpu_float32 2022-09-27T15:41:01.6263220Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_floor_rounding_cpu_float32 2022-09-27T15:41:01.6346797Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_with_dim_cpu_float32 2022-09-27T15:41:01.6356435Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_lu_solve_cpu_complex64 2022-09-27T15:41:01.6365391Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_unpack_cpu_complex64 2022-09-27T15:41:01.6492498Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_with_dim_cpu_float32 2022-09-27T15:41:01.6702067Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_lu_unpack_cpu_complex64 2022-09-27T15:41:01.6782109Z test_ops.py::TestCompositeComplianceCPU::test_operator_minimum_cpu_float32 2022-09-27T15:41:01.6812167Z test_ops.py::TestMathBitsCPU::test_conj_view_mH_cpu_complex64 2022-09-27T15:41:01.6819314Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_div_floor_rounding_cpu_float32 2022-09-27T15:41:01.6873565Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_no_rounding_mode_cpu_float32 2022-09-27T15:41:01.6961712Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mH_cpu_complex64 2022-09-27T15:41:01.7144202Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_minimum_cpu_float32 2022-09-27T15:41:01.7198745Z test_ops.py::TestCompositeComplianceCPU::test_operator_mm_cpu_float32 2022-09-27T15:41:01.7222760Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mm_cpu_float32 2022-09-27T15:41:01.7309342Z test_ops.py::TestMathBitsCPU::test_conj_view_mT_cpu_complex64 2022-09-27T15:41:01.7583730Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mT_cpu_complex64 2022-09-27T15:41:01.7650345Z test_ops.py::TestCompositeComplianceCPU::test_operator_mode_cpu_float32 2022-09-27T15:41:01.7661948Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_div_no_rounding_mode_cpu_float32 2022-09-27T15:41:01.7664010Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_trunc_rounding_cpu_float32 2022-09-27T15:41:01.7760065Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_fill_cpu_complex64 2022-09-27T15:41:01.7801047Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mode_cpu_float32 2022-09-27T15:41:01.8022896Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_masked_fill_cpu_complex64 2022-09-27T15:41:01.8080502Z test_ops.py::TestCompositeComplianceCPU::test_operator_movedim_cpu_float32 2022-09-27T15:41:01.8102307Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_movedim_cpu_float32 2022-09-27T15:41:01.8190815Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_scatter_cpu_complex64 2022-09-27T15:41:01.8224054Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_masked_scatter_cpu_complex64 2022-09-27T15:41:01.8231957Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_div_trunc_rounding_cpu_float32 2022-09-27T15:41:01.8303496Z test_ops.py::TestCompositeComplianceCPU::test_backward_dot_cpu_float32 2022-09-27T15:41:01.8462659Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_dot_cpu_float32 2022-09-27T15:41:01.8541910Z test_ops.py::TestCompositeComplianceCPU::test_operator_msort_cpu_float32 2022-09-27T15:41:01.8568290Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_select_cpu_complex64 2022-09-27T15:41:01.8645974Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_msort_cpu_float32 2022-09-27T15:41:01.8661396Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_masked_select_cpu_complex64 2022-09-27T15:41:01.8773024Z test_ops.py::TestCompositeComplianceCPU::test_backward_double_cpu_float32 2022-09-27T15:41:01.8902045Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_double_cpu_float32 2022-09-27T15:41:01.8981848Z test_ops.py::TestCompositeComplianceCPU::test_operator_mul_cpu_float32 2022-09-27T15:41:01.9101831Z test_ops.py::TestMathBitsCPU::test_conj_view_matmul_cpu_complex64 2022-09-27T15:41:01.9165019Z test_ops.py::TestCompositeComplianceCPU::test_backward_dsplit_cpu_float32 2022-09-27T15:41:01.9236790Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mul_cpu_float32 2022-09-27T15:41:01.9342038Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_matmul_cpu_complex64 2022-09-27T15:41:01.9421687Z test_ops.py::TestCompositeComplianceCPU::test_operator_multinomial_cpu_float32 2022-09-27T15:41:01.9539996Z test_ops.py::TestMathBitsCPU::test_conj_view_matrix_exp_cpu_complex64 2022-09-27T15:41:01.9544679Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_matrix_exp_cpu_complex64 2022-09-27T15:41:01.9583463Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_dsplit_cpu_float32 2022-09-27T15:41:01.9615790Z test_ops.py::TestCompositeComplianceCPU::test_backward_dstack_cpu_float32 2022-09-27T15:41:01.9708797Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_multinomial_cpu_float32 2022-09-27T15:41:01.9782505Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_dstack_cpu_float32 2022-09-27T15:41:01.9823515Z test_ops.py::TestCompositeComplianceCPU::test_operator_mv_cpu_float32 2022-09-27T15:41:01.9861686Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mv_cpu_float32 2022-09-27T15:41:02.0021811Z test_ops.py::TestMathBitsCPU::test_conj_view_mean_cpu_complex64 2022-09-27T15:41:02.0084459Z test_ops.py::TestCompositeComplianceCPU::test_backward_einsum_cpu_float32 2022-09-27T15:41:02.0221876Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mean_cpu_complex64 2022-09-27T15:41:02.0303065Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:41:02.0359189Z test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:41:02.0442589Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:41:02.0662328Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:41:02.0742754Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:41:02.0801104Z test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:41:02.0878335Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:41:02.0887930Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:41:02.0893659Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_einsum_cpu_float32 2022-09-27T15:41:02.0949250Z test_ops.py::TestCompositeComplianceCPU::test_backward_erf_cpu_float32 2022-09-27T15:41:02.1102024Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_erf_cpu_float32 2022-09-27T15:41:02.1181903Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:41:02.1233599Z test_ops.py::TestMathBitsCPU::test_conj_view_mm_cpu_complex64 2022-09-27T15:41:02.1240979Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mm_cpu_complex64 2022-09-27T15:41:02.1301258Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:41:02.1399970Z test_ops.py::TestCompositeComplianceCPU::test_backward_erfc_cpu_float32 2022-09-27T15:41:02.1541414Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_erfc_cpu_float32 2022-09-27T15:41:02.1583965Z test_ops.py::TestCompositeComplianceCPU::test_operator_nan_to_num_cpu_float32 2022-09-27T15:41:02.1621763Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nan_to_num_cpu_float32 2022-09-27T15:41:02.1660986Z test_ops.py::TestMathBitsCPU::test_conj_view_movedim_cpu_complex64 2022-09-27T15:41:02.1741885Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_movedim_cpu_complex64 2022-09-27T15:41:02.1794013Z test_ops.py::TestCompositeComplianceCPU::test_backward_erfinv_cpu_float32 2022-09-27T15:41:02.1982273Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_erfinv_cpu_float32 2022-09-27T15:41:02.2062200Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanmean_cpu_float32 2022-09-27T15:41:02.2182728Z test_ops.py::TestMathBitsCPU::test_conj_view_mul_cpu_complex64 2022-09-27T15:41:02.2211747Z test_ops.py::TestCompositeComplianceCPU::test_backward_exp2_cpu_float32 2022-09-27T15:41:02.2322575Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mul_cpu_complex64 2022-09-27T15:41:02.2502615Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_exp2_cpu_float32 2022-09-27T15:41:02.2535553Z test_ops.py::TestMathBitsCPU::test_conj_view_mv_cpu_complex64 2022-09-27T15:41:02.2621944Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mv_cpu_complex64 2022-09-27T15:41:02.2748902Z test_ops.py::TestCompositeComplianceCPU::test_backward_exp_cpu_float32 2022-09-27T15:41:02.2825781Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_exp_cpu_float32 2022-09-27T15:41:02.2834387Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nanmean_cpu_float32 2022-09-27T15:41:02.2942004Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanmedian_cpu_float32 2022-09-27T15:41:02.2979587Z test_ops.py::TestMathBitsCPU::test_conj_view_narrow_copy_cpu_complex64 2022-09-27T15:41:02.2996304Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_narrow_copy_cpu_complex64 2022-09-27T15:41:02.3061074Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nanmedian_cpu_float32 2022-09-27T15:41:02.3181401Z test_ops.py::TestCompositeComplianceCPU::test_backward_expand_as_cpu_float32 2022-09-27T15:41:02.3261897Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_expand_as_cpu_float32 2022-09-27T15:41:02.3383017Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanquantile_cpu_float32 2022-09-27T15:41:02.3431469Z test_ops.py::TestMathBitsCPU::test_conj_view_narrow_cpu_complex64 2022-09-27T15:41:02.3503308Z [gw2] [ 79%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_narrow_cpu_complex64 2022-09-27T15:41:02.3700133Z test_ops.py::TestCompositeComplianceCPU::test_backward_expand_cpu_float32 2022-09-27T15:41:02.3822955Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_expand_cpu_float32 2022-09-27T15:41:02.3871162Z test_ops.py::TestMathBitsCPU::test_conj_view_ne_cpu_complex64 2022-09-27T15:41:02.3942219Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_ne_cpu_complex64 2022-09-27T15:41:02.3988337Z test_ops.py::TestCompositeComplianceCPU::test_backward_expm1_cpu_float32 2022-09-27T15:41:02.4262184Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_expm1_cpu_float32 2022-09-27T15:41:02.4297116Z test_ops.py::TestMathBitsCPU::test_conj_view_neg_cpu_complex64 2022-09-27T15:41:02.4381591Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_neg_cpu_complex64 2022-09-27T15:41:02.4502390Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft2_cpu_float32 2022-09-27T15:41:02.4513264Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_var_cpu_float32 2022-09-27T15:41:02.4591878Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_abs_cpu_float32 2022-09-27T15:41:02.4617708Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_abs_cpu_float32 2022-09-27T15:41:02.4702363Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft2_cpu_float32 2022-09-27T15:41:02.4738153Z test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_cpu_complex64 2022-09-27T15:41:02.4822500Z [gw2] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_cpu_complex64 2022-09-27T15:41:02.4944883Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft_cpu_float32 2022-09-27T15:41:02.5061934Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acos_cpu_float32 2022-09-27T15:41:02.5128674Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft_cpu_float32 2022-09-27T15:41:02.5142684Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acos_cpu_float32 2022-09-27T15:41:02.5159991Z test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_strided_cpu_complex64 2022-09-27T15:41:02.5262741Z [gw2] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_strided_cpu_complex64 2022-09-27T15:41:02.5384246Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftn_cpu_float32 2022-09-27T15:41:02.5584378Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acosh_cpu_float32 2022-09-27T15:41:02.5641386Z test_ops.py::TestMathBitsCPU::test_conj_view_new_full_cpu_complex64 2022-09-27T15:41:02.5656392Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftn_cpu_float32 2022-09-27T15:41:02.5659628Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_new_full_cpu_complex64 2022-09-27T15:41:02.5741508Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acosh_cpu_float32 2022-09-27T15:41:02.5821969Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftshift_cpu_float32 2022-09-27T15:41:02.5875641Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_add_cpu_float32 2022-09-27T15:41:02.6022219Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftshift_cpu_float32 2022-09-27T15:41:02.6056531Z test_ops.py::TestMathBitsCPU::test_conj_view_new_ones_cpu_complex64 2022-09-27T15:41:02.6182674Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_new_ones_cpu_complex64 2022-09-27T15:41:02.6462940Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft2_cpu_float32 2022-09-27T15:41:02.6515829Z test_ops.py::TestMathBitsCPU::test_conj_view_new_zeros_cpu_complex64 2022-09-27T15:41:02.6695605Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_new_zeros_cpu_complex64 2022-09-27T15:41:02.6708147Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft2_cpu_float32 2022-09-27T15:41:02.6902124Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft_cpu_float32 2022-09-27T15:41:02.7482789Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv1d_cpu_complex64 2022-09-27T15:41:02.7497654Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv1d_cpu_complex64 2022-09-27T15:41:02.7652114Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv2d_cpu_complex64 2022-09-27T15:41:02.7665534Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft_cpu_float32 2022-09-27T15:41:02.8497569Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfftn_cpu_float32 2022-09-27T15:41:02.8508062Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nanquantile_cpu_float32 2022-09-27T15:41:02.8791494Z test_ops.py::TestCompositeComplianceCPU::test_operator_nansum_cpu_float32 2022-09-27T15:41:02.8832854Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_add_cpu_float32 2022-09-27T15:41:02.8895986Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addbmm_cpu_float32 2022-09-27T15:41:02.8943223Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nansum_cpu_float32 2022-09-27T15:41:02.9017615Z test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_copy_cpu_float32 2022-09-27T15:41:02.9230231Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_copy_cpu_float32 2022-09-27T15:41:02.9246342Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfftn_cpu_float32 2022-09-27T15:41:02.9383212Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft2_cpu_float32 2022-09-27T15:41:02.9453054Z test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_cpu_float32 2022-09-27T15:41:02.9567580Z [gw3] [ 79%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_cpu_float32 2022-09-27T15:41:02.9662639Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft2_cpu_float32 2022-09-27T15:41:02.9823791Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft_cpu_float32 2022-09-27T15:41:03.0228055Z test_ops.py::TestCompositeComplianceCPU::test_operator_native_layer_norm_cpu_float32 2022-09-27T15:41:03.0244385Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft_cpu_float32 2022-09-27T15:41:03.1343594Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftn_cpu_float32 2022-09-27T15:41:03.1358017Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftn_cpu_float32 2022-09-27T15:41:03.1506210Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftshift_cpu_float32 2022-09-27T15:41:03.1785078Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftshift_cpu_float32 2022-09-27T15:41:03.2256305Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft2_cpu_float32 2022-09-27T15:41:03.2269221Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_native_layer_norm_cpu_float32 2022-09-27T15:41:03.2426554Z test_ops.py::TestCompositeComplianceCPU::test_operator_ne_cpu_float32 2022-09-27T15:41:03.2445993Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ne_cpu_float32 2022-09-27T15:41:03.2456846Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft2_cpu_float32 2022-09-27T15:41:03.2743846Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft_cpu_float32 2022-09-27T15:41:03.2744330Z test_ops.py::TestCompositeComplianceCPU::test_operator_neg_cpu_float32 2022-09-27T15:41:03.3167569Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_neg_cpu_float32 2022-09-27T15:41:03.3168080Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_cpu_float32 2022-09-27T15:41:03.3234209Z [gw3] [ 79%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_cpu_float32 2022-09-27T15:41:03.3244905Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft_cpu_float32 2022-09-27T15:41:03.3608316Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfftn_cpu_float32 2022-09-27T15:41:03.3608821Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_strided_cpu_float32 2022-09-27T15:41:03.4078994Z [gw3] [ 79%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_strided_cpu_float32 2022-09-27T15:41:03.4136486Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_full_cpu_float32 2022-09-27T15:41:03.4582106Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_new_full_cpu_float32 2022-09-27T15:41:03.4609226Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_ones_cpu_float32 2022-09-27T15:41:03.4851469Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_new_ones_cpu_float32 2022-09-27T15:41:03.4857547Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfftn_cpu_float32 2022-09-27T15:41:03.5061029Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft2_cpu_float32 2022-09-27T15:41:03.5084972Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_zeros_cpu_float32 2022-09-27T15:41:03.5533219Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_new_zeros_cpu_float32 2022-09-27T15:41:03.5876765Z test_ops.py::TestCompositeComplianceCPU::test_operator_nextafter_cpu_float32 2022-09-27T15:41:03.5903747Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nextafter_cpu_float32 2022-09-27T15:41:03.6063487Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:41:03.6412325Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:41:03.6594724Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:41:03.6833500Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:41:03.7716253Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:41:03.7750695Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft2_cpu_float32 2022-09-27T15:41:03.8727371Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft_cpu_float32 2022-09-27T15:41:03.8766381Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:41:04.0204667Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:41:04.0309129Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:41:04.0855437Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:41:04.0878229Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv2d_cpu_complex64 2022-09-27T15:41:04.0952253Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:41:04.1095174Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft_cpu_float32 2022-09-27T15:41:04.1778716Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfftn_cpu_float32 2022-09-27T15:41:04.1802023Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:41:04.2091659Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:41:04.2256129Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:41:04.2256774Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:41:04.2267891Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:41:04.2348664Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:41:04.2572507Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:41:04.2587921Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfftn_cpu_float32 2022-09-27T15:41:04.2740173Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft2_cpu_float32 2022-09-27T15:41:04.2947249Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_linear_cpu_complex64 2022-09-27T15:41:04.3180347Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_linear_cpu_complex64 2022-09-27T15:41:04.3307572Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_normalize_cpu_complex64 2022-09-27T15:41:04.3318590Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_normalize_cpu_complex64 2022-09-27T15:41:04.3502585Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:41:04.3661103Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:41:04.3724701Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:41:04.3749687Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:41:04.3771866Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:41:04.3967666Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:41:04.4063427Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:41:04.4184125Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:41:04.4320116Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:41:04.4417784Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:41:04.4443924Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft2_cpu_float32 2022-09-27T15:41:04.4609927Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft_cpu_float32 2022-09-27T15:41:04.4622190Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:41:04.4661855Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:41:04.5783842Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_batch_norm_cpu_float32 2022-09-27T15:41:04.5909050Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:41:04.5971118Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:41:04.6103654Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft_cpu_float32 2022-09-27T15:41:04.6113156Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfftn_cpu_float32 2022-09-27T15:41:04.6314633Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:41:04.6396755Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:41:04.6819719Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:41:04.6827467Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:41:04.7073757Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:41:04.7143922Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfftn_cpu_float32 2022-09-27T15:41:04.7244505Z test_ops.py::TestCompositeComplianceCPU::test_backward_fill_cpu_float32 2022-09-27T15:41:04.7252981Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fill_cpu_float32 2022-09-27T15:41:04.7586681Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:41:04.7731253Z test_ops.py::TestCompositeComplianceCPU::test_backward_flatten_cpu_float32 2022-09-27T15:41:04.8025657Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_flatten_cpu_float32 2022-09-27T15:41:04.8094253Z test_ops.py::TestCompositeComplianceCPU::test_backward_flip_cpu_float32 2022-09-27T15:41:04.8125469Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:41:04.8166900Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:41:04.8282147Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:41:04.8463136Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_flip_cpu_float32 2022-09-27T15:41:04.8524755Z test_ops.py::TestCompositeComplianceCPU::test_backward_fliplr_cpu_float32 2022-09-27T15:41:04.8580812Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fliplr_cpu_float32 2022-09-27T15:41:04.8612373Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:41:04.8811866Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:41:04.8835450Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_batch_norm_cpu_float32 2022-09-27T15:41:04.8902069Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_bilinear_cpu_float32 2022-09-27T15:41:04.8983074Z test_ops.py::TestCompositeComplianceCPU::test_backward_flipud_cpu_float32 2022-09-27T15:41:04.9001197Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softsign_cpu_complex64 2022-09-27T15:41:04.9042685Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_flipud_cpu_float32 2022-09-27T15:41:04.9348807Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softsign_cpu_complex64 2022-09-27T15:41:04.9479126Z test_ops.py::TestCompositeComplianceCPU::test_backward_float_cpu_float32 2022-09-27T15:41:04.9481197Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:41:04.9487358Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_float_cpu_float32 2022-09-27T15:41:04.9783359Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:41:04.9864076Z test_ops.py::TestCompositeComplianceCPU::test_backward_float_power_cpu_float32 2022-09-27T15:41:04.9999683Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:41:05.0306697Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:41:05.0470880Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:41:05.0820950Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:41:05.1358619Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_unfold_cpu_complex64 2022-09-27T15:41:05.1380778Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addbmm_cpu_float32 2022-09-27T15:41:05.2034323Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcdiv_cpu_float32 2022-09-27T15:41:05.2078471Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_float_power_cpu_float32 2022-09-27T15:41:05.2215021Z test_ops.py::TestCompositeComplianceCPU::test_backward_floor_cpu_float32 2022-09-27T15:41:05.2555055Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_floor_cpu_float32 2022-09-27T15:41:05.3728101Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmax_cpu_float32 2022-09-27T15:41:05.3808203Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fmax_cpu_float32 2022-09-27T15:41:05.4573689Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmin_cpu_float32 2022-09-27T15:41:05.4593459Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_unfold_cpu_complex64 2022-09-27T15:41:05.4659963Z test_ops.py::TestMathBitsCPU::test_conj_view_nonzero_cpu_complex64 2022-09-27T15:41:05.4782117Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nonzero_cpu_complex64 2022-09-27T15:41:05.4795671Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_bilinear_cpu_float32 2022-09-27T15:41:05.4859623Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:41:05.4868817Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fmin_cpu_float32 2022-09-27T15:41:05.5023269Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmod_cpu_float32 2022-09-27T15:41:05.5058831Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_cpu_complex64 2022-09-27T15:41:05.5223506Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:41:05.5514575Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:41:05.5522770Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_norm_cpu_complex64 2022-09-27T15:41:05.5584164Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_fro_cpu_complex64 2022-09-27T15:41:05.5733159Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_norm_fro_cpu_complex64 2022-09-27T15:41:05.5740555Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fmod_cpu_float32 2022-09-27T15:41:05.5800152Z test_ops.py::TestCompositeComplianceCPU::test_backward_frac_cpu_float32 2022-09-27T15:41:05.5942109Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_frac_cpu_float32 2022-09-27T15:41:05.5989338Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_inf_cpu_complex64 2022-09-27T15:41:05.6141927Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_norm_inf_cpu_complex64 2022-09-27T15:41:05.6219490Z test_ops.py::TestCompositeComplianceCPU::test_backward_frexp_cpu_float32 2022-09-27T15:41:05.6310152Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_frexp_cpu_float32 2022-09-27T15:41:05.6316412Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:41:05.6367917Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_celu_cpu_float32 2022-09-27T15:41:05.6381375Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_celu_cpu_float32 2022-09-27T15:41:05.6426298Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_nuc_cpu_complex64 2022-09-27T15:41:05.6582183Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_norm_nuc_cpu_complex64 2022-09-27T15:41:05.6742250Z test_ops.py::TestCompositeComplianceCPU::test_backward_gather_cpu_float32 2022-09-27T15:41:05.6823199Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv1d_cpu_float32 2022-09-27T15:41:05.6858728Z test_ops.py::TestMathBitsCPU::test_conj_view_ones_cpu_complex64 2022-09-27T15:41:05.6867296Z [gw2] [ 79%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_ones_cpu_complex64 2022-09-27T15:41:05.7022785Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_gather_cpu_float32 2022-09-27T15:41:05.7230408Z test_ops.py::TestCompositeComplianceCPU::test_backward_gradient_cpu_float32 2022-09-27T15:41:05.7238777Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv1d_cpu_float32 2022-09-27T15:41:05.7264399Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv2d_cpu_float32 2022-09-27T15:41:05.7328309Z test_ops.py::TestMathBitsCPU::test_conj_view_ones_like_cpu_complex64 2022-09-27T15:41:05.7745948Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_ones_like_cpu_complex64 2022-09-27T15:41:05.8898630Z test_ops.py::TestMathBitsCPU::test_conj_view_ormqr_cpu_complex64 2022-09-27T15:41:05.8910025Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_ormqr_cpu_complex64 2022-09-27T15:41:05.8919636Z test_ops.py::TestMathBitsCPU::test_conj_view_outer_cpu_complex64 2022-09-27T15:41:05.9267385Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_outer_cpu_complex64 2022-09-27T15:41:05.9302046Z test_ops.py::TestMathBitsCPU::test_conj_view_permute_cpu_complex64 2022-09-27T15:41:05.9314128Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv2d_cpu_float32 2022-09-27T15:41:05.9336349Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:41:05.9703965Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_permute_cpu_complex64 2022-09-27T15:41:05.9762032Z test_ops.py::TestMathBitsCPU::test_conj_view_pinverse_cpu_complex64 2022-09-27T15:41:05.9770318Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:41:05.9890474Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:41:06.0143293Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_pinverse_cpu_complex64 2022-09-27T15:41:06.0209570Z test_ops.py::TestMathBitsCPU::test_conj_view_positive_cpu_complex64 2022-09-27T15:41:06.0393933Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_positive_cpu_complex64 2022-09-27T15:41:06.0402389Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:41:06.0582675Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:41:06.0880444Z test_ops.py::TestMathBitsCPU::test_conj_view_pow_cpu_complex64 2022-09-27T15:41:06.1023143Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_pow_cpu_complex64 2022-09-27T15:41:06.1276106Z test_ops.py::TestMathBitsCPU::test_conj_view_prod_cpu_complex64 2022-09-27T15:41:06.1287138Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:41:06.1564547Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:41:06.1575486Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_prod_cpu_complex64 2022-09-27T15:41:06.1809858Z test_ops.py::TestMathBitsCPU::test_conj_view_put_cpu_complex64 2022-09-27T15:41:06.1983053Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_put_cpu_complex64 2022-09-27T15:41:06.2214441Z test_ops.py::TestMathBitsCPU::test_conj_view_qr_cpu_complex64 2022-09-27T15:41:06.2321829Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_qr_cpu_complex64 2022-09-27T15:41:06.2331433Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:41:06.2425082Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:41:06.2547823Z test_ops.py::TestMathBitsCPU::test_conj_view_rand_like_cpu_complex64 2022-09-27T15:41:06.2862743Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_rand_like_cpu_complex64 2022-09-27T15:41:06.2882062Z test_ops.py::TestMathBitsCPU::test_conj_view_randn_cpu_complex64 2022-09-27T15:41:06.2891598Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:41:06.2905263Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:41:06.3303947Z [gw2] [ 79%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_randn_cpu_complex64 2022-09-27T15:41:06.3431104Z test_ops.py::TestMathBitsCPU::test_conj_view_randn_like_cpu_complex64 2022-09-27T15:41:06.3559313Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_randn_like_cpu_complex64 2022-09-27T15:41:06.3565939Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:41:06.3744108Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:41:06.3809256Z test_ops.py::TestMathBitsCPU::test_conj_view_ravel_cpu_complex64 2022-09-27T15:41:06.4183855Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_ravel_cpu_complex64 2022-09-27T15:41:06.4226480Z test_ops.py::TestMathBitsCPU::test_conj_view_real_cpu_complex64 2022-09-27T15:41:06.4345696Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_real_cpu_complex64 2022-09-27T15:41:06.4358421Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_gradient_cpu_float32 2022-09-27T15:41:06.4548651Z test_ops.py::TestCompositeComplianceCPU::test_backward_half_cpu_float32 2022-09-27T15:41:06.4623382Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_half_cpu_float32 2022-09-27T15:41:06.4679480Z test_ops.py::TestMathBitsCPU::test_conj_view_reciprocal_cpu_complex64 2022-09-27T15:41:06.4782871Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_reciprocal_cpu_complex64 2022-09-27T15:41:06.4950343Z test_ops.py::TestCompositeComplianceCPU::test_backward_hsplit_cpu_float32 2022-09-27T15:41:06.4958452Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:41:06.5062569Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout2d_cpu_float32 2022-09-27T15:41:06.5197793Z test_ops.py::TestMathBitsCPU::test_conj_view_renorm_cpu_complex64 2022-09-27T15:41:06.5291750Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_renorm_cpu_complex64 2022-09-27T15:41:06.5300902Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_hsplit_cpu_float32 2022-09-27T15:41:06.5351258Z test_ops.py::TestCompositeComplianceCPU::test_backward_hstack_cpu_float32 2022-09-27T15:41:06.5382065Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout2d_cpu_float32 2022-09-27T15:41:06.5388300Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout3d_cpu_float32 2022-09-27T15:41:06.5502080Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_hstack_cpu_float32 2022-09-27T15:41:06.5698785Z test_ops.py::TestMathBitsCPU::test_conj_view_repeat_cpu_complex64 2022-09-27T15:41:06.5742691Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_repeat_cpu_complex64 2022-09-27T15:41:06.5823163Z test_ops.py::TestCompositeComplianceCPU::test_backward_hypot_cpu_float32 2022-09-27T15:41:06.5834995Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout3d_cpu_float32 2022-09-27T15:41:06.5942836Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout_cpu_float32 2022-09-27T15:41:06.6008032Z test_ops.py::TestMathBitsCPU::test_conj_view_repeat_interleave_cpu_complex64 2022-09-27T15:41:06.6343163Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_repeat_interleave_cpu_complex64 2022-09-27T15:41:06.6353410Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout_cpu_float32 2022-09-27T15:41:06.6382747Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_elu_cpu_float32 2022-09-27T15:41:06.6398095Z test_ops.py::TestMathBitsCPU::test_conj_view_reshape_as_cpu_complex64 2022-09-27T15:41:06.6443696Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_elu_cpu_float32 2022-09-27T15:41:06.6634926Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_reshape_as_cpu_complex64 2022-09-27T15:41:06.6641766Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_hypot_cpu_float32 2022-09-27T15:41:06.6727989Z test_ops.py::TestCompositeComplianceCPU::test_backward_i0_cpu_float32 2022-09-27T15:41:06.6782049Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_i0_cpu_float32 2022-09-27T15:41:06.6798872Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:41:06.6821541Z [gw3] [ 79%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:41:06.6902012Z test_ops.py::TestMathBitsCPU::test_conj_view_reshape_cpu_complex64 2022-09-27T15:41:06.7060911Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_reshape_cpu_complex64 2022-09-27T15:41:06.7221812Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_add_cpu_float32 2022-09-27T15:41:06.7238452Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_cpu_float32 2022-09-27T15:41:06.7261752Z [gw3] [ 79%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_cpu_float32 2022-09-27T15:41:06.7291839Z test_ops.py::TestMathBitsCPU::test_conj_view_resize__cpu_complex64 2022-09-27T15:41:06.7365252Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_resize__cpu_complex64 2022-09-27T15:41:06.7374621Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcdiv_cpu_float32 2022-09-27T15:41:06.7704738Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcmul_cpu_float32 2022-09-27T15:41:06.7705757Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:41:06.7740241Z test_ops.py::TestMathBitsCPU::test_conj_view_resize_as__cpu_complex64 2022-09-27T15:41:06.7977552Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_resize_as__cpu_complex64 2022-09-27T15:41:06.8138196Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:41:06.8153393Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_index_add_cpu_float32 2022-09-27T15:41:06.8153835Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:41:06.8154212Z test_ops.py::TestMathBitsCPU::test_conj_view_resolve_conj_cpu_complex64 2022-09-27T15:41:06.8184413Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_copy_cpu_float32 2022-09-27T15:41:06.8515979Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_resolve_conj_cpu_complex64 2022-09-27T15:41:06.8582880Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:41:06.8585784Z test_ops.py::TestMathBitsCPU::test_conj_view_resolve_neg_cpu_complex64 2022-09-27T15:41:06.8618931Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:41:06.8695377Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_resolve_neg_cpu_complex64 2022-09-27T15:41:06.8702991Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_index_copy_cpu_float32 2022-09-27T15:41:06.8853428Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_fill_cpu_float32 2022-09-27T15:41:06.9021976Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_index_fill_cpu_float32 2022-09-27T15:41:06.9143425Z test_ops.py::TestMathBitsCPU::test_conj_view_roll_cpu_complex64 2022-09-27T15:41:06.9224158Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_put_cpu_float32 2022-09-27T15:41:06.9610266Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_roll_cpu_complex64 2022-09-27T15:41:06.9857456Z test_ops.py::TestMathBitsCPU::test_conj_view_rot90_cpu_complex64 2022-09-27T15:41:06.9902027Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_rot90_cpu_complex64 2022-09-27T15:41:06.9926404Z test_ops.py::TestMathBitsCPU::test_conj_view_rsqrt_cpu_complex64 2022-09-27T15:41:06.9936829Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_index_put_cpu_float32 2022-09-27T15:41:06.9961878Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_reduce_cpu_float32 2022-09-27T15:41:07.0012734Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_rsqrt_cpu_complex64 2022-09-27T15:41:07.0344917Z [gw1] [ 79%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_index_reduce_cpu_float32 2022-09-27T15:41:07.0366318Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:41:07.0367075Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_select_cpu_float32 2022-09-27T15:41:07.0367637Z test_ops.py::TestMathBitsCPU::test_conj_view_rsub_cpu_complex64 2022-09-27T15:41:07.0501405Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:41:07.0621882Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_rsub_cpu_complex64 2022-09-27T15:41:07.0783527Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_index_select_cpu_float32 2022-09-27T15:41:07.0787824Z test_ops.py::TestMathBitsCPU::test_conj_view_scatter_add_cpu_complex64 2022-09-27T15:41:07.0912447Z test_ops.py::TestCompositeComplianceCPU::test_backward_inner_cpu_float32 2022-09-27T15:41:07.1147147Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_scatter_add_cpu_complex64 2022-09-27T15:41:07.1222787Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_inner_cpu_float32 2022-09-27T15:41:07.1228886Z test_ops.py::TestMathBitsCPU::test_conj_view_scatter_cpu_complex64 2022-09-27T15:41:07.1406852Z test_ops.py::TestCompositeComplianceCPU::test_backward_istft_cpu_float32 2022-09-27T15:41:07.1663862Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_scatter_cpu_complex64 2022-09-27T15:41:07.1740193Z test_ops.py::TestMathBitsCPU::test_conj_view_select_cpu_complex64 2022-09-27T15:41:07.2103822Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_select_cpu_complex64 2022-09-27T15:41:07.2145469Z test_ops.py::TestMathBitsCPU::test_conj_view_sgn_cpu_complex64 2022-09-27T15:41:07.2486357Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sgn_cpu_complex64 2022-09-27T15:41:07.2494507Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:41:07.2531963Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:41:07.2542841Z [gw3] [ 79%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:41:07.2570908Z test_ops.py::TestMathBitsCPU::test_conj_view_short_cpu_complex64 2022-09-27T15:41:07.2621950Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_short_cpu_complex64 2022-09-27T15:41:07.2632423Z [gw1] [ 79%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_istft_cpu_float32 2022-09-27T15:41:07.2761186Z test_ops.py::TestCompositeComplianceCPU::test_backward_kron_cpu_float32 2022-09-27T15:41:07.2901951Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_kron_cpu_float32 2022-09-27T15:41:07.2983256Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gelu_cpu_float32 2022-09-27T15:41:07.3026022Z test_ops.py::TestMathBitsCPU::test_conj_view_sigmoid_cpu_complex64 2022-09-27T15:41:07.3036431Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gelu_cpu_float32 2022-09-27T15:41:07.3101287Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sigmoid_cpu_complex64 2022-09-27T15:41:07.3337298Z test_ops.py::TestCompositeComplianceCPU::test_backward_kthvalue_cpu_float32 2022-09-27T15:41:07.3347109Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_kthvalue_cpu_float32 2022-09-27T15:41:07.3422297Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_glu_cpu_float32 2022-09-27T15:41:07.3458478Z test_ops.py::TestMathBitsCPU::test_conj_view_sin_cpu_complex64 2022-09-27T15:41:07.3542326Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sin_cpu_complex64 2022-09-27T15:41:07.3864788Z test_ops.py::TestCompositeComplianceCPU::test_backward_ldexp_cpu_float32 2022-09-27T15:41:07.3871279Z test_ops.py::TestMathBitsCPU::test_conj_view_sinc_cpu_complex64 2022-09-27T15:41:07.3878462Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_glu_cpu_float32 2022-09-27T15:41:07.3952746Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_grid_sample_cpu_float32 2022-09-27T15:41:07.4303987Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sinc_cpu_complex64 2022-09-27T15:41:07.4359911Z test_ops.py::TestMathBitsCPU::test_conj_view_sinh_cpu_complex64 2022-09-27T15:41:07.4369052Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sinh_cpu_complex64 2022-09-27T15:41:07.4378225Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_ldexp_cpu_float32 2022-09-27T15:41:07.4576394Z test_ops.py::TestCompositeComplianceCPU::test_backward_lerp_cpu_float32 2022-09-27T15:41:07.4587861Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_grid_sample_cpu_float32 2022-09-27T15:41:07.4743063Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_group_norm_cpu_float32 2022-09-27T15:41:07.4782422Z test_ops.py::TestMathBitsCPU::test_conj_view_softmax_with_dtype_cpu_complex64 2022-09-27T15:41:07.4823542Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_group_norm_cpu_float32 2022-09-27T15:41:07.5022174Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_softmax_with_dtype_cpu_complex64 2022-09-27T15:41:07.5090026Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardshrink_cpu_float32 2022-09-27T15:41:07.5182035Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardshrink_cpu_float32 2022-09-27T15:41:07.5198950Z test_ops.py::TestMathBitsCPU::test_conj_view_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:41:07.5462689Z [gw2] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:41:07.5508490Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:41:07.5621734Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:41:07.5664701Z test_ops.py::TestMathBitsCPU::test_conj_view_split_cpu_complex64 2022-09-27T15:41:07.5902081Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_split_cpu_complex64 2022-09-27T15:41:07.5962120Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardswish_cpu_float32 2022-09-27T15:41:07.6061999Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardswish_cpu_float32 2022-09-27T15:41:07.6119161Z test_ops.py::TestMathBitsCPU::test_conj_view_split_list_args_cpu_complex64 2022-09-27T15:41:07.6259084Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_split_list_args_cpu_complex64 2022-09-27T15:41:07.6265878Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_lerp_cpu_float32 2022-09-27T15:41:07.6347565Z test_ops.py::TestCompositeComplianceCPU::test_backward_lgamma_cpu_float32 2022-09-27T15:41:07.6349458Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardtanh_cpu_float32 2022-09-27T15:41:07.6427064Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_lgamma_cpu_float32 2022-09-27T15:41:07.6501576Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardtanh_cpu_float32 2022-09-27T15:41:07.6546085Z test_ops.py::TestMathBitsCPU::test_conj_view_split_with_sizes_cpu_complex64 2022-09-27T15:41:07.6701576Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_split_with_sizes_cpu_complex64 2022-09-27T15:41:07.6782873Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_cpu_float32 2022-09-27T15:41:07.6942996Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:41:07.6981613Z test_ops.py::TestMathBitsCPU::test_conj_view_sqrt_cpu_complex64 2022-09-27T15:41:07.7275265Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sqrt_cpu_complex64 2022-09-27T15:41:07.7284898Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:41:07.7384290Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_huber_loss_cpu_float32 2022-09-27T15:41:07.7472314Z test_ops.py::TestMathBitsCPU::test_conj_view_square_cpu_complex64 2022-09-27T15:41:07.7493432Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_square_cpu_complex64 2022-09-27T15:41:07.7704599Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_huber_loss_cpu_float32 2022-09-27T15:41:07.7825989Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_instance_norm_cpu_float32 2022-09-27T15:41:07.7917386Z test_ops.py::TestMathBitsCPU::test_conj_view_squeeze_cpu_complex64 2022-09-27T15:41:07.7931400Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_cpu_float32 2022-09-27T15:41:07.8106187Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_ex_cpu_float32 2022-09-27T15:41:07.8289591Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_squeeze_cpu_complex64 2022-09-27T15:41:07.8333169Z test_ops.py::TestMathBitsCPU::test_conj_view_stack_cpu_complex64 2022-09-27T15:41:07.8744283Z [gw2] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_stack_cpu_complex64 2022-09-27T15:41:07.8838064Z test_ops.py::TestMathBitsCPU::test_conj_view_std_cpu_complex64 2022-09-27T15:41:07.9219416Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_std_cpu_complex64 2022-09-27T15:41:07.9229633Z test_ops.py::TestMathBitsCPU::test_conj_view_std_mean_cpu_complex64 2022-09-27T15:41:07.9582669Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_std_mean_cpu_complex64 2022-09-27T15:41:07.9831763Z test_ops.py::TestMathBitsCPU::test_conj_view_stft_cpu_complex64 2022-09-27T15:41:08.0058560Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_stft_cpu_complex64 2022-09-27T15:41:08.0238229Z test_ops.py::TestMathBitsCPU::test_conj_view_sub_cpu_complex64 2022-09-27T15:41:08.0464443Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sub_cpu_complex64 2022-09-27T15:41:08.0711297Z test_ops.py::TestMathBitsCPU::test_conj_view_sum_cpu_complex64 2022-09-27T15:41:08.0904054Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sum_cpu_complex64 2022-09-27T15:41:08.0963413Z test_ops.py::TestMathBitsCPU::test_conj_view_sum_to_size_cpu_complex64 2022-09-27T15:41:08.1408972Z [gw2] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_sum_to_size_cpu_complex64 2022-09-27T15:41:08.1414684Z test_ops.py::TestMathBitsCPU::test_conj_view_svd_cpu_complex64 2022-09-27T15:41:08.1427580Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_instance_norm_cpu_float32 2022-09-27T15:41:08.1850340Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:41:08.1902330Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:41:08.2076337Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:41:08.2383256Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:41:08.2638090Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:41:08.2650356Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_ex_cpu_float32 2022-09-27T15:41:08.2657223Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cond_cpu_float32 2022-09-27T15:41:08.2824743Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:41:08.2939669Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:41:08.3049959Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cond_cpu_float32 2022-09-27T15:41:08.3063027Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:41:08.3095432Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cross_cpu_float32 2022-09-27T15:41:08.3111007Z [gw0] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcmul_cpu_float32 2022-09-27T15:41:08.3263725Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_cpu_float32 2022-09-27T15:41:08.3310089Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:41:08.3445545Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cross_cpu_float32 2022-09-27T15:41:08.3457758Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:41:08.3464398Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_svd_cpu_complex64 2022-09-27T15:41:08.3502172Z test_ops.py::TestMathBitsCPU::test_conj_view_symeig_cpu_complex64 2022-09-27T15:41:08.3540396Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_cpu_float32 2022-09-27T15:41:08.3702267Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_symeig_cpu_complex64 2022-09-27T15:41:08.3818365Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:41:08.3888254Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_cpu_float32 2022-09-27T15:41:08.3943819Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:41:08.3944735Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_singular_cpu_float32 2022-09-27T15:41:08.4029804Z test_ops.py::TestMathBitsCPU::test_conj_view_t_cpu_complex64 2022-09-27T15:41:08.4142528Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_t_cpu_complex64 2022-09-27T15:41:08.4383359Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_kl_div_cpu_float32 2022-09-27T15:41:08.4501253Z test_ops.py::TestMathBitsCPU::test_conj_view_take_along_dim_cpu_complex64 2022-09-27T15:41:08.4601536Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_take_along_dim_cpu_complex64 2022-09-27T15:41:08.4612261Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_kl_div_cpu_float32 2022-09-27T15:41:08.4762718Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_l1_loss_cpu_float32 2022-09-27T15:41:08.4822579Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_l1_loss_cpu_float32 2022-09-27T15:41:08.4917746Z test_ops.py::TestMathBitsCPU::test_conj_view_take_cpu_complex64 2022-09-27T15:41:08.5022355Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_take_cpu_complex64 2022-09-27T15:41:08.5223286Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_layer_norm_cpu_float32 2022-09-27T15:41:08.5261958Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_layer_norm_cpu_float32 2022-09-27T15:41:08.5294757Z test_ops.py::TestMathBitsCPU::test_conj_view_tan_cpu_complex64 2022-09-27T15:41:08.5462469Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tan_cpu_complex64 2022-09-27T15:41:08.5562469Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:41:08.5702034Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:41:08.5735064Z test_ops.py::TestMathBitsCPU::test_conj_view_tanh_cpu_complex64 2022-09-27T15:41:08.5794420Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tanh_cpu_complex64 2022-09-27T15:41:08.5802989Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_singular_cpu_float32 2022-09-27T15:41:08.5902211Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eig_cpu_float32 2022-09-27T15:41:08.6143209Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_linear_cpu_float32 2022-09-27T15:41:08.6231844Z test_ops.py::TestMathBitsCPU::test_conj_view_tensor_split_cpu_complex64 2022-09-27T15:41:08.6476702Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tensor_split_cpu_complex64 2022-09-27T15:41:08.6483433Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_linear_cpu_float32 2022-09-27T15:41:08.6622498Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:41:08.6676384Z test_ops.py::TestMathBitsCPU::test_conj_view_tensordot_cpu_complex64 2022-09-27T15:41:08.7099294Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tensordot_cpu_complex64 2022-09-27T15:41:08.7114734Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:41:08.7120351Z [gw0] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_cpu_float32 2022-09-27T15:41:08.7125142Z test_ops.py::TestMathBitsCPU::test_conj_view_tile_cpu_complex64 2022-09-27T15:41:08.7129901Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:41:08.7195355Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_decomposed_cpu_float32 2022-09-27T15:41:08.7342682Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:41:08.7543624Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tile_cpu_complex64 2022-09-27T15:41:08.7582716Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:41:08.7940471Z test_ops.py::TestMathBitsCPU::test_conj_view_to_cpu_complex64 2022-09-27T15:41:08.8023284Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_to_cpu_complex64 2022-09-27T15:41:08.8069373Z test_ops.py::TestMathBitsCPU::test_conj_view_to_sparse_cpu_complex64 2022-09-27T15:41:08.8463988Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_to_sparse_cpu_complex64 2022-09-27T15:41:08.8503365Z test_ops.py::TestMathBitsCPU::test_conj_view_trace_cpu_complex64 2022-09-27T15:41:08.8902578Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_trace_cpu_complex64 2022-09-27T15:41:08.8991608Z test_ops.py::TestMathBitsCPU::test_conj_view_transpose_cpu_complex64 2022-09-27T15:41:08.9001392Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:41:08.9084741Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:41:08.9345034Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_transpose_cpu_complex64 2022-09-27T15:41:08.9441578Z test_ops.py::TestMathBitsCPU::test_conj_view_trapezoid_cpu_complex64 2022-09-27T15:41:08.9462131Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eig_cpu_float32 2022-09-27T15:41:08.9544899Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigh_cpu_float32 2022-09-27T15:41:08.9782520Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_trapezoid_cpu_complex64 2022-09-27T15:41:08.9945898Z test_ops.py::TestMathBitsCPU::test_conj_view_trapz_cpu_complex64 2022-09-27T15:41:09.0226483Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_trapz_cpu_complex64 2022-09-27T15:41:09.0564014Z test_ops.py::TestMathBitsCPU::test_conj_view_triangular_solve_cpu_complex64 2022-09-27T15:41:09.0663669Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_triangular_solve_cpu_complex64 2022-09-27T15:41:09.0928740Z test_ops.py::TestMathBitsCPU::test_conj_view_tril_cpu_complex64 2022-09-27T15:41:09.0942230Z [gw0] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_decomposed_cpu_float32 2022-09-27T15:41:09.2804056Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmv_cpu_float32 2022-09-27T15:41:09.2829516Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tril_cpu_complex64 2022-09-27T15:41:09.3293121Z test_ops.py::TestMathBitsCPU::test_conj_view_triu_cpu_complex64 2022-09-27T15:41:09.3306750Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigh_cpu_float32 2022-09-27T15:41:09.3939641Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvals_cpu_float32 2022-09-27T15:41:09.3981363Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvals_cpu_float32 2022-09-27T15:41:09.4421151Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvalsh_cpu_float32 2022-09-27T15:41:09.4445394Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_triu_cpu_complex64 2022-09-27T15:41:09.4657469Z test_ops.py::TestMathBitsCPU::test_conj_view_true_divide_cpu_complex64 2022-09-27T15:41:09.4789157Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_true_divide_cpu_complex64 2022-09-27T15:41:09.4799456Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvalsh_cpu_float32 2022-09-27T15:41:09.4914735Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_householder_product_cpu_float32 2022-09-27T15:41:09.5117958Z test_ops.py::TestMathBitsCPU::test_conj_view_unbind_cpu_complex64 2022-09-27T15:41:09.5387911Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_unbind_cpu_complex64 2022-09-27T15:41:09.5520547Z test_ops.py::TestMathBitsCPU::test_conj_view_unflatten_cpu_complex64 2022-09-27T15:41:09.5857699Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_unflatten_cpu_complex64 2022-09-27T15:41:09.6149088Z test_ops.py::TestMathBitsCPU::test_conj_view_unfold_cpu_complex64 2022-09-27T15:41:09.6265154Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_unfold_cpu_complex64 2022-09-27T15:41:09.6322542Z test_ops.py::TestMathBitsCPU::test_conj_view_uniform_cpu_complex64 2022-09-27T15:41:09.6705378Z [gw2] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_uniform_cpu_complex64 2022-09-27T15:41:09.6894131Z test_ops.py::TestMathBitsCPU::test_conj_view_unsqueeze_cpu_complex64 2022-09-27T15:41:09.7146776Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_unsqueeze_cpu_complex64 2022-09-27T15:41:09.7280843Z test_ops.py::TestMathBitsCPU::test_conj_view_var_cpu_complex64 2022-09-27T15:41:09.7583748Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_var_cpu_complex64 2022-09-27T15:41:09.7692333Z test_ops.py::TestMathBitsCPU::test_conj_view_var_mean_cpu_complex64 2022-09-27T15:41:09.8082899Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_var_mean_cpu_complex64 2022-09-27T15:41:09.8083480Z test_ops.py::TestMathBitsCPU::test_conj_view_vdot_cpu_complex64 2022-09-27T15:41:09.8467563Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_vdot_cpu_complex64 2022-09-27T15:41:09.8538699Z test_ops.py::TestMathBitsCPU::test_conj_view_view_as_cpu_complex64 2022-09-27T15:41:09.8904621Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_view_as_cpu_complex64 2022-09-27T15:41:09.8938140Z test_ops.py::TestMathBitsCPU::test_conj_view_view_as_real_cpu_complex64 2022-09-27T15:41:09.9384909Z [gw2] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_view_as_real_cpu_complex64 2022-09-27T15:41:09.9535417Z test_ops.py::TestMathBitsCPU::test_conj_view_view_cpu_complex64 2022-09-27T15:41:09.9891922Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_view_cpu_complex64 2022-09-27T15:41:09.9892384Z test_ops.py::TestMathBitsCPU::test_conj_view_vsplit_cpu_complex64 2022-09-27T15:41:10.0325852Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_vsplit_cpu_complex64 2022-09-27T15:41:10.0347261Z test_ops.py::TestMathBitsCPU::test_conj_view_vstack_cpu_complex64 2022-09-27T15:41:10.0751540Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_vstack_cpu_complex64 2022-09-27T15:41:10.0796996Z test_ops.py::TestMathBitsCPU::test_conj_view_where_cpu_complex64 2022-09-27T15:41:10.1154803Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_where_cpu_complex64 2022-09-27T15:41:10.1204840Z test_ops.py::TestMathBitsCPU::test_conj_view_zero__cpu_complex64 2022-09-27T15:41:10.1623145Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_zero__cpu_complex64 2022-09-27T15:41:10.1624209Z test_ops.py::TestMathBitsCPU::test_conj_view_zeros_cpu_complex64 2022-09-27T15:41:10.2115798Z [gw2] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_zeros_cpu_complex64 2022-09-27T15:41:10.2123984Z test_ops.py::TestMathBitsCPU::test_conj_view_zeros_like_cpu_complex64 2022-09-27T15:41:10.2389750Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_zeros_like_cpu_complex64 2022-09-27T15:41:10.2412876Z [gw0] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmv_cpu_float32 2022-09-27T15:41:10.2543348Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addr_cpu_float32 2022-09-27T15:41:10.2548243Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_H_cpu_complex128 2022-09-27T15:41:10.2983048Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_H_cpu_complex128 2022-09-27T15:41:10.2989993Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_T_cpu_complex128 2022-09-27T15:41:10.3449900Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_T_cpu_complex128 2022-09-27T15:41:10.3460331Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___getitem___cpu_complex128 2022-09-27T15:41:10.3883699Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___getitem___cpu_complex128 2022-09-27T15:41:10.3890726Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___radd___cpu_complex128 2022-09-27T15:41:10.4302716Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___radd___cpu_complex128 2022-09-27T15:41:10.4316452Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rdiv___cpu_complex128 2022-09-27T15:41:10.4797188Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___rdiv___cpu_complex128 2022-09-27T15:41:10.4797982Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmatmul___cpu_complex128 2022-09-27T15:41:10.5188944Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmatmul___cpu_complex128 2022-09-27T15:41:10.5189789Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmul___cpu_complex128 2022-09-27T15:41:10.5642295Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmul___cpu_complex128 2022-09-27T15:41:10.5642874Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rpow___cpu_complex128 2022-09-27T15:41:10.6054233Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___rpow___cpu_complex128 2022-09-27T15:41:10.6071026Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rsub___cpu_complex128 2022-09-27T15:41:10.6512674Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___rsub___cpu_complex128 2022-09-27T15:41:10.6522933Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_cumprod_cpu_complex128 2022-09-27T15:41:10.6932678Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_cumprod_cpu_complex128 2022-09-27T15:41:10.6976182Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_cumsum_cpu_complex128 2022-09-27T15:41:10.7385077Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_cumsum_cpu_complex128 2022-09-27T15:41:10.7402475Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_mean_cpu_complex128 2022-09-27T15:41:10.7830256Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_mean_cpu_complex128 2022-09-27T15:41:10.7903600Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_normalize_cpu_complex128 2022-09-27T15:41:10.8269422Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_normalize_cpu_complex128 2022-09-27T15:41:10.8285195Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_prod_cpu_complex128 2022-09-27T15:41:10.8705697Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_prod_cpu_complex128 2022-09-27T15:41:10.8759216Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_std_cpu_complex128 2022-09-27T15:41:10.9111656Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_std_cpu_complex128 2022-09-27T15:41:10.9170289Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_sum_cpu_complex128 2022-09-27T15:41:10.9583036Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_sum_cpu_complex128 2022-09-27T15:41:10.9643181Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_var_cpu_complex128 2022-09-27T15:41:10.9996817Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_var_cpu_complex128 2022-09-27T15:41:11.0048651Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_abs_cpu_complex128 2022-09-27T15:41:11.0424983Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_abs_cpu_complex128 2022-09-27T15:41:11.0457396Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acos_cpu_complex128 2022-09-27T15:41:11.0864317Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acos_cpu_complex128 2022-09-27T15:41:11.0894363Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acosh_cpu_complex128 2022-09-27T15:41:11.1240867Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acosh_cpu_complex128 2022-09-27T15:41:11.1258579Z [gw0] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addr_cpu_float32 2022-09-27T15:41:11.1291425Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_all_cpu_float32 2022-09-27T15:41:11.1305557Z [gw0] [ 80%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_all_cpu_float32 2022-09-27T15:41:11.1333969Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_add_cpu_complex128 2022-09-27T15:41:11.1692028Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_add_cpu_complex128 2022-09-27T15:41:11.1699715Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_allclose_cpu_float32 2022-09-27T15:41:11.1804850Z [gw0] [ 80%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_allclose_cpu_float32 2022-09-27T15:41:11.1812514Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addcdiv_cpu_complex128 2022-09-27T15:41:11.2151408Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addcdiv_cpu_complex128 2022-09-27T15:41:11.2229723Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amax_cpu_float32 2022-09-27T15:41:11.2230297Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addr_cpu_complex128 2022-09-27T15:41:11.2680408Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addr_cpu_complex128 2022-09-27T15:41:11.2680968Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_all_cpu_complex128 2022-09-27T15:41:11.3119471Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_all_cpu_complex128 2022-09-27T15:41:11.3126449Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_allclose_cpu_complex128 2022-09-27T15:41:11.3508179Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_allclose_cpu_complex128 2022-09-27T15:41:11.3543735Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_any_cpu_complex128 2022-09-27T15:41:11.3552900Z [gw0] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amax_cpu_float32 2022-09-27T15:41:11.3572093Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_any_cpu_complex128 2022-09-27T15:41:11.3977873Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amin_cpu_float32 2022-09-27T15:41:11.3978441Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_as_strided_cpu_complex128 2022-09-27T15:41:11.4472530Z [gw2] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_as_strided_cpu_complex128 2022-09-27T15:41:11.4473142Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asin_cpu_complex128 2022-09-27T15:41:11.4866653Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asin_cpu_complex128 2022-09-27T15:41:11.4876099Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asinh_cpu_complex128 2022-09-27T15:41:11.5042656Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asinh_cpu_complex128 2022-09-27T15:41:11.5061662Z [gw0] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amin_cpu_float32 2022-09-27T15:41:11.5090866Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_aminmax_cpu_float32 2022-09-27T15:41:11.5313592Z [gw0] [ 80%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_aminmax_cpu_float32 2022-09-27T15:41:11.5314106Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atan_cpu_complex128 2022-09-27T15:41:11.5507252Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atan_cpu_complex128 2022-09-27T15:41:11.5551814Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_angle_cpu_float32 2022-09-27T15:41:11.5721740Z [gw0] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_angle_cpu_float32 2022-09-27T15:41:11.5736149Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atanh_cpu_complex128 2022-09-27T15:41:11.5908469Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atanh_cpu_complex128 2022-09-27T15:41:11.5928526Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_any_cpu_float32 2022-09-27T15:41:11.6141486Z [gw0] [ 80%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_any_cpu_float32 2022-09-27T15:41:11.6174227Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_1d_cpu_complex128 2022-09-27T15:41:11.6342649Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_1d_cpu_complex128 2022-09-27T15:41:11.6361908Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_arange_cpu_float32 2022-09-27T15:41:11.6624496Z [gw0] [ 80%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_arange_cpu_float32 2022-09-27T15:41:11.6625994Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_2d_cpu_complex128 2022-09-27T15:41:11.6792747Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_2d_cpu_complex128 2022-09-27T15:41:11.6807399Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmax_cpu_float32 2022-09-27T15:41:11.7023072Z [gw0] [ 80%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmax_cpu_float32 2022-09-27T15:41:11.7057467Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_3d_cpu_complex128 2022-09-27T15:41:11.7224076Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_3d_cpu_complex128 2022-09-27T15:41:11.7252321Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmin_cpu_float32 2022-09-27T15:41:11.7465618Z [gw0] [ 80%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmin_cpu_float32 2022-09-27T15:41:11.7499246Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:41:11.7634526Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:41:11.7644183Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:41:11.7662768Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:41:11.7685086Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argsort_cpu_float32 2022-09-27T15:41:11.7749375Z [gw0] [ 80%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argsort_cpu_float32 2022-09-27T15:41:11.7783058Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_householder_product_cpu_float32 2022-09-27T15:41:11.7903381Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_cpu_float32 2022-09-27T15:41:11.7938574Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_to_cpu_complex128 2022-09-27T15:41:11.8142556Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_to_cpu_complex128 2022-09-27T15:41:11.8170599Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argwhere_cpu_float32 2022-09-27T15:41:11.8330959Z [gw0] [ 80%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argwhere_cpu_float32 2022-09-27T15:41:11.8340328Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_cpu_float32 2022-09-27T15:41:11.8347320Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_ex_cpu_float32 2022-09-27T15:41:11.8387340Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cat_cpu_complex128 2022-09-27T15:41:11.8674279Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cat_cpu_complex128 2022-09-27T15:41:11.8785185Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_cpu_float32 2022-09-27T15:41:11.8822210Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_chunk_cpu_complex128 2022-09-27T15:41:11.8966134Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_chunk_cpu_complex128 2022-09-27T15:41:11.8975801Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_ex_cpu_float32 2022-09-27T15:41:11.9044985Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_cpu_float32 2022-09-27T15:41:11.9157863Z [gw0] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_cpu_float32 2022-09-27T15:41:11.9225184Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_scatter_cpu_float32 2022-09-27T15:41:11.9268245Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_clone_cpu_complex128 2022-09-27T15:41:11.9666837Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_clone_cpu_complex128 2022-09-27T15:41:11.9721957Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_column_stack_cpu_complex128 2022-09-27T15:41:12.0105048Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_column_stack_cpu_complex128 2022-09-27T15:41:12.0146371Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_cpu_complex128 2022-09-27T15:41:12.0316096Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_cpu_complex128 2022-09-27T15:41:12.0327724Z [gw0] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_scatter_cpu_float32 2022-09-27T15:41:12.0408486Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asin_cpu_float32 2022-09-27T15:41:12.0542487Z [gw0] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asin_cpu_float32 2022-09-27T15:41:12.0582808Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_physical_cpu_complex128 2022-09-27T15:41:12.0743540Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_physical_cpu_complex128 2022-09-27T15:41:12.0825785Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asinh_cpu_float32 2022-09-27T15:41:12.0983163Z [gw0] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asinh_cpu_float32 2022-09-27T15:41:12.1021254Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:41:12.1182479Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:41:12.1466096Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan2_cpu_float32 2022-09-27T15:41:12.1495205Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_contiguous_cpu_complex128 2022-09-27T15:41:12.1969071Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_contiguous_cpu_complex128 2022-09-27T15:41:12.2006442Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cos_cpu_complex128 2022-09-27T15:41:12.2354147Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cos_cpu_complex128 2022-09-27T15:41:12.2383453Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cosh_cpu_complex128 2022-09-27T15:41:12.2822979Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cosh_cpu_complex128 2022-09-27T15:41:12.2823483Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diag_embed_cpu_complex128 2022-09-27T15:41:12.3256483Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diag_embed_cpu_complex128 2022-09-27T15:41:12.3260885Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diagonal_cpu_complex128 2022-09-27T15:41:12.3713530Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diagonal_cpu_complex128 2022-09-27T15:41:12.3714052Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:41:12.4030022Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:41:12.4042714Z [gw0] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan2_cpu_float32 2022-09-27T15:41:12.4146089Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan_cpu_float32 2022-09-27T15:41:12.4149356Z [gw0] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan_cpu_float32 2022-09-27T15:41:12.4164338Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dsplit_cpu_complex128 2022-09-27T15:41:12.4505934Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dsplit_cpu_complex128 2022-09-27T15:41:12.4590044Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atanh_cpu_float32 2022-09-27T15:41:12.4591467Z [gw0] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atanh_cpu_float32 2022-09-27T15:41:12.4609507Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dstack_cpu_complex128 2022-09-27T15:41:12.4942661Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dstack_cpu_complex128 2022-09-27T15:41:12.4998550Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_1d_cpu_float32 2022-09-27T15:41:12.5004648Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_cpu_complex128 2022-09-27T15:41:12.5242801Z [gw2] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_cpu_complex128 2022-09-27T15:41:12.5544794Z [gw0] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_1d_cpu_float32 2022-09-27T15:41:12.5545563Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_2d_cpu_float32 2022-09-27T15:41:12.5547709Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_like_cpu_complex128 2022-09-27T15:41:12.5816685Z [gw2] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_like_cpu_complex128 2022-09-27T15:41:12.6020328Z [gw0] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_2d_cpu_float32 2022-09-27T15:41:12.6020929Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_3d_cpu_float32 2022-09-27T15:41:12.6021438Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eq_cpu_complex128 2022-09-27T15:41:12.6263787Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eq_cpu_complex128 2022-09-27T15:41:12.6420758Z [gw0] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_3d_cpu_float32 2022-09-27T15:41:12.6430922Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_baddbmm_cpu_float32 2022-09-27T15:41:12.6431370Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_exp_cpu_complex128 2022-09-27T15:41:12.6864222Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_exp_cpu_complex128 2022-09-27T15:41:12.6865524Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_as_cpu_complex128 2022-09-27T15:41:12.7306317Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_as_cpu_complex128 2022-09-27T15:41:12.7307281Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_cpu_complex128 2022-09-27T15:41:12.7728062Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_cpu_complex128 2022-09-27T15:41:12.7729238Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eye_cpu_complex128 2022-09-27T15:41:12.8193158Z [gw2] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eye_cpu_complex128 2022-09-27T15:41:12.8194692Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft2_cpu_complex128 2022-09-27T15:41:12.8655760Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft2_cpu_complex128 2022-09-27T15:41:12.8771572Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft_cpu_complex128 2022-09-27T15:41:12.9100635Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft_cpu_complex128 2022-09-27T15:41:12.9380270Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftn_cpu_complex128 2022-09-27T15:41:12.9497344Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftn_cpu_complex128 2022-09-27T15:41:12.9497925Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftshift_cpu_complex128 2022-09-27T15:41:12.9942932Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftshift_cpu_complex128 2022-09-27T15:41:12.9944243Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft2_cpu_complex128 2022-09-27T15:41:13.0353824Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft2_cpu_complex128 2022-09-27T15:41:13.0596295Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft_cpu_complex128 2022-09-27T15:41:13.0857070Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft_cpu_complex128 2022-09-27T15:41:13.1028592Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfftn_cpu_complex128 2022-09-27T15:41:13.1260969Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfftn_cpu_complex128 2022-09-27T15:41:13.1268529Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft2_cpu_complex128 2022-09-27T15:41:13.1702833Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft2_cpu_complex128 2022-09-27T15:41:13.1715361Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft_cpu_complex128 2022-09-27T15:41:13.2215469Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft_cpu_complex128 2022-09-27T15:41:13.2312243Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftn_cpu_complex128 2022-09-27T15:41:13.2659282Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftn_cpu_complex128 2022-09-27T15:41:13.2659771Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:41:13.3202260Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:41:13.3279822Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft2_cpu_complex128 2022-09-27T15:41:13.3655589Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft2_cpu_complex128 2022-09-27T15:41:13.3769804Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft_cpu_complex128 2022-09-27T15:41:13.3982553Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft_cpu_complex128 2022-09-27T15:41:13.4055653Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfftn_cpu_complex128 2022-09-27T15:41:13.4474285Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfftn_cpu_complex128 2022-09-27T15:41:13.4477647Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fill_cpu_complex128 2022-09-27T15:41:13.4900827Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fill_cpu_complex128 2022-09-27T15:41:13.4912191Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flatten_cpu_complex128 2022-09-27T15:41:13.5341687Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flatten_cpu_complex128 2022-09-27T15:41:13.5343645Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flip_cpu_complex128 2022-09-27T15:41:13.5793722Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flip_cpu_complex128 2022-09-27T15:41:13.5795141Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fliplr_cpu_complex128 2022-09-27T15:41:13.6233943Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fliplr_cpu_complex128 2022-09-27T15:41:13.6235914Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flipud_cpu_complex128 2022-09-27T15:41:13.6674803Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flipud_cpu_complex128 2022-09-27T15:41:13.6696609Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_float_power_cpu_complex128 2022-09-27T15:41:13.7117999Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_float_power_cpu_complex128 2022-09-27T15:41:13.7118715Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hsplit_cpu_complex128 2022-09-27T15:41:13.7554802Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hsplit_cpu_complex128 2022-09-27T15:41:13.7555484Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hstack_cpu_complex128 2022-09-27T15:41:13.7987110Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hstack_cpu_complex128 2022-09-27T15:41:13.7988801Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_imag_cpu_complex128 2022-09-27T15:41:13.8419580Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_imag_cpu_complex128 2022-09-27T15:41:13.8421449Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_add_cpu_complex128 2022-09-27T15:41:13.8861232Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_add_cpu_complex128 2022-09-27T15:41:13.8863130Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_copy_cpu_complex128 2022-09-27T15:41:13.9302983Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_copy_cpu_complex128 2022-09-27T15:41:13.9305126Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_fill_cpu_complex128 2022-09-27T15:41:13.9737968Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_fill_cpu_complex128 2022-09-27T15:41:13.9739381Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_select_cpu_complex128 2022-09-27T15:41:14.0220767Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_select_cpu_complex128 2022-09-27T15:41:14.0221418Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isclose_cpu_complex128 2022-09-27T15:41:14.0620522Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isclose_cpu_complex128 2022-09-27T15:41:14.0621063Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isfinite_cpu_complex128 2022-09-27T15:41:14.1100731Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isfinite_cpu_complex128 2022-09-27T15:41:14.1112064Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isinf_cpu_complex128 2022-09-27T15:41:14.1503436Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isinf_cpu_complex128 2022-09-27T15:41:14.1503919Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isnan_cpu_complex128 2022-09-27T15:41:14.1940659Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isnan_cpu_complex128 2022-09-27T15:41:14.1941147Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isreal_cpu_complex128 2022-09-27T15:41:14.2399005Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isreal_cpu_complex128 2022-09-27T15:41:14.2404018Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:41:14.2823311Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:41:14.3105174Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_norm_cpu_complex128 2022-09-27T15:41:14.3302677Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_norm_cpu_complex128 2022-09-27T15:41:14.3504752Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svd_cpu_complex128 2022-09-27T15:41:14.3864911Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svd_cpu_complex128 2022-09-27T15:41:14.3869949Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:41:14.4312689Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:41:14.4317731Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:41:14.4742734Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:41:14.4750118Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linspace_cpu_complex128 2022-09-27T15:41:14.5231581Z [gw2] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linspace_cpu_complex128 2022-09-27T15:41:14.5239178Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log10_cpu_complex128 2022-09-27T15:41:14.5705941Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log10_cpu_complex128 2022-09-27T15:41:14.5713057Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log2_cpu_complex128 2022-09-27T15:41:14.6135529Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log2_cpu_complex128 2022-09-27T15:41:14.6149516Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log_cpu_complex128 2022-09-27T15:41:14.6617313Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log_cpu_complex128 2022-09-27T15:41:14.6625617Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_and_cpu_complex128 2022-09-27T15:41:14.7054332Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_and_cpu_complex128 2022-09-27T15:41:14.7062680Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_not_cpu_complex128 2022-09-27T15:41:14.7545565Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_not_cpu_complex128 2022-09-27T15:41:14.7550750Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_or_cpu_complex128 2022-09-27T15:41:14.7982353Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_or_cpu_complex128 2022-09-27T15:41:14.7989319Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_xor_cpu_complex128 2022-09-27T15:41:14.8464649Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_xor_cpu_complex128 2022-09-27T15:41:14.8468730Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logspace_cpu_complex128 2022-09-27T15:41:14.8900707Z [gw2] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logspace_cpu_complex128 2022-09-27T15:41:14.8902606Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_masked_fill_cpu_complex128 2022-09-27T15:41:14.9344173Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_masked_fill_cpu_complex128 2022-09-27T15:41:14.9345992Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mean_cpu_complex128 2022-09-27T15:41:14.9476545Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mean_cpu_complex128 2022-09-27T15:41:14.9498450Z [gw0] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_baddbmm_cpu_float32 2022-09-27T15:41:14.9771520Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bernoulli_cpu_float32 2022-09-27T15:41:14.9797227Z [gw0] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bernoulli_cpu_float32 2022-09-27T15:41:14.9805018Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:41:14.9930350Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:41:14.9935271Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bfloat16_cpu_float32 2022-09-27T15:41:15.0218300Z [gw0] [ 80%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bfloat16_cpu_float32 2022-09-27T15:41:15.0238679Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:41:15.0384516Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:41:15.0623557Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_block_diag_cpu_float32 2022-09-27T15:41:15.0650136Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_movedim_cpu_complex128 2022-09-27T15:41:15.1098579Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_movedim_cpu_complex128 2022-09-27T15:41:15.1101377Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mul_cpu_complex128 2022-09-27T15:41:15.1582035Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mul_cpu_complex128 2022-09-27T15:41:15.1583076Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_narrow_cpu_complex128 2022-09-27T15:41:15.1607562Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_narrow_cpu_complex128 2022-09-27T15:41:15.1620759Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_cpu_float32 2022-09-27T15:41:15.2060502Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:41:15.2063569Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ne_cpu_complex128 2022-09-27T15:41:15.2463692Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ne_cpu_complex128 2022-09-27T15:41:15.2492681Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_neg_cpu_complex128 2022-09-27T15:41:15.2902323Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_neg_cpu_complex128 2022-09-27T15:41:15.2918758Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_cpu_complex128 2022-09-27T15:41:15.3341931Z [gw2] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_cpu_complex128 2022-09-27T15:41:15.3364384Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_strided_cpu_complex128 2022-09-27T15:41:15.3782212Z [gw2] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_strided_cpu_complex128 2022-09-27T15:41:15.3817586Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_full_cpu_complex128 2022-09-27T15:41:15.4223338Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_full_cpu_complex128 2022-09-27T15:41:15.4257744Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_ones_cpu_complex128 2022-09-27T15:41:15.4662351Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_ones_cpu_complex128 2022-09-27T15:41:15.4693454Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_zeros_cpu_complex128 2022-09-27T15:41:15.5039033Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_zeros_cpu_complex128 2022-09-27T15:41:15.5052986Z [gw0] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_block_diag_cpu_float32 2022-09-27T15:41:15.5167601Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bmm_cpu_float32 2022-09-27T15:41:15.5170969Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:41:15.5361346Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:41:15.5463152Z [gw0] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bmm_cpu_float32 2022-09-27T15:41:15.5482621Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bool_cpu_float32 2022-09-27T15:41:15.5542537Z [gw0] [ 80%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bool_cpu_float32 2022-09-27T15:41:15.5581314Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:41:15.5968392Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:41:15.5970830Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_shapes_cpu_float32 2022-09-27T15:41:15.5983877Z [gw0] [ 80%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_shapes_cpu_float32 2022-09-27T15:41:15.6029688Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:41:15.6431152Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:41:15.6496740Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_tensors_cpu_float32 2022-09-27T15:41:15.6497404Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_norm_cpu_complex128 2022-09-27T15:41:15.6903008Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_norm_cpu_complex128 2022-09-27T15:41:15.6938184Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ones_cpu_complex128 2022-09-27T15:41:15.7432383Z [gw2] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ones_cpu_complex128 2022-09-27T15:41:15.7438888Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_permute_cpu_complex128 2022-09-27T15:41:15.7837964Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_permute_cpu_complex128 2022-09-27T15:41:15.7866614Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_positive_cpu_complex128 2022-09-27T15:41:15.8309189Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_positive_cpu_complex128 2022-09-27T15:41:15.8312174Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_pow_cpu_complex128 2022-09-27T15:41:15.8756148Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_pow_cpu_complex128 2022-09-27T15:41:15.8756619Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_prod_cpu_complex128 2022-09-27T15:41:15.9179855Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_prod_cpu_complex128 2022-09-27T15:41:15.9187021Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_randn_cpu_complex128 2022-09-27T15:41:15.9672008Z [gw2] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_randn_cpu_complex128 2022-09-27T15:41:15.9793530Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ravel_cpu_complex128 2022-09-27T15:41:16.0153025Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ravel_cpu_complex128 2022-09-27T15:41:16.0153600Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_real_cpu_complex128 2022-09-27T15:41:16.0584771Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_real_cpu_complex128 2022-09-27T15:41:16.0586138Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reciprocal_cpu_complex128 2022-09-27T15:41:16.1066630Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reciprocal_cpu_complex128 2022-09-27T15:41:16.1067128Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_repeat_cpu_complex128 2022-09-27T15:41:16.1500926Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_repeat_cpu_complex128 2022-09-27T15:41:16.1508600Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_as_cpu_complex128 2022-09-27T15:41:16.1994466Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_as_cpu_complex128 2022-09-27T15:41:16.1994985Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_cpu_complex128 2022-09-27T15:41:16.2391152Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_cpu_complex128 2022-09-27T15:41:16.2412930Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_roll_cpu_complex128 2022-09-27T15:41:16.2823350Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_roll_cpu_complex128 2022-09-27T15:41:16.2863896Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rot90_cpu_complex128 2022-09-27T15:41:16.3331734Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rot90_cpu_complex128 2022-09-27T15:41:16.3355947Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsqrt_cpu_complex128 2022-09-27T15:41:16.3747270Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsqrt_cpu_complex128 2022-09-27T15:41:16.3797074Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsub_cpu_complex128 2022-09-27T15:41:16.4185461Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsub_cpu_complex128 2022-09-27T15:41:16.4228551Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sgn_cpu_complex128 2022-09-27T15:41:16.4660186Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sgn_cpu_complex128 2022-09-27T15:41:16.4677472Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sigmoid_cpu_complex128 2022-09-27T15:41:16.4794642Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sigmoid_cpu_complex128 2022-09-27T15:41:16.4809661Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_tensors_cpu_float32 2022-09-27T15:41:16.4989534Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_to_cpu_float32 2022-09-27T15:41:16.5006000Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:41:16.5062322Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:41:16.5105163Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sin_cpu_complex128 2022-09-27T15:41:16.5139915Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sin_cpu_complex128 2022-09-27T15:41:16.5250424Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_to_cpu_float32 2022-09-27T15:41:16.5255151Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bucketize_cpu_float32 2022-09-27T15:41:16.5544099Z [gw0] [ 81%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bucketize_cpu_float32 2022-09-27T15:41:16.5545995Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinc_cpu_complex128 2022-09-27T15:41:16.5689536Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinc_cpu_complex128 2022-09-27T15:41:16.5692737Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_byte_cpu_float32 2022-09-27T15:41:16.5990553Z [gw0] [ 81%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_byte_cpu_float32 2022-09-27T15:41:16.5996043Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinh_cpu_complex128 2022-09-27T15:41:16.6144400Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinh_cpu_complex128 2022-09-27T15:41:16.6406314Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cartesian_prod_cpu_float32 2022-09-27T15:41:16.6436627Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sqrt_cpu_complex128 2022-09-27T15:41:16.6870613Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sqrt_cpu_complex128 2022-09-27T15:41:16.6875210Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_square_cpu_complex128 2022-09-27T15:41:16.7304916Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_square_cpu_complex128 2022-09-27T15:41:16.7306948Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_squeeze_cpu_complex128 2022-09-27T15:41:16.7735317Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_squeeze_cpu_complex128 2022-09-27T15:41:16.7737767Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_stack_cpu_complex128 2022-09-27T15:41:16.8145860Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_stack_cpu_complex128 2022-09-27T15:41:16.8203135Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_cpu_complex128 2022-09-27T15:41:16.8582567Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_cpu_complex128 2022-09-27T15:41:16.8664318Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_mean_cpu_complex128 2022-09-27T15:41:16.9071309Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_mean_cpu_complex128 2022-09-27T15:41:16.9076788Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sub_cpu_complex128 2022-09-27T15:41:16.9208278Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sub_cpu_complex128 2022-09-27T15:41:16.9341971Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cartesian_prod_cpu_float32 2022-09-27T15:41:16.9509558Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cat_cpu_float32 2022-09-27T15:41:16.9514987Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_cpu_complex128 2022-09-27T15:41:16.9724183Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_cpu_complex128 2022-09-27T15:41:16.9782302Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cat_cpu_float32 2022-09-27T15:41:16.9806533Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cdist_cpu_float32 2022-09-27T15:41:16.9947036Z [gw0] [ 81%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cdist_cpu_float32 2022-09-27T15:41:16.9952500Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_to_size_cpu_complex128 2022-09-27T15:41:17.0393977Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_to_size_cpu_complex128 2022-09-27T15:41:17.0395176Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ceil_cpu_float32 2022-09-27T15:41:17.0397239Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ceil_cpu_float32 2022-09-27T15:41:17.0398231Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_t_cpu_complex128 2022-09-27T15:41:17.0737154Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_t_cpu_complex128 2022-09-27T15:41:17.0742429Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chalf_cpu_float32 2022-09-27T15:41:17.0870511Z [gw0] [ 81%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chalf_cpu_float32 2022-09-27T15:41:17.0874914Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tan_cpu_complex128 2022-09-27T15:41:17.1178534Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tan_cpu_complex128 2022-09-27T15:41:17.1180057Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_char_cpu_float32 2022-09-27T15:41:17.1321254Z [gw0] [ 81%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_char_cpu_float32 2022-09-27T15:41:17.1323334Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tanh_cpu_complex128 2022-09-27T15:41:17.1616666Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tanh_cpu_complex128 2022-09-27T15:41:17.1620191Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_cpu_float32 2022-09-27T15:41:17.1776380Z [gw0] [ 81%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_cpu_float32 2022-09-27T15:41:17.1811749Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tensor_split_cpu_complex128 2022-09-27T15:41:17.2088825Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tensor_split_cpu_complex128 2022-09-27T15:41:17.2224971Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_inverse_cpu_float32 2022-09-27T15:41:17.2225648Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_to_cpu_complex128 2022-09-27T15:41:17.2657440Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_to_cpu_complex128 2022-09-27T15:41:17.2662874Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_trace_cpu_complex128 2022-09-27T15:41:17.3097868Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_trace_cpu_complex128 2022-09-27T15:41:17.3102873Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_transpose_cpu_complex128 2022-09-27T15:41:17.3540930Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_transpose_cpu_complex128 2022-09-27T15:41:17.3545193Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tril_cpu_complex128 2022-09-27T15:41:17.3979008Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tril_cpu_complex128 2022-09-27T15:41:17.3983544Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_triu_cpu_complex128 2022-09-27T15:41:17.4423395Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_triu_cpu_complex128 2022-09-27T15:41:17.4427598Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_true_divide_cpu_complex128 2022-09-27T15:41:17.4552309Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_true_divide_cpu_complex128 2022-09-27T15:41:17.4570691Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_inverse_cpu_float32 2022-09-27T15:41:17.4865100Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_solve_cpu_float32 2022-09-27T15:41:17.4870051Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unbind_cpu_complex128 2022-09-27T15:41:17.5341729Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unbind_cpu_complex128 2022-09-27T15:41:17.5347211Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unflatten_cpu_complex128 2022-09-27T15:41:17.5793372Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unflatten_cpu_complex128 2022-09-27T15:41:17.5797972Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unfold_copy_cpu_complex128 2022-09-27T15:41:17.6222787Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unfold_copy_cpu_complex128 2022-09-27T15:41:17.6226749Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unsqueeze_cpu_complex128 2022-09-27T15:41:17.6665290Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unsqueeze_cpu_complex128 2022-09-27T15:41:17.6669528Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_cpu_complex128 2022-09-27T15:41:17.7130546Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_cpu_complex128 2022-09-27T15:41:17.7134923Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_mean_cpu_complex128 2022-09-27T15:41:17.7542236Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_mean_cpu_complex128 2022-09-27T15:41:17.7545654Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_as_cpu_complex128 2022-09-27T15:41:17.7977449Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_as_cpu_complex128 2022-09-27T15:41:17.8037967Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_cpu_complex128 2022-09-27T15:41:17.8422736Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_cpu_complex128 2022-09-27T15:41:17.8437250Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vsplit_cpu_complex128 2022-09-27T15:41:17.8883789Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vsplit_cpu_complex128 2022-09-27T15:41:17.8884394Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vstack_cpu_complex128 2022-09-27T15:41:17.9308507Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vstack_cpu_complex128 2022-09-27T15:41:17.9313148Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_where_cpu_complex128 2022-09-27T15:41:17.9738311Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_where_cpu_complex128 2022-09-27T15:41:17.9742897Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_zeros_cpu_complex128 2022-09-27T15:41:18.0183333Z [gw2] [ 81%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_zeros_cpu_complex128 2022-09-27T15:41:18.0187346Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_abs_cpu_complex128 2022-09-27T15:41:18.0624024Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_abs_cpu_complex128 2022-09-27T15:41:18.0628638Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_acos_cpu_complex128 2022-09-27T15:41:18.1102973Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_acos_cpu_complex128 2022-09-27T15:41:18.1108426Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_acosh_cpu_complex128 2022-09-27T15:41:18.1584991Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_acosh_cpu_complex128 2022-09-27T15:41:18.1589535Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_add_cpu_complex128 2022-09-27T15:41:18.2020682Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_add_cpu_complex128 2022-09-27T15:41:18.2163205Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addbmm_cpu_complex128 2022-09-27T15:41:18.2384685Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addbmm_cpu_complex128 2022-09-27T15:41:18.2472531Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcdiv_cpu_complex128 2022-09-27T15:41:18.2825269Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcdiv_cpu_complex128 2022-09-27T15:41:18.2902759Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcmul_cpu_complex128 2022-09-27T15:41:18.3263807Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcmul_cpu_complex128 2022-09-27T15:41:18.3314636Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_cpu_complex128 2022-09-27T15:41:18.3764011Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_cpu_complex128 2022-09-27T15:41:18.3764621Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_decomposed_cpu_complex128 2022-09-27T15:41:18.4227342Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_decomposed_cpu_complex128 2022-09-27T15:41:18.4232174Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmv_cpu_complex128 2022-09-27T15:41:18.4674522Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmv_cpu_complex128 2022-09-27T15:41:18.4680481Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addr_cpu_complex128 2022-09-27T15:41:18.5095830Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addr_cpu_complex128 2022-09-27T15:41:18.5100581Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_all_cpu_complex128 2022-09-27T15:41:18.5585284Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_all_cpu_complex128 2022-09-27T15:41:18.5591055Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_allclose_cpu_complex128 2022-09-27T15:41:18.5991520Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_allclose_cpu_complex128 2022-09-27T15:41:18.5996974Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_angle_cpu_complex128 2022-09-27T15:41:18.6424129Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_angle_cpu_complex128 2022-09-27T15:41:18.6429989Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_any_cpu_complex128 2022-09-27T15:41:18.6544779Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_any_cpu_complex128 2022-09-27T15:41:18.6568295Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_solve_cpu_float32 2022-09-27T15:41:18.6861113Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chunk_cpu_float32 2022-09-27T15:41:18.6869117Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_argwhere_cpu_complex128 2022-09-27T15:41:18.6981775Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_argwhere_cpu_complex128 2022-09-27T15:41:18.7003367Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chunk_cpu_float32 2022-09-27T15:41:18.7322190Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_cpu_float32 2022-09-27T15:41:18.7330264Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_cpu_complex128 2022-09-27T15:41:18.7777514Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_cpu_complex128 2022-09-27T15:41:18.7785847Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_scatter_cpu_complex128 2022-09-27T15:41:18.8212514Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_scatter_cpu_complex128 2022-09-27T15:41:18.8220832Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_asin_cpu_complex128 2022-09-27T15:41:18.8648105Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_asin_cpu_complex128 2022-09-27T15:41:18.8656262Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_asinh_cpu_complex128 2022-09-27T15:41:18.9076012Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_asinh_cpu_complex128 2022-09-27T15:41:18.9084964Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atan_cpu_complex128 2022-09-27T15:41:18.9513369Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_atan_cpu_complex128 2022-09-27T15:41:18.9520798Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atanh_cpu_complex128 2022-09-27T15:41:18.9830115Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_atanh_cpu_complex128 2022-09-27T15:41:18.9849851Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:41:18.9979599Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_cpu_float32 2022-09-27T15:41:18.9982938Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_1d_cpu_complex128 2022-09-27T15:41:19.0418692Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_1d_cpu_complex128 2022-09-27T15:41:19.0422633Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_2d_cpu_complex128 2022-09-27T15:41:19.0729238Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_2d_cpu_complex128 2022-09-27T15:41:19.0753591Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:41:19.0842686Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:41:19.0846268Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_3d_cpu_complex128 2022-09-27T15:41:19.1301755Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_3d_cpu_complex128 2022-09-27T15:41:19.1308331Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_baddbmm_cpu_complex128 2022-09-27T15:41:19.1664630Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_baddbmm_cpu_complex128 2022-09-27T15:41:19.1690827Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bfloat16_cpu_complex128 2022-09-27T15:41:19.2104663Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_bfloat16_cpu_complex128 2022-09-27T15:41:19.2157297Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_block_diag_cpu_complex128 2022-09-27T15:41:19.2542933Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_block_diag_cpu_complex128 2022-09-27T15:41:19.3017730Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bmm_cpu_complex128 2022-09-27T15:41:19.3033151Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_cpu_float32 2022-09-27T15:41:19.3962436Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_max_cpu_float32 2022-09-27T15:41:19.3971551Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_bmm_cpu_complex128 2022-09-27T15:41:19.4001454Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bool_cpu_complex128 2022-09-27T15:41:19.4428753Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_bool_cpu_complex128 2022-09-27T15:41:19.4431988Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_tensors_cpu_complex128 2022-09-27T15:41:19.4823926Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_tensors_cpu_complex128 2022-09-27T15:41:19.4873424Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_to_cpu_complex128 2022-09-27T15:41:19.5262702Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_to_cpu_complex128 2022-09-27T15:41:19.5290096Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_byte_cpu_complex128 2022-09-27T15:41:19.5743917Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_byte_cpu_complex128 2022-09-27T15:41:19.5774338Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cartesian_prod_cpu_complex128 2022-09-27T15:41:19.6196803Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cartesian_prod_cpu_complex128 2022-09-27T15:41:19.6216332Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cat_cpu_complex128 2022-09-27T15:41:19.6661498Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cat_cpu_complex128 2022-09-27T15:41:19.6691344Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_chalf_cpu_complex128 2022-09-27T15:41:19.6709277Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_max_cpu_float32 2022-09-27T15:41:19.6757838Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_min_cpu_float32 2022-09-27T15:41:19.7103356Z [gw2] [ 81%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_chalf_cpu_complex128 2022-09-27T15:41:19.7129618Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_char_cpu_complex128 2022-09-27T15:41:19.7604468Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_char_cpu_complex128 2022-09-27T15:41:19.7610098Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_cpu_complex128 2022-09-27T15:41:19.8032495Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_cpu_complex128 2022-09-27T15:41:19.8040588Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_inverse_cpu_complex128 2022-09-27T15:41:19.8515646Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_inverse_cpu_complex128 2022-09-27T15:41:19.8516418Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_solve_cpu_complex128 2022-09-27T15:41:19.8904450Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_solve_cpu_complex128 2022-09-27T15:41:19.8931460Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_chunk_cpu_complex128 2022-09-27T15:41:19.9379865Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_chunk_cpu_complex128 2022-09-27T15:41:19.9380318Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_clone_cpu_complex128 2022-09-27T15:41:19.9829375Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_clone_cpu_complex128 2022-09-27T15:41:19.9829860Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_column_stack_cpu_complex128 2022-09-27T15:41:20.0110239Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_column_stack_cpu_complex128 2022-09-27T15:41:20.0130520Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_min_cpu_float32 2022-09-27T15:41:20.0224802Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clone_cpu_float32 2022-09-27T15:41:20.0268281Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_combinations_cpu_complex128 2022-09-27T15:41:20.0291976Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_combinations_cpu_complex128 2022-09-27T15:41:20.0585496Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clone_cpu_float32 2022-09-27T15:41:20.0701758Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_column_stack_cpu_float32 2022-09-27T15:41:20.0703661Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_cpu_complex128 2022-09-27T15:41:20.0846349Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_cpu_complex128 2022-09-27T15:41:20.0912373Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_column_stack_cpu_float32 2022-09-27T15:41:20.0931432Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_cpu_float32 2022-09-27T15:41:20.1040485Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_cpu_float32 2022-09-27T15:41:20.1148685Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_combinations_cpu_float32 2022-09-27T15:41:20.1152721Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_physical_cpu_complex128 2022-09-27T15:41:20.1580875Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_physical_cpu_complex128 2022-09-27T15:41:20.1586098Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_constant_pad_nd_cpu_complex128 2022-09-27T15:41:20.2021812Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_constant_pad_nd_cpu_complex128 2022-09-27T15:41:20.2026079Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_contiguous_cpu_complex128 2022-09-27T15:41:20.2522628Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_contiguous_cpu_complex128 2022-09-27T15:41:20.2526742Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_corrcoef_cpu_complex128 2022-09-27T15:41:20.2944953Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_corrcoef_cpu_complex128 2022-09-27T15:41:20.2949110Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cos_cpu_complex128 2022-09-27T15:41:20.3181950Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cos_cpu_complex128 2022-09-27T15:41:20.3193225Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_cpu_float32 2022-09-27T15:41:20.3386606Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:41:20.3394282Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cosh_cpu_complex128 2022-09-27T15:41:20.3403641Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cosh_cpu_complex128 2022-09-27T15:41:20.3441316Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_combinations_cpu_float32 2022-09-27T15:41:20.3824123Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_complex_cpu_float32 2022-09-27T15:41:20.3828687Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_count_nonzero_cpu_complex128 2022-09-27T15:41:20.4286806Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_count_nonzero_cpu_complex128 2022-09-27T15:41:20.4290629Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cov_cpu_complex128 2022-09-27T15:41:20.4753129Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cov_cpu_complex128 2022-09-27T15:41:20.5308871Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_stft_cpu_complex128 2022-09-27T15:41:20.5318193Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_stft_cpu_complex128 2022-09-27T15:41:20.5364828Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sub_cpu_complex128 2022-09-27T15:41:20.5743416Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sub_cpu_complex128 2022-09-27T15:41:20.5780462Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_cpu_complex128 2022-09-27T15:41:20.5813197Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_cpu_complex128 2022-09-27T15:41:20.5835022Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_complex_cpu_float32 2022-09-27T15:41:20.5947388Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_cpu_float32 2022-09-27T15:41:20.5991445Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_cpu_float32 2022-09-27T15:41:20.6007701Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:41:20.6182295Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_solve_cpu_float32 2022-09-27T15:41:20.6211475Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_to_size_cpu_complex128 2022-09-27T15:41:20.6323219Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_to_size_cpu_complex128 2022-09-27T15:41:20.6325177Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_physical_cpu_float32 2022-09-27T15:41:20.6540935Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_physical_cpu_float32 2022-09-27T15:41:20.6548971Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:41:20.6623139Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:41:20.6654170Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_svd_cpu_complex128 2022-09-27T15:41:20.6702092Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_svd_cpu_complex128 2022-09-27T15:41:20.7112407Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_constant_pad_nd_cpu_float32 2022-09-27T15:41:20.7119083Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_symeig_cpu_complex128 2022-09-27T15:41:20.7566215Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_symeig_cpu_complex128 2022-09-27T15:41:20.7569770Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_t_cpu_complex128 2022-09-27T15:41:20.8006685Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_t_cpu_complex128 2022-09-27T15:41:20.8016619Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_along_dim_cpu_complex128 2022-09-27T15:41:20.8426127Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_along_dim_cpu_complex128 2022-09-27T15:41:20.8430222Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_cpu_complex128 2022-09-27T15:41:20.8823586Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_cpu_complex128 2022-09-27T15:41:20.8887225Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tan_cpu_complex128 2022-09-27T15:41:20.8975307Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tan_cpu_complex128 2022-09-27T15:41:20.8994806Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_constant_pad_nd_cpu_float32 2022-09-27T15:41:20.9089045Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_contiguous_cpu_float32 2022-09-27T15:41:20.9263135Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_contiguous_cpu_float32 2022-09-27T15:41:20.9313138Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tanh_cpu_complex128 2022-09-27T15:41:20.9422504Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tanh_cpu_complex128 2022-09-27T15:41:20.9755657Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_copysign_cpu_float32 2022-09-27T15:41:20.9762339Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensor_split_cpu_complex128 2022-09-27T15:41:21.0065668Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensor_split_cpu_complex128 2022-09-27T15:41:21.0073171Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:41:21.0179450Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:41:21.0200464Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensordot_cpu_complex128 2022-09-27T15:41:21.0662061Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensordot_cpu_complex128 2022-09-27T15:41:21.0665403Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tile_cpu_complex128 2022-09-27T15:41:21.1070619Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tile_cpu_complex128 2022-09-27T15:41:21.1073236Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_cpu_complex128 2022-09-27T15:41:21.1529002Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_cpu_complex128 2022-09-27T15:41:21.1614965Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_sparse_cpu_complex128 2022-09-27T15:41:21.1942948Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_sparse_cpu_complex128 2022-09-27T15:41:21.1950012Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trace_cpu_complex128 2022-09-27T15:41:21.2364241Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_trace_cpu_complex128 2022-09-27T15:41:21.2403306Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_transpose_cpu_complex128 2022-09-27T15:41:21.2854202Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_transpose_cpu_complex128 2022-09-27T15:41:21.2855864Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapezoid_cpu_complex128 2022-09-27T15:41:21.2887289Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapezoid_cpu_complex128 2022-09-27T15:41:21.2902134Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_copysign_cpu_float32 2022-09-27T15:41:21.3263155Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_corrcoef_cpu_float32 2022-09-27T15:41:21.3292599Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapz_cpu_complex128 2022-09-27T15:41:21.3664851Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapz_cpu_complex128 2022-09-27T15:41:21.3715827Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_triangular_solve_cpu_complex128 2022-09-27T15:41:21.3783879Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_triangular_solve_cpu_complex128 2022-09-27T15:41:21.3798627Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_corrcoef_cpu_float32 2022-09-27T15:41:21.3966741Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cos_cpu_float32 2022-09-27T15:41:21.4145571Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cos_cpu_float32 2022-09-27T15:41:21.4146151Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tril_cpu_complex128 2022-09-27T15:41:21.4266519Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tril_cpu_complex128 2022-09-27T15:41:21.4373397Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cosh_cpu_float32 2022-09-27T15:41:21.4625531Z [gw0] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cosh_cpu_float32 2022-09-27T15:41:21.4626181Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_triu_cpu_complex128 2022-09-27T15:41:21.4730180Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_triu_cpu_complex128 2022-09-27T15:41:21.4730786Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_count_nonzero_cpu_float32 2022-09-27T15:41:21.5039113Z [gw0] [ 81%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_count_nonzero_cpu_float32 2022-09-27T15:41:21.5057157Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_true_divide_cpu_complex128 2022-09-27T15:41:21.5182301Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_true_divide_cpu_complex128 2022-09-27T15:41:21.5504466Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cov_cpu_float32 2022-09-27T15:41:21.5511358Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unbind_cpu_complex128 2022-09-27T15:41:21.5988315Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_unbind_cpu_complex128 2022-09-27T15:41:21.5995439Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unflatten_cpu_complex128 2022-09-27T15:41:21.6421965Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_unflatten_cpu_complex128 2022-09-27T15:41:21.6454325Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unfold_cpu_complex128 2022-09-27T15:41:21.6888882Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_unfold_cpu_complex128 2022-09-27T15:41:21.6917593Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_uniform_cpu_complex128 2022-09-27T15:41:21.7311635Z [gw2] [ 81%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_uniform_cpu_complex128 2022-09-27T15:41:21.7353441Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unsqueeze_cpu_complex128 2022-09-27T15:41:21.7826802Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_unsqueeze_cpu_complex128 2022-09-27T15:41:21.7830625Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_cpu_complex128 2022-09-27T15:41:21.8223160Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_cpu_complex128 2022-09-27T15:41:21.8265990Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_mean_cpu_complex128 2022-09-27T15:41:21.8747102Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_mean_cpu_complex128 2022-09-27T15:41:21.8750886Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vdot_cpu_complex128 2022-09-27T15:41:21.9224368Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_vdot_cpu_complex128 2022-09-27T15:41:21.9226451Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_cpu_complex128 2022-09-27T15:41:21.9650532Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_cpu_complex128 2022-09-27T15:41:21.9652637Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_real_cpu_complex128 2022-09-27T15:41:22.0113344Z [gw2] [ 81%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_real_cpu_complex128 2022-09-27T15:41:22.0115452Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_cpu_complex128 2022-09-27T15:41:22.0543095Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_cpu_complex128 2022-09-27T15:41:22.0545135Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vsplit_cpu_complex128 2022-09-27T15:41:22.0988981Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_vsplit_cpu_complex128 2022-09-27T15:41:22.0989904Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vstack_cpu_complex128 2022-09-27T15:41:22.1428359Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_vstack_cpu_complex128 2022-09-27T15:41:22.1431583Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_where_cpu_complex128 2022-09-27T15:41:22.1902365Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_where_cpu_complex128 2022-09-27T15:41:22.1905484Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zero__cpu_complex128 2022-09-27T15:41:22.2337450Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_zero__cpu_complex128 2022-09-27T15:41:22.2339430Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_cpu_complex128 2022-09-27T15:41:22.2743660Z [gw2] [ 81%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_cpu_complex128 2022-09-27T15:41:22.2776363Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_like_cpu_complex128 2022-09-27T15:41:22.3183736Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_like_cpu_complex128 2022-09-27T15:41:22.3229469Z test_ops.py::TestMathBitsCPU::test_neg_view_H_cpu_float64 2022-09-27T15:41:22.3623923Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_H_cpu_float64 2022-09-27T15:41:22.3670955Z test_ops.py::TestMathBitsCPU::test_neg_view_T_cpu_float64 2022-09-27T15:41:22.4019949Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_T_cpu_float64 2022-09-27T15:41:22.4030060Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:41:22.4063715Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:41:22.4257637Z test_ops.py::TestMathBitsCPU::test_neg_view___getitem___cpu_float64 2022-09-27T15:41:22.4502564Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___getitem___cpu_float64 2022-09-27T15:41:22.4675296Z test_ops.py::TestMathBitsCPU::test_neg_view___radd___cpu_float64 2022-09-27T15:41:22.4942351Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___radd___cpu_float64 2022-09-27T15:41:22.5131052Z test_ops.py::TestMathBitsCPU::test_neg_view___rdiv___cpu_float64 2022-09-27T15:41:22.5382970Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rdiv___cpu_float64 2022-09-27T15:41:22.5799364Z test_ops.py::TestMathBitsCPU::test_neg_view___rmatmul___cpu_float64 2022-09-27T15:41:22.5821676Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rmatmul___cpu_float64 2022-09-27T15:41:22.5827868Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:41:22.5834189Z test_ops.py::TestMathBitsCPU::test_neg_view___rmod___cpu_float64 2022-09-27T15:41:22.6008142Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:41:22.6264108Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rmod___cpu_float64 2022-09-27T15:41:22.6443000Z test_ops.py::TestMathBitsCPU::test_neg_view___rmul___cpu_float64 2022-09-27T15:41:22.6703756Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rmul___cpu_float64 2022-09-27T15:41:22.6942906Z test_ops.py::TestMathBitsCPU::test_neg_view___rpow___cpu_float64 2022-09-27T15:41:22.7145196Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rpow___cpu_float64 2022-09-27T15:41:22.7343406Z test_ops.py::TestMathBitsCPU::test_neg_view___rsub___cpu_float64 2022-09-27T15:41:22.7586433Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rsub___cpu_float64 2022-09-27T15:41:22.8825773Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_amax_cpu_float64 2022-09-27T15:41:22.8832052Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:41:22.8989625Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:41:22.8999579Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_amax_cpu_float64 2022-09-27T15:41:22.9822907Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_amin_cpu_float64 2022-09-27T15:41:22.9833220Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:41:22.9899550Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mish_cpu_float32 2022-09-27T15:41:23.0122969Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mish_cpu_float32 2022-09-27T15:41:23.0129068Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_amin_cpu_float64 2022-09-27T15:41:23.0263190Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_argmax_cpu_float64 2022-09-27T15:41:23.0332979Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mse_loss_cpu_float32 2022-09-27T15:41:23.0388458Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_argmax_cpu_float64 2022-09-27T15:41:23.0543272Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mse_loss_cpu_float32 2022-09-27T15:41:23.0703186Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_argmin_cpu_float64 2022-09-27T15:41:23.0750462Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:41:23.0804723Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_argmin_cpu_float64 2022-09-27T15:41:23.0982448Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:41:23.1128108Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_cumprod_cpu_float64 2022-09-27T15:41:23.1141789Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_cumprod_cpu_float64 2022-09-27T15:41:23.1209914Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:41:23.1422614Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:41:23.1556355Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_cumsum_cpu_float64 2022-09-27T15:41:23.1622169Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_cumsum_cpu_float64 2022-09-27T15:41:23.1864954Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:41:23.1940261Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_log_softmax_cpu_float64 2022-09-27T15:41:23.2061983Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:41:23.2187118Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_nll_loss_cpu_float32 2022-09-27T15:41:23.2302343Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_log_softmax_cpu_float64 2022-09-27T15:41:23.2527725Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_logaddexp_cpu_float64 2022-09-27T15:41:23.2743169Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_logaddexp_cpu_float64 2022-09-27T15:41:23.3585350Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_logsumexp_cpu_float64 2022-09-27T15:41:23.3593767Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_nll_loss_cpu_float32 2022-09-27T15:41:23.3715399Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_normalize_cpu_float32 2022-09-27T15:41:23.3723175Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_logsumexp_cpu_float64 2022-09-27T15:41:23.3762295Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_mean_cpu_float64 2022-09-27T15:41:23.4023614Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_normalize_cpu_float32 2022-09-27T15:41:23.4306003Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_circular_cpu_float32 2022-09-27T15:41:23.4463082Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_circular_cpu_float32 2022-09-27T15:41:23.4588284Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_constant_cpu_float32 2022-09-27T15:41:23.4599512Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_mean_cpu_float64 2022-09-27T15:41:23.4778425Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_median_cpu_float64 2022-09-27T15:41:23.5007378Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_median_cpu_float64 2022-09-27T15:41:23.5020957Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_constant_cpu_float32 2022-09-27T15:41:23.5026826Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:41:23.5176019Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_norm_cpu_float64 2022-09-27T15:41:23.5423253Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:41:23.5643484Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:41:23.5862872Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:41:23.6157096Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:41:23.6302569Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:41:23.6453654Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pdist_cpu_float32 2022-09-27T15:41:23.6742930Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pdist_cpu_float32 2022-09-27T15:41:23.6797077Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:41:23.7184217Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:41:23.7242784Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:41:23.7623562Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:41:23.8352699Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:41:23.8360386Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_norm_cpu_float64 2022-09-27T15:41:23.8908433Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_normalize_cpu_float64 2022-09-27T15:41:23.8921090Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_normalize_cpu_float64 2022-09-27T15:41:23.9857304Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_prod_cpu_float64 2022-09-27T15:41:23.9870095Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_prod_cpu_float64 2022-09-27T15:41:24.0081061Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_softmax_cpu_float64 2022-09-27T15:41:24.0306826Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_softmax_cpu_float64 2022-09-27T15:41:24.0562716Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_softmin_cpu_float64 2022-09-27T15:41:24.0785508Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_softmin_cpu_float64 2022-09-27T15:41:24.2011889Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_std_cpu_float64 2022-09-27T15:41:24.2028503Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:41:24.2541418Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_prelu_cpu_float32 2022-09-27T15:41:24.2560591Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_prelu_cpu_float32 2022-09-27T15:41:24.2620785Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu6_cpu_float32 2022-09-27T15:41:24.2637825Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu6_cpu_float32 2022-09-27T15:41:24.2645011Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_std_cpu_float64 2022-09-27T15:41:24.2984727Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_sum_cpu_float64 2022-09-27T15:41:24.3051294Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu_cpu_float32 2022-09-27T15:41:24.3425272Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu_cpu_float32 2022-09-27T15:41:24.3463882Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_rrelu_cpu_float32 2022-09-27T15:41:24.3478155Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_sum_cpu_float64 2022-09-27T15:41:24.3610363Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_var_cpu_float64 2022-09-27T15:41:24.3864894Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_rrelu_cpu_float32 2022-09-27T15:41:24.3921848Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_selu_cpu_float32 2022-09-27T15:41:24.4306237Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_selu_cpu_float32 2022-09-27T15:41:24.4388933Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_silu_cpu_float32 2022-09-27T15:41:24.4746327Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_silu_cpu_float32 2022-09-27T15:41:24.4928977Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:41:24.4955121Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:41:24.4964455Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_var_cpu_float64 2022-09-27T15:41:24.4996594Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_abs_cpu_float64 2022-09-27T15:41:24.5184020Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_abs_cpu_float64 2022-09-27T15:41:24.5320238Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:41:24.5383457Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:41:24.5426765Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_acos_cpu_float64 2022-09-27T15:41:24.5623291Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_acos_cpu_float64 2022-09-27T15:41:24.5727088Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_cpu_float32 2022-09-27T15:41:24.5824608Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_cpu_float32 2022-09-27T15:41:24.5871985Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_acosh_cpu_float64 2022-09-27T15:41:24.6102126Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_acosh_cpu_float64 2022-09-27T15:41:24.6217645Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:41:24.6262733Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:41:24.6381805Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_add_cpu_float64 2022-09-27T15:41:24.6542226Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_add_cpu_float64 2022-09-27T15:41:24.6595397Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softplus_cpu_float32 2022-09-27T15:41:24.6702362Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softplus_cpu_float32 2022-09-27T15:41:24.6797209Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_addcdiv_cpu_float64 2022-09-27T15:41:24.6982343Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_addcdiv_cpu_float64 2022-09-27T15:41:24.7049928Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softshrink_cpu_float32 2022-09-27T15:41:24.7142236Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softshrink_cpu_float32 2022-09-27T15:41:24.7193400Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_addr_cpu_float64 2022-09-27T15:41:24.7463214Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_addr_cpu_float64 2022-09-27T15:41:24.7525814Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softsign_cpu_float32 2022-09-27T15:41:24.7582939Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softsign_cpu_float32 2022-09-27T15:41:24.7821522Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_all_cpu_float64 2022-09-27T15:41:24.7903097Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_all_cpu_float64 2022-09-27T15:41:24.7969585Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:41:24.8023456Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:41:24.8099957Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_allclose_cpu_float64 2022-09-27T15:41:24.8343381Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_allclose_cpu_float64 2022-09-27T15:41:24.8416214Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_threshold_cpu_float32 2022-09-27T15:41:24.8463788Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_threshold_cpu_float32 2022-09-27T15:41:24.8660571Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_amax_cpu_float64 2022-09-27T15:41:24.8823512Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_amax_cpu_float64 2022-09-27T15:41:24.8902697Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:41:24.9110718Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_amin_cpu_float64 2022-09-27T15:41:24.9343842Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_amin_cpu_float64 2022-09-27T15:41:24.9586374Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_any_cpu_float64 2022-09-27T15:41:24.9778712Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_any_cpu_float64 2022-09-27T15:41:24.9791177Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:41:24.9794143Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_arange_cpu_float64 2022-09-27T15:41:24.9830654Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:41:25.0224617Z [gw2] [ 81%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view__refs_arange_cpu_float64 2022-09-27T15:41:25.0242564Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_as_strided_cpu_float64 2022-09-27T15:41:25.0617471Z [gw2] [ 81%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_as_strided_cpu_float64 2022-09-27T15:41:25.0626117Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:41:25.0662597Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_unfold_cpu_float32 2022-09-27T15:41:25.0707855Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_asin_cpu_float64 2022-09-27T15:41:25.1103171Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_asin_cpu_float64 2022-09-27T15:41:25.1130729Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_asinh_cpu_float64 2022-09-27T15:41:25.1545707Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_asinh_cpu_float64 2022-09-27T15:41:25.1803697Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan2_cpu_float64 2022-09-27T15:41:25.1984950Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan2_cpu_float64 2022-09-27T15:41:25.2012371Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan_cpu_float64 2022-09-27T15:41:25.2423644Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan_cpu_float64 2022-09-27T15:41:25.2450296Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atanh_cpu_float64 2022-09-27T15:41:25.2919415Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atanh_cpu_float64 2022-09-27T15:41:25.2920762Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_1d_cpu_float64 2022-09-27T15:41:25.3374351Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_1d_cpu_float64 2022-09-27T15:41:25.3381439Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_2d_cpu_float64 2022-09-27T15:41:25.3783852Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_2d_cpu_float64 2022-09-27T15:41:25.3821600Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_3d_cpu_float64 2022-09-27T15:41:25.4192397Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_3d_cpu_float64 2022-09-27T15:41:25.4212404Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_tensors_cpu_float64 2022-09-27T15:41:25.4622805Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_tensors_cpu_float64 2022-09-27T15:41:25.4682496Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_to_cpu_float64 2022-09-27T15:41:25.5144590Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_to_cpu_float64 2022-09-27T15:41:25.5145160Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cat_cpu_float64 2022-09-27T15:41:25.5502789Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_cat_cpu_float64 2022-09-27T15:41:25.5536305Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ceil_cpu_float64 2022-09-27T15:41:25.6027062Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_ceil_cpu_float64 2022-09-27T15:41:25.6030730Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_chunk_cpu_float64 2022-09-27T15:41:25.6382979Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_chunk_cpu_float64 2022-09-27T15:41:25.6449947Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_cpu_float64 2022-09-27T15:41:25.6823936Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_cpu_float64 2022-09-27T15:41:25.6904323Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_max_cpu_float64 2022-09-27T15:41:25.7264312Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_max_cpu_float64 2022-09-27T15:41:25.7348483Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_min_cpu_float64 2022-09-27T15:41:25.7704706Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_min_cpu_float64 2022-09-27T15:41:25.7749615Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clone_cpu_float64 2022-09-27T15:41:25.8144716Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_clone_cpu_float64 2022-09-27T15:41:25.8212913Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_column_stack_cpu_float64 2022-09-27T15:41:25.8584533Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_column_stack_cpu_float64 2022-09-27T15:41:25.8625413Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_cpu_float64 2022-09-27T15:41:25.8740326Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_cpu_float64 2022-09-27T15:41:25.8756478Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_unfold_cpu_float32 2022-09-27T15:41:25.8834155Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:41:25.9023297Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:41:25.9045305Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_physical_cpu_float64 2022-09-27T15:41:25.9182298Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_physical_cpu_float64 2022-09-27T15:41:25.9345458Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:41:25.9462990Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:41:25.9622918Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_constant_pad_nd_cpu_float64 2022-09-27T15:41:25.9762694Z test_ops.py::TestCompositeComplianceCPU::test_operator_nonzero_cpu_float32 2022-09-27T15:41:25.9902014Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_constant_pad_nd_cpu_float64 2022-09-27T15:41:25.9930569Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_contiguous_cpu_float64 2022-09-27T15:41:26.0031256Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_contiguous_cpu_float64 2022-09-27T15:41:26.0062660Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nonzero_cpu_float32 2022-09-27T15:41:26.0348476Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_cpu_float32 2022-09-27T15:41:26.0559690Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_copysign_cpu_float64 2022-09-27T15:41:26.0566913Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_norm_cpu_float32 2022-09-27T15:41:26.0629351Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_fro_cpu_float32 2022-09-27T15:41:26.0639118Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_copysign_cpu_float64 2022-09-27T15:41:26.0784526Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_norm_fro_cpu_float32 2022-09-27T15:41:26.0835681Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cos_cpu_float64 2022-09-27T15:41:26.0983337Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_cos_cpu_float64 2022-09-27T15:41:26.1051311Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_inf_cpu_float32 2022-09-27T15:41:26.1222671Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_norm_inf_cpu_float32 2022-09-27T15:41:26.1261610Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cosh_cpu_float64 2022-09-27T15:41:26.1422390Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_cosh_cpu_float64 2022-09-27T15:41:26.1489457Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_nuc_cpu_float32 2022-09-27T15:41:26.1662673Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_norm_nuc_cpu_float32 2022-09-27T15:41:26.1744461Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_diag_embed_cpu_float64 2022-09-27T15:41:26.1862272Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_diag_embed_cpu_float64 2022-09-27T15:41:26.1930472Z test_ops.py::TestCompositeComplianceCPU::test_operator_normal_cpu_float32 2022-09-27T15:41:26.1937311Z [gw0] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cov_cpu_float32 2022-09-27T15:41:26.2062283Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cross_cpu_float32 2022-09-27T15:41:26.2101952Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_normal_cpu_float32 2022-09-27T15:41:26.2163209Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_cpu_float64 2022-09-27T15:41:26.2302594Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_cpu_float64 2022-09-27T15:41:26.2347892Z test_ops.py::TestCompositeComplianceCPU::test_operator_normal_number_mean_cpu_float32 2022-09-27T15:41:26.2542503Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_normal_number_mean_cpu_float32 2022-09-27T15:41:26.2580134Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_digamma_cpu_float64 2022-09-27T15:41:26.2605840Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_digamma_cpu_float64 2022-09-27T15:41:26.2612998Z [gw0] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cross_cpu_float32 2022-09-27T15:41:26.2742104Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummax_cpu_float32 2022-09-27T15:41:26.2765736Z test_ops.py::TestCompositeComplianceCPU::test_operator_ones_cpu_float32 2022-09-27T15:41:26.2775563Z [gw0] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummax_cpu_float32 2022-09-27T15:41:26.2981610Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ones_cpu_float32 2022-09-27T15:41:26.3061613Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_floor_rounding_cpu_float64 2022-09-27T15:41:26.3183149Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummin_cpu_float32 2022-09-27T15:41:26.3231936Z test_ops.py::TestCompositeComplianceCPU::test_operator_ones_like_cpu_float32 2022-09-27T15:41:26.3308531Z [gw0] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummin_cpu_float32 2022-09-27T15:41:26.3502983Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ones_like_cpu_float32 2022-09-27T15:41:26.3624057Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumprod_cpu_float32 2022-09-27T15:41:26.4145630Z test_ops.py::TestCompositeComplianceCPU::test_operator_ormqr_cpu_float32 2022-09-27T15:41:26.4157247Z [gw0] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumprod_cpu_float32 2022-09-27T15:41:26.4183474Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumsum_cpu_float32 2022-09-27T15:41:26.4194544Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_floor_rounding_cpu_float64 2022-09-27T15:41:26.4344091Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:41:26.4354790Z [gw0] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumsum_cpu_float32 2022-09-27T15:41:26.4582010Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:41:26.4623407Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumulative_trapezoid_cpu_float32 2022-09-27T15:41:26.4822540Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:41:26.5063266Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:41:26.5114383Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_dsplit_cpu_float64 2022-09-27T15:41:26.5502790Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_dsplit_cpu_float64 2022-09-27T15:41:26.5564284Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_dstack_cpu_float64 2022-09-27T15:41:26.5942924Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_dstack_cpu_float64 2022-09-27T15:41:26.5956170Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_cpu_float64 2022-09-27T15:41:26.6383409Z [gw2] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_cpu_float64 2022-09-27T15:41:26.6401284Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_like_cpu_float64 2022-09-27T15:41:26.6823094Z [gw2] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_like_cpu_float64 2022-09-27T15:41:26.6929171Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_eq_cpu_float64 2022-09-27T15:41:26.7263450Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_eq_cpu_float64 2022-09-27T15:41:26.7295121Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erf_cpu_float64 2022-09-27T15:41:26.7470852Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_erf_cpu_float64 2022-09-27T15:41:26.7478884Z [gw0] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumulative_trapezoid_cpu_float32 2022-09-27T15:41:26.7594425Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_deg2rad_cpu_float32 2022-09-27T15:41:26.7702181Z [gw0] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_deg2rad_cpu_float32 2022-09-27T15:41:26.7744836Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfc_cpu_float64 2022-09-27T15:41:26.7902119Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfc_cpu_float64 2022-09-27T15:41:26.8142685Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_cpu_float32 2022-09-27T15:41:26.8182643Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfinv_cpu_float64 2022-09-27T15:41:26.8355634Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfinv_cpu_float64 2022-09-27T15:41:26.8364899Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ormqr_cpu_float32 2022-09-27T15:41:26.8409902Z test_ops.py::TestCompositeComplianceCPU::test_operator_outer_cpu_float32 2022-09-27T15:41:26.8525212Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_outer_cpu_float32 2022-09-27T15:41:26.8531393Z [gw0] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_cpu_float32 2022-09-27T15:41:26.8582268Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_embed_cpu_float32 2022-09-27T15:41:26.8615433Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp2_cpu_float64 2022-09-27T15:41:26.8782318Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp2_cpu_float64 2022-09-27T15:41:26.9022908Z test_ops.py::TestCompositeComplianceCPU::test_operator_pca_lowrank_cpu_float32 2022-09-27T15:41:26.9077839Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp_cpu_float64 2022-09-27T15:41:26.9197757Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp_cpu_float64 2022-09-27T15:41:26.9206485Z [gw0] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_embed_cpu_float32 2022-09-27T15:41:26.9443972Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagflat_cpu_float32 2022-09-27T15:41:26.9502473Z [gw0] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagflat_cpu_float32 2022-09-27T15:41:26.9544375Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_as_cpu_float64 2022-09-27T15:41:26.9621876Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_as_cpu_float64 2022-09-27T15:41:26.9942664Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_cpu_float32 2022-09-27T15:41:27.0049161Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_cpu_float64 2022-09-27T15:41:27.0140395Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_cpu_float64 2022-09-27T15:41:27.0147612Z [gw0] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_cpu_float32 2022-09-27T15:41:27.0383525Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_scatter_cpu_float32 2022-09-27T15:41:27.0423668Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expm1_cpu_float64 2022-09-27T15:41:27.0823413Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_expm1_cpu_float64 2022-09-27T15:41:27.0843925Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_eye_cpu_float64 2022-09-27T15:41:27.1268126Z [gw2] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_eye_cpu_float64 2022-09-27T15:41:27.2009229Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft2_cpu_float64 2022-09-27T15:41:27.2020968Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft2_cpu_float64 2022-09-27T15:41:27.2101847Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft_cpu_float64 2022-09-27T15:41:27.2423308Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft_cpu_float64 2022-09-27T15:41:27.2587114Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftn_cpu_float64 2022-09-27T15:41:27.2863926Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftn_cpu_float64 2022-09-27T15:41:27.2913064Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftshift_cpu_float64 2022-09-27T15:41:27.3303284Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftshift_cpu_float64 2022-09-27T15:41:27.3366676Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft2_cpu_float64 2022-09-27T15:41:27.3656917Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft2_cpu_float64 2022-09-27T15:41:27.3666878Z [gw0] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_scatter_cpu_float32 2022-09-27T15:41:27.3743457Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diff_cpu_float32 2022-09-27T15:41:27.3911256Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft_cpu_float64 2022-09-27T15:41:27.4183198Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft_cpu_float64 2022-09-27T15:41:27.4433781Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfftn_cpu_float64 2022-09-27T15:41:27.4622966Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfftn_cpu_float64 2022-09-27T15:41:27.4683972Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft2_cpu_float64 2022-09-27T15:41:27.5062989Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft2_cpu_float64 2022-09-27T15:41:27.5165241Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft_cpu_float64 2022-09-27T15:41:27.5502784Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft_cpu_float64 2022-09-27T15:41:27.5656116Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftn_cpu_float64 2022-09-27T15:41:27.5943529Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftn_cpu_float64 2022-09-27T15:41:27.5990663Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftshift_cpu_float64 2022-09-27T15:41:27.6384674Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftshift_cpu_float64 2022-09-27T15:41:27.6447981Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft2_cpu_float64 2022-09-27T15:41:27.6825571Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft2_cpu_float64 2022-09-27T15:41:27.6935821Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft_cpu_float64 2022-09-27T15:41:27.7265814Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft_cpu_float64 2022-09-27T15:41:27.7435668Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfftn_cpu_float64 2022-09-27T15:41:27.7707588Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfftn_cpu_float64 2022-09-27T15:41:27.7774593Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft2_cpu_float64 2022-09-27T15:41:27.8148274Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft2_cpu_float64 2022-09-27T15:41:27.8288058Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft_cpu_float64 2022-09-27T15:41:27.8584315Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft_cpu_float64 2022-09-27T15:41:27.8740184Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfftn_cpu_float64 2022-09-27T15:41:27.9023275Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfftn_cpu_float64 2022-09-27T15:41:27.9080605Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft2_cpu_float64 2022-09-27T15:41:27.9462552Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft2_cpu_float64 2022-09-27T15:41:27.9557825Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft_cpu_float64 2022-09-27T15:41:27.9943385Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft_cpu_float64 2022-09-27T15:41:28.1629321Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfftn_cpu_float64 2022-09-27T15:41:28.1650149Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfftn_cpu_float64 2022-09-27T15:41:28.1702990Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fill_cpu_float64 2022-09-27T15:41:28.2063465Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fill_cpu_float64 2022-09-27T15:41:28.2119060Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flatten_cpu_float64 2022-09-27T15:41:28.2504383Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_flatten_cpu_float64 2022-09-27T15:41:28.2595962Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flip_cpu_float64 2022-09-27T15:41:28.2944452Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_flip_cpu_float64 2022-09-27T15:41:28.2990119Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fliplr_cpu_float64 2022-09-27T15:41:28.3384958Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fliplr_cpu_float64 2022-09-27T15:41:28.3432010Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flipud_cpu_float64 2022-09-27T15:41:28.3823738Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_flipud_cpu_float64 2022-09-27T15:41:28.3968199Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_float_power_cpu_float64 2022-09-27T15:41:28.4263092Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_float_power_cpu_float64 2022-09-27T15:41:28.4304923Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_cpu_float64 2022-09-27T15:41:28.4703476Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_cpu_float64 2022-09-27T15:41:28.6003510Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_divide_cpu_float64 2022-09-27T15:41:28.6013789Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_divide_cpu_float64 2022-09-27T15:41:28.6110052Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmax_cpu_float64 2022-09-27T15:41:28.6422911Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmax_cpu_float64 2022-09-27T15:41:28.6555566Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmin_cpu_float64 2022-09-27T15:41:28.6862305Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmin_cpu_float64 2022-09-27T15:41:28.6999144Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmod_cpu_float64 2022-09-27T15:41:28.7343308Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmod_cpu_float64 2022-09-27T15:41:28.7429307Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_frac_cpu_float64 2022-09-27T15:41:28.7822695Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_frac_cpu_float64 2022-09-27T15:41:28.7914919Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ge_cpu_float64 2022-09-27T15:41:28.8302346Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_ge_cpu_float64 2022-09-27T15:41:28.8396732Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_gt_cpu_float64 2022-09-27T15:41:28.8782568Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_gt_cpu_float64 2022-09-27T15:41:28.9121688Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_heaviside_cpu_float64 2022-09-27T15:41:28.9262615Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_heaviside_cpu_float64 2022-09-27T15:41:28.9310346Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hsplit_cpu_float64 2022-09-27T15:41:28.9702773Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_hsplit_cpu_float64 2022-09-27T15:41:28.9741936Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hstack_cpu_float64 2022-09-27T15:41:29.0201684Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_hstack_cpu_float64 2022-09-27T15:41:29.0282652Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hypot_cpu_float64 2022-09-27T15:41:29.0703053Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_hypot_cpu_float64 2022-09-27T15:41:29.0703484Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_i0_cpu_float64 2022-09-27T15:41:29.1104055Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_i0_cpu_float64 2022-09-27T15:41:29.1236271Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_igamma_cpu_float64 2022-09-27T15:41:29.1703064Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_igamma_cpu_float64 2022-09-27T15:41:29.1860533Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_igammac_cpu_float64 2022-09-27T15:41:29.2229355Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_igammac_cpu_float64 2022-09-27T15:41:29.2232532Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_add_cpu_float64 2022-09-27T15:41:29.2637397Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_add_cpu_float64 2022-09-27T15:41:29.2637869Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_copy_cpu_float64 2022-09-27T15:41:29.3024646Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_copy_cpu_float64 2022-09-27T15:41:29.3061537Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_fill_cpu_float64 2022-09-27T15:41:29.3576713Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_fill_cpu_float64 2022-09-27T15:41:29.3587397Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_select_cpu_float64 2022-09-27T15:41:29.3983152Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_select_cpu_float64 2022-09-27T15:41:29.5104070Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isclose_cpu_float64 2022-09-27T15:41:29.5123831Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isclose_cpu_float64 2022-09-27T15:41:29.5182478Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isfinite_cpu_float64 2022-09-27T15:41:29.5604197Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isfinite_cpu_float64 2022-09-27T15:41:29.5607505Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isinf_cpu_float64 2022-09-27T15:41:29.6039772Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isinf_cpu_float64 2022-09-27T15:41:29.6040231Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isnan_cpu_float64 2022-09-27T15:41:29.6475457Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isnan_cpu_float64 2022-09-27T15:41:29.6478639Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isneginf_cpu_float64 2022-09-27T15:41:29.6952172Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isneginf_cpu_float64 2022-09-27T15:41:29.6955346Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isposinf_cpu_float64 2022-09-27T15:41:29.7394240Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isposinf_cpu_float64 2022-09-27T15:41:29.7396627Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isreal_cpu_float64 2022-09-27T15:41:29.7829868Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isreal_cpu_float64 2022-09-27T15:41:29.7921047Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_le_cpu_float64 2022-09-27T15:41:29.8313150Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_le_cpu_float64 2022-09-27T15:41:29.8326816Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_lgamma_cpu_float64 2022-09-27T15:41:29.8744092Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_lgamma_cpu_float64 2022-09-27T15:41:29.9639703Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:41:29.9649556Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:41:30.0960447Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_norm_cpu_float64 2022-09-27T15:41:30.0973405Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_norm_cpu_float64 2022-09-27T15:41:30.3887313Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svd_cpu_float64 2022-09-27T15:41:30.3898246Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svd_cpu_float64 2022-09-27T15:41:30.4126838Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svdvals_cpu_float64 2022-09-27T15:41:30.4344108Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svdvals_cpu_float64 2022-09-27T15:41:30.6816007Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:41:30.6824261Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:41:30.6850449Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linspace_cpu_float64 2022-09-27T15:41:30.7266135Z [gw2] [ 82%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view__refs_linspace_cpu_float64 2022-09-27T15:41:30.7326287Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log10_cpu_float64 2022-09-27T15:41:30.7705942Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_log10_cpu_float64 2022-09-27T15:41:30.7746997Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log1p_cpu_float64 2022-09-27T15:41:30.8144800Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_log1p_cpu_float64 2022-09-27T15:41:30.8202246Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log2_cpu_float64 2022-09-27T15:41:30.8584046Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_log2_cpu_float64 2022-09-27T15:41:30.8639865Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_cpu_float64 2022-09-27T15:41:30.9023535Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_cpu_float64 2022-09-27T15:41:30.9248233Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_softmax_cpu_float64 2022-09-27T15:41:30.9463311Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_softmax_cpu_float64 2022-09-27T15:41:30.9528735Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_and_cpu_float64 2022-09-27T15:41:30.9944700Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_and_cpu_float64 2022-09-27T15:41:30.9980676Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_not_cpu_float64 2022-09-27T15:41:31.0383923Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_not_cpu_float64 2022-09-27T15:41:31.0531741Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_or_cpu_float64 2022-09-27T15:41:31.0823158Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_or_cpu_float64 2022-09-27T15:41:31.0914287Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_xor_cpu_float64 2022-09-27T15:41:31.1262948Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_xor_cpu_float64 2022-09-27T15:41:31.1295687Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logspace_cpu_float64 2022-09-27T15:41:31.1705271Z [gw2] [ 82%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view__refs_logspace_cpu_float64 2022-09-27T15:41:31.2531185Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logsumexp_cpu_float64 2022-09-27T15:41:31.2544243Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_logsumexp_cpu_float64 2022-09-27T15:41:31.2661785Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_lt_cpu_float64 2022-09-27T15:41:31.2943797Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_lt_cpu_float64 2022-09-27T15:41:31.2983801Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_masked_fill_cpu_float64 2022-09-27T15:41:31.3385696Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_masked_fill_cpu_float64 2022-09-27T15:41:31.3484423Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_maximum_cpu_float64 2022-09-27T15:41:31.3825510Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_maximum_cpu_float64 2022-09-27T15:41:31.4086679Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_mean_cpu_float64 2022-09-27T15:41:31.4265329Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_mean_cpu_float64 2022-09-27T15:41:31.4382621Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:41:31.4706966Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:41:31.4844299Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:41:31.5146381Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:41:31.5255107Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_minimum_cpu_float64 2022-09-27T15:41:31.5586821Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_minimum_cpu_float64 2022-09-27T15:41:31.5614065Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_movedim_cpu_float64 2022-09-27T15:41:31.6027289Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_movedim_cpu_float64 2022-09-27T15:41:31.6181527Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_mul_cpu_float64 2022-09-27T15:41:31.6468252Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_mul_cpu_float64 2022-09-27T15:41:31.6803103Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nan_to_num_cpu_float64 2022-09-27T15:41:31.6905927Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nan_to_num_cpu_float64 2022-09-27T15:41:31.7036805Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_narrow_cpu_float64 2022-09-27T15:41:31.7387343Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_narrow_cpu_float64 2022-09-27T15:41:31.7560329Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_native_layer_norm_cpu_float64 2022-09-27T15:41:31.7570908Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_pca_lowrank_cpu_float32 2022-09-27T15:41:31.7664658Z test_ops.py::TestCompositeComplianceCPU::test_operator_permute_cpu_float32 2022-09-27T15:41:31.7721567Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_permute_cpu_float32 2022-09-27T15:41:31.7822428Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_native_layer_norm_cpu_float64 2022-09-27T15:41:31.7910866Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ne_cpu_float64 2022-09-27T15:41:31.7982448Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_ne_cpu_float64 2022-09-27T15:41:31.8132280Z test_ops.py::TestCompositeComplianceCPU::test_operator_pinverse_cpu_float32 2022-09-27T15:41:31.8262716Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_pinverse_cpu_float32 2022-09-27T15:41:31.8291096Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_neg_cpu_float64 2022-09-27T15:41:31.8422134Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_neg_cpu_float64 2022-09-27T15:41:31.8599970Z test_ops.py::TestCompositeComplianceCPU::test_operator_polar_cpu_float32 2022-09-27T15:41:31.8741978Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polar_cpu_float32 2022-09-27T15:41:31.8758271Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_cpu_float64 2022-09-27T15:41:31.8861888Z [gw2] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_cpu_float64 2022-09-27T15:41:31.8970257Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:41:31.9182188Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:41:31.9194165Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_strided_cpu_float64 2022-09-27T15:41:31.9301708Z [gw2] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_strided_cpu_float64 2022-09-27T15:41:31.9412583Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:41:31.9621950Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:41:31.9658078Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_full_cpu_float64 2022-09-27T15:41:31.9742082Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_full_cpu_float64 2022-09-27T15:41:31.9845845Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:41:32.0062034Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:41:32.0092014Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_ones_cpu_float64 2022-09-27T15:41:32.0182110Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_ones_cpu_float64 2022-09-27T15:41:32.0288073Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:41:32.0502917Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:41:32.0535553Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_zeros_cpu_float64 2022-09-27T15:41:32.0622192Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_zeros_cpu_float64 2022-09-27T15:41:32.0727268Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:41:32.0942240Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:41:32.1031571Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nextafter_cpu_float64 2022-09-27T15:41:32.1062338Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nextafter_cpu_float64 2022-09-27T15:41:32.1097413Z test_ops.py::TestCompositeComplianceCPU::test_operator_positive_cpu_float32 2022-09-27T15:41:32.1383291Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_positive_cpu_float32 2022-09-27T15:41:32.1417724Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_celu_cpu_float64 2022-09-27T15:41:32.1502496Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_celu_cpu_float64 2022-09-27T15:41:32.1672594Z test_ops.py::TestCompositeComplianceCPU::test_operator_pow_cpu_float32 2022-09-27T15:41:32.1822968Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_pow_cpu_float32 2022-09-27T15:41:32.1839068Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:41:32.1942471Z [gw2] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:41:32.2294051Z test_ops.py::TestCompositeComplianceCPU::test_operator_prod_cpu_float32 2022-09-27T15:41:32.2313308Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_prod_cpu_float32 2022-09-27T15:41:32.2353274Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_elu_cpu_float64 2022-09-27T15:41:32.2381741Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_elu_cpu_float64 2022-09-27T15:41:32.2743047Z test_ops.py::TestCompositeComplianceCPU::test_operator_put_cpu_float32 2022-09-27T15:41:32.2797193Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:41:32.2975982Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:41:32.2984946Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_put_cpu_float32 2022-09-27T15:41:32.3182961Z test_ops.py::TestCompositeComplianceCPU::test_operator_qr_cpu_float32 2022-09-27T15:41:32.3372800Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_glu_cpu_float64 2022-09-27T15:41:32.3573899Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_glu_cpu_float64 2022-09-27T15:41:32.3584457Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_qr_cpu_float32 2022-09-27T15:41:32.3623077Z test_ops.py::TestCompositeComplianceCPU::test_operator_quantile_cpu_float32 2022-09-27T15:41:32.3728606Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:41:32.4063584Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:41:32.4118788Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:41:32.4502127Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:41:32.4992869Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:41:32.5003156Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:41:32.5130274Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:41:32.5422661Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:41:32.5479371Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:41:32.5863585Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:41:32.5944174Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:41:32.6303653Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:41:32.7063604Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:41:32.7074426Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:41:32.7107953Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mish_cpu_float64 2022-09-27T15:41:32.7506862Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mish_cpu_float64 2022-09-27T15:41:32.7617080Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:41:32.7947927Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:41:32.8003907Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:41:32.8118932Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:41:32.8127450Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_quantile_cpu_float32 2022-09-27T15:41:32.8176094Z test_ops.py::TestCompositeComplianceCPU::test_operator_rad2deg_cpu_float32 2022-09-27T15:41:32.8384667Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_rad2deg_cpu_float32 2022-09-27T15:41:32.8456081Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:41:32.8542494Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:41:32.8735363Z test_ops.py::TestCompositeComplianceCPU::test_operator_rand_like_cpu_float32 2022-09-27T15:41:32.8822694Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_rand_like_cpu_float32 2022-09-27T15:41:32.8982873Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:41:32.9340234Z test_ops.py::TestCompositeComplianceCPU::test_operator_randint_like_cpu_float32 2022-09-27T15:41:32.9422562Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_randint_like_cpu_float32 2022-09-27T15:41:32.9504517Z test_ops.py::TestCompositeComplianceCPU::test_operator_randn_cpu_float32 2022-09-27T15:41:32.9653038Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_randn_cpu_float32 2022-09-27T15:41:32.9661494Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:41:32.9863114Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:41:32.9936775Z test_ops.py::TestCompositeComplianceCPU::test_operator_randn_like_cpu_float32 2022-09-27T15:41:33.0049201Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:41:33.0102168Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_randn_like_cpu_float32 2022-09-27T15:41:33.0132948Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:41:33.0301890Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:41:33.0355317Z test_ops.py::TestCompositeComplianceCPU::test_operator_ravel_cpu_float32 2022-09-27T15:41:33.0542106Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ravel_cpu_float32 2022-09-27T15:41:33.0577829Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu_cpu_float64 2022-09-27T15:41:33.0742264Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu_cpu_float64 2022-09-27T15:41:33.0779749Z test_ops.py::TestCompositeComplianceCPU::test_operator_real_cpu_float32 2022-09-27T15:41:33.0982571Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_real_cpu_float32 2022-09-27T15:41:33.1016568Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_selu_cpu_float64 2022-09-27T15:41:33.1182689Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_selu_cpu_float64 2022-09-27T15:41:33.1224847Z test_ops.py::TestCompositeComplianceCPU::test_operator_reciprocal_cpu_float32 2022-09-27T15:41:33.1422443Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_reciprocal_cpu_float32 2022-09-27T15:41:33.1453630Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:41:33.1622091Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:41:33.1795852Z test_ops.py::TestCompositeComplianceCPU::test_operator_remainder_cpu_float32 2022-09-27T15:41:33.1862457Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_remainder_cpu_float32 2022-09-27T15:41:33.1982754Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:41:33.2062110Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:41:33.2124162Z test_ops.py::TestCompositeComplianceCPU::test_operator_renorm_cpu_float32 2022-09-27T15:41:33.2302537Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_renorm_cpu_float32 2022-09-27T15:41:33.2359793Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:41:33.2542326Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:41:33.2742896Z test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_cpu_float32 2022-09-27T15:41:33.2793203Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:41:33.2931919Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:41:33.2981687Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_cpu_float32 2022-09-27T15:41:33.3072134Z test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_interleave_cpu_float32 2022-09-27T15:41:33.3182208Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_interleave_cpu_float32 2022-09-27T15:41:33.3301258Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_norm_cpu_float64 2022-09-27T15:41:33.3422182Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_norm_cpu_float64 2022-09-27T15:41:33.3505216Z test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_as_cpu_float32 2022-09-27T15:41:33.3621752Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_as_cpu_float32 2022-09-27T15:41:33.3645887Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ones_cpu_float64 2022-09-27T15:41:33.3861770Z [gw2] [ 82%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view__refs_ones_cpu_float64 2022-09-27T15:41:33.3957089Z test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_cpu_float32 2022-09-27T15:41:33.4061843Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_cpu_float32 2022-09-27T15:41:33.4104930Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_permute_cpu_float64 2022-09-27T15:41:33.4301981Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_permute_cpu_float64 2022-09-27T15:41:33.4317364Z test_ops.py::TestCompositeComplianceCPU::test_operator_resize__cpu_float32 2022-09-27T15:41:33.4501287Z [gw3] [ 82%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_resize__cpu_float32 2022-09-27T15:41:33.4525374Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_positive_cpu_float64 2022-09-27T15:41:33.4741745Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_positive_cpu_float64 2022-09-27T15:41:33.4757816Z test_ops.py::TestCompositeComplianceCPU::test_operator_resize_as__cpu_float32 2022-09-27T15:41:33.4941197Z [gw3] [ 82%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_resize_as__cpu_float32 2022-09-27T15:41:33.5030905Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_pow_cpu_float64 2022-09-27T15:41:33.5181709Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_pow_cpu_float64 2022-09-27T15:41:33.5215299Z test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_conj_cpu_float32 2022-09-27T15:41:33.5381331Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_conj_cpu_float32 2022-09-27T15:41:33.5622090Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_prod_cpu_float64 2022-09-27T15:41:33.5671079Z test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_neg_cpu_float32 2022-09-27T15:41:33.5735310Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_neg_cpu_float32 2022-09-27T15:41:33.5820765Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_prod_cpu_float64 2022-09-27T15:41:33.5833628Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_randn_cpu_float64 2022-09-27T15:41:33.6061929Z [gw2] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_randn_cpu_float64 2022-09-27T15:41:33.6242092Z test_ops.py::TestCompositeComplianceCPU::test_operator_roll_cpu_float32 2022-09-27T15:41:33.6261264Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_roll_cpu_float32 2022-09-27T15:41:33.6304209Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ravel_cpu_float64 2022-09-27T15:41:33.6501449Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_ravel_cpu_float64 2022-09-27T15:41:33.6569118Z test_ops.py::TestCompositeComplianceCPU::test_operator_rot90_cpu_float32 2022-09-27T15:41:33.6576327Z [gw1] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_solve_cpu_float32 2022-09-27T15:41:33.6702953Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_norm_cpu_float32 2022-09-27T15:41:33.6739834Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_real_cpu_float64 2022-09-27T15:41:33.6909959Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_real_cpu_float64 2022-09-27T15:41:33.6942335Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_rot90_cpu_float32 2022-09-27T15:41:33.6971200Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_cpu_float32 2022-09-27T15:41:33.7142229Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_round_cpu_float32 2022-09-27T15:41:33.7177569Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reciprocal_cpu_float64 2022-09-27T15:41:33.7382520Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_reciprocal_cpu_float64 2022-09-27T15:41:33.7428456Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_0_cpu_float32 2022-09-27T15:41:33.7582156Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_0_cpu_float32 2022-09-27T15:41:33.7675267Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_remainder_cpu_float64 2022-09-27T15:41:33.7822343Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_remainder_cpu_float64 2022-09-27T15:41:33.7864549Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_3_cpu_float32 2022-09-27T15:41:33.8021576Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_3_cpu_float32 2022-09-27T15:41:33.8136950Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_repeat_cpu_float64 2022-09-27T15:41:33.8304454Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_repeat_cpu_float64 2022-09-27T15:41:33.8378003Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_neg_3_cpu_float32 2022-09-27T15:41:33.8463062Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_neg_3_cpu_float32 2022-09-27T15:41:33.8518926Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_as_cpu_float64 2022-09-27T15:41:33.8745177Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_as_cpu_float64 2022-09-27T15:41:33.8820957Z test_ops.py::TestCompositeComplianceCPU::test_operator_rsqrt_cpu_float32 2022-09-27T15:41:33.8903632Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_rsqrt_cpu_float32 2022-09-27T15:41:33.9005388Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_cpu_float64 2022-09-27T15:41:33.9183228Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_cpu_float64 2022-09-27T15:41:33.9383822Z test_ops.py::TestCompositeComplianceCPU::test_operator_rsub_cpu_float32 2022-09-27T15:41:33.9473845Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_roll_cpu_float64 2022-09-27T15:41:33.9537315Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_roll_cpu_float64 2022-09-27T15:41:33.9621798Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_rsub_cpu_float32 2022-09-27T15:41:33.9821953Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_add_cpu_float32 2022-09-27T15:41:33.9975909Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rot90_cpu_float64 2022-09-27T15:41:34.0017946Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_rot90_cpu_float64 2022-09-27T15:41:34.0024372Z [gw1] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_norm_cpu_float32 2022-09-27T15:41:34.0035276Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_add_cpu_float32 2022-09-27T15:41:34.0062144Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_power_cpu_float32 2022-09-27T15:41:34.0262008Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_cpu_float32 2022-09-27T15:41:34.0288094Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_round_cpu_float64 2022-09-27T15:41:34.0743695Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_round_cpu_float64 2022-09-27T15:41:34.0798157Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsqrt_cpu_float64 2022-09-27T15:41:34.0914796Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsqrt_cpu_float64 2022-09-27T15:41:34.0922958Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_cpu_float32 2022-09-27T15:41:34.1224200Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amax_cpu_float32 2022-09-27T15:41:34.1407070Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsub_cpu_float64 2022-09-27T15:41:34.1495935Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsub_cpu_float64 2022-09-27T15:41:34.1509406Z [gw1] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_power_cpu_float32 2022-09-27T15:41:34.1576721Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_multi_dot_cpu_float32 2022-09-27T15:41:34.1586547Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amax_cpu_float32 2022-09-27T15:41:34.1663514Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amin_cpu_float32 2022-09-27T15:41:34.1701162Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sgn_cpu_float64 2022-09-27T15:41:34.1879593Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sgn_cpu_float64 2022-09-27T15:41:34.1942438Z [gw1] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_multi_dot_cpu_float32 2022-09-27T15:41:34.2145098Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_cpu_float32 2022-09-27T15:41:34.2241801Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sigmoid_cpu_float64 2022-09-27T15:41:34.2248438Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amin_cpu_float32 2022-09-27T15:41:34.2269249Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_mean_cpu_float32 2022-09-27T15:41:34.2584622Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sigmoid_cpu_float64 2022-09-27T15:41:34.2624072Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sign_cpu_float64 2022-09-27T15:41:34.2949686Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sign_cpu_float64 2022-09-27T15:41:34.2956829Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_mean_cpu_float32 2022-09-27T15:41:34.3023074Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_prod_cpu_float32 2022-09-27T15:41:34.3059693Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_signbit_cpu_float64 2022-09-27T15:41:34.3463266Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_signbit_cpu_float64 2022-09-27T15:41:34.3501486Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sin_cpu_float64 2022-09-27T15:41:34.3607611Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sin_cpu_float64 2022-09-27T15:41:34.3617706Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_prod_cpu_float32 2022-09-27T15:41:34.3903203Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_sum_cpu_float32 2022-09-27T15:41:34.3950611Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinc_cpu_float64 2022-09-27T15:41:34.4263314Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinc_cpu_float64 2022-09-27T15:41:34.4272367Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_sum_cpu_float32 2022-09-27T15:41:34.4382527Z test_ops.py::TestCompositeComplianceCPU::test_operator_searchsorted_cpu_float32 2022-09-27T15:41:34.4389960Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinh_cpu_float64 2022-09-27T15:41:34.4784875Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinh_cpu_float64 2022-09-27T15:41:34.5066152Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_softmax_cpu_float64 2022-09-27T15:41:34.5223108Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_softmax_cpu_float64 2022-09-27T15:41:34.5265189Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i0e_cpu_float64 2022-09-27T15:41:34.5662933Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i0e_cpu_float64 2022-09-27T15:41:34.5703652Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1_cpu_float64 2022-09-27T15:41:34.5723074Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1_cpu_float64 2022-09-27T15:41:34.5732964Z [gw1] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_cpu_float32 2022-09-27T15:41:34.6105199Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:41:34.6148978Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1e_cpu_float64 2022-09-27T15:41:34.6543587Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1e_cpu_float64 2022-09-27T15:41:34.6595329Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_logit_cpu_float64 2022-09-27T15:41:34.6984782Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_logit_cpu_float64 2022-09-27T15:41:34.7096693Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:41:34.7423612Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:41:34.7536199Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:41:34.7637617Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:41:34.7652352Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_searchsorted_cpu_float32 2022-09-27T15:41:34.7863044Z test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_lengths_cpu_float32 2022-09-27T15:41:34.7970916Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:41:34.8303547Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:41:34.8456323Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_zeta_cpu_float64 2022-09-27T15:41:34.8485888Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_zeta_cpu_float64 2022-09-27T15:41:34.8492898Z [gw1] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:41:34.8744713Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_cpu_float32 2022-09-27T15:41:34.8787356Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sqrt_cpu_float64 2022-09-27T15:41:34.9186500Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sqrt_cpu_float64 2022-09-27T15:41:34.9312654Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_square_cpu_float64 2022-09-27T15:41:34.9316169Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_square_cpu_float64 2022-09-27T15:41:34.9324132Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_lengths_cpu_float32 2022-09-27T15:41:34.9625941Z test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_offsets_cpu_float32 2022-09-27T15:41:34.9713341Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_squeeze_cpu_float64 2022-09-27T15:41:35.0064957Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_squeeze_cpu_float64 2022-09-27T15:41:35.0133201Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_stack_cpu_float64 2022-09-27T15:41:35.0503986Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_stack_cpu_float64 2022-09-27T15:41:35.0734675Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_cpu_float64 2022-09-27T15:41:35.1099967Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_cpu_float64 2022-09-27T15:41:35.1181611Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_mean_cpu_float64 2022-09-27T15:41:35.1193381Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_offsets_cpu_float32 2022-09-27T15:41:35.1256365Z test_ops.py::TestCompositeComplianceCPU::test_operator_select_cpu_float32 2022-09-27T15:41:35.1336810Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_select_cpu_float32 2022-09-27T15:41:35.1421724Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_mean_cpu_float64 2022-09-27T15:41:35.1595690Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sub_cpu_float64 2022-09-27T15:41:35.1622561Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sub_cpu_float64 2022-09-27T15:41:35.1734498Z test_ops.py::TestCompositeComplianceCPU::test_operator_select_scatter_cpu_float32 2022-09-27T15:41:35.1902311Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_select_scatter_cpu_float32 2022-09-27T15:41:35.2062032Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_cpu_float64 2022-09-27T15:41:35.2092960Z test_ops.py::TestCompositeComplianceCPU::test_operator_sgn_cpu_float32 2022-09-27T15:41:35.2200613Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sgn_cpu_float32 2022-09-27T15:41:35.2344486Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_cpu_float64 2022-09-27T15:41:35.2441167Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_to_size_cpu_float64 2022-09-27T15:41:35.2502284Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_to_size_cpu_float64 2022-09-27T15:41:35.2557349Z test_ops.py::TestCompositeComplianceCPU::test_operator_short_cpu_float32 2022-09-27T15:41:35.2783128Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_short_cpu_float32 2022-09-27T15:41:35.2818041Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_t_cpu_float64 2022-09-27T15:41:35.2941260Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_t_cpu_float64 2022-09-27T15:41:35.2983129Z test_ops.py::TestCompositeComplianceCPU::test_operator_sigmoid_cpu_float32 2022-09-27T15:41:35.3262573Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sigmoid_cpu_float32 2022-09-27T15:41:35.3300235Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tan_cpu_float64 2022-09-27T15:41:35.3381792Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_tan_cpu_float64 2022-09-27T15:41:35.3409412Z test_ops.py::TestCompositeComplianceCPU::test_operator_sign_cpu_float32 2022-09-27T15:41:35.3702142Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sign_cpu_float32 2022-09-27T15:41:35.3739510Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tanh_cpu_float64 2022-09-27T15:41:35.3822191Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_tanh_cpu_float64 2022-09-27T15:41:35.3847160Z test_ops.py::TestCompositeComplianceCPU::test_operator_signbit_cpu_float32 2022-09-27T15:41:35.4142935Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_signbit_cpu_float32 2022-09-27T15:41:35.4205230Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tensor_split_cpu_float64 2022-09-27T15:41:35.4211582Z [gw1] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_cpu_float32 2022-09-27T15:41:35.4262195Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:41:35.4293915Z test_ops.py::TestCompositeComplianceCPU::test_operator_sin_cpu_float32 2022-09-27T15:41:35.4421746Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sin_cpu_float32 2022-09-27T15:41:35.4582376Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_tensor_split_cpu_float64 2022-09-27T15:41:35.4742432Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_to_cpu_float64 2022-09-27T15:41:35.4795471Z test_ops.py::TestCompositeComplianceCPU::test_operator_sinc_cpu_float32 2022-09-27T15:41:35.4817719Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sinc_cpu_float32 2022-09-27T15:41:35.5021785Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_to_cpu_float64 2022-09-27T15:41:35.5049741Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_trace_cpu_float64 2022-09-27T15:41:35.5181581Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_trace_cpu_float64 2022-09-27T15:41:35.5213855Z test_ops.py::TestCompositeComplianceCPU::test_operator_sinh_cpu_float32 2022-09-27T15:41:35.5462355Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sinh_cpu_float32 2022-09-27T15:41:35.5494918Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_transpose_cpu_float64 2022-09-27T15:41:35.5501587Z [gw1] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:41:35.5520821Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_singular_cpu_float32 2022-09-27T15:41:35.5529983Z [gw1] [ 83%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_singular_cpu_float32 2022-09-27T15:41:35.5621375Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_transpose_cpu_float64 2022-09-27T15:41:35.5893276Z test_ops.py::TestCompositeComplianceCPU::test_operator_slice_scatter_cpu_float32 2022-09-27T15:41:35.5901603Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_slice_scatter_cpu_float32 2022-09-27T15:41:35.5941002Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tril_cpu_float64 2022-09-27T15:41:35.5978153Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_qr_cpu_float32 2022-09-27T15:41:35.6063091Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_tril_cpu_float64 2022-09-27T15:41:35.6185211Z test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_cpu_float32 2022-09-27T15:41:35.6342620Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_cpu_float32 2022-09-27T15:41:35.6417048Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_triu_cpu_float64 2022-09-27T15:41:35.6502225Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_triu_cpu_float64 2022-09-27T15:41:35.6651938Z test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_with_dtype_cpu_float32 2022-09-27T15:41:35.6782369Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_with_dtype_cpu_float32 2022-09-27T15:41:35.6942764Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_true_divide_cpu_float64 2022-09-27T15:41:35.6946911Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_true_divide_cpu_float64 2022-09-27T15:41:35.7224806Z test_ops.py::TestCompositeComplianceCPU::test_operator_sort_cpu_float32 2022-09-27T15:41:35.7263302Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_trunc_cpu_float64 2022-09-27T15:41:35.7662835Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_trunc_cpu_float64 2022-09-27T15:41:35.7752296Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unbind_cpu_float64 2022-09-27T15:41:35.7759883Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sort_cpu_float32 2022-09-27T15:41:35.7772173Z test_ops.py::TestCompositeComplianceCPU::test_operator_sparse_sampled_addmm_cpu_float32 2022-09-27T15:41:35.7779132Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_unbind_cpu_float64 2022-09-27T15:41:35.8102523Z [gw3] [ 83%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_sparse_sampled_addmm_cpu_float32 2022-09-27T15:41:35.8171752Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unflatten_cpu_float64 2022-09-27T15:41:35.8181265Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_unflatten_cpu_float64 2022-09-27T15:41:35.8225033Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_airy_ai_cpu_float32 2022-09-27T15:41:35.8543127Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_airy_ai_cpu_float32 2022-09-27T15:41:35.8622334Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unfold_copy_cpu_float64 2022-09-27T15:41:35.8669765Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j0_cpu_float32 2022-09-27T15:41:35.8686066Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j0_cpu_float32 2022-09-27T15:41:35.8982237Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_unfold_copy_cpu_float64 2022-09-27T15:41:35.9062654Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unsqueeze_cpu_float64 2022-09-27T15:41:35.9091467Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j1_cpu_float32 2022-09-27T15:41:35.9109197Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_unsqueeze_cpu_float64 2022-09-27T15:41:35.9423440Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j1_cpu_float32 2022-09-27T15:41:35.9501314Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_cpu_float64 2022-09-27T15:41:35.9552142Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y0_cpu_float32 2022-09-27T15:41:35.9584179Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y0_cpu_float32 2022-09-27T15:41:35.9862882Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_cpu_float64 2022-09-27T15:41:35.9941931Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_mean_cpu_float64 2022-09-27T15:41:36.0022736Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y1_cpu_float32 2022-09-27T15:41:36.0198076Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y1_cpu_float32 2022-09-27T15:41:36.0303856Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_mean_cpu_float64 2022-09-27T15:41:36.0353193Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_as_cpu_float64 2022-09-27T15:41:36.0384238Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_as_cpu_float64 2022-09-27T15:41:36.0658326Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:41:36.0745009Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:41:36.0823752Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_cpu_float64 2022-09-27T15:41:36.0836246Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:41:36.1017806Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_cpu_float64 2022-09-27T15:41:36.1183183Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:41:36.1253462Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_vsplit_cpu_float64 2022-09-27T15:41:36.1264069Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_vsplit_cpu_float64 2022-09-27T15:41:36.1278083Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:41:36.1623395Z [gw3] [ 83%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:41:36.1686342Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_vstack_cpu_float64 2022-09-27T15:41:36.1704034Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_vstack_cpu_float64 2022-09-27T15:41:36.1724090Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:41:36.2063718Z [gw3] [ 83%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:41:36.2142513Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_where_cpu_float64 2022-09-27T15:41:36.2158935Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_entr_cpu_float32 2022-09-27T15:41:36.2206362Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_where_cpu_float64 2022-09-27T15:41:36.2503770Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_entr_cpu_float32 2022-09-27T15:41:36.2539586Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_zeros_cpu_float64 2022-09-27T15:41:36.2583263Z [gw2] [ 83%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view__refs_zeros_cpu_float64 2022-09-27T15:41:36.2661319Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_erfcx_cpu_float32 2022-09-27T15:41:36.2942963Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_erfcx_cpu_float32 2022-09-27T15:41:36.2985956Z test_ops.py::TestMathBitsCPU::test_neg_view_abs_cpu_float64 2022-09-27T15:41:36.3021710Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_abs_cpu_float64 2022-09-27T15:41:36.3295627Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:41:36.3383305Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:41:36.3457465Z test_ops.py::TestMathBitsCPU::test_neg_view_acos_cpu_float64 2022-09-27T15:41:36.3466983Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_acos_cpu_float64 2022-09-27T15:41:36.3629720Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:41:36.3822700Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:41:36.3889905Z test_ops.py::TestMathBitsCPU::test_neg_view_acosh_cpu_float64 2022-09-27T15:41:36.3902022Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_acosh_cpu_float64 2022-09-27T15:41:36.3939415Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i0e_cpu_float32 2022-09-27T15:41:36.3945347Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_i0e_cpu_float32 2022-09-27T15:41:36.3951870Z [gw1] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_qr_cpu_float32 2022-09-27T15:41:36.4263423Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_slogdet_cpu_float32 2022-09-27T15:41:36.4343355Z test_ops.py::TestMathBitsCPU::test_neg_view_add_cpu_float64 2022-09-27T15:41:36.4381457Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1_cpu_float32 2022-09-27T15:41:36.4462011Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1_cpu_float32 2022-09-27T15:41:36.4631142Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_add_cpu_float64 2022-09-27T15:41:36.4638313Z [gw1] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_slogdet_cpu_float32 2022-09-27T15:41:36.4702307Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_cpu_float32 2022-09-27T15:41:36.4782591Z test_ops.py::TestMathBitsCPU::test_neg_view_addbmm_cpu_float64 2022-09-27T15:41:36.4810301Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1e_cpu_float32 2022-09-27T15:41:36.4841052Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addbmm_cpu_float64 2022-09-27T15:41:36.5141900Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1e_cpu_float32 2022-09-27T15:41:36.5222870Z test_ops.py::TestMathBitsCPU::test_neg_view_addcdiv_cpu_float64 2022-09-27T15:41:36.5293544Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:41:36.5485742Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addcdiv_cpu_float64 2022-09-27T15:41:36.5582719Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:41:36.5662544Z test_ops.py::TestMathBitsCPU::test_neg_view_addcmul_cpu_float64 2022-09-27T15:41:36.5680584Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:41:36.5818825Z [gw3] [ 83%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:41:36.6022747Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addcmul_cpu_float64 2022-09-27T15:41:36.6102216Z test_ops.py::TestMathBitsCPU::test_neg_view_addmm_cpu_float64 2022-09-27T15:41:36.6105866Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addmm_cpu_float64 2022-09-27T15:41:36.6147932Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_log_ndtr_cpu_float32 2022-09-27T15:41:36.6462524Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_log_ndtr_cpu_float32 2022-09-27T15:41:36.6537908Z test_ops.py::TestMathBitsCPU::test_neg_view_addmm_decomposed_cpu_float64 2022-09-27T15:41:36.6548028Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addmm_decomposed_cpu_float64 2022-09-27T15:41:36.6593477Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i0_cpu_float32 2022-09-27T15:41:36.6901724Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i0_cpu_float32 2022-09-27T15:41:36.6981973Z test_ops.py::TestMathBitsCPU::test_neg_view_addmv_cpu_float64 2022-09-27T15:41:36.7033642Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i1_cpu_float32 2022-09-27T15:41:36.7089070Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addmv_cpu_float64 2022-09-27T15:41:36.7124281Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i1_cpu_float32 2022-09-27T15:41:36.7133057Z [gw1] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_cpu_float32 2022-09-27T15:41:36.7343191Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_ex_cpu_float32 2022-09-27T15:41:36.7421507Z test_ops.py::TestMathBitsCPU::test_neg_view_addr_cpu_float64 2022-09-27T15:41:36.7443873Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cross_cpu_complex128 2022-09-27T15:41:36.7455798Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addr_cpu_float64 2022-09-27T15:41:36.7781970Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cross_cpu_complex128 2022-09-27T15:41:36.7837499Z test_ops.py::TestMathBitsCPU::test_neg_view_all_cpu_float64 2022-09-27T15:41:36.7861484Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_all_cpu_float64 2022-09-27T15:41:36.7902743Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumprod_cpu_complex128 2022-09-27T15:41:36.8223198Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumprod_cpu_complex128 2022-09-27T15:41:36.8302601Z test_ops.py::TestMathBitsCPU::test_neg_view_allclose_cpu_float64 2022-09-27T15:41:36.8319590Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumsum_cpu_complex128 2022-09-27T15:41:36.8341216Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_allclose_cpu_float64 2022-09-27T15:41:36.8662520Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumsum_cpu_complex128 2022-09-27T15:41:36.8741845Z test_ops.py::TestMathBitsCPU::test_neg_view_amax_cpu_float64 2022-09-27T15:41:36.8783274Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumulative_trapezoid_cpu_complex128 2022-09-27T15:41:36.8928908Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumulative_trapezoid_cpu_complex128 2022-09-27T15:41:36.9101726Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_amax_cpu_float64 2022-09-27T15:41:36.9182128Z test_ops.py::TestMathBitsCPU::test_neg_view_amin_cpu_float64 2022-09-27T15:41:36.9217107Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_cpu_complex128 2022-09-27T15:41:36.9366277Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_cpu_complex128 2022-09-27T15:41:36.9517975Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_amin_cpu_float64 2022-09-27T15:41:36.9524865Z [gw1] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_ex_cpu_float32 2022-09-27T15:41:36.9564270Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_triangular_cpu_float32 2022-09-27T15:41:36.9751557Z test_ops.py::TestMathBitsCPU::test_neg_view_aminmax_cpu_float64 2022-09-27T15:41:36.9785462Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_embed_cpu_complex128 2022-09-27T15:41:36.9898418Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_embed_cpu_complex128 2022-09-27T15:41:36.9983017Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_aminmax_cpu_float64 2022-09-27T15:41:37.0028545Z test_ops.py::TestMathBitsCPU::test_neg_view_angle_cpu_float64 2022-09-27T15:41:37.0101902Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_angle_cpu_float64 2022-09-27T15:41:37.0148427Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagflat_cpu_complex128 2022-09-27T15:41:37.0424102Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagflat_cpu_complex128 2022-09-27T15:41:37.0485694Z test_ops.py::TestMathBitsCPU::test_neg_view_any_cpu_float64 2022-09-27T15:41:37.0583226Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_any_cpu_float64 2022-09-27T15:41:37.0623401Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagonal_cpu_complex128 2022-09-27T15:41:37.0863913Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagonal_cpu_complex128 2022-09-27T15:41:37.0901264Z test_ops.py::TestMathBitsCPU::test_neg_view_arange_cpu_float64 2022-09-27T15:41:37.1022630Z [gw2] [ 83%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_arange_cpu_float64 2022-09-27T15:41:37.1267685Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diff_cpu_complex128 2022-09-27T15:41:37.1303033Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_diff_cpu_complex128 2022-09-27T15:41:37.1365411Z test_ops.py::TestMathBitsCPU::test_neg_view_argmax_cpu_float64 2022-09-27T15:41:37.1504280Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_argmax_cpu_float64 2022-09-27T15:41:37.1555210Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dist_cpu_complex128 2022-09-27T15:41:37.1745209Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_dist_cpu_complex128 2022-09-27T15:41:37.1799186Z test_ops.py::TestMathBitsCPU::test_neg_view_argmin_cpu_float64 2022-09-27T15:41:37.1943928Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_argmin_cpu_float64 2022-09-27T15:41:37.1998907Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_div_no_rounding_mode_cpu_complex128 2022-09-27T15:41:37.2183802Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_div_no_rounding_mode_cpu_complex128 2022-09-27T15:41:37.2259938Z test_ops.py::TestMathBitsCPU::test_neg_view_argsort_cpu_float64 2022-09-27T15:41:37.2368942Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_argsort_cpu_float64 2022-09-27T15:41:37.2376896Z [gw0] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diff_cpu_float32 2022-09-27T15:41:37.2384284Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_digamma_cpu_float32 2022-09-27T15:41:37.2420024Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dot_cpu_complex128 2022-09-27T15:41:37.2516491Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_dot_cpu_complex128 2022-09-27T15:41:37.2622472Z [gw0] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_digamma_cpu_float32 2022-09-27T15:41:37.2662156Z test_ops.py::TestMathBitsCPU::test_neg_view_argwhere_cpu_float64 2022-09-27T15:41:37.2783037Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_argwhere_cpu_float64 2022-09-27T15:41:37.2863291Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dist_cpu_float32 2022-09-27T15:41:37.2902724Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_double_cpu_complex128 2022-09-27T15:41:37.3062616Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_double_cpu_complex128 2022-09-27T15:41:37.3078056Z test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_cpu_float64 2022-09-27T15:41:37.3302632Z [gw2] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_cpu_float64 2022-09-27T15:41:37.3346606Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dsplit_cpu_complex128 2022-09-27T15:41:37.3503363Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_dsplit_cpu_complex128 2022-09-27T15:41:37.3521639Z test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_scatter_cpu_float64 2022-09-27T15:41:37.3743461Z [gw2] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_scatter_cpu_float64 2022-09-27T15:41:37.3794127Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dstack_cpu_complex128 2022-09-27T15:41:37.3942327Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_dstack_cpu_complex128 2022-09-27T15:41:37.3979396Z test_ops.py::TestMathBitsCPU::test_neg_view_asin_cpu_float64 2022-09-27T15:41:37.4182873Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_asin_cpu_float64 2022-09-27T15:41:37.4233075Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_einsum_cpu_complex128 2022-09-27T15:41:37.4383283Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_einsum_cpu_complex128 2022-09-27T15:41:37.4420211Z test_ops.py::TestMathBitsCPU::test_neg_view_asinh_cpu_float64 2022-09-27T15:41:37.4623462Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_asinh_cpu_float64 2022-09-27T15:41:37.4642330Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_cpu_complex128 2022-09-27T15:41:37.4821704Z [gw3] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_cpu_complex128 2022-09-27T15:41:37.4941978Z test_ops.py::TestMathBitsCPU::test_neg_view_atan2_cpu_float64 2022-09-27T15:41:37.5062295Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atan2_cpu_float64 2022-09-27T15:41:37.5078688Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_like_cpu_complex128 2022-09-27T15:41:37.5261988Z [gw3] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_like_cpu_complex128 2022-09-27T15:41:37.5291326Z test_ops.py::TestMathBitsCPU::test_neg_view_atan_cpu_float64 2022-09-27T15:41:37.5501953Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atan_cpu_float64 2022-09-27T15:41:37.5531985Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_eq_cpu_complex128 2022-09-27T15:41:37.5701296Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_eq_cpu_complex128 2022-09-27T15:41:37.5732040Z test_ops.py::TestMathBitsCPU::test_neg_view_atanh_cpu_float64 2022-09-27T15:41:37.5943025Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atanh_cpu_float64 2022-09-27T15:41:37.5970598Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_equal_cpu_complex128 2022-09-27T15:41:37.6142030Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_equal_cpu_complex128 2022-09-27T15:41:37.6206700Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_1d_cpu_float64 2022-09-27T15:41:37.6381768Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atleast_1d_cpu_float64 2022-09-27T15:41:37.6424459Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_exp_cpu_complex128 2022-09-27T15:41:37.6581457Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_exp_cpu_complex128 2022-09-27T15:41:37.6645382Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_2d_cpu_float64 2022-09-27T15:41:37.6822028Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atleast_2d_cpu_float64 2022-09-27T15:41:37.6863575Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_as_cpu_complex128 2022-09-27T15:41:37.7021692Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_as_cpu_complex128 2022-09-27T15:41:37.7086965Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_3d_cpu_float64 2022-09-27T15:41:37.7263972Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atleast_3d_cpu_float64 2022-09-27T15:41:37.7314538Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_cpu_complex128 2022-09-27T15:41:37.7463193Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_cpu_complex128 2022-09-27T15:41:37.7568064Z test_ops.py::TestMathBitsCPU::test_neg_view_baddbmm_cpu_float64 2022-09-27T15:41:37.7706154Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_baddbmm_cpu_float64 2022-09-27T15:41:37.7724429Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_eye_cpu_complex128 2022-09-27T15:41:37.7904154Z [gw3] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_eye_cpu_complex128 2022-09-27T15:41:37.7978497Z test_ops.py::TestMathBitsCPU::test_neg_view_bernoulli_cpu_float64 2022-09-27T15:41:37.8144896Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_bernoulli_cpu_float64 2022-09-27T15:41:37.8213093Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft2_cpu_complex128 2022-09-27T15:41:37.8344814Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft2_cpu_complex128 2022-09-27T15:41:37.8432428Z test_ops.py::TestMathBitsCPU::test_neg_view_bfloat16_cpu_float64 2022-09-27T15:41:37.8582927Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_bfloat16_cpu_float64 2022-09-27T15:41:37.8668092Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft_cpu_complex128 2022-09-27T15:41:37.8781996Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft_cpu_complex128 2022-09-27T15:41:37.8839539Z test_ops.py::TestMathBitsCPU::test_neg_view_block_diag_cpu_float64 2022-09-27T15:41:37.9022239Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_block_diag_cpu_float64 2022-09-27T15:41:37.9084164Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftn_cpu_complex128 2022-09-27T15:41:37.9222147Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftn_cpu_complex128 2022-09-27T15:41:37.9266347Z test_ops.py::TestMathBitsCPU::test_neg_view_bmm_cpu_float64 2022-09-27T15:41:37.9462787Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_bmm_cpu_float64 2022-09-27T15:41:37.9507540Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftshift_cpu_complex128 2022-09-27T15:41:37.9661878Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftshift_cpu_complex128 2022-09-27T15:41:37.9689780Z test_ops.py::TestMathBitsCPU::test_neg_view_bool_cpu_float64 2022-09-27T15:41:37.9902481Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_bool_cpu_float64 2022-09-27T15:41:37.9953993Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft2_cpu_complex128 2022-09-27T15:41:38.0102210Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft2_cpu_complex128 2022-09-27T15:41:38.0128199Z test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_tensors_cpu_float64 2022-09-27T15:41:38.0343208Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_tensors_cpu_float64 2022-09-27T15:41:38.0392107Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft_cpu_complex128 2022-09-27T15:41:38.0543075Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft_cpu_complex128 2022-09-27T15:41:38.0620694Z test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_to_cpu_float64 2022-09-27T15:41:38.0782495Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_to_cpu_float64 2022-09-27T15:41:38.0836639Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfftn_cpu_complex128 2022-09-27T15:41:38.0982389Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfftn_cpu_complex128 2022-09-27T15:41:38.1054150Z test_ops.py::TestMathBitsCPU::test_neg_view_bucketize_cpu_float64 2022-09-27T15:41:38.1222888Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_bucketize_cpu_float64 2022-09-27T15:41:38.1426415Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft2_cpu_complex128 2022-09-27T15:41:38.1446067Z test_ops.py::TestMathBitsCPU::test_neg_view_byte_cpu_float64 2022-09-27T15:41:38.1465786Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft2_cpu_complex128 2022-09-27T15:41:38.1663000Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_byte_cpu_float64 2022-09-27T15:41:38.1773607Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft_cpu_complex128 2022-09-27T15:41:38.1863573Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft_cpu_complex128 2022-09-27T15:41:38.1923465Z test_ops.py::TestMathBitsCPU::test_neg_view_cartesian_prod_cpu_float64 2022-09-27T15:41:38.2104771Z [gw2] [ 83%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_cartesian_prod_cpu_float64 2022-09-27T15:41:38.2169125Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftn_cpu_complex128 2022-09-27T15:41:38.2347894Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftn_cpu_complex128 2022-09-27T15:41:38.2440337Z test_ops.py::TestMathBitsCPU::test_neg_view_cat_cpu_float64 2022-09-27T15:41:38.2545296Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cat_cpu_float64 2022-09-27T15:41:38.2602453Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftshift_cpu_complex128 2022-09-27T15:41:38.2785763Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftshift_cpu_complex128 2022-09-27T15:41:38.3025988Z test_ops.py::TestMathBitsCPU::test_neg_view_cdist_cpu_float64 2022-09-27T15:41:38.3164122Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft2_cpu_complex128 2022-09-27T15:41:38.3505838Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft2_cpu_complex128 2022-09-27T15:41:38.3705178Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft_cpu_complex128 2022-09-27T15:41:38.3982939Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft_cpu_complex128 2022-09-27T15:41:38.4054597Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfftn_cpu_complex128 2022-09-27T15:41:38.4426487Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfftn_cpu_complex128 2022-09-27T15:41:38.4478896Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fill_cpu_complex128 2022-09-27T15:41:38.4866000Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fill_cpu_complex128 2022-09-27T15:41:38.4922773Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flatten_cpu_complex128 2022-09-27T15:41:38.5304412Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_flatten_cpu_complex128 2022-09-27T15:41:38.5352219Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flip_cpu_complex128 2022-09-27T15:41:38.5744567Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_flip_cpu_complex128 2022-09-27T15:41:38.5797598Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fliplr_cpu_complex128 2022-09-27T15:41:38.5979467Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fliplr_cpu_complex128 2022-09-27T15:41:38.5994709Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cdist_cpu_float64 2022-09-27T15:41:38.6031212Z test_ops.py::TestMathBitsCPU::test_neg_view_ceil_cpu_float64 2022-09-27T15:41:38.6183137Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ceil_cpu_float64 2022-09-27T15:41:38.6232616Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flipud_cpu_complex128 2022-09-27T15:41:38.6424571Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_flipud_cpu_complex128 2022-09-27T15:41:38.6539921Z test_ops.py::TestMathBitsCPU::test_neg_view_chalf_cpu_float64 2022-09-27T15:41:38.6622834Z [gw2] [ 83%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_chalf_cpu_float64 2022-09-27T15:41:38.6663501Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_cpu_complex128 2022-09-27T15:41:38.6863330Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_cpu_complex128 2022-09-27T15:41:38.6909015Z test_ops.py::TestMathBitsCPU::test_neg_view_char_cpu_float64 2022-09-27T15:41:38.7104123Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_char_cpu_float64 2022-09-27T15:41:38.7159486Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_power_cpu_complex128 2022-09-27T15:41:38.7302402Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_power_cpu_complex128 2022-09-27T15:41:38.7581691Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_cpu_float64 2022-09-27T15:41:38.7584703Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_full_like_cpu_complex128 2022-09-27T15:41:38.7893104Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_full_like_cpu_complex128 2022-09-27T15:41:38.7904471Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_cpu_float64 2022-09-27T15:41:38.8023120Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_inverse_cpu_float64 2022-09-27T15:41:38.8068445Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_gather_cpu_complex128 2022-09-27T15:41:38.8102794Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_gather_cpu_complex128 2022-09-27T15:41:38.8115636Z [gw0] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dist_cpu_float32 2022-09-27T15:41:38.8332566Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_floor_rounding_cpu_float32 2022-09-27T15:41:38.8342731Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_inverse_cpu_float64 2022-09-27T15:41:38.8500658Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_solve_cpu_float64 2022-09-27T15:41:38.8502270Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_geqrf_cpu_complex128 2022-09-27T15:41:38.8776581Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_geqrf_cpu_complex128 2022-09-27T15:41:38.8802940Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_solve_cpu_float64 2022-09-27T15:41:38.8850485Z test_ops.py::TestMathBitsCPU::test_neg_view_chunk_cpu_float64 2022-09-27T15:41:38.8902795Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_chunk_cpu_float64 2022-09-27T15:41:38.8934975Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_gradient_cpu_complex128 2022-09-27T15:41:38.9223664Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_gradient_cpu_complex128 2022-09-27T15:41:38.9342992Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_cpu_float64 2022-09-27T15:41:38.9351442Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_clamp_cpu_float64 2022-09-27T15:41:38.9382849Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_half_cpu_complex128 2022-09-27T15:41:38.9662359Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_half_cpu_complex128 2022-09-27T15:41:38.9783025Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_max_cpu_float64 2022-09-27T15:41:38.9791038Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_hsplit_cpu_complex128 2022-09-27T15:41:38.9809464Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_clamp_max_cpu_float64 2022-09-27T15:41:39.0102416Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_hsplit_cpu_complex128 2022-09-27T15:41:39.0146026Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_min_cpu_float64 2022-09-27T15:41:39.0155219Z [gw0] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_floor_rounding_cpu_float32 2022-09-27T15:41:39.0222822Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_no_rounding_mode_cpu_float32 2022-09-27T15:41:39.0233465Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_hstack_cpu_complex128 2022-09-27T15:41:39.0263766Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_clamp_min_cpu_float64 2022-09-27T15:41:39.0541796Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_hstack_cpu_complex128 2022-09-27T15:41:39.0578743Z test_ops.py::TestMathBitsCPU::test_neg_view_clone_cpu_float64 2022-09-27T15:41:39.0701778Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_clone_cpu_float64 2022-09-27T15:41:39.0736154Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_imag_cpu_complex128 2022-09-27T15:41:39.0983313Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_imag_cpu_complex128 2022-09-27T15:41:39.1030663Z test_ops.py::TestMathBitsCPU::test_neg_view_column_stack_cpu_float64 2022-09-27T15:41:39.1143244Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_column_stack_cpu_float64 2022-09-27T15:41:39.1190124Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_add_cpu_complex128 2022-09-27T15:41:39.1422140Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_add_cpu_complex128 2022-09-27T15:41:39.1582578Z test_ops.py::TestMathBitsCPU::test_neg_view_combinations_cpu_float64 2022-09-27T15:41:39.1628103Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_copy_cpu_complex128 2022-09-27T15:41:39.1675549Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_copy_cpu_complex128 2022-09-27T15:41:39.1863558Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_combinations_cpu_float64 2022-09-27T15:41:39.2003742Z test_ops.py::TestMathBitsCPU::test_neg_view_complex_cpu_float64 2022-09-27T15:41:39.2023154Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_complex_cpu_float64 2022-09-27T15:41:39.2065925Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_fill_cpu_complex128 2022-09-27T15:41:39.2232479Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_fill_cpu_complex128 2022-09-27T15:41:39.2238985Z [gw0] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_no_rounding_mode_cpu_float32 2022-09-27T15:41:39.2302160Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_trunc_rounding_cpu_float32 2022-09-27T15:41:39.2354723Z test_ops.py::TestMathBitsCPU::test_neg_view_conj_cpu_float64 2022-09-27T15:41:39.2463539Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_conj_cpu_float64 2022-09-27T15:41:39.2490240Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_put_cpu_complex128 2022-09-27T15:41:39.2743111Z [gw3] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_put_cpu_complex128 2022-09-27T15:41:39.2786404Z test_ops.py::TestMathBitsCPU::test_neg_view_conj_physical_cpu_float64 2022-09-27T15:41:39.2903727Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_conj_physical_cpu_float64 2022-09-27T15:41:39.2944021Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_select_cpu_complex128 2022-09-27T15:41:39.3183223Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_select_cpu_complex128 2022-09-27T15:41:39.3383552Z test_ops.py::TestMathBitsCPU::test_neg_view_constant_pad_nd_cpu_float64 2022-09-27T15:41:39.3435428Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_inner_cpu_complex128 2022-09-27T15:41:39.3691634Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_inner_cpu_complex128 2022-09-27T15:41:39.3699569Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_constant_pad_nd_cpu_float64 2022-09-27T15:41:39.3736837Z test_ops.py::TestMathBitsCPU::test_neg_view_contiguous_cpu_float64 2022-09-27T15:41:39.3824281Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_contiguous_cpu_float64 2022-09-27T15:41:39.3859657Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_int_cpu_complex128 2022-09-27T15:41:39.4105570Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_int_cpu_complex128 2022-09-27T15:41:39.4126616Z test_ops.py::TestMathBitsCPU::test_neg_view_copysign_cpu_float64 2022-09-27T15:41:39.4136332Z [gw0] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_trunc_rounding_cpu_float32 2022-09-27T15:41:39.4234986Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dot_cpu_float32 2022-09-27T15:41:39.4264101Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_copysign_cpu_float64 2022-09-27T15:41:39.4301787Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isclose_cpu_complex128 2022-09-27T15:41:39.4402114Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_isclose_cpu_complex128 2022-09-27T15:41:39.4543311Z [gw0] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dot_cpu_float32 2022-09-27T15:41:39.4548194Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_double_cpu_float32 2022-09-27T15:41:39.4631192Z test_ops.py::TestMathBitsCPU::test_neg_view_corrcoef_cpu_float64 2022-09-27T15:41:39.4702183Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_corrcoef_cpu_float64 2022-09-27T15:41:39.4728305Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isfinite_cpu_complex128 2022-09-27T15:41:39.4759409Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_isfinite_cpu_complex128 2022-09-27T15:41:39.4987794Z [gw0] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_double_cpu_float32 2022-09-27T15:41:39.4988947Z test_ops.py::TestMathBitsCPU::test_neg_view_cos_cpu_float64 2022-09-27T15:41:39.5045089Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dsplit_cpu_float32 2022-09-27T15:41:39.5183115Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cos_cpu_float64 2022-09-27T15:41:39.5225364Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isinf_cpu_complex128 2022-09-27T15:41:39.5257250Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_isinf_cpu_complex128 2022-09-27T15:41:39.5423151Z [gw0] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dsplit_cpu_float32 2022-09-27T15:41:39.5462744Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dstack_cpu_float32 2022-09-27T15:41:39.5516367Z test_ops.py::TestMathBitsCPU::test_neg_view_cosh_cpu_float64 2022-09-27T15:41:39.5623106Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cosh_cpu_float64 2022-09-27T15:41:39.5644866Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isnan_cpu_complex128 2022-09-27T15:41:39.5662249Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_isnan_cpu_complex128 2022-09-27T15:41:39.5861631Z [gw0] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dstack_cpu_float32 2022-09-27T15:41:39.5902454Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_einsum_cpu_float32 2022-09-27T15:41:39.5947608Z test_ops.py::TestMathBitsCPU::test_neg_view_count_nonzero_cpu_float64 2022-09-27T15:41:39.6062237Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_count_nonzero_cpu_float64 2022-09-27T15:41:39.6085566Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isreal_cpu_complex128 2022-09-27T15:41:39.6343730Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_isreal_cpu_complex128 2022-09-27T15:41:39.6504293Z test_ops.py::TestMathBitsCPU::test_neg_view_cov_cpu_float64 2022-09-27T15:41:39.6597363Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_istft_cpu_complex128 2022-09-27T15:41:39.6920782Z [gw3] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_istft_cpu_complex128 2022-09-27T15:41:39.6927893Z [gw0] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_einsum_cpu_float32 2022-09-27T15:41:39.6943414Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_cpu_float32 2022-09-27T15:41:39.6950983Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:41:39.6968690Z [gw0] [ 83%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_cpu_float32 2022-09-27T15:41:39.7000957Z [gw3] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:41:39.7007787Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cov_cpu_float64 2022-09-27T15:41:39.7056216Z test_ops.py::TestMathBitsCPU::test_neg_view_cross_cpu_float64 2022-09-27T15:41:39.7342489Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cross_cpu_float64 2022-09-27T15:41:39.7363308Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_like_cpu_float32 2022-09-27T15:41:39.7382973Z [gw0] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_like_cpu_float32 2022-09-27T15:41:39.7409996Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:41:39.7421633Z [gw3] [ 84%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:41:39.7452083Z test_ops.py::TestMathBitsCPU::test_neg_view_cummax_cpu_float64 2022-09-27T15:41:39.7782221Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cummax_cpu_float64 2022-09-27T15:41:39.7802055Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eq_cpu_float32 2022-09-27T15:41:39.7821998Z [gw0] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eq_cpu_float32 2022-09-27T15:41:39.7850572Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_cpu_complex128 2022-09-27T15:41:39.7861533Z [gw3] [ 84%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_cpu_complex128 2022-09-27T15:41:39.7892975Z test_ops.py::TestMathBitsCPU::test_neg_view_cummin_cpu_float64 2022-09-27T15:41:39.8221507Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cummin_cpu_float64 2022-09-27T15:41:39.8238384Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_equal_cpu_float32 2022-09-27T15:41:39.8261660Z [gw0] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_equal_cpu_float32 2022-09-27T15:41:39.8286848Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:41:39.8301684Z [gw3] [ 84%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:41:39.8462719Z test_ops.py::TestMathBitsCPU::test_neg_view_cumprod_cpu_float64 2022-09-27T15:41:39.8662469Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cumprod_cpu_float64 2022-09-27T15:41:39.8702946Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erf_cpu_float32 2022-09-27T15:41:39.8730785Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_unary_cpu_complex128 2022-09-27T15:41:39.8741142Z [gw3] [ 84%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_unary_cpu_complex128 2022-09-27T15:41:39.8747669Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erf_cpu_float32 2022-09-27T15:41:39.8810782Z test_ops.py::TestMathBitsCPU::test_neg_view_cumsum_cpu_float64 2022-09-27T15:41:39.9102847Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cumsum_cpu_float64 2022-09-27T15:41:39.9143358Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfc_cpu_float32 2022-09-27T15:41:39.9182906Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_kron_cpu_complex128 2022-09-27T15:41:39.9204633Z test_ops.py::TestMathBitsCPU::test_neg_view_cumulative_trapezoid_cpu_float64 2022-09-27T15:41:39.9306349Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_kron_cpu_complex128 2022-09-27T15:41:39.9346136Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfc_cpu_float32 2022-09-27T15:41:39.9541565Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cumulative_trapezoid_cpu_float64 2022-09-27T15:41:39.9581921Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfinv_cpu_float32 2022-09-27T15:41:39.9611070Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ldexp_cpu_complex128 2022-09-27T15:41:39.9620911Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfinv_cpu_float32 2022-09-27T15:41:39.9666392Z test_ops.py::TestMathBitsCPU::test_neg_view_deg2rad_cpu_float64 2022-09-27T15:41:39.9673809Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_deg2rad_cpu_float64 2022-09-27T15:41:39.9981200Z [gw3] [ 84%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_ldexp_cpu_complex128 2022-09-27T15:41:40.0021898Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp2_cpu_float32 2022-09-27T15:41:40.0061795Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lerp_cpu_complex128 2022-09-27T15:41:40.0121537Z test_ops.py::TestMathBitsCPU::test_neg_view_diag_cpu_float64 2022-09-27T15:41:40.0136900Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_lerp_cpu_complex128 2022-09-27T15:41:40.0212621Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp2_cpu_float32 2022-09-27T15:41:40.0422083Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diag_cpu_float64 2022-09-27T15:41:40.0462309Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp_cpu_float32 2022-09-27T15:41:40.0501597Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_cpu_complex128 2022-09-27T15:41:40.0522358Z test_ops.py::TestMathBitsCPU::test_neg_view_diag_embed_cpu_float64 2022-09-27T15:41:40.0559313Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_cpu_complex128 2022-09-27T15:41:40.0673629Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp_cpu_float32 2022-09-27T15:41:40.0861824Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diag_embed_cpu_float64 2022-09-27T15:41:40.0902713Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_as_cpu_float32 2022-09-27T15:41:40.0950882Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:41:40.0951685Z test_ops.py::TestMathBitsCPU::test_neg_view_diagflat_cpu_float64 2022-09-27T15:41:40.1003629Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:41:40.1101316Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diagflat_cpu_float64 2022-09-27T15:41:40.1302020Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_as_cpu_float32 2022-09-27T15:41:40.1342444Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_cpu_float32 2022-09-27T15:41:40.1385236Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cond_cpu_complex128 2022-09-27T15:41:40.1391246Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cond_cpu_complex128 2022-09-27T15:41:40.1535147Z test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_cpu_float64 2022-09-27T15:41:40.1653568Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_cpu_float64 2022-09-27T15:41:40.1741566Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_cpu_float32 2022-09-27T15:41:40.1782412Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expm1_cpu_float32 2022-09-27T15:41:40.1799730Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cross_cpu_complex128 2022-09-27T15:41:40.1822448Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expm1_cpu_float32 2022-09-27T15:41:40.1828002Z test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_scatter_cpu_float64 2022-09-27T15:41:40.1995752Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cross_cpu_complex128 2022-09-27T15:41:40.2183713Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_scatter_cpu_float64 2022-09-27T15:41:40.2204604Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eye_cpu_float32 2022-09-27T15:41:40.2223440Z [gw0] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eye_cpu_float32 2022-09-27T15:41:40.2262804Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_cpu_complex128 2022-09-27T15:41:40.2267998Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_cpu_complex128 2022-09-27T15:41:40.2625034Z test_ops.py::TestMathBitsCPU::test_neg_view_diff_cpu_float64 2022-09-27T15:41:40.2666868Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft2_cpu_float32 2022-09-27T15:41:40.3042426Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_singular_cpu_complex128 2022-09-27T15:41:40.3070561Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft2_cpu_float32 2022-09-27T15:41:40.3186309Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft_cpu_float32 2022-09-27T15:41:40.3205183Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diff_cpu_float64 2022-09-27T15:41:40.3222530Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_singular_cpu_complex128 2022-09-27T15:41:40.3227224Z test_ops.py::TestMathBitsCPU::test_neg_view_digamma_cpu_float64 2022-09-27T15:41:40.3269457Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eig_cpu_complex128 2022-09-27T15:41:40.3283396Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eig_cpu_complex128 2022-09-27T15:41:40.3664455Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_digamma_cpu_float64 2022-09-27T15:41:40.3667713Z test_ops.py::TestMathBitsCPU::test_neg_view_dist_cpu_float64 2022-09-27T15:41:40.3678793Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigh_cpu_complex128 2022-09-27T15:41:40.3693538Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft_cpu_float32 2022-09-27T15:41:40.3705945Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftn_cpu_float32 2022-09-27T15:41:40.4152146Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigh_cpu_complex128 2022-09-27T15:41:40.4165672Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvals_cpu_complex128 2022-09-27T15:41:40.4203092Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvals_cpu_complex128 2022-09-27T15:41:40.4217200Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftn_cpu_float32 2022-09-27T15:41:40.4422212Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftshift_cpu_float32 2022-09-27T15:41:40.4531363Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftshift_cpu_float32 2022-09-27T15:41:40.4543746Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_dist_cpu_float64 2022-09-27T15:41:40.4545446Z test_ops.py::TestMathBitsCPU::test_neg_view_div_floor_rounding_cpu_float64 2022-09-27T15:41:40.4577819Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvalsh_cpu_complex128 2022-09-27T15:41:40.4622684Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvalsh_cpu_complex128 2022-09-27T15:41:40.4722272Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft2_cpu_float32 2022-09-27T15:41:40.4986733Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_div_floor_rounding_cpu_float64 2022-09-27T15:41:40.5015853Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_householder_product_cpu_complex128 2022-09-27T15:41:40.5180846Z test_ops.py::TestMathBitsCPU::test_neg_view_div_no_rounding_mode_cpu_float64 2022-09-27T15:41:40.5235480Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_div_no_rounding_mode_cpu_float64 2022-09-27T15:41:40.5255767Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft2_cpu_float32 2022-09-27T15:41:40.5256840Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft_cpu_float32 2022-09-27T15:41:40.5424760Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_householder_product_cpu_complex128 2022-09-27T15:41:40.5463529Z test_ops.py::TestMathBitsCPU::test_neg_view_div_trunc_rounding_cpu_float64 2022-09-27T15:41:40.5507958Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_cpu_complex128 2022-09-27T15:41:40.5584976Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_cpu_complex128 2022-09-27T15:41:40.5800459Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_div_trunc_rounding_cpu_float64 2022-09-27T15:41:40.5808539Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft_cpu_float32 2022-09-27T15:41:40.5863804Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfftn_cpu_float32 2022-09-27T15:41:40.5906158Z test_ops.py::TestMathBitsCPU::test_neg_view_dot_cpu_float64 2022-09-27T15:41:40.5910676Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_dot_cpu_float64 2022-09-27T15:41:40.5957253Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_ex_cpu_complex128 2022-09-27T15:41:40.6305857Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_ex_cpu_complex128 2022-09-27T15:41:40.6343972Z test_ops.py::TestMathBitsCPU::test_neg_view_double_cpu_float64 2022-09-27T15:41:40.6436902Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_cpu_complex128 2022-09-27T15:41:40.6494002Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_double_cpu_float64 2022-09-27T15:41:40.6505421Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfftn_cpu_float32 2022-09-27T15:41:40.6520718Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft2_cpu_float32 2022-09-27T15:41:40.6744075Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_cpu_complex128 2022-09-27T15:41:40.6783783Z test_ops.py::TestMathBitsCPU::test_neg_view_dsplit_cpu_float64 2022-09-27T15:41:40.6788564Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_dsplit_cpu_float64 2022-09-27T15:41:40.6909358Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T15:41:40.6938834Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T15:41:40.6951117Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft2_cpu_float32 2022-09-27T15:41:40.7184890Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft_cpu_float32 2022-09-27T15:41:40.7223730Z test_ops.py::TestMathBitsCPU::test_neg_view_dstack_cpu_float64 2022-09-27T15:41:40.7234016Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_solve_cpu_complex128 2022-09-27T15:41:40.7266630Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_dstack_cpu_float64 2022-09-27T15:41:40.7502374Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_solve_cpu_complex128 2022-09-27T15:41:40.7510219Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft_cpu_float32 2022-09-27T15:41:40.7626202Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftn_cpu_float32 2022-09-27T15:41:40.7663380Z test_ops.py::TestMathBitsCPU::test_neg_view_einsum_cpu_float64 2022-09-27T15:41:40.7811769Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_cpu_complex128 2022-09-27T15:41:40.7854652Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_cpu_complex128 2022-09-27T15:41:40.8066318Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_einsum_cpu_float64 2022-09-27T15:41:40.8073808Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftn_cpu_float32 2022-09-27T15:41:40.8083804Z test_ops.py::TestMathBitsCPU::test_neg_view_empty_cpu_float64 2022-09-27T15:41:40.8089265Z [gw2] [ 84%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_empty_cpu_float64 2022-09-27T15:41:40.8142546Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftshift_cpu_float32 2022-09-27T15:41:40.8271208Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T15:41:40.8306740Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T15:41:40.8504785Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftshift_cpu_float32 2022-09-27T15:41:40.8507580Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft2_cpu_float32 2022-09-27T15:41:40.8524558Z test_ops.py::TestMathBitsCPU::test_neg_view_empty_like_cpu_float64 2022-09-27T15:41:40.8583457Z [gw2] [ 84%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_empty_like_cpu_float64 2022-09-27T15:41:40.8945539Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_cpu_complex128 2022-09-27T15:41:40.8973780Z test_ops.py::TestMathBitsCPU::test_neg_view_eq_cpu_float64 2022-09-27T15:41:40.9005906Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_cpu_complex128 2022-09-27T15:41:40.9022711Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_eq_cpu_float64 2022-09-27T15:41:40.9052839Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_cpu_complex128 2022-09-27T15:41:40.9103120Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_cpu_complex128 2022-09-27T15:41:40.9111032Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft2_cpu_float32 2022-09-27T15:41:40.9386764Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft_cpu_float32 2022-09-27T15:41:40.9421231Z test_ops.py::TestMathBitsCPU::test_neg_view_equal_cpu_float64 2022-09-27T15:41:40.9464387Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_equal_cpu_float64 2022-09-27T15:41:40.9498745Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_ex_cpu_complex128 2022-09-27T15:41:40.9642361Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_ex_cpu_complex128 2022-09-27T15:41:40.9649472Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft_cpu_float32 2022-09-27T15:41:40.9824867Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfftn_cpu_float32 2022-09-27T15:41:40.9868950Z test_ops.py::TestMathBitsCPU::test_neg_view_erf_cpu_float64 2022-09-27T15:41:40.9903505Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_erf_cpu_float64 2022-09-27T15:41:41.0022978Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_solve_cpu_complex128 2022-09-27T15:41:41.0265581Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_solve_cpu_complex128 2022-09-27T15:41:41.0297267Z test_ops.py::TestMathBitsCPU::test_neg_view_erfc_cpu_float64 2022-09-27T15:41:41.0305295Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfftn_cpu_float32 2022-09-27T15:41:41.0331264Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft2_cpu_float32 2022-09-27T15:41:41.0343416Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_erfc_cpu_float64 2022-09-27T15:41:41.0391274Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_norm_cpu_complex128 2022-09-27T15:41:41.0704129Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_norm_cpu_complex128 2022-09-27T15:41:41.0736568Z test_ops.py::TestMathBitsCPU::test_neg_view_erfinv_cpu_float64 2022-09-27T15:41:41.0744481Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft2_cpu_float32 2022-09-27T15:41:41.0784203Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_erfinv_cpu_float64 2022-09-27T15:41:41.0784851Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft_cpu_float32 2022-09-27T15:41:41.0818680Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_power_cpu_complex128 2022-09-27T15:41:41.1144848Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_power_cpu_complex128 2022-09-27T15:41:41.1203193Z test_ops.py::TestMathBitsCPU::test_neg_view_exp2_cpu_float64 2022-09-27T15:41:41.1215006Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_exp2_cpu_float64 2022-09-27T15:41:41.1229192Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft_cpu_float32 2022-09-27T15:41:41.1232705Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfftn_cpu_float32 2022-09-27T15:41:41.1266466Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_cpu_complex128 2022-09-27T15:41:41.1585315Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_cpu_complex128 2022-09-27T15:41:41.1641658Z test_ops.py::TestMathBitsCPU::test_neg_view_exp_cpu_float64 2022-09-27T15:41:41.1664012Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_exp_cpu_float64 2022-09-27T15:41:41.1695009Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T15:41:41.1754117Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T15:41:41.1765183Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfftn_cpu_float32 2022-09-27T15:41:41.2024014Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft2_cpu_float32 2022-09-27T15:41:41.2074456Z test_ops.py::TestMathBitsCPU::test_neg_view_expand_as_cpu_float64 2022-09-27T15:41:41.2102414Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_expand_as_cpu_float64 2022-09-27T15:41:41.2131072Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_multi_dot_cpu_complex128 2022-09-27T15:41:41.2156312Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft2_cpu_float32 2022-09-27T15:41:41.2222381Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_multi_dot_cpu_complex128 2022-09-27T15:41:41.2464410Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft_cpu_float32 2022-09-27T15:41:41.2545433Z test_ops.py::TestMathBitsCPU::test_neg_view_expand_cpu_float64 2022-09-27T15:41:41.2587596Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_cpu_complex128 2022-09-27T15:41:41.2607933Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_expand_cpu_float64 2022-09-27T15:41:41.2663433Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft_cpu_float32 2022-09-27T15:41:41.2670820Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_cpu_complex128 2022-09-27T15:41:41.2906286Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfftn_cpu_float32 2022-09-27T15:41:41.2946577Z test_ops.py::TestMathBitsCPU::test_neg_view_expm1_cpu_float64 2022-09-27T15:41:41.2984442Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_expm1_cpu_float64 2022-09-27T15:41:41.3029733Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T15:41:41.3136491Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T15:41:41.3144042Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfftn_cpu_float32 2022-09-27T15:41:41.3327149Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fill_cpu_float32 2022-09-27T15:41:41.3342479Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fill_cpu_float32 2022-09-27T15:41:41.3355782Z test_ops.py::TestMathBitsCPU::test_neg_view_eye_cpu_float64 2022-09-27T15:41:41.3422163Z [gw2] [ 84%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_eye_cpu_float64 2022-09-27T15:41:41.3464446Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_cpu_complex128 2022-09-27T15:41:41.3519480Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_cpu_complex128 2022-09-27T15:41:41.3526851Z [gw1] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_triangular_cpu_float32 2022-09-27T15:41:41.3581729Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svd_cpu_float32 2022-09-27T15:41:41.3783832Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flatten_cpu_float32 2022-09-27T15:41:41.3800151Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft2_cpu_float64 2022-09-27T15:41:41.3863214Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flatten_cpu_float32 2022-09-27T15:41:41.3885278Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_hermitian_cpu_complex128 2022-09-27T15:41:41.3910837Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft2_cpu_float64 2022-09-27T15:41:41.4022217Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_hermitian_cpu_complex128 2022-09-27T15:41:41.4224126Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flip_cpu_float32 2022-09-27T15:41:41.4304234Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft_cpu_float64 2022-09-27T15:41:41.4336383Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_singular_cpu_complex128 2022-09-27T15:41:41.4346078Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft_cpu_float64 2022-09-27T15:41:41.4430790Z [gw3] [ 84%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_singular_cpu_complex128 2022-09-27T15:41:41.4461807Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flip_cpu_float32 2022-09-27T15:41:41.4554615Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fliplr_cpu_float32 2022-09-27T15:41:41.4662458Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fliplr_cpu_float32 2022-09-27T15:41:41.4744276Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftn_cpu_float64 2022-09-27T15:41:41.4796140Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_qr_cpu_complex128 2022-09-27T15:41:41.4826293Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftn_cpu_float64 2022-09-27T15:41:41.4902698Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_qr_cpu_complex128 2022-09-27T15:41:41.4996356Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flipud_cpu_float32 2022-09-27T15:41:41.5102390Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flipud_cpu_float32 2022-09-27T15:41:41.5160539Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftshift_cpu_float64 2022-09-27T15:41:41.5183065Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftshift_cpu_float64 2022-09-27T15:41:41.5212687Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_slogdet_cpu_complex128 2022-09-27T15:41:41.5342825Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_slogdet_cpu_complex128 2022-09-27T15:41:41.5366183Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_cpu_float32 2022-09-27T15:41:41.5544323Z [gw0] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_cpu_float32 2022-09-27T15:41:41.5625234Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft2_cpu_float64 2022-09-27T15:41:41.5661890Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_cpu_complex128 2022-09-27T15:41:41.5677143Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft2_cpu_float64 2022-09-27T15:41:41.5783319Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_cpu_complex128 2022-09-27T15:41:41.5985979Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_power_cpu_float32 2022-09-27T15:41:41.6099150Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft_cpu_float64 2022-09-27T15:41:41.6107498Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_ex_cpu_complex128 2022-09-27T15:41:41.6110669Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft_cpu_float64 2022-09-27T15:41:41.6423236Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_ex_cpu_complex128 2022-09-27T15:41:41.6503729Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfftn_cpu_float64 2022-09-27T15:41:41.6557516Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_triangular_cpu_complex128 2022-09-27T15:41:41.6596613Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfftn_cpu_float64 2022-09-27T15:41:41.6863340Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_triangular_cpu_complex128 2022-09-27T15:41:41.6945354Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft2_cpu_float64 2022-09-27T15:41:41.6965350Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svd_cpu_complex128 2022-09-27T15:41:41.6989356Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft2_cpu_float64 2022-09-27T15:41:41.7306056Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svd_cpu_complex128 2022-09-27T15:41:41.7386044Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft_cpu_float64 2022-09-27T15:41:41.7422377Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svdvals_cpu_complex128 2022-09-27T15:41:41.7436919Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft_cpu_float64 2022-09-27T15:41:41.7743552Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svdvals_cpu_complex128 2022-09-27T15:41:41.7824528Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftn_cpu_float64 2022-09-27T15:41:41.7869947Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorinv_cpu_complex128 2022-09-27T15:41:41.7891320Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftn_cpu_float64 2022-09-27T15:41:41.8183901Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorinv_cpu_complex128 2022-09-27T15:41:41.8243466Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftshift_cpu_float64 2022-09-27T15:41:41.8263091Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftshift_cpu_float64 2022-09-27T15:41:41.8312984Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorsolve_cpu_complex128 2022-09-27T15:41:41.8625842Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorsolve_cpu_complex128 2022-09-27T15:41:41.8706163Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft2_cpu_float64 2022-09-27T15:41:41.8740672Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vander_cpu_complex128 2022-09-27T15:41:41.8755816Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft2_cpu_float64 2022-09-27T15:41:41.9063033Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vander_cpu_complex128 2022-09-27T15:41:41.9144067Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft_cpu_float64 2022-09-27T15:41:41.9187044Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vecdot_cpu_complex128 2022-09-27T15:41:41.9197968Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft_cpu_float64 2022-09-27T15:41:41.9503339Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vecdot_cpu_complex128 2022-09-27T15:41:41.9584660Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfftn_cpu_float64 2022-09-27T15:41:41.9629773Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vector_norm_cpu_complex128 2022-09-27T15:41:41.9648530Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vector_norm_cpu_complex128 2022-09-27T15:41:41.9943199Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfftn_cpu_float64 2022-09-27T15:41:41.9959646Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft2_cpu_float64 2022-09-27T15:41:41.9968770Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_power_cpu_float32 2022-09-27T15:41:42.0024632Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_cpu_float32 2022-09-27T15:41:42.0045055Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linspace_cpu_complex128 2022-09-27T15:41:42.0051907Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft2_cpu_float64 2022-09-27T15:41:42.0067825Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_cpu_float32 2022-09-27T15:41:42.0382486Z [gw3] [ 84%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_linspace_cpu_complex128 2022-09-27T15:41:42.0424493Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft_cpu_float64 2022-09-27T15:41:42.0454392Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_divide_cpu_float32 2022-09-27T15:41:42.0469535Z [gw0] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_divide_cpu_float32 2022-09-27T15:41:42.0500640Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log10_cpu_complex128 2022-09-27T15:41:42.0516019Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft_cpu_float64 2022-09-27T15:41:42.0822573Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_log10_cpu_complex128 2022-09-27T15:41:42.0864665Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfftn_cpu_float64 2022-09-27T15:41:42.0903893Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmax_cpu_float32 2022-09-27T15:41:42.0952108Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log2_cpu_complex128 2022-09-27T15:41:42.0976505Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_log2_cpu_complex128 2022-09-27T15:41:42.1263626Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfftn_cpu_float64 2022-09-27T15:41:42.1345468Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft2_cpu_float64 2022-09-27T15:41:42.1395709Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_cpu_complex128 2022-09-27T15:41:42.1409226Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_cpu_complex128 2022-09-27T15:41:42.1703554Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft2_cpu_float64 2022-09-27T15:41:42.1783151Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft_cpu_float64 2022-09-27T15:41:42.1840478Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_softmax_dtype_cpu_complex128 2022-09-27T15:41:42.1853122Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_softmax_dtype_cpu_complex128 2022-09-27T15:41:42.2142916Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft_cpu_float64 2022-09-27T15:41:42.2224286Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfftn_cpu_float64 2022-09-27T15:41:42.2272924Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logdet_cpu_complex128 2022-09-27T15:41:42.2308039Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_logdet_cpu_complex128 2022-09-27T15:41:42.2586311Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfftn_cpu_float64 2022-09-27T15:41:42.2660733Z test_ops.py::TestMathBitsCPU::test_neg_view_fill_cpu_float64 2022-09-27T15:41:42.2672984Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fill_cpu_float64 2022-09-27T15:41:42.2698369Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_and_cpu_complex128 2022-09-27T15:41:42.3026739Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_and_cpu_complex128 2022-09-27T15:41:42.3104054Z test_ops.py::TestMathBitsCPU::test_neg_view_flatten_cpu_float64 2022-09-27T15:41:42.3132846Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_not_cpu_complex128 2022-09-27T15:41:42.3139065Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_not_cpu_complex128 2022-09-27T15:41:42.3463937Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_flatten_cpu_float64 2022-09-27T15:41:42.3496174Z test_ops.py::TestMathBitsCPU::test_neg_view_flip_cpu_float64 2022-09-27T15:41:42.3506086Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmax_cpu_float32 2022-09-27T15:41:42.3542755Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmin_cpu_float32 2022-09-27T15:41:42.3570571Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_or_cpu_complex128 2022-09-27T15:41:42.3609483Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_or_cpu_complex128 2022-09-27T15:41:42.3903091Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_flip_cpu_float64 2022-09-27T15:41:42.3952705Z test_ops.py::TestMathBitsCPU::test_neg_view_fliplr_cpu_float64 2022-09-27T15:41:42.3982337Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fliplr_cpu_float64 2022-09-27T15:41:42.4009268Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_xor_cpu_complex128 2022-09-27T15:41:42.4342681Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_xor_cpu_complex128 2022-09-27T15:41:42.4393201Z test_ops.py::TestMathBitsCPU::test_neg_view_flipud_cpu_float64 2022-09-27T15:41:42.4422457Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_flipud_cpu_float64 2022-09-27T15:41:42.4450080Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logspace_cpu_complex128 2022-09-27T15:41:42.4784086Z [gw3] [ 84%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_logspace_cpu_complex128 2022-09-27T15:41:42.4863346Z test_ops.py::TestMathBitsCPU::test_neg_view_float_cpu_float64 2022-09-27T15:41:42.4874717Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_long_cpu_complex128 2022-09-27T15:41:42.4890732Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_float_cpu_float64 2022-09-27T15:41:42.5222666Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_long_cpu_complex128 2022-09-27T15:41:42.5302444Z test_ops.py::TestMathBitsCPU::test_neg_view_float_power_cpu_float64 2022-09-27T15:41:42.5334501Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_cpu_complex128 2022-09-27T15:41:42.5445269Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_cpu_complex128 2022-09-27T15:41:42.5663467Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_float_power_cpu_float64 2022-09-27T15:41:42.5706065Z test_ops.py::TestMathBitsCPU::test_neg_view_floor_cpu_float64 2022-09-27T15:41:42.5742184Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_floor_cpu_float64 2022-09-27T15:41:42.5787494Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_solve_cpu_complex128 2022-09-27T15:41:42.6011723Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_solve_cpu_complex128 2022-09-27T15:41:42.6018013Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmin_cpu_float32 2022-09-27T15:41:42.6103121Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmod_cpu_float32 2022-09-27T15:41:42.6183038Z test_ops.py::TestMathBitsCPU::test_neg_view_floor_divide_cpu_float64 2022-09-27T15:41:42.6202183Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_unpack_cpu_complex128 2022-09-27T15:41:42.6221114Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_floor_divide_cpu_float64 2022-09-27T15:41:42.6546667Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_unpack_cpu_complex128 2022-09-27T15:41:42.6625314Z test_ops.py::TestMathBitsCPU::test_neg_view_fmax_cpu_float64 2022-09-27T15:41:42.6662125Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mH_cpu_complex128 2022-09-27T15:41:42.6720741Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mH_cpu_complex128 2022-09-27T15:41:42.6985118Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fmax_cpu_float64 2022-09-27T15:41:42.7064041Z test_ops.py::TestMathBitsCPU::test_neg_view_fmin_cpu_float64 2022-09-27T15:41:42.7095099Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mT_cpu_complex128 2022-09-27T15:41:42.7161436Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mT_cpu_complex128 2022-09-27T15:41:42.7424315Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fmin_cpu_float64 2022-09-27T15:41:42.7504051Z test_ops.py::TestMathBitsCPU::test_neg_view_fmod_cpu_float64 2022-09-27T15:41:42.7539001Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_fill_cpu_complex128 2022-09-27T15:41:42.7620938Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_fill_cpu_complex128 2022-09-27T15:41:42.7865671Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fmod_cpu_float64 2022-09-27T15:41:42.7944280Z test_ops.py::TestMathBitsCPU::test_neg_view_frac_cpu_float64 2022-09-27T15:41:42.7953183Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_frac_cpu_float64 2022-09-27T15:41:42.8014606Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_scatter_cpu_complex128 2022-09-27T15:41:42.8305581Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_scatter_cpu_complex128 2022-09-27T15:41:42.8355022Z test_ops.py::TestMathBitsCPU::test_neg_view_frexp_cpu_float64 2022-09-27T15:41:42.8384223Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_frexp_cpu_float64 2022-09-27T15:41:42.8442503Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_select_cpu_complex128 2022-09-27T15:41:42.8459663Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_select_cpu_complex128 2022-09-27T15:41:42.8468853Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmod_cpu_float32 2022-09-27T15:41:42.8590172Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frac_cpu_float32 2022-09-27T15:41:42.8743812Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frac_cpu_float32 2022-09-27T15:41:42.8782554Z test_ops.py::TestMathBitsCPU::test_neg_view_full_like_cpu_float64 2022-09-27T15:41:42.8822359Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_full_like_cpu_float64 2022-09-27T15:41:42.8874874Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_matmul_cpu_complex128 2022-09-27T15:41:42.8902168Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_matmul_cpu_complex128 2022-09-27T15:41:42.9049055Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frexp_cpu_float32 2022-09-27T15:41:42.9182787Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frexp_cpu_float32 2022-09-27T15:41:42.9243251Z test_ops.py::TestMathBitsCPU::test_neg_view_gather_cpu_float64 2022-09-27T15:41:42.9262268Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_gather_cpu_float64 2022-09-27T15:41:42.9314479Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_matrix_exp_cpu_complex128 2022-09-27T15:41:42.9342337Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_matrix_exp_cpu_complex128 2022-09-27T15:41:42.9363188Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_full_like_cpu_float32 2022-09-27T15:41:42.9624973Z [gw0] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_full_like_cpu_float32 2022-09-27T15:41:42.9671101Z test_ops.py::TestMathBitsCPU::test_neg_view_ge_cpu_float64 2022-09-27T15:41:42.9702356Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ge_cpu_float64 2022-09-27T15:41:42.9732032Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mean_cpu_complex128 2022-09-27T15:41:42.9782654Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mean_cpu_complex128 2022-09-27T15:41:43.0063245Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gather_cpu_float32 2022-09-27T15:41:43.0143595Z test_ops.py::TestMathBitsCPU::test_neg_view_geqrf_cpu_float64 2022-09-27T15:41:43.0204215Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:41:43.0220401Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:41:43.0231494Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gather_cpu_float32 2022-09-27T15:41:43.0255400Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ge_cpu_float32 2022-09-27T15:41:43.0261604Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_geqrf_cpu_float64 2022-09-27T15:41:43.0503306Z [gw0] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ge_cpu_float32 2022-09-27T15:41:43.0574557Z test_ops.py::TestMathBitsCPU::test_neg_view_gradient_cpu_float64 2022-09-27T15:41:43.0582743Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_gradient_cpu_float64 2022-09-27T15:41:43.0639943Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:41:43.0662115Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:41:43.0682833Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_geqrf_cpu_float32 2022-09-27T15:41:43.0943628Z [gw0] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_geqrf_cpu_float32 2022-09-27T15:41:43.0988925Z test_ops.py::TestMathBitsCPU::test_neg_view_gt_cpu_float64 2022-09-27T15:41:43.1022700Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_gt_cpu_float64 2022-09-27T15:41:43.1070913Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mm_cpu_complex128 2022-09-27T15:41:43.1101925Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mm_cpu_complex128 2022-09-27T15:41:43.1384385Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gradient_cpu_float32 2022-09-27T15:41:43.1463203Z test_ops.py::TestMathBitsCPU::test_neg_view_half_cpu_float64 2022-09-27T15:41:43.1471492Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_movedim_cpu_complex128 2022-09-27T15:41:43.1506705Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_half_cpu_float64 2022-09-27T15:41:43.1823638Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_movedim_cpu_complex128 2022-09-27T15:41:43.1903689Z test_ops.py::TestMathBitsCPU::test_neg_view_heaviside_cpu_float64 2022-09-27T15:41:43.1908884Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mul_cpu_complex128 2022-09-27T15:41:43.1948558Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_heaviside_cpu_float64 2022-09-27T15:41:43.2262869Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mul_cpu_complex128 2022-09-27T15:41:43.2342521Z test_ops.py::TestMathBitsCPU::test_neg_view_histc_cpu_float64 2022-09-27T15:41:43.2385152Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mv_cpu_complex128 2022-09-27T15:41:43.2606780Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mv_cpu_complex128 2022-09-27T15:41:43.2702136Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_histc_cpu_float64 2022-09-27T15:41:43.2782936Z test_ops.py::TestMathBitsCPU::test_neg_view_histogram_cpu_float64 2022-09-27T15:41:43.2817636Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_copy_cpu_complex128 2022-09-27T15:41:43.3224821Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_copy_cpu_complex128 2022-09-27T15:41:43.3272364Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_cpu_complex128 2022-09-27T15:41:43.3445169Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_cpu_complex128 2022-09-27T15:41:43.3452866Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_histogram_cpu_float64 2022-09-27T15:41:43.3664281Z test_ops.py::TestMathBitsCPU::test_neg_view_histogramdd_cpu_float64 2022-09-27T15:41:43.3698699Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ne_cpu_complex128 2022-09-27T15:41:43.4105293Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_ne_cpu_complex128 2022-09-27T15:41:43.4156601Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_neg_cpu_complex128 2022-09-27T15:41:43.4544641Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_neg_cpu_complex128 2022-09-27T15:41:43.4561710Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_cpu_complex128 2022-09-27T15:41:43.4599129Z [gw3] [ 84%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_cpu_complex128 2022-09-27T15:41:43.4609148Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_histogramdd_cpu_float64 2022-09-27T15:41:43.4641782Z test_ops.py::TestMathBitsCPU::test_neg_view_hsplit_cpu_float64 2022-09-27T15:41:43.4984160Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_hsplit_cpu_float64 2022-09-27T15:41:43.5000934Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_strided_cpu_complex128 2022-09-27T15:41:43.5022251Z [gw3] [ 84%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_strided_cpu_complex128 2022-09-27T15:41:43.5064501Z test_ops.py::TestMathBitsCPU::test_neg_view_hstack_cpu_float64 2022-09-27T15:41:43.5422869Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_hstack_cpu_float64 2022-09-27T15:41:43.5468502Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_full_cpu_complex128 2022-09-27T15:41:43.5502144Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_full_cpu_complex128 2022-09-27T15:41:43.5619161Z test_ops.py::TestMathBitsCPU::test_neg_view_hypot_cpu_float64 2022-09-27T15:41:43.5862525Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_hypot_cpu_float64 2022-09-27T15:41:43.5899584Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_ones_cpu_complex128 2022-09-27T15:41:43.5941827Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_ones_cpu_complex128 2022-09-27T15:41:43.5990104Z test_ops.py::TestMathBitsCPU::test_neg_view_i0_cpu_float64 2022-09-27T15:41:43.6303378Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_i0_cpu_float64 2022-09-27T15:41:43.6340136Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_zeros_cpu_complex128 2022-09-27T15:41:43.6381948Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_zeros_cpu_complex128 2022-09-27T15:41:43.6441006Z test_ops.py::TestMathBitsCPU::test_neg_view_igamma_cpu_float64 2022-09-27T15:41:43.6743529Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_igamma_cpu_float64 2022-09-27T15:41:43.6816693Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv1d_cpu_complex128 2022-09-27T15:41:43.6827689Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv1d_cpu_complex128 2022-09-27T15:41:43.6917630Z test_ops.py::TestMathBitsCPU::test_neg_view_igammac_cpu_float64 2022-09-27T15:41:43.7185232Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_igammac_cpu_float64 2022-09-27T15:41:43.7276572Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv2d_cpu_complex128 2022-09-27T15:41:43.7278249Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv2d_cpu_complex128 2022-09-27T15:41:43.7449954Z test_ops.py::TestMathBitsCPU::test_neg_view_index_add_cpu_float64 2022-09-27T15:41:43.7625863Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_index_add_cpu_float64 2022-09-27T15:41:43.7701467Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:41:43.7727309Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:41:43.7794843Z test_ops.py::TestMathBitsCPU::test_neg_view_index_copy_cpu_float64 2022-09-27T15:41:43.8064077Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_index_copy_cpu_float64 2022-09-27T15:41:43.8128794Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T15:41:43.8142962Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T15:41:43.8221244Z test_ops.py::TestMathBitsCPU::test_neg_view_index_fill_cpu_float64 2022-09-27T15:41:43.8503742Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_index_fill_cpu_float64 2022-09-27T15:41:43.8541415Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:41:43.8582564Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:41:43.8610149Z test_ops.py::TestMathBitsCPU::test_neg_view_index_put_cpu_float64 2022-09-27T15:41:43.8814746Z [gw2] [ 84%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_index_put_cpu_float64 2022-09-27T15:41:43.8824257Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gradient_cpu_float32 2022-09-27T15:41:43.8843386Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gt_cpu_float32 2022-09-27T15:41:43.8942200Z [gw0] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gt_cpu_float32 2022-09-27T15:41:43.9021746Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_linear_cpu_complex128 2022-09-27T15:41:43.9033376Z test_ops.py::TestMathBitsCPU::test_neg_view_index_reduce_cpu_float64 2022-09-27T15:41:43.9263495Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_linear_cpu_complex128 2022-09-27T15:41:43.9285893Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_half_cpu_float32 2022-09-27T15:41:43.9383257Z [gw0] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_half_cpu_float32 2022-09-27T15:41:43.9432216Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_normalize_cpu_complex128 2022-09-27T15:41:43.9534564Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_normalize_cpu_complex128 2022-09-27T15:41:43.9545822Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_index_reduce_cpu_float64 2022-09-27T15:41:43.9590739Z test_ops.py::TestMathBitsCPU::test_neg_view_index_select_cpu_float64 2022-09-27T15:41:43.9702235Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_index_select_cpu_float64 2022-09-27T15:41:43.9721277Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_heaviside_cpu_float32 2022-09-27T15:41:43.9822526Z [gw0] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_heaviside_cpu_float32 2022-09-27T15:41:43.9865905Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:41:43.9981705Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:41:44.0018518Z test_ops.py::TestMathBitsCPU::test_neg_view_inner_cpu_float64 2022-09-27T15:41:44.0142836Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_inner_cpu_float64 2022-09-27T15:41:44.0165206Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histc_cpu_float32 2022-09-27T15:41:44.0262157Z [gw0] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histc_cpu_float32 2022-09-27T15:41:44.0301654Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_constant_cpu_complex128 2022-09-27T15:41:44.0421733Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_constant_cpu_complex128 2022-09-27T15:41:44.0448455Z test_ops.py::TestMathBitsCPU::test_neg_view_int_cpu_float64 2022-09-27T15:41:44.0582186Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_int_cpu_float64 2022-09-27T15:41:44.0601058Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogram_cpu_float32 2022-09-27T15:41:44.0702395Z [gw0] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogram_cpu_float32 2022-09-27T15:41:44.0741754Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:41:44.0862396Z [gw3] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:41:44.0931583Z test_ops.py::TestMathBitsCPU::test_neg_view_isclose_cpu_float64 2022-09-27T15:41:44.1021264Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isclose_cpu_float64 2022-09-27T15:41:44.1042369Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogramdd_cpu_float32 2022-09-27T15:41:44.1142250Z [gw0] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogramdd_cpu_float32 2022-09-27T15:41:44.1180617Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_replicate_cpu_complex128 2022-09-27T15:41:44.1302221Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_replicate_cpu_complex128 2022-09-27T15:41:44.1325346Z test_ops.py::TestMathBitsCPU::test_neg_view_isfinite_cpu_float64 2022-09-27T15:41:44.1461972Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isfinite_cpu_float64 2022-09-27T15:41:44.1582568Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hsplit_cpu_float32 2022-09-27T15:41:44.1619614Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:41:44.1635703Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hsplit_cpu_float32 2022-09-27T15:41:44.1741986Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:41:44.1765528Z test_ops.py::TestMathBitsCPU::test_neg_view_isin_cpu_float64 2022-09-27T15:41:44.1901896Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isin_cpu_float64 2022-09-27T15:41:44.2026727Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hstack_cpu_float32 2022-09-27T15:41:44.2027887Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:41:44.2069726Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hstack_cpu_float32 2022-09-27T15:41:44.2183512Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:41:44.2210745Z test_ops.py::TestMathBitsCPU::test_neg_view_isinf_cpu_float64 2022-09-27T15:41:44.2342684Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isinf_cpu_float64 2022-09-27T15:41:44.2463156Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hypot_cpu_float32 2022-09-27T15:41:44.2510876Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:41:44.2623810Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:41:44.2646953Z test_ops.py::TestMathBitsCPU::test_neg_view_isnan_cpu_float64 2022-09-27T15:41:44.2905021Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isnan_cpu_float64 2022-09-27T15:41:44.2942856Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:41:44.3064497Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:41:44.3088529Z test_ops.py::TestMathBitsCPU::test_neg_view_isneginf_cpu_float64 2022-09-27T15:41:44.3343799Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isneginf_cpu_float64 2022-09-27T15:41:44.3390052Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T15:41:44.3503326Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T15:41:44.3530153Z test_ops.py::TestMathBitsCPU::test_neg_view_isposinf_cpu_float64 2022-09-27T15:41:44.3784360Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isposinf_cpu_float64 2022-09-27T15:41:44.3828816Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softsign_cpu_complex128 2022-09-27T15:41:44.3943628Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softsign_cpu_complex128 2022-09-27T15:41:44.3972269Z test_ops.py::TestMathBitsCPU::test_neg_view_isreal_cpu_float64 2022-09-27T15:41:44.4224737Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isreal_cpu_float64 2022-09-27T15:41:44.4269898Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:41:44.4383981Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:41:44.4652146Z test_ops.py::TestMathBitsCPU::test_neg_view_istft_cpu_float64 2022-09-27T15:41:44.4669855Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_istft_cpu_float64 2022-09-27T15:41:44.4690273Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:41:44.4697183Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hypot_cpu_float32 2022-09-27T15:41:44.4720391Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_i0_cpu_float32 2022-09-27T15:41:44.4825468Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:41:44.4831238Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:41:44.4847849Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_i0_cpu_float32 2022-09-27T15:41:44.5106234Z [gw2] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:41:44.5106933Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igamma_cpu_float32 2022-09-27T15:41:44.5128701Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:41:44.5156727Z [gw0] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igamma_cpu_float32 2022-09-27T15:41:44.5263173Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:41:44.5287895Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:41:44.5544959Z [gw2] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:41:44.5545369Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igammac_cpu_float32 2022-09-27T15:41:44.5563277Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_unfold_cpu_complex128 2022-09-27T15:41:44.5584127Z [gw0] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igammac_cpu_float32 2022-09-27T15:41:44.5702542Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_unfold_cpu_complex128 2022-09-27T15:41:44.5723155Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_cpu_float64 2022-09-27T15:41:44.5982640Z [gw2] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_cpu_float64 2022-09-27T15:41:44.5984744Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_add_cpu_float32 2022-09-27T15:41:44.6023319Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nonzero_cpu_complex128 2022-09-27T15:41:44.6142498Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nonzero_cpu_complex128 2022-09-27T15:41:44.6164741Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:41:44.6424371Z [gw2] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:41:44.6461650Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_cpu_complex128 2022-09-27T15:41:44.6583684Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_cpu_complex128 2022-09-27T15:41:44.6607234Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_unary_cpu_float64 2022-09-27T15:41:44.6863001Z [gw2] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_unary_cpu_float64 2022-09-27T15:41:44.6901068Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_fro_cpu_complex128 2022-09-27T15:41:44.7022796Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_fro_cpu_complex128 2022-09-27T15:41:44.7061208Z test_ops.py::TestMathBitsCPU::test_neg_view_kron_cpu_float64 2022-09-27T15:41:44.7303741Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_kron_cpu_float64 2022-09-27T15:41:44.7343137Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_inf_cpu_complex128 2022-09-27T15:41:44.7462861Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_inf_cpu_complex128 2022-09-27T15:41:44.7511194Z test_ops.py::TestMathBitsCPU::test_neg_view_kthvalue_cpu_float64 2022-09-27T15:41:44.7744026Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_kthvalue_cpu_float64 2022-09-27T15:41:44.7785258Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_nuc_cpu_complex128 2022-09-27T15:41:44.7903133Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_nuc_cpu_complex128 2022-09-27T15:41:44.7994076Z test_ops.py::TestMathBitsCPU::test_neg_view_ldexp_cpu_float64 2022-09-27T15:41:44.8184218Z [gw2] [ 85%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_ldexp_cpu_float64 2022-09-27T15:41:44.8281941Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_cpu_complex128 2022-09-27T15:41:44.8343781Z [gw3] [ 85%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_cpu_complex128 2022-09-27T15:41:44.8414718Z test_ops.py::TestMathBitsCPU::test_neg_view_le_cpu_float64 2022-09-27T15:41:44.8624337Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_le_cpu_float64 2022-09-27T15:41:44.8668131Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_like_cpu_complex128 2022-09-27T15:41:44.8783258Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_like_cpu_complex128 2022-09-27T15:41:44.9034652Z test_ops.py::TestMathBitsCPU::test_neg_view_lerp_cpu_float64 2022-09-27T15:41:44.9063461Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lerp_cpu_float64 2022-09-27T15:41:44.9224512Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ormqr_cpu_complex128 2022-09-27T15:41:44.9277265Z test_ops.py::TestMathBitsCPU::test_neg_view_lgamma_cpu_float64 2022-09-27T15:41:44.9584499Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lgamma_cpu_float64 2022-09-27T15:41:44.9598613Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_ormqr_cpu_complex128 2022-09-27T15:41:44.9641796Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_outer_cpu_complex128 2022-09-27T15:41:44.9662442Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_outer_cpu_complex128 2022-09-27T15:41:45.0022562Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_cpu_float64 2022-09-27T15:41:45.0058862Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_permute_cpu_complex128 2022-09-27T15:41:45.0462623Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_permute_cpu_complex128 2022-09-27T15:41:45.0502858Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_pinverse_cpu_complex128 2022-09-27T15:41:45.0528764Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_pinverse_cpu_complex128 2022-09-27T15:41:45.0541308Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_add_cpu_float32 2022-09-27T15:41:45.0942265Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_copy_cpu_float32 2022-09-27T15:41:45.0959341Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_positive_cpu_complex128 2022-09-27T15:41:45.1344757Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_positive_cpu_complex128 2022-09-27T15:41:45.1394514Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_pow_cpu_complex128 2022-09-27T15:41:45.1799442Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_pow_cpu_complex128 2022-09-27T15:41:45.1830509Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_prod_cpu_complex128 2022-09-27T15:41:45.2161399Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_prod_cpu_complex128 2022-09-27T15:41:45.2177890Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_copy_cpu_float32 2022-09-27T15:41:45.2222739Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_fill_cpu_float32 2022-09-27T15:41:45.2271488Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_put_cpu_complex128 2022-09-27T15:41:45.2533263Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_put_cpu_complex128 2022-09-27T15:41:45.2623252Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_fill_cpu_float32 2022-09-27T15:41:45.2636695Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_put_cpu_float32 2022-09-27T15:41:45.2643298Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_cpu_float64 2022-09-27T15:41:45.2768107Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_ex_cpu_float64 2022-09-27T15:41:45.2768776Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_qr_cpu_complex128 2022-09-27T15:41:45.2796700Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_ex_cpu_float64 2022-09-27T15:41:45.3062102Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_qr_cpu_complex128 2022-09-27T15:41:45.3102793Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cond_cpu_float64 2022-09-27T15:41:45.3128828Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rand_like_cpu_complex128 2022-09-27T15:41:45.3142297Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cond_cpu_float64 2022-09-27T15:41:45.3504597Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_rand_like_cpu_complex128 2022-09-27T15:41:45.3543952Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cross_cpu_float64 2022-09-27T15:41:45.3556178Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_cpu_complex128 2022-09-27T15:41:45.3574452Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cross_cpu_float64 2022-09-27T15:41:45.3942389Z [gw3] [ 85%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_cpu_complex128 2022-09-27T15:41:45.3983455Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_cpu_float64 2022-09-27T15:41:45.4033107Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_like_cpu_complex128 2022-09-27T15:41:45.4048916Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_like_cpu_complex128 2022-09-27T15:41:45.4383866Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_cpu_float64 2022-09-27T15:41:45.4423530Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_singular_cpu_float64 2022-09-27T15:41:45.4475925Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ravel_cpu_complex128 2022-09-27T15:41:45.4560640Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_ravel_cpu_complex128 2022-09-27T15:41:45.4572607Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_put_cpu_float32 2022-09-27T15:41:45.4597535Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_reduce_cpu_float32 2022-09-27T15:41:45.4863702Z [gw0] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_reduce_cpu_float32 2022-09-27T15:41:45.4893625Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_real_cpu_complex128 2022-09-27T15:41:45.4896901Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_singular_cpu_float64 2022-09-27T15:41:45.4904533Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_real_cpu_complex128 2022-09-27T15:41:45.4982020Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eig_cpu_float64 2022-09-27T15:41:45.4997484Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_select_cpu_float32 2022-09-27T15:41:45.5224930Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eig_cpu_float64 2022-09-27T15:41:45.5303325Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_select_cpu_float32 2022-09-27T15:41:45.5335333Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reciprocal_cpu_complex128 2022-09-27T15:41:45.5345770Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_reciprocal_cpu_complex128 2022-09-27T15:41:45.5423085Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigh_cpu_float64 2022-09-27T15:41:45.5433616Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_inner_cpu_float32 2022-09-27T15:41:45.5786407Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigh_cpu_float64 2022-09-27T15:41:45.5787822Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_renorm_cpu_complex128 2022-09-27T15:41:45.5835534Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvals_cpu_float64 2022-09-27T15:41:45.6003323Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_renorm_cpu_complex128 2022-09-27T15:41:45.6087622Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvals_cpu_float64 2022-09-27T15:41:45.6098232Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_inner_cpu_float32 2022-09-27T15:41:45.6121033Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_int_cpu_float32 2022-09-27T15:41:45.6223026Z [gw0] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_int_cpu_float32 2022-09-27T15:41:45.6262569Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvalsh_cpu_float64 2022-09-27T15:41:45.6325505Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_cpu_complex128 2022-09-27T15:41:45.6396082Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_cpu_complex128 2022-09-27T15:41:45.6502425Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvalsh_cpu_float64 2022-09-27T15:41:45.6527686Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isclose_cpu_float32 2022-09-27T15:41:45.6702274Z [gw0] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isclose_cpu_float32 2022-09-27T15:41:45.6742435Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_householder_product_cpu_float64 2022-09-27T15:41:45.6790209Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_interleave_cpu_complex128 2022-09-27T15:41:45.6971301Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_interleave_cpu_complex128 2022-09-27T15:41:45.6975275Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isfinite_cpu_float32 2022-09-27T15:41:45.7110098Z [gw0] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isfinite_cpu_float32 2022-09-27T15:41:45.7182281Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_householder_product_cpu_float64 2022-09-27T15:41:45.7223026Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_cpu_float64 2022-09-27T15:41:45.7271449Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_as_cpu_complex128 2022-09-27T15:41:45.7328116Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_as_cpu_complex128 2022-09-27T15:41:45.7382820Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_cpu_float64 2022-09-27T15:41:45.7403360Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isin_cpu_float32 2022-09-27T15:41:45.7622880Z [gw0] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isin_cpu_float32 2022-09-27T15:41:45.7689576Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_ex_cpu_float64 2022-09-27T15:41:45.7697319Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_cpu_complex128 2022-09-27T15:41:45.7713396Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_ex_cpu_float64 2022-09-27T15:41:45.7822701Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_cpu_complex128 2022-09-27T15:41:45.7846984Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isinf_cpu_float32 2022-09-27T15:41:45.8062546Z [gw0] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isinf_cpu_float32 2022-09-27T15:41:45.8098069Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_cpu_float64 2022-09-27T15:41:45.8112785Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_cpu_float64 2022-09-27T15:41:45.8140921Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize__cpu_complex128 2022-09-27T15:41:45.8263196Z [gw3] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize__cpu_complex128 2022-09-27T15:41:45.8287177Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isnan_cpu_float32 2022-09-27T15:41:45.8545112Z [gw0] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isnan_cpu_float32 2022-09-27T15:41:45.8546653Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:41:45.8594836Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize_as__cpu_complex128 2022-09-27T15:41:45.8637076Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize_as__cpu_complex128 2022-09-27T15:41:45.8703135Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:41:45.8727108Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isneginf_cpu_float32 2022-09-27T15:41:45.8847919Z [gw0] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isneginf_cpu_float32 2022-09-27T15:41:45.8855116Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svd_cpu_float32 2022-09-27T15:41:45.8983551Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svdvals_cpu_float32 2022-09-27T15:41:45.8984217Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_solve_cpu_float64 2022-09-27T15:41:45.9027219Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_conj_cpu_complex128 2022-09-27T15:41:45.9048989Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_conj_cpu_complex128 2022-09-27T15:41:45.9143112Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_solve_cpu_float64 2022-09-27T15:41:45.9179262Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isposinf_cpu_float32 2022-09-27T15:41:45.9426661Z [gw0] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isposinf_cpu_float32 2022-09-27T15:41:45.9427291Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_cpu_float64 2022-09-27T15:41:45.9469836Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_neg_cpu_complex128 2022-09-27T15:41:45.9583425Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_neg_cpu_complex128 2022-09-27T15:41:45.9603927Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isreal_cpu_float32 2022-09-27T15:41:45.9851088Z [gw0] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isreal_cpu_float32 2022-09-27T15:41:45.9867444Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_cpu_float64 2022-09-27T15:41:45.9870419Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T15:41:45.9914045Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_roll_cpu_complex128 2022-09-27T15:41:46.0024903Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_roll_cpu_complex128 2022-09-27T15:41:46.0322717Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_istft_cpu_float32 2022-09-27T15:41:46.0369855Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rot90_cpu_complex128 2022-09-27T15:41:46.0674445Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_rot90_cpu_complex128 2022-09-27T15:41:46.0691522Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svdvals_cpu_float32 2022-09-27T15:41:46.0742850Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorinv_cpu_float32 2022-09-27T15:41:46.0777422Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsqrt_cpu_complex128 2022-09-27T15:41:46.0846286Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsqrt_cpu_complex128 2022-09-27T15:41:46.1058522Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorinv_cpu_float32 2022-09-27T15:41:46.1074312Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T15:41:46.1103097Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_cpu_float64 2022-09-27T15:41:46.1221364Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorsolve_cpu_float32 2022-09-27T15:41:46.1223504Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsub_cpu_complex128 2022-09-27T15:41:46.1240335Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsub_cpu_complex128 2022-09-27T15:41:46.1502477Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_cpu_float64 2022-09-27T15:41:46.1625478Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_cpu_float64 2022-09-27T15:41:46.1662173Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_cpu_float64 2022-09-27T15:41:46.1717331Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_add_cpu_complex128 2022-09-27T15:41:46.1912038Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_add_cpu_complex128 2022-09-27T15:41:46.1919524Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorsolve_cpu_float32 2022-09-27T15:41:46.1942377Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vander_cpu_float32 2022-09-27T15:41:46.2032571Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_ex_cpu_float64 2022-09-27T15:41:46.2056799Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_ex_cpu_float64 2022-09-27T15:41:46.2102044Z [gw1] [ 85%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vander_cpu_float32 2022-09-27T15:41:46.2148243Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_cpu_complex128 2022-09-27T15:41:46.2341775Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_cpu_complex128 2022-09-27T15:41:46.2383436Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vecdot_cpu_float32 2022-09-27T15:41:46.2542445Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_solve_cpu_float64 2022-09-27T15:41:46.2585249Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_select_cpu_complex128 2022-09-27T15:41:46.2984394Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_select_cpu_complex128 2022-09-27T15:41:46.3034842Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sgn_cpu_complex128 2022-09-27T15:41:46.3475621Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sgn_cpu_complex128 2022-09-27T15:41:46.3494136Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_short_cpu_complex128 2022-09-27T15:41:46.3883782Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_short_cpu_complex128 2022-09-27T15:41:46.3912567Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sigmoid_cpu_complex128 2022-09-27T15:41:46.4304428Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sigmoid_cpu_complex128 2022-09-27T15:41:46.4357115Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sin_cpu_complex128 2022-09-27T15:41:46.4744141Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sin_cpu_complex128 2022-09-27T15:41:46.4782385Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinc_cpu_complex128 2022-09-27T15:41:46.5183904Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinc_cpu_complex128 2022-09-27T15:41:46.5221675Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinh_cpu_complex128 2022-09-27T15:41:46.5313580Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinh_cpu_complex128 2022-09-27T15:41:46.5320593Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vecdot_cpu_float32 2022-09-27T15:41:46.5482908Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vector_norm_cpu_float32 2022-09-27T15:41:46.5494276Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_solve_cpu_float64 2022-09-27T15:41:46.5622625Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_norm_cpu_float64 2022-09-27T15:41:46.5665934Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_softmax_with_dtype_cpu_complex128 2022-09-27T15:41:46.6063492Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_softmax_with_dtype_cpu_complex128 2022-09-27T15:41:46.6078062Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sparse_sampled_addmm_cpu_complex128 2022-09-27T15:41:46.6208924Z [gw3] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sparse_sampled_addmm_cpu_complex128 2022-09-27T15:41:46.6217337Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_norm_cpu_float64 2022-09-27T15:41:46.6474358Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_power_cpu_float64 2022-09-27T15:41:46.6502590Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_power_cpu_float64 2022-09-27T15:41:46.6536351Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_cpu_complex128 2022-09-27T15:41:46.6621888Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_cpu_complex128 2022-09-27T15:41:46.6942908Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_cpu_float64 2022-09-27T15:41:46.6979894Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_list_args_cpu_complex128 2022-09-27T15:41:46.7086686Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_list_args_cpu_complex128 2022-09-27T15:41:46.7095557Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_cpu_float64 2022-09-27T15:41:46.7207915Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T15:41:46.7321885Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T15:41:46.7329367Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_istft_cpu_float32 2022-09-27T15:41:46.7350908Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:41:46.7381965Z [gw0] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:41:46.7407241Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_with_sizes_cpu_complex128 2022-09-27T15:41:46.7501804Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_with_sizes_cpu_complex128 2022-09-27T15:41:46.7590618Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_multi_dot_cpu_float64 2022-09-27T15:41:46.7741541Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_multi_dot_cpu_float64 2022-09-27T15:41:46.7760070Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:41:46.7821176Z [gw0] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:41:46.7852061Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sqrt_cpu_complex128 2022-09-27T15:41:46.7941151Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sqrt_cpu_complex128 2022-09-27T15:41:46.8182135Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_cpu_float64 2022-09-27T15:41:46.8201552Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_cpu_float32 2022-09-27T15:41:46.8261638Z [gw0] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_cpu_float32 2022-09-27T15:41:46.8290172Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_square_cpu_complex128 2022-09-27T15:41:46.8622769Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_square_cpu_complex128 2022-09-27T15:41:46.8641752Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:41:46.8702250Z [gw0] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:41:46.8732568Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_squeeze_cpu_complex128 2022-09-27T15:41:46.8865183Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_squeeze_cpu_complex128 2022-09-27T15:41:46.8873598Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_cpu_float64 2022-09-27T15:41:46.9061839Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T15:41:46.9080508Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_unary_cpu_float32 2022-09-27T15:41:46.9141998Z [gw0] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_unary_cpu_float32 2022-09-27T15:41:46.9170055Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_stack_cpu_complex128 2022-09-27T15:41:46.9502212Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_stack_cpu_complex128 2022-09-27T15:41:46.9528169Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kron_cpu_float32 2022-09-27T15:41:46.9535111Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T15:41:46.9582991Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_cpu_float64 2022-09-27T15:41:46.9635501Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_cpu_complex128 2022-09-27T15:41:46.9819111Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_cpu_complex128 2022-09-27T15:41:46.9916772Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_cpu_float64 2022-09-27T15:41:46.9941328Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kron_cpu_float32 2022-09-27T15:41:46.9982438Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_hermitian_cpu_float64 2022-09-27T15:41:47.0023433Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kthvalue_cpu_float32 2022-09-27T15:41:47.0074270Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_mean_cpu_complex128 2022-09-27T15:41:47.0077786Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_mean_cpu_complex128 2022-09-27T15:41:47.0384923Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_hermitian_cpu_float64 2022-09-27T15:41:47.0411041Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_singular_cpu_float64 2022-09-27T15:41:47.0463282Z [gw2] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_singular_cpu_float64 2022-09-27T15:41:47.0538763Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T15:41:47.0572442Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kthvalue_cpu_float32 2022-09-27T15:41:47.0648663Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ldexp_cpu_float32 2022-09-27T15:41:47.0824242Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T15:41:47.0903090Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_qr_cpu_float64 2022-09-27T15:41:47.1204653Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool1d_cpu_float64 2022-09-27T15:41:47.1248821Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_qr_cpu_float64 2022-09-27T15:41:47.1263905Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool1d_cpu_float64 2022-09-27T15:41:47.1343797Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_slogdet_cpu_float64 2022-09-27T15:41:47.1371902Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool2d_cpu_float64 2022-09-27T15:41:47.1519940Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_slogdet_cpu_float64 2022-09-27T15:41:47.1702741Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool2d_cpu_float64 2022-09-27T15:41:47.1781963Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_cpu_float64 2022-09-27T15:41:47.1850206Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool3d_cpu_float64 2022-09-27T15:41:47.1864000Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vector_norm_cpu_float32 2022-09-27T15:41:47.1955860Z test_ops.py::TestCompositeComplianceCPU::test_backward_log10_cpu_float32 2022-09-27T15:41:47.2021195Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log10_cpu_float32 2022-09-27T15:41:47.2119313Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool3d_cpu_float64 2022-09-27T15:41:47.2142300Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_cpu_float64 2022-09-27T15:41:47.2222925Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_ex_cpu_float64 2022-09-27T15:41:47.2254165Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_batch_norm_cpu_float64 2022-09-27T15:41:47.2301420Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_ex_cpu_float64 2022-09-27T15:41:47.2350486Z test_ops.py::TestCompositeComplianceCPU::test_backward_log1p_cpu_float32 2022-09-27T15:41:47.2478442Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log1p_cpu_float32 2022-09-27T15:41:47.2581480Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_batch_norm_cpu_float64 2022-09-27T15:41:47.2664781Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_triangular_cpu_float64 2022-09-27T15:41:47.2744629Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_bilinear_cpu_float64 2022-09-27T15:41:47.2863990Z test_ops.py::TestCompositeComplianceCPU::test_backward_log2_cpu_float32 2022-09-27T15:41:47.3260877Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log2_cpu_float32 2022-09-27T15:41:47.3267583Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_cpu_float32 2022-09-27T15:41:47.3650503Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log_cpu_float32 2022-09-27T15:41:47.3661776Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_bilinear_cpu_float64 2022-09-27T15:41:47.3677475Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T15:41:47.3808995Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_cpu_float32 2022-09-27T15:41:47.3824322Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T15:41:47.4063238Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_cpu_float32 2022-09-27T15:41:47.4141834Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T15:41:47.4353371Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_dtype_cpu_float32 2022-09-27T15:41:47.4608611Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_dtype_cpu_float32 2022-09-27T15:41:47.4614997Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T15:41:47.4619892Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ldexp_cpu_float32 2022-09-27T15:41:47.4637096Z test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp2_cpu_float32 2022-09-27T15:41:47.4648967Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_celu_cpu_float64 2022-09-27T15:41:47.4679598Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_le_cpu_float32 2022-09-27T15:41:47.4696992Z [gw0] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_le_cpu_float32 2022-09-27T15:41:47.4769374Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_celu_cpu_float64 2022-09-27T15:41:47.5021603Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp2_cpu_float32 2022-09-27T15:41:47.5064477Z test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp_cpu_float32 2022-09-27T15:41:47.5065409Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv1d_cpu_float64 2022-09-27T15:41:47.5173585Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lerp_cpu_float32 2022-09-27T15:41:47.5243681Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp_cpu_float32 2022-09-27T15:41:47.5461607Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv1d_cpu_float64 2022-09-27T15:41:47.5503298Z test_ops.py::TestCompositeComplianceCPU::test_backward_logcumsumexp_cpu_float32 2022-09-27T15:41:47.5940407Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv2d_cpu_float64 2022-09-27T15:41:47.5951288Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logcumsumexp_cpu_float32 2022-09-27T15:41:47.6058120Z test_ops.py::TestCompositeComplianceCPU::test_backward_logdet_cpu_float32 2022-09-27T15:41:47.6060180Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv2d_cpu_float64 2022-09-27T15:41:47.6207528Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:41:47.6454588Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:41:47.6463270Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logdet_cpu_float32 2022-09-27T15:41:47.6464264Z test_ops.py::TestCompositeComplianceCPU::test_backward_logit_cpu_float32 2022-09-27T15:41:47.6471546Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T15:41:47.6482667Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_triangular_cpu_float64 2022-09-27T15:41:47.6682579Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svd_cpu_float64 2022-09-27T15:41:47.6903659Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logit_cpu_float32 2022-09-27T15:41:47.6911731Z test_ops.py::TestCompositeComplianceCPU::test_backward_logsumexp_cpu_float32 2022-09-27T15:41:47.6925924Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T15:41:47.7357495Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T15:41:47.7370490Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T15:41:47.7573587Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T15:41:47.7708270Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T15:41:47.7717131Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logsumexp_cpu_float32 2022-09-27T15:41:47.7813622Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_cpu_float32 2022-09-27T15:41:47.7873005Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_similarity_cpu_float64 2022-09-27T15:41:47.7895021Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svd_cpu_float64 2022-09-27T15:41:47.8004997Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svdvals_cpu_float64 2022-09-27T15:41:47.8225721Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_similarity_cpu_float64 2022-09-27T15:41:47.8333026Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cross_entropy_cpu_float64 2022-09-27T15:41:47.8423294Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svdvals_cpu_float64 2022-09-27T15:41:47.8592347Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorinv_cpu_float64 2022-09-27T15:41:47.8650939Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cross_entropy_cpu_float64 2022-09-27T15:41:47.8663145Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorinv_cpu_float64 2022-09-27T15:41:47.8863881Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_ctc_loss_cpu_float64 2022-09-27T15:41:47.8956383Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorsolve_cpu_float64 2022-09-27T15:41:47.9339190Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorsolve_cpu_float64 2022-09-27T15:41:47.9341928Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vander_cpu_float64 2022-09-27T15:41:47.9384215Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_ctc_loss_cpu_float64 2022-09-27T15:41:47.9519016Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout2d_cpu_float64 2022-09-27T15:41:47.9733092Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vander_cpu_float64 2022-09-27T15:41:47.9745055Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout2d_cpu_float64 2022-09-27T15:41:47.9823418Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vecdot_cpu_float64 2022-09-27T15:41:48.0157696Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout3d_cpu_float64 2022-09-27T15:41:48.0223476Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vecdot_cpu_float64 2022-09-27T15:41:48.0391985Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vector_norm_cpu_float64 2022-09-27T15:41:48.0409486Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout3d_cpu_float64 2022-09-27T15:41:48.0839859Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout_cpu_float64 2022-09-27T15:41:48.0852397Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout_cpu_float64 2022-09-27T15:41:48.0929429Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_elu_cpu_float64 2022-09-27T15:41:48.1305601Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_elu_cpu_float64 2022-09-27T15:41:48.2107791Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_bag_cpu_float64 2022-09-27T15:41:48.2162890Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vector_norm_cpu_float64 2022-09-27T15:41:48.2192393Z test_ops.py::TestMathBitsCPU::test_neg_view_linspace_cpu_float64 2022-09-27T15:41:48.2326987Z [gw2] [ 85%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_linspace_cpu_float64 2022-09-27T15:41:48.2341404Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_bag_cpu_float64 2022-09-27T15:41:48.2397258Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_cpu_float64 2022-09-27T15:41:48.2582131Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_cpu_float64 2022-09-27T15:41:48.2635471Z test_ops.py::TestMathBitsCPU::test_neg_view_log10_cpu_float64 2022-09-27T15:41:48.2782109Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log10_cpu_float64 2022-09-27T15:41:48.2971697Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T15:41:48.3022132Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T15:41:48.3055315Z test_ops.py::TestMathBitsCPU::test_neg_view_log1p_cpu_float64 2022-09-27T15:41:48.3264354Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log1p_cpu_float64 2022-09-27T15:41:48.3467127Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T15:41:48.3472653Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T15:41:48.3523482Z test_ops.py::TestMathBitsCPU::test_neg_view_log2_cpu_float64 2022-09-27T15:41:48.3619646Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log2_cpu_float64 2022-09-27T15:41:48.3630306Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_lu_cpu_float32 2022-09-27T15:41:48.3742432Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_solve_cpu_float32 2022-09-27T15:41:48.3765728Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T15:41:48.3902563Z [gw3] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T15:41:48.3951799Z test_ops.py::TestMathBitsCPU::test_neg_view_log_cpu_float64 2022-09-27T15:41:48.4182109Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log_cpu_float64 2022-09-27T15:41:48.4202983Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T15:41:48.4341804Z [gw3] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T15:41:48.4415490Z test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_cpu_float64 2022-09-27T15:41:48.4663064Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_cpu_float64 2022-09-27T15:41:48.4782877Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T15:41:48.4880433Z test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_dtype_cpu_float64 2022-09-27T15:41:48.5223360Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_dtype_cpu_float64 2022-09-27T15:41:48.5268525Z test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp2_cpu_float64 2022-09-27T15:41:48.5664243Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp2_cpu_float64 2022-09-27T15:41:48.5705843Z test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp_cpu_float64 2022-09-27T15:41:48.5780222Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp_cpu_float64 2022-09-27T15:41:48.5789146Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lerp_cpu_float32 2022-09-27T15:41:48.5949273Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lgamma_cpu_float32 2022-09-27T15:41:48.6102895Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lgamma_cpu_float32 2022-09-27T15:41:48.6221421Z test_ops.py::TestMathBitsCPU::test_neg_view_logcumsumexp_cpu_float64 2022-09-27T15:41:48.6237999Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_cpu_float32 2022-09-27T15:41:48.6543462Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logcumsumexp_cpu_float64 2022-09-27T15:41:48.6723717Z test_ops.py::TestMathBitsCPU::test_neg_view_logdet_cpu_float64 2022-09-27T15:41:48.6983551Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logdet_cpu_float64 2022-09-27T15:41:48.7047631Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_and_cpu_float64 2022-09-27T15:41:48.7423925Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logical_and_cpu_float64 2022-09-27T15:41:48.7456708Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_not_cpu_float64 2022-09-27T15:41:48.7863602Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logical_not_cpu_float64 2022-09-27T15:41:48.7931274Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_or_cpu_float64 2022-09-27T15:41:48.8039293Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logical_or_cpu_float64 2022-09-27T15:41:48.8049104Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_cpu_float32 2022-09-27T15:41:48.8303771Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_ex_cpu_float32 2022-09-27T15:41:48.8375589Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_xor_cpu_float64 2022-09-27T15:41:48.8743544Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logical_xor_cpu_float64 2022-09-27T15:41:48.8837038Z test_ops.py::TestMathBitsCPU::test_neg_view_logit_cpu_float64 2022-09-27T15:41:48.9252537Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logit_cpu_float64 2022-09-27T15:41:48.9290265Z test_ops.py::TestMathBitsCPU::test_neg_view_logspace_cpu_float64 2022-09-27T15:41:48.9622731Z [gw2] [ 85%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_logspace_cpu_float64 2022-09-27T15:41:48.9748194Z test_ops.py::TestMathBitsCPU::test_neg_view_logsumexp_cpu_float64 2022-09-27T15:41:48.9769547Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T15:41:48.9817398Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gelu_cpu_float64 2022-09-27T15:41:48.9864191Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logsumexp_cpu_float64 2022-09-27T15:41:49.0100268Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gelu_cpu_float64 2022-09-27T15:41:49.0104440Z test_ops.py::TestMathBitsCPU::test_neg_view_long_cpu_float64 2022-09-27T15:41:49.0199953Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_long_cpu_float64 2022-09-27T15:41:49.0412211Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_glu_cpu_float64 2022-09-27T15:41:49.0424698Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_ex_cpu_float32 2022-09-27T15:41:49.0545504Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cond_cpu_float32 2022-09-27T15:41:49.0556437Z test_ops.py::TestMathBitsCPU::test_neg_view_lt_cpu_float64 2022-09-27T15:41:49.0627957Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lt_cpu_float64 2022-09-27T15:41:49.0635988Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_glu_cpu_float64 2022-09-27T15:41:49.0941634Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_grid_sample_cpu_float64 2022-09-27T15:41:49.1374954Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_cpu_float64 2022-09-27T15:41:49.1479553Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_grid_sample_cpu_float64 2022-09-27T15:41:49.2002680Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_group_norm_cpu_float64 2022-09-27T15:41:49.2015151Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_group_norm_cpu_float64 2022-09-27T15:41:49.2195435Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardshrink_cpu_float64 2022-09-27T15:41:49.2202914Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lu_cpu_float64 2022-09-27T15:41:49.2229636Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_solve_cpu_float64 2022-09-27T15:41:49.2484439Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardshrink_cpu_float64 2022-09-27T15:41:49.2489982Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardsigmoid_cpu_float64 2022-09-27T15:41:49.2795583Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardsigmoid_cpu_float64 2022-09-27T15:41:49.2913877Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cond_cpu_float32 2022-09-27T15:41:49.2928621Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cross_cpu_float32 2022-09-27T15:41:49.2935713Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardswish_cpu_float64 2022-09-27T15:41:49.3371618Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardswish_cpu_float64 2022-09-27T15:41:49.3426679Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardtanh_cpu_float64 2022-09-27T15:41:49.3696334Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardtanh_cpu_float64 2022-09-27T15:41:49.3706923Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cross_cpu_float32 2022-09-27T15:41:49.3818973Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_cpu_float32 2022-09-27T15:41:49.3895879Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:41:49.3910797Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lu_solve_cpu_float64 2022-09-27T15:41:49.4158419Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_unpack_cpu_float64 2022-09-27T15:41:49.4223678Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:41:49.4382065Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_huber_loss_cpu_float64 2022-09-27T15:41:49.4566259Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_huber_loss_cpu_float64 2022-09-27T15:41:49.4577273Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_cpu_float32 2022-09-27T15:41:49.4740658Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_singular_cpu_float32 2022-09-27T15:41:49.4900310Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_instance_norm_cpu_float64 2022-09-27T15:41:49.5004585Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_instance_norm_cpu_float64 2022-09-27T15:41:49.5035704Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lu_unpack_cpu_float64 2022-09-27T15:41:49.5142705Z test_ops.py::TestMathBitsCPU::test_neg_view_mH_cpu_float64 2022-09-27T15:41:49.5154057Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_area_cpu_float64 2022-09-27T15:41:49.5355676Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mH_cpu_float64 2022-09-27T15:41:49.5463679Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_area_cpu_float64 2022-09-27T15:41:49.5546669Z test_ops.py::TestMathBitsCPU::test_neg_view_mT_cpu_float64 2022-09-27T15:41:49.5659364Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mT_cpu_float64 2022-09-27T15:41:49.5723127Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T15:41:49.5903098Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T15:41:49.5996484Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_fill_cpu_float64 2022-09-27T15:41:49.6022774Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_masked_fill_cpu_float64 2022-09-27T15:41:49.6154924Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T15:41:49.6342768Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T15:41:49.6405681Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_scatter_cpu_float64 2022-09-27T15:41:49.6462014Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_masked_scatter_cpu_float64 2022-09-27T15:41:49.6577508Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_linear_cpu_float64 2022-09-27T15:41:49.6783375Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_linear_cpu_float64 2022-09-27T15:41:49.6867152Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_select_cpu_float64 2022-09-27T15:41:49.6878761Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_masked_select_cpu_float64 2022-09-27T15:41:49.6886052Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_singular_cpu_float32 2022-09-27T15:41:49.6902344Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eig_cpu_float32 2022-09-27T15:41:49.7037771Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T15:41:49.7223072Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T15:41:49.7342638Z test_ops.py::TestMathBitsCPU::test_neg_view_matmul_cpu_float64 2022-09-27T15:41:49.7409648Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T15:41:49.7513030Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_matmul_cpu_float64 2022-09-27T15:41:49.7662444Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T15:41:49.7743684Z test_ops.py::TestMathBitsCPU::test_neg_view_matrix_exp_cpu_float64 2022-09-27T15:41:49.7782276Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_matrix_exp_cpu_float64 2022-09-27T15:41:49.7990165Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_kl_div_cpu_float64 2022-09-27T15:41:49.8108499Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_kl_div_cpu_float64 2022-09-27T15:41:49.8111290Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eig_cpu_float32 2022-09-27T15:41:49.8118426Z test_ops.py::TestMathBitsCPU::test_neg_view_max_binary_cpu_float64 2022-09-27T15:41:49.8213861Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigh_cpu_float32 2022-09-27T15:41:49.8223851Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_max_binary_cpu_float64 2022-09-27T15:41:49.8299729Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_l1_loss_cpu_float64 2022-09-27T15:41:49.8542253Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_l1_loss_cpu_float64 2022-09-27T15:41:49.8577856Z test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_no_dim_cpu_float64 2022-09-27T15:41:49.8662630Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_no_dim_cpu_float64 2022-09-27T15:41:49.8871875Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_layer_norm_cpu_float64 2022-09-27T15:41:49.8981318Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_layer_norm_cpu_float64 2022-09-27T15:41:49.9014152Z test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_with_dim_cpu_float64 2022-09-27T15:41:49.9102882Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_with_dim_cpu_float64 2022-09-27T15:41:49.9257860Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:41:49.9423507Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:41:49.9451427Z test_ops.py::TestMathBitsCPU::test_neg_view_maximum_cpu_float64 2022-09-27T15:41:49.9463297Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigh_cpu_float32 2022-09-27T15:41:49.9544868Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvals_cpu_float32 2022-09-27T15:41:49.9549128Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_maximum_cpu_float64 2022-09-27T15:41:49.9862862Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_linear_cpu_float64 2022-09-27T15:41:49.9870012Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_linear_cpu_float64 2022-09-27T15:41:49.9982662Z test_ops.py::TestMathBitsCPU::test_neg_view_mean_cpu_float64 2022-09-27T15:41:50.0036387Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_local_response_norm_cpu_float64 2022-09-27T15:41:50.0179545Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mean_cpu_float64 2022-09-27T15:41:50.0303206Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_local_response_norm_cpu_float64 2022-09-27T15:41:50.0386863Z test_ops.py::TestMathBitsCPU::test_neg_view_median_cpu_float64 2022-09-27T15:41:50.0421540Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_median_cpu_float64 2022-09-27T15:41:50.0462984Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_logsigmoid_cpu_float64 2022-09-27T15:41:50.0742587Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_logsigmoid_cpu_float64 2022-09-27T15:41:50.0803637Z test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:41:50.0863448Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:41:50.0880300Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:41:50.0887253Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvals_cpu_float32 2022-09-27T15:41:50.1182708Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvalsh_cpu_float32 2022-09-27T15:41:50.1285426Z test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:41:50.1286836Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:41:50.1342350Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:41:50.1739107Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool1d_cpu_float64 2022-09-27T15:41:50.1887617Z test_ops.py::TestMathBitsCPU::test_neg_view_min_binary_cpu_float64 2022-09-27T15:41:50.2168117Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_min_binary_cpu_float64 2022-09-27T15:41:50.2170867Z test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_no_dim_cpu_float64 2022-09-27T15:41:50.2660862Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_no_dim_cpu_float64 2022-09-27T15:41:50.2739432Z test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_with_dim_cpu_float64 2022-09-27T15:41:50.2753021Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvalsh_cpu_float32 2022-09-27T15:41:50.3212500Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_householder_product_cpu_float32 2022-09-27T15:41:50.3231208Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_with_dim_cpu_float64 2022-09-27T15:41:50.3538700Z test_ops.py::TestMathBitsCPU::test_neg_view_minimum_cpu_float64 2022-09-27T15:41:50.3703983Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_minimum_cpu_float64 2022-09-27T15:41:50.3739528Z test_ops.py::TestMathBitsCPU::test_neg_view_mm_cpu_float64 2022-09-27T15:41:50.4238766Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mm_cpu_float64 2022-09-27T15:41:50.4243074Z test_ops.py::TestMathBitsCPU::test_neg_view_mode_cpu_float64 2022-09-27T15:41:50.4633587Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mode_cpu_float64 2022-09-27T15:41:50.4641854Z test_ops.py::TestMathBitsCPU::test_neg_view_movedim_cpu_float64 2022-09-27T15:41:50.5098958Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_movedim_cpu_float64 2022-09-27T15:41:50.5106926Z test_ops.py::TestMathBitsCPU::test_neg_view_msort_cpu_float64 2022-09-27T15:41:50.5540368Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_msort_cpu_float64 2022-09-27T15:41:50.5656015Z test_ops.py::TestMathBitsCPU::test_neg_view_mul_cpu_float64 2022-09-27T15:41:50.5942027Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mul_cpu_float64 2022-09-27T15:41:50.6031697Z test_ops.py::TestMathBitsCPU::test_neg_view_multinomial_cpu_float64 2022-09-27T15:41:50.6418709Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_multinomial_cpu_float64 2022-09-27T15:41:50.6422932Z test_ops.py::TestMathBitsCPU::test_neg_view_mv_cpu_float64 2022-09-27T15:41:50.6900643Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mv_cpu_float64 2022-09-27T15:41:50.6971811Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T15:41:50.7266342Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T15:41:50.7406969Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T15:41:50.7743747Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T15:41:50.7885784Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T15:41:50.8235906Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T15:41:50.8289482Z test_ops.py::TestMathBitsCPU::test_neg_view_nan_to_num_cpu_float64 2022-09-27T15:41:50.8625067Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nan_to_num_cpu_float64 2022-09-27T15:41:50.9269689Z test_ops.py::TestMathBitsCPU::test_neg_view_nanmean_cpu_float64 2022-09-27T15:41:50.9306129Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nanmean_cpu_float64 2022-09-27T15:41:50.9472331Z test_ops.py::TestMathBitsCPU::test_neg_view_nanmedian_cpu_float64 2022-09-27T15:41:50.9863784Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nanmedian_cpu_float64 2022-09-27T15:41:51.0946030Z test_ops.py::TestMathBitsCPU::test_neg_view_nanquantile_cpu_float64 2022-09-27T15:41:51.1047603Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nanquantile_cpu_float64 2022-09-27T15:41:51.1364533Z test_ops.py::TestMathBitsCPU::test_neg_view_nansum_cpu_float64 2022-09-27T15:41:51.1463844Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nansum_cpu_float64 2022-09-27T15:41:51.1499796Z test_ops.py::TestMathBitsCPU::test_neg_view_narrow_copy_cpu_float64 2022-09-27T15:41:51.1904155Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_narrow_copy_cpu_float64 2022-09-27T15:41:51.1961125Z test_ops.py::TestMathBitsCPU::test_neg_view_narrow_cpu_float64 2022-09-27T15:41:51.2384452Z [gw2] [ 86%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_narrow_cpu_float64 2022-09-27T15:41:51.2567892Z test_ops.py::TestMathBitsCPU::test_neg_view_native_layer_norm_cpu_float64 2022-09-27T15:41:51.2580782Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool1d_cpu_float64 2022-09-27T15:41:51.2782134Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool2d_cpu_float64 2022-09-27T15:41:51.2855869Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_native_layer_norm_cpu_float64 2022-09-27T15:41:51.2868848Z test_ops.py::TestMathBitsCPU::test_neg_view_ne_cpu_float64 2022-09-27T15:41:51.3227158Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ne_cpu_float64 2022-09-27T15:41:51.3339425Z test_ops.py::TestMathBitsCPU::test_neg_view_neg_cpu_float64 2022-09-27T15:41:51.3667550Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_neg_cpu_float64 2022-09-27T15:41:51.3686602Z test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_cpu_float64 2022-09-27T15:41:51.4144019Z [gw2] [ 86%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_cpu_float64 2022-09-27T15:41:51.4148912Z test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_strided_cpu_float64 2022-09-27T15:41:51.4571252Z [gw2] [ 86%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_strided_cpu_float64 2022-09-27T15:41:51.4609275Z test_ops.py::TestMathBitsCPU::test_neg_view_new_full_cpu_float64 2022-09-27T15:41:51.5056875Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_new_full_cpu_float64 2022-09-27T15:41:51.5057400Z test_ops.py::TestMathBitsCPU::test_neg_view_new_ones_cpu_float64 2022-09-27T15:41:51.5462503Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_new_ones_cpu_float64 2022-09-27T15:41:51.5497361Z test_ops.py::TestMathBitsCPU::test_neg_view_new_zeros_cpu_float64 2022-09-27T15:41:51.5936757Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_new_zeros_cpu_float64 2022-09-27T15:41:51.6033570Z test_ops.py::TestMathBitsCPU::test_neg_view_nextafter_cpu_float64 2022-09-27T15:41:51.6575916Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nextafter_cpu_float64 2022-09-27T15:41:51.7860248Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T15:41:51.7883256Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_lu_solve_cpu_float32 2022-09-27T15:41:51.8520521Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_unpack_cpu_float32 2022-09-27T15:41:51.8535444Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T15:41:51.9210747Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T15:41:51.9281625Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T15:41:52.0808617Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T15:41:52.0819805Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T15:41:52.0918524Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T15:41:52.1223211Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T15:41:52.1822077Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T15:41:52.1831787Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T15:41:52.1868861Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y0_cpu_float64 2022-09-27T15:41:52.2264397Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y0_cpu_float64 2022-09-27T15:41:52.2301463Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y1_cpu_float64 2022-09-27T15:41:52.2704185Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y1_cpu_float64 2022-09-27T15:41:52.2760074Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:41:52.3166795Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:41:52.3203850Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:41:52.3601538Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:41:52.3602074Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:41:52.4065625Z [gw2] [ 86%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:41:52.4089307Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:41:52.4531522Z [gw2] [ 86%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:41:52.4550403Z test_ops.py::TestMathBitsCPU::test_neg_view_special_entr_cpu_float64 2022-09-27T15:41:52.4957682Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_entr_cpu_float64 2022-09-27T15:41:52.4995826Z test_ops.py::TestMathBitsCPU::test_neg_view_special_erfcx_cpu_float64 2022-09-27T15:41:52.5440742Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_erfcx_cpu_float64 2022-09-27T15:41:52.5468197Z test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_h_cpu_float64 2022-09-27T15:41:52.5896882Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_h_cpu_float64 2022-09-27T15:41:52.5935762Z test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_he_cpu_float64 2022-09-27T15:41:52.6328049Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_he_cpu_float64 2022-09-27T15:41:52.6361133Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i0e_cpu_float64 2022-09-27T15:41:52.6808939Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_i0e_cpu_float64 2022-09-27T15:41:52.6809427Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i1_cpu_float64 2022-09-27T15:41:52.7249589Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_i1_cpu_float64 2022-09-27T15:41:52.7254020Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i1e_cpu_float64 2022-09-27T15:41:52.7731317Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_i1e_cpu_float64 2022-09-27T15:41:52.7735012Z test_ops.py::TestMathBitsCPU::test_neg_view_special_laguerre_polynomial_l_cpu_float64 2022-09-27T15:41:52.8132012Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_laguerre_polynomial_l_cpu_float64 2022-09-27T15:41:52.8137643Z test_ops.py::TestMathBitsCPU::test_neg_view_special_legendre_polynomial_p_cpu_float64 2022-09-27T15:41:52.8610337Z [gw2] [ 86%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_legendre_polynomial_p_cpu_float64 2022-09-27T15:41:52.8611010Z test_ops.py::TestMathBitsCPU::test_neg_view_special_log_ndtr_cpu_float64 2022-09-27T15:41:52.8984486Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_log_ndtr_cpu_float64 2022-09-27T15:41:52.9021015Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i0_cpu_float64 2022-09-27T15:41:52.9457832Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i0_cpu_float64 2022-09-27T15:41:52.9461450Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i1_cpu_float64 2022-09-27T15:41:52.9896098Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i1_cpu_float64 2022-09-27T15:41:52.9903771Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k0_cpu_float64 2022-09-27T15:41:53.0081774Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k0_cpu_float64 2022-09-27T15:41:53.0104273Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_lu_unpack_cpu_float32 2022-09-27T15:41:53.0288359Z test_ops.py::TestCompositeComplianceCPU::test_backward_mH_cpu_float32 2022-09-27T15:41:53.0376424Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mH_cpu_float32 2022-09-27T15:41:53.0383744Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k1_cpu_float64 2022-09-27T15:41:53.0628603Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k1_cpu_float64 2022-09-27T15:41:53.0784756Z test_ops.py::TestCompositeComplianceCPU::test_backward_mT_cpu_float32 2022-09-27T15:41:53.0833247Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mT_cpu_float32 2022-09-27T15:41:53.0871120Z test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtr_cpu_float64 2022-09-27T15:41:53.1065497Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtr_cpu_float64 2022-09-27T15:41:53.1279898Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_fill_cpu_float32 2022-09-27T15:41:53.1285717Z test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtri_cpu_float64 2022-09-27T15:41:53.1691788Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtri_cpu_float64 2022-09-27T15:41:53.1808588Z test_ops.py::TestMathBitsCPU::test_neg_view_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T15:41:53.1856274Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T15:41:53.1875560Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_masked_fill_cpu_float32 2022-09-27T15:41:53.2104490Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_scatter_cpu_float32 2022-09-27T15:41:53.2153250Z test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T15:41:53.2591072Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T15:41:53.2595416Z test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T15:41:53.2737190Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T15:41:53.2756879Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_masked_scatter_cpu_float32 2022-09-27T15:41:53.3012381Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_select_cpu_float32 2022-09-27T15:41:53.3016848Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:41:53.3080929Z [gw2] [ 86%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:41:53.3092579Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool2d_cpu_float64 2022-09-27T15:41:53.3328835Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool3d_cpu_float64 2022-09-27T15:41:53.3347265Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_masked_select_cpu_float32 2022-09-27T15:41:53.3454126Z test_ops.py::TestCompositeComplianceCPU::test_backward_matmul_cpu_float32 2022-09-27T15:41:53.3458072Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:41:53.3898832Z [gw2] [ 86%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:41:53.3902730Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:41:53.4338045Z [gw2] [ 86%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:41:53.4341992Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:41:53.4770470Z [gw2] [ 86%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:41:53.4787629Z test_ops.py::TestMathBitsCPU::test_neg_view_special_spherical_bessel_j0_cpu_float64 2022-09-27T15:41:53.5260809Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_spherical_bessel_j0_cpu_float64 2022-09-27T15:41:53.5319129Z test_ops.py::TestMathBitsCPU::test_neg_view_special_xlog1py_cpu_float64 2022-09-27T15:41:53.5591174Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_xlog1py_cpu_float64 2022-09-27T15:41:53.5614419Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_matmul_cpu_float32 2022-09-27T15:41:53.5647732Z test_ops.py::TestCompositeComplianceCPU::test_backward_matrix_exp_cpu_float32 2022-09-27T15:41:53.5675748Z test_ops.py::TestMathBitsCPU::test_neg_view_special_zeta_cpu_float64 2022-09-27T15:41:53.6104058Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_zeta_cpu_float64 2022-09-27T15:41:53.6111512Z test_ops.py::TestMathBitsCPU::test_neg_view_split_cpu_float64 2022-09-27T15:41:53.6589349Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_split_cpu_float64 2022-09-27T15:41:53.6596876Z test_ops.py::TestMathBitsCPU::test_neg_view_split_list_args_cpu_float64 2022-09-27T15:41:53.6983829Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_split_list_args_cpu_float64 2022-09-27T15:41:53.7031496Z test_ops.py::TestMathBitsCPU::test_neg_view_split_with_sizes_cpu_float64 2022-09-27T15:41:53.7142462Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_split_with_sizes_cpu_float64 2022-09-27T15:41:53.7151382Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_matrix_exp_cpu_float32 2022-09-27T15:41:53.7580734Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_binary_cpu_float32 2022-09-27T15:41:53.7585740Z test_ops.py::TestMathBitsCPU::test_neg_view_sqrt_cpu_float64 2022-09-27T15:41:53.7929381Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sqrt_cpu_float64 2022-09-27T15:41:53.7929934Z test_ops.py::TestMathBitsCPU::test_neg_view_square_cpu_float64 2022-09-27T15:41:53.8383298Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_square_cpu_float64 2022-09-27T15:41:53.8410923Z test_ops.py::TestMathBitsCPU::test_neg_view_squeeze_cpu_float64 2022-09-27T15:41:53.8717513Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_squeeze_cpu_float64 2022-09-27T15:41:53.8734751Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_max_binary_cpu_float32 2022-09-27T15:41:53.8796014Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_no_dim_cpu_float32 2022-09-27T15:41:53.8798902Z test_ops.py::TestMathBitsCPU::test_neg_view_stack_cpu_float64 2022-09-27T15:41:53.8903761Z [gw2] [ 86%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_stack_cpu_float64 2022-09-27T15:41:53.9187165Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_no_dim_cpu_float32 2022-09-27T15:41:53.9206991Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_with_dim_cpu_float32 2022-09-27T15:41:53.9352285Z test_ops.py::TestMathBitsCPU::test_neg_view_std_cpu_float64 2022-09-27T15:41:53.9382076Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_std_cpu_float64 2022-09-27T15:41:53.9584017Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_with_dim_cpu_float32 2022-09-27T15:41:53.9626575Z test_ops.py::TestCompositeComplianceCPU::test_backward_maximum_cpu_float32 2022-09-27T15:41:53.9717738Z test_ops.py::TestMathBitsCPU::test_neg_view_std_mean_cpu_float64 2022-09-27T15:41:54.0088597Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_std_mean_cpu_float64 2022-09-27T15:41:54.1171380Z test_ops.py::TestMathBitsCPU::test_neg_view_stft_cpu_float64 2022-09-27T15:41:54.1187294Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_maximum_cpu_float32 2022-09-27T15:41:54.1795226Z test_ops.py::TestCompositeComplianceCPU::test_backward_mean_cpu_float32 2022-09-27T15:41:54.1806060Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool3d_cpu_float64 2022-09-27T15:41:54.1957230Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_cpu_float64 2022-09-27T15:41:54.1980209Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mean_cpu_float32 2022-09-27T15:41:54.1994763Z test_ops.py::TestCompositeComplianceCPU::test_backward_median_cpu_float32 2022-09-27T15:41:54.2033388Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_stft_cpu_float64 2022-09-27T15:41:54.2184619Z test_ops.py::TestMathBitsCPU::test_neg_view_sub_cpu_float64 2022-09-27T15:41:54.2516538Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sub_cpu_float64 2022-09-27T15:41:54.2518527Z test_ops.py::TestMathBitsCPU::test_neg_view_sum_cpu_float64 2022-09-27T15:41:54.2528997Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_median_cpu_float32 2022-09-27T15:41:54.2673912Z test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:41:54.3055808Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sum_cpu_float64 2022-09-27T15:41:54.3056645Z test_ops.py::TestMathBitsCPU::test_neg_view_sum_to_size_cpu_float64 2022-09-27T15:41:54.3383889Z [gw2] [ 86%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_sum_to_size_cpu_float64 2022-09-27T15:41:54.4303123Z test_ops.py::TestMathBitsCPU::test_neg_view_svd_cpu_float64 2022-09-27T15:41:54.4313619Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_cpu_float64 2022-09-27T15:41:54.4519419Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:41:54.4535870Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:41:54.5387716Z test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:41:54.5400124Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:41:54.7480049Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:41:54.7490249Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_svd_cpu_float64 2022-09-27T15:41:55.0802108Z test_ops.py::TestMathBitsCPU::test_neg_view_svd_lowrank_cpu_float64 2022-09-27T15:41:55.0811281Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_householder_product_cpu_float32 2022-09-27T15:41:55.0821753Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:41:55.0822297Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:41:55.1890124Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_cpu_float32 2022-09-27T15:41:55.1941016Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_cpu_float32 2022-09-27T15:41:55.2120127Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_ex_cpu_float32 2022-09-27T15:41:55.2131092Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:41:55.2667928Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_cpu_float64 2022-09-27T15:41:55.2704652Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_ex_cpu_float32 2022-09-27T15:41:55.2756929Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_cpu_float32 2022-09-27T15:41:55.3189609Z [gw0] [ 86%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_cpu_float32 2022-09-27T15:41:55.3190271Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:41:55.3628882Z [gw0] [ 86%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:41:55.3629576Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_solve_cpu_float32 2022-09-27T15:41:55.4026282Z [gw0] [ 86%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_solve_cpu_float32 2022-09-27T15:41:55.4049971Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_cpu_float32 2022-09-27T15:41:55.4082379Z [gw0] [ 86%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_cpu_float32 2022-09-27T15:41:55.4093347Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_cpu_float64 2022-09-27T15:41:55.4464403Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:41:55.4736595Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:41:55.4753526Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:41:55.4810014Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mish_cpu_float64 2022-09-27T15:41:55.5147003Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mish_cpu_float64 2022-09-27T15:41:55.5154467Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_svd_lowrank_cpu_float64 2022-09-27T15:41:55.5182780Z test_ops.py::TestMathBitsCPU::test_neg_view_symeig_cpu_float64 2022-09-27T15:41:55.5221491Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mse_loss_cpu_float64 2022-09-27T15:41:55.5261604Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_symeig_cpu_float64 2022-09-27T15:41:55.5583463Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mse_loss_cpu_float64 2022-09-27T15:41:55.5630053Z test_ops.py::TestMathBitsCPU::test_neg_view_t_cpu_float64 2022-09-27T15:41:55.5631464Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T15:41:55.5679455Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_t_cpu_float64 2022-09-27T15:41:55.6023017Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T15:41:55.6063759Z test_ops.py::TestMathBitsCPU::test_neg_view_take_along_dim_cpu_float64 2022-09-27T15:41:55.6086454Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:41:55.6110068Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_take_along_dim_cpu_float64 2022-09-27T15:41:55.6397824Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:41:55.6408404Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:41:55.6461952Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_binary_cpu_float32 2022-09-27T15:41:55.6503091Z test_ops.py::TestMathBitsCPU::test_neg_view_take_cpu_float64 2022-09-27T15:41:55.6578364Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:41:55.6601950Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_take_cpu_float64 2022-09-27T15:41:55.6902514Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:41:55.6931133Z test_ops.py::TestMathBitsCPU::test_neg_view_tan_cpu_float64 2022-09-27T15:41:55.6941901Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tan_cpu_float64 2022-09-27T15:41:55.7342367Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_nll_loss_cpu_float64 2022-09-27T15:41:55.7391682Z test_ops.py::TestMathBitsCPU::test_neg_view_tanh_cpu_float64 2022-09-27T15:41:55.7456652Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tanh_cpu_float64 2022-09-27T15:41:55.7463986Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_nll_loss_cpu_float64 2022-09-27T15:41:55.7575590Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_normalize_cpu_float64 2022-09-27T15:41:55.7644662Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_normalize_cpu_float64 2022-09-27T15:41:55.7653040Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_min_binary_cpu_float32 2022-09-27T15:41:55.7748650Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_no_dim_cpu_float32 2022-09-27T15:41:55.7781481Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_no_dim_cpu_float32 2022-09-27T15:41:55.7856692Z test_ops.py::TestMathBitsCPU::test_neg_view_tensor_split_cpu_float64 2022-09-27T15:41:55.7901028Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tensor_split_cpu_float64 2022-09-27T15:41:55.8025555Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_circular_cpu_float64 2022-09-27T15:41:55.8061641Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_circular_cpu_float64 2022-09-27T15:41:55.8165317Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_with_dim_cpu_float32 2022-09-27T15:41:55.8221764Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_with_dim_cpu_float32 2022-09-27T15:41:55.8262306Z test_ops.py::TestMathBitsCPU::test_neg_view_tensordot_cpu_float64 2022-09-27T15:41:55.8341464Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tensordot_cpu_float64 2022-09-27T15:41:55.8501672Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_constant_cpu_float64 2022-09-27T15:41:55.8662963Z test_ops.py::TestCompositeComplianceCPU::test_backward_minimum_cpu_float32 2022-09-27T15:41:55.8788951Z test_ops.py::TestMathBitsCPU::test_neg_view_tile_cpu_float64 2022-09-27T15:41:55.8797126Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_constant_cpu_float64 2022-09-27T15:41:55.8865941Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:41:55.8934646Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tile_cpu_float64 2022-09-27T15:41:55.9101987Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:41:55.9223131Z test_ops.py::TestMathBitsCPU::test_neg_view_to_cpu_float64 2022-09-27T15:41:55.9345754Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:41:55.9392609Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_to_cpu_float64 2022-09-27T15:41:55.9542119Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:41:55.9587517Z test_ops.py::TestMathBitsCPU::test_neg_view_to_sparse_cpu_float64 2022-09-27T15:41:55.9594362Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_to_sparse_cpu_float64 2022-09-27T15:41:55.9600556Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_minimum_cpu_float32 2022-09-27T15:41:55.9662607Z test_ops.py::TestCompositeComplianceCPU::test_backward_mm_cpu_float32 2022-09-27T15:41:55.9707004Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:41:55.9759352Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mm_cpu_float32 2022-09-27T15:41:55.9986182Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:41:56.0023725Z test_ops.py::TestMathBitsCPU::test_neg_view_topk_cpu_float64 2022-09-27T15:41:56.0076532Z test_ops.py::TestCompositeComplianceCPU::test_backward_mode_cpu_float32 2022-09-27T15:41:56.0103994Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_topk_cpu_float64 2022-09-27T15:41:56.0260230Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pdist_cpu_float64 2022-09-27T15:41:56.0265628Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mode_cpu_float32 2022-09-27T15:41:56.0424355Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pdist_cpu_float64 2022-09-27T15:41:56.0465117Z test_ops.py::TestMathBitsCPU::test_neg_view_trace_cpu_float64 2022-09-27T15:41:56.0503025Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_trace_cpu_float64 2022-09-27T15:41:56.0543857Z test_ops.py::TestCompositeComplianceCPU::test_backward_movedim_cpu_float32 2022-09-27T15:41:56.0601207Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:41:56.0643971Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_movedim_cpu_float32 2022-09-27T15:41:56.0863052Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:41:56.0944099Z test_ops.py::TestMathBitsCPU::test_neg_view_transpose_cpu_float64 2022-09-27T15:41:56.0974350Z test_ops.py::TestCompositeComplianceCPU::test_backward_msort_cpu_float32 2022-09-27T15:41:56.0990468Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_transpose_cpu_float64 2022-09-27T15:41:56.1054668Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T15:41:56.1123127Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_msort_cpu_float32 2022-09-27T15:41:56.1302807Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T15:41:56.1383293Z test_ops.py::TestMathBitsCPU::test_neg_view_trapezoid_cpu_float64 2022-09-27T15:41:56.1424855Z test_ops.py::TestCompositeComplianceCPU::test_backward_mul_cpu_float32 2022-09-27T15:41:56.1433616Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:41:56.1743893Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_trapezoid_cpu_float64 2022-09-27T15:41:56.1933629Z test_ops.py::TestMathBitsCPU::test_neg_view_trapz_cpu_float64 2022-09-27T15:41:56.2182647Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_trapz_cpu_float64 2022-09-27T15:41:56.2340951Z test_ops.py::TestMathBitsCPU::test_neg_view_triangular_solve_cpu_float64 2022-09-27T15:41:56.2385497Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mul_cpu_float32 2022-09-27T15:41:56.2526303Z test_ops.py::TestCompositeComplianceCPU::test_backward_mv_cpu_float32 2022-09-27T15:41:56.2596045Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mv_cpu_float32 2022-09-27T15:41:56.2657638Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_triangular_solve_cpu_float64 2022-09-27T15:41:56.2767525Z test_ops.py::TestMathBitsCPU::test_neg_view_tril_cpu_float64 2022-09-27T15:41:56.2784529Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:41:56.2823915Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_prelu_cpu_float64 2022-09-27T15:41:56.3025651Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:41:56.3256413Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_prelu_cpu_float64 2022-09-27T15:41:56.3268645Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu6_cpu_float64 2022-09-27T15:41:56.3335827Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu6_cpu_float64 2022-09-27T15:41:56.3356014Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:41:56.3662706Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:41:56.3716568Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu_cpu_float64 2022-09-27T15:41:56.3861061Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu_cpu_float64 2022-09-27T15:41:56.3879882Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:41:56.4143335Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:41:56.4231561Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_rrelu_cpu_float64 2022-09-27T15:41:56.4386395Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_rrelu_cpu_float64 2022-09-27T15:41:56.4406143Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:41:56.4565069Z test_ops.py::TestCompositeComplianceCPU::test_backward_nan_to_num_cpu_float32 2022-09-27T15:41:56.4672025Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nan_to_num_cpu_float32 2022-09-27T15:41:56.4682754Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_selu_cpu_float64 2022-09-27T15:41:56.4702089Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_selu_cpu_float64 2022-09-27T15:41:56.4715275Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tril_cpu_float64 2022-09-27T15:41:56.4830321Z test_ops.py::TestMathBitsCPU::test_neg_view_triu_cpu_float64 2022-09-27T15:41:56.4860001Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_triu_cpu_float64 2022-09-27T15:41:56.5062744Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanmean_cpu_float32 2022-09-27T15:41:56.5114677Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_silu_cpu_float64 2022-09-27T15:41:56.5142426Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_silu_cpu_float64 2022-09-27T15:41:56.5276447Z test_ops.py::TestMathBitsCPU::test_neg_view_true_divide_cpu_float64 2022-09-27T15:41:56.5541972Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_true_divide_cpu_float64 2022-09-27T15:41:56.5622177Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:41:56.5646654Z test_ops.py::TestMathBitsCPU::test_neg_view_trunc_cpu_float64 2022-09-27T15:41:56.5668675Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:41:56.6022919Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_trunc_cpu_float64 2022-09-27T15:41:56.6063686Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:41:56.6117421Z test_ops.py::TestMathBitsCPU::test_neg_view_unbind_cpu_float64 2022-09-27T15:41:56.6137389Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:41:56.6508359Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unbind_cpu_float64 2022-09-27T15:41:56.6508843Z test_ops.py::TestMathBitsCPU::test_neg_view_unflatten_cpu_float64 2022-09-27T15:41:56.6588422Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_cpu_float64 2022-09-27T15:41:56.6608061Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_cpu_float64 2022-09-27T15:41:56.6942118Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unflatten_cpu_float64 2022-09-27T15:41:56.6965379Z test_ops.py::TestMathBitsCPU::test_neg_view_unfold_cpu_float64 2022-09-27T15:41:56.6979674Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nanmean_cpu_float32 2022-09-27T15:41:56.6986570Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanmedian_cpu_float32 2022-09-27T15:41:56.7059753Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:41:56.7236808Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:41:56.7382088Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unfold_cpu_float64 2022-09-27T15:41:56.7422902Z test_ops.py::TestMathBitsCPU::test_neg_view_uniform_cpu_float64 2022-09-27T15:41:56.7462340Z [gw2] [ 86%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_uniform_cpu_float64 2022-09-27T15:41:56.7510202Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softplus_cpu_float64 2022-09-27T15:41:56.7530211Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softplus_cpu_float64 2022-09-27T15:41:56.7540623Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nanmedian_cpu_float32 2022-09-27T15:41:56.7863279Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanquantile_cpu_float32 2022-09-27T15:41:56.7903174Z test_ops.py::TestMathBitsCPU::test_neg_view_unique_consecutive_cpu_float64 2022-09-27T15:41:56.7990629Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softshrink_cpu_float64 2022-09-27T15:41:56.8346907Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softshrink_cpu_float64 2022-09-27T15:41:56.8420411Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softsign_cpu_float64 2022-09-27T15:41:56.8761524Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softsign_cpu_float64 2022-09-27T15:41:56.8773697Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unique_consecutive_cpu_float64 2022-09-27T15:41:56.8782945Z test_ops.py::TestMathBitsCPU::test_neg_view_unique_cpu_float64 2022-09-27T15:41:56.8847012Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:41:56.9222102Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:41:56.9301406Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_threshold_cpu_float64 2022-09-27T15:41:56.9662677Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_threshold_cpu_float64 2022-09-27T15:41:56.9849438Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:41:57.0103119Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:41:57.0295804Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T15:41:57.0473609Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T15:41:57.0484949Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unique_cpu_float64 2022-09-27T15:41:57.0543795Z test_ops.py::TestMathBitsCPU::test_neg_view_unsqueeze_cpu_float64 2022-09-27T15:41:57.0697849Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_unfold_cpu_float64 2022-09-27T15:41:57.0944831Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unsqueeze_cpu_float64 2022-09-27T15:41:57.1065495Z test_ops.py::TestMathBitsCPU::test_neg_view_var_cpu_float64 2022-09-27T15:41:57.1425911Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_var_cpu_float64 2022-09-27T15:41:57.1492536Z test_ops.py::TestMathBitsCPU::test_neg_view_var_mean_cpu_float64 2022-09-27T15:41:57.1865429Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_var_mean_cpu_float64 2022-09-27T15:41:57.1907525Z test_ops.py::TestMathBitsCPU::test_neg_view_vdot_cpu_float64 2022-09-27T15:41:57.2330766Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_vdot_cpu_float64 2022-09-27T15:41:57.2334613Z test_ops.py::TestMathBitsCPU::test_neg_view_view_as_complex_cpu_float64 2022-09-27T15:41:57.2779384Z [gw2] [ 86%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_view_as_complex_cpu_float64 2022-09-27T15:41:57.2811344Z test_ops.py::TestMathBitsCPU::test_neg_view_view_as_cpu_float64 2022-09-27T15:41:57.3193003Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_view_as_cpu_float64 2022-09-27T15:41:57.3271417Z test_ops.py::TestMathBitsCPU::test_neg_view_view_cpu_float64 2022-09-27T15:41:57.3684293Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_view_cpu_float64 2022-09-27T15:41:57.3704891Z test_ops.py::TestMathBitsCPU::test_neg_view_vsplit_cpu_float64 2022-09-27T15:41:57.4145035Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_vsplit_cpu_float64 2022-09-27T15:41:57.4153066Z test_ops.py::TestMathBitsCPU::test_neg_view_vstack_cpu_float64 2022-09-27T15:41:57.4583915Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_vstack_cpu_float64 2022-09-27T15:41:57.4663079Z test_ops.py::TestMathBitsCPU::test_neg_view_where_cpu_float64 2022-09-27T15:41:57.5086512Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_where_cpu_float64 2022-09-27T15:41:57.5198237Z test_ops.py::TestMathBitsCPU::test_neg_view_xlogy_cpu_float64 2022-09-27T15:41:57.5575565Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_xlogy_cpu_float64 2022-09-27T15:41:57.5595913Z test_ops.py::TestMathBitsCPU::test_neg_view_zero__cpu_float64 2022-09-27T15:41:57.6059487Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_zero__cpu_float64 2022-09-27T15:41:57.6059927Z test_ops.py::TestMathBitsCPU::test_neg_view_zeros_cpu_float64 2022-09-27T15:41:57.6541949Z [gw2] [ 86%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_zeros_cpu_float64 2022-09-27T15:41:57.6651394Z test_ops.py::TestMathBitsCPU::test_neg_view_zeros_like_cpu_float64 2022-09-27T15:41:57.6932894Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_zeros_like_cpu_float64 2022-09-27T15:41:57.6933490Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_abs_cpu 2022-09-27T15:41:57.7352843Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_abs_cpu 2022-09-27T15:41:57.7392913Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acos_cpu 2022-09-27T15:41:57.7871521Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acos_cpu 2022-09-27T15:41:57.7872181Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acosh_cpu 2022-09-27T15:41:57.8341048Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acosh_cpu 2022-09-27T15:41:57.8359525Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_add_cpu 2022-09-27T15:41:57.8785934Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_add_cpu 2022-09-27T15:41:57.8786569Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcdiv_cpu 2022-09-27T15:41:57.9264309Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcdiv_cpu 2022-09-27T15:41:57.9264927Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addr_cpu 2022-09-27T15:41:57.9603793Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addr_cpu 2022-09-27T15:41:57.9619409Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nanquantile_cpu_float32 2022-09-27T15:41:57.9738596Z test_ops.py::TestCompositeComplianceCPU::test_backward_nansum_cpu_float32 2022-09-27T15:41:57.9741871Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_all_cpu 2022-09-27T15:41:58.0218747Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_all_cpu 2022-09-27T15:41:58.0223218Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_allclose_cpu 2022-09-27T15:41:58.0698630Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_allclose_cpu 2022-09-27T15:41:58.0702279Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amax_cpu 2022-09-27T15:41:58.0879107Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amax_cpu 2022-09-27T15:41:58.0898421Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nansum_cpu_float32 2022-09-27T15:41:58.0976945Z test_ops.py::TestCompositeComplianceCPU::test_backward_narrow_cpu_float32 2022-09-27T15:41:58.1180475Z [gw1] [ 87%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_narrow_cpu_float32 2022-09-27T15:41:58.1184460Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amin_cpu 2022-09-27T15:41:58.1357121Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amin_cpu 2022-09-27T15:41:58.1611394Z test_ops.py::TestCompositeComplianceCPU::test_backward_native_layer_norm_cpu_float32 2022-09-27T15:41:58.1617697Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_any_cpu 2022-09-27T15:41:58.2097067Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_any_cpu 2022-09-27T15:41:58.2097903Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_arange_cpu 2022-09-27T15:41:58.2499895Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_arange_cpu 2022-09-27T15:41:58.2501022Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_as_strided_cpu 2022-09-27T15:41:58.2937407Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_as_strided_cpu 2022-09-27T15:41:58.2938463Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asin_cpu 2022-09-27T15:41:58.3352122Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asin_cpu 2022-09-27T15:41:58.3379459Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asinh_cpu 2022-09-27T15:41:58.3733355Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asinh_cpu 2022-09-27T15:41:58.3817366Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_unfold_cpu_float64 2022-09-27T15:41:58.3818356Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan2_cpu 2022-09-27T15:41:58.3901815Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan2_cpu 2022-09-27T15:41:58.3966719Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:41:58.4223865Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:41:58.4245958Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan_cpu 2022-09-27T15:41:58.4395720Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan_cpu 2022-09-27T15:41:58.4485096Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_nearest_cpu_float64 2022-09-27T15:41:58.4664431Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_nearest_cpu_float64 2022-09-27T15:41:58.4694421Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atanh_cpu 2022-09-27T15:41:58.4782091Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atanh_cpu 2022-09-27T15:41:58.4857360Z test_ops.py::TestMathBitsCPU::test_neg_view_nonzero_cpu_float64 2022-09-27T15:41:58.5086574Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nonzero_cpu_float64 2022-09-27T15:41:58.5094972Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_native_layer_norm_cpu_float32 2022-09-27T15:41:58.5103455Z test_ops.py::TestCompositeComplianceCPU::test_backward_neg_cpu_float32 2022-09-27T15:41:58.5126106Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_1d_cpu 2022-09-27T15:41:58.5139584Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_1d_cpu 2022-09-27T15:41:58.5222014Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_neg_cpu_float32 2022-09-27T15:41:58.5503062Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_cpu_float64 2022-09-27T15:41:58.5543651Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:41:58.5572435Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_2d_cpu 2022-09-27T15:41:58.5622275Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_2d_cpu 2022-09-27T15:41:58.5772813Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_norm_cpu_float64 2022-09-27T15:41:58.5805390Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_fro_cpu_float64 2022-09-27T15:41:58.5827542Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:41:58.5941741Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_norm_fro_cpu_float64 2022-09-27T15:41:58.6003935Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:41:58.6006539Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_3d_cpu 2022-09-27T15:41:58.6224503Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_3d_cpu 2022-09-27T15:41:58.6254509Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_inf_cpu_float64 2022-09-27T15:41:58.6367299Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_norm_inf_cpu_float64 2022-09-27T15:41:58.6381208Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:41:58.6447440Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:41:58.6452519Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_and_cpu 2022-09-27T15:41:58.6665907Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_and_cpu 2022-09-27T15:41:58.6688655Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_nuc_cpu_float64 2022-09-27T15:41:58.6853982Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_norm_nuc_cpu_float64 2022-09-27T15:41:58.6889513Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:41:58.6896075Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_left_shift_cpu 2022-09-27T15:41:58.6902919Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_left_shift_cpu 2022-09-27T15:41:58.7099498Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:41:58.7179338Z test_ops.py::TestMathBitsCPU::test_neg_view_normal_cpu_float64 2022-09-27T15:41:58.7349444Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_normal_cpu_float64 2022-09-27T15:41:58.7372709Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_not_cpu 2022-09-27T15:41:58.7400405Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_not_cpu 2022-09-27T15:41:58.7414684Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:41:58.7588331Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:41:58.7590531Z test_ops.py::TestMathBitsCPU::test_neg_view_normal_number_mean_cpu_float64 2022-09-27T15:41:58.7847357Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_normal_number_mean_cpu_float64 2022-09-27T15:41:58.7849190Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_or_cpu 2022-09-27T15:41:58.8018465Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_or_cpu 2022-09-27T15:41:58.8020385Z test_ops.py::TestMathBitsCPU::test_neg_view_ones_cpu_float64 2022-09-27T15:41:58.8128817Z [gw3] [ 87%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_ones_cpu_float64 2022-09-27T15:41:58.8144159Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:41:58.8326348Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:41:58.8330585Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_right_shift_cpu 2022-09-27T15:41:58.8467740Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_right_shift_cpu 2022-09-27T15:41:58.8472609Z test_ops.py::TestMathBitsCPU::test_neg_view_ones_like_cpu_float64 2022-09-27T15:41:58.8765655Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ones_like_cpu_float64 2022-09-27T15:41:58.8770519Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_xor_cpu 2022-09-27T15:41:58.8865832Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_xor_cpu 2022-09-27T15:41:58.8883725Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:41:58.8900023Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:41:58.9011281Z test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:41:58.9205829Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:41:58.9208187Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_shapes_cpu 2022-09-27T15:41:58.9301313Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_shapes_cpu 2022-09-27T15:41:58.9628145Z test_ops.py::TestMathBitsCPU::test_neg_view_ormqr_cpu_float64 2022-09-27T15:41:58.9653199Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_tensors_cpu 2022-09-27T15:41:58.9915624Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_tensors_cpu 2022-09-27T15:41:58.9926949Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ormqr_cpu_float64 2022-09-27T15:41:58.9971395Z test_ops.py::TestMathBitsCPU::test_neg_view_outer_cpu_float64 2022-09-27T15:41:59.0097788Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_outer_cpu_float64 2022-09-27T15:41:59.0103979Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:41:59.0132791Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_to_cpu 2022-09-27T15:41:59.0139776Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_to_cpu 2022-09-27T15:41:59.0360815Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:41:59.0383654Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:41:59.0567494Z test_ops.py::TestMathBitsCPU::test_neg_view_pca_lowrank_cpu_float64 2022-09-27T15:41:59.0570932Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:41:59.0575068Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cat_cpu 2022-09-27T15:41:59.0987919Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cat_cpu 2022-09-27T15:41:59.1012831Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ceil_cpu 2022-09-27T15:41:59.1486126Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ceil_cpu 2022-09-27T15:41:59.1491100Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_chunk_cpu 2022-09-27T15:41:59.1635880Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_chunk_cpu 2022-09-27T15:41:59.1646959Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:41:59.1929783Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_batch_norm_cpu_float32 2022-09-27T15:41:59.1935064Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_cpu 2022-09-27T15:41:59.2349000Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_cpu 2022-09-27T15:41:59.2355087Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clone_cpu 2022-09-27T15:41:59.2372385Z [gw0] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:41:59.2378021Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clone_cpu 2022-09-27T15:41:59.2805887Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_cpu_float32 2022-09-27T15:41:59.2811070Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_column_stack_cpu 2022-09-27T15:41:59.3365054Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_column_stack_cpu 2022-09-27T15:41:59.3373082Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_cpu 2022-09-27T15:41:59.3755969Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_cpu 2022-09-27T15:41:59.3786656Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_physical_cpu 2022-09-27T15:41:59.4214402Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_physical_cpu 2022-09-27T15:41:59.4219220Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_constant_pad_nd_cpu 2022-09-27T15:41:59.4631310Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_constant_pad_nd_cpu 2022-09-27T15:41:59.4660636Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_contiguous_cpu 2022-09-27T15:41:59.5088751Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_contiguous_cpu 2022-09-27T15:41:59.5093672Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copy_to_cpu 2022-09-27T15:41:59.5530568Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copy_to_cpu 2022-09-27T15:41:59.5538759Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copysign_cpu 2022-09-27T15:41:59.5983129Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copysign_cpu 2022-09-27T15:41:59.5993054Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cos_cpu 2022-09-27T15:41:59.6420614Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cos_cpu 2022-09-27T15:41:59.6429438Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cosh_cpu 2022-09-27T15:41:59.6901103Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cosh_cpu 2022-09-27T15:41:59.6910442Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diag_embed_cpu 2022-09-27T15:41:59.7347707Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diag_embed_cpu 2022-09-27T15:41:59.7383372Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diagonal_cpu 2022-09-27T15:41:59.7823754Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diagonal_cpu 2022-09-27T15:41:59.7844611Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_digamma_cpu 2022-09-27T15:41:59.7967824Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_digamma_cpu 2022-09-27T15:41:59.7989626Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_pca_lowrank_cpu_float64 2022-09-27T15:41:59.8066467Z test_ops.py::TestMathBitsCPU::test_neg_view_permute_cpu_float64 2022-09-27T15:41:59.8263879Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_permute_cpu_float64 2022-09-27T15:41:59.8288850Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_div_cpu 2022-09-27T15:41:59.8431915Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_div_cpu 2022-09-27T15:41:59.8728368Z test_ops.py::TestMathBitsCPU::test_neg_view_pinverse_cpu_float64 2022-09-27T15:41:59.8733582Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dsplit_cpu 2022-09-27T15:41:59.9208211Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dsplit_cpu 2022-09-27T15:41:59.9212712Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dstack_cpu 2022-09-27T15:41:59.9650546Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dstack_cpu 2022-09-27T15:41:59.9651155Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_cpu 2022-09-27T15:42:00.0001508Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_cpu 2022-09-27T15:42:00.0066397Z [gw0] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_cpu_float32 2022-09-27T15:42:00.0088900Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_cpu_float32 2022-09-27T15:42:00.0099561Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_pinverse_cpu_float64 2022-09-27T15:42:00.0127183Z test_ops.py::TestMathBitsCPU::test_neg_view_polar_cpu_float64 2022-09-27T15:42:00.0135355Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_like_cpu 2022-09-27T15:42:00.0266131Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_like_cpu 2022-09-27T15:42:00.0504943Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polar_cpu_float64 2022-09-27T15:42:00.0544996Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_0_cpu_float64 2022-09-27T15:42:00.0583993Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_strided_cpu 2022-09-27T15:42:00.0663045Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_strided_cpu 2022-09-27T15:42:00.0942488Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_0_cpu_float64 2022-09-27T15:42:00.1019689Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_1_cpu_float64 2022-09-27T15:42:00.1020396Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eq_cpu 2022-09-27T15:42:00.1103895Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eq_cpu 2022-09-27T15:42:00.1422159Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_1_cpu_float64 2022-09-27T15:42:00.1459740Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_2_cpu_float64 2022-09-27T15:42:00.1460528Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_equal_cpu 2022-09-27T15:42:00.1581102Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_equal_cpu 2022-09-27T15:42:00.1864030Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_2_cpu_float64 2022-09-27T15:42:00.1898017Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_3_cpu_float64 2022-09-27T15:42:00.1901564Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erf_cpu 2022-09-27T15:42:00.2026087Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erf_cpu 2022-09-27T15:42:00.2324484Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_3_cpu_float64 2022-09-27T15:42:00.2331865Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfc_cpu 2022-09-27T15:42:00.2340837Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfc_cpu 2022-09-27T15:42:00.2490891Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_4_cpu_float64 2022-09-27T15:42:00.2778563Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_4_cpu_float64 2022-09-27T15:42:00.2779079Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfinv_cpu 2022-09-27T15:42:00.2787740Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfinv_cpu 2022-09-27T15:42:00.2845312Z test_ops.py::TestMathBitsCPU::test_neg_view_positive_cpu_float64 2022-09-27T15:42:00.2973811Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_positive_cpu_float64 2022-09-27T15:42:00.2987784Z [gw0] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_cpu_float32 2022-09-27T15:42:00.3218192Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:42:00.3221754Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp2_cpu 2022-09-27T15:42:00.3262242Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp2_cpu 2022-09-27T15:42:00.3468815Z test_ops.py::TestMathBitsCPU::test_neg_view_pow_cpu_float64 2022-09-27T15:42:00.3657365Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_pow_cpu_float64 2022-09-27T15:42:00.3661842Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp_cpu 2022-09-27T15:42:00.3703060Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp_cpu 2022-09-27T15:42:00.4089758Z test_ops.py::TestMathBitsCPU::test_neg_view_prod_cpu_float64 2022-09-27T15:42:00.4091251Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_as_cpu 2022-09-27T15:42:00.4188443Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_as_cpu 2022-09-27T15:42:00.4201030Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_prod_cpu_float64 2022-09-27T15:42:00.4512269Z test_ops.py::TestMathBitsCPU::test_neg_view_put_cpu_float64 2022-09-27T15:42:00.4546124Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_put_cpu_float64 2022-09-27T15:42:00.4680411Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_cpu 2022-09-27T15:42:00.4696458Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_cpu 2022-09-27T15:42:00.5017756Z test_ops.py::TestMathBitsCPU::test_neg_view_qr_cpu_float64 2022-09-27T15:42:00.5026021Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expm1_cpu 2022-09-27T15:42:00.5457981Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expm1_cpu 2022-09-27T15:42:00.5465803Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eye_cpu 2022-09-27T15:42:00.5864454Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eye_cpu 2022-09-27T15:42:00.5893443Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft2_cpu 2022-09-27T15:42:00.6342099Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft2_cpu 2022-09-27T15:42:00.6364342Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft_cpu 2022-09-27T15:42:00.6787995Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft_cpu 2022-09-27T15:42:00.6815618Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftn_cpu 2022-09-27T15:42:00.7247727Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftn_cpu 2022-09-27T15:42:00.7251748Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftshift_cpu 2022-09-27T15:42:00.7272716Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftshift_cpu 2022-09-27T15:42:00.7283931Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_qr_cpu_float64 2022-09-27T15:42:00.7690051Z test_ops.py::TestMathBitsCPU::test_neg_view_quantile_cpu_float64 2022-09-27T15:42:00.7694687Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft2_cpu 2022-09-27T15:42:00.7873393Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft2_cpu 2022-09-27T15:42:00.7887497Z [gw0] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:42:00.8084455Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_solve_cpu_float32 2022-09-27T15:42:00.8099431Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_quantile_cpu_float64 2022-09-27T15:42:00.8131292Z test_ops.py::TestMathBitsCPU::test_neg_view_rad2deg_cpu_float64 2022-09-27T15:42:00.8133475Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft_cpu 2022-09-27T15:42:00.8164829Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft_cpu 2022-09-27T15:42:00.8288472Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_rad2deg_cpu_float64 2022-09-27T15:42:00.8304763Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_batch_norm_cpu_float32 2022-09-27T15:42:00.8505127Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_bilinear_cpu_float32 2022-09-27T15:42:00.8595818Z test_ops.py::TestMathBitsCPU::test_neg_view_rand_like_cpu_float64 2022-09-27T15:42:00.8599151Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfftn_cpu 2022-09-27T15:42:00.8609388Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_rand_like_cpu_float64 2022-09-27T15:42:00.8943626Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfftn_cpu 2022-09-27T15:42:00.9023085Z test_ops.py::TestMathBitsCPU::test_neg_view_randint_like_cpu_float64 2022-09-27T15:42:00.9049704Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft2_cpu 2022-09-27T15:42:00.9095211Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft2_cpu 2022-09-27T15:42:00.9382839Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_randint_like_cpu_float64 2022-09-27T15:42:00.9427463Z test_ops.py::TestMathBitsCPU::test_neg_view_randn_cpu_float64 2022-09-27T15:42:00.9462565Z [gw3] [ 87%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_randn_cpu_float64 2022-09-27T15:42:00.9484908Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft_cpu 2022-09-27T15:42:00.9823373Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft_cpu 2022-09-27T15:42:00.9903605Z test_ops.py::TestMathBitsCPU::test_neg_view_randn_like_cpu_float64 2022-09-27T15:42:00.9927450Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftn_cpu 2022-09-27T15:42:00.9935500Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftn_cpu 2022-09-27T15:42:01.0263665Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_randn_like_cpu_float64 2022-09-27T15:42:01.0327057Z test_ops.py::TestMathBitsCPU::test_neg_view_ravel_cpu_float64 2022-09-27T15:42:01.0372180Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ravel_cpu_float64 2022-09-27T15:42:01.0372790Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftshift_cpu 2022-09-27T15:42:01.0704106Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftshift_cpu 2022-09-27T15:42:01.0756289Z test_ops.py::TestMathBitsCPU::test_neg_view_real_cpu_float64 2022-09-27T15:42:01.0785338Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_real_cpu_float64 2022-09-27T15:42:01.0816098Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft2_cpu 2022-09-27T15:42:01.1145467Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft2_cpu 2022-09-27T15:42:01.1219299Z test_ops.py::TestMathBitsCPU::test_neg_view_reciprocal_cpu_float64 2022-09-27T15:42:01.1240361Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_reciprocal_cpu_float64 2022-09-27T15:42:01.1257621Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft_cpu 2022-09-27T15:42:01.1584678Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft_cpu 2022-09-27T15:42:01.1680654Z test_ops.py::TestMathBitsCPU::test_neg_view_remainder_cpu_float64 2022-09-27T15:42:01.1692403Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfftn_cpu 2022-09-27T15:42:01.1733386Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfftn_cpu 2022-09-27T15:42:01.2024872Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_remainder_cpu_float64 2022-09-27T15:42:01.2114898Z test_ops.py::TestMathBitsCPU::test_neg_view_renorm_cpu_float64 2022-09-27T15:42:01.2115534Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft2_cpu 2022-09-27T15:42:01.2140550Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_renorm_cpu_float64 2022-09-27T15:42:01.2507536Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft2_cpu 2022-09-27T15:42:01.2546691Z test_ops.py::TestMathBitsCPU::test_neg_view_repeat_cpu_float64 2022-09-27T15:42:01.2572611Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft_cpu 2022-09-27T15:42:01.2707511Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft_cpu 2022-09-27T15:42:01.2943629Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_repeat_cpu_float64 2022-09-27T15:42:01.3042341Z test_ops.py::TestMathBitsCPU::test_neg_view_repeat_interleave_cpu_float64 2022-09-27T15:42:01.3049879Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_repeat_interleave_cpu_float64 2022-09-27T15:42:01.3072429Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vstack_cpu 2022-09-27T15:42:01.3448785Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vstack_cpu 2022-09-27T15:42:01.3486734Z test_ops.py::TestMathBitsCPU::test_neg_view_reshape_as_cpu_float64 2022-09-27T15:42:01.3518614Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_reshape_as_cpu_float64 2022-09-27T15:42:01.3520474Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_where_cpu 2022-09-27T15:42:01.3865581Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_where_cpu 2022-09-27T15:42:01.3977130Z test_ops.py::TestMathBitsCPU::test_neg_view_reshape_cpu_float64 2022-09-27T15:42:01.3977637Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_cpu 2022-09-27T15:42:01.3993909Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_cpu 2022-09-27T15:42:01.4335979Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_reshape_cpu_float64 2022-09-27T15:42:01.4339320Z test_ops.py::TestMathBitsCPU::test_neg_view_resize__cpu_float64 2022-09-27T15:42:01.4427570Z [gw3] [ 87%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_resize__cpu_float64 2022-09-27T15:42:01.4428081Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_like_cpu 2022-09-27T15:42:01.4790496Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_like_cpu 2022-09-27T15:42:01.4794290Z test_ops.py::TestMathBitsCPU::test_neg_view_resize_as__cpu_float64 2022-09-27T15:42:01.4859413Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_resize_as__cpu_float64 2022-09-27T15:42:01.4861170Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_abs_cpu 2022-09-27T15:42:01.5228100Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_abs_cpu 2022-09-27T15:42:01.5228568Z test_ops.py::TestMathBitsCPU::test_neg_view_resolve_conj_cpu_float64 2022-09-27T15:42:01.5297289Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_resolve_conj_cpu_float64 2022-09-27T15:42:01.5301378Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acos_cpu 2022-09-27T15:42:01.5623735Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acos_cpu 2022-09-27T15:42:01.5669100Z test_ops.py::TestMathBitsCPU::test_neg_view_resolve_neg_cpu_float64 2022-09-27T15:42:01.5702606Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_resolve_neg_cpu_float64 2022-09-27T15:42:01.5728919Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acosh_cpu 2022-09-27T15:42:01.6065097Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acosh_cpu 2022-09-27T15:42:01.6161070Z test_ops.py::TestMathBitsCPU::test_neg_view_roll_cpu_float64 2022-09-27T15:42:01.6175996Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_add_cpu 2022-09-27T15:42:01.6298864Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_add_cpu 2022-09-27T15:42:01.6595027Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_roll_cpu_float64 2022-09-27T15:42:01.6654141Z test_ops.py::TestMathBitsCPU::test_neg_view_rot90_cpu_float64 2022-09-27T15:42:01.6661688Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcdiv_cpu 2022-09-27T15:42:01.6953399Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcdiv_cpu 2022-09-27T15:42:01.7021310Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_rot90_cpu_float64 2022-09-27T15:42:01.7064454Z test_ops.py::TestMathBitsCPU::test_neg_view_round_cpu_float64 2022-09-27T15:42:01.7130588Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_round_cpu_float64 2022-09-27T15:42:01.7134741Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addr_cpu 2022-09-27T15:42:01.7547479Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addr_cpu 2022-09-27T15:42:01.7556963Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_0_cpu_float64 2022-09-27T15:42:01.7607980Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_0_cpu_float64 2022-09-27T15:42:01.7615519Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_all_cpu 2022-09-27T15:42:01.7983943Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_all_cpu 2022-09-27T15:42:01.8001577Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_3_cpu_float64 2022-09-27T15:42:01.8022990Z [gw3] [ 87%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_3_cpu_float64 2022-09-27T15:42:01.8041974Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_allclose_cpu 2022-09-27T15:42:01.8438966Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_allclose_cpu 2022-09-27T15:42:01.8441373Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_neg_3_cpu_float64 2022-09-27T15:42:01.8505748Z [gw3] [ 87%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_neg_3_cpu_float64 2022-09-27T15:42:01.8526747Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amax_cpu 2022-09-27T15:42:01.8898789Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amax_cpu 2022-09-27T15:42:01.8917197Z test_ops.py::TestMathBitsCPU::test_neg_view_rsqrt_cpu_float64 2022-09-27T15:42:01.8942367Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_rsqrt_cpu_float64 2022-09-27T15:42:01.8962018Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amin_cpu 2022-09-27T15:42:01.9383952Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amin_cpu 2022-09-27T15:42:01.9422053Z test_ops.py::TestMathBitsCPU::test_neg_view_rsub_cpu_float64 2022-09-27T15:42:01.9440323Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_any_cpu 2022-09-27T15:42:01.9481909Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_any_cpu 2022-09-27T15:42:01.9551234Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_rsub_cpu_float64 2022-09-27T15:42:01.9565908Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_bilinear_cpu_float32 2022-09-27T15:42:01.9782769Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:42:01.9884477Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_add_cpu_float64 2022-09-27T15:42:01.9902805Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_add_cpu_float64 2022-09-27T15:42:01.9923791Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_arange_cpu 2022-09-27T15:42:02.0222678Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_arange_cpu 2022-09-27T15:42:02.0333006Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_cpu_float64 2022-09-27T15:42:02.0343692Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_cpu_float64 2022-09-27T15:42:02.0365437Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_as_strided_cpu 2022-09-27T15:42:02.0662727Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_as_strided_cpu 2022-09-27T15:42:02.0783708Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amax_cpu_float64 2022-09-27T15:42:02.0805559Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asin_cpu 2022-09-27T15:42:02.0916109Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asin_cpu 2022-09-27T15:42:02.0922724Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:42:02.0960258Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:42:02.1142658Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amax_cpu_float64 2022-09-27T15:42:02.1222339Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amin_cpu_float64 2022-09-27T15:42:02.1244304Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asinh_cpu 2022-09-27T15:42:02.1434753Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asinh_cpu 2022-09-27T15:42:02.1582516Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amin_cpu_float64 2022-09-27T15:42:02.1662885Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_mean_cpu_float64 2022-09-27T15:42:02.1685585Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan2_cpu 2022-09-27T15:42:02.1879177Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan2_cpu 2022-09-27T15:42:02.2062326Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_mean_cpu_float64 2022-09-27T15:42:02.2143534Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_prod_cpu_float64 2022-09-27T15:42:02.2168499Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan_cpu 2022-09-27T15:42:02.2421939Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan_cpu 2022-09-27T15:42:02.2503386Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_prod_cpu_float64 2022-09-27T15:42:02.2583341Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_sum_cpu_float64 2022-09-27T15:42:02.2605736Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atanh_cpu 2022-09-27T15:42:02.2771561Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atanh_cpu 2022-09-27T15:42:02.2942210Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_sum_cpu_float64 2022-09-27T15:42:02.3085525Z test_ops.py::TestMathBitsCPU::test_neg_view_searchsorted_cpu_float64 2022-09-27T15:42:02.3194334Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_1d_cpu 2022-09-27T15:42:02.3526862Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_1d_cpu 2022-09-27T15:42:02.3531654Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_2d_cpu 2022-09-27T15:42:02.3968328Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_2d_cpu 2022-09-27T15:42:02.3972291Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_3d_cpu 2022-09-27T15:42:02.4448825Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_3d_cpu 2022-09-27T15:42:02.4457348Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_and_cpu 2022-09-27T15:42:02.4931488Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_and_cpu 2022-09-27T15:42:02.4935043Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_left_shift_cpu 2022-09-27T15:42:02.5412430Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_left_shift_cpu 2022-09-27T15:42:02.5420833Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_not_cpu 2022-09-27T15:42:02.5802880Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_not_cpu 2022-09-27T15:42:02.5817515Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_searchsorted_cpu_float64 2022-09-27T15:42:02.5850359Z test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_lengths_cpu_float64 2022-09-27T15:42:02.5850947Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_or_cpu 2022-09-27T15:42:02.6292884Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_or_cpu 2022-09-27T15:42:02.6293716Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_right_shift_cpu 2022-09-27T15:42:02.6730325Z [gw2] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_right_shift_cpu 2022-09-27T15:42:02.6730846Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_xor_cpu 2022-09-27T15:42:02.6898449Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_xor_cpu 2022-09-27T15:42:02.6910415Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_lengths_cpu_float64 2022-09-27T15:42:02.7171379Z test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_offsets_cpu_float64 2022-09-27T15:42:02.7177043Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_shapes_cpu 2022-09-27T15:42:02.7618026Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_shapes_cpu 2022-09-27T15:42:02.7622412Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_tensors_cpu 2022-09-27T15:42:02.7910061Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_tensors_cpu 2022-09-27T15:42:02.7921932Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_offsets_cpu_float64 2022-09-27T15:42:02.8003165Z test_ops.py::TestMathBitsCPU::test_neg_view_select_cpu_float64 2022-09-27T15:42:02.8055178Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_select_cpu_float64 2022-09-27T15:42:02.8059402Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_to_cpu 2022-09-27T15:42:02.8349074Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_to_cpu 2022-09-27T15:42:02.8434807Z test_ops.py::TestMathBitsCPU::test_neg_view_select_scatter_cpu_float64 2022-09-27T15:42:02.8494750Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_select_scatter_cpu_float64 2022-09-27T15:42:02.8498920Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cat_cpu 2022-09-27T15:42:02.8824108Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cat_cpu 2022-09-27T15:42:02.8829526Z test_ops.py::TestMathBitsCPU::test_neg_view_sgn_cpu_float64 2022-09-27T15:42:02.8933069Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sgn_cpu_float64 2022-09-27T15:42:02.8938225Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ceil_cpu 2022-09-27T15:42:02.9226410Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ceil_cpu 2022-09-27T15:42:02.9260649Z test_ops.py::TestMathBitsCPU::test_neg_view_short_cpu_float64 2022-09-27T15:42:02.9373658Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_short_cpu_float64 2022-09-27T15:42:02.9378922Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_chunk_cpu 2022-09-27T15:42:02.9692015Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_chunk_cpu 2022-09-27T15:42:02.9718667Z test_ops.py::TestMathBitsCPU::test_neg_view_sigmoid_cpu_float64 2022-09-27T15:42:02.9816358Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sigmoid_cpu_float64 2022-09-27T15:42:02.9820060Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_cpu 2022-09-27T15:42:03.0145319Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_cpu 2022-09-27T15:42:03.0145886Z test_ops.py::TestMathBitsCPU::test_neg_view_sign_cpu_float64 2022-09-27T15:42:03.0249526Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sign_cpu_float64 2022-09-27T15:42:03.0253892Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clone_cpu 2022-09-27T15:42:03.0575708Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clone_cpu 2022-09-27T15:42:03.0576305Z test_ops.py::TestMathBitsCPU::test_neg_view_signbit_cpu_float64 2022-09-27T15:42:03.0679605Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_signbit_cpu_float64 2022-09-27T15:42:03.0697246Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_column_stack_cpu 2022-09-27T15:42:03.0726939Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_column_stack_cpu 2022-09-27T15:42:03.0746364Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:42:03.0823616Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_celu_cpu_float32 2022-09-27T15:42:03.0982086Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_celu_cpu_float32 2022-09-27T15:42:03.1013826Z test_ops.py::TestMathBitsCPU::test_neg_view_sin_cpu_float64 2022-09-27T15:42:03.1101154Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sin_cpu_float64 2022-09-27T15:42:03.1116784Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_cpu 2022-09-27T15:42:03.1182311Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_cpu 2022-09-27T15:42:03.1466831Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv1d_cpu_float32 2022-09-27T15:42:03.1515506Z test_ops.py::TestMathBitsCPU::test_neg_view_sinc_cpu_float64 2022-09-27T15:42:03.1559474Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sinc_cpu_float64 2022-09-27T15:42:03.1584728Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_physical_cpu 2022-09-27T15:42:03.1863321Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_physical_cpu 2022-09-27T15:42:03.1902088Z test_ops.py::TestMathBitsCPU::test_neg_view_sinh_cpu_float64 2022-09-27T15:42:03.1983410Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sinh_cpu_float64 2022-09-27T15:42:03.2001042Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_constant_pad_nd_cpu 2022-09-27T15:42:03.2303399Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_constant_pad_nd_cpu 2022-09-27T15:42:03.2423643Z test_ops.py::TestMathBitsCPU::test_neg_view_slice_scatter_cpu_float64 2022-09-27T15:42:03.2445583Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_contiguous_cpu 2022-09-27T15:42:03.2519508Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_contiguous_cpu 2022-09-27T15:42:03.2741691Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_slice_scatter_cpu_float64 2022-09-27T15:42:03.2808223Z test_ops.py::TestMathBitsCPU::test_neg_view_softmax_cpu_float64 2022-09-27T15:42:03.2863048Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_softmax_cpu_float64 2022-09-27T15:42:03.2884917Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copy_to_cpu 2022-09-27T15:42:03.3183718Z [gw2] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copy_to_cpu 2022-09-27T15:42:03.3255556Z test_ops.py::TestMathBitsCPU::test_neg_view_softmax_with_dtype_cpu_float64 2022-09-27T15:42:03.3303413Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_softmax_with_dtype_cpu_float64 2022-09-27T15:42:03.3322783Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copysign_cpu 2022-09-27T15:42:03.3624153Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copysign_cpu 2022-09-27T15:42:03.3668996Z test_ops.py::TestMathBitsCPU::test_neg_view_sort_cpu_float64 2022-09-27T15:42:03.3681007Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv1d_cpu_float32 2022-09-27T15:42:03.3783381Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv2d_cpu_float32 2022-09-27T15:42:03.3810891Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cos_cpu 2022-09-27T15:42:03.3844960Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cos_cpu 2022-09-27T15:42:03.4061932Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sort_cpu_float64 2022-09-27T15:42:03.4076687Z test_ops.py::TestMathBitsCPU::test_neg_view_sparse_sampled_addmm_cpu_float64 2022-09-27T15:42:03.4223704Z [gw3] [ 87%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_sparse_sampled_addmm_cpu_float64 2022-09-27T15:42:03.4249844Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cosh_cpu 2022-09-27T15:42:03.4502192Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cosh_cpu 2022-09-27T15:42:03.4533889Z test_ops.py::TestMathBitsCPU::test_neg_view_special_airy_ai_cpu_float64 2022-09-27T15:42:03.4663001Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_airy_ai_cpu_float64 2022-09-27T15:42:03.4687505Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diag_embed_cpu 2022-09-27T15:42:03.4942478Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diag_embed_cpu 2022-09-27T15:42:03.4972260Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j0_cpu_float64 2022-09-27T15:42:03.5102372Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j0_cpu_float64 2022-09-27T15:42:03.5127536Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diagonal_cpu 2022-09-27T15:42:03.5382311Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diagonal_cpu 2022-09-27T15:42:03.5462768Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j1_cpu_float64 2022-09-27T15:42:03.5543886Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j1_cpu_float64 2022-09-27T15:42:03.5568420Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_digamma_cpu 2022-09-27T15:42:03.5823162Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_digamma_cpu 2022-09-27T15:42:03.5843939Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfftn_cpu 2022-09-27T15:42:03.5982588Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfftn_cpu 2022-09-27T15:42:03.6009360Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_div_cpu 2022-09-27T15:42:03.6263201Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_div_cpu 2022-09-27T15:42:03.6284072Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft2_cpu 2022-09-27T15:42:03.6424288Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft2_cpu 2022-09-27T15:42:03.6452940Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dsplit_cpu 2022-09-27T15:42:03.6704464Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dsplit_cpu 2022-09-27T15:42:03.6724556Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft_cpu 2022-09-27T15:42:03.6864850Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft_cpu 2022-09-27T15:42:03.6892118Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dstack_cpu 2022-09-27T15:42:03.7144001Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dstack_cpu 2022-09-27T15:42:03.7169353Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfftn_cpu 2022-09-27T15:42:03.7303785Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfftn_cpu 2022-09-27T15:42:03.7329316Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_cpu 2022-09-27T15:42:03.7583889Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_cpu 2022-09-27T15:42:03.7605275Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fill_cpu 2022-09-27T15:42:03.7742353Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fill_cpu 2022-09-27T15:42:03.7768586Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_like_cpu 2022-09-27T15:42:03.8022766Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_like_cpu 2022-09-27T15:42:03.8048709Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flatten_cpu 2022-09-27T15:42:03.8181598Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flatten_cpu 2022-09-27T15:42:03.8205668Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_strided_cpu 2022-09-27T15:42:03.8465717Z [gw2] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_strided_cpu 2022-09-27T15:42:03.8517124Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flip_cpu 2022-09-27T15:42:03.8624325Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flip_cpu 2022-09-27T15:42:03.8646217Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eq_cpu 2022-09-27T15:42:03.8903176Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eq_cpu 2022-09-27T15:42:03.8921868Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fliplr_cpu 2022-09-27T15:42:03.9066406Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fliplr_cpu 2022-09-27T15:42:03.9089760Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_equal_cpu 2022-09-27T15:42:03.9345101Z [gw2] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_equal_cpu 2022-09-27T15:42:03.9369084Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flipud_cpu 2022-09-27T15:42:03.9504088Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flipud_cpu 2022-09-27T15:42:03.9527296Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erf_cpu 2022-09-27T15:42:03.9782954Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erf_cpu 2022-09-27T15:42:03.9804666Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_float_power_cpu 2022-09-27T15:42:03.9942521Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_float_power_cpu 2022-09-27T15:42:03.9965370Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfc_cpu 2022-09-27T15:42:04.0148406Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfc_cpu 2022-09-27T15:42:04.0157518Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv2d_cpu_float32 2022-09-27T15:42:04.0222976Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:42:04.0248961Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_cpu 2022-09-27T15:42:04.0383526Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_cpu 2022-09-27T15:42:04.0407233Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfinv_cpu 2022-09-27T15:42:04.0663910Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfinv_cpu 2022-09-27T15:42:04.0688205Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_divide_cpu 2022-09-27T15:42:04.0824054Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_divide_cpu 2022-09-27T15:42:04.0847580Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp2_cpu 2022-09-27T15:42:04.1104177Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp2_cpu 2022-09-27T15:42:04.1127287Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmax_cpu 2022-09-27T15:42:04.1263472Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmax_cpu 2022-09-27T15:42:04.1286758Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp_cpu 2022-09-27T15:42:04.1542282Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp_cpu 2022-09-27T15:42:04.1565721Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmin_cpu 2022-09-27T15:42:04.1703248Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmin_cpu 2022-09-27T15:42:04.1725731Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_as_cpu 2022-09-27T15:42:04.1906186Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_as_cpu 2022-09-27T15:42:04.1916732Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:42:04.1983741Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:42:04.2010574Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmod_cpu 2022-09-27T15:42:04.2143806Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmod_cpu 2022-09-27T15:42:04.2173015Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_cpu 2022-09-27T15:42:04.2424969Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_cpu 2022-09-27T15:42:04.2451936Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_frac_cpu 2022-09-27T15:42:04.2584026Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_frac_cpu 2022-09-27T15:42:04.2611201Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expm1_cpu 2022-09-27T15:42:04.2863399Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expm1_cpu 2022-09-27T15:42:04.2888524Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_cpu 2022-09-27T15:42:04.3023543Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_cpu 2022-09-27T15:42:04.3047521Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eye_cpu 2022-09-27T15:42:04.3302754Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eye_cpu 2022-09-27T15:42:04.3327643Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_like_cpu 2022-09-27T15:42:04.3463287Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_like_cpu 2022-09-27T15:42:04.3487148Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft2_cpu 2022-09-27T15:42:04.3746881Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft2_cpu 2022-09-27T15:42:04.3768333Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gcd_cpu 2022-09-27T15:42:04.3902465Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gcd_cpu 2022-09-27T15:42:04.3926097Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft_cpu 2022-09-27T15:42:04.3966442Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft_cpu 2022-09-27T15:42:04.3978740Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:42:04.4184078Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:42:04.4208498Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ge_cpu 2022-09-27T15:42:04.4384975Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ge_cpu 2022-09-27T15:42:04.4410295Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftn_cpu 2022-09-27T15:42:04.4627104Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftn_cpu 2022-09-27T15:42:04.4654989Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gt_cpu 2022-09-27T15:42:04.4824519Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gt_cpu 2022-09-27T15:42:04.4850673Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftshift_cpu 2022-09-27T15:42:04.5065255Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftshift_cpu 2022-09-27T15:42:04.5093936Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_heaviside_cpu 2022-09-27T15:42:04.5264600Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_heaviside_cpu 2022-09-27T15:42:04.5292635Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft2_cpu 2022-09-27T15:42:04.5504691Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft2_cpu 2022-09-27T15:42:04.5531870Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hsplit_cpu 2022-09-27T15:42:04.5703881Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hsplit_cpu 2022-09-27T15:42:04.5729703Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft_cpu 2022-09-27T15:42:04.5943822Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft_cpu 2022-09-27T15:42:04.5969668Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hstack_cpu 2022-09-27T15:42:04.6031457Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hstack_cpu 2022-09-27T15:42:04.6039230Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:42:04.6142275Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:42:04.6167048Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfftn_cpu 2022-09-27T15:42:04.6382420Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfftn_cpu 2022-09-27T15:42:04.6406067Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hypot_cpu 2022-09-27T15:42:04.6582371Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hypot_cpu 2022-09-27T15:42:04.6605616Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft2_cpu 2022-09-27T15:42:04.6822523Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft2_cpu 2022-09-27T15:42:04.6846728Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_i0_cpu 2022-09-27T15:42:04.7022513Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_i0_cpu 2022-09-27T15:42:04.7046009Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft_cpu 2022-09-27T15:42:04.7262966Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft_cpu 2022-09-27T15:42:04.7287875Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igamma_cpu 2022-09-27T15:42:04.7463260Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igamma_cpu 2022-09-27T15:42:04.7487796Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftn_cpu 2022-09-27T15:42:04.7702819Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftn_cpu 2022-09-27T15:42:04.7727030Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igammac_cpu 2022-09-27T15:42:04.7903240Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igammac_cpu 2022-09-27T15:42:04.7924702Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftshift_cpu 2022-09-27T15:42:04.8142322Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftshift_cpu 2022-09-27T15:42:04.8165517Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_imag_cpu 2022-09-27T15:42:04.8342224Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_imag_cpu 2022-09-27T15:42:04.8364517Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft2_cpu 2022-09-27T15:42:04.8581945Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft2_cpu 2022-09-27T15:42:04.8604685Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add__cpu 2022-09-27T15:42:04.8782096Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add__cpu 2022-09-27T15:42:04.8804582Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft_cpu 2022-09-27T15:42:04.9022818Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft_cpu 2022-09-27T15:42:04.9049304Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add_cpu 2022-09-27T15:42:04.9222003Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add_cpu 2022-09-27T15:42:04.9243874Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfftn_cpu 2022-09-27T15:42:04.9462405Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfftn_cpu 2022-09-27T15:42:04.9481170Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy__cpu 2022-09-27T15:42:04.9663149Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy__cpu 2022-09-27T15:42:04.9686033Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft2_cpu 2022-09-27T15:42:04.9814296Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft2_cpu 2022-09-27T15:42:04.9824061Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:42:04.9904218Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:42:04.9927271Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy_cpu 2022-09-27T15:42:05.0105571Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy_cpu 2022-09-27T15:42:05.0131162Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft_cpu 2022-09-27T15:42:05.0345491Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft_cpu 2022-09-27T15:42:05.0371300Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill__cpu 2022-09-27T15:42:05.0544524Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill__cpu 2022-09-27T15:42:05.0570826Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfftn_cpu 2022-09-27T15:42:05.0783376Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfftn_cpu 2022-09-27T15:42:05.0803053Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill_cpu 2022-09-27T15:42:05.0983397Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill_cpu 2022-09-27T15:42:05.1007140Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft2_cpu 2022-09-27T15:42:05.1222173Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft2_cpu 2022-09-27T15:42:05.1239070Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_select_cpu 2022-09-27T15:42:05.1422729Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_select_cpu 2022-09-27T15:42:05.1446326Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft_cpu 2022-09-27T15:42:05.1662484Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft_cpu 2022-09-27T15:42:05.1679426Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isclose_cpu 2022-09-27T15:42:05.1862071Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isclose_cpu 2022-09-27T15:42:05.1884927Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfftn_cpu 2022-09-27T15:42:05.2105646Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfftn_cpu 2022-09-27T15:42:05.2107927Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:42:05.2114128Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isfinite_cpu 2022-09-27T15:42:05.2122664Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:42:05.2303101Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isfinite_cpu 2022-09-27T15:42:05.2328929Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fill_cpu 2022-09-27T15:42:05.2542474Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fill_cpu 2022-09-27T15:42:05.2565176Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isinf_cpu 2022-09-27T15:42:05.2742557Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isinf_cpu 2022-09-27T15:42:05.2765392Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flatten_cpu 2022-09-27T15:42:05.2982321Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flatten_cpu 2022-09-27T15:42:05.2998459Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isnan_cpu 2022-09-27T15:42:05.3182660Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isnan_cpu 2022-09-27T15:42:05.3205417Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flip_cpu 2022-09-27T15:42:05.3423839Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flip_cpu 2022-09-27T15:42:05.3443289Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isreal_cpu 2022-09-27T15:42:05.3622767Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isreal_cpu 2022-09-27T15:42:05.3646033Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fliplr_cpu 2022-09-27T15:42:05.3862582Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fliplr_cpu 2022-09-27T15:42:05.3880365Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_item_cpu 2022-09-27T15:42:05.4062450Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_item_cpu 2022-09-27T15:42:05.4088301Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flipud_cpu 2022-09-27T15:42:05.4302945Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flipud_cpu 2022-09-27T15:42:05.4318968Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lcm_cpu 2022-09-27T15:42:05.4430524Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lcm_cpu 2022-09-27T15:42:05.4436478Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:42:05.4502804Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:42:05.4525959Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_float_power_cpu 2022-09-27T15:42:05.4744159Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_float_power_cpu 2022-09-27T15:42:05.4765093Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_le_cpu 2022-09-27T15:42:05.4944046Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_le_cpu 2022-09-27T15:42:05.4967394Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_cpu 2022-09-27T15:42:05.5182974Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_cpu 2022-09-27T15:42:05.5202970Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lgamma_cpu 2022-09-27T15:42:05.5382996Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lgamma_cpu 2022-09-27T15:42:05.5409089Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_divide_cpu 2022-09-27T15:42:05.5622908Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_divide_cpu 2022-09-27T15:42:05.5644290Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_linspace_cpu 2022-09-27T15:42:05.5823529Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_linspace_cpu 2022-09-27T15:42:05.5849212Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmax_cpu 2022-09-27T15:42:05.6063482Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmax_cpu 2022-09-27T15:42:05.6085757Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log10_cpu 2022-09-27T15:42:05.6263018Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log10_cpu 2022-09-27T15:42:05.6288136Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmin_cpu 2022-09-27T15:42:05.6502611Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmin_cpu 2022-09-27T15:42:05.6525116Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log1p_cpu 2022-09-27T15:42:05.6702685Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log1p_cpu 2022-09-27T15:42:05.6727582Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmod_cpu 2022-09-27T15:42:05.6943376Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmod_cpu 2022-09-27T15:42:05.6963926Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log2_cpu 2022-09-27T15:42:05.7143389Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log2_cpu 2022-09-27T15:42:05.7166997Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_frac_cpu 2022-09-27T15:42:05.7383017Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_frac_cpu 2022-09-27T15:42:05.7405908Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log_cpu 2022-09-27T15:42:05.7583519Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log_cpu 2022-09-27T15:42:05.7610165Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_cpu 2022-09-27T15:42:05.7822603Z [gw2] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_cpu 2022-09-27T15:42:05.7846740Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_and_cpu 2022-09-27T15:42:05.8023041Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_and_cpu 2022-09-27T15:42:05.8047224Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_like_cpu 2022-09-27T15:42:05.8262903Z [gw2] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_like_cpu 2022-09-27T15:42:05.8284192Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_not_cpu 2022-09-27T15:42:05.8462692Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_not_cpu 2022-09-27T15:42:05.8503428Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gcd_cpu 2022-09-27T15:42:05.8702562Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gcd_cpu 2022-09-27T15:42:05.8725247Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_or_cpu 2022-09-27T15:42:05.8839468Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_or_cpu 2022-09-27T15:42:05.8847563Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:42:05.8902415Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout2d_cpu_float32 2022-09-27T15:42:05.8925024Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ge_cpu 2022-09-27T15:42:05.9142803Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ge_cpu 2022-09-27T15:42:05.9158353Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_xor_cpu 2022-09-27T15:42:05.9258749Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_xor_cpu 2022-09-27T15:42:05.9268093Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout2d_cpu_float32 2022-09-27T15:42:05.9342083Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout3d_cpu_float32 2022-09-27T15:42:05.9364722Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gt_cpu 2022-09-27T15:42:05.9581782Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gt_cpu 2022-09-27T15:42:05.9598858Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logspace_cpu 2022-09-27T15:42:05.9750296Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logspace_cpu 2022-09-27T15:42:05.9759101Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout3d_cpu_float32 2022-09-27T15:42:05.9782145Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout_cpu_float32 2022-09-27T15:42:05.9804969Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_heaviside_cpu 2022-09-27T15:42:06.0022375Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_heaviside_cpu 2022-09-27T15:42:06.0039336Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lt_cpu 2022-09-27T15:42:06.0221783Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lt_cpu 2022-09-27T15:42:06.0244491Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hsplit_cpu 2022-09-27T15:42:06.0278645Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hsplit_cpu 2022-09-27T15:42:06.0286913Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout_cpu_float32 2022-09-27T15:42:06.0363657Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_elu_cpu_float32 2022-09-27T15:42:06.0462677Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_elu_cpu_float32 2022-09-27T15:42:06.0481744Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_masked_fill_cpu 2022-09-27T15:42:06.0664577Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_masked_fill_cpu 2022-09-27T15:42:06.0690598Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hstack_cpu 2022-09-27T15:42:06.0703299Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hstack_cpu 2022-09-27T15:42:06.0905083Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:42:06.0933493Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_maximum_cpu 2022-09-27T15:42:06.1105609Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_maximum_cpu 2022-09-27T15:42:06.1151140Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hypot_cpu 2022-09-27T15:42:06.1342881Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hypot_cpu 2022-09-27T15:42:06.1369816Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mean_cpu 2022-09-27T15:42:06.1542656Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mean_cpu 2022-09-27T15:42:06.1565942Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_i0_cpu 2022-09-27T15:42:06.1783374Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_i0_cpu 2022-09-27T15:42:06.1809359Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_meshgrid_cpu 2022-09-27T15:42:06.1983343Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_meshgrid_cpu 2022-09-27T15:42:06.2027767Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igamma_cpu 2022-09-27T15:42:06.2222982Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igamma_cpu 2022-09-27T15:42:06.2245395Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_minimum_cpu 2022-09-27T15:42:06.2450201Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_minimum_cpu 2022-09-27T15:42:06.2455440Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igammac_cpu 2022-09-27T15:42:06.2662497Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igammac_cpu 2022-09-27T15:42:06.2691184Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_movedim_cpu 2022-09-27T15:42:06.2862923Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_movedim_cpu 2022-09-27T15:42:06.2881868Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_imag_cpu 2022-09-27T15:42:06.3102664Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_imag_cpu 2022-09-27T15:42:06.3124310Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mul_cpu 2022-09-27T15:42:06.3342068Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mul_cpu 2022-09-27T15:42:06.3364998Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add__cpu 2022-09-27T15:42:06.3542314Z [gw2] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add__cpu 2022-09-27T15:42:06.3561909Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nan_to_num_cpu 2022-09-27T15:42:06.3782130Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nan_to_num_cpu 2022-09-27T15:42:06.3810242Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add_cpu 2022-09-27T15:42:06.4008525Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add_cpu 2022-09-27T15:42:06.4012678Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_narrow_cpu 2022-09-27T15:42:06.4248176Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_narrow_cpu 2022-09-27T15:42:06.4251231Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy__cpu 2022-09-27T15:42:06.4449286Z [gw2] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy__cpu 2022-09-27T15:42:06.4454235Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_native_layer_norm_cpu 2022-09-27T15:42:06.4694501Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_native_layer_norm_cpu 2022-09-27T15:42:06.4698698Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy_cpu 2022-09-27T15:42:06.4890335Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy_cpu 2022-09-27T15:42:06.4897302Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ne_cpu 2022-09-27T15:42:06.5129139Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ne_cpu 2022-09-27T15:42:06.5137125Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill__cpu 2022-09-27T15:42:06.5302043Z [gw2] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill__cpu 2022-09-27T15:42:06.5321191Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_neg_cpu 2022-09-27T15:42:06.5609700Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_neg_cpu 2022-09-27T15:42:06.5613251Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill_cpu 2022-09-27T15:42:06.5771876Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill_cpu 2022-09-27T15:42:06.5773496Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nextafter_cpu 2022-09-27T15:42:06.6049842Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nextafter_cpu 2022-09-27T15:42:06.6053666Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_select_cpu 2022-09-27T15:42:06.6210370Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_select_cpu 2022-09-27T15:42:06.6214040Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_celu_cpu 2022-09-27T15:42:06.6462653Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_celu_cpu 2022-09-27T15:42:06.6480886Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isclose_cpu 2022-09-27T15:42:06.6621924Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isclose_cpu 2022-09-27T15:42:06.6650852Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_dropout_cpu 2022-09-27T15:42:06.6902253Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_dropout_cpu 2022-09-27T15:42:06.6923382Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isfinite_cpu 2022-09-27T15:42:06.7062251Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isfinite_cpu 2022-09-27T15:42:06.7083683Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_elu_cpu 2022-09-27T15:42:06.7342124Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_elu_cpu 2022-09-27T15:42:06.7364693Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isinf_cpu 2022-09-27T15:42:06.7527461Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isinf_cpu 2022-09-27T15:42:06.7528244Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_glu_cpu 2022-09-27T15:42:06.7782154Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_glu_cpu 2022-09-27T15:42:06.7801859Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isnan_cpu 2022-09-27T15:42:06.7942377Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isnan_cpu 2022-09-27T15:42:06.7969722Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardshrink_cpu 2022-09-27T15:42:06.8030659Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardshrink_cpu 2022-09-27T15:42:06.8040606Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:42:06.8109839Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k0_cpu_float32 2022-09-27T15:42:06.8222595Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k0_cpu_float32 2022-09-27T15:42:06.8240203Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isreal_cpu 2022-09-27T15:42:06.8382486Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isreal_cpu 2022-09-27T15:42:06.8405262Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardtanh_cpu 2022-09-27T15:42:06.8462300Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardtanh_cpu 2022-09-27T15:42:06.8517918Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k1_cpu_float32 2022-09-27T15:42:06.8702777Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k1_cpu_float32 2022-09-27T15:42:06.8725213Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_item_cpu 2022-09-27T15:42:06.8862642Z [gw2] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_item_cpu 2022-09-27T15:42:06.8880524Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:42:06.8901998Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:42:06.8979793Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtr_cpu_float32 2022-09-27T15:42:06.9142217Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtr_cpu_float32 2022-09-27T15:42:06.9164039Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lcm_cpu 2022-09-27T15:42:06.9345613Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lcm_cpu 2022-09-27T15:42:06.9346837Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_l1_loss_cpu 2022-09-27T15:42:06.9369133Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtri_cpu_float32 2022-09-27T15:42:06.9396115Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_l1_loss_cpu 2022-09-27T15:42:06.9582127Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtri_cpu_float32 2022-09-27T15:42:06.9600326Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_le_cpu 2022-09-27T15:42:06.9783709Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_le_cpu 2022-09-27T15:42:06.9785421Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:42:06.9804526Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:42:06.9904833Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:42:07.0022731Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:42:07.0040543Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lgamma_cpu 2022-09-27T15:42:07.0222711Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lgamma_cpu 2022-09-27T15:42:07.0228410Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:42:07.0244491Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mish_cpu 2022-09-27T15:42:07.0273878Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mish_cpu 2022-09-27T15:42:07.0462076Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:42:07.0482373Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_linspace_cpu 2022-09-27T15:42:07.0663984Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_linspace_cpu 2022-09-27T15:42:07.0665219Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:42:07.0687742Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mse_loss_cpu 2022-09-27T15:42:07.0722700Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mse_loss_cpu 2022-09-27T15:42:07.0942566Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:42:07.0994359Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log10_cpu 2022-09-27T15:42:07.1119300Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log10_cpu 2022-09-27T15:42:07.1119858Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:42:07.1120410Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:42:07.1134150Z [gw1] [ 88%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:42:07.1383718Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:42:07.1404493Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log1p_cpu 2022-09-27T15:42:07.1586919Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log1p_cpu 2022-09-27T15:42:07.1587471Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:42:07.1607385Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pdist_cpu 2022-09-27T15:42:07.1622710Z [gw1] [ 88%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:42:07.1864870Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pdist_cpu 2022-09-27T15:42:07.1888740Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log2_cpu 2022-09-27T15:42:07.2084607Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log2_cpu 2022-09-27T15:42:07.2085204Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:42:07.2086605Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:42:07.2097572Z [gw1] [ 88%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:42:07.2304046Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:42:07.2325452Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log_cpu 2022-09-27T15:42:07.2503145Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log_cpu 2022-09-27T15:42:07.2529710Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_prelu_cpu 2022-09-27T15:42:07.2542992Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_prelu_cpu 2022-09-27T15:42:07.2563134Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:42:07.2742753Z [gw1] [ 88%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:42:07.2761926Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_and_cpu 2022-09-27T15:42:07.2942719Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_and_cpu 2022-09-27T15:42:07.2967534Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu6_cpu 2022-09-27T15:42:07.2982300Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu6_cpu 2022-09-27T15:42:07.3038480Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:42:07.3182589Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:42:07.3200350Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_not_cpu 2022-09-27T15:42:07.3383375Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_not_cpu 2022-09-27T15:42:07.3423459Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu_cpu 2022-09-27T15:42:07.3430895Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu_cpu 2022-09-27T15:42:07.3615415Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_xlog1py_cpu_float32 2022-09-27T15:42:07.3625741Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_xlog1py_cpu_float32 2022-09-27T15:42:07.3645481Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_or_cpu 2022-09-27T15:42:07.3822519Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_or_cpu 2022-09-27T15:42:07.3847718Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_selu_cpu 2022-09-27T15:42:07.3902335Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_selu_cpu 2022-09-27T15:42:07.4099366Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_zeta_cpu_float32 2022-09-27T15:42:07.4107578Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_zeta_cpu_float32 2022-09-27T15:42:07.4128829Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_xor_cpu 2022-09-27T15:42:07.4263262Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_xor_cpu 2022-09-27T15:42:07.4286193Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softplus_cpu 2022-09-27T15:42:07.4381848Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softplus_cpu 2022-09-27T15:42:07.4437363Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_cpu_float32 2022-09-27T15:42:07.4542621Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_split_cpu_float32 2022-09-27T15:42:07.4562484Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logspace_cpu 2022-09-27T15:42:07.4703105Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logspace_cpu 2022-09-27T15:42:07.4725962Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softshrink_cpu 2022-09-27T15:42:07.4822038Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softshrink_cpu 2022-09-27T15:42:07.4905259Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_list_args_cpu_float32 2022-09-27T15:42:07.4982351Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_split_list_args_cpu_float32 2022-09-27T15:42:07.5003131Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lt_cpu 2022-09-27T15:42:07.5142281Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lt_cpu 2022-09-27T15:42:07.5168413Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:42:07.5302097Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:42:07.5406008Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_with_sizes_cpu_float32 2022-09-27T15:42:07.5462483Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_split_with_sizes_cpu_float32 2022-09-27T15:42:07.5484367Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_masked_fill_cpu 2022-09-27T15:42:07.5582244Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_masked_fill_cpu 2022-09-27T15:42:07.5608893Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_threshold_cpu 2022-09-27T15:42:07.5743335Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_threshold_cpu 2022-09-27T15:42:07.5776109Z test_ops.py::TestCompositeComplianceCPU::test_operator_sqrt_cpu_float32 2022-09-27T15:42:07.5903500Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sqrt_cpu_float32 2022-09-27T15:42:07.5923856Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_maximum_cpu 2022-09-27T15:42:07.6022642Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_maximum_cpu 2022-09-27T15:42:07.6046748Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_cpu 2022-09-27T15:42:07.6182153Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_cpu 2022-09-27T15:42:07.6233681Z test_ops.py::TestCompositeComplianceCPU::test_operator_square_cpu_float32 2022-09-27T15:42:07.6342487Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_square_cpu_float32 2022-09-27T15:42:07.6363769Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mean_cpu 2022-09-27T15:42:07.6462612Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mean_cpu 2022-09-27T15:42:07.6487572Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_like_cpu 2022-09-27T15:42:07.6662082Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_like_cpu 2022-09-27T15:42:07.6752726Z test_ops.py::TestCompositeComplianceCPU::test_operator_squeeze_cpu_float32 2022-09-27T15:42:07.6782599Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_squeeze_cpu_float32 2022-09-27T15:42:07.6802090Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_meshgrid_cpu 2022-09-27T15:42:07.6902342Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_meshgrid_cpu 2022-09-27T15:42:07.6925277Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_permute_cpu 2022-09-27T15:42:07.7144487Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_permute_cpu 2022-09-27T15:42:07.7224206Z test_ops.py::TestCompositeComplianceCPU::test_operator_stack_cpu_float32 2022-09-27T15:42:07.7250500Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_minimum_cpu 2022-09-27T15:42:07.7269108Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_minimum_cpu 2022-09-27T15:42:07.7343573Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_stack_cpu_float32 2022-09-27T15:42:07.7372901Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_positive_cpu 2022-09-27T15:42:07.7623878Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_positive_cpu 2022-09-27T15:42:07.7704972Z test_ops.py::TestCompositeComplianceCPU::test_operator_std_cpu_float32 2022-09-27T15:42:07.7728539Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_movedim_cpu 2022-09-27T15:42:07.7747239Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_movedim_cpu 2022-09-27T15:42:07.7783029Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_std_cpu_float32 2022-09-27T15:42:07.7811928Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_pow_cpu 2022-09-27T15:42:07.8106563Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_pow_cpu 2022-09-27T15:42:07.8185670Z test_ops.py::TestCompositeComplianceCPU::test_operator_std_mean_cpu_float32 2022-09-27T15:42:07.8214425Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mul_cpu 2022-09-27T15:42:07.8224808Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mul_cpu 2022-09-27T15:42:07.8253131Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_prod_cpu 2022-09-27T15:42:07.8270139Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_prod_cpu 2022-09-27T15:42:07.8542952Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_std_mean_cpu_float32 2022-09-27T15:42:07.8743360Z test_ops.py::TestCompositeComplianceCPU::test_operator_stft_cpu_float32 2022-09-27T15:42:07.8764341Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nan_to_num_cpu 2022-09-27T15:42:07.8777408Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nan_to_num_cpu 2022-09-27T15:42:07.8795285Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_randn_cpu 2022-09-27T15:42:07.9002647Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_randn_cpu 2022-09-27T15:42:07.9013804Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_stft_cpu_float32 2022-09-27T15:42:07.9183972Z test_ops.py::TestCompositeComplianceCPU::test_operator_sub_cpu_float32 2022-09-27T15:42:07.9190831Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ravel_cpu 2022-09-27T15:42:07.9218401Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_narrow_cpu 2022-09-27T15:42:07.9226221Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_narrow_cpu 2022-09-27T15:42:07.9236851Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ravel_cpu 2022-09-27T15:42:07.9422370Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sub_cpu_float32 2022-09-27T15:42:07.9622832Z test_ops.py::TestCompositeComplianceCPU::test_operator_sum_cpu_float32 2022-09-27T15:42:07.9626077Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_real_cpu 2022-09-27T15:42:07.9646370Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_native_layer_norm_cpu 2022-09-27T15:42:07.9655597Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_real_cpu 2022-09-27T15:42:07.9739759Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_native_layer_norm_cpu 2022-09-27T15:42:07.9861760Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sum_cpu_float32 2022-09-27T15:42:08.0088566Z test_ops.py::TestCompositeComplianceCPU::test_operator_sum_to_size_cpu_float32 2022-09-27T15:42:08.0091362Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ne_cpu 2022-09-27T15:42:08.0092770Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ne_cpu 2022-09-27T15:42:08.0094386Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reciprocal_cpu 2022-09-27T15:42:08.0110053Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reciprocal_cpu 2022-09-27T15:42:08.0301963Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sum_to_size_cpu_float32 2022-09-27T15:42:08.0524970Z test_ops.py::TestCompositeComplianceCPU::test_operator_svd_cpu_float32 2022-09-27T15:42:08.0526519Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_neg_cpu 2022-09-27T15:42:08.0527879Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_remainder_cpu 2022-09-27T15:42:08.0532384Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_neg_cpu 2022-09-27T15:42:08.0944619Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_remainder_cpu 2022-09-27T15:42:08.0945157Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nextafter_cpu 2022-09-27T15:42:08.0973275Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_repeat_cpu 2022-09-27T15:42:08.0978020Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_repeat_cpu 2022-09-27T15:42:08.1383950Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nextafter_cpu 2022-09-27T15:42:08.1385669Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_celu_cpu 2022-09-27T15:42:08.1410847Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reshape_cpu 2022-09-27T15:42:08.1421820Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_celu_cpu 2022-09-27T15:42:08.1826488Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reshape_cpu 2022-09-27T15:42:08.1826981Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rfloordiv_cpu 2022-09-27T15:42:08.1849234Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_dropout_cpu 2022-09-27T15:42:08.1853499Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_dropout_cpu 2022-09-27T15:42:08.2261841Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rfloordiv_cpu 2022-09-27T15:42:08.2266893Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_roll_cpu 2022-09-27T15:42:08.2283856Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_elu_cpu 2022-09-27T15:42:08.2292482Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_roll_cpu 2022-09-27T15:42:08.2707150Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_elu_cpu 2022-09-27T15:42:08.2710696Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_glu_cpu 2022-09-27T15:42:08.2770885Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rot90_cpu 2022-09-27T15:42:08.2781328Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rot90_cpu 2022-09-27T15:42:08.3150206Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_glu_cpu 2022-09-27T15:42:08.3151012Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_round_cpu 2022-09-27T15:42:08.3181868Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardshrink_cpu 2022-09-27T15:42:08.3192204Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardshrink_cpu 2022-09-27T15:42:08.3587599Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_round_cpu 2022-09-27T15:42:08.3593411Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardtanh_cpu 2022-09-27T15:42:08.3615095Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rpow_cpu 2022-09-27T15:42:08.3620176Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardtanh_cpu 2022-09-27T15:42:08.4025089Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rpow_cpu 2022-09-27T15:42:08.4025616Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsqrt_cpu 2022-09-27T15:42:08.4050800Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:42:08.4054177Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsqrt_cpu 2022-09-27T15:42:08.4463067Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:42:08.4468069Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsub_cpu 2022-09-27T15:42:08.4485602Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_l1_loss_cpu 2022-09-27T15:42:08.4494567Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsub_cpu 2022-09-27T15:42:08.4902976Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_l1_loss_cpu 2022-09-27T15:42:08.4908216Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rtruediv_cpu 2022-09-27T15:42:08.4927709Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:42:08.4938414Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:42:08.5343594Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rtruediv_cpu 2022-09-27T15:42:08.5347381Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_scalar_tensor_cpu 2022-09-27T15:42:08.5378395Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mish_cpu 2022-09-27T15:42:08.5386106Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mish_cpu 2022-09-27T15:42:08.5783667Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_scalar_tensor_cpu 2022-09-27T15:42:08.5786029Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sgn_cpu 2022-09-27T15:42:08.5811681Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mse_loss_cpu 2022-09-27T15:42:08.5819413Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sgn_cpu 2022-09-27T15:42:08.6224384Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mse_loss_cpu 2022-09-27T15:42:08.6244540Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sigmoid_cpu 2022-09-27T15:42:08.6262834Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sigmoid_cpu 2022-09-27T15:42:08.6289846Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:42:08.6665747Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:42:08.6680897Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sign_cpu 2022-09-27T15:42:08.6701729Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sign_cpu 2022-09-27T15:42:08.6718482Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pdist_cpu 2022-09-27T15:42:08.7128590Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pdist_cpu 2022-09-27T15:42:08.7133948Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_signbit_cpu 2022-09-27T15:42:08.7170535Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_signbit_cpu 2022-09-27T15:42:08.7175424Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:42:08.7353773Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:42:08.7364998Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_svd_cpu_float32 2022-09-27T15:42:08.7542241Z test_ops.py::TestCompositeComplianceCPU::test_operator_svd_lowrank_cpu_float32 2022-09-27T15:42:08.7566247Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sin_cpu 2022-09-27T15:42:08.7582398Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sin_cpu 2022-09-27T15:42:08.7604095Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_prelu_cpu 2022-09-27T15:42:08.8023793Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_prelu_cpu 2022-09-27T15:42:08.8031813Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinc_cpu 2022-09-27T15:42:08.8051872Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu6_cpu 2022-09-27T15:42:08.8057173Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinc_cpu 2022-09-27T15:42:08.8523656Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu6_cpu 2022-09-27T15:42:08.8526913Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinh_cpu 2022-09-27T15:42:08.8530550Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu_cpu 2022-09-27T15:42:08.8535239Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinh_cpu 2022-09-27T15:42:08.8966415Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu_cpu 2022-09-27T15:42:08.8966953Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_selu_cpu 2022-09-27T15:42:08.8976305Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i0e_cpu 2022-09-27T15:42:08.8981189Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i0e_cpu 2022-09-27T15:42:08.9424859Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_selu_cpu 2022-09-27T15:42:08.9427676Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softplus_cpu 2022-09-27T15:42:08.9449140Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1_cpu 2022-09-27T15:42:08.9459278Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softplus_cpu 2022-09-27T15:42:08.9905277Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1_cpu 2022-09-27T15:42:08.9910190Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softshrink_cpu 2022-09-27T15:42:08.9928872Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1e_cpu 2022-09-27T15:42:08.9942915Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softshrink_cpu 2022-09-27T15:42:09.0383005Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1e_cpu 2022-09-27T15:42:09.0388078Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:42:09.0411432Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_logit_cpu 2022-09-27T15:42:09.0421929Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:42:09.0823304Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_logit_cpu 2022-09-27T15:42:09.0826592Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_threshold_cpu 2022-09-27T15:42:09.0844107Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_multigammaln_cpu 2022-09-27T15:42:09.0853051Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_threshold_cpu 2022-09-27T15:42:09.1304466Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_multigammaln_cpu 2022-09-27T15:42:09.1306408Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_cpu 2022-09-27T15:42:09.1338163Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_zeta_cpu 2022-09-27T15:42:09.1342499Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_zeta_cpu 2022-09-27T15:42:09.1813508Z [gw2] [ 89%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_cpu 2022-09-27T15:42:09.1817213Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sqrt_cpu 2022-09-27T15:42:09.1831645Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sqrt_cpu 2022-09-27T15:42:09.1847146Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_like_cpu 2022-09-27T15:42:09.2296035Z [gw2] [ 89%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_like_cpu 2022-09-27T15:42:09.2297128Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_permute_cpu 2022-09-27T15:42:09.2299749Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_permute_cpu 2022-09-27T15:42:09.2301103Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_square_cpu 2022-09-27T15:42:09.2718850Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_square_cpu 2022-09-27T15:42:09.2724258Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_squeeze_cpu 2022-09-27T15:42:09.2735055Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_positive_cpu 2022-09-27T15:42:09.2737621Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_squeeze_cpu 2022-09-27T15:42:09.3143096Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_positive_cpu 2022-09-27T15:42:09.3165791Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_pow_cpu 2022-09-27T15:42:09.3182400Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_pow_cpu 2022-09-27T15:42:09.3204610Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_stack_cpu 2022-09-27T15:42:09.3582938Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_stack_cpu 2022-09-27T15:42:09.3601514Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_prod_cpu 2022-09-27T15:42:09.3662168Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_prod_cpu 2022-09-27T15:42:09.3679822Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_std_mean_cpu 2022-09-27T15:42:09.4024612Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_std_mean_cpu 2022-09-27T15:42:09.4053302Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_randn_cpu 2022-09-27T15:42:09.4102672Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_randn_cpu 2022-09-27T15:42:09.4135551Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sub_cpu 2022-09-27T15:42:09.4468801Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sub_cpu 2022-09-27T15:42:09.4495310Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ravel_cpu 2022-09-27T15:42:09.4571406Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ravel_cpu 2022-09-27T15:42:09.4576164Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_cpu 2022-09-27T15:42:09.4904564Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_cpu 2022-09-27T15:42:09.4925436Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_real_cpu 2022-09-27T15:42:09.4982330Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_real_cpu 2022-09-27T15:42:09.5005482Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_to_size_cpu 2022-09-27T15:42:09.5342587Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_to_size_cpu 2022-09-27T15:42:09.5364701Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reciprocal_cpu 2022-09-27T15:42:09.5422703Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reciprocal_cpu 2022-09-27T15:42:09.5442309Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_swap_axes_cpu 2022-09-27T15:42:09.5786273Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_swap_axes_cpu 2022-09-27T15:42:09.5815268Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_remainder_cpu 2022-09-27T15:42:09.5901796Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_remainder_cpu 2022-09-27T15:42:09.5905222Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_t_cpu 2022-09-27T15:42:09.6292920Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_t_cpu 2022-09-27T15:42:09.6295304Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_repeat_cpu 2022-09-27T15:42:09.6306895Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_repeat_cpu 2022-09-27T15:42:09.6340249Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tan_cpu 2022-09-27T15:42:09.6702679Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tan_cpu 2022-09-27T15:42:09.6724908Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reshape_cpu 2022-09-27T15:42:09.6742430Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reshape_cpu 2022-09-27T15:42:09.6765132Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tanh_cpu 2022-09-27T15:42:09.7143283Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tanh_cpu 2022-09-27T15:42:09.7167459Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rfloordiv_cpu 2022-09-27T15:42:09.7182366Z [gw2] [ 89%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rfloordiv_cpu 2022-09-27T15:42:09.7206936Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tensor_split_cpu 2022-09-27T15:42:09.7585658Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tensor_split_cpu 2022-09-27T15:42:09.7609266Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_roll_cpu 2022-09-27T15:42:09.7623599Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_roll_cpu 2022-09-27T15:42:09.7649621Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_to_cpu 2022-09-27T15:42:09.8023856Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_to_cpu 2022-09-27T15:42:09.8048721Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rot90_cpu 2022-09-27T15:42:09.8063605Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rot90_cpu 2022-09-27T15:42:09.8088551Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trace_cpu 2022-09-27T15:42:09.8462865Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trace_cpu 2022-09-27T15:42:09.8485417Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_round_cpu 2022-09-27T15:42:09.8502697Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_round_cpu 2022-09-27T15:42:09.8525181Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_transpose_cpu 2022-09-27T15:42:09.8902108Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_transpose_cpu 2022-09-27T15:42:09.8926094Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rpow_cpu 2022-09-27T15:42:09.8942003Z [gw2] [ 89%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rpow_cpu 2022-09-27T15:42:09.8964538Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_cpu 2022-09-27T15:42:09.9343056Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_cpu 2022-09-27T15:42:09.9367152Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsqrt_cpu 2022-09-27T15:42:09.9382144Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsqrt_cpu 2022-09-27T15:42:09.9403852Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_indices_cpu 2022-09-27T15:42:09.9782137Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_indices_cpu 2022-09-27T15:42:09.9807027Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsub_cpu 2022-09-27T15:42:09.9821813Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsub_cpu 2022-09-27T15:42:09.9843382Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_cpu 2022-09-27T15:42:10.0222709Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_cpu 2022-09-27T15:42:10.0250088Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rtruediv_cpu 2022-09-27T15:42:10.0261888Z [gw2] [ 89%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rtruediv_cpu 2022-09-27T15:42:10.0283845Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_indices_cpu 2022-09-27T15:42:10.0663208Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_indices_cpu 2022-09-27T15:42:10.0691671Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_scalar_tensor_cpu 2022-09-27T15:42:10.0702290Z [gw2] [ 89%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_scalar_tensor_cpu 2022-09-27T15:42:10.0726221Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_true_divide_cpu 2022-09-27T15:42:10.1105312Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_true_divide_cpu 2022-09-27T15:42:10.1130069Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sgn_cpu 2022-09-27T15:42:10.1182999Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sgn_cpu 2022-09-27T15:42:10.1209446Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_cpu 2022-09-27T15:42:10.1542336Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_cpu 2022-09-27T15:42:10.1565388Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sigmoid_cpu 2022-09-27T15:42:10.1621826Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sigmoid_cpu 2022-09-27T15:42:10.1645502Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_divide_cpu 2022-09-27T15:42:10.1982108Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_divide_cpu 2022-09-27T15:42:10.2004865Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sign_cpu 2022-09-27T15:42:10.2061930Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sign_cpu 2022-09-27T15:42:10.2084634Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unbind_cpu 2022-09-27T15:42:10.2422673Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unbind_cpu 2022-09-27T15:42:10.2444841Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_signbit_cpu 2022-09-27T15:42:10.2501861Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_signbit_cpu 2022-09-27T15:42:10.2525515Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unflatten_cpu 2022-09-27T15:42:10.2862553Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unflatten_cpu 2022-09-27T15:42:10.2884151Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sin_cpu 2022-09-27T15:42:10.2942096Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sin_cpu 2022-09-27T15:42:10.2964623Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unfold_copy_cpu 2022-09-27T15:42:10.3303185Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unfold_copy_cpu 2022-09-27T15:42:10.3325374Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinc_cpu 2022-09-27T15:42:10.3382044Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinc_cpu 2022-09-27T15:42:10.3405510Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_uniform_cpu 2022-09-27T15:42:10.3743044Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_uniform_cpu 2022-09-27T15:42:10.3765748Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinh_cpu 2022-09-27T15:42:10.3822731Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinh_cpu 2022-09-27T15:42:10.3846911Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unsqueeze_cpu 2022-09-27T15:42:10.4182550Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unsqueeze_cpu 2022-09-27T15:42:10.4204988Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i0e_cpu 2022-09-27T15:42:10.4262479Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i0e_cpu 2022-09-27T15:42:10.4286134Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_cpu 2022-09-27T15:42:10.4622839Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_cpu 2022-09-27T15:42:10.4644465Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1_cpu 2022-09-27T15:42:10.4702148Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1_cpu 2022-09-27T15:42:10.4725080Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_mean_cpu 2022-09-27T15:42:10.5103867Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_mean_cpu 2022-09-27T15:42:10.5120496Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1e_cpu 2022-09-27T15:42:10.5143157Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1e_cpu 2022-09-27T15:42:10.5220618Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_view_cpu 2022-09-27T15:42:10.5546151Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_view_cpu 2022-09-27T15:42:10.5570931Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_logit_cpu 2022-09-27T15:42:10.5583892Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_logit_cpu 2022-09-27T15:42:10.5622363Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vsplit_cpu 2022-09-27T15:42:10.5984382Z [gw3] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vsplit_cpu 2022-09-27T15:42:10.6002780Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_multigammaln_cpu 2022-09-27T15:42:10.6063410Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_multigammaln_cpu 2022-09-27T15:42:10.6156597Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmv_cpu_float32 2022-09-27T15:42:10.6424443Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmv_cpu_float32 2022-09-27T15:42:10.6443981Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_zeta_cpu 2022-09-27T15:42:10.6503192Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_zeta_cpu 2022-09-27T15:42:10.6582243Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addr_cpu_float32 2022-09-27T15:42:10.6862553Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addr_cpu_float32 2022-09-27T15:42:10.6880430Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sqrt_cpu 2022-09-27T15:42:10.6942592Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sqrt_cpu 2022-09-27T15:42:10.7031023Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_all_cpu_float32 2022-09-27T15:42:10.7302417Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_all_cpu_float32 2022-09-27T15:42:10.7320402Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_square_cpu 2022-09-27T15:42:10.7422602Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_square_cpu 2022-09-27T15:42:10.7588670Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_allclose_cpu_float32 2022-09-27T15:42:10.7742993Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_allclose_cpu_float32 2022-09-27T15:42:10.7760415Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_squeeze_cpu 2022-09-27T15:42:10.7862470Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_squeeze_cpu 2022-09-27T15:42:10.7990782Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_amax_cpu_float32 2022-09-27T15:42:10.8182144Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_amax_cpu_float32 2022-09-27T15:42:10.8198522Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_stack_cpu 2022-09-27T15:42:10.8302080Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_stack_cpu 2022-09-27T15:42:10.8430604Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_amin_cpu_float32 2022-09-27T15:42:10.8622714Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_amin_cpu_float32 2022-09-27T15:42:10.8639643Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_std_mean_cpu 2022-09-27T15:42:10.8741825Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_std_mean_cpu 2022-09-27T15:42:10.8760510Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_aminmax_cpu_float32 2022-09-27T15:42:10.9062712Z [gw3] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_aminmax_cpu_float32 2022-09-27T15:42:10.9078985Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sub_cpu 2022-09-27T15:42:10.9222213Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sub_cpu 2022-09-27T15:42:10.9247954Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_angle_cpu_float32 2022-09-27T15:42:10.9502965Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_angle_cpu_float32 2022-09-27T15:42:10.9519389Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_cpu 2022-09-27T15:42:10.9662005Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_cpu 2022-09-27T15:42:10.9750253Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_any_cpu_float32 2022-09-27T15:42:10.9982439Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_any_cpu_float32 2022-09-27T15:42:10.9997683Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_to_size_cpu 2022-09-27T15:42:11.0142557Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_to_size_cpu 2022-09-27T15:42:11.0312618Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_arange_cpu_float32 2022-09-27T15:42:11.0422439Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_arange_cpu_float32 2022-09-27T15:42:11.0441292Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_swap_axes_cpu 2022-09-27T15:42:11.0623225Z [gw2] [ 89%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_swap_axes_cpu 2022-09-27T15:42:11.0710984Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argmax_cpu_float32 2022-09-27T15:42:11.0861922Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argmax_cpu_float32 2022-09-27T15:42:11.0878777Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_t_cpu 2022-09-27T15:42:11.1062811Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_t_cpu 2022-09-27T15:42:11.1151053Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argmin_cpu_float32 2022-09-27T15:42:11.1302432Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argmin_cpu_float32 2022-09-27T15:42:11.1319580Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tan_cpu 2022-09-27T15:42:11.1502660Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tan_cpu 2022-09-27T15:42:11.1693171Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argsort_cpu_float32 2022-09-27T15:42:11.1742063Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argsort_cpu_float32 2022-09-27T15:42:11.1756795Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tanh_cpu 2022-09-27T15:42:11.1942595Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tanh_cpu 2022-09-27T15:42:11.1989734Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argwhere_cpu_float32 2022-09-27T15:42:11.2181756Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argwhere_cpu_float32 2022-09-27T15:42:11.2197708Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tensor_split_cpu 2022-09-27T15:42:11.2383375Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tensor_split_cpu 2022-09-27T15:42:11.2441190Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_as_strided_cpu_float32 2022-09-27T15:42:11.2622816Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_as_strided_cpu_float32 2022-09-27T15:42:11.2643822Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_to_cpu 2022-09-27T15:42:11.2822641Z [gw2] [ 89%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_to_cpu 2022-09-27T15:42:11.2887318Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_as_strided_scatter_cpu_float32 2022-09-27T15:42:11.3062295Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_as_strided_scatter_cpu_float32 2022-09-27T15:42:11.3079007Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trace_cpu 2022-09-27T15:42:11.3262732Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trace_cpu 2022-09-27T15:42:11.3292860Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_asin_cpu_float32 2022-09-27T15:42:11.3503564Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_asin_cpu_float32 2022-09-27T15:42:11.3522686Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_transpose_cpu 2022-09-27T15:42:11.3704693Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_transpose_cpu 2022-09-27T15:42:11.3735842Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_asinh_cpu_float32 2022-09-27T15:42:11.3945319Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_asinh_cpu_float32 2022-09-27T15:42:11.3963398Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_cpu 2022-09-27T15:42:11.4143825Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_cpu 2022-09-27T15:42:11.4246213Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atan2_cpu_float32 2022-09-27T15:42:11.4383635Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atan2_cpu_float32 2022-09-27T15:42:11.4402456Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_indices_cpu 2022-09-27T15:42:11.4585003Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_indices_cpu 2022-09-27T15:42:11.4614585Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atan_cpu_float32 2022-09-27T15:42:11.4824759Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atan_cpu_float32 2022-09-27T15:42:11.4845343Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_cpu 2022-09-27T15:42:11.5023884Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_cpu 2022-09-27T15:42:11.5052988Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atanh_cpu_float32 2022-09-27T15:42:11.5264608Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atanh_cpu_float32 2022-09-27T15:42:11.5282583Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_indices_cpu 2022-09-27T15:42:11.5464402Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_indices_cpu 2022-09-27T15:42:11.5529499Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_1d_cpu_float32 2022-09-27T15:42:11.5704150Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_1d_cpu_float32 2022-09-27T15:42:11.5723174Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_true_divide_cpu 2022-09-27T15:42:11.5946179Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_true_divide_cpu 2022-09-27T15:42:11.6018174Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_2d_cpu_float32 2022-09-27T15:42:11.6145617Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_2d_cpu_float32 2022-09-27T15:42:11.6168304Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_cpu 2022-09-27T15:42:11.6386511Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_cpu 2022-09-27T15:42:11.6462342Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_3d_cpu_float32 2022-09-27T15:42:11.6585503Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_3d_cpu_float32 2022-09-27T15:42:11.6611154Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_divide_cpu 2022-09-27T15:42:11.6824777Z [gw2] [ 89%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_divide_cpu 2022-09-27T15:42:11.6866527Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_H_cpu_float32 2022-09-27T15:42:11.7024461Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_H_cpu_float32 2022-09-27T15:42:11.7047370Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unbind_cpu 2022-09-27T15:42:11.7264885Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unbind_cpu 2022-09-27T15:42:11.7309223Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_T_cpu_float32 2022-09-27T15:42:11.7464398Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_T_cpu_float32 2022-09-27T15:42:11.7483346Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unflatten_cpu 2022-09-27T15:42:11.7704246Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unflatten_cpu 2022-09-27T15:42:11.7905372Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___getitem___cpu_float32 2022-09-27T15:42:11.7930910Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unfold_copy_cpu 2022-09-27T15:42:11.7990891Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unfold_copy_cpu 2022-09-27T15:42:11.8142455Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___getitem___cpu_float32 2022-09-27T15:42:11.8264052Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___radd___cpu_float32 2022-09-27T15:42:11.8342638Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___radd___cpu_float32 2022-09-27T15:42:11.8368613Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_uniform_cpu 2022-09-27T15:42:11.8582632Z [gw2] [ 89%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_uniform_cpu 2022-09-27T15:42:11.8694277Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rand___cpu_int64 2022-09-27T15:42:11.8782630Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rand___cpu_int64 2022-09-27T15:42:11.8805163Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unsqueeze_cpu 2022-09-27T15:42:11.9023604Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unsqueeze_cpu 2022-09-27T15:42:11.9169948Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rdiv___cpu_float32 2022-09-27T15:42:11.9223238Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rdiv___cpu_float32 2022-09-27T15:42:11.9246199Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_cpu 2022-09-27T15:42:11.9462970Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_cpu 2022-09-27T15:42:11.9662939Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmatmul___cpu_float32 2022-09-27T15:42:11.9690026Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_mean_cpu 2022-09-27T15:42:11.9830518Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_mean_cpu 2022-09-27T15:42:11.9901911Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmatmul___cpu_float32 2022-09-27T15:42:12.0028303Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmod___cpu_float32 2022-09-27T15:42:12.0102235Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmod___cpu_float32 2022-09-27T15:42:12.0124702Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_view_cpu 2022-09-27T15:42:12.0342219Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_view_cpu 2022-09-27T15:42:12.0458681Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmul___cpu_float32 2022-09-27T15:42:12.0542167Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmul___cpu_float32 2022-09-27T15:42:12.0563845Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vsplit_cpu 2022-09-27T15:42:12.0782788Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vsplit_cpu 2022-09-27T15:42:12.0896733Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___ror___cpu_int64 2022-09-27T15:42:12.0982950Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___ror___cpu_int64 2022-09-27T15:42:12.1007536Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vstack_cpu 2022-09-27T15:42:12.1224012Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vstack_cpu 2022-09-27T15:42:12.1431281Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rpow___cpu_float32 2022-09-27T15:42:12.1449751Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rpow___cpu_float32 2022-09-27T15:42:12.1474720Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_where_cpu 2022-09-27T15:42:12.1662976Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_where_cpu 2022-09-27T15:42:12.1787159Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rsub___cpu_float32 2022-09-27T15:42:12.1862826Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rsub___cpu_float32 2022-09-27T15:42:12.1889478Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_cpu 2022-09-27T15:42:12.2102486Z [gw2] [ 89%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_cpu 2022-09-27T15:42:12.2212456Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rxor___cpu_int64 2022-09-27T15:42:12.2304493Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rxor___cpu_int64 2022-09-27T15:42:12.2369584Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_like_cpu 2022-09-27T15:42:12.2544372Z [gw2] [ 89%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_like_cpu 2022-09-27T15:42:12.2744640Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_amax_cpu_float32 2022-09-27T15:42:12.2794136Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_H_cpu_float32 2022-09-27T15:42:12.3183151Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_H_cpu_float32 2022-09-27T15:42:12.3231647Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_T_cpu_float32 2022-09-27T15:42:12.3624496Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_T_cpu_float32 2022-09-27T15:42:12.4002329Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___getitem___cpu_float32 2022-09-27T15:42:12.4062920Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___getitem___cpu_float32 2022-09-27T15:42:12.4213279Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___radd___cpu_float32 2022-09-27T15:42:12.4503482Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___radd___cpu_float32 2022-09-27T15:42:12.4640754Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rand___cpu_int64 2022-09-27T15:42:12.4943091Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rand___cpu_int64 2022-09-27T15:42:12.5123921Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rdiv___cpu_float32 2022-09-27T15:42:12.5383836Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rdiv___cpu_float32 2022-09-27T15:42:12.5508407Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmatmul___cpu_float32 2022-09-27T15:42:12.5517414Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_amax_cpu_float32 2022-09-27T15:42:12.5719534Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_amin_cpu_float32 2022-09-27T15:42:12.5822411Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmatmul___cpu_float32 2022-09-27T15:42:12.5948408Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmod___cpu_float32 2022-09-27T15:42:12.6262957Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmod___cpu_float32 2022-09-27T15:42:12.6411621Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmul___cpu_float32 2022-09-27T15:42:12.6705555Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmul___cpu_float32 2022-09-27T15:42:12.6842281Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___ror___cpu_int64 2022-09-27T15:42:12.7146037Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___ror___cpu_int64 2022-09-27T15:42:12.7419775Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rpow___cpu_float32 2022-09-27T15:42:12.7587507Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rpow___cpu_float32 2022-09-27T15:42:12.7597408Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_amin_cpu_float32 2022-09-27T15:42:12.7665139Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_argmax_cpu_float32 2022-09-27T15:42:12.7833056Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rsub___cpu_float32 2022-09-27T15:42:12.8149428Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rsub___cpu_float32 2022-09-27T15:42:12.8254410Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rxor___cpu_int64 2022-09-27T15:42:12.8586544Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rxor___cpu_int64 2022-09-27T15:42:12.8936073Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_amax_cpu_float32 2022-09-27T15:42:12.8948305Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_argmax_cpu_float32 2022-09-27T15:42:13.0177262Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_argmin_cpu_float32 2022-09-27T15:42:13.0190068Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_argmin_cpu_float32 2022-09-27T15:42:13.0198206Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_amax_cpu_float32 2022-09-27T15:42:13.0204932Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_cumprod_cpu_float32 2022-09-27T15:42:13.0438997Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_amin_cpu_float32 2022-09-27T15:42:13.0623228Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_cumprod_cpu_float32 2022-09-27T15:42:13.1052927Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_cumsum_cpu_float32 2022-09-27T15:42:13.1063158Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_cumsum_cpu_float32 2022-09-27T15:42:13.1427065Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_log_softmax_cpu_float32 2022-09-27T15:42:13.1503430Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_log_softmax_cpu_float32 2022-09-27T15:42:13.1636482Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_logaddexp_cpu_float32 2022-09-27T15:42:13.1647970Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_amin_cpu_float32 2022-09-27T15:42:13.1855809Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_argmax_cpu_float32 2022-09-27T15:42:13.1942378Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_logaddexp_cpu_float32 2022-09-27T15:42:13.3193328Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_logsumexp_cpu_float32 2022-09-27T15:42:13.3204758Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_argmax_cpu_float32 2022-09-27T15:42:13.4187069Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_argmin_cpu_float32 2022-09-27T15:42:13.4197273Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_logsumexp_cpu_float32 2022-09-27T15:42:13.4884147Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_mean_cpu_float32 2022-09-27T15:42:13.4904101Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_argmin_cpu_float32 2022-09-27T15:42:13.5200538Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_cumprod_cpu_float32 2022-09-27T15:42:13.5344324Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_cumprod_cpu_float32 2022-09-27T15:42:13.5586700Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_cumsum_cpu_float32 2022-09-27T15:42:13.5784258Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_cumsum_cpu_float32 2022-09-27T15:42:13.6074796Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_log_softmax_cpu_float32 2022-09-27T15:42:13.6224646Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_log_softmax_cpu_float32 2022-09-27T15:42:13.6580573Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_logaddexp_cpu_float32 2022-09-27T15:42:13.6664248Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_logaddexp_cpu_float32 2022-09-27T15:42:13.7617311Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_logsumexp_cpu_float32 2022-09-27T15:42:13.7626139Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_mean_cpu_float32 2022-09-27T15:42:13.8029707Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_median_cpu_float32 2022-09-27T15:42:13.8062681Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_median_cpu_float32 2022-09-27T15:42:13.8912857Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_norm_cpu_float32 2022-09-27T15:42:13.8924570Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_logsumexp_cpu_float32 2022-09-27T15:42:14.2331041Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_mean_cpu_float32 2022-09-27T15:42:14.2339954Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_mean_cpu_float32 2022-09-27T15:42:14.2631769Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_median_cpu_float32 2022-09-27T15:42:14.2743680Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_median_cpu_float32 2022-09-27T15:42:14.8134186Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_norm_cpu_float32 2022-09-27T15:42:14.8145779Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_norm_cpu_float32 2022-09-27T15:42:14.8851177Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_normalize_cpu_float32 2022-09-27T15:42:14.8866868Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_normalize_cpu_float32 2022-09-27T15:42:15.1295955Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_prod_cpu_float32 2022-09-27T15:42:15.1319444Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_prod_cpu_float32 2022-09-27T15:42:15.1685596Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_softmax_cpu_float32 2022-09-27T15:42:15.1742362Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_softmax_cpu_float32 2022-09-27T15:42:15.2141346Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_softmin_cpu_float32 2022-09-27T15:42:15.2261222Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_softmin_cpu_float32 2022-09-27T15:42:15.2271978Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_std_cpu_float32 2022-09-27T15:42:15.2297109Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_norm_cpu_float32 2022-09-27T15:42:15.3049932Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_normalize_cpu_float32 2022-09-27T15:42:15.3074587Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_normalize_cpu_float32 2022-09-27T15:42:15.5108054Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_prod_cpu_float32 2022-09-27T15:42:15.5132600Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_prod_cpu_float32 2022-09-27T15:42:15.5486386Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_softmax_cpu_float32 2022-09-27T15:42:15.5582951Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_softmax_cpu_float32 2022-09-27T15:42:15.6028473Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_softmin_cpu_float32 2022-09-27T15:42:15.6050880Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_softmin_cpu_float32 2022-09-27T15:42:16.4322511Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_std_cpu_float32 2022-09-27T15:42:16.4345849Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_std_cpu_float32 2022-09-27T15:42:16.6349626Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_sum_cpu_float32 2022-09-27T15:42:16.6367476Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_sum_cpu_float32 2022-09-27T15:42:17.1090722Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_var_cpu_float32 2022-09-27T15:42:17.1115187Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_std_cpu_float32 2022-09-27T15:42:17.3067127Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_sum_cpu_float32 2022-09-27T15:42:17.3085391Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_sum_cpu_float32 2022-09-27T15:42:17.7959525Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_var_cpu_float32 2022-09-27T15:42:17.8000055Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_var_cpu_float32 2022-09-27T15:42:17.8042846Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_abs_cpu_float32 2022-09-27T15:42:17.8427153Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_abs_cpu_float32 2022-09-27T15:42:17.8504294Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_acos_cpu_float32 2022-09-27T15:42:17.8516734Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_acos_cpu_float32 2022-09-27T15:42:17.8525988Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_svd_lowrank_cpu_float32 2022-09-27T15:42:17.8823491Z test_ops.py::TestCompositeComplianceCPU::test_operator_symeig_cpu_float32 2022-09-27T15:42:17.8902510Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_symeig_cpu_float32 2022-09-27T15:42:17.8944282Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_acosh_cpu_float32 2022-09-27T15:42:17.8956096Z test_ops.py::TestCompositeComplianceCPU::test_operator_t_cpu_float32 2022-09-27T15:42:17.8999938Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_acosh_cpu_float32 2022-09-27T15:42:17.9342085Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_t_cpu_float32 2022-09-27T15:42:17.9382380Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_add_cpu_float32 2022-09-27T15:42:17.9525524Z test_ops.py::TestCompositeComplianceCPU::test_operator_take_along_dim_cpu_float32 2022-09-27T15:42:17.9568525Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_take_along_dim_cpu_float32 2022-09-27T15:42:17.9782723Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_add_cpu_float32 2022-09-27T15:42:17.9825475Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addbmm_cpu_float32 2022-09-27T15:42:18.0045938Z test_ops.py::TestCompositeComplianceCPU::test_operator_take_cpu_float32 2022-09-27T15:42:18.0080573Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addbmm_cpu_float32 2022-09-27T15:42:18.0264699Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_take_cpu_float32 2022-09-27T15:42:18.0265386Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addcdiv_cpu_float32 2022-09-27T15:42:18.0305901Z test_ops.py::TestCompositeComplianceCPU::test_operator_tan_cpu_float32 2022-09-27T15:42:18.0462830Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_tan_cpu_float32 2022-09-27T15:42:18.0702894Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addcdiv_cpu_float32 2022-09-27T15:42:18.0705837Z test_ops.py::TestCompositeComplianceCPU::test_operator_tanh_cpu_float32 2022-09-27T15:42:18.0733974Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addcmul_cpu_float32 2022-09-27T15:42:18.1006793Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_tanh_cpu_float32 2022-09-27T15:42:18.1142598Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addcmul_cpu_float32 2022-09-27T15:42:18.1147315Z test_ops.py::TestCompositeComplianceCPU::test_operator_tensor_split_cpu_float32 2022-09-27T15:42:18.1206395Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmm_cpu_float32 2022-09-27T15:42:18.1300597Z [gw1] [ 89%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_operator_tensor_split_cpu_float32 2022-09-27T15:42:18.1582742Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmm_cpu_float32 2022-09-27T15:42:18.1586145Z test_ops.py::TestCompositeComplianceCPU::test_operator_tensordot_cpu_float32 2022-09-27T15:42:18.1691905Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmm_decomposed_cpu_float32 2022-09-27T15:42:18.1737577Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_tensordot_cpu_float32 2022-09-27T15:42:18.2022604Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmm_decomposed_cpu_float32 2022-09-27T15:42:18.2024421Z test_ops.py::TestCompositeComplianceCPU::test_operator_tile_cpu_float32 2022-09-27T15:42:18.2194000Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmv_cpu_float32 2022-09-27T15:42:18.2463456Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmv_cpu_float32 2022-09-27T15:42:18.2518157Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addr_cpu_float32 2022-09-27T15:42:18.2528285Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_tile_cpu_float32 2022-09-27T15:42:18.2625351Z test_ops.py::TestCompositeComplianceCPU::test_operator_to_cpu_float32 2022-09-27T15:42:18.2870911Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addr_cpu_float32 2022-09-27T15:42:18.2902307Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_to_cpu_float32 2022-09-27T15:42:18.2941827Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_all_cpu_float32 2022-09-27T15:42:18.2954845Z test_ops.py::TestCompositeComplianceCPU::test_operator_to_sparse_cpu_float32 2022-09-27T15:42:18.3111137Z [gw1] [ 89%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_to_sparse_cpu_float32 2022-09-27T15:42:18.3345672Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_all_cpu_float32 2022-09-27T15:42:18.3384295Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_allclose_cpu_float32 2022-09-27T15:42:18.3577640Z test_ops.py::TestCompositeComplianceCPU::test_operator_topk_cpu_float32 2022-09-27T15:42:18.3753455Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_topk_cpu_float32 2022-09-27T15:42:18.3783645Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_allclose_cpu_float32 2022-09-27T15:42:18.3823331Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_amax_cpu_float32 2022-09-27T15:42:18.3857144Z test_ops.py::TestCompositeComplianceCPU::test_operator_trace_cpu_float32 2022-09-27T15:42:18.4096529Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_trace_cpu_float32 2022-09-27T15:42:18.4221926Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_amax_cpu_float32 2022-09-27T15:42:18.4262262Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_amin_cpu_float32 2022-09-27T15:42:18.4363122Z test_ops.py::TestCompositeComplianceCPU::test_operator_transpose_cpu_float32 2022-09-27T15:42:18.4532517Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_transpose_cpu_float32 2022-09-27T15:42:18.4662015Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_amin_cpu_float32 2022-09-27T15:42:18.4688085Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_aminmax_cpu_float32 2022-09-27T15:42:18.4701988Z [gw3] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_aminmax_cpu_float32 2022-09-27T15:42:18.5028251Z test_ops.py::TestCompositeComplianceCPU::test_operator_trapezoid_cpu_float32 2022-09-27T15:42:18.5102012Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_trapezoid_cpu_float32 2022-09-27T15:42:18.5142821Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_angle_cpu_float32 2022-09-27T15:42:18.5181591Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_angle_cpu_float32 2022-09-27T15:42:18.5504110Z test_ops.py::TestCompositeComplianceCPU::test_operator_trapz_cpu_float32 2022-09-27T15:42:18.5542358Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_trapz_cpu_float32 2022-09-27T15:42:18.5621653Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_any_cpu_float32 2022-09-27T15:42:18.5767939Z test_ops.py::TestCompositeComplianceCPU::test_operator_triangular_solve_cpu_float32 2022-09-27T15:42:18.5785534Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_any_cpu_float32 2022-09-27T15:42:18.5795554Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_var_cpu_float32 2022-09-27T15:42:18.5827128Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_abs_cpu_float32 2022-09-27T15:42:18.5944252Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_abs_cpu_float32 2022-09-27T15:42:18.6021534Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_triangular_solve_cpu_float32 2022-09-27T15:42:18.6062622Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_arange_cpu_float32 2022-09-27T15:42:18.6170632Z test_ops.py::TestCompositeComplianceCPU::test_operator_tril_cpu_float32 2022-09-27T15:42:18.6223112Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_tril_cpu_float32 2022-09-27T15:42:18.6264524Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_acos_cpu_float32 2022-09-27T15:42:18.6286056Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_acos_cpu_float32 2022-09-27T15:42:18.6461618Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_arange_cpu_float32 2022-09-27T15:42:18.6502374Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argmax_cpu_float32 2022-09-27T15:42:18.6599302Z test_ops.py::TestCompositeComplianceCPU::test_operator_triu_cpu_float32 2022-09-27T15:42:18.6615219Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argmax_cpu_float32 2022-09-27T15:42:18.6701827Z [gw1] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_triu_cpu_float32 2022-09-27T15:42:18.6739719Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_acosh_cpu_float32 2022-09-27T15:42:18.6902791Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_acosh_cpu_float32 2022-09-27T15:42:18.6942895Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argmin_cpu_float32 2022-09-27T15:42:18.7043540Z test_ops.py::TestCompositeComplianceCPU::test_operator_true_divide_cpu_float32 2022-09-27T15:42:18.7108966Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argmin_cpu_float32 2022-09-27T15:42:18.7182960Z [gw1] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_true_divide_cpu_float32 2022-09-27T15:42:18.7313276Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_add_cpu_float32 2022-09-27T15:42:18.7343124Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_add_cpu_float32 2022-09-27T15:42:18.7383772Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argsort_cpu_float32 2022-09-27T15:42:18.7420222Z test_ops.py::TestCompositeComplianceCPU::test_operator_trunc_cpu_float32 2022-09-27T15:42:18.7622409Z [gw1] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_trunc_cpu_float32 2022-09-27T15:42:18.7651694Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addbmm_cpu_float32 2022-09-27T15:42:18.7716944Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argsort_cpu_float32 2022-09-27T15:42:18.7781919Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addbmm_cpu_float32 2022-09-27T15:42:18.7823288Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argwhere_cpu_float32 2022-09-27T15:42:18.7850673Z test_ops.py::TestCompositeComplianceCPU::test_operator_unbind_cpu_float32 2022-09-27T15:42:18.7981267Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argwhere_cpu_float32 2022-09-27T15:42:18.8062540Z [gw1] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unbind_cpu_float32 2022-09-27T15:42:18.8203921Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addcdiv_cpu_float32 2022-09-27T15:42:18.8222474Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addcdiv_cpu_float32 2022-09-27T15:42:18.8262736Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_as_strided_cpu_float32 2022-09-27T15:42:18.8300900Z test_ops.py::TestCompositeComplianceCPU::test_operator_unflatten_cpu_float32 2022-09-27T15:42:18.8384853Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_as_strided_cpu_float32 2022-09-27T15:42:18.8502592Z [gw1] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unflatten_cpu_float32 2022-09-27T15:42:18.8657269Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addcmul_cpu_float32 2022-09-27T15:42:18.8667574Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addcmul_cpu_float32 2022-09-27T15:42:18.8742401Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_as_strided_scatter_cpu_float32 2022-09-27T15:42:18.8750658Z test_ops.py::TestCompositeComplianceCPU::test_operator_unfold_cpu_float32 2022-09-27T15:42:18.8942388Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_as_strided_scatter_cpu_float32 2022-09-27T15:42:18.8999201Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmm_cpu_float32 2022-09-27T15:42:18.9005029Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmm_cpu_float32 2022-09-27T15:42:18.9101569Z [gw1] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unfold_cpu_float32 2022-09-27T15:42:18.9130779Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_asin_cpu_float32 2022-09-27T15:42:18.9181039Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_asin_cpu_float32 2022-09-27T15:42:18.9275172Z test_ops.py::TestCompositeComplianceCPU::test_operator_uniform_cpu_float32 2022-09-27T15:42:18.9381767Z [gw1] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_uniform_cpu_float32 2022-09-27T15:42:18.9432817Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmm_decomposed_cpu_float32 2022-09-27T15:42:18.9541525Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmm_decomposed_cpu_float32 2022-09-27T15:42:18.9568400Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_asinh_cpu_float32 2022-09-27T15:42:18.9621071Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_asinh_cpu_float32 2022-09-27T15:42:18.9822420Z test_ops.py::TestCompositeComplianceCPU::test_operator_unique_consecutive_cpu_float32 2022-09-27T15:42:18.9873755Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cos_cpu_float32 2022-09-27T15:42:18.9982684Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cos_cpu_float32 2022-09-27T15:42:19.0113771Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atan2_cpu_float32 2022-09-27T15:42:19.0262350Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atan2_cpu_float32 2022-09-27T15:42:19.0310848Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cosh_cpu_float32 2022-09-27T15:42:19.0422217Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cosh_cpu_float32 2022-09-27T15:42:19.0451286Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atan_cpu_float32 2022-09-27T15:42:19.0702372Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atan_cpu_float32 2022-09-27T15:42:19.0863434Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_count_nonzero_cpu_float32 2022-09-27T15:42:19.0905251Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atanh_cpu_float32 2022-09-27T15:42:19.1304049Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atanh_cpu_float32 2022-09-27T15:42:19.1430873Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_1d_cpu_float32 2022-09-27T15:42:19.1742817Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_1d_cpu_float32 2022-09-27T15:42:19.1875116Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_2d_cpu_float32 2022-09-27T15:42:19.2182624Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_2d_cpu_float32 2022-09-27T15:42:19.2289055Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_3d_cpu_float32 2022-09-27T15:42:19.2299620Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_count_nonzero_cpu_float32 2022-09-27T15:42:19.2323850Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cov_cpu_float32 2022-09-27T15:42:19.2331387Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cov_cpu_float32 2022-09-27T15:42:19.2622732Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_3d_cpu_float32 2022-09-27T15:42:19.2702533Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_baddbmm_cpu_float32 2022-09-27T15:42:19.2787684Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cross_cpu_float32 2022-09-27T15:42:19.2861983Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cross_cpu_float32 2022-09-27T15:42:19.3062383Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_baddbmm_cpu_float32 2022-09-27T15:42:19.3146988Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bernoulli_cpu_float32 2022-09-27T15:42:19.3152222Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bernoulli_cpu_float32 2022-09-27T15:42:19.3246714Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cummax_cpu_float32 2022-09-27T15:42:19.3255845Z [gw1] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unique_consecutive_cpu_float32 2022-09-27T15:42:19.3382173Z test_ops.py::TestCompositeComplianceCPU::test_operator_unique_cpu_float32 2022-09-27T15:42:19.3502674Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cummax_cpu_float32 2022-09-27T15:42:19.3584058Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bfloat16_cpu_float32 2022-09-27T15:42:19.3589509Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cummin_cpu_float32 2022-09-27T15:42:19.3808219Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bfloat16_cpu_float32 2022-09-27T15:42:19.3942245Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cummin_cpu_float32 2022-09-27T15:42:19.4023263Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bincount_cpu_int64 2022-09-27T15:42:19.4119359Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumprod_cpu_float32 2022-09-27T15:42:19.4177474Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bincount_cpu_int64 2022-09-27T15:42:19.4383977Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumprod_cpu_float32 2022-09-27T15:42:19.4464471Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_and_cpu_int64 2022-09-27T15:42:19.4548899Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumsum_cpu_float32 2022-09-27T15:42:19.4562333Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumsum_cpu_float32 2022-09-27T15:42:19.4825246Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_and_cpu_int64 2022-09-27T15:42:19.4904712Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_left_shift_cpu_int64 2022-09-27T15:42:19.4992333Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumulative_trapezoid_cpu_float32 2022-09-27T15:42:19.5262165Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_left_shift_cpu_int64 2022-09-27T15:42:19.5279340Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_not_cpu_int64 2022-09-27T15:42:19.5308376Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumulative_trapezoid_cpu_float32 2022-09-27T15:42:19.5382414Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_not_cpu_int64 2022-09-27T15:42:19.5452423Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_deg2rad_cpu_float32 2022-09-27T15:42:19.5702270Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_deg2rad_cpu_float32 2022-09-27T15:42:19.5823102Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_or_cpu_int64 2022-09-27T15:42:19.5827528Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_or_cpu_int64 2022-09-27T15:42:19.6057071Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diag_cpu_float32 2022-09-27T15:42:19.6142758Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diag_cpu_float32 2022-09-27T15:42:19.6265977Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_right_shift_cpu_int64 2022-09-27T15:42:19.6271156Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diag_embed_cpu_float32 2022-09-27T15:42:19.6493590Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_right_shift_cpu_int64 2022-09-27T15:42:19.6582477Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diag_embed_cpu_float32 2022-09-27T15:42:19.6698941Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_xor_cpu_int64 2022-09-27T15:42:19.6742557Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_xor_cpu_int64 2022-09-27T15:42:19.6847380Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagflat_cpu_float32 2022-09-27T15:42:19.7021259Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagflat_cpu_float32 2022-09-27T15:42:19.7093311Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_block_diag_cpu_float32 2022-09-27T15:42:19.7183019Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_block_diag_cpu_float32 2022-09-27T15:42:19.7420051Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagonal_cpu_float32 2022-09-27T15:42:19.7462602Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagonal_cpu_float32 2022-09-27T15:42:19.7509776Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bmm_cpu_float32 2022-09-27T15:42:19.7622152Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bmm_cpu_float32 2022-09-27T15:42:19.7904641Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagonal_scatter_cpu_float32 2022-09-27T15:42:19.7916039Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bool_cpu_float32 2022-09-27T15:42:19.7993836Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagonal_scatter_cpu_float32 2022-09-27T15:42:19.8062380Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bool_cpu_float32 2022-09-27T15:42:19.8344085Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diff_cpu_float32 2022-09-27T15:42:19.8423960Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_shapes_cpu_float32 2022-09-27T15:42:19.8783649Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_shapes_cpu_float32 2022-09-27T15:42:19.8855556Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_tensors_cpu_float32 2022-09-27T15:42:19.9223035Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_tensors_cpu_float32 2022-09-27T15:42:19.9352340Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_to_cpu_float32 2022-09-27T15:42:19.9663286Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_to_cpu_float32 2022-09-27T15:42:19.9756094Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bucketize_cpu_float32 2022-09-27T15:42:19.9765459Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diff_cpu_float32 2022-09-27T15:42:19.9808837Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_digamma_cpu_float32 2022-09-27T15:42:20.0183545Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_digamma_cpu_float32 2022-09-27T15:42:20.0741377Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dist_cpu_float32 2022-09-27T15:42:20.0750083Z [gw1] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unique_cpu_float32 2022-09-27T15:42:20.0847011Z test_ops.py::TestCompositeComplianceCPU::test_operator_unsqueeze_cpu_float32 2022-09-27T15:42:20.0912970Z [gw1] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unsqueeze_cpu_float32 2022-09-27T15:42:20.0920483Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dist_cpu_float32 2022-09-27T15:42:20.1131225Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_floor_rounding_cpu_float32 2022-09-27T15:42:20.1182708Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_floor_rounding_cpu_float32 2022-09-27T15:42:20.1250748Z test_ops.py::TestCompositeComplianceCPU::test_operator_var_cpu_float32 2022-09-27T15:42:20.1257113Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bucketize_cpu_float32 2022-09-27T15:42:20.1291844Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_byte_cpu_float32 2022-09-27T15:42:20.1336290Z [gw1] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_var_cpu_float32 2022-09-27T15:42:20.1343281Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_byte_cpu_float32 2022-09-27T15:42:20.1470084Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_no_rounding_mode_cpu_float32 2022-09-27T15:42:20.1622340Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_no_rounding_mode_cpu_float32 2022-09-27T15:42:20.1663060Z test_ops.py::TestCompositeComplianceCPU::test_operator_var_mean_cpu_float32 2022-09-27T15:42:20.1750017Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cartesian_prod_cpu_float32 2022-09-27T15:42:20.1772697Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cartesian_prod_cpu_float32 2022-09-27T15:42:20.1782219Z [gw1] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_var_mean_cpu_float32 2022-09-27T15:42:20.1912222Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_trunc_rounding_cpu_float32 2022-09-27T15:42:20.2062325Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_trunc_rounding_cpu_float32 2022-09-27T15:42:20.2099615Z test_ops.py::TestCompositeComplianceCPU::test_operator_vdot_cpu_float32 2022-09-27T15:42:20.2142440Z [gw1] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_vdot_cpu_float32 2022-09-27T15:42:20.2222073Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cat_cpu_float32 2022-09-27T15:42:20.2243283Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dot_cpu_float32 2022-09-27T15:42:20.2253040Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cat_cpu_float32 2022-09-27T15:42:20.2502008Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dot_cpu_float32 2022-09-27T15:42:20.2530676Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_complex_cpu_float32 2022-09-27T15:42:20.2582060Z [gw1] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_complex_cpu_float32 2022-09-27T15:42:20.2662660Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cdist_cpu_float32 2022-09-27T15:42:20.2739216Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_double_cpu_float32 2022-09-27T15:42:20.2942138Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_double_cpu_float32 2022-09-27T15:42:20.3020466Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_cpu_float32 2022-09-27T15:42:20.3102975Z [gw1] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_cpu_float32 2022-09-27T15:42:20.3157046Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dsplit_cpu_float32 2022-09-27T15:42:20.3384393Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dsplit_cpu_float32 2022-09-27T15:42:20.3481402Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_cpu_float32 2022-09-27T15:42:20.3542525Z [gw1] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_view_cpu_float32 2022-09-27T15:42:20.3604039Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dstack_cpu_float32 2022-09-27T15:42:20.3822798Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dstack_cpu_float32 2022-09-27T15:42:20.3879719Z test_ops.py::TestCompositeComplianceCPU::test_operator_vsplit_cpu_float32 2022-09-27T15:42:20.3982302Z [gw1] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_vsplit_cpu_float32 2022-09-27T15:42:20.4263634Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_einsum_cpu_float32 2022-09-27T15:42:20.4287129Z test_ops.py::TestCompositeComplianceCPU::test_operator_vstack_cpu_float32 2022-09-27T15:42:20.4335680Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_einsum_cpu_float32 2022-09-27T15:42:20.4422061Z [gw1] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_vstack_cpu_float32 2022-09-27T15:42:20.4490748Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_empty_cpu_float32 2022-09-27T15:42:20.4702274Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_empty_cpu_float32 2022-09-27T15:42:20.4862431Z test_ops.py::TestCompositeComplianceCPU::test_operator_where_cpu_float32 2022-09-27T15:42:20.4952734Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_empty_like_cpu_float32 2022-09-27T15:42:20.4978430Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_empty_like_cpu_float32 2022-09-27T15:42:20.5142895Z [gw1] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_where_cpu_float32 2022-09-27T15:42:20.5304216Z test_ops.py::TestCompositeComplianceCPU::test_operator_xlogy_cpu_float32 2022-09-27T15:42:20.5413902Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_eq_cpu_float32 2022-09-27T15:42:20.5444050Z [gw1] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_xlogy_cpu_float32 2022-09-27T15:42:20.5583641Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_eq_cpu_float32 2022-09-27T15:42:20.5665913Z test_ops.py::TestCompositeComplianceCPU::test_operator_zero__cpu_float32 2022-09-27T15:42:20.5743967Z [gw1] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_zero__cpu_float32 2022-09-27T15:42:20.5836178Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_equal_cpu_float32 2022-09-27T15:42:20.5942351Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_equal_cpu_float32 2022-09-27T15:42:20.5948793Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cdist_cpu_float32 2022-09-27T15:42:20.5976885Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ceil_cpu_float32 2022-09-27T15:42:20.6022834Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ceil_cpu_float32 2022-09-27T15:42:20.6056316Z test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_cpu_float32 2022-09-27T15:42:20.6181942Z [gw1] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_cpu_float32 2022-09-27T15:42:20.6216745Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erf_cpu_float32 2022-09-27T15:42:20.6381841Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erf_cpu_float32 2022-09-27T15:42:20.6455484Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_chalf_cpu_float32 2022-09-27T15:42:20.6463935Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_chalf_cpu_float32 2022-09-27T15:42:20.6581154Z test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_like_cpu_float32 2022-09-27T15:42:20.6621891Z [gw1] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_like_cpu_float32 2022-09-27T15:42:20.6672497Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erfc_cpu_float32 2022-09-27T15:42:20.6821352Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erfc_cpu_float32 2022-09-27T15:42:20.6893743Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_char_cpu_float32 2022-09-27T15:42:20.6902009Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_char_cpu_float32 2022-09-27T15:42:20.6941105Z test_ops.py::TestMathBitsCPU::test_conj_view_H_cpu_complex64 2022-09-27T15:42:20.7062063Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_H_cpu_complex64 2022-09-27T15:42:20.7095284Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erfinv_cpu_float32 2022-09-27T15:42:20.7261708Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erfinv_cpu_float32 2022-09-27T15:42:20.7282303Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_cpu_float32 2022-09-27T15:42:20.7341788Z [gw3] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_cpu_float32 2022-09-27T15:42:20.7379072Z test_ops.py::TestMathBitsCPU::test_conj_view_T_cpu_complex64 2022-09-27T15:42:20.7502807Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_T_cpu_complex64 2022-09-27T15:42:20.7556571Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_exp2_cpu_float32 2022-09-27T15:42:20.7702177Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_exp2_cpu_float32 2022-09-27T15:42:20.7724018Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_inverse_cpu_float32 2022-09-27T15:42:20.7782013Z [gw3] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_inverse_cpu_float32 2022-09-27T15:42:20.7942297Z test_ops.py::TestMathBitsCPU::test_conj_view___getitem___cpu_complex64 2022-09-27T15:42:20.7981946Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_exp_cpu_float32 2022-09-27T15:42:20.7995830Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___getitem___cpu_complex64 2022-09-27T15:42:20.8141986Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_exp_cpu_float32 2022-09-27T15:42:20.8222098Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_solve_cpu_float32 2022-09-27T15:42:20.8335957Z test_ops.py::TestMathBitsCPU::test_conj_view___radd___cpu_complex64 2022-09-27T15:42:20.8382578Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___radd___cpu_complex64 2022-09-27T15:42:20.8437725Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expand_as_cpu_float32 2022-09-27T15:42:20.8662667Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expand_as_cpu_float32 2022-09-27T15:42:20.8795649Z test_ops.py::TestMathBitsCPU::test_conj_view___rdiv___cpu_complex64 2022-09-27T15:42:20.8822508Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___rdiv___cpu_complex64 2022-09-27T15:42:20.8925929Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expand_cpu_float32 2022-09-27T15:42:20.9103970Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expand_cpu_float32 2022-09-27T15:42:20.9263654Z test_ops.py::TestMathBitsCPU::test_conj_view___rmatmul___cpu_complex64 2022-09-27T15:42:20.9300265Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expm1_cpu_float32 2022-09-27T15:42:20.9402204Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expm1_cpu_float32 2022-09-27T15:42:20.9412816Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_solve_cpu_float32 2022-09-27T15:42:20.9483969Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_chunk_cpu_float32 2022-09-27T15:42:20.9486928Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___rmatmul___cpu_complex64 2022-09-27T15:42:20.9541927Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_chunk_cpu_float32 2022-09-27T15:42:20.9701650Z test_ops.py::TestMathBitsCPU::test_conj_view___rmul___cpu_complex64 2022-09-27T15:42:20.9751720Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_eye_cpu_float32 2022-09-27T15:42:20.9821826Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___rmul___cpu_complex64 2022-09-27T15:42:20.9946127Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_cpu_float32 2022-09-27T15:42:20.9982384Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_cpu_float32 2022-09-27T15:42:21.0215617Z test_ops.py::TestMathBitsCPU::test_conj_view___rpow___cpu_complex64 2022-09-27T15:42:21.0262683Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___rpow___cpu_complex64 2022-09-27T15:42:21.0421984Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_max_cpu_float32 2022-09-27T15:42:21.0449184Z test_ops.py::TestMathBitsCPU::test_conj_view___rsub___cpu_complex64 2022-09-27T15:42:21.0536955Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_max_cpu_float32 2022-09-27T15:42:21.0570272Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___rsub___cpu_complex64 2022-09-27T15:42:21.0579080Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_eye_cpu_float32 2022-09-27T15:42:21.0697583Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fft2_cpu_float32 2022-09-27T15:42:21.0707996Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fft2_cpu_float32 2022-09-27T15:42:21.0827972Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_min_cpu_float32 2022-09-27T15:42:21.0861723Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_min_cpu_float32 2022-09-27T15:42:21.0982223Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_cumprod_cpu_complex64 2022-09-27T15:42:21.1022941Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fft_cpu_float32 2022-09-27T15:42:21.1097173Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_cumprod_cpu_complex64 2022-09-27T15:42:21.1141937Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fft_cpu_float32 2022-09-27T15:42:21.1180077Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clone_cpu_float32 2022-09-27T15:42:21.1301699Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clone_cpu_float32 2022-09-27T15:42:21.1422403Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_cumsum_cpu_complex64 2022-09-27T15:42:21.1455619Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fftn_cpu_float32 2022-09-27T15:42:21.1581938Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_cumsum_cpu_complex64 2022-09-27T15:42:21.1598098Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_column_stack_cpu_float32 2022-09-27T15:42:21.1645465Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fftn_cpu_float32 2022-09-27T15:42:21.1741677Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_column_stack_cpu_float32 2022-09-27T15:42:21.1861476Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_mean_cpu_complex64 2022-09-27T15:42:21.1932118Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fftshift_cpu_float32 2022-09-27T15:42:21.2023001Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fftshift_cpu_float32 2022-09-27T15:42:21.2303453Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_combinations_cpu_float32 2022-09-27T15:42:21.2490553Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfft2_cpu_float32 2022-09-27T15:42:21.2743552Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfft2_cpu_float32 2022-09-27T15:42:21.2806688Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfft_cpu_float32 2022-09-27T15:42:21.2820394Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_mean_cpu_complex64 2022-09-27T15:42:21.2929644Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_normalize_cpu_complex64 2022-09-27T15:42:21.2970140Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfft_cpu_float32 2022-09-27T15:42:21.2979119Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_combinations_cpu_float32 2022-09-27T15:42:21.3109254Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_complex_cpu_float32 2022-09-27T15:42:21.3182440Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_complex_cpu_float32 2022-09-27T15:42:21.3307837Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfftn_cpu_float32 2022-09-27T15:42:21.3319491Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_normalize_cpu_complex64 2022-09-27T15:42:21.3405861Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_prod_cpu_complex64 2022-09-27T15:42:21.3413581Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_conj_cpu_float32 2022-09-27T15:42:21.3445356Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfftn_cpu_float32 2022-09-27T15:42:21.3622146Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_conj_cpu_float32 2022-09-27T15:42:21.3770260Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifft2_cpu_float32 2022-09-27T15:42:21.3822209Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifft2_cpu_float32 2022-09-27T15:42:21.3857501Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_conj_physical_cpu_float32 2022-09-27T15:42:21.4063072Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_conj_physical_cpu_float32 2022-09-27T15:42:21.4180764Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifft_cpu_float32 2022-09-27T15:42:21.4256138Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifft_cpu_float32 2022-09-27T15:42:21.4265945Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_prod_cpu_complex64 2022-09-27T15:42:21.4267259Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_std_cpu_complex64 2022-09-27T15:42:21.4503294Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_constant_pad_nd_cpu_float32 2022-09-27T15:42:21.4678098Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifftn_cpu_float32 2022-09-27T15:42:21.4790936Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifftn_cpu_float32 2022-09-27T15:42:21.4797333Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_constant_pad_nd_cpu_float32 2022-09-27T15:42:21.4829315Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_contiguous_cpu_float32 2022-09-27T15:42:21.4942454Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_contiguous_cpu_float32 2022-09-27T15:42:21.5016316Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifftshift_cpu_float32 2022-09-27T15:42:21.5221459Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifftshift_cpu_float32 2022-09-27T15:42:21.5349473Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_copysign_cpu_float32 2022-09-27T15:42:21.5382045Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_copysign_cpu_float32 2022-09-27T15:42:21.5528301Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfft2_cpu_float32 2022-09-27T15:42:21.5577756Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfft2_cpu_float32 2022-09-27T15:42:21.5585939Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_std_cpu_complex64 2022-09-27T15:42:21.5661570Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_sum_cpu_complex64 2022-09-27T15:42:21.5785148Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_corrcoef_cpu_float32 2022-09-27T15:42:21.5821959Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_corrcoef_cpu_float32 2022-09-27T15:42:21.5997384Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfft_cpu_float32 2022-09-27T15:42:21.6103732Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfft_cpu_float32 2022-09-27T15:42:21.6265077Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cholesky_cpu_float32 2022-09-27T15:42:21.6336297Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfftn_cpu_float32 2022-09-27T15:42:21.6370660Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cholesky_cpu_float32 2022-09-27T15:42:21.6379194Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_sum_cpu_complex64 2022-09-27T15:42:21.6481722Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_var_cpu_complex64 2022-09-27T15:42:21.6543773Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfftn_cpu_float32 2022-09-27T15:42:21.6705507Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cholesky_ex_cpu_float32 2022-09-27T15:42:21.6860902Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfft2_cpu_float32 2022-09-27T15:42:21.6868226Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfft2_cpu_float32 2022-09-27T15:42:21.6982044Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cholesky_ex_cpu_float32 2022-09-27T15:42:21.7059578Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cond_cpu_float32 2022-09-27T15:42:21.7142591Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cond_cpu_float32 2022-09-27T15:42:21.7298570Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfft_cpu_float32 2022-09-27T15:42:21.7422712Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfft_cpu_float32 2022-09-27T15:42:21.7474956Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cross_cpu_float32 2022-09-27T15:42:21.7582258Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cross_cpu_float32 2022-09-27T15:42:21.7712524Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfftn_cpu_float32 2022-09-27T15:42:21.7724159Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_var_cpu_complex64 2022-09-27T15:42:21.7754839Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_abs_cpu_complex64 2022-09-27T15:42:21.7768141Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_abs_cpu_complex64 2022-09-27T15:42:21.7861477Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfftn_cpu_float32 2022-09-27T15:42:21.7987257Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_det_cpu_float32 2022-09-27T15:42:21.8021577Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_det_cpu_float32 2022-09-27T15:42:21.8131351Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfft2_cpu_float32 2022-09-27T15:42:21.8141903Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfft2_cpu_float32 2022-09-27T15:42:21.8184824Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_acos_cpu_complex64 2022-09-27T15:42:21.8301905Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_acos_cpu_complex64 2022-09-27T15:42:21.8463099Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_det_singular_cpu_float32 2022-09-27T15:42:21.8584291Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfft_cpu_float32 2022-09-27T15:42:21.8592866Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfft_cpu_float32 2022-09-27T15:42:21.8646675Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_acosh_cpu_complex64 2022-09-27T15:42:21.8696485Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_acosh_cpu_complex64 2022-09-27T15:42:21.8741178Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_det_singular_cpu_float32 2022-09-27T15:42:21.8902558Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eig_cpu_float32 2022-09-27T15:42:21.9022433Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfftn_cpu_float32 2022-09-27T15:42:21.9041634Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_add_cpu_complex64 2022-09-27T15:42:21.9198469Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfftn_cpu_float32 2022-09-27T15:42:21.9341352Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_add_cpu_complex64 2022-09-27T15:42:21.9392620Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fill_cpu_float32 2022-09-27T15:42:21.9461978Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fill_cpu_float32 2022-09-27T15:42:21.9490603Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_addcdiv_cpu_complex64 2022-09-27T15:42:21.9501246Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eig_cpu_float32 2022-09-27T15:42:21.9613920Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigh_cpu_float32 2022-09-27T15:42:21.9663335Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_addcdiv_cpu_complex64 2022-09-27T15:42:21.9781619Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigh_cpu_float32 2022-09-27T15:42:21.9849714Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flatten_cpu_float32 2022-09-27T15:42:21.9901345Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flatten_cpu_float32 2022-09-27T15:42:21.9943060Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_addr_cpu_complex64 2022-09-27T15:42:21.9947310Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigvals_cpu_float32 2022-09-27T15:42:21.9961775Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_addr_cpu_complex64 2022-09-27T15:42:22.0221509Z [gw3] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigvals_cpu_float32 2022-09-27T15:42:22.0341923Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flip_cpu_float32 2022-09-27T15:42:22.0350603Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_all_cpu_complex64 2022-09-27T15:42:22.0382342Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flip_cpu_float32 2022-09-27T15:42:22.0400664Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigvalsh_cpu_float32 2022-09-27T15:42:22.0552654Z [gw3] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigvalsh_cpu_float32 2022-09-27T15:42:22.0662792Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_all_cpu_complex64 2022-09-27T15:42:22.0699757Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fliplr_cpu_float32 2022-09-27T15:42:22.0781307Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fliplr_cpu_float32 2022-09-27T15:42:22.0822515Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_allclose_cpu_complex64 2022-09-27T15:42:22.0865325Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_householder_product_cpu_float32 2022-09-27T15:42:22.1103569Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_allclose_cpu_complex64 2022-09-27T15:42:22.1162825Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flipud_cpu_float32 2022-09-27T15:42:22.1222239Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flipud_cpu_float32 2022-09-27T15:42:22.1415781Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_any_cpu_complex64 2022-09-27T15:42:22.1542666Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_any_cpu_complex64 2022-09-27T15:42:22.1554444Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_float_cpu_float32 2022-09-27T15:42:22.1564130Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_householder_product_cpu_float32 2022-09-27T15:42:22.1632174Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_inv_cpu_float32 2022-09-27T15:42:22.1663100Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_float_cpu_float32 2022-09-27T15:42:22.1678702Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_as_strided_cpu_complex64 2022-09-27T15:42:22.1720023Z [gw1] [ 90%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_as_strided_cpu_complex64 2022-09-27T15:42:22.1983430Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_inv_cpu_float32 2022-09-27T15:42:22.1984414Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_inv_ex_cpu_float32 2022-09-27T15:42:22.2103096Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_float_power_cpu_float32 2022-09-27T15:42:22.2109403Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_asin_cpu_complex64 2022-09-27T15:42:22.2136233Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_inv_ex_cpu_float32 2022-09-27T15:42:22.2196909Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_asin_cpu_complex64 2022-09-27T15:42:22.2422805Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_float_power_cpu_float32 2022-09-27T15:42:22.2425596Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_floor_cpu_float32 2022-09-27T15:42:22.2462854Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_factor_cpu_float32 2022-09-27T15:42:22.2508156Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_floor_cpu_float32 2022-09-27T15:42:22.2541606Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_factor_cpu_float32 2022-09-27T15:42:22.2569577Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_asinh_cpu_complex64 2022-09-27T15:42:22.2862886Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_asinh_cpu_complex64 2022-09-27T15:42:22.2864783Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:42:22.2963114Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_floor_divide_cpu_float32 2022-09-27T15:42:22.2982213Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:42:22.3010689Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atan_cpu_complex64 2022-09-27T15:42:22.3264656Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_atan_cpu_complex64 2022-09-27T15:42:22.3303563Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_floor_divide_cpu_float32 2022-09-27T15:42:22.3304376Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmax_cpu_float32 2022-09-27T15:42:22.3422952Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_solve_cpu_float32 2022-09-27T15:42:22.3463767Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atanh_cpu_complex64 2022-09-27T15:42:22.3492366Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_atanh_cpu_complex64 2022-09-27T15:42:22.3589030Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmax_cpu_float32 2022-09-27T15:42:22.3744288Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_solve_cpu_float32 2022-09-27T15:42:22.3744975Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmin_cpu_float32 2022-09-27T15:42:22.3862487Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lstsq_cpu_float32 2022-09-27T15:42:22.3931618Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_1d_cpu_complex64 2022-09-27T15:42:22.3944066Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_1d_cpu_complex64 2022-09-27T15:42:22.4183032Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmin_cpu_float32 2022-09-27T15:42:22.4301860Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmod_cpu_float32 2022-09-27T15:42:22.4329279Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_2d_cpu_complex64 2022-09-27T15:42:22.4339385Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lstsq_cpu_float32 2022-09-27T15:42:22.4374491Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:42:22.4383721Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_2d_cpu_complex64 2022-09-27T15:42:22.4621975Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmod_cpu_float32 2022-09-27T15:42:22.4691716Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_frac_cpu_float32 2022-09-27T15:42:22.4742341Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_frac_cpu_float32 2022-09-27T15:42:22.4826005Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_3d_cpu_complex64 2022-09-27T15:42:22.4856102Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_3d_cpu_complex64 2022-09-27T15:42:22.4864486Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:42:22.5061634Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_cpu_float32 2022-09-27T15:42:22.5119708Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_frexp_cpu_float32 2022-09-27T15:42:22.5182346Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_cpu_float32 2022-09-27T15:42:22.5226968Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:42:22.5301710Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:42:22.5361299Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_factor_cpu_float32 2022-09-27T15:42:22.5502932Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_frexp_cpu_float32 2022-09-27T15:42:22.5558577Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_full_like_cpu_float32 2022-09-27T15:42:22.5616715Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_factor_cpu_float32 2022-09-27T15:42:22.5625537Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_full_like_cpu_float32 2022-09-27T15:42:22.5689422Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_to_cpu_complex64 2022-09-27T15:42:22.5741570Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_to_cpu_complex64 2022-09-27T15:42:22.5943410Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:42:22.5955326Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gather_cpu_float32 2022-09-27T15:42:22.6023942Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:42:22.6062166Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gather_cpu_float32 2022-09-27T15:42:22.6137827Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cat_cpu_complex64 2022-09-27T15:42:22.6181922Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_cat_cpu_complex64 2022-09-27T15:42:22.6382363Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_solve_cpu_float32 2022-09-27T15:42:22.6507159Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gcd_cpu_int64 2022-09-27T15:42:22.6508850Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_chunk_cpu_complex64 2022-09-27T15:42:22.6617259Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gcd_cpu_int64 2022-09-27T15:42:22.6822268Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_chunk_cpu_complex64 2022-09-27T15:42:22.6941865Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ge_cpu_float32 2022-09-27T15:42:22.6985785Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_clone_cpu_complex64 2022-09-27T15:42:22.7009009Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_clone_cpu_complex64 2022-09-27T15:42:22.7265436Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ge_cpu_float32 2022-09-27T15:42:22.7385065Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_geqrf_cpu_float32 2022-09-27T15:42:22.7461237Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_column_stack_cpu_complex64 2022-09-27T15:42:22.7595136Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_column_stack_cpu_complex64 2022-09-27T15:42:22.7602346Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_solve_cpu_float32 2022-09-27T15:42:22.7827562Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_norm_cpu_float32 2022-09-27T15:42:22.7879706Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_cpu_complex64 2022-09-27T15:42:22.8267239Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_cpu_complex64 2022-09-27T15:42:22.8306888Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_physical_cpu_complex64 2022-09-27T15:42:22.8497441Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_physical_cpu_complex64 2022-09-27T15:42:22.8504361Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_norm_cpu_float32 2022-09-27T15:42:22.8524906Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_power_cpu_float32 2022-09-27T15:42:22.8703410Z [gw3] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_power_cpu_float32 2022-09-27T15:42:22.8942450Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:42:22.9130761Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_rank_cpu_float32 2022-09-27T15:42:22.9144176Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:42:22.9171509Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_contiguous_cpu_complex64 2022-09-27T15:42:22.9583655Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_contiguous_cpu_complex64 2022-09-27T15:42:22.9640237Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cos_cpu_complex64 2022-09-27T15:42:23.0024428Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_cos_cpu_complex64 2022-09-27T15:42:23.0076355Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cosh_cpu_complex64 2022-09-27T15:42:23.0463918Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_cosh_cpu_complex64 2022-09-27T15:42:23.0606700Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_diag_embed_cpu_complex64 2022-09-27T15:42:23.0616464Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_geqrf_cpu_float32 2022-09-27T15:42:23.0621416Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_diag_embed_cpu_complex64 2022-09-27T15:42:23.0903649Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gradient_cpu_float32 2022-09-27T15:42:23.0963418Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_diagonal_cpu_complex64 2022-09-27T15:42:23.0971618Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_rank_cpu_float32 2022-09-27T15:42:23.0994378Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:42:23.1000931Z [gw3] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:42:23.1342377Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_diagonal_cpu_complex64 2022-09-27T15:42:23.1381732Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:42:23.1496295Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_multi_dot_cpu_float32 2022-09-27T15:42:23.1518658Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:42:23.1527061Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gradient_cpu_float32 2022-09-27T15:42:23.1619385Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gt_cpu_float32 2022-09-27T15:42:23.1646133Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_multi_dot_cpu_float32 2022-09-27T15:42:23.1782276Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gt_cpu_float32 2022-09-27T15:42:23.1822116Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_dsplit_cpu_complex64 2022-09-27T15:42:23.1856689Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_norm_cpu_float32 2022-09-27T15:42:23.1941605Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_dsplit_cpu_complex64 2022-09-27T15:42:23.2018144Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_half_cpu_float32 2022-09-27T15:42:23.2222144Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_half_cpu_float32 2022-09-27T15:42:23.2313219Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_dstack_cpu_complex64 2022-09-27T15:42:23.2381884Z [gw1] [ 90%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_dstack_cpu_complex64 2022-09-27T15:42:23.2502357Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_heaviside_cpu_float32 2022-09-27T15:42:23.2662694Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_heaviside_cpu_float32 2022-09-27T15:42:23.2679764Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_cpu_complex64 2022-09-27T15:42:23.2822182Z [gw1] [ 90%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_cpu_complex64 2022-09-27T15:42:23.2994940Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histc_cpu_float32 2022-09-27T15:42:23.3002413Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_norm_cpu_float32 2022-09-27T15:42:23.3102772Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:42:23.3120196Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_like_cpu_complex64 2022-09-27T15:42:23.3544930Z [gw1] [ 90%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_like_cpu_complex64 2022-09-27T15:42:23.3695166Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_eq_cpu_complex64 2022-09-27T15:42:23.3827172Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_eq_cpu_complex64 2022-09-27T15:42:23.3835295Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:42:23.3856203Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_cpu_float32 2022-09-27T15:42:23.3983094Z [gw3] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_cpu_float32 2022-09-27T15:42:23.4035284Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_exp_cpu_complex64 2022-09-27T15:42:23.4262409Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_exp_cpu_complex64 2022-09-27T15:42:23.4281072Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:42:23.4423200Z [gw3] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:42:23.4464535Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_as_cpu_complex64 2022-09-27T15:42:23.4702524Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_as_cpu_complex64 2022-09-27T15:42:23.4719702Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_singular_cpu_float32 2022-09-27T15:42:23.4863629Z [gw3] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_singular_cpu_float32 2022-09-27T15:42:23.4973748Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_cpu_complex64 2022-09-27T15:42:23.5142585Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_cpu_complex64 2022-09-27T15:42:23.5303098Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_qr_cpu_float32 2022-09-27T15:42:23.5320695Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_eye_cpu_complex64 2022-09-27T15:42:23.5650922Z [gw1] [ 91%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_eye_cpu_complex64 2022-09-27T15:42:23.5660742Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_qr_cpu_float32 2022-09-27T15:42:23.5742543Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_slogdet_cpu_float32 2022-09-27T15:42:23.5802413Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft2_cpu_complex64 2022-09-27T15:42:23.5862376Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_slogdet_cpu_float32 2022-09-27T15:42:23.6062353Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft2_cpu_complex64 2022-09-27T15:42:23.6081270Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_cpu_float32 2022-09-27T15:42:23.6182780Z [gw3] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_cpu_float32 2022-09-27T15:42:23.6289634Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft_cpu_complex64 2022-09-27T15:42:23.6503039Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft_cpu_complex64 2022-09-27T15:42:23.6623595Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_ex_cpu_float32 2022-09-27T15:42:23.6833431Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftn_cpu_complex64 2022-09-27T15:42:23.6886662Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftn_cpu_complex64 2022-09-27T15:42:23.6942029Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_ex_cpu_float32 2022-09-27T15:42:23.7063875Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_triangular_cpu_float32 2022-09-27T15:42:23.7118909Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftshift_cpu_complex64 2022-09-27T15:42:23.7504911Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftshift_cpu_complex64 2022-09-27T15:42:23.7637393Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft2_cpu_complex64 2022-09-27T15:42:23.7945285Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft2_cpu_complex64 2022-09-27T15:42:23.8049668Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft_cpu_complex64 2022-09-27T15:42:23.8383796Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft_cpu_complex64 2022-09-27T15:42:23.8571647Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfftn_cpu_complex64 2022-09-27T15:42:23.8823903Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfftn_cpu_complex64 2022-09-27T15:42:23.8900220Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft2_cpu_complex64 2022-09-27T15:42:23.9185638Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft2_cpu_complex64 2022-09-27T15:42:23.9193179Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histc_cpu_float32 2022-09-27T15:42:23.9264328Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histogram_cpu_float32 2022-09-27T15:42:23.9390538Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft_cpu_complex64 2022-09-27T15:42:23.9704236Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft_cpu_complex64 2022-09-27T15:42:23.9814074Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftn_cpu_complex64 2022-09-27T15:42:24.0143910Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftn_cpu_complex64 2022-09-27T15:42:24.0197719Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:42:24.0583445Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:42:24.0654472Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft2_cpu_complex64 2022-09-27T15:42:24.1023852Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft2_cpu_complex64 2022-09-27T15:42:24.1112504Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft_cpu_complex64 2022-09-27T15:42:24.1464134Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft_cpu_complex64 2022-09-27T15:42:24.1754747Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfftn_cpu_complex64 2022-09-27T15:42:24.1903806Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfftn_cpu_complex64 2022-09-27T15:42:24.1946105Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fill_cpu_complex64 2022-09-27T15:42:24.2345295Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fill_cpu_complex64 2022-09-27T15:42:24.2399198Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flatten_cpu_complex64 2022-09-27T15:42:24.2785163Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_flatten_cpu_complex64 2022-09-27T15:42:24.2868801Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flip_cpu_complex64 2022-09-27T15:42:24.3223390Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_flip_cpu_complex64 2022-09-27T15:42:24.3255217Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fliplr_cpu_complex64 2022-09-27T15:42:24.3663990Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fliplr_cpu_complex64 2022-09-27T15:42:24.3698020Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flipud_cpu_complex64 2022-09-27T15:42:24.4103380Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_flipud_cpu_complex64 2022-09-27T15:42:24.4246283Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_float_power_cpu_complex64 2022-09-27T15:42:24.4544370Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_float_power_cpu_complex64 2022-09-27T15:42:24.4593368Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_hsplit_cpu_complex64 2022-09-27T15:42:24.4986496Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_hsplit_cpu_complex64 2022-09-27T15:42:24.5030899Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_hstack_cpu_complex64 2022-09-27T15:42:24.5423731Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_hstack_cpu_complex64 2022-09-27T15:42:24.5461379Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_imag_cpu_complex64 2022-09-27T15:42:24.5863886Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_imag_cpu_complex64 2022-09-27T15:42:24.5916233Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_add_cpu_complex64 2022-09-27T15:42:24.6304254Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_add_cpu_complex64 2022-09-27T15:42:24.6335186Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_copy_cpu_complex64 2022-09-27T15:42:24.6743275Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_copy_cpu_complex64 2022-09-27T15:42:24.6775784Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_fill_cpu_complex64 2022-09-27T15:42:24.7012734Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_fill_cpu_complex64 2022-09-27T15:42:24.7022663Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_triangular_cpu_float32 2022-09-27T15:42:24.7182707Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_svd_cpu_float32 2022-09-27T15:42:24.7215028Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_select_cpu_complex64 2022-09-27T15:42:24.7623287Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_select_cpu_complex64 2022-09-27T15:42:24.8112484Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isclose_cpu_complex64 2022-09-27T15:42:24.8120579Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_solve_cpu_float32 2022-09-27T15:42:24.8393550Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_norm_cpu_float32 2022-09-27T15:42:24.8404215Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_isclose_cpu_complex64 2022-09-27T15:42:24.8447737Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isfinite_cpu_complex64 2022-09-27T15:42:24.8823754Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_isfinite_cpu_complex64 2022-09-27T15:42:24.8922698Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isinf_cpu_complex64 2022-09-27T15:42:24.9263092Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_isinf_cpu_complex64 2022-09-27T15:42:24.9297813Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isnan_cpu_complex64 2022-09-27T15:42:24.9704512Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_isnan_cpu_complex64 2022-09-27T15:42:24.9759803Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isreal_cpu_complex64 2022-09-27T15:42:25.0040860Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_isreal_cpu_complex64 2022-09-27T15:42:25.0053442Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_svd_cpu_float32 2022-09-27T15:42:25.0142152Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_svdvals_cpu_float32 2022-09-27T15:42:25.0650755Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:42:25.0662111Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_svdvals_cpu_float32 2022-09-27T15:42:25.0753425Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_tensorinv_cpu_float32 2022-09-27T15:42:25.1065539Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_tensorinv_cpu_float32 2022-09-27T15:42:25.1093290Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_tensorsolve_cpu_float32 2022-09-27T15:42:25.1191688Z [gw3] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_tensorsolve_cpu_float32 2022-09-27T15:42:25.1198536Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:42:25.1311588Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_norm_cpu_complex64 2022-09-27T15:42:25.1319201Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histogram_cpu_float32 2022-09-27T15:42:25.1505373Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histogramdd_cpu_float32 2022-09-27T15:42:25.1851045Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vander_cpu_float32 2022-09-27T15:42:25.1943003Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vander_cpu_float32 2022-09-27T15:42:25.2590640Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vecdot_cpu_float32 2022-09-27T15:42:25.2603079Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vecdot_cpu_float32 2022-09-27T15:42:25.2945392Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vector_norm_cpu_float32 2022-09-27T15:42:25.3041053Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_norm_cpu_complex64 2022-09-27T15:42:25.4318824Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svd_cpu_complex64 2022-09-27T15:42:25.4324182Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vector_norm_cpu_float32 2022-09-27T15:42:25.4790304Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linspace_cpu_float32 2022-09-27T15:42:25.4809638Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linspace_cpu_float32 2022-09-27T15:42:25.4873206Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log10_cpu_float32 2022-09-27T15:42:25.5298510Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log10_cpu_float32 2022-09-27T15:42:25.5302193Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log1p_cpu_float32 2022-09-27T15:42:25.5760462Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log1p_cpu_float32 2022-09-27T15:42:25.5793909Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log2_cpu_float32 2022-09-27T15:42:25.5933495Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log2_cpu_float32 2022-09-27T15:42:25.5968523Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svd_cpu_complex64 2022-09-27T15:42:25.6183003Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:42:25.6239000Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_cpu_float32 2022-09-27T15:42:25.6280355Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_cpu_float32 2022-09-27T15:42:25.6383060Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:42:25.6622872Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:42:25.6718725Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_softmax_cpu_float32 2022-09-27T15:42:25.7062924Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_softmax_cpu_float32 2022-09-27T15:42:25.7176495Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_softmax_dtype_cpu_float32 2022-09-27T15:42:25.7197183Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_softmax_dtype_cpu_float32 2022-09-27T15:42:25.7207632Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_norm_cpu_float32 2022-09-27T15:42:25.7545584Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_power_cpu_float32 2022-09-27T15:42:25.7594024Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logaddexp2_cpu_float32 2022-09-27T15:42:25.7983573Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logaddexp2_cpu_float32 2022-09-27T15:42:25.8030206Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logaddexp_cpu_float32 2022-09-27T15:42:25.8436993Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logaddexp_cpu_float32 2022-09-27T15:42:25.9036447Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logcumsumexp_cpu_float32 2022-09-27T15:42:25.9050335Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logcumsumexp_cpu_float32 2022-09-27T15:42:25.9117735Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logdet_cpu_float32 2022-09-27T15:42:25.9176059Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:42:25.9216332Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linspace_cpu_complex64 2022-09-27T15:42:25.9319922Z [gw1] [ 91%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view__refs_linspace_cpu_complex64 2022-09-27T15:42:25.9426556Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logdet_cpu_float32 2022-09-27T15:42:25.9433045Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_power_cpu_float32 2022-09-27T15:42:25.9454124Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_cpu_float32 2022-09-27T15:42:25.9462099Z [gw0] [ 91%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_cpu_float32 2022-09-27T15:42:25.9582343Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_and_cpu_float32 2022-09-27T15:42:25.9597254Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log10_cpu_complex64 2022-09-27T15:42:25.9625760Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_and_cpu_float32 2022-09-27T15:42:25.9861623Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_log10_cpu_complex64 2022-09-27T15:42:25.9879168Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:42:25.9941252Z [gw0] [ 91%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:42:25.9992573Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_not_cpu_float32 2022-09-27T15:42:26.0062207Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_not_cpu_float32 2022-09-27T15:42:26.0101757Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log2_cpu_complex64 2022-09-27T15:42:26.0302832Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_log2_cpu_complex64 2022-09-27T15:42:26.0383244Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_multi_dot_cpu_float32 2022-09-27T15:42:26.0503170Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_or_cpu_float32 2022-09-27T15:42:26.0547292Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log_cpu_complex64 2022-09-27T15:42:26.0550751Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_or_cpu_float32 2022-09-27T15:42:26.0824930Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_log_cpu_complex64 2022-09-27T15:42:26.0945836Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_xor_cpu_float32 2022-09-27T15:42:26.0976690Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_and_cpu_complex64 2022-09-27T15:42:26.0986977Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_xor_cpu_float32 2022-09-27T15:42:26.0994902Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_multi_dot_cpu_float32 2022-09-27T15:42:26.1048410Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_cpu_float32 2022-09-27T15:42:26.1264565Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_and_cpu_complex64 2022-09-27T15:42:26.1352547Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logit_cpu_float32 2022-09-27T15:42:26.1384627Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logit_cpu_float32 2022-09-27T15:42:26.1431807Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_not_cpu_complex64 2022-09-27T15:42:26.1704624Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_not_cpu_complex64 2022-09-27T15:42:26.1823259Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logspace_cpu_float32 2022-09-27T15:42:26.1936174Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_or_cpu_complex64 2022-09-27T15:42:26.2262983Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_or_cpu_complex64 2022-09-27T15:42:26.2365727Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_xor_cpu_complex64 2022-09-27T15:42:26.2705548Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_xor_cpu_complex64 2022-09-27T15:42:26.2745110Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logspace_cpu_complex64 2022-09-27T15:42:26.3144743Z [gw1] [ 91%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view__refs_logspace_cpu_complex64 2022-09-27T15:42:26.3218718Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_masked_fill_cpu_complex64 2022-09-27T15:42:26.3585101Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_masked_fill_cpu_complex64 2022-09-27T15:42:26.4009192Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_mean_cpu_complex64 2022-09-27T15:42:26.4022852Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_mean_cpu_complex64 2022-09-27T15:42:26.4227094Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:42:26.4503001Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:42:26.4692604Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:42:26.4943920Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:42:26.4982737Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_movedim_cpu_complex64 2022-09-27T15:42:26.5383395Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_movedim_cpu_complex64 2022-09-27T15:42:26.5503846Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_mul_cpu_complex64 2022-09-27T15:42:26.5513258Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logspace_cpu_float32 2022-09-27T15:42:26.5535020Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logsumexp_cpu_float32 2022-09-27T15:42:26.5732935Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_mul_cpu_complex64 2022-09-27T15:42:26.5822040Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logsumexp_cpu_float32 2022-09-27T15:42:26.5946177Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_narrow_cpu_complex64 2022-09-27T15:42:26.5949277Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_narrow_cpu_complex64 2022-09-27T15:42:26.6010517Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_long_cpu_float32 2022-09-27T15:42:26.6020706Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histogramdd_cpu_float32 2022-09-27T15:42:26.6028624Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hsplit_cpu_float32 2022-09-27T15:42:26.6071606Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_long_cpu_float32 2022-09-27T15:42:26.6262442Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hsplit_cpu_float32 2022-09-27T15:42:26.6381921Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ne_cpu_complex64 2022-09-27T15:42:26.6399027Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lt_cpu_float32 2022-09-27T15:42:26.6422253Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_ne_cpu_complex64 2022-09-27T15:42:26.6472121Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hstack_cpu_float32 2022-09-27T15:42:26.6506409Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hstack_cpu_float32 2022-09-27T15:42:26.6702967Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lt_cpu_float32 2022-09-27T15:42:26.6740238Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_neg_cpu_complex64 2022-09-27T15:42:26.6821167Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_neg_cpu_complex64 2022-09-27T15:42:26.6862084Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_cpu_float32 2022-09-27T15:42:26.6984931Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hypot_cpu_float32 2022-09-27T15:42:26.7142344Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hypot_cpu_float32 2022-09-27T15:42:26.7159180Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_cpu_complex64 2022-09-27T15:42:26.7301715Z [gw1] [ 91%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_cpu_complex64 2022-09-27T15:42:26.7336618Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_i0_cpu_float32 2022-09-27T15:42:26.7349365Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_cpu_float32 2022-09-27T15:42:26.7356283Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_i0_cpu_float32 2022-09-27T15:42:26.7374765Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_solve_cpu_float32 2022-09-27T15:42:26.7581075Z [gw3] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_solve_cpu_float32 2022-09-27T15:42:26.7593019Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_strided_cpu_complex64 2022-09-27T15:42:26.7740799Z [gw1] [ 91%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_strided_cpu_complex64 2022-09-27T15:42:26.7781868Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_igamma_cpu_float32 2022-09-27T15:42:26.7901530Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_unpack_cpu_float32 2022-09-27T15:42:26.8023205Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_igamma_cpu_float32 2022-09-27T15:42:26.8068428Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_full_cpu_complex64 2022-09-27T15:42:26.8079572Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_full_cpu_complex64 2022-09-27T15:42:26.8182758Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_unpack_cpu_float32 2022-09-27T15:42:26.8222496Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_igammac_cpu_float32 2022-09-27T15:42:26.8298890Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mH_cpu_float32 2022-09-27T15:42:26.8312179Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mH_cpu_float32 2022-09-27T15:42:26.8463038Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_igammac_cpu_float32 2022-09-27T15:42:26.8499813Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_ones_cpu_complex64 2022-09-27T15:42:26.8622559Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_ones_cpu_complex64 2022-09-27T15:42:26.8681715Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_imag_cpu_complex64 2022-09-27T15:42:26.8702311Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_imag_cpu_complex64 2022-09-27T15:42:26.8780346Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mT_cpu_float32 2022-09-27T15:42:26.8849475Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mT_cpu_float32 2022-09-27T15:42:26.8866781Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_cpu_float32 2022-09-27T15:42:26.8902447Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:42:26.8937447Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_zeros_cpu_complex64 2022-09-27T15:42:26.9062158Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_zeros_cpu_complex64 2022-09-27T15:42:26.9142253Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_add_cpu_float32 2022-09-27T15:42:26.9246590Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_fill_cpu_float32 2022-09-27T15:42:26.9297776Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_add_cpu_float32 2022-09-27T15:42:26.9341937Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_fill_cpu_float32 2022-09-27T15:42:26.9487214Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:42:26.9501742Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:42:26.9565555Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_copy_cpu_float32 2022-09-27T15:42:26.9621403Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_copy_cpu_float32 2022-09-27T15:42:26.9693391Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_scatter_cpu_float32 2022-09-27T15:42:26.9781927Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_scatter_cpu_float32 2022-09-27T15:42:26.9831045Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:42:26.9941611Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:42:26.9999181Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_fill_cpu_float32 2022-09-27T15:42:27.0061447Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_fill_cpu_float32 2022-09-27T15:42:27.0143045Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_select_cpu_float32 2022-09-27T15:42:27.0221961Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_select_cpu_float32 2022-09-27T15:42:27.0277276Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:42:27.0382108Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:42:27.0464842Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_put_cpu_float32 2022-09-27T15:42:27.0501353Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_put_cpu_float32 2022-09-27T15:42:27.0663368Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_matmul_cpu_float32 2022-09-27T15:42:27.0822589Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_norm_cpu_complex64 2022-09-27T15:42:27.0925098Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_reduce_cpu_float32 2022-09-27T15:42:27.0995497Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_norm_cpu_complex64 2022-09-27T15:42:27.1002442Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_matmul_cpu_float32 2022-09-27T15:42:27.1102439Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_matrix_exp_cpu_float32 2022-09-27T15:42:27.1139239Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ones_cpu_complex64 2022-09-27T15:42:27.1216064Z [gw1] [ 91%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view__refs_ones_cpu_complex64 2022-09-27T15:42:27.1292254Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_matrix_exp_cpu_float32 2022-09-27T15:42:27.1299474Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_reduce_cpu_float32 2022-09-27T15:42:27.1349956Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_select_cpu_float32 2022-09-27T15:42:27.1421539Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_select_cpu_float32 2022-09-27T15:42:27.1543429Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_binary_cpu_float32 2022-09-27T15:42:27.1553617Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_permute_cpu_complex64 2022-09-27T15:42:27.1595048Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_binary_cpu_float32 2022-09-27T15:42:27.1703272Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_permute_cpu_complex64 2022-09-27T15:42:27.1765654Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_inner_cpu_float32 2022-09-27T15:42:27.1864014Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_inner_cpu_float32 2022-09-27T15:42:27.1904331Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_reduction_no_dim_cpu_float32 2022-09-27T15:42:27.1982898Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_reduction_no_dim_cpu_float32 2022-09-27T15:42:27.2013549Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_positive_cpu_complex64 2022-09-27T15:42:27.2183451Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_positive_cpu_complex64 2022-09-27T15:42:27.2267656Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_int_cpu_float32 2022-09-27T15:42:27.2303318Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_int_cpu_float32 2022-09-27T15:42:27.2373569Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_reduction_with_dim_cpu_float32 2022-09-27T15:42:27.2422678Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_reduction_with_dim_cpu_float32 2022-09-27T15:42:27.2538416Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_pow_cpu_complex64 2022-09-27T15:42:27.2622116Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_pow_cpu_complex64 2022-09-27T15:42:27.2742778Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isclose_cpu_float32 2022-09-27T15:42:27.2862378Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_maximum_cpu_float32 2022-09-27T15:42:27.2929554Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_prod_cpu_complex64 2022-09-27T15:42:27.3182923Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_maximum_cpu_float32 2022-09-27T15:42:27.3266520Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mean_cpu_float32 2022-09-27T15:42:27.3301745Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_prod_cpu_complex64 2022-09-27T15:42:27.3316164Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_randn_cpu_complex64 2022-09-27T15:42:27.3400565Z [gw1] [ 91%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_randn_cpu_complex64 2022-09-27T15:42:27.3409354Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isclose_cpu_float32 2022-09-27T15:42:27.3474872Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isfinite_cpu_float32 2022-09-27T15:42:27.3491435Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mean_cpu_float32 2022-09-27T15:42:27.3622033Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isfinite_cpu_float32 2022-09-27T15:42:27.3742681Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_median_cpu_float32 2022-09-27T15:42:27.3797314Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ravel_cpu_complex64 2022-09-27T15:42:27.3862163Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_ravel_cpu_complex64 2022-09-27T15:42:27.3910768Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isin_cpu_float32 2022-09-27T15:42:27.3971433Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isin_cpu_float32 2022-09-27T15:42:27.3978057Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:42:27.4184633Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_cpu_float32 2022-09-27T15:42:27.4230335Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_real_cpu_complex64 2022-09-27T15:42:27.4303073Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_real_cpu_complex64 2022-09-27T15:42:27.4342146Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isinf_cpu_float32 2022-09-27T15:42:27.4622737Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isinf_cpu_float32 2022-09-27T15:42:27.4664640Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reciprocal_cpu_complex64 2022-09-27T15:42:27.4672324Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_median_cpu_float32 2022-09-27T15:42:27.4676627Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_reciprocal_cpu_complex64 2022-09-27T15:42:27.4742095Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:42:27.4776884Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isnan_cpu_float32 2022-09-27T15:42:27.4909768Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isnan_cpu_float32 2022-09-27T15:42:27.5061826Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:42:27.5101969Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_repeat_cpu_complex64 2022-09-27T15:42:27.5182127Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:42:27.5214099Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isneginf_cpu_float32 2022-09-27T15:42:27.5301288Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isneginf_cpu_float32 2022-09-27T15:42:27.5408552Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_repeat_cpu_complex64 2022-09-27T15:42:27.5501492Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:42:27.5536899Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_as_cpu_complex64 2022-09-27T15:42:27.5546476Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_as_cpu_complex64 2022-09-27T15:42:27.5622228Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_binary_cpu_float32 2022-09-27T15:42:27.5652277Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isposinf_cpu_float32 2022-09-27T15:42:27.5675526Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isposinf_cpu_float32 2022-09-27T15:42:27.5941457Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_binary_cpu_float32 2022-09-27T15:42:27.5982636Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_cpu_complex64 2022-09-27T15:42:27.6014748Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_reduction_no_dim_cpu_float32 2022-09-27T15:42:27.6023036Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_cpu_complex64 2022-09-27T15:42:27.6061869Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_reduction_no_dim_cpu_float32 2022-09-27T15:42:27.6118475Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isreal_cpu_float32 2022-09-27T15:42:27.6382839Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isreal_cpu_float32 2022-09-27T15:42:27.6422618Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_roll_cpu_complex64 2022-09-27T15:42:27.6515144Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_reduction_with_dim_cpu_float32 2022-09-27T15:42:27.6517390Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_roll_cpu_complex64 2022-09-27T15:42:27.6540343Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_istft_cpu_float32 2022-09-27T15:42:27.6599836Z [gw2] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_istft_cpu_float32 2022-09-27T15:42:27.6822840Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_reduction_with_dim_cpu_float32 2022-09-27T15:42:27.6862450Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rot90_cpu_complex64 2022-09-27T15:42:27.6942072Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_minimum_cpu_float32 2022-09-27T15:42:27.6970762Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:42:27.6994797Z [gw2] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:42:27.7032066Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_minimum_cpu_float32 2022-09-27T15:42:27.7263813Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_rot90_cpu_complex64 2022-09-27T15:42:27.7303378Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsqrt_cpu_complex64 2022-09-27T15:42:27.7309606Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mm_cpu_float32 2022-09-27T15:42:27.7347778Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsqrt_cpu_complex64 2022-09-27T15:42:27.7383110Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mm_cpu_float32 2022-09-27T15:42:27.7415522Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:42:27.7703275Z [gw2] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:42:27.7743507Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsub_cpu_complex64 2022-09-27T15:42:27.7840328Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mode_cpu_float32 2022-09-27T15:42:27.7864667Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_binary_cpu_float32 2022-09-27T15:42:27.7869224Z [gw2] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_binary_cpu_float32 2022-09-27T15:42:27.8146848Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsub_cpu_complex64 2022-09-27T15:42:27.8175966Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sgn_cpu_complex64 2022-09-27T15:42:27.8245688Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sgn_cpu_complex64 2022-09-27T15:42:27.8253443Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mode_cpu_float32 2022-09-27T15:42:27.8264049Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_movedim_cpu_float32 2022-09-27T15:42:27.8300108Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:42:27.8302489Z [gw2] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:42:27.8582432Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_movedim_cpu_float32 2022-09-27T15:42:27.8663041Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sigmoid_cpu_complex64 2022-09-27T15:42:27.8668648Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sigmoid_cpu_complex64 2022-09-27T15:42:27.8703238Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_msort_cpu_float32 2022-09-27T15:42:27.8710349Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_unary_cpu_float32 2022-09-27T15:42:27.8728940Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_msort_cpu_float32 2022-09-27T15:42:27.9022397Z [gw2] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_unary_cpu_float32 2022-09-27T15:42:27.9051541Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sin_cpu_complex64 2022-09-27T15:42:27.9101659Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sin_cpu_complex64 2022-09-27T15:42:27.9142083Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mul_cpu_float32 2022-09-27T15:42:27.9198228Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_kron_cpu_float32 2022-09-27T15:42:27.9221376Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_kron_cpu_float32 2022-09-27T15:42:27.9318378Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mul_cpu_float32 2022-09-27T15:42:27.9325330Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_cpu_float32 2022-09-27T15:42:27.9462017Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:42:27.9496396Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinc_cpu_complex64 2022-09-27T15:42:27.9541730Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinc_cpu_complex64 2022-09-27T15:42:27.9559882Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_multinomial_cpu_float32 2022-09-27T15:42:27.9621602Z [gw3] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_multinomial_cpu_float32 2022-09-27T15:42:27.9903061Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_kthvalue_cpu_float32 2022-09-27T15:42:27.9936760Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinh_cpu_complex64 2022-09-27T15:42:27.9982853Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinh_cpu_complex64 2022-09-27T15:42:28.0019528Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mv_cpu_float32 2022-09-27T15:42:28.0342524Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mv_cpu_float32 2022-09-27T15:42:28.0374420Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sqrt_cpu_complex64 2022-09-27T15:42:28.0422035Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sqrt_cpu_complex64 2022-09-27T15:42:28.0443590Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:42:28.0475684Z [gw3] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:42:28.0483547Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_kthvalue_cpu_float32 2022-09-27T15:42:28.0594288Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lcm_cpu_int64 2022-09-27T15:42:28.0652462Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lcm_cpu_int64 2022-09-27T15:42:28.0659523Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:42:28.0679211Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_singular_cpu_float32 2022-09-27T15:42:28.0781485Z [gw0] [ 91%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_singular_cpu_float32 2022-09-27T15:42:28.0821504Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_square_cpu_complex64 2022-09-27T15:42:28.0861109Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_square_cpu_complex64 2022-09-27T15:42:28.0878681Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:42:28.0940511Z [gw3] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:42:28.1061661Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ldexp_cpu_float32 2022-09-27T15:42:28.1080571Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_qr_cpu_float32 2022-09-27T15:42:28.1221595Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ldexp_cpu_float32 2022-09-27T15:42:28.1293250Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_squeeze_cpu_complex64 2022-09-27T15:42:28.1303583Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_squeeze_cpu_complex64 2022-09-27T15:42:28.1323623Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:42:28.1381774Z [gw3] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:42:28.1519584Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_le_cpu_float32 2022-09-27T15:42:28.1661471Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_le_cpu_float32 2022-09-27T15:42:28.1710510Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_stack_cpu_complex64 2022-09-27T15:42:28.1781087Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_stack_cpu_complex64 2022-09-27T15:42:28.1821589Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nan_to_num_cpu_float32 2022-09-27T15:42:28.1883137Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lerp_cpu_float32 2022-09-27T15:42:28.2017964Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nan_to_num_cpu_float32 2022-09-27T15:42:28.2101382Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lerp_cpu_float32 2022-09-27T15:42:28.2221462Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_cpu_complex64 2022-09-27T15:42:28.2239904Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanmean_cpu_float32 2022-09-27T15:42:28.2262345Z [gw3] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanmean_cpu_float32 2022-09-27T15:42:28.2271313Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_cpu_complex64 2022-09-27T15:42:28.2318269Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lgamma_cpu_float32 2022-09-27T15:42:28.2543738Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lgamma_cpu_float32 2022-09-27T15:42:28.2664608Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_mean_cpu_complex64 2022-09-27T15:42:28.2746422Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanmedian_cpu_float32 2022-09-27T15:42:28.2833337Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:42:28.2879932Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanmedian_cpu_float32 2022-09-27T15:42:28.2997059Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_mean_cpu_complex64 2022-09-27T15:42:28.3002063Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:42:28.3103396Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sub_cpu_complex64 2022-09-27T15:42:28.3137317Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanquantile_cpu_float32 2022-09-27T15:42:28.3160328Z [gw3] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanquantile_cpu_float32 2022-09-27T15:42:28.3223050Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sub_cpu_complex64 2022-09-27T15:42:28.3424886Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:42:28.3447694Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_cpu_complex64 2022-09-27T15:42:28.3544323Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:42:28.3632917Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nansum_cpu_float32 2022-09-27T15:42:28.3663055Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_cpu_complex64 2022-09-27T15:42:28.3863777Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:42:28.3976169Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_to_size_cpu_complex64 2022-09-27T15:42:28.4059949Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_to_size_cpu_complex64 2022-09-27T15:42:28.4102140Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:42:28.4112483Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:42:28.4119087Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nansum_cpu_float32 2022-09-27T15:42:28.4193726Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_narrow_copy_cpu_float32 2022-09-27T15:42:28.4301877Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_narrow_copy_cpu_float32 2022-09-27T15:42:28.4329650Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_t_cpu_complex64 2022-09-27T15:42:28.4400294Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_t_cpu_complex64 2022-09-27T15:42:28.4582105Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:42:28.4611574Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:42:28.4616358Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_narrow_cpu_float32 2022-09-27T15:42:28.4742495Z [gw3] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_narrow_cpu_float32 2022-09-27T15:42:28.4762428Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tan_cpu_complex64 2022-09-27T15:42:28.4784463Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:42:28.5024697Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_tan_cpu_complex64 2022-09-27T15:42:28.5028745Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_native_layer_norm_cpu_float32 2022-09-27T15:42:28.5223353Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:42:28.5263810Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tanh_cpu_complex64 2022-09-27T15:42:28.5298636Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_tanh_cpu_complex64 2022-09-27T15:42:28.5431785Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:42:28.5463791Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_native_layer_norm_cpu_float32 2022-09-27T15:42:28.5464429Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ne_cpu_float32 2022-09-27T15:42:28.5625849Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:42:28.5640363Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:42:28.5661044Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ne_cpu_float32 2022-09-27T15:42:28.5762397Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tensor_split_cpu_complex64 2022-09-27T15:42:28.5770906Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_qr_cpu_float32 2022-09-27T15:42:28.5829669Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_slogdet_cpu_float32 2022-09-27T15:42:28.5902157Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_tensor_split_cpu_complex64 2022-09-27T15:42:28.5904300Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_neg_cpu_float32 2022-09-27T15:42:28.5940609Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_batch_norm_cpu_float32 2022-09-27T15:42:28.6103396Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_neg_cpu_float32 2022-09-27T15:42:28.6219985Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_to_cpu_complex64 2022-09-27T15:42:28.6290227Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_batch_norm_cpu_float32 2022-09-27T15:42:28.6343910Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_to_cpu_complex64 2022-09-27T15:42:28.6344551Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_bilinear_cpu_float32 2022-09-27T15:42:28.6462100Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_empty_cpu_float32 2022-09-27T15:42:28.6468197Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_slogdet_cpu_float32 2022-09-27T15:42:28.6491509Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_cpu_float32 2022-09-27T15:42:28.6543035Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_empty_cpu_float32 2022-09-27T15:42:28.6571476Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_trace_cpu_complex64 2022-09-27T15:42:28.6783216Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_trace_cpu_complex64 2022-09-27T15:42:28.6866555Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_empty_strided_cpu_float32 2022-09-27T15:42:28.6876828Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_bilinear_cpu_float32 2022-09-27T15:42:28.6933100Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:42:28.6982740Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_empty_strided_cpu_float32 2022-09-27T15:42:28.7057298Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_transpose_cpu_complex64 2022-09-27T15:42:28.7107119Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_transpose_cpu_complex64 2022-09-27T15:42:28.7222212Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:42:28.7302476Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_full_cpu_float32 2022-09-27T15:42:28.7324522Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:42:28.7422931Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_full_cpu_float32 2022-09-27T15:42:28.7479302Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tril_cpu_complex64 2022-09-27T15:42:28.7664342Z [gw1] [ 91%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_tril_cpu_complex64 2022-09-27T15:42:28.7724337Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_ones_cpu_float32 2022-09-27T15:42:28.7742320Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:42:28.7762994Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_celu_cpu_float32 2022-09-27T15:42:28.7791914Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_ones_cpu_float32 2022-09-27T15:42:28.7862386Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_celu_cpu_float32 2022-09-27T15:42:28.7916994Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_triu_cpu_complex64 2022-09-27T15:42:28.8102682Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_triu_cpu_complex64 2022-09-27T15:42:28.8183115Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_zeros_cpu_float32 2022-09-27T15:42:28.8200432Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv1d_cpu_float32 2022-09-27T15:42:28.8304581Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_zeros_cpu_float32 2022-09-27T15:42:28.8435812Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_true_divide_cpu_complex64 2022-09-27T15:42:28.8546369Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_true_divide_cpu_complex64 2022-09-27T15:42:28.8550652Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv1d_cpu_float32 2022-09-27T15:42:28.8623450Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nextafter_cpu_float32 2022-09-27T15:42:28.8691185Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv2d_cpu_float32 2022-09-27T15:42:28.8743652Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nextafter_cpu_float32 2022-09-27T15:42:28.8824957Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unbind_cpu_complex64 2022-09-27T15:42:28.8984297Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_unbind_cpu_complex64 2022-09-27T15:42:28.9099800Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:42:28.9249486Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:42:28.9255751Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unflatten_cpu_complex64 2022-09-27T15:42:28.9499788Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_unflatten_cpu_complex64 2022-09-27T15:42:28.9604754Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:42:28.9679879Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:42:28.9728886Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unfold_copy_cpu_complex64 2022-09-27T15:42:28.9912497Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_unfold_copy_cpu_complex64 2022-09-27T15:42:28.9919723Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_nuc_cpu_float32 2022-09-27T15:42:29.0110891Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_nuc_cpu_float32 2022-09-27T15:42:29.0166824Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unsqueeze_cpu_complex64 2022-09-27T15:42:29.0244281Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_unsqueeze_cpu_complex64 2022-09-27T15:42:29.0251808Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv2d_cpu_float32 2022-09-27T15:42:29.0301935Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:42:29.0403206Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_normal_cpu_float32 2022-09-27T15:42:29.0443049Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_normal_cpu_float32 2022-09-27T15:42:29.0501760Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:42:29.0605250Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_cpu_complex64 2022-09-27T15:42:29.0661498Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_cpu_complex64 2022-09-27T15:42:29.0742216Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:42:29.0792146Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_normal_number_mean_cpu_float32 2022-09-27T15:42:29.0912613Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_normal_number_mean_cpu_float32 2022-09-27T15:42:29.0941095Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:42:29.1102206Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_mean_cpu_complex64 2022-09-27T15:42:29.1146658Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:42:29.1183306Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_mean_cpu_complex64 2022-09-27T15:42:29.1234670Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ones_cpu_float32 2022-09-27T15:42:29.1322885Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ones_cpu_float32 2022-09-27T15:42:29.1381454Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:42:29.1415397Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_as_cpu_complex64 2022-09-27T15:42:29.1541493Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_as_cpu_complex64 2022-09-27T15:42:29.1622279Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:42:29.1771271Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ones_like_cpu_float32 2022-09-27T15:42:29.1822429Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ones_like_cpu_float32 2022-09-27T15:42:29.1885806Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_cpu_complex64 2022-09-27T15:42:29.1922994Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_cpu_complex64 2022-09-27T15:42:29.1981314Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:42:29.2062619Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:42:29.2262079Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ormqr_cpu_float32 2022-09-27T15:42:29.2309967Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_vsplit_cpu_complex64 2022-09-27T15:42:29.2313376Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:42:29.2422484Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_vsplit_cpu_complex64 2022-09-27T15:42:29.2704250Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:42:29.2747837Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_vstack_cpu_complex64 2022-09-27T15:42:29.3145355Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_vstack_cpu_complex64 2022-09-27T15:42:29.3180908Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_where_cpu_complex64 2022-09-27T15:42:29.3188456Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:42:29.3209119Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:42:29.3254601Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:42:29.3421542Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_where_cpu_complex64 2022-09-27T15:42:29.3428822Z [gw0] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_cpu_float32 2022-09-27T15:42:29.3585092Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_ex_cpu_float32 2022-09-27T15:42:29.3614975Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_zeros_cpu_complex64 2022-09-27T15:42:29.3624095Z [gw1] [ 92%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view__refs_zeros_cpu_complex64 2022-09-27T15:42:29.3904541Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout2d_cpu_float32 2022-09-27T15:42:29.4025403Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout2d_cpu_float32 2022-09-27T15:42:29.4062391Z test_ops.py::TestMathBitsCPU::test_conj_view_abs_cpu_complex64 2022-09-27T15:42:29.4071909Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_abs_cpu_complex64 2022-09-27T15:42:29.4421672Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout3d_cpu_float32 2022-09-27T15:42:29.4463650Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout3d_cpu_float32 2022-09-27T15:42:29.4525034Z test_ops.py::TestMathBitsCPU::test_conj_view_acos_cpu_complex64 2022-09-27T15:42:29.4542131Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_acos_cpu_complex64 2022-09-27T15:42:29.4880674Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout_cpu_float32 2022-09-27T15:42:29.4902413Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout_cpu_float32 2022-09-27T15:42:29.4961529Z test_ops.py::TestMathBitsCPU::test_conj_view_acosh_cpu_complex64 2022-09-27T15:42:29.4982112Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_acosh_cpu_complex64 2022-09-27T15:42:29.5030804Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_elu_cpu_float32 2022-09-27T15:42:29.5344986Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_elu_cpu_float32 2022-09-27T15:42:29.5422847Z test_ops.py::TestMathBitsCPU::test_conj_view_add_cpu_complex64 2022-09-27T15:42:29.5447534Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:42:29.5583889Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:42:29.5783749Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_add_cpu_complex64 2022-09-27T15:42:29.5901598Z test_ops.py::TestMathBitsCPU::test_conj_view_addbmm_cpu_complex64 2022-09-27T15:42:29.6060803Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_embedding_cpu_float32 2022-09-27T15:42:29.6356651Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_embedding_cpu_float32 2022-09-27T15:42:29.6526202Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:42:29.6713523Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:42:29.6726132Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addbmm_cpu_complex64 2022-09-27T15:42:29.6892369Z test_ops.py::TestMathBitsCPU::test_conj_view_addcdiv_cpu_complex64 2022-09-27T15:42:29.6959440Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:42:29.6965214Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addcdiv_cpu_complex64 2022-09-27T15:42:29.7142843Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:42:29.7182240Z test_ops.py::TestMathBitsCPU::test_conj_view_addcmul_cpu_complex64 2022-09-27T15:42:29.7362123Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:42:29.7584052Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addcmul_cpu_complex64 2022-09-27T15:42:29.7698121Z test_ops.py::TestMathBitsCPU::test_conj_view_addmm_cpu_complex64 2022-09-27T15:42:29.8023795Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addmm_cpu_complex64 2022-09-27T15:42:29.8178727Z test_ops.py::TestMathBitsCPU::test_conj_view_addmm_decomposed_cpu_complex64 2022-09-27T15:42:29.8342093Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addmm_decomposed_cpu_complex64 2022-09-27T15:42:29.8351357Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:42:29.8504508Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:42:29.8678059Z test_ops.py::TestMathBitsCPU::test_conj_view_addmv_cpu_complex64 2022-09-27T15:42:29.8943708Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addmv_cpu_complex64 2022-09-27T15:42:29.9083966Z test_ops.py::TestMathBitsCPU::test_conj_view_addr_cpu_complex64 2022-09-27T15:42:29.9383604Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addr_cpu_complex64 2022-09-27T15:42:29.9448855Z test_ops.py::TestMathBitsCPU::test_conj_view_all_cpu_complex64 2022-09-27T15:42:29.9624451Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_all_cpu_complex64 2022-09-27T15:42:29.9631683Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:42:29.9784788Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:42:29.9791437Z [gw0] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_ex_cpu_float32 2022-09-27T15:42:29.9824049Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_triangular_cpu_float32 2022-09-27T15:42:29.9989231Z test_ops.py::TestMathBitsCPU::test_conj_view_allclose_cpu_complex64 2022-09-27T15:42:30.0263983Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_allclose_cpu_complex64 2022-09-27T15:42:30.0309395Z test_ops.py::TestMathBitsCPU::test_conj_view_angle_cpu_complex64 2022-09-27T15:42:30.0704632Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_angle_cpu_complex64 2022-09-27T15:42:30.0780388Z test_ops.py::TestMathBitsCPU::test_conj_view_any_cpu_complex64 2022-09-27T15:42:30.1183418Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_any_cpu_complex64 2022-09-27T15:42:30.1350452Z test_ops.py::TestMathBitsCPU::test_conj_view_argwhere_cpu_complex64 2022-09-27T15:42:30.1665097Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_argwhere_cpu_complex64 2022-09-27T15:42:30.1687042Z test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_cpu_complex64 2022-09-27T15:42:30.2104415Z [gw1] [ 92%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_cpu_complex64 2022-09-27T15:42:30.2122856Z test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_scatter_cpu_complex64 2022-09-27T15:42:30.2546981Z [gw1] [ 92%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_scatter_cpu_complex64 2022-09-27T15:42:30.2607573Z test_ops.py::TestMathBitsCPU::test_conj_view_asin_cpu_complex64 2022-09-27T15:42:30.2984498Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_asin_cpu_complex64 2022-09-27T15:42:30.3041577Z test_ops.py::TestMathBitsCPU::test_conj_view_asinh_cpu_complex64 2022-09-27T15:42:30.3425009Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_asinh_cpu_complex64 2022-09-27T15:42:30.3480298Z test_ops.py::TestMathBitsCPU::test_conj_view_atan_cpu_complex64 2022-09-27T15:42:30.3865049Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_atan_cpu_complex64 2022-09-27T15:42:30.3921351Z test_ops.py::TestMathBitsCPU::test_conj_view_atanh_cpu_complex64 2022-09-27T15:42:30.4336628Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_atanh_cpu_complex64 2022-09-27T15:42:30.4424344Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_1d_cpu_complex64 2022-09-27T15:42:30.4746919Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_atleast_1d_cpu_complex64 2022-09-27T15:42:30.4881599Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_2d_cpu_complex64 2022-09-27T15:42:30.5186541Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_atleast_2d_cpu_complex64 2022-09-27T15:42:30.5322059Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_3d_cpu_complex64 2022-09-27T15:42:30.5582414Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_atleast_3d_cpu_complex64 2022-09-27T15:42:30.5592346Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ormqr_cpu_float32 2022-09-27T15:42:30.5627691Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_outer_cpu_float32 2022-09-27T15:42:30.5632326Z test_ops.py::TestMathBitsCPU::test_conj_view_baddbmm_cpu_complex64 2022-09-27T15:42:30.6101668Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_outer_cpu_float32 2022-09-27T15:42:30.6468052Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pca_lowrank_cpu_float32 2022-09-27T15:42:30.6481571Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:42:30.6605418Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_gelu_cpu_float32 2022-09-27T15:42:30.6925316Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_gelu_cpu_float32 2022-09-27T15:42:30.7456181Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_glu_cpu_float32 2022-09-27T15:42:30.7465826Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_glu_cpu_float32 2022-09-27T15:42:30.8871871Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_grid_sample_cpu_float32 2022-09-27T15:42:30.8913376Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_baddbmm_cpu_complex64 2022-09-27T15:42:30.9012411Z test_ops.py::TestMathBitsCPU::test_conj_view_bfloat16_cpu_complex64 2022-09-27T15:42:30.9377330Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_bfloat16_cpu_complex64 2022-09-27T15:42:30.9636048Z test_ops.py::TestMathBitsCPU::test_conj_view_block_diag_cpu_complex64 2022-09-27T15:42:30.9820383Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_block_diag_cpu_complex64 2022-09-27T15:42:30.9836110Z test_ops.py::TestMathBitsCPU::test_conj_view_bmm_cpu_complex64 2022-09-27T15:42:31.0230169Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_bmm_cpu_complex64 2022-09-27T15:42:31.0252347Z test_ops.py::TestMathBitsCPU::test_conj_view_bool_cpu_complex64 2022-09-27T15:42:31.0663242Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_bool_cpu_complex64 2022-09-27T15:42:31.0694952Z test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_tensors_cpu_complex64 2022-09-27T15:42:31.1101899Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_tensors_cpu_complex64 2022-09-27T15:42:31.1187996Z test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_to_cpu_complex64 2022-09-27T15:42:31.1542510Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_to_cpu_complex64 2022-09-27T15:42:31.1571830Z test_ops.py::TestMathBitsCPU::test_conj_view_byte_cpu_complex64 2022-09-27T15:42:31.1983071Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_byte_cpu_complex64 2022-09-27T15:42:31.2027321Z test_ops.py::TestMathBitsCPU::test_conj_view_cartesian_prod_cpu_complex64 2022-09-27T15:42:31.2369095Z [gw1] [ 92%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_cartesian_prod_cpu_complex64 2022-09-27T15:42:31.2374150Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_grid_sample_cpu_float32 2022-09-27T15:42:31.2422540Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_group_norm_cpu_float32 2022-09-27T15:42:31.2480590Z test_ops.py::TestMathBitsCPU::test_conj_view_cat_cpu_complex64 2022-09-27T15:42:31.2525210Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_group_norm_cpu_float32 2022-09-27T15:42:31.2822151Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cat_cpu_complex64 2022-09-27T15:42:31.2863966Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardshrink_cpu_float32 2022-09-27T15:42:31.2899738Z test_ops.py::TestMathBitsCPU::test_conj_view_chalf_cpu_complex64 2022-09-27T15:42:31.2979130Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardshrink_cpu_float32 2022-09-27T15:42:31.3265743Z [gw1] [ 92%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_chalf_cpu_complex64 2022-09-27T15:42:31.3315798Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:42:31.3344253Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:42:31.3399633Z test_ops.py::TestMathBitsCPU::test_conj_view_char_cpu_complex64 2022-09-27T15:42:31.3705521Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_char_cpu_complex64 2022-09-27T15:42:31.3771200Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardswish_cpu_float32 2022-09-27T15:42:31.3784395Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardswish_cpu_float32 2022-09-27T15:42:31.4148591Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_cpu_complex64 2022-09-27T15:42:31.4154676Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardtanh_cpu_float32 2022-09-27T15:42:31.4229917Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_cpu_complex64 2022-09-27T15:42:31.4230764Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_inverse_cpu_complex64 2022-09-27T15:42:31.4450943Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardtanh_cpu_float32 2022-09-27T15:42:31.4584290Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_inverse_cpu_complex64 2022-09-27T15:42:31.4665476Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:42:31.4975890Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_solve_cpu_complex64 2022-09-27T15:42:31.5048212Z [gw1] [ 92%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_solve_cpu_complex64 2022-09-27T15:42:31.5056567Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:42:31.5103757Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_huber_loss_cpu_float32 2022-09-27T15:42:31.5179947Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:42:31.5233291Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:42:31.5462898Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_huber_loss_cpu_float32 2022-09-27T15:42:31.5581224Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_instance_norm_cpu_float32 2022-09-27T15:42:31.5583249Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:42:31.5970710Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:42:31.5986084Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_instance_norm_cpu_float32 2022-09-27T15:42:31.6025298Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:42:31.6028349Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:42:31.6151566Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:42:31.6430045Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:42:31.6430831Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:42:31.6445061Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:42:31.6643389Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:42:31.6865894Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:42:31.6869041Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:42:31.6880491Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:42:31.7074623Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:42:31.7307333Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:42:31.7307841Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:42:31.7354060Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:42:31.7509962Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:42:31.7743659Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:42:31.7745906Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_xlog1py_cpu_float32 2022-09-27T15:42:31.7874565Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:42:31.8183367Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_xlog1py_cpu_float32 2022-09-27T15:42:31.8233240Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_zeta_cpu_float32 2022-09-27T15:42:31.8244177Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:42:31.8383244Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:42:31.8442556Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_zeta_cpu_float32 2022-09-27T15:42:31.8622284Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:42:31.8663320Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_cpu_float32 2022-09-27T15:42:31.8669331Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_cpu_float32 2022-09-27T15:42:31.8992463Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_kl_div_cpu_float32 2022-09-27T15:42:31.9061724Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_kl_div_cpu_float32 2022-09-27T15:42:31.9102920Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_list_args_cpu_float32 2022-09-27T15:42:31.9131366Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_l1_loss_cpu_float32 2022-09-27T15:42:31.9219847Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_list_args_cpu_float32 2022-09-27T15:42:31.9503391Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_l1_loss_cpu_float32 2022-09-27T15:42:31.9543686Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_with_sizes_cpu_float32 2022-09-27T15:42:31.9590169Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_layer_norm_cpu_float32 2022-09-27T15:42:31.9719205Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_with_sizes_cpu_float32 2022-09-27T15:42:31.9942673Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_layer_norm_cpu_float32 2022-09-27T15:42:31.9974220Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sqrt_cpu_float32 2022-09-27T15:42:31.9982137Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sqrt_cpu_float32 2022-09-27T15:42:32.0076631Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:42:32.0382843Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:42:32.0432382Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_square_cpu_float32 2022-09-27T15:42:32.0463476Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_square_cpu_float32 2022-09-27T15:42:32.0822488Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_linear_cpu_float32 2022-09-27T15:42:32.0942142Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_squeeze_cpu_float32 2022-09-27T15:42:32.1137799Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_squeeze_cpu_float32 2022-09-27T15:42:32.1145797Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_linear_cpu_float32 2022-09-27T15:42:32.1336753Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:42:32.1486824Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_stack_cpu_float32 2022-09-27T15:42:32.1820501Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_stack_cpu_float32 2022-09-27T15:42:32.1929149Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_std_cpu_float32 2022-09-27T15:42:32.2016496Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_std_cpu_float32 2022-09-27T15:42:32.2027792Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:42:32.2105326Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:42:32.2182205Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:42:32.2408408Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_std_mean_cpu_float32 2022-09-27T15:42:32.2462213Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_std_mean_cpu_float32 2022-09-27T15:42:32.2622572Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:42:32.2950900Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_stft_cpu_float32 2022-09-27T15:42:32.3062962Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_stft_cpu_float32 2022-09-27T15:42:32.3073658Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sub_cpu_float32 2022-09-27T15:42:32.3080936Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:42:32.3101041Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:42:32.3279666Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:42:32.3504320Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sub_cpu_float32 2022-09-27T15:42:32.3508887Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:42:32.3794238Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sum_cpu_float32 2022-09-27T15:42:32.3945483Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sum_cpu_float32 2022-09-27T15:42:32.4177166Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sum_to_size_cpu_float32 2022-09-27T15:42:32.4383756Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sum_to_size_cpu_float32 2022-09-27T15:42:33.0578992Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_svd_cpu_float32 2022-09-27T15:42:33.0604606Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_svd_cpu_float32 2022-09-27T15:42:34.9161047Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_svd_lowrank_cpu_float32 2022-09-27T15:42:34.9247114Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pca_lowrank_cpu_float32 2022-09-27T15:42:34.9365603Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_permute_cpu_float32 2022-09-27T15:42:34.9698800Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_permute_cpu_float32 2022-09-27T15:42:35.0175533Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pinverse_cpu_float32 2022-09-27T15:42:35.0187573Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pinverse_cpu_float32 2022-09-27T15:42:35.1214509Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polar_cpu_float32 2022-09-27T15:42:35.1226374Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polar_cpu_float32 2022-09-27T15:42:35.1500218Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:42:35.1749329Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:42:35.1871191Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:42:35.2145543Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:42:35.2306446Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:42:35.2584340Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:42:35.2744927Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:42:35.3022874Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:42:35.3183562Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:42:35.3466065Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:42:35.3524994Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_positive_cpu_float32 2022-09-27T15:42:35.3907604Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_positive_cpu_float32 2022-09-27T15:42:35.4096919Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pow_cpu_float32 2022-09-27T15:42:35.4420759Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pow_cpu_float32 2022-09-27T15:42:35.4899289Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_prod_cpu_float32 2022-09-27T15:42:35.4948627Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_prod_cpu_float32 2022-09-27T15:42:35.5174912Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_put_cpu_float32 2022-09-27T15:42:35.5187806Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:42:35.5257702Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:42:35.5382587Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_put_cpu_float32 2022-09-27T15:42:35.6464437Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_qr_cpu_float32 2022-09-27T15:42:35.6518635Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_qr_cpu_float32 2022-09-27T15:42:35.6550623Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_quantile_cpu_float32 2022-09-27T15:42:35.6944971Z [gw3] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_quantile_cpu_float32 2022-09-27T15:42:35.7002963Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rad2deg_cpu_float32 2022-09-27T15:42:35.7386078Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rad2deg_cpu_float32 2022-09-27T15:42:35.7583751Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rand_like_cpu_float32 2022-09-27T15:42:35.7922010Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rand_like_cpu_float32 2022-09-27T15:42:35.8163326Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randint_like_cpu_float32 2022-09-27T15:42:35.8303964Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randint_like_cpu_float32 2022-09-27T15:42:35.8356860Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randn_cpu_float32 2022-09-27T15:42:35.8821504Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randn_cpu_float32 2022-09-27T15:42:35.8957500Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randn_like_cpu_float32 2022-09-27T15:42:35.9245684Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randn_like_cpu_float32 2022-09-27T15:42:35.9298469Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ravel_cpu_float32 2022-09-27T15:42:35.9663053Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ravel_cpu_float32 2022-09-27T15:42:35.9717095Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_real_cpu_float32 2022-09-27T15:42:36.0161997Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_real_cpu_float32 2022-09-27T15:42:36.0162669Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reciprocal_cpu_float32 2022-09-27T15:42:36.0589653Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reciprocal_cpu_float32 2022-09-27T15:42:36.0692000Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_remainder_cpu_float32 2022-09-27T15:42:36.1100980Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_remainder_cpu_float32 2022-09-27T15:42:36.1105910Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_renorm_cpu_float32 2022-09-27T15:42:36.1516535Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_renorm_cpu_float32 2022-09-27T15:42:36.1945447Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_repeat_cpu_float32 2022-09-27T15:42:36.1966646Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_repeat_cpu_float32 2022-09-27T15:42:36.1997272Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_repeat_interleave_cpu_float32 2022-09-27T15:42:36.2459830Z [gw3] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_repeat_interleave_cpu_float32 2022-09-27T15:42:36.2506503Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reshape_as_cpu_float32 2022-09-27T15:42:36.2918720Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reshape_as_cpu_float32 2022-09-27T15:42:36.2971389Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reshape_cpu_float32 2022-09-27T15:42:36.3427645Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reshape_cpu_float32 2022-09-27T15:42:36.3435509Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resize__cpu_float32 2022-09-27T15:42:36.3919266Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resize__cpu_float32 2022-09-27T15:42:36.3920890Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resize_as__cpu_float32 2022-09-27T15:42:36.4360405Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resize_as__cpu_float32 2022-09-27T15:42:36.4365354Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resolve_conj_cpu_float32 2022-09-27T15:42:36.4837950Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resolve_conj_cpu_float32 2022-09-27T15:42:36.4842785Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resolve_neg_cpu_float32 2022-09-27T15:42:36.5359589Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resolve_neg_cpu_float32 2022-09-27T15:42:36.5543161Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_roll_cpu_float32 2022-09-27T15:42:36.5785894Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_roll_cpu_float32 2022-09-27T15:42:36.6282701Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rot90_cpu_float32 2022-09-27T15:42:36.6342070Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rot90_cpu_float32 2022-09-27T15:42:36.6383270Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_cpu_float32 2022-09-27T15:42:36.6743612Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_cpu_float32 2022-09-27T15:42:36.6807112Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_0_cpu_float32 2022-09-27T15:42:36.7183821Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_0_cpu_float32 2022-09-27T15:42:36.7247858Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_3_cpu_float32 2022-09-27T15:42:36.7625012Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_3_cpu_float32 2022-09-27T15:42:36.7686657Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_neg_3_cpu_float32 2022-09-27T15:42:36.8063647Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_neg_3_cpu_float32 2022-09-27T15:42:36.8128236Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rsqrt_cpu_float32 2022-09-27T15:42:36.8506351Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rsqrt_cpu_float32 2022-09-27T15:42:36.8752760Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rsub_cpu_float32 2022-09-27T15:42:36.8942994Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rsub_cpu_float32 2022-09-27T15:42:36.9113310Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_add_cpu_float32 2022-09-27T15:42:36.9383143Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_add_cpu_float32 2022-09-27T15:42:36.9861641Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_cpu_float32 2022-09-27T15:42:36.9869234Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_cpu_float32 2022-09-27T15:42:37.0328093Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_amax_cpu_float32 2022-09-27T15:42:37.0340758Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_amax_cpu_float32 2022-09-27T15:42:37.0698907Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_amin_cpu_float32 2022-09-27T15:42:37.0743071Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_amin_cpu_float32 2022-09-27T15:42:37.1110969Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_mean_cpu_float32 2022-09-27T15:42:37.1183054Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_mean_cpu_float32 2022-09-27T15:42:37.1724181Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_prod_cpu_float32 2022-09-27T15:42:37.1742158Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_prod_cpu_float32 2022-09-27T15:42:37.2119564Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_sum_cpu_float32 2022-09-27T15:42:37.2155886Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_sum_cpu_float32 2022-09-27T15:42:38.1079666Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_searchsorted_cpu_float32 2022-09-27T15:42:38.1085912Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_svd_lowrank_cpu_float32 2022-09-27T15:42:38.1993581Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_symeig_cpu_float32 2022-09-27T15:42:38.2004695Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_symeig_cpu_float32 2022-09-27T15:42:38.2066633Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_t_cpu_float32 2022-09-27T15:42:38.2425002Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_t_cpu_float32 2022-09-27T15:42:38.2535891Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_take_along_dim_cpu_float32 2022-09-27T15:42:38.2863701Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_take_along_dim_cpu_float32 2022-09-27T15:42:38.3799013Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_take_cpu_float32 2022-09-27T15:42:38.3816135Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_take_cpu_float32 2022-09-27T15:42:38.3852836Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tan_cpu_float32 2022-09-27T15:42:38.4226224Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tan_cpu_float32 2022-09-27T15:42:38.4278515Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tanh_cpu_float32 2022-09-27T15:42:38.4663382Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tanh_cpu_float32 2022-09-27T15:42:38.4703200Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tensor_split_cpu_float32 2022-09-27T15:42:38.5103877Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tensor_split_cpu_float32 2022-09-27T15:42:38.5228198Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tensordot_cpu_float32 2022-09-27T15:42:38.5583582Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tensordot_cpu_float32 2022-09-27T15:42:38.6281380Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tile_cpu_float32 2022-09-27T15:42:38.6331130Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tile_cpu_float32 2022-09-27T15:42:38.6723585Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_to_cpu_float32 2022-09-27T15:42:38.6742650Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_to_cpu_float32 2022-09-27T15:42:38.6766763Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_to_sparse_cpu_float32 2022-09-27T15:42:38.7223722Z [gw1] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_to_sparse_cpu_float32 2022-09-27T15:42:38.7367359Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_topk_cpu_float32 2022-09-27T15:42:38.7380562Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_searchsorted_cpu_float32 2022-09-27T15:42:38.7405484Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_segment_reduce_lengths_cpu_float32 2022-09-27T15:42:38.7415470Z [gw3] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_segment_reduce_lengths_cpu_float32 2022-09-27T15:42:38.7661800Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_topk_cpu_float32 2022-09-27T15:42:38.7690575Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trace_cpu_float32 2022-09-27T15:42:38.7782145Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trace_cpu_float32 2022-09-27T15:42:38.8103262Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_segment_reduce_offsets_cpu_float32 2022-09-27T15:42:38.8233005Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_transpose_cpu_float32 2022-09-27T15:42:38.8543534Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_transpose_cpu_float32 2022-09-27T15:42:38.8882873Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trapezoid_cpu_float32 2022-09-27T15:42:38.8983363Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trapezoid_cpu_float32 2022-09-27T15:42:38.9208459Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trapz_cpu_float32 2022-09-27T15:42:38.9423837Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trapz_cpu_float32 2022-09-27T15:42:38.9739155Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triangular_solve_cpu_float32 2022-09-27T15:42:38.9864999Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triangular_solve_cpu_float32 2022-09-27T15:42:39.0065008Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tril_cpu_float32 2022-09-27T15:42:39.0343673Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tril_cpu_float32 2022-09-27T15:42:39.0451977Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tril_indices_cpu_int64 2022-09-27T15:42:39.0783838Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tril_indices_cpu_int64 2022-09-27T15:42:39.0888262Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triu_cpu_float32 2022-09-27T15:42:39.1223060Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triu_cpu_float32 2022-09-27T15:42:39.1331013Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triu_indices_cpu_int64 2022-09-27T15:42:39.1664386Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triu_indices_cpu_int64 2022-09-27T15:42:39.1802399Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_true_divide_cpu_float32 2022-09-27T15:42:39.2104214Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_true_divide_cpu_float32 2022-09-27T15:42:39.2145766Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trunc_cpu_float32 2022-09-27T15:42:39.2543226Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trunc_cpu_float32 2022-09-27T15:42:39.2698787Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unbind_cpu_float32 2022-09-27T15:42:39.2983439Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unbind_cpu_float32 2022-09-27T15:42:39.3145552Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unflatten_cpu_float32 2022-09-27T15:42:39.3423594Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unflatten_cpu_float32 2022-09-27T15:42:39.3736829Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unfold_cpu_float32 2022-09-27T15:42:39.3863667Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unfold_cpu_float32 2022-09-27T15:42:39.3956657Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_uniform_cpu_float32 2022-09-27T15:42:39.4208386Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_uniform_cpu_float32 2022-09-27T15:42:39.4219971Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_segment_reduce_offsets_cpu_float32 2022-09-27T15:42:39.4301952Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_select_cpu_float32 2022-09-27T15:42:39.4311419Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_select_cpu_float32 2022-09-27T15:42:39.4682595Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unique_consecutive_cpu_float32 2022-09-27T15:42:39.4728733Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_select_scatter_cpu_float32 2022-09-27T15:42:39.5068293Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_select_scatter_cpu_float32 2022-09-27T15:42:39.5112493Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sgn_cpu_float32 2022-09-27T15:42:39.5503072Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sgn_cpu_float32 2022-09-27T15:42:39.5624937Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_short_cpu_float32 2022-09-27T15:42:39.5943966Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_short_cpu_float32 2022-09-27T15:42:39.5992596Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sigmoid_cpu_float32 2022-09-27T15:42:39.6384846Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sigmoid_cpu_float32 2022-09-27T15:42:39.6401088Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sign_cpu_float32 2022-09-27T15:42:39.6407041Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unique_consecutive_cpu_float32 2022-09-27T15:42:39.6441539Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unique_cpu_float32 2022-09-27T15:42:39.6825814Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sign_cpu_float32 2022-09-27T15:42:39.6857904Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_signbit_cpu_float32 2022-09-27T15:42:39.7264345Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_signbit_cpu_float32 2022-09-27T15:42:39.7304832Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sin_cpu_float32 2022-09-27T15:42:39.7704654Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sin_cpu_float32 2022-09-27T15:42:39.7760970Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sinc_cpu_float32 2022-09-27T15:42:39.8143237Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sinc_cpu_float32 2022-09-27T15:42:39.8175090Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sinh_cpu_float32 2022-09-27T15:42:39.8584185Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sinh_cpu_float32 2022-09-27T15:42:39.8744189Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_slice_scatter_cpu_float32 2022-09-27T15:42:39.9023324Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_slice_scatter_cpu_float32 2022-09-27T15:42:39.9104433Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_softmax_cpu_float32 2022-09-27T15:42:39.9463098Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_softmax_cpu_float32 2022-09-27T15:42:39.9569620Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_softmax_with_dtype_cpu_float32 2022-09-27T15:42:39.9905844Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_softmax_with_dtype_cpu_float32 2022-09-27T15:42:40.0496750Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sort_cpu_float32 2022-09-27T15:42:40.0507834Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unique_cpu_float32 2022-09-27T15:42:40.0560578Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unsqueeze_cpu_float32 2022-09-27T15:42:40.0568513Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sort_cpu_float32 2022-09-27T15:42:40.0591132Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sparse_sampled_addmm_cpu_float32 2022-09-27T15:42:40.0609939Z [gw3] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sparse_sampled_addmm_cpu_float32 2022-09-27T15:42:40.0942285Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unsqueeze_cpu_float32 2022-09-27T15:42:40.0982582Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_var_cpu_float32 2022-09-27T15:42:40.1031148Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_airy_ai_cpu_float32 2022-09-27T15:42:40.1060688Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_airy_ai_cpu_float32 2022-09-27T15:42:40.1382615Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_var_cpu_float32 2022-09-27T15:42:40.1422973Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_var_mean_cpu_float32 2022-09-27T15:42:40.1491346Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_j0_cpu_float32 2022-09-27T15:42:40.1555899Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_j0_cpu_float32 2022-09-27T15:42:40.1822874Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_var_mean_cpu_float32 2022-09-27T15:42:40.1854636Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vdot_cpu_float32 2022-09-27T15:42:40.1902351Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vdot_cpu_float32 2022-09-27T15:42:40.1946747Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_j1_cpu_float32 2022-09-27T15:42:40.2262797Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_j1_cpu_float32 2022-09-27T15:42:40.2291918Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_complex_cpu_float32 2022-09-27T15:42:40.2343350Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_complex_cpu_float32 2022-09-27T15:42:40.2388577Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_y0_cpu_float32 2022-09-27T15:42:40.2704259Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_y0_cpu_float32 2022-09-27T15:42:40.2776592Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_cpu_float32 2022-09-27T15:42:40.2784970Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_cpu_float32 2022-09-27T15:42:40.2836418Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_y1_cpu_float32 2022-09-27T15:42:40.3186145Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_y1_cpu_float32 2022-09-27T15:42:40.3227647Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_real_cpu_complex64 2022-09-27T15:42:40.3240221Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:42:40.3409341Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_real_cpu_complex64 2022-09-27T15:42:40.3624438Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:42:40.3662698Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_cpu_float32 2022-09-27T15:42:40.3763017Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:42:40.3798377Z [gw1] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_cpu_float32 2022-09-27T15:42:40.4063499Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:42:40.4102383Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vsplit_cpu_float32 2022-09-27T15:42:40.4118722Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:42:40.4144830Z [gw3] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:42:40.4503800Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vsplit_cpu_float32 2022-09-27T15:42:40.4544198Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vstack_cpu_float32 2022-09-27T15:42:40.4558301Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:42:40.4588737Z [gw3] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:42:40.4943564Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vstack_cpu_float32 2022-09-27T15:42:40.4983724Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_where_cpu_float32 2022-09-27T15:42:40.5029094Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_entr_cpu_float32 2022-09-27T15:42:40.5100566Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_entr_cpu_float32 2022-09-27T15:42:40.5385262Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_where_cpu_float32 2022-09-27T15:42:40.5423618Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_xlogy_cpu_float32 2022-09-27T15:42:40.5504509Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_erfcx_cpu_float32 2022-09-27T15:42:40.5592370Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_erfcx_cpu_float32 2022-09-27T15:42:40.5826556Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_xlogy_cpu_float32 2022-09-27T15:42:40.5868807Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zero__cpu_float32 2022-09-27T15:42:40.5903061Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:42:40.6057735Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zero__cpu_float32 2022-09-27T15:42:40.6265595Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:42:40.6303312Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zeros_cpu_float32 2022-09-27T15:42:40.6317775Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:42:40.6478248Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zeros_cpu_float32 2022-09-27T15:42:40.6704004Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:42:40.6756375Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zeros_like_cpu_float32 2022-09-27T15:42:40.6812879Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i0e_cpu_float32 2022-09-27T15:42:40.6840365Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i0e_cpu_float32 2022-09-27T15:42:40.7143512Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zeros_like_cpu_float32 2022-09-27T15:42:40.7247663Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_baddbmm_cpu_float32 2022-09-27T15:42:40.7250485Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i1_cpu_float32 2022-09-27T15:42:40.7251724Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i1_cpu_float32 2022-09-27T15:42:40.7585277Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_baddbmm_cpu_float32 2022-09-27T15:42:40.7624364Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bernoulli_cpu_float32 2022-09-27T15:42:40.7661955Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i1e_cpu_float32 2022-09-27T15:42:40.7673051Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bernoulli_cpu_float32 2022-09-27T15:42:40.8023023Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i1e_cpu_float32 2022-09-27T15:42:40.8064477Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bfloat16_cpu_float32 2022-09-27T15:42:40.8096949Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:42:40.8196898Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bfloat16_cpu_float32 2022-09-27T15:42:40.8463279Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:42:40.8503439Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bincount_cpu_int64 2022-09-27T15:42:40.8521559Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:42:40.8561097Z [gw3] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:42:40.8902821Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bincount_cpu_int64 2022-09-27T15:42:40.8942869Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_and_cpu_int64 2022-09-27T15:42:40.9008710Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_log_ndtr_cpu_float32 2022-09-27T15:42:40.9009455Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_and_cpu_int64 2022-09-27T15:42:40.9345139Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_log_ndtr_cpu_float32 2022-09-27T15:42:40.9385769Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_left_shift_cpu_int64 2022-09-27T15:42:40.9443353Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_i0_cpu_float32 2022-09-27T15:42:40.9446702Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_i0_cpu_float32 2022-09-27T15:42:40.9784780Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_left_shift_cpu_int64 2022-09-27T15:42:40.9825480Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_not_cpu_int64 2022-09-27T15:42:40.9831206Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_not_cpu_int64 2022-09-27T15:42:40.9877798Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_i1_cpu_float32 2022-09-27T15:42:41.0226141Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_i1_cpu_float32 2022-09-27T15:42:41.0266205Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_or_cpu_int64 2022-09-27T15:42:41.0325541Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_k0_cpu_float32 2022-09-27T15:42:41.0351119Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_or_cpu_int64 2022-09-27T15:42:41.0664475Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_k0_cpu_float32 2022-09-27T15:42:41.0704827Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_right_shift_cpu_int64 2022-09-27T15:42:41.0768559Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_k1_cpu_float32 2022-09-27T15:42:41.0775414Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_right_shift_cpu_int64 2022-09-27T15:42:41.1105034Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_k1_cpu_float32 2022-09-27T15:42:41.1143691Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_xor_cpu_int64 2022-09-27T15:42:41.1224781Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_ndtr_cpu_float32 2022-09-27T15:42:41.1242397Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_xor_cpu_int64 2022-09-27T15:42:41.1543640Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_ndtr_cpu_float32 2022-09-27T15:42:41.1583163Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_block_diag_cpu_float32 2022-09-27T15:42:41.1609206Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_ndtri_cpu_float32 2022-09-27T15:42:41.1646226Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_block_diag_cpu_float32 2022-09-27T15:42:41.1982224Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_ndtri_cpu_float32 2022-09-27T15:42:41.2042897Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bmm_cpu_float32 2022-09-27T15:42:41.2049666Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bmm_cpu_float32 2022-09-27T15:42:41.2161521Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:42:41.2422953Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:42:41.2463608Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bool_cpu_float32 2022-09-27T15:42:41.2495427Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:42:41.2513679Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bool_cpu_float32 2022-09-27T15:42:41.2864540Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:42:41.2889140Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_shapes_cpu_float32 2022-09-27T15:42:41.2902692Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_shapes_cpu_float32 2022-09-27T15:42:41.3180169Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_ex_cpu_float32 2022-09-27T15:42:41.3302725Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_ex_cpu_float32 2022-09-27T15:42:41.3344894Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_tensors_cpu_float32 2022-09-27T15:42:41.3352875Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_triangular_cpu_float32 2022-09-27T15:42:41.3745111Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_tensors_cpu_float32 2022-09-27T15:42:41.3842931Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_to_cpu_float32 2022-09-27T15:42:41.4186898Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_to_cpu_float32 2022-09-27T15:42:41.6039878Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bucketize_cpu_float32 2022-09-27T15:42:41.6052806Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bucketize_cpu_float32 2022-09-27T15:42:41.6112688Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_byte_cpu_float32 2022-09-27T15:42:41.6516766Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_byte_cpu_float32 2022-09-27T15:42:41.6623857Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cartesian_prod_cpu_float32 2022-09-27T15:42:41.6982917Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cartesian_prod_cpu_float32 2022-09-27T15:42:41.7087923Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cat_cpu_float32 2022-09-27T15:42:41.7385837Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cat_cpu_float32 2022-09-27T15:42:41.8831388Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cdist_cpu_float32 2022-09-27T15:42:41.8848636Z [gw0] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_triangular_cpu_float32 2022-09-27T15:42:42.0789270Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svd_cpu_float32 2022-09-27T15:42:42.0803236Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cdist_cpu_float32 2022-09-27T15:42:42.0837774Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ceil_cpu_float32 2022-09-27T15:42:42.1223154Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ceil_cpu_float32 2022-09-27T15:42:42.1297636Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_chalf_cpu_float32 2022-09-27T15:42:42.1664396Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_chalf_cpu_float32 2022-09-27T15:42:42.1729613Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_char_cpu_float32 2022-09-27T15:42:42.2104761Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_char_cpu_float32 2022-09-27T15:42:42.2134174Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_cpu_float32 2022-09-27T15:42:42.2544794Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_cpu_float32 2022-09-27T15:42:42.2568666Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_inverse_cpu_float32 2022-09-27T15:42:42.2984567Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_inverse_cpu_float32 2022-09-27T15:42:42.3258988Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_solve_cpu_float32 2022-09-27T15:42:42.3278536Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:42:42.4132308Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:42:42.4139968Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_solve_cpu_float32 2022-09-27T15:42:42.4225026Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_full_like_cpu_float32 2022-09-27T15:42:42.4544861Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_full_like_cpu_float32 2022-09-27T15:42:42.4611372Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gather_cpu_float32 2022-09-27T15:42:42.4984827Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gather_cpu_float32 2022-09-27T15:42:42.4997551Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gcd_cpu_int64 2022-09-27T15:42:42.5005927Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_triangular_cpu_float32 2022-09-27T15:42:42.5080104Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_svd_cpu_float32 2022-09-27T15:42:42.5423507Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gcd_cpu_int64 2022-09-27T15:42:42.5525539Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ge_cpu_float32 2022-09-27T15:42:42.5863507Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ge_cpu_float32 2022-09-27T15:42:42.7592357Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_geqrf_cpu_float32 2022-09-27T15:42:42.7610626Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_svd_cpu_float32 2022-09-27T15:42:42.7928311Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_svdvals_cpu_float32 2022-09-27T15:42:42.8027761Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_svdvals_cpu_float32 2022-09-27T15:42:42.8108110Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_tensorinv_cpu_float32 2022-09-27T15:42:42.8468355Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_tensorinv_cpu_float32 2022-09-27T15:42:42.8498500Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_tensorsolve_cpu_float32 2022-09-27T15:42:42.8915330Z [gw3] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_tensorsolve_cpu_float32 2022-09-27T15:42:42.8927907Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_geqrf_cpu_float32 2022-09-27T15:42:42.8944239Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gradient_cpu_float32 2022-09-27T15:42:42.9236330Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vander_cpu_float32 2022-09-27T15:42:42.9385553Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vander_cpu_float32 2022-09-27T15:42:42.9874750Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vecdot_cpu_float32 2022-09-27T15:42:42.9893026Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vecdot_cpu_float32 2022-09-27T15:42:42.9962182Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vector_norm_cpu_float32 2022-09-27T15:42:42.9974928Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gradient_cpu_float32 2022-09-27T15:42:43.0120380Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gt_cpu_float32 2022-09-27T15:42:43.0387715Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gt_cpu_float32 2022-09-27T15:42:43.0489132Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_half_cpu_float32 2022-09-27T15:42:43.0825618Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_half_cpu_float32 2022-09-27T15:42:43.0939230Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_heaviside_cpu_float32 2022-09-27T15:42:43.1046032Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_heaviside_cpu_float32 2022-09-27T15:42:43.1056013Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vector_norm_cpu_float32 2022-09-27T15:42:43.1263856Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linspace_cpu_float32 2022-09-27T15:42:43.1530437Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histc_cpu_float32 2022-09-27T15:42:43.1541509Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linspace_cpu_float32 2022-09-27T15:42:43.1581701Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log10_cpu_float32 2022-09-27T15:42:43.1986414Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log10_cpu_float32 2022-09-27T15:42:43.2030499Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log1p_cpu_float32 2022-09-27T15:42:43.2424552Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log1p_cpu_float32 2022-09-27T15:42:43.2491720Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log2_cpu_float32 2022-09-27T15:42:43.2866665Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log2_cpu_float32 2022-09-27T15:42:43.2926258Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_cpu_float32 2022-09-27T15:42:43.3307727Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_cpu_float32 2022-09-27T15:42:43.3407947Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_softmax_cpu_float32 2022-09-27T15:42:43.3745708Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_softmax_cpu_float32 2022-09-27T15:42:43.3893634Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_softmax_dtype_cpu_float32 2022-09-27T15:42:43.4187300Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_softmax_dtype_cpu_float32 2022-09-27T15:42:43.4230877Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logaddexp2_cpu_float32 2022-09-27T15:42:43.4629974Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logaddexp2_cpu_float32 2022-09-27T15:42:43.4678601Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logaddexp_cpu_float32 2022-09-27T15:42:43.5064580Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logaddexp_cpu_float32 2022-09-27T15:42:43.5649507Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logcumsumexp_cpu_float32 2022-09-27T15:42:43.5658119Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logcumsumexp_cpu_float32 2022-09-27T15:42:43.5947953Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logdet_cpu_float32 2022-09-27T15:42:43.6065408Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logdet_cpu_float32 2022-09-27T15:42:43.6250652Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_and_cpu_float32 2022-09-27T15:42:43.6547452Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_and_cpu_float32 2022-09-27T15:42:43.6613330Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_not_cpu_float32 2022-09-27T15:42:43.7026433Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_not_cpu_float32 2022-09-27T15:42:43.7227663Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_or_cpu_float32 2022-09-27T15:42:43.7506708Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_or_cpu_float32 2022-09-27T15:42:43.7606957Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_xor_cpu_float32 2022-09-27T15:42:43.7617695Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histc_cpu_float32 2022-09-27T15:42:43.7689579Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histogram_cpu_float32 2022-09-27T15:42:43.7986253Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_xor_cpu_float32 2022-09-27T15:42:43.8060064Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logit_cpu_float32 2022-09-27T15:42:43.8466991Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logit_cpu_float32 2022-09-27T15:42:43.9549245Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logspace_cpu_float32 2022-09-27T15:42:43.9558645Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:42:44.1420213Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:42:44.1429468Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:42:44.1497319Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:42:44.1501629Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logspace_cpu_float32 2022-09-27T15:42:44.1674061Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logsumexp_cpu_float32 2022-09-27T15:42:44.1904621Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logsumexp_cpu_float32 2022-09-27T15:42:44.1993706Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_long_cpu_float32 2022-09-27T15:42:44.2346375Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_long_cpu_float32 2022-09-27T15:42:44.2515993Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lt_cpu_float32 2022-09-27T15:42:44.2784665Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lt_cpu_float32 2022-09-27T15:42:44.3424414Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_cpu_float32 2022-09-27T15:42:44.3443352Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_cpu_float32 2022-09-27T15:42:44.3468194Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_solve_cpu_float32 2022-09-27T15:42:44.3864754Z [gw3] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_solve_cpu_float32 2022-09-27T15:42:44.4244430Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_unpack_cpu_float32 2022-09-27T15:42:44.4303727Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_unpack_cpu_float32 2022-09-27T15:42:44.4365434Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mH_cpu_float32 2022-09-27T15:42:44.4748530Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mH_cpu_float32 2022-09-27T15:42:44.4812765Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mT_cpu_float32 2022-09-27T15:42:44.5188049Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mT_cpu_float32 2022-09-27T15:42:44.5318994Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_fill_cpu_float32 2022-09-27T15:42:44.5624435Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_fill_cpu_float32 2022-09-27T15:42:44.5708279Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_scatter_cpu_float32 2022-09-27T15:42:44.6065461Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_scatter_cpu_float32 2022-09-27T15:42:44.6151944Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_select_cpu_float32 2022-09-27T15:42:44.6505319Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_select_cpu_float32 2022-09-27T15:42:44.6841013Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_matmul_cpu_float32 2022-09-27T15:42:44.6944679Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_matmul_cpu_float32 2022-09-27T15:42:44.7288764Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_matrix_exp_cpu_float32 2022-09-27T15:42:44.7383363Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_matrix_exp_cpu_float32 2022-09-27T15:42:44.7489704Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_binary_cpu_float32 2022-09-27T15:42:44.7826178Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_binary_cpu_float32 2022-09-27T15:42:44.7865630Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_reduction_no_dim_cpu_float32 2022-09-27T15:42:44.8264066Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_reduction_no_dim_cpu_float32 2022-09-27T15:42:44.8333878Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_reduction_with_dim_cpu_float32 2022-09-27T15:42:44.8705946Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_reduction_with_dim_cpu_float32 2022-09-27T15:42:44.8827765Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_maximum_cpu_float32 2022-09-27T15:42:44.9146476Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_maximum_cpu_float32 2022-09-27T15:42:44.9310617Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mean_cpu_float32 2022-09-27T15:42:44.9584520Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mean_cpu_float32 2022-09-27T15:42:44.9642491Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_median_cpu_float32 2022-09-27T15:42:44.9650898Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histogram_cpu_float32 2022-09-27T15:42:45.0778741Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histogramdd_cpu_float32 2022-09-27T15:42:45.0821284Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_median_cpu_float32 2022-09-27T15:42:45.1056614Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:42:45.1266310Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:42:45.1487316Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:42:45.1703434Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:42:45.1831746Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_binary_cpu_float32 2022-09-27T15:42:45.2148014Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_binary_cpu_float32 2022-09-27T15:42:45.2190015Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_reduction_no_dim_cpu_float32 2022-09-27T15:42:45.2586179Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_reduction_no_dim_cpu_float32 2022-09-27T15:42:45.2826558Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_reduction_with_dim_cpu_float32 2022-09-27T15:42:45.3044744Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_reduction_with_dim_cpu_float32 2022-09-27T15:42:45.3153925Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_minimum_cpu_float32 2022-09-27T15:42:45.3467856Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_minimum_cpu_float32 2022-09-27T15:42:45.3512628Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mm_cpu_float32 2022-09-27T15:42:45.3909679Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mm_cpu_float32 2022-09-27T15:42:45.4690540Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mode_cpu_float32 2022-09-27T15:42:45.4729854Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mode_cpu_float32 2022-09-27T15:42:45.4777451Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_movedim_cpu_float32 2022-09-27T15:42:45.5185794Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_movedim_cpu_float32 2022-09-27T15:42:45.5230491Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_msort_cpu_float32 2022-09-27T15:42:45.5626666Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_msort_cpu_float32 2022-09-27T15:42:45.5769801Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mul_cpu_float32 2022-09-27T15:42:45.6104241Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mul_cpu_float32 2022-09-27T15:42:45.6133586Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_multinomial_cpu_float32 2022-09-27T15:42:45.6545059Z [gw3] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_multinomial_cpu_float32 2022-09-27T15:42:45.6578956Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mv_cpu_float32 2022-09-27T15:42:45.7025350Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mv_cpu_float32 2022-09-27T15:42:45.7052610Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:42:45.7506102Z [gw3] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:42:45.7536887Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:42:45.7986826Z [gw3] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:42:45.8024906Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:42:45.8426607Z [gw3] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:42:45.8567127Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nan_to_num_cpu_float32 2022-09-27T15:42:45.8864351Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nan_to_num_cpu_float32 2022-09-27T15:42:45.8897492Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanmean_cpu_float32 2022-09-27T15:42:45.9348601Z [gw3] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanmean_cpu_float32 2022-09-27T15:42:45.9476722Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanmedian_cpu_float32 2022-09-27T15:42:45.9785785Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanmedian_cpu_float32 2022-09-27T15:42:45.9813994Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanquantile_cpu_float32 2022-09-27T15:42:46.0225728Z [gw3] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanquantile_cpu_float32 2022-09-27T15:42:46.0592399Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nansum_cpu_float32 2022-09-27T15:42:46.0662583Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nansum_cpu_float32 2022-09-27T15:42:46.0722084Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_narrow_copy_cpu_float32 2022-09-27T15:42:46.1227569Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_narrow_copy_cpu_float32 2022-09-27T15:42:46.1263902Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_narrow_cpu_float32 2022-09-27T15:42:46.1739098Z [gw3] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_narrow_cpu_float32 2022-09-27T15:42:46.2573645Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_native_layer_norm_cpu_float32 2022-09-27T15:42:46.2587970Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_native_layer_norm_cpu_float32 2022-09-27T15:42:46.2701013Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ne_cpu_float32 2022-09-27T15:42:46.3030565Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ne_cpu_float32 2022-09-27T15:42:46.3052025Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_neg_cpu_float32 2022-09-27T15:42:46.3499720Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_neg_cpu_float32 2022-09-27T15:42:46.3556107Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_empty_cpu_float32 2022-09-27T15:42:46.3904086Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_empty_cpu_float32 2022-09-27T15:42:46.4016394Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_empty_strided_cpu_float32 2022-09-27T15:42:46.4346975Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_empty_strided_cpu_float32 2022-09-27T15:42:46.4443721Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_full_cpu_float32 2022-09-27T15:42:46.4877563Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_full_cpu_float32 2022-09-27T15:42:46.4885798Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_ones_cpu_float32 2022-09-27T15:42:46.5335282Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_ones_cpu_float32 2022-09-27T15:42:46.5363045Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_zeros_cpu_float32 2022-09-27T15:42:46.5533988Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_zeros_cpu_float32 2022-09-27T15:42:46.5546029Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histogramdd_cpu_float32 2022-09-27T15:42:46.5608054Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hsplit_cpu_float32 2022-09-27T15:42:46.5740643Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hsplit_cpu_float32 2022-09-27T15:42:46.5812813Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nextafter_cpu_float32 2022-09-27T15:42:46.6008663Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nextafter_cpu_float32 2022-09-27T15:42:46.6032801Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hstack_cpu_float32 2022-09-27T15:42:46.6206974Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hstack_cpu_float32 2022-09-27T15:42:46.6302784Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:42:46.6424279Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:42:46.6554784Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hypot_cpu_float32 2022-09-27T15:42:46.6622323Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hypot_cpu_float32 2022-09-27T15:42:46.6720653Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:42:46.6864043Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:42:46.6895369Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_i0_cpu_float32 2022-09-27T15:42:46.7062173Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_i0_cpu_float32 2022-09-27T15:42:46.7261822Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:42:46.7342179Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:42:46.7444019Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_igamma_cpu_float32 2022-09-27T15:42:46.7502297Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_igamma_cpu_float32 2022-09-27T15:42:46.7657772Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:42:46.7784444Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:42:46.7931106Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_igammac_cpu_float32 2022-09-27T15:42:46.7945628Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_igammac_cpu_float32 2022-09-27T15:42:46.8299099Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:42:46.8301944Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_imag_cpu_complex64 2022-09-27T15:42:46.8348794Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_imag_cpu_complex64 2022-09-27T15:42:46.8422372Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:42:46.8639901Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:42:46.8673679Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:42:46.8829915Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_add_cpu_float32 2022-09-27T15:42:46.8863116Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_add_cpu_float32 2022-09-27T15:42:46.9114034Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:42:46.9144737Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:42:46.9220890Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_copy_cpu_float32 2022-09-27T15:42:46.9303713Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_copy_cpu_float32 2022-09-27T15:42:46.9518164Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:42:46.9583843Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:42:46.9654582Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_fill_cpu_float32 2022-09-27T15:42:46.9742939Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_fill_cpu_float32 2022-09-27T15:42:46.9967389Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:42:47.0027740Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:42:47.0126374Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_put_cpu_float32 2022-09-27T15:42:47.0218926Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_put_cpu_float32 2022-09-27T15:42:47.0495978Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_batch_norm_cpu_float32 2022-09-27T15:42:47.0949940Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_reduce_cpu_float32 2022-09-27T15:42:47.0968463Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_reduce_cpu_float32 2022-09-27T15:42:47.1026881Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_select_cpu_float32 2022-09-27T15:42:47.1191200Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_select_cpu_float32 2022-09-27T15:42:47.1208977Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_batch_norm_cpu_float32 2022-09-27T15:42:47.1453656Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_bilinear_cpu_float32 2022-09-27T15:42:47.1492695Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_inner_cpu_float32 2022-09-27T15:42:47.1891257Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_inner_cpu_float32 2022-09-27T15:42:47.1934180Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_int_cpu_float32 2022-09-27T15:42:47.2260867Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_int_cpu_float32 2022-09-27T15:42:47.2278446Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_bilinear_cpu_float32 2022-09-27T15:42:47.2345614Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:42:47.2456042Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isclose_cpu_float32 2022-09-27T15:42:47.2777422Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:42:47.3093986Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:42:47.3110110Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:42:47.3119422Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isclose_cpu_float32 2022-09-27T15:42:47.3176417Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isfinite_cpu_float32 2022-09-27T15:42:47.3185770Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_celu_cpu_float32 2022-09-27T15:42:47.3260372Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isfinite_cpu_float32 2022-09-27T15:42:47.3588966Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_celu_cpu_float32 2022-09-27T15:42:47.3655729Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isin_cpu_float32 2022-09-27T15:42:47.3656608Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv1d_cpu_float32 2022-09-27T15:42:47.3983844Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isin_cpu_float32 2022-09-27T15:42:47.4020519Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isinf_cpu_float32 2022-09-27T15:42:47.4462259Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isinf_cpu_float32 2022-09-27T15:42:47.4503673Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isnan_cpu_float32 2022-09-27T15:42:47.4566875Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isnan_cpu_float32 2022-09-27T15:42:47.4575169Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv1d_cpu_float32 2022-09-27T15:42:47.4943460Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv2d_cpu_float32 2022-09-27T15:42:47.4944361Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isneginf_cpu_float32 2022-09-27T15:42:47.5344942Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isneginf_cpu_float32 2022-09-27T15:42:47.5384623Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isposinf_cpu_float32 2022-09-27T15:42:47.5519180Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isposinf_cpu_float32 2022-09-27T15:42:47.5539801Z [gw0] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svd_cpu_float32 2022-09-27T15:42:47.5816908Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svdvals_cpu_float32 2022-09-27T15:42:47.5842294Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isreal_cpu_float32 2022-09-27T15:42:47.5896572Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isreal_cpu_float32 2022-09-27T15:42:47.5903962Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv2d_cpu_float32 2022-09-27T15:42:47.6075073Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:42:47.6222084Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:42:47.6240757Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_istft_cpu_float32 2022-09-27T15:42:47.6341956Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_istft_cpu_float32 2022-09-27T15:42:47.6579942Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:42:47.6663058Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:42:47.6679619Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:42:47.6781987Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:42:47.7015426Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:42:47.7104754Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:42:47.7129624Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:42:47.7224169Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:42:47.7546133Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:42:47.7580175Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_binary_cpu_float32 2022-09-27T15:42:47.7694900Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_binary_cpu_float32 2022-09-27T15:42:47.7708803Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:42:47.7987710Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:42:47.8029924Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:42:47.8040321Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:42:47.8143576Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:42:47.8433671Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:42:47.8463434Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_unary_cpu_float32 2022-09-27T15:42:47.8920159Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_unary_cpu_float32 2022-09-27T15:42:47.8927528Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:42:47.8929862Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_kron_cpu_float32 2022-09-27T15:42:47.8960816Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_kron_cpu_float32 2022-09-27T15:42:47.8985461Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:42:47.9342810Z [gw3] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:42:47.9381954Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_kthvalue_cpu_float32 2022-09-27T15:42:47.9614321Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout2d_cpu_float32 2022-09-27T15:42:47.9728377Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout2d_cpu_float32 2022-09-27T15:42:47.9739383Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:42:47.9823411Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:42:48.0089858Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout3d_cpu_float32 2022-09-27T15:42:48.0293585Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout3d_cpu_float32 2022-09-27T15:42:48.0370684Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout_cpu_float32 2022-09-27T15:42:48.0388605Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_kthvalue_cpu_float32 2022-09-27T15:42:48.0517627Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lcm_cpu_int64 2022-09-27T15:42:48.0575877Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lcm_cpu_int64 2022-09-27T15:42:48.0703089Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout_cpu_float32 2022-09-27T15:42:48.0743086Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_elu_cpu_float32 2022-09-27T15:42:48.0823160Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_elu_cpu_float32 2022-09-27T15:42:48.0993865Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ldexp_cpu_float32 2022-09-27T15:42:48.1143296Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ldexp_cpu_float32 2022-09-27T15:42:48.1167809Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:42:48.1262865Z [gw3] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:42:48.1401367Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_le_cpu_float32 2022-09-27T15:42:48.1582809Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_le_cpu_float32 2022-09-27T15:42:48.1703762Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_embedding_cpu_float32 2022-09-27T15:42:48.1717460Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lerp_cpu_float32 2022-09-27T15:42:48.1954107Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_embedding_cpu_float32 2022-09-27T15:42:48.2022749Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lerp_cpu_float32 2022-09-27T15:42:48.2142846Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:42:48.2187843Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lgamma_cpu_float32 2022-09-27T15:42:48.2200088Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:42:48.2463263Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lgamma_cpu_float32 2022-09-27T15:42:48.2590414Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:42:48.2597130Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:42:48.2605299Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:42:48.2623622Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:42:48.2886740Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cholesky_cpu_float32 2022-09-27T15:42:48.2902460Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cholesky_cpu_float32 2022-09-27T15:42:48.3063070Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:42:48.3528277Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cholesky_ex_cpu_float32 2022-09-27T15:42:48.3543586Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cholesky_ex_cpu_float32 2022-09-27T15:42:48.3624808Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cond_cpu_float32 2022-09-27T15:42:48.4045239Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cond_cpu_float32 2022-09-27T15:42:48.4053118Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cross_cpu_float32 2022-09-27T15:42:48.4117112Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cross_cpu_float32 2022-09-27T15:42:48.4133195Z [gw0] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svdvals_cpu_float32 2022-09-27T15:42:48.4343285Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorinv_cpu_float32 2022-09-27T15:42:48.4467083Z [gw0] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorinv_cpu_float32 2022-09-27T15:42:48.4602031Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_det_cpu_float32 2022-09-27T15:42:48.4679346Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorsolve_cpu_float32 2022-09-27T15:42:48.4708262Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:42:48.4718024Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_det_cpu_float32 2022-09-27T15:42:48.4864212Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:42:48.5537446Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_det_singular_cpu_float32 2022-09-27T15:42:48.5564349Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_det_singular_cpu_float32 2022-09-27T15:42:48.6330153Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eig_cpu_float32 2022-09-27T15:42:48.6343636Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:42:48.6351246Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:42:48.6360488Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eig_cpu_float32 2022-09-27T15:42:48.6493922Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigh_cpu_float32 2022-09-27T15:42:48.6783525Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigh_cpu_float32 2022-09-27T15:42:48.6810198Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigvals_cpu_float32 2022-09-27T15:42:48.6982065Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigvals_cpu_float32 2022-09-27T15:42:48.6990127Z [gw0] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorsolve_cpu_float32 2022-09-27T15:42:48.7222283Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vander_cpu_float32 2022-09-27T15:42:48.7249979Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigvalsh_cpu_float32 2022-09-27T15:42:48.7663824Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigvalsh_cpu_float32 2022-09-27T15:42:48.7978424Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_householder_product_cpu_float32 2022-09-27T15:42:48.7983977Z [gw0] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vander_cpu_float32 2022-09-27T15:42:48.8221750Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vecdot_cpu_float32 2022-09-27T15:42:48.8231238Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_householder_product_cpu_float32 2022-09-27T15:42:48.8333335Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_inv_cpu_float32 2022-09-27T15:42:48.8664745Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_inv_cpu_float32 2022-09-27T15:42:48.8770707Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_inv_ex_cpu_float32 2022-09-27T15:42:48.9102355Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_inv_ex_cpu_float32 2022-09-27T15:42:48.9219629Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_factor_cpu_float32 2022-09-27T15:42:48.9543983Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_factor_cpu_float32 2022-09-27T15:42:48.9610845Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:42:48.9983437Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:42:49.0173071Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_solve_cpu_float32 2022-09-27T15:42:49.0423577Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_solve_cpu_float32 2022-09-27T15:42:49.0844202Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lstsq_cpu_float32 2022-09-27T15:42:49.0865054Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lstsq_cpu_float32 2022-09-27T15:42:49.1236653Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:42:49.1304318Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:42:49.1552788Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_cpu_float32 2022-09-27T15:42:49.1743321Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_cpu_float32 2022-09-27T15:42:49.1988560Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_factor_cpu_float32 2022-09-27T15:42:49.2098105Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_factor_cpu_float32 2022-09-27T15:42:49.2106022Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:42:49.2183387Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_gelu_cpu_float32 2022-09-27T15:42:49.2235583Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:42:49.2425402Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_gelu_cpu_float32 2022-09-27T15:42:49.2581939Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:42:49.2623895Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_glu_cpu_float32 2022-09-27T15:42:49.2947818Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_solve_cpu_float32 2022-09-27T15:42:49.3063343Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_glu_cpu_float32 2022-09-27T15:42:49.4047166Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_grid_sample_cpu_float32 2022-09-27T15:42:49.4055742Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_solve_cpu_float32 2022-09-27T15:42:49.4962662Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_norm_cpu_float32 2022-09-27T15:42:49.4986874Z [gw1] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_norm_cpu_float32 2022-09-27T15:42:49.5022230Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_power_cpu_float32 2022-09-27T15:42:49.5288941Z [gw1] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_power_cpu_float32 2022-09-27T15:42:49.5299849Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:42:49.5460701Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:42:49.6885408Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_rank_cpu_float32 2022-09-27T15:42:49.6893807Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_grid_sample_cpu_float32 2022-09-27T15:42:49.7211278Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_group_norm_cpu_float32 2022-09-27T15:42:49.7302731Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_group_norm_cpu_float32 2022-09-27T15:42:49.7371668Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardshrink_cpu_float32 2022-09-27T15:42:49.7444479Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardshrink_cpu_float32 2022-09-27T15:42:49.7454213Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_rank_cpu_float32 2022-09-27T15:42:49.7474078Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:42:49.7742391Z [gw1] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:42:49.7779737Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:42:49.7861984Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:42:49.7995616Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_multi_dot_cpu_float32 2022-09-27T15:42:49.8181790Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_multi_dot_cpu_float32 2022-09-27T15:42:49.8231656Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardswish_cpu_float32 2022-09-27T15:42:49.8270009Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardswish_cpu_float32 2022-09-27T15:42:49.8279361Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:42:49.8301669Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_mish_cpu_float32 2022-09-27T15:42:49.8345628Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_norm_cpu_float32 2022-09-27T15:42:49.8623052Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_mish_cpu_float32 2022-09-27T15:42:49.8702143Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardtanh_cpu_float32 2022-09-27T15:42:49.8725680Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_mse_loss_cpu_float32 2022-09-27T15:42:49.8793852Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardtanh_cpu_float32 2022-09-27T15:42:49.9063677Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_mse_loss_cpu_float32 2022-09-27T15:42:49.9143473Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:42:49.9211757Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:42:49.9221533Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_norm_cpu_float32 2022-09-27T15:42:49.9408017Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:42:49.9501939Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:42:49.9633206Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_huber_loss_cpu_float32 2022-09-27T15:42:49.9754080Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_huber_loss_cpu_float32 2022-09-27T15:42:49.9764422Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:42:49.9943106Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:42:50.0049646Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_instance_norm_cpu_float32 2022-09-27T15:42:50.0059740Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:42:50.0119616Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_cpu_float32 2022-09-27T15:42:50.0182067Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:42:50.0422970Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:42:50.0503463Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_cpu_float32 2022-09-27T15:42:50.0523760Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:42:50.0613119Z [gw1] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:42:50.0621889Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:42:50.0638862Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_nll_loss_cpu_float32 2022-09-27T15:42:50.0650038Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_instance_norm_cpu_float32 2022-09-27T15:42:50.0656859Z [gw2] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_nll_loss_cpu_float32 2022-09-27T15:42:50.0782782Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:42:50.0844060Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:42:50.0850181Z [gw0] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vecdot_cpu_float32 2022-09-27T15:42:50.0941199Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vector_norm_cpu_float32 2022-09-27T15:42:50.0961409Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_singular_cpu_float32 2022-09-27T15:42:50.1063189Z [gw1] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_singular_cpu_float32 2022-09-27T15:42:50.1063827Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:42:50.1215113Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_normalize_cpu_float32 2022-09-27T15:42:50.1262995Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:42:50.1381515Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_normalize_cpu_float32 2022-09-27T15:42:50.1504668Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_qr_cpu_float32 2022-09-27T15:42:50.1505284Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_one_hot_cpu_int64 2022-09-27T15:42:50.1523416Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:42:50.1661617Z [gw2] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_one_hot_cpu_int64 2022-09-27T15:42:50.1780341Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:42:50.1821661Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_qr_cpu_float32 2022-09-27T15:42:50.1931997Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_slogdet_cpu_float32 2022-09-27T15:42:50.1944273Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_slogdet_cpu_float32 2022-09-27T15:42:50.1947510Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:42:50.2040766Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_circular_cpu_float32 2022-09-27T15:42:50.2211946Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:42:50.2261526Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_circular_cpu_float32 2022-09-27T15:42:50.2280189Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_cpu_float32 2022-09-27T15:42:50.2383777Z [gw1] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_cpu_float32 2022-09-27T15:42:50.2384860Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:42:50.2702305Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_constant_cpu_float32 2022-09-27T15:42:50.2710204Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:42:50.2821741Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_normalize_cpu_float32 2022-09-27T15:42:50.2926811Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:42:50.2935330Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:42:50.2999175Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_normalize_cpu_float32 2022-09-27T15:42:50.3009290Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_constant_cpu_float32 2022-09-27T15:42:50.3144751Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:42:50.3151969Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_one_hot_cpu_int64 2022-09-27T15:42:50.3166829Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:42:50.3261667Z [gw1] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_one_hot_cpu_int64 2022-09-27T15:42:50.3422313Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_kl_div_cpu_float32 2022-09-27T15:42:50.3516489Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:42:50.3565526Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_kl_div_cpu_float32 2022-09-27T15:42:50.3583100Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:42:50.3703398Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_circular_cpu_float32 2022-09-27T15:42:50.3799004Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_l1_loss_cpu_float32 2022-09-27T15:42:50.3814623Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_l1_loss_cpu_float32 2022-09-27T15:42:50.3863146Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_circular_cpu_float32 2022-09-27T15:42:50.3992352Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:42:50.4022040Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:42:50.4143705Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_constant_cpu_float32 2022-09-27T15:42:50.4261590Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_layer_norm_cpu_float32 2022-09-27T15:42:50.4303271Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_layer_norm_cpu_float32 2022-09-27T15:42:50.4433559Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pdist_cpu_float32 2022-09-27T15:42:50.4462328Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_constant_cpu_float32 2022-09-27T15:42:50.4583259Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:42:50.4609292Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:42:50.4668374Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:42:50.4903153Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:42:50.5022264Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:42:50.5065327Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_linear_cpu_float32 2022-09-27T15:42:50.5181249Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:42:50.5188029Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pdist_cpu_float32 2022-09-27T15:42:50.5226900Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:42:50.5287574Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:42:50.5341779Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_linear_cpu_float32 2022-09-27T15:42:50.5440280Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:42:50.5461302Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:42:50.5663133Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:42:50.5767129Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:42:50.5782407Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:42:50.5790292Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pdist_cpu_float32 2022-09-27T15:42:50.5901479Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:42:50.5956170Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:42:50.6103442Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:42:50.6346737Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:42:50.6598470Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:42:50.6606978Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pdist_cpu_float32 2022-09-27T15:42:50.6678120Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:42:50.7025922Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:42:50.7040827Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:42:50.7078593Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:42:50.7080075Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:42:50.7082430Z [gw3] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:42:50.7464181Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:42:50.7465869Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:42:50.9185921Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:42:50.9198484Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:42:50.9798287Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_prelu_cpu_float32 2022-09-27T15:42:50.9819192Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_prelu_cpu_float32 2022-09-27T15:42:50.9895031Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_relu6_cpu_float32 2022-09-27T15:42:51.0224399Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_relu6_cpu_float32 2022-09-27T15:42:51.0300952Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_relu_cpu_float32 2022-09-27T15:42:51.0415142Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_relu_cpu_float32 2022-09-27T15:42:51.0424226Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:42:51.0663940Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_prelu_cpu_float32 2022-09-27T15:42:51.0763788Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_rrelu_cpu_float32 2022-09-27T15:42:51.0864140Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_prelu_cpu_float32 2022-09-27T15:42:51.0911867Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_relu6_cpu_float32 2022-09-27T15:42:51.1033735Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_relu6_cpu_float32 2022-09-27T15:42:51.1040359Z [gw0] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vector_norm_cpu_float32 2022-09-27T15:42:51.1048175Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_rrelu_cpu_float32 2022-09-27T15:42:51.1071913Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linspace_cpu_float32 2022-09-27T15:42:51.1101585Z [gw0] [ 94%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linspace_cpu_float32 2022-09-27T15:42:51.1150763Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_selu_cpu_float32 2022-09-27T15:42:51.1301842Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_selu_cpu_float32 2022-09-27T15:42:51.1363138Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_relu_cpu_float32 2022-09-27T15:42:51.1462960Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_relu_cpu_float32 2022-09-27T15:42:51.1544124Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log10_cpu_float32 2022-09-27T15:42:51.1603515Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:42:51.1626761Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:42:51.1742065Z [gw0] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log10_cpu_float32 2022-09-27T15:42:51.1901857Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_rrelu_cpu_float32 2022-09-27T15:42:51.1979361Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log1p_cpu_float32 2022-09-27T15:42:51.1987414Z [gw0] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log1p_cpu_float32 2022-09-27T15:42:51.2039201Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_silu_cpu_float32 2022-09-27T15:42:51.2091227Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_silu_cpu_float32 2022-09-27T15:42:51.2182495Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_rrelu_cpu_float32 2022-09-27T15:42:51.2222448Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_selu_cpu_float32 2022-09-27T15:42:51.2341969Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_selu_cpu_float32 2022-09-27T15:42:51.2421724Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log2_cpu_float32 2022-09-27T15:42:51.2498992Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:42:51.2555590Z [gw0] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log2_cpu_float32 2022-09-27T15:42:51.2622648Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:42:51.2666826Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:42:51.2782286Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:42:51.2862115Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_cpu_float32 2022-09-27T15:42:51.2958769Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:42:51.3005976Z [gw0] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_cpu_float32 2022-09-27T15:42:51.3062295Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:42:51.3115052Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_silu_cpu_float32 2022-09-27T15:42:51.3223340Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_silu_cpu_float32 2022-09-27T15:42:51.3303062Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_cpu_float32 2022-09-27T15:42:51.3431629Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softmin_cpu_float32 2022-09-27T15:42:51.3503823Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softmin_cpu_float32 2022-09-27T15:42:51.3645221Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:42:51.3652727Z [gw0] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_cpu_float32 2022-09-27T15:42:51.3663044Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:42:51.3743592Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_dtype_cpu_float32 2022-09-27T15:42:51.3875325Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:42:51.3943729Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:42:51.4036992Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:42:51.4183624Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:42:51.4242521Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softplus_cpu_float32 2022-09-27T15:42:51.4360188Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softplus_cpu_float32 2022-09-27T15:42:51.4372606Z [gw0] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_dtype_cpu_float32 2022-09-27T15:42:51.4382943Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp2_cpu_float32 2022-09-27T15:42:51.4465486Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softmin_cpu_float32 2022-09-27T15:42:51.4624028Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softmin_cpu_float32 2022-09-27T15:42:51.4702930Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softshrink_cpu_float32 2022-09-27T15:42:51.4824521Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softshrink_cpu_float32 2022-09-27T15:42:51.4944692Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:42:51.4946927Z [gw0] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp2_cpu_float32 2022-09-27T15:42:51.4952681Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:42:51.5063660Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp_cpu_float32 2022-09-27T15:42:51.5143844Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softsign_cpu_float32 2022-09-27T15:42:51.5264058Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softsign_cpu_float32 2022-09-27T15:42:51.5314440Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softplus_cpu_float32 2022-09-27T15:42:51.5504086Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softplus_cpu_float32 2022-09-27T15:42:51.5513567Z [gw0] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp_cpu_float32 2022-09-27T15:42:51.5520391Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:42:51.5558323Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logcumsumexp_cpu_float32 2022-09-27T15:42:51.5571840Z [gw0] [ 94%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logcumsumexp_cpu_float32 2022-09-27T15:42:51.5703967Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:42:51.5765564Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softshrink_cpu_float32 2022-09-27T15:42:51.5945418Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softshrink_cpu_float32 2022-09-27T15:42:51.5951668Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_threshold_cpu_float32 2022-09-27T15:42:51.6018727Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logdet_cpu_float32 2022-09-27T15:42:51.6144339Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_threshold_cpu_float32 2022-09-27T15:42:51.6211995Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softsign_cpu_float32 2022-09-27T15:42:51.6384373Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softsign_cpu_float32 2022-09-27T15:42:51.6585045Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:42:51.6705654Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:42:51.6709817Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:42:51.6852900Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:42:51.6938800Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:42:51.6952368Z [gw0] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logdet_cpu_float32 2022-09-27T15:42:51.6976441Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_and_cpu_float32 2022-09-27T15:42:51.7058894Z [gw0] [ 94%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_and_cpu_float32 2022-09-27T15:42:51.7105423Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_threshold_cpu_float32 2022-09-27T15:42:51.7128031Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_threshold_cpu_float32 2022-09-27T15:42:51.7263611Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:42:51.7385500Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_unfold_cpu_float32 2022-09-27T15:42:51.7453430Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_not_cpu_float32 2022-09-27T15:42:51.7499028Z [gw0] [ 94%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_not_cpu_float32 2022-09-27T15:42:51.7826054Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:42:51.7856745Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_or_cpu_float32 2022-09-27T15:42:51.7869916Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:42:51.7949786Z [gw0] [ 94%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_or_cpu_float32 2022-09-27T15:42:51.8264852Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:42:51.8277531Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_xor_cpu_float32 2022-09-27T15:42:51.8292959Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:42:51.8342825Z [gw0] [ 94%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_xor_cpu_float32 2022-09-27T15:42:51.8702759Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_unfold_cpu_float32 2022-09-27T15:42:52.0659403Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logit_cpu_float32 2022-09-27T15:42:52.0676647Z [gw0] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logit_cpu_float32 2022-09-27T15:42:52.0704618Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logspace_cpu_float32 2022-09-27T15:42:52.1181222Z [gw0] [ 94%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logspace_cpu_float32 2022-09-27T15:42:52.2119098Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logsumexp_cpu_float32 2022-09-27T15:42:52.2137122Z [gw0] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logsumexp_cpu_float32 2022-09-27T15:42:52.2165983Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_long_cpu_float32 2022-09-27T15:42:52.2567414Z [gw0] [ 94%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_long_cpu_float32 2022-09-27T15:42:52.2572922Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lt_cpu_float32 2022-09-27T15:42:52.2768341Z [gw0] [ 94%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lt_cpu_float32 2022-09-27T15:42:52.2786457Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_unfold_cpu_float32 2022-09-27T15:42:52.2870610Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:42:52.3033429Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:42:52.3279301Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_cpu_float32 2022-09-27T15:42:52.3640164Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:42:52.3821602Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:42:52.4060021Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nonzero_cpu_float32 2022-09-27T15:42:52.4318092Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nonzero_cpu_float32 2022-09-27T15:42:52.4873434Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_cpu_float32 2022-09-27T15:42:52.5023243Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_cpu_float32 2022-09-27T15:42:52.5092357Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_fro_cpu_float32 2022-09-27T15:42:52.5528318Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_fro_cpu_float32 2022-09-27T15:42:52.5584461Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_inf_cpu_float32 2022-09-27T15:42:52.5990499Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_inf_cpu_float32 2022-09-27T15:42:52.6021601Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_chunk_cpu_float32 2022-09-27T15:42:52.6383802Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_chunk_cpu_float32 2022-09-27T15:42:52.6487155Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_cpu_float32 2022-09-27T15:42:52.6491791Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_unfold_cpu_float32 2022-09-27T15:42:52.6519822Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_cpu_float32 2022-09-27T15:42:52.6587244Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:42:52.6875819Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:42:52.6953343Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_max_cpu_float32 2022-09-27T15:42:52.6959608Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_max_cpu_float32 2022-09-27T15:42:52.7420795Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:42:52.7426384Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_min_cpu_float32 2022-09-27T15:42:52.7437367Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:42:52.7455480Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nonzero_cpu_float32 2022-09-27T15:42:52.7603753Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_min_cpu_float32 2022-09-27T15:42:52.7754108Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nonzero_cpu_float32 2022-09-27T15:42:52.7754700Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clone_cpu_float32 2022-09-27T15:42:52.7877126Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clone_cpu_float32 2022-09-27T15:42:52.8104469Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_cpu_float32 2022-09-27T15:42:52.8127653Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:42:52.8144935Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:42:52.8209667Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_column_stack_cpu_float32 2022-09-27T15:42:52.8339816Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_column_stack_cpu_float32 2022-09-27T15:42:52.8353732Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_cpu_float32 2022-09-27T15:42:52.8535323Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_fro_cpu_float32 2022-09-27T15:42:52.8678338Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_fro_cpu_float32 2022-09-27T15:42:52.8785525Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_combinations_cpu_float32 2022-09-27T15:42:52.8871761Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_inf_cpu_float32 2022-09-27T15:42:52.9226879Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_inf_cpu_float32 2022-09-27T15:42:52.9298070Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_nuc_cpu_float32 2022-09-27T15:42:52.9510232Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_nuc_cpu_float32 2022-09-27T15:42:52.9530734Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_combinations_cpu_float32 2022-09-27T15:42:52.9648257Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_complex_cpu_float32 2022-09-27T15:42:52.9703576Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_complex_cpu_float32 2022-09-27T15:42:52.9809767Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_normal_cpu_float32 2022-09-27T15:42:52.9943466Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_normal_cpu_float32 2022-09-27T15:42:52.9977602Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_conj_cpu_float32 2022-09-27T15:42:53.0208770Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_conj_cpu_float32 2022-09-27T15:42:53.0221870Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_normal_number_mean_cpu_float32 2022-09-27T15:42:53.0398167Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_normal_number_mean_cpu_float32 2022-09-27T15:42:53.0407625Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_conj_physical_cpu_float32 2022-09-27T15:42:53.0624657Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_conj_physical_cpu_float32 2022-09-27T15:42:53.0664799Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ones_cpu_float32 2022-09-27T15:42:53.0824350Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ones_cpu_float32 2022-09-27T15:42:53.1146567Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_constant_pad_nd_cpu_float32 2022-09-27T15:42:53.1159193Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ones_like_cpu_float32 2022-09-27T15:42:53.1420355Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ones_like_cpu_float32 2022-09-27T15:42:53.1484954Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_constant_pad_nd_cpu_float32 2022-09-27T15:42:53.1504234Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_contiguous_cpu_float32 2022-09-27T15:42:53.1519976Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ormqr_cpu_float32 2022-09-27T15:42:53.1907812Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_contiguous_cpu_float32 2022-09-27T15:42:53.2025438Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_copysign_cpu_float32 2022-09-27T15:42:53.2346849Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_copysign_cpu_float32 2022-09-27T15:42:53.2466655Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_corrcoef_cpu_float32 2022-09-27T15:42:53.2832766Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_corrcoef_cpu_float32 2022-09-27T15:42:53.2838453Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cos_cpu_float32 2022-09-27T15:42:53.2846814Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cos_cpu_float32 2022-09-27T15:42:53.2852683Z [gw0] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_cpu_float32 2022-09-27T15:42:53.3224928Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_solve_cpu_float32 2022-09-27T15:42:53.3286352Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cosh_cpu_float32 2022-09-27T15:42:53.3693265Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cosh_cpu_float32 2022-09-27T15:42:53.5636827Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_count_nonzero_cpu_float32 2022-09-27T15:42:53.5654570Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_count_nonzero_cpu_float32 2022-09-27T15:42:53.5683186Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cov_cpu_float32 2022-09-27T15:42:53.6116741Z [gw2] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cov_cpu_float32 2022-09-27T15:42:53.6126379Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cross_cpu_float32 2022-09-27T15:42:53.6565650Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cross_cpu_float32 2022-09-27T15:42:53.6783613Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cummax_cpu_float32 2022-09-27T15:42:53.6952489Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cummax_cpu_float32 2022-09-27T15:42:53.7253828Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cummin_cpu_float32 2022-09-27T15:42:53.7384433Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cummin_cpu_float32 2022-09-27T15:42:53.7514191Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumprod_cpu_float32 2022-09-27T15:42:53.7836727Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumprod_cpu_float32 2022-09-27T15:42:53.7875449Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumsum_cpu_float32 2022-09-27T15:42:53.8263609Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumsum_cpu_float32 2022-09-27T15:42:53.8512937Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumulative_trapezoid_cpu_float32 2022-09-27T15:42:53.8703952Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumulative_trapezoid_cpu_float32 2022-09-27T15:42:53.8746583Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_deg2rad_cpu_float32 2022-09-27T15:42:53.9144223Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_deg2rad_cpu_float32 2022-09-27T15:42:53.9254699Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diag_cpu_float32 2022-09-27T15:42:53.9584346Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diag_cpu_float32 2022-09-27T15:42:53.9722382Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diag_embed_cpu_float32 2022-09-27T15:42:54.0023933Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diag_embed_cpu_float32 2022-09-27T15:42:54.0100048Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagflat_cpu_float32 2022-09-27T15:42:54.0466532Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagflat_cpu_float32 2022-09-27T15:42:54.0607793Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagonal_cpu_float32 2022-09-27T15:42:54.0905232Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagonal_cpu_float32 2022-09-27T15:42:54.1093891Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagonal_scatter_cpu_float32 2022-09-27T15:42:54.1344624Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagonal_scatter_cpu_float32 2022-09-27T15:42:54.2162377Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diff_cpu_float32 2022-09-27T15:42:54.2170558Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ormqr_cpu_float32 2022-09-27T15:42:54.2208430Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_outer_cpu_float32 2022-09-27T15:42:54.2584814Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_outer_cpu_float32 2022-09-27T15:42:54.3150840Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pca_lowrank_cpu_float32 2022-09-27T15:42:54.3162467Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diff_cpu_float32 2022-09-27T15:42:54.3215707Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_digamma_cpu_float32 2022-09-27T15:42:54.3584166Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_digamma_cpu_float32 2022-09-27T15:42:54.4184385Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dist_cpu_float32 2022-09-27T15:42:54.4243025Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dist_cpu_float32 2022-09-27T15:42:54.4517203Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_floor_rounding_cpu_float32 2022-09-27T15:42:54.4663704Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_floor_rounding_cpu_float32 2022-09-27T15:42:54.4790578Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_no_rounding_mode_cpu_float32 2022-09-27T15:42:54.5151659Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_no_rounding_mode_cpu_float32 2022-09-27T15:42:54.5295288Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_trunc_rounding_cpu_float32 2022-09-27T15:42:54.5632395Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_trunc_rounding_cpu_float32 2022-09-27T15:42:54.5632916Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dot_cpu_float32 2022-09-27T15:42:54.6101991Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dot_cpu_float32 2022-09-27T15:42:54.6126386Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_double_cpu_float32 2022-09-27T15:42:54.6507338Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_double_cpu_float32 2022-09-27T15:42:54.6543586Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dsplit_cpu_float32 2022-09-27T15:42:54.6916832Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dsplit_cpu_float32 2022-09-27T15:42:54.6996874Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dstack_cpu_float32 2022-09-27T15:42:54.7351980Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dstack_cpu_float32 2022-09-27T15:42:54.7768903Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_einsum_cpu_float32 2022-09-27T15:42:54.7787300Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_einsum_cpu_float32 2022-09-27T15:42:54.7875370Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_empty_cpu_float32 2022-09-27T15:42:54.8224733Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_empty_cpu_float32 2022-09-27T15:42:54.8317101Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_empty_like_cpu_float32 2022-09-27T15:42:54.8706085Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_empty_like_cpu_float32 2022-09-27T15:42:54.8800528Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_eq_cpu_float32 2022-09-27T15:42:54.9164877Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_eq_cpu_float32 2022-09-27T15:42:54.9186373Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_equal_cpu_float32 2022-09-27T15:42:54.9587591Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_equal_cpu_float32 2022-09-27T15:42:54.9588159Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erf_cpu_float32 2022-09-27T15:42:55.0041195Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erf_cpu_float32 2022-09-27T15:42:55.0041772Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erfc_cpu_float32 2022-09-27T15:42:55.0451542Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erfc_cpu_float32 2022-09-27T15:42:55.0463740Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erfinv_cpu_float32 2022-09-27T15:42:55.0926217Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erfinv_cpu_float32 2022-09-27T15:42:55.0930341Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_exp2_cpu_float32 2022-09-27T15:42:55.1366279Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_exp2_cpu_float32 2022-09-27T15:42:55.1380141Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_exp_cpu_float32 2022-09-27T15:42:55.1761020Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_exp_cpu_float32 2022-09-27T15:42:55.1826277Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expand_as_cpu_float32 2022-09-27T15:42:55.2187993Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expand_as_cpu_float32 2022-09-27T15:42:55.2331053Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expand_cpu_float32 2022-09-27T15:42:55.2624663Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expand_cpu_float32 2022-09-27T15:42:55.2667270Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expm1_cpu_float32 2022-09-27T15:42:55.3065820Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expm1_cpu_float32 2022-09-27T15:42:55.3984173Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_eye_cpu_float32 2022-09-27T15:42:55.3994888Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_eye_cpu_float32 2022-09-27T15:42:55.4122233Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fft2_cpu_float32 2022-09-27T15:42:55.4422886Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fft2_cpu_float32 2022-09-27T15:42:55.4736631Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fft_cpu_float32 2022-09-27T15:42:55.4865212Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fft_cpu_float32 2022-09-27T15:42:55.5210215Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fftn_cpu_float32 2022-09-27T15:42:55.5304464Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fftn_cpu_float32 2022-09-27T15:42:55.5385448Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fftshift_cpu_float32 2022-09-27T15:42:55.5743932Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fftshift_cpu_float32 2022-09-27T15:42:55.5997812Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfft2_cpu_float32 2022-09-27T15:42:55.6185272Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfft2_cpu_float32 2022-09-27T15:42:55.6548276Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfft_cpu_float32 2022-09-27T15:42:55.6625009Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfft_cpu_float32 2022-09-27T15:42:55.7062200Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfftn_cpu_float32 2022-09-27T15:42:55.7104110Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfftn_cpu_float32 2022-09-27T15:42:55.7544750Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifft2_cpu_float32 2022-09-27T15:42:55.7560777Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifft2_cpu_float32 2022-09-27T15:42:55.7880726Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifft_cpu_float32 2022-09-27T15:42:55.7984042Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifft_cpu_float32 2022-09-27T15:42:55.8180119Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifftn_cpu_float32 2022-09-27T15:42:55.8464043Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifftn_cpu_float32 2022-09-27T15:42:55.8522537Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifftshift_cpu_float32 2022-09-27T15:42:55.8906706Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifftshift_cpu_float32 2022-09-27T15:42:55.9035274Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfft2_cpu_float32 2022-09-27T15:42:55.9344891Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfft2_cpu_float32 2022-09-27T15:42:55.9586372Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfft_cpu_float32 2022-09-27T15:42:55.9824904Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfft_cpu_float32 2022-09-27T15:42:56.0017447Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfftn_cpu_float32 2022-09-27T15:42:56.0263978Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfftn_cpu_float32 2022-09-27T15:42:56.0457816Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfft2_cpu_float32 2022-09-27T15:42:56.0703207Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfft2_cpu_float32 2022-09-27T15:42:56.1057811Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfft_cpu_float32 2022-09-27T15:42:56.1185551Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfft_cpu_float32 2022-09-27T15:42:56.1489312Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfftn_cpu_float32 2022-09-27T15:42:56.1625044Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfftn_cpu_float32 2022-09-27T15:42:56.1736392Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfft2_cpu_float32 2022-09-27T15:42:56.2063856Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfft2_cpu_float32 2022-09-27T15:42:56.2304404Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfft_cpu_float32 2022-09-27T15:42:56.2612765Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfft_cpu_float32 2022-09-27T15:42:56.3022110Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfftn_cpu_float32 2022-09-27T15:42:56.3035669Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfftn_cpu_float32 2022-09-27T15:42:56.3129137Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fill_cpu_float32 2022-09-27T15:42:56.3506806Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fill_cpu_float32 2022-09-27T15:42:56.3584267Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flatten_cpu_float32 2022-09-27T15:42:56.3973136Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flatten_cpu_float32 2022-09-27T15:42:56.4083316Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flip_cpu_float32 2022-09-27T15:42:56.4446232Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flip_cpu_float32 2022-09-27T15:42:56.4446739Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fliplr_cpu_float32 2022-09-27T15:42:56.4825961Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fliplr_cpu_float32 2022-09-27T15:42:56.4872864Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flipud_cpu_float32 2022-09-27T15:42:56.5294925Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flipud_cpu_float32 2022-09-27T15:42:56.5338484Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_float_cpu_float32 2022-09-27T15:42:56.5500395Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_float_cpu_float32 2022-09-27T15:42:56.5516124Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pca_lowrank_cpu_float32 2022-09-27T15:42:56.5577330Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_permute_cpu_float32 2022-09-27T15:42:56.5721564Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_permute_cpu_float32 2022-09-27T15:42:56.5974383Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_float_power_cpu_float32 2022-09-27T15:42:56.5981063Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_float_power_cpu_float32 2022-09-27T15:42:56.6144134Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pinverse_cpu_float32 2022-09-27T15:42:56.6190433Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_floor_cpu_float32 2022-09-27T15:42:56.6282520Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_floor_cpu_float32 2022-09-27T15:42:56.6383250Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pinverse_cpu_float32 2022-09-27T15:42:56.6632147Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polar_cpu_float32 2022-09-27T15:42:56.7190513Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_floor_divide_cpu_float32 2022-09-27T15:42:56.7202100Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_floor_divide_cpu_float32 2022-09-27T15:42:56.7258563Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmax_cpu_float32 2022-09-27T15:42:56.7275712Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polar_cpu_float32 2022-09-27T15:42:56.7378404Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:42:56.7399364Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:42:56.7625233Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmax_cpu_float32 2022-09-27T15:42:56.7705074Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmin_cpu_float32 2022-09-27T15:42:56.7771096Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:42:56.7801560Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmin_cpu_float32 2022-09-27T15:42:56.8089612Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:42:56.8145815Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmod_cpu_float32 2022-09-27T15:42:56.8224887Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:42:56.8238696Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmod_cpu_float32 2022-09-27T15:42:56.8540110Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:42:56.8556535Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_frac_cpu_float32 2022-09-27T15:42:56.8675888Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_frac_cpu_float32 2022-09-27T15:42:56.8677646Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:42:56.8968678Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:42:56.9051193Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_frexp_cpu_float32 2022-09-27T15:42:56.9126493Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:42:56.9323640Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:42:56.9382818Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_frexp_cpu_float32 2022-09-27T15:42:56.9446929Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_cpu_float32 2022-09-27T15:42:56.9504683Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_cpu_float32 2022-09-27T15:42:56.9505513Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_positive_cpu_float32 2022-09-27T15:42:56.9823252Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_positive_cpu_float32 2022-09-27T15:42:56.9856646Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_real_cpu_complex64 2022-09-27T15:42:56.9902747Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_real_cpu_complex64 2022-09-27T15:42:57.0053592Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pow_cpu_float32 2022-09-27T15:42:57.0262221Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pow_cpu_float32 2022-09-27T15:42:57.0328340Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_cpu_float32 2022-09-27T15:42:57.0341830Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_cpu_float32 2022-09-27T15:42:57.0611454Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_prod_cpu_float32 2022-09-27T15:42:57.0702463Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_prod_cpu_float32 2022-09-27T15:42:57.0743811Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vsplit_cpu_float32 2022-09-27T15:42:57.0781578Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vsplit_cpu_float32 2022-09-27T15:42:57.1005503Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_put_cpu_float32 2022-09-27T15:42:57.1141711Z [gw1] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_put_cpu_float32 2022-09-27T15:42:57.1188278Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vstack_cpu_float32 2022-09-27T15:42:57.1221733Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vstack_cpu_float32 2022-09-27T15:42:57.1585188Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_qr_cpu_float32 2022-09-27T15:42:57.1711390Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_where_cpu_float32 2022-09-27T15:42:57.1841117Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_where_cpu_float32 2022-09-27T15:42:57.1848836Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_qr_cpu_float32 2022-09-27T15:42:57.1874509Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_quantile_cpu_float32 2022-09-27T15:42:57.2023045Z [gw1] [ 95%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_quantile_cpu_float32 2022-09-27T15:42:57.2121525Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_xlogy_cpu_float32 2022-09-27T15:42:57.2264402Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_xlogy_cpu_float32 2022-09-27T15:42:57.2325386Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rad2deg_cpu_float32 2022-09-27T15:42:57.2464220Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rad2deg_cpu_float32 2022-09-27T15:42:57.2511651Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zero__cpu_float32 2022-09-27T15:42:57.2703418Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zero__cpu_float32 2022-09-27T15:42:57.2885125Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rand_like_cpu_float32 2022-09-27T15:42:57.2903059Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rand_like_cpu_float32 2022-09-27T15:42:57.2939702Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zeros_cpu_float32 2022-09-27T15:42:57.3142710Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zeros_cpu_float32 2022-09-27T15:42:57.3344017Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randint_like_cpu_float32 2022-09-27T15:42:57.3476634Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zeros_like_cpu_float32 2022-09-27T15:42:57.3499768Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randint_like_cpu_float32 2022-09-27T15:42:57.3583685Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zeros_like_cpu_float32 2022-09-27T15:42:57.3636992Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randn_cpu_float32 2022-09-27T15:42:57.3784568Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randn_cpu_float32 2022-09-27T15:42:57.3847816Z test_ops.py::TestTagsCPU::test_tags_H_cpu_float32 2022-09-27T15:42:57.4023845Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_H_cpu_float32 2022-09-27T15:42:57.4186904Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randn_like_cpu_float32 2022-09-27T15:42:57.4223588Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randn_like_cpu_float32 2022-09-27T15:42:57.4279194Z test_ops.py::TestTagsCPU::test_tags_T_cpu_float32 2022-09-27T15:42:57.4463011Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_T_cpu_float32 2022-09-27T15:42:57.4520399Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ravel_cpu_float32 2022-09-27T15:42:57.4663139Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ravel_cpu_float32 2022-09-27T15:42:57.4713091Z test_ops.py::TestTagsCPU::test_tags___getitem___cpu_float32 2022-09-27T15:42:57.4903735Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags___getitem___cpu_float32 2022-09-27T15:42:57.4939631Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_real_cpu_float32 2022-09-27T15:42:57.5102783Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_real_cpu_float32 2022-09-27T15:42:57.5256299Z test_ops.py::TestTagsCPU::test_tags___radd___cpu_float32 2022-09-27T15:42:57.5343041Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags___radd___cpu_float32 2022-09-27T15:42:57.5386477Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reciprocal_cpu_float32 2022-09-27T15:42:57.5542244Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reciprocal_cpu_float32 2022-09-27T15:42:57.5681178Z test_ops.py::TestTagsCPU::test_tags___rand___cpu_int64 2022-09-27T15:42:57.5783540Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags___rand___cpu_int64 2022-09-27T15:42:57.5897602Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_remainder_cpu_float32 2022-09-27T15:42:57.5981685Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_remainder_cpu_float32 2022-09-27T15:42:57.6136894Z test_ops.py::TestTagsCPU::test_tags___rdiv___cpu_float32 2022-09-27T15:42:57.6222949Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags___rdiv___cpu_float32 2022-09-27T15:42:57.6277346Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_renorm_cpu_float32 2022-09-27T15:42:57.6422577Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_renorm_cpu_float32 2022-09-27T15:42:57.6649839Z test_ops.py::TestTagsCPU::test_tags___rmatmul___cpu_float32 2022-09-27T15:42:57.6662579Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags___rmatmul___cpu_float32 2022-09-27T15:42:57.6726665Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_ndtr_cpu_float32 2022-09-27T15:42:57.6862884Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_ndtr_cpu_float32 2022-09-27T15:42:57.7002336Z test_ops.py::TestTagsCPU::test_tags___rmod___cpu_float32 2022-09-27T15:42:57.7102991Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags___rmod___cpu_float32 2022-09-27T15:42:57.7142655Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_ndtri_cpu_float32 2022-09-27T15:42:57.7304068Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_ndtri_cpu_float32 2022-09-27T15:42:57.7446279Z test_ops.py::TestTagsCPU::test_tags___rmul___cpu_float32 2022-09-27T15:42:57.7543677Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags___rmul___cpu_float32 2022-09-27T15:42:57.7642585Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:42:57.7743472Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:42:57.7877557Z test_ops.py::TestTagsCPU::test_tags___ror___cpu_int64 2022-09-27T15:42:57.7984396Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags___ror___cpu_int64 2022-09-27T15:42:57.8032446Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:42:57.8184794Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:42:57.8339744Z test_ops.py::TestTagsCPU::test_tags___rpow___cpu_float32 2022-09-27T15:42:57.8423362Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags___rpow___cpu_float32 2022-09-27T15:42:57.8473671Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:42:57.8622370Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:42:57.8773399Z test_ops.py::TestTagsCPU::test_tags___rsub___cpu_float32 2022-09-27T15:42:57.8862439Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags___rsub___cpu_float32 2022-09-27T15:42:57.8876428Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:42:57.9062747Z [gw1] [ 95%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:42:57.9204995Z test_ops.py::TestTagsCPU::test_tags___rxor___cpu_int64 2022-09-27T15:42:57.9303308Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags___rxor___cpu_int64 2022-09-27T15:42:57.9322403Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:42:57.9502288Z [gw1] [ 95%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:42:57.9743888Z test_ops.py::TestTagsCPU::test_tags__masked_amax_cpu_float32 2022-09-27T15:42:57.9762668Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:42:58.0184001Z [gw1] [ 95%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:42:58.0204227Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:42:58.0625048Z [gw1] [ 95%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:42:58.0684241Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:42:58.0836544Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:42:58.0847592Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_amax_cpu_float32 2022-09-27T15:42:58.1062864Z test_ops.py::TestTagsCPU::test_tags__masked_amin_cpu_float32 2022-09-27T15:42:58.1205989Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_xlog1py_cpu_float32 2022-09-27T15:42:58.1503195Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_xlog1py_cpu_float32 2022-09-27T15:42:58.1647439Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_zeta_cpu_float32 2022-09-27T15:42:58.1942842Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_zeta_cpu_float32 2022-09-27T15:42:58.1994133Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_cpu_float32 2022-09-27T15:42:58.2175324Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_cpu_float32 2022-09-27T15:42:58.2187781Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_amin_cpu_float32 2022-09-27T15:42:58.2383497Z test_ops.py::TestTagsCPU::test_tags__masked_argmax_cpu_float32 2022-09-27T15:42:58.2459899Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_list_args_cpu_float32 2022-09-27T15:42:58.2823444Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_list_args_cpu_float32 2022-09-27T15:42:58.2915620Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_with_sizes_cpu_float32 2022-09-27T15:42:58.3020144Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_with_sizes_cpu_float32 2022-09-27T15:42:58.3033712Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_argmax_cpu_float32 2022-09-27T15:42:58.3263393Z test_ops.py::TestTagsCPU::test_tags__masked_argmin_cpu_float32 2022-09-27T15:42:58.3301699Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sqrt_cpu_float32 2022-09-27T15:42:58.3705207Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sqrt_cpu_float32 2022-09-27T15:42:58.3760277Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_square_cpu_float32 2022-09-27T15:42:58.3832686Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_square_cpu_float32 2022-09-27T15:42:58.3842173Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_solve_cpu_float32 2022-09-27T15:42:58.3870168Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_unpack_cpu_float32 2022-09-27T15:42:58.3880004Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_argmin_cpu_float32 2022-09-27T15:42:58.4070661Z test_ops.py::TestTagsCPU::test_tags__masked_cumprod_cpu_float32 2022-09-27T15:42:58.4141857Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_cumprod_cpu_float32 2022-09-27T15:42:58.4213089Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_squeeze_cpu_float32 2022-09-27T15:42:58.4344319Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_squeeze_cpu_float32 2022-09-27T15:42:58.4533299Z test_ops.py::TestTagsCPU::test_tags__masked_cumsum_cpu_float32 2022-09-27T15:42:58.4606406Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_cumsum_cpu_float32 2022-09-27T15:42:58.4705356Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_stack_cpu_float32 2022-09-27T15:42:58.4859397Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_stack_cpu_float32 2022-09-27T15:42:58.5100684Z test_ops.py::TestTagsCPU::test_tags__masked_log_softmax_cpu_float32 2022-09-27T15:42:58.5158479Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_std_cpu_float32 2022-09-27T15:42:58.5255687Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_std_cpu_float32 2022-09-27T15:42:58.5280311Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_log_softmax_cpu_float32 2022-09-27T15:42:58.5463558Z test_ops.py::TestTagsCPU::test_tags__masked_logaddexp_cpu_float32 2022-09-27T15:42:58.5541365Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_std_mean_cpu_float32 2022-09-27T15:42:58.5650015Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_logaddexp_cpu_float32 2022-09-27T15:42:58.5797035Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_std_mean_cpu_float32 2022-09-27T15:42:58.5979241Z test_ops.py::TestTagsCPU::test_tags__masked_logsumexp_cpu_float32 2022-09-27T15:42:58.6538732Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_stft_cpu_float32 2022-09-27T15:42:58.6555997Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_stft_cpu_float32 2022-09-27T15:42:58.6717264Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sub_cpu_float32 2022-09-27T15:42:58.7026698Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sub_cpu_float32 2022-09-27T15:42:58.7047202Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sum_cpu_float32 2022-09-27T15:42:58.7057516Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_unpack_cpu_float32 2022-09-27T15:42:58.7167464Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mH_cpu_float32 2022-09-27T15:42:58.7259061Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sum_cpu_float32 2022-09-27T15:42:58.7270572Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_logsumexp_cpu_float32 2022-09-27T15:42:58.7366160Z test_ops.py::TestTagsCPU::test_tags__masked_mean_cpu_float32 2022-09-27T15:42:58.7462409Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mH_cpu_float32 2022-09-27T15:42:58.7468873Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mT_cpu_float32 2022-09-27T15:42:58.7611999Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sum_to_size_cpu_float32 2022-09-27T15:42:58.7719517Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sum_to_size_cpu_float32 2022-09-27T15:42:58.7904047Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mT_cpu_float32 2022-09-27T15:42:58.7907861Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_fill_cpu_float32 2022-09-27T15:42:58.8794338Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_svd_cpu_float32 2022-09-27T15:42:58.8806363Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_mean_cpu_float32 2022-09-27T15:42:58.9052960Z test_ops.py::TestTagsCPU::test_tags__masked_median_cpu_float32 2022-09-27T15:42:58.9222814Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_median_cpu_float32 2022-09-27T15:42:58.9854436Z test_ops.py::TestTagsCPU::test_tags__masked_norm_cpu_float32 2022-09-27T15:42:58.9868217Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_fill_cpu_float32 2022-09-27T15:42:59.0838297Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_scatter_cpu_float32 2022-09-27T15:42:59.0866129Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_svd_cpu_float32 2022-09-27T15:42:59.1753931Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_svd_lowrank_cpu_float32 2022-09-27T15:42:59.1769832Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_scatter_cpu_float32 2022-09-27T15:42:59.2539495Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_select_cpu_float32 2022-09-27T15:42:59.2551789Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_select_cpu_float32 2022-09-27T15:42:59.6077015Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matmul_cpu_float32 2022-09-27T15:42:59.6080515Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_norm_cpu_float32 2022-09-27T15:42:59.6124502Z test_ops.py::TestTagsCPU::test_tags__masked_normalize_cpu_float32 2022-09-27T15:42:59.6137034Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:42:59.6690520Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:42:59.6702448Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_normalize_cpu_float32 2022-09-27T15:42:59.8323588Z test_ops.py::TestTagsCPU::test_tags__masked_prod_cpu_float32 2022-09-27T15:42:59.8338496Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_prod_cpu_float32 2022-09-27T15:42:59.8604612Z test_ops.py::TestTagsCPU::test_tags__masked_softmax_cpu_float32 2022-09-27T15:42:59.8742873Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_softmax_cpu_float32 2022-09-27T15:42:59.9011730Z test_ops.py::TestTagsCPU::test_tags__masked_softmin_cpu_float32 2022-09-27T15:42:59.9184257Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_softmin_cpu_float32 2022-09-27T15:42:59.9380220Z test_ops.py::TestTagsCPU::test_tags__masked_std_cpu_float32 2022-09-27T15:42:59.9389827Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matmul_cpu_float32 2022-09-27T15:42:59.9726294Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matrix_exp_cpu_float32 2022-09-27T15:42:59.9824862Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matrix_exp_cpu_float32 2022-09-27T15:43:00.2693780Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_binary_cpu_float32 2022-09-27T15:43:00.2708247Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_std_cpu_float32 2022-09-27T15:43:00.3128475Z test_ops.py::TestTagsCPU::test_tags__masked_sum_cpu_float32 2022-09-27T15:43:00.3142296Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_binary_cpu_float32 2022-09-27T15:43:00.3291068Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_no_dim_cpu_float32 2022-09-27T15:43:00.3544472Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_no_dim_cpu_float32 2022-09-27T15:43:00.3847612Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_with_dim_cpu_float32 2022-09-27T15:43:00.4024657Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_with_dim_cpu_float32 2022-09-27T15:43:00.4043088Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_maximum_cpu_float32 2022-09-27T15:43:00.4056096Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_sum_cpu_float32 2022-09-27T15:43:00.7340444Z test_ops.py::TestTagsCPU::test_tags__masked_var_cpu_float32 2022-09-27T15:43:00.7356502Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_maximum_cpu_float32 2022-09-27T15:43:00.7535626Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mean_cpu_float32 2022-09-27T15:43:00.7548874Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_var_cpu_float32 2022-09-27T15:43:00.7584521Z test_ops.py::TestTagsCPU::test_tags__refs_abs_cpu_float32 2022-09-27T15:43:00.7985420Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_abs_cpu_float32 2022-09-27T15:43:00.8078557Z test_ops.py::TestTagsCPU::test_tags__refs_acos_cpu_float32 2022-09-27T15:43:00.8294649Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_acos_cpu_float32 2022-09-27T15:43:00.8300716Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mean_cpu_float32 2022-09-27T15:43:00.8422567Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_median_cpu_float32 2022-09-27T15:43:00.8515975Z test_ops.py::TestTagsCPU::test_tags__refs_acosh_cpu_float32 2022-09-27T15:43:00.8862824Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_acosh_cpu_float32 2022-09-27T15:43:00.8929865Z test_ops.py::TestTagsCPU::test_tags__refs_add_cpu_float32 2022-09-27T15:43:00.8944240Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_median_cpu_float32 2022-09-27T15:43:00.9084765Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:43:00.9304329Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_add_cpu_float32 2022-09-27T15:43:00.9582464Z test_ops.py::TestTagsCPU::test_tags__refs_addcdiv_cpu_float32 2022-09-27T15:43:00.9601153Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_addcdiv_cpu_float32 2022-09-27T15:43:00.9610867Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:43:00.9743671Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:43:00.9895418Z test_ops.py::TestTagsCPU::test_tags__refs_addr_cpu_float32 2022-09-27T15:43:00.9912525Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_addr_cpu_float32 2022-09-27T15:43:00.9921730Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:43:01.0183954Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:43:01.0545489Z test_ops.py::TestTagsCPU::test_tags__refs_all_cpu_float32 2022-09-27T15:43:01.0623274Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_all_cpu_float32 2022-09-27T15:43:01.1029479Z test_ops.py::TestTagsCPU::test_tags__refs_allclose_cpu_float32 2022-09-27T15:43:01.1066459Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_allclose_cpu_float32 2022-09-27T15:43:01.1284864Z test_ops.py::TestTagsCPU::test_tags__refs_amax_cpu_float32 2022-09-27T15:43:01.1292457Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:43:01.1411348Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:43:01.1503418Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_amax_cpu_float32 2022-09-27T15:43:01.1866679Z test_ops.py::TestTagsCPU::test_tags__refs_amin_cpu_float32 2022-09-27T15:43:01.1945256Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_amin_cpu_float32 2022-09-27T15:43:01.2326777Z test_ops.py::TestTagsCPU::test_tags__refs_any_cpu_float32 2022-09-27T15:43:01.2386940Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_any_cpu_float32 2022-09-27T15:43:01.2416999Z test_ops.py::TestTagsCPU::test_tags__refs_arange_cpu_float32 2022-09-27T15:43:01.2829090Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_arange_cpu_float32 2022-09-27T15:43:01.2958468Z test_ops.py::TestTagsCPU::test_tags__refs_as_strided_cpu_float32 2022-09-27T15:43:01.3271342Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_as_strided_cpu_float32 2022-09-27T15:43:01.3316479Z test_ops.py::TestTagsCPU::test_tags__refs_asin_cpu_float32 2022-09-27T15:43:01.3705743Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_asin_cpu_float32 2022-09-27T15:43:01.3748079Z test_ops.py::TestTagsCPU::test_tags__refs_asinh_cpu_float32 2022-09-27T15:43:01.4145672Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_asinh_cpu_float32 2022-09-27T15:43:01.4322497Z test_ops.py::TestTagsCPU::test_tags__refs_atan2_cpu_float32 2022-09-27T15:43:01.4585570Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atan2_cpu_float32 2022-09-27T15:43:01.4632606Z test_ops.py::TestTagsCPU::test_tags__refs_atan_cpu_float32 2022-09-27T15:43:01.5026079Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atan_cpu_float32 2022-09-27T15:43:01.5079199Z test_ops.py::TestTagsCPU::test_tags__refs_atanh_cpu_float32 2022-09-27T15:43:01.5467524Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atanh_cpu_float32 2022-09-27T15:43:01.5587748Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_1d_cpu_float32 2022-09-27T15:43:01.5906747Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atleast_1d_cpu_float32 2022-09-27T15:43:01.6031806Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_2d_cpu_float32 2022-09-27T15:43:01.6344971Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atleast_2d_cpu_float32 2022-09-27T15:43:01.6442893Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_3d_cpu_float32 2022-09-27T15:43:01.6526039Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atleast_3d_cpu_float32 2022-09-27T15:43:01.6536607Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_svd_lowrank_cpu_float32 2022-09-27T15:43:01.6786029Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_symeig_cpu_float32 2022-09-27T15:43:01.6957850Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_and_cpu_int64 2022-09-27T15:43:01.7224375Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_bitwise_and_cpu_int64 2022-09-27T15:43:01.7393232Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:43:01.7485149Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:43:01.7499971Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_symeig_cpu_float32 2022-09-27T15:43:01.7538757Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_t_cpu_float32 2022-09-27T15:43:01.7664723Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_t_cpu_float32 2022-09-27T15:43:01.7735553Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_not_cpu_int64 2022-09-27T15:43:01.7903956Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_bitwise_not_cpu_int64 2022-09-27T15:43:01.8027210Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_take_along_dim_cpu_float32 2022-09-27T15:43:01.8105160Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_take_along_dim_cpu_float32 2022-09-27T15:43:01.8283374Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_or_cpu_int64 2022-09-27T15:43:01.8344540Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_bitwise_or_cpu_int64 2022-09-27T15:43:01.8544403Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_take_cpu_float32 2022-09-27T15:43:01.8719818Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_xor_cpu_int64 2022-09-27T15:43:01.8984217Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_bitwise_xor_cpu_int64 2022-09-27T15:43:01.9015311Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_shapes_cpu_float32 2022-09-27T15:43:01.9249971Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_broadcast_shapes_cpu_float32 2022-09-27T15:43:01.9260730Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_take_cpu_float32 2022-09-27T15:43:01.9289804Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tan_cpu_float32 2022-09-27T15:43:01.9422957Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tan_cpu_float32 2022-09-27T15:43:01.9462227Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_tensors_cpu_float32 2022-09-27T15:43:01.9663242Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_broadcast_tensors_cpu_float32 2022-09-27T15:43:01.9690626Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tanh_cpu_float32 2022-09-27T15:43:01.9863634Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tanh_cpu_float32 2022-09-27T15:43:01.9986991Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_to_cpu_float32 2022-09-27T15:43:02.0103034Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_broadcast_to_cpu_float32 2022-09-27T15:43:02.0123237Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tensor_split_cpu_float32 2022-09-27T15:43:02.0303547Z [gw1] [ 95%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tensor_split_cpu_float32 2022-09-27T15:43:02.0330538Z test_ops.py::TestTagsCPU::test_tags__refs_cat_cpu_float32 2022-09-27T15:43:02.0544459Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_cat_cpu_float32 2022-09-27T15:43:02.0622726Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tensordot_cpu_float32 2022-09-27T15:43:02.0743892Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tensordot_cpu_float32 2022-09-27T15:43:02.0784183Z test_ops.py::TestTagsCPU::test_tags__refs_ceil_cpu_float32 2022-09-27T15:43:02.0983760Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_ceil_cpu_float32 2022-09-27T15:43:02.1184754Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tile_cpu_float32 2022-09-27T15:43:02.1271010Z test_ops.py::TestTagsCPU::test_tags__refs_chunk_cpu_float32 2022-09-27T15:43:02.1365618Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_chunk_cpu_float32 2022-09-27T15:43:02.1422400Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tile_cpu_float32 2022-09-27T15:43:02.1623991Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_to_cpu_float32 2022-09-27T15:43:02.1730388Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_cpu_float32 2022-09-27T15:43:02.1744161Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_to_cpu_float32 2022-09-27T15:43:02.1863339Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_clamp_cpu_float32 2022-09-27T15:43:02.1886422Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_to_sparse_cpu_float32 2022-09-27T15:43:02.2063645Z [gw1] [ 95%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_to_sparse_cpu_float32 2022-09-27T15:43:02.2222338Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_max_cpu_float32 2022-09-27T15:43:02.2303796Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_clamp_max_cpu_float32 2022-09-27T15:43:02.2431956Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_topk_cpu_float32 2022-09-27T15:43:02.2502700Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_topk_cpu_float32 2022-09-27T15:43:02.2643024Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_min_cpu_float32 2022-09-27T15:43:02.2762473Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_clamp_min_cpu_float32 2022-09-27T15:43:02.2775954Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trace_cpu_float32 2022-09-27T15:43:02.2943316Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trace_cpu_float32 2022-09-27T15:43:02.2996424Z test_ops.py::TestTagsCPU::test_tags__refs_clone_cpu_float32 2022-09-27T15:43:02.3182523Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_clone_cpu_float32 2022-09-27T15:43:02.3280704Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_transpose_cpu_float32 2022-09-27T15:43:02.3382680Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_transpose_cpu_float32 2022-09-27T15:43:02.3408763Z test_ops.py::TestTagsCPU::test_tags__refs_column_stack_cpu_float32 2022-09-27T15:43:02.3622689Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_column_stack_cpu_float32 2022-09-27T15:43:02.3822990Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trapezoid_cpu_float32 2022-09-27T15:43:02.3890089Z test_ops.py::TestTagsCPU::test_tags__refs_conj_cpu_float32 2022-09-27T15:43:02.3945900Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_conj_cpu_float32 2022-09-27T15:43:02.4062714Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trapezoid_cpu_float32 2022-09-27T15:43:02.4262765Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trapz_cpu_float32 2022-09-27T15:43:02.4305915Z test_ops.py::TestTagsCPU::test_tags__refs_conj_physical_cpu_float32 2022-09-27T15:43:02.4308493Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trapz_cpu_float32 2022-09-27T15:43:02.4502282Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_conj_physical_cpu_float32 2022-09-27T15:43:02.4675952Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triangular_solve_cpu_float32 2022-09-27T15:43:02.4702777Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triangular_solve_cpu_float32 2022-09-27T15:43:02.4722838Z test_ops.py::TestTagsCPU::test_tags__refs_constant_pad_nd_cpu_float32 2022-09-27T15:43:02.4943346Z [gw2] [ 95%] SKIPPED test_ops.py::TestTagsCPU::test_tags__refs_constant_pad_nd_cpu_float32 2022-09-27T15:43:02.5057223Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tril_cpu_float32 2022-09-27T15:43:02.5142679Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tril_cpu_float32 2022-09-27T15:43:02.5208652Z test_ops.py::TestTagsCPU::test_tags__refs_contiguous_cpu_float32 2022-09-27T15:43:02.5384007Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_contiguous_cpu_float32 2022-09-27T15:43:02.5474486Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tril_indices_cpu_int64 2022-09-27T15:43:02.5583518Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tril_indices_cpu_int64 2022-09-27T15:43:02.5822321Z test_ops.py::TestTagsCPU::test_tags__refs_copysign_cpu_float32 2022-09-27T15:43:02.5948562Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triu_cpu_float32 2022-09-27T15:43:02.5961905Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triu_cpu_float32 2022-09-27T15:43:02.6022849Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_copysign_cpu_float32 2022-09-27T15:43:02.6092609Z test_ops.py::TestTagsCPU::test_tags__refs_cos_cpu_float32 2022-09-27T15:43:02.6262610Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_cos_cpu_float32 2022-09-27T15:43:02.6377100Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triu_indices_cpu_int64 2022-09-27T15:43:02.6462131Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triu_indices_cpu_int64 2022-09-27T15:43:02.6532594Z test_ops.py::TestTagsCPU::test_tags__refs_cosh_cpu_float32 2022-09-27T15:43:02.6703583Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_cosh_cpu_float32 2022-09-27T15:43:02.6850039Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_true_divide_cpu_float32 2022-09-27T15:43:02.6902824Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_true_divide_cpu_float32 2022-09-27T15:43:02.7144727Z test_ops.py::TestTagsCPU::test_tags__refs_diag_embed_cpu_float32 2022-09-27T15:43:02.7172195Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trunc_cpu_float32 2022-09-27T15:43:02.7188752Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_diag_embed_cpu_float32 2022-09-27T15:43:02.7343680Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trunc_cpu_float32 2022-09-27T15:43:02.7574576Z test_ops.py::TestTagsCPU::test_tags__refs_diagonal_cpu_float32 2022-09-27T15:43:02.7588082Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_diagonal_cpu_float32 2022-09-27T15:43:02.7691743Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unbind_cpu_float32 2022-09-27T15:43:02.7784811Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unbind_cpu_float32 2022-09-27T15:43:02.7855661Z test_ops.py::TestTagsCPU::test_tags__refs_digamma_cpu_float32 2022-09-27T15:43:02.8026100Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_digamma_cpu_float32 2022-09-27T15:43:02.8126407Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unflatten_cpu_float32 2022-09-27T15:43:02.8225896Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unflatten_cpu_float32 2022-09-27T15:43:02.8465419Z test_ops.py::TestTagsCPU::test_tags__refs_div_floor_rounding_cpu_float32 2022-09-27T15:43:02.8636023Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unfold_cpu_float32 2022-09-27T15:43:02.8903106Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unfold_cpu_float32 2022-09-27T15:43:02.8926830Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_uniform_cpu_float32 2022-09-27T15:43:02.8939634Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_div_floor_rounding_cpu_float32 2022-09-27T15:43:02.8971481Z test_ops.py::TestTagsCPU::test_tags__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:43:02.9171175Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_uniform_cpu_float32 2022-09-27T15:43:02.9384349Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:43:02.9384887Z test_ops.py::TestTagsCPU::test_tags__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:43:02.9684073Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unique_consecutive_cpu_float32 2022-09-27T15:43:02.9785331Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:43:02.9870985Z test_ops.py::TestTagsCPU::test_tags__refs_dsplit_cpu_float32 2022-09-27T15:43:03.0226803Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_dsplit_cpu_float32 2022-09-27T15:43:03.0273732Z test_ops.py::TestTagsCPU::test_tags__refs_dstack_cpu_float32 2022-09-27T15:43:03.0643400Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_dstack_cpu_float32 2022-09-27T15:43:03.0650742Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unique_consecutive_cpu_float32 2022-09-27T15:43:03.0666599Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unique_cpu_float32 2022-09-27T15:43:03.0688722Z test_ops.py::TestTagsCPU::test_tags__refs_empty_cpu_float32 2022-09-27T15:43:03.1102646Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_empty_cpu_float32 2022-09-27T15:43:03.1249813Z test_ops.py::TestTagsCPU::test_tags__refs_empty_like_cpu_float32 2022-09-27T15:43:03.1543416Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_empty_like_cpu_float32 2022-09-27T15:43:03.1762930Z test_ops.py::TestTagsCPU::test_tags__refs_eq_cpu_float32 2022-09-27T15:43:03.1984038Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_eq_cpu_float32 2022-09-27T15:43:03.2026356Z test_ops.py::TestTagsCPU::test_tags__refs_erf_cpu_float32 2022-09-27T15:43:03.2423772Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_erf_cpu_float32 2022-09-27T15:43:03.2498351Z test_ops.py::TestTagsCPU::test_tags__refs_erfc_cpu_float32 2022-09-27T15:43:03.2864727Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_erfc_cpu_float32 2022-09-27T15:43:03.2907162Z test_ops.py::TestTagsCPU::test_tags__refs_erfinv_cpu_float32 2022-09-27T15:43:03.3086766Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_erfinv_cpu_float32 2022-09-27T15:43:03.3095855Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unique_cpu_float32 2022-09-27T15:43:03.3170293Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unsqueeze_cpu_float32 2022-09-27T15:43:03.3304072Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unsqueeze_cpu_float32 2022-09-27T15:43:03.3372852Z test_ops.py::TestTagsCPU::test_tags__refs_exp2_cpu_float32 2022-09-27T15:43:03.3396658Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_exp2_cpu_float32 2022-09-27T15:43:03.3403365Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:43:03.3503148Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:43:03.3599170Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_var_cpu_float32 2022-09-27T15:43:03.3743243Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_var_cpu_float32 2022-09-27T15:43:03.3819132Z test_ops.py::TestTagsCPU::test_tags__refs_exp_cpu_float32 2022-09-27T15:43:03.3942756Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_exp_cpu_float32 2022-09-27T15:43:03.4090023Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_var_mean_cpu_float32 2022-09-27T15:43:03.4182577Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_var_mean_cpu_float32 2022-09-27T15:43:03.4250115Z test_ops.py::TestTagsCPU::test_tags__refs_expand_as_cpu_float32 2022-09-27T15:43:03.4382479Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_expand_as_cpu_float32 2022-09-27T15:43:03.4423463Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vdot_cpu_float32 2022-09-27T15:43:03.4622572Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vdot_cpu_float32 2022-09-27T15:43:03.4791951Z test_ops.py::TestTagsCPU::test_tags__refs_expand_cpu_float32 2022-09-27T15:43:03.4822353Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_expand_cpu_float32 2022-09-27T15:43:03.4893332Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_complex_cpu_float32 2022-09-27T15:43:03.5062682Z [gw1] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_complex_cpu_float32 2022-09-27T15:43:03.5103857Z test_ops.py::TestTagsCPU::test_tags__refs_expm1_cpu_float32 2022-09-27T15:43:03.5262464Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_expm1_cpu_float32 2022-09-27T15:43:03.5359231Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fftshift_cpu_float32 2022-09-27T15:43:03.5494409Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_fftshift_cpu_float32 2022-09-27T15:43:03.5501926Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:43:03.5504168Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:43:03.5526438Z test_ops.py::TestTagsCPU::test_tags__refs_eye_cpu_float32 2022-09-27T15:43:03.5702096Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_eye_cpu_float32 2022-09-27T15:43:03.5742419Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft2_cpu_float32 2022-09-27T15:43:03.5942564Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft2_cpu_float32 2022-09-27T15:43:03.5981571Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fft2_cpu_float32 2022-09-27T15:43:03.6142126Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_fft2_cpu_float32 2022-09-27T15:43:03.6269313Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft_cpu_float32 2022-09-27T15:43:03.6381776Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft_cpu_float32 2022-09-27T15:43:03.6475688Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fft_cpu_float32 2022-09-27T15:43:03.6491516Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_fft_cpu_float32 2022-09-27T15:43:03.6502541Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:43:03.6581410Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_binary_cpu_float32 2022-09-27T15:43:03.6719568Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfftn_cpu_float32 2022-09-27T15:43:03.6822172Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_hfftn_cpu_float32 2022-09-27T15:43:03.6904314Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fftn_cpu_float32 2022-09-27T15:43:03.7022697Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_fftn_cpu_float32 2022-09-27T15:43:03.7059570Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft2_cpu_float32 2022-09-27T15:43:03.7262572Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft2_cpu_float32 2022-09-27T15:43:03.7302641Z test_ops.py::TestTagsCPU::test_tags__refs_isposinf_cpu_float32 2022-09-27T15:43:03.7462309Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isposinf_cpu_float32 2022-09-27T15:43:03.7535007Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft_cpu_float32 2022-09-27T15:43:03.7703023Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft_cpu_float32 2022-09-27T15:43:03.7760475Z test_ops.py::TestTagsCPU::test_tags__refs_isreal_cpu_float32 2022-09-27T15:43:03.7902017Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isreal_cpu_float32 2022-09-27T15:43:03.7968320Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftn_cpu_float32 2022-09-27T15:43:03.8142509Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftn_cpu_float32 2022-09-27T15:43:03.8317023Z test_ops.py::TestTagsCPU::test_tags__refs_lcm_cpu_int64 2022-09-27T15:43:03.8342871Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_lcm_cpu_int64 2022-09-27T15:43:03.8425970Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftshift_cpu_float32 2022-09-27T15:43:03.8582066Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftshift_cpu_float32 2022-09-27T15:43:03.8747838Z test_ops.py::TestTagsCPU::test_tags__refs_le_cpu_float32 2022-09-27T15:43:03.8781539Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_le_cpu_float32 2022-09-27T15:43:03.8850498Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft2_cpu_float32 2022-09-27T15:43:03.9021920Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft2_cpu_float32 2022-09-27T15:43:03.9088811Z test_ops.py::TestTagsCPU::test_tags__refs_lgamma_cpu_float32 2022-09-27T15:43:03.9221955Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_lgamma_cpu_float32 2022-09-27T15:43:03.9271884Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft_cpu_float32 2022-09-27T15:43:03.9278781Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_binary_cpu_float32 2022-09-27T15:43:03.9288159Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_no_dim_cpu_float32 2022-09-27T15:43:03.9408944Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft_cpu_float32 2022-09-27T15:43:03.9462299Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_no_dim_cpu_float32 2022-09-27T15:43:03.9662824Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:43:03.9749764Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfftn_cpu_float32 2022-09-27T15:43:03.9831477Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_with_dim_cpu_float32 2022-09-27T15:43:03.9969806Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfftn_cpu_float32 2022-09-27T15:43:04.0102543Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_with_dim_cpu_float32 2022-09-27T15:43:04.0130279Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft2_cpu_float32 2022-09-27T15:43:04.0140951Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:43:04.0149868Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft2_cpu_float32 2022-09-27T15:43:04.0221762Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_norm_cpu_float32 2022-09-27T15:43:04.0582947Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_minimum_cpu_float32 2022-09-27T15:43:04.0671378Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft_cpu_float32 2022-09-27T15:43:04.0987052Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft_cpu_float32 2022-09-27T15:43:04.1087997Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfftn_cpu_float32 2022-09-27T15:43:04.1097464Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_irfftn_cpu_float32 2022-09-27T15:43:04.1105206Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linalg_norm_cpu_float32 2022-09-27T15:43:04.1428641Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_svd_cpu_float32 2022-09-27T15:43:04.1480009Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft2_cpu_float32 2022-09-27T15:43:04.1866764Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft2_cpu_float32 2022-09-27T15:43:04.1937409Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft_cpu_float32 2022-09-27T15:43:04.2121803Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft_cpu_float32 2022-09-27T15:43:04.2151793Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linalg_svd_cpu_float32 2022-09-27T15:43:04.2302842Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_svdvals_cpu_float32 2022-09-27T15:43:04.2352725Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfftn_cpu_float32 2022-09-27T15:43:04.2365942Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linalg_svdvals_cpu_float32 2022-09-27T15:43:04.2583749Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_rfftn_cpu_float32 2022-09-27T15:43:04.2744561Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:43:04.2840575Z test_ops.py::TestTagsCPU::test_tags__refs_fill_cpu_float32 2022-09-27T15:43:04.2968357Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fill_cpu_float32 2022-09-27T15:43:04.2977626Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_minimum_cpu_float32 2022-09-27T15:43:04.3182549Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mm_cpu_float32 2022-09-27T15:43:04.3289718Z test_ops.py::TestTagsCPU::test_tags__refs_flatten_cpu_float32 2022-09-27T15:43:04.3407849Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_flatten_cpu_float32 2022-09-27T15:43:04.3420328Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mm_cpu_float32 2022-09-27T15:43:04.3662855Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mode_cpu_float32 2022-09-27T15:43:04.3886515Z test_ops.py::TestTagsCPU::test_tags__refs_flip_cpu_float32 2022-09-27T15:43:04.3898507Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_flip_cpu_float32 2022-09-27T15:43:04.3912184Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mode_cpu_float32 2022-09-27T15:43:04.4004249Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_movedim_cpu_float32 2022-09-27T15:43:04.4013430Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_movedim_cpu_float32 2022-09-27T15:43:04.4021448Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:43:04.4044645Z test_ops.py::TestTagsCPU::test_tags__refs_linspace_cpu_float32 2022-09-27T15:43:04.4101315Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linspace_cpu_float32 2022-09-27T15:43:04.4149172Z test_ops.py::TestTagsCPU::test_tags__refs_fliplr_cpu_float32 2022-09-27T15:43:04.4343797Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fliplr_cpu_float32 2022-09-27T15:43:04.4352694Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_msort_cpu_float32 2022-09-27T15:43:04.4359473Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:43:04.4464676Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:43:04.4507660Z test_ops.py::TestTagsCPU::test_tags__refs_log10_cpu_float32 2022-09-27T15:43:04.4544194Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_msort_cpu_float32 2022-09-27T15:43:04.4562678Z test_ops.py::TestTagsCPU::test_tags__refs_flipud_cpu_float32 2022-09-27T15:43:04.4604756Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_log10_cpu_float32 2022-09-27T15:43:04.4784597Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_flipud_cpu_float32 2022-09-27T15:43:04.4904368Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mul_cpu_float32 2022-09-27T15:43:04.4948277Z test_ops.py::TestTagsCPU::test_tags__refs_log1p_cpu_float32 2022-09-27T15:43:04.4982528Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_log1p_cpu_float32 2022-09-27T15:43:04.5203610Z test_ops.py::TestTagsCPU::test_tags__refs_float_power_cpu_float32 2022-09-27T15:43:04.5344021Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_float_power_cpu_float32 2022-09-27T15:43:04.5422001Z test_ops.py::TestTagsCPU::test_tags__refs_log2_cpu_float32 2022-09-27T15:43:04.5447749Z test_ops.py::TestTagsCPU::test_tags__refs_floor_cpu_float32 2022-09-27T15:43:04.5464654Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_log2_cpu_float32 2022-09-27T15:43:04.5783255Z [gw1] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_floor_cpu_float32 2022-09-27T15:43:04.5862065Z test_ops.py::TestTagsCPU::test_tags__refs_log_cpu_float32 2022-09-27T15:43:04.5876590Z test_ops.py::TestTagsCPU::test_tags__refs_floor_divide_cpu_float32 2022-09-27T15:43:04.5891338Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_log_cpu_float32 2022-09-27T15:43:04.5903761Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:43:04.5943084Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_mish_cpu_float32 2022-09-27T15:43:04.6223342Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_mish_cpu_float32 2022-09-27T15:43:04.6343058Z test_ops.py::TestTagsCPU::test_tags__refs_log_softmax_cpu_float32 2022-09-27T15:43:04.6422781Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_mse_loss_cpu_float32 2022-09-27T15:43:04.6443263Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_mse_loss_cpu_float32 2022-09-27T15:43:04.6503071Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_log_softmax_cpu_float32 2022-09-27T15:43:04.6511868Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_floor_divide_cpu_float32 2022-09-27T15:43:04.6662963Z test_ops.py::TestTagsCPU::test_tags__refs_fmax_cpu_float32 2022-09-27T15:43:04.6670385Z test_ops.py::TestTagsCPU::test_tags__refs_logical_and_cpu_float32 2022-09-27T15:43:04.6783082Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fmax_cpu_float32 2022-09-27T15:43:04.6823079Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:43:04.6942416Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logical_and_cpu_float32 2022-09-27T15:43:04.6975450Z test_ops.py::TestTagsCPU::test_tags__refs_fmin_cpu_float32 2022-09-27T15:43:04.6982497Z [gw0] [ 96%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mul_cpu_float32 2022-09-27T15:43:04.7004858Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_multinomial_cpu_float32 2022-09-27T15:43:04.7102187Z [gw0] [ 96%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_multinomial_cpu_float32 2022-09-27T15:43:04.7113808Z test_ops.py::TestTagsCPU::test_tags__refs_logical_not_cpu_float32 2022-09-27T15:43:04.7125318Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fmin_cpu_float32 2022-09-27T15:43:04.7165380Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:43:04.7221253Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logical_not_cpu_float32 2022-09-27T15:43:04.7382001Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:43:04.7421205Z test_ops.py::TestTagsCPU::test_tags__refs_fmod_cpu_float32 2022-09-27T15:43:04.7518572Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mv_cpu_float32 2022-09-27T15:43:04.7542737Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:43:04.7622735Z test_ops.py::TestTagsCPU::test_tags__refs_logical_or_cpu_float32 2022-09-27T15:43:04.7661937Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fmod_cpu_float32 2022-09-27T15:43:04.7675273Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:43:04.7746245Z [gw0] [ 96%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mv_cpu_float32 2022-09-27T15:43:04.7818476Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logical_or_cpu_float32 2022-09-27T15:43:04.7863643Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:43:04.7864431Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:43:04.7981182Z test_ops.py::TestTagsCPU::test_tags__refs_frac_cpu_float32 2022-09-27T15:43:04.7997310Z test_ops.py::TestTagsCPU::test_tags__refs_logical_xor_cpu_float32 2022-09-27T15:43:04.8101975Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_frac_cpu_float32 2022-09-27T15:43:04.8123777Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_nll_loss_cpu_float32 2022-09-27T15:43:04.8133441Z [gw3] [ 96%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_nll_loss_cpu_float32 2022-09-27T15:43:04.8301976Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logical_xor_cpu_float32 2022-09-27T15:43:04.8421102Z test_ops.py::TestTagsCPU::test_tags__refs_gcd_cpu_int64 2022-09-27T15:43:04.8450784Z test_ops.py::TestTagsCPU::test_tags__refs_logspace_cpu_float32 2022-09-27T15:43:04.8520962Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logspace_cpu_float32 2022-09-27T15:43:04.8541618Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_gcd_cpu_int64 2022-09-27T15:43:04.8561851Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_repeat_cpu_float32 2022-09-27T15:43:04.8571010Z [gw0] [ 96%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:43:04.8742805Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:43:04.8798336Z test_ops.py::TestTagsCPU::test_tags__refs_ge_cpu_float32 2022-09-27T15:43:04.8861481Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_repeat_cpu_float32 2022-09-27T15:43:04.8973894Z test_ops.py::TestTagsCPU::test_tags__refs_logsumexp_cpu_float32 2022-09-27T15:43:04.8984074Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_ge_cpu_float32 2022-09-27T15:43:04.9001827Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_repeat_interleave_cpu_float32 2022-09-27T15:43:04.9182263Z [gw3] [ 96%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_repeat_interleave_cpu_float32 2022-09-27T15:43:04.9237764Z test_ops.py::TestTagsCPU::test_tags__refs_gt_cpu_float32 2022-09-27T15:43:04.9246829Z [gw0] [ 96%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:43:04.9345183Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:43:04.9354367Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logsumexp_cpu_float32 2022-09-27T15:43:04.9410602Z test_ops.py::TestTagsCPU::test_tags__refs_lt_cpu_float32 2022-09-27T15:43:04.9421942Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_gt_cpu_float32 2022-09-27T15:43:04.9500056Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reshape_as_cpu_float32 2022-09-27T15:43:04.9535220Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reshape_as_cpu_float32 2022-09-27T15:43:04.9622253Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_lt_cpu_float32 2022-09-27T15:43:04.9782163Z test_ops.py::TestTagsCPU::test_tags__refs_heaviside_cpu_float32 2022-09-27T15:43:04.9862766Z test_ops.py::TestTagsCPU::test_tags__refs_masked_fill_cpu_float32 2022-09-27T15:43:04.9925050Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reshape_cpu_float32 2022-09-27T15:43:04.9952085Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_masked_fill_cpu_float32 2022-09-27T15:43:05.0035637Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reshape_cpu_float32 2022-09-27T15:43:05.0043855Z [gw0] [ 96%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:43:05.0063607Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nan_to_num_cpu_float32 2022-09-27T15:43:05.0069622Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_heaviside_cpu_float32 2022-09-27T15:43:05.0119230Z test_ops.py::TestTagsCPU::test_tags__refs_hsplit_cpu_float32 2022-09-27T15:43:05.0202675Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_hsplit_cpu_float32 2022-09-27T15:43:05.0221030Z [gw0] [ 96%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nan_to_num_cpu_float32 2022-09-27T15:43:05.0301578Z test_ops.py::TestTagsCPU::test_tags__refs_maximum_cpu_float32 2022-09-27T15:43:05.0359151Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resize__cpu_float32 2022-09-27T15:43:05.0397711Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resize__cpu_float32 2022-09-27T15:43:05.0461153Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_maximum_cpu_float32 2022-09-27T15:43:05.0501420Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmean_cpu_float32 2022-09-27T15:43:05.0521492Z test_ops.py::TestTagsCPU::test_tags__refs_hstack_cpu_float32 2022-09-27T15:43:05.0661473Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_hstack_cpu_float32 2022-09-27T15:43:05.0742647Z test_ops.py::TestTagsCPU::test_tags__refs_mean_cpu_float32 2022-09-27T15:43:05.0805921Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resize_as__cpu_float32 2022-09-27T15:43:05.0942005Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resize_as__cpu_float32 2022-09-27T15:43:05.1051971Z test_ops.py::TestTagsCPU::test_tags__refs_hypot_cpu_float32 2022-09-27T15:43:05.1102176Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_mean_cpu_float32 2022-09-27T15:43:05.1111544Z test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:43:05.1129778Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_hypot_cpu_float32 2022-09-27T15:43:05.1181184Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:43:05.1207788Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resolve_conj_cpu_float32 2022-09-27T15:43:05.1381588Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resolve_conj_cpu_float32 2022-09-27T15:43:05.1430318Z test_ops.py::TestTagsCPU::test_tags__refs_i0_cpu_float32 2022-09-27T15:43:05.1542495Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_i0_cpu_float32 2022-09-27T15:43:05.1622531Z test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:43:05.1657344Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resolve_neg_cpu_float32 2022-09-27T15:43:05.1723209Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resolve_neg_cpu_float32 2022-09-27T15:43:05.1822999Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:43:05.1984379Z test_ops.py::TestTagsCPU::test_tags__refs_igamma_cpu_float32 2022-09-27T15:43:05.1996458Z test_ops.py::TestTagsCPU::test_tags__refs_minimum_cpu_float32 2022-09-27T15:43:05.2064151Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_igamma_cpu_float32 2022-09-27T15:43:05.2153049Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_roll_cpu_float32 2022-09-27T15:43:05.2231504Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_minimum_cpu_float32 2022-09-27T15:43:05.2262689Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_roll_cpu_float32 2022-09-27T15:43:05.2423959Z test_ops.py::TestTagsCPU::test_tags__refs_igammac_cpu_float32 2022-09-27T15:43:05.2438958Z test_ops.py::TestTagsCPU::test_tags__refs_movedim_cpu_float32 2022-09-27T15:43:05.2471824Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_igammac_cpu_float32 2022-09-27T15:43:05.2503679Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_movedim_cpu_float32 2022-09-27T15:43:05.2703524Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rot90_cpu_float32 2022-09-27T15:43:05.2756310Z test_ops.py::TestTagsCPU::test_tags__refs_imag_cpu_complex64 2022-09-27T15:43:05.2770174Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rot90_cpu_float32 2022-09-27T15:43:05.2862700Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_imag_cpu_complex64 2022-09-27T15:43:05.2942552Z test_ops.py::TestTagsCPU::test_tags__refs_mul_cpu_float32 2022-09-27T15:43:05.2955128Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_cpu_float32 2022-09-27T15:43:05.2967150Z [gw0] [ 96%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmean_cpu_float32 2022-09-27T15:43:05.2975301Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmedian_cpu_float32 2022-09-27T15:43:05.3032617Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_cpu_float32 2022-09-27T15:43:05.3142499Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_mul_cpu_float32 2022-09-27T15:43:05.3295621Z test_ops.py::TestTagsCPU::test_tags__refs_index_add_cpu_float32 2022-09-27T15:43:05.3303308Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_index_add_cpu_float32 2022-09-27T15:43:05.3383631Z test_ops.py::TestTagsCPU::test_tags__refs_nan_to_num_cpu_float32 2022-09-27T15:43:05.3424495Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_0_cpu_float32 2022-09-27T15:43:05.3459026Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_0_cpu_float32 2022-09-27T15:43:05.3566541Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nan_to_num_cpu_float32 2022-09-27T15:43:05.3572583Z [gw0] [ 96%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmedian_cpu_float32 2022-09-27T15:43:05.3582386Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanquantile_cpu_float32 2022-09-27T15:43:05.3648033Z test_ops.py::TestTagsCPU::test_tags__refs_index_copy_cpu_float32 2022-09-27T15:43:05.3742500Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_index_copy_cpu_float32 2022-09-27T15:43:05.3822794Z test_ops.py::TestTagsCPU::test_tags__refs_narrow_cpu_float32 2022-09-27T15:43:05.3862123Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_3_cpu_float32 2022-09-27T15:43:05.3906646Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_3_cpu_float32 2022-09-27T15:43:05.4022022Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_narrow_cpu_float32 2022-09-27T15:43:05.4087095Z test_ops.py::TestTagsCPU::test_tags__refs_index_fill_cpu_float32 2022-09-27T15:43:05.4182039Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_index_fill_cpu_float32 2022-09-27T15:43:05.4262164Z test_ops.py::TestTagsCPU::test_tags__refs_native_layer_norm_cpu_float32 2022-09-27T15:43:05.4300051Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_neg_3_cpu_float32 2022-09-27T15:43:05.4336985Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_neg_3_cpu_float32 2022-09-27T15:43:05.4461893Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_native_layer_norm_cpu_float32 2022-09-27T15:43:05.4524574Z test_ops.py::TestTagsCPU::test_tags__refs_index_select_cpu_float32 2022-09-27T15:43:05.4621894Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_index_select_cpu_float32 2022-09-27T15:43:05.4702385Z test_ops.py::TestTagsCPU::test_tags__refs_ne_cpu_float32 2022-09-27T15:43:05.4738121Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rsqrt_cpu_float32 2022-09-27T15:43:05.4792573Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rsqrt_cpu_float32 2022-09-27T15:43:05.4901809Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_ne_cpu_float32 2022-09-27T15:43:05.5062258Z test_ops.py::TestTagsCPU::test_tags__refs_isclose_cpu_float32 2022-09-27T15:43:05.5111198Z test_ops.py::TestTagsCPU::test_tags__refs_neg_cpu_float32 2022-09-27T15:43:05.5141915Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_neg_cpu_float32 2022-09-27T15:43:05.5251780Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rsub_cpu_float32 2022-09-27T15:43:05.5504126Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rsub_cpu_float32 2022-09-27T15:43:05.5523460Z test_ops.py::TestTagsCPU::test_tags__refs_new_empty_cpu_float32 2022-09-27T15:43:05.5533646Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isclose_cpu_float32 2022-09-27T15:43:05.5581897Z test_ops.py::TestTagsCPU::test_tags__refs_isfinite_cpu_float32 2022-09-27T15:43:05.5623779Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_add_cpu_float32 2022-09-27T15:43:05.5644198Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isfinite_cpu_float32 2022-09-27T15:43:05.5673864Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_new_empty_cpu_float32 2022-09-27T15:43:05.5942791Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_add_cpu_float32 2022-09-27T15:43:05.5945473Z test_ops.py::TestTagsCPU::test_tags__refs_isinf_cpu_float32 2022-09-27T15:43:05.5980794Z test_ops.py::TestTagsCPU::test_tags__refs_new_empty_strided_cpu_float32 2022-09-27T15:43:05.6022278Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isinf_cpu_float32 2022-09-27T15:43:05.6050244Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_cpu_float32 2022-09-27T15:43:05.6241585Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_new_empty_strided_cpu_float32 2022-09-27T15:43:05.6383479Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_cpu_float32 2022-09-27T15:43:05.6385749Z test_ops.py::TestTagsCPU::test_tags__refs_isnan_cpu_float32 2022-09-27T15:43:05.6417713Z test_ops.py::TestTagsCPU::test_tags__refs_new_full_cpu_float32 2022-09-27T15:43:05.6461960Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isnan_cpu_float32 2022-09-27T15:43:05.6491648Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_amax_cpu_float32 2022-09-27T15:43:05.6687930Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_new_full_cpu_float32 2022-09-27T15:43:05.6823444Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_amax_cpu_float32 2022-09-27T15:43:05.6826318Z test_ops.py::TestTagsCPU::test_tags__refs_isneginf_cpu_float32 2022-09-27T15:43:05.6858434Z test_ops.py::TestTagsCPU::test_tags__refs_new_ones_cpu_float32 2022-09-27T15:43:05.6902107Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isneginf_cpu_float32 2022-09-27T15:43:05.6927982Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_amin_cpu_float32 2022-09-27T15:43:05.7127303Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_new_ones_cpu_float32 2022-09-27T15:43:05.7264093Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_amin_cpu_float32 2022-09-27T15:43:05.7265063Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_glu_cpu_float32 2022-09-27T15:43:05.7342750Z test_ops.py::TestTagsCPU::test_tags__refs_new_zeros_cpu_float32 2022-09-27T15:43:05.7373398Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_mean_cpu_float32 2022-09-27T15:43:05.7377249Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_glu_cpu_float32 2022-09-27T15:43:05.7581591Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_new_zeros_cpu_float32 2022-09-27T15:43:05.7706002Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_mean_cpu_float32 2022-09-27T15:43:05.7708218Z test_ops.py::TestTagsCPU::test_tags__refs_nextafter_cpu_float32 2022-09-27T15:43:05.7757560Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:43:05.7783314Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:43:05.7877379Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_prod_cpu_float32 2022-09-27T15:43:05.8011916Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nextafter_cpu_float32 2022-09-27T15:43:05.8143305Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_prod_cpu_float32 2022-09-27T15:43:05.8145656Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:43:05.8171863Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_celu_cpu_float32 2022-09-27T15:43:05.8204215Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:43:05.8221827Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_celu_cpu_float32 2022-09-27T15:43:05.8446067Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_sum_cpu_float32 2022-09-27T15:43:05.8582871Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_sum_cpu_float32 2022-09-27T15:43:05.8585644Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:43:05.8662402Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:43:05.8881970Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_searchsorted_cpu_float32 2022-09-27T15:43:05.8942035Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:43:05.9024015Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:43:05.9027083Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:43:05.9087924Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_elu_cpu_float32 2022-09-27T15:43:05.9149967Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_elu_cpu_float32 2022-09-27T15:43:05.9465211Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:43:05.9465814Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:43:05.9500038Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:43:05.9522423Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:43:05.9904589Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:43:05.9905637Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:43:05.9945360Z test_ops.py::TestTagsCPU::test_tags__refs_signbit_cpu_float32 2022-09-27T15:43:05.9947633Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_signbit_cpu_float32 2022-09-27T15:43:06.0345085Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:43:06.0345693Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:43:06.0391705Z test_ops.py::TestTagsCPU::test_tags__refs_sin_cpu_float32 2022-09-27T15:43:06.0783160Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sin_cpu_float32 2022-09-27T15:43:06.0874532Z test_ops.py::TestTagsCPU::test_tags__refs_sinc_cpu_float32 2022-09-27T15:43:06.1046671Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sinc_cpu_float32 2022-09-27T15:43:06.1053453Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:43:06.1115040Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mish_cpu_float32 2022-09-27T15:43:06.1222257Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mish_cpu_float32 2022-09-27T15:43:06.1257935Z test_ops.py::TestTagsCPU::test_tags__refs_sinh_cpu_float32 2022-09-27T15:43:06.1462463Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sinh_cpu_float32 2022-09-27T15:43:06.1583677Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:43:06.1662041Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:43:06.1768616Z test_ops.py::TestTagsCPU::test_tags__refs_softmax_cpu_float32 2022-09-27T15:43:06.1902194Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_softmax_cpu_float32 2022-09-27T15:43:06.2016059Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:43:06.2102442Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:43:06.2129200Z test_ops.py::TestTagsCPU::test_tags__refs_special_i0e_cpu_float32 2022-09-27T15:43:06.2342632Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_i0e_cpu_float32 2022-09-27T15:43:06.2516821Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:43:06.2542651Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:43:06.2566616Z test_ops.py::TestTagsCPU::test_tags__refs_special_i1_cpu_float32 2022-09-27T15:43:06.2784627Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_i1_cpu_float32 2022-09-27T15:43:06.2987767Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:43:06.3026367Z test_ops.py::TestTagsCPU::test_tags__refs_special_i1e_cpu_float32 2022-09-27T15:43:06.3427943Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_i1e_cpu_float32 2022-09-27T15:43:06.3535609Z test_ops.py::TestTagsCPU::test_tags__refs_special_logit_cpu_float32 2022-09-27T15:43:06.3864074Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_logit_cpu_float32 2022-09-27T15:43:06.4104761Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:43:06.4258206Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:43:06.4265434Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:43:06.4302197Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:43:06.4483668Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:43:06.4743062Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:43:06.4778876Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:43:06.4787317Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:43:06.4813936Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:43:06.4931553Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:43:06.5182617Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:43:06.5223156Z test_ops.py::TestTagsCPU::test_tags__refs_special_zeta_cpu_float32 2022-09-27T15:43:06.5255051Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu_cpu_float32 2022-09-27T15:43:06.5266653Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_zeta_cpu_float32 2022-09-27T15:43:06.5623484Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu_cpu_float32 2022-09-27T15:43:06.5661416Z test_ops.py::TestTagsCPU::test_tags__refs_sqrt_cpu_float32 2022-09-27T15:43:06.5667738Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sqrt_cpu_float32 2022-09-27T15:43:06.5732466Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_selu_cpu_float32 2022-09-27T15:43:06.6064783Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_selu_cpu_float32 2022-09-27T15:43:06.6104117Z test_ops.py::TestTagsCPU::test_tags__refs_square_cpu_float32 2022-09-27T15:43:06.6143052Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:43:06.6194426Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_square_cpu_float32 2022-09-27T15:43:06.6503302Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:43:06.6543397Z test_ops.py::TestTagsCPU::test_tags__refs_squeeze_cpu_float32 2022-09-27T15:43:06.6626425Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:43:06.6669971Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_squeeze_cpu_float32 2022-09-27T15:43:06.6943387Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:43:06.6966661Z test_ops.py::TestTagsCPU::test_tags__refs_stack_cpu_float32 2022-09-27T15:43:06.6982966Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_stack_cpu_float32 2022-09-27T15:43:06.7084803Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:43:06.7383588Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:43:06.7422908Z test_ops.py::TestTagsCPU::test_tags__refs_std_cpu_float32 2022-09-27T15:43:06.7530544Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:43:06.7584451Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:43:06.7822825Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_std_cpu_float32 2022-09-27T15:43:06.7863283Z test_ops.py::TestTagsCPU::test_tags__refs_std_mean_cpu_float32 2022-09-27T15:43:06.8079008Z test_ops.py::TestTagsCPU::test_tags__refs_norm_cpu_float32 2022-09-27T15:43:06.8264076Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_std_mean_cpu_float32 2022-09-27T15:43:06.8469803Z test_ops.py::TestTagsCPU::test_tags__refs_sub_cpu_float32 2022-09-27T15:43:06.8503045Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sub_cpu_float32 2022-09-27T15:43:06.8512866Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_norm_cpu_float32 2022-09-27T15:43:06.8530831Z test_ops.py::TestTagsCPU::test_tags__refs_ones_cpu_float32 2022-09-27T15:43:06.8703031Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_ones_cpu_float32 2022-09-27T15:43:06.8943371Z test_ops.py::TestTagsCPU::test_tags__refs_sum_cpu_float32 2022-09-27T15:43:06.9055077Z test_ops.py::TestTagsCPU::test_tags__refs_permute_cpu_float32 2022-09-27T15:43:06.9075388Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_permute_cpu_float32 2022-09-27T15:43:06.9142110Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sum_cpu_float32 2022-09-27T15:43:06.9360200Z test_ops.py::TestTagsCPU::test_tags__refs_sum_to_size_cpu_float32 2022-09-27T15:43:06.9421968Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sum_to_size_cpu_float32 2022-09-27T15:43:06.9477037Z test_ops.py::TestTagsCPU::test_tags__refs_positive_cpu_float32 2022-09-27T15:43:06.9582325Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_positive_cpu_float32 2022-09-27T15:43:06.9640097Z test_ops.py::TestTagsCPU::test_tags__refs_t_cpu_float32 2022-09-27T15:43:06.9862295Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_t_cpu_float32 2022-09-27T15:43:07.0022831Z test_ops.py::TestTagsCPU::test_tags__refs_pow_cpu_float32 2022-09-27T15:43:07.0032552Z test_ops.py::TestTagsCPU::test_tags__refs_tan_cpu_float32 2022-09-27T15:43:07.0064240Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_pow_cpu_float32 2022-09-27T15:43:07.0302238Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_tan_cpu_float32 2022-09-27T15:43:07.0463419Z test_ops.py::TestTagsCPU::test_tags__refs_prod_cpu_float32 2022-09-27T15:43:07.0513887Z test_ops.py::TestTagsCPU::test_tags__refs_tanh_cpu_float32 2022-09-27T15:43:07.0903407Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_tanh_cpu_float32 2022-09-27T15:43:07.0966329Z test_ops.py::TestTagsCPU::test_tags__refs_tensor_split_cpu_float32 2022-09-27T15:43:07.0978475Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_prod_cpu_float32 2022-09-27T15:43:07.0999627Z test_ops.py::TestTagsCPU::test_tags__refs_randn_cpu_float32 2022-09-27T15:43:07.1115813Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_randn_cpu_float32 2022-09-27T15:43:07.1342827Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_tensor_split_cpu_float32 2022-09-27T15:43:07.1382541Z test_ops.py::TestTagsCPU::test_tags__refs_to_cpu_float32 2022-09-27T15:43:07.1526028Z test_ops.py::TestTagsCPU::test_tags__refs_ravel_cpu_float32 2022-09-27T15:43:07.1766929Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_ravel_cpu_float32 2022-09-27T15:43:07.1782483Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_to_cpu_float32 2022-09-27T15:43:07.1818058Z test_ops.py::TestTagsCPU::test_tags__refs_trace_cpu_float32 2022-09-27T15:43:07.1827707Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_trace_cpu_float32 2022-09-27T15:43:07.1889575Z test_ops.py::TestTagsCPU::test_tags__refs_real_cpu_float32 2022-09-27T15:43:07.2223356Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_real_cpu_float32 2022-09-27T15:43:07.2263792Z test_ops.py::TestTagsCPU::test_tags__refs_transpose_cpu_float32 2022-09-27T15:43:07.2355269Z test_ops.py::TestTagsCPU::test_tags__refs_reciprocal_cpu_float32 2022-09-27T15:43:07.2362432Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_reciprocal_cpu_float32 2022-09-27T15:43:07.2663504Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_transpose_cpu_float32 2022-09-27T15:43:07.2703356Z test_ops.py::TestTagsCPU::test_tags__refs_tril_cpu_float32 2022-09-27T15:43:07.2810808Z test_ops.py::TestTagsCPU::test_tags__refs_remainder_cpu_float32 2022-09-27T15:43:07.2946442Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_tril_cpu_float32 2022-09-27T15:43:07.3089519Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_remainder_cpu_float32 2022-09-27T15:43:07.3096735Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_searchsorted_cpu_float32 2022-09-27T15:43:07.3102064Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_segment_reduce_lengths_cpu_float32 2022-09-27T15:43:07.3116220Z test_ops.py::TestTagsCPU::test_tags__refs_tril_indices_cpu_int64 2022-09-27T15:43:07.3125581Z [gw3] [ 96%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_segment_reduce_lengths_cpu_float32 2022-09-27T15:43:07.3141301Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_tril_indices_cpu_int64 2022-09-27T15:43:07.3505740Z test_ops.py::TestTagsCPU::test_tags__refs_repeat_cpu_float32 2022-09-27T15:43:07.3546031Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_segment_reduce_offsets_cpu_float32 2022-09-27T15:43:07.3715373Z test_ops.py::TestTagsCPU::test_tags__refs_triu_cpu_float32 2022-09-27T15:43:07.3724860Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_repeat_cpu_float32 2022-09-27T15:43:07.3739633Z test_ops.py::TestTagsCPU::test_tags__refs_reshape_as_cpu_float32 2022-09-27T15:43:07.3795843Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_triu_cpu_float32 2022-09-27T15:43:07.3985695Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_reshape_as_cpu_float32 2022-09-27T15:43:07.4012193Z test_ops.py::TestTagsCPU::test_tags__refs_triu_indices_cpu_int64 2022-09-27T15:43:07.4144442Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_triu_indices_cpu_int64 2022-09-27T15:43:07.4309042Z test_ops.py::TestTagsCPU::test_tags__refs_reshape_cpu_float32 2022-09-27T15:43:07.4423368Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_reshape_cpu_float32 2022-09-27T15:43:07.4582070Z test_ops.py::TestTagsCPU::test_tags__refs_true_divide_cpu_float32 2022-09-27T15:43:07.4668458Z test_ops.py::TestTagsCPU::test_tags__refs_roll_cpu_float32 2022-09-27T15:43:07.4816936Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_true_divide_cpu_float32 2022-09-27T15:43:07.4862058Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_roll_cpu_float32 2022-09-27T15:43:07.4907149Z test_ops.py::TestTagsCPU::test_tags__refs_trunc_cpu_float32 2022-09-27T15:43:07.5021861Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_trunc_cpu_float32 2022-09-27T15:43:07.5303190Z test_ops.py::TestTagsCPU::test_tags__refs_rot90_cpu_float32 2022-09-27T15:43:07.5445059Z test_ops.py::TestTagsCPU::test_tags__refs_unbind_cpu_float32 2022-09-27T15:43:07.5483480Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_unbind_cpu_float32 2022-09-27T15:43:07.5492144Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_rot90_cpu_float32 2022-09-27T15:43:07.5525008Z test_ops.py::TestTagsCPU::test_tags__refs_round_cpu_float32 2022-09-27T15:43:07.5742782Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_round_cpu_float32 2022-09-27T15:43:07.5901808Z test_ops.py::TestTagsCPU::test_tags__refs_unflatten_cpu_float32 2022-09-27T15:43:07.5936050Z test_ops.py::TestTagsCPU::test_tags__refs_rsqrt_cpu_float32 2022-09-27T15:43:07.5962881Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_unflatten_cpu_float32 2022-09-27T15:43:07.6182220Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_rsqrt_cpu_float32 2022-09-27T15:43:07.6341563Z test_ops.py::TestTagsCPU::test_tags__refs_unfold_copy_cpu_float32 2022-09-27T15:43:07.6533953Z test_ops.py::TestTagsCPU::test_tags__refs_rsub_cpu_float32 2022-09-27T15:43:07.6571578Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_rsub_cpu_float32 2022-09-27T15:43:07.6621516Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_unfold_copy_cpu_float32 2022-09-27T15:43:07.6782046Z test_ops.py::TestTagsCPU::test_tags__refs_unsqueeze_cpu_float32 2022-09-27T15:43:07.6818576Z test_ops.py::TestTagsCPU::test_tags__refs_sgn_cpu_float32 2022-09-27T15:43:07.6823228Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_unsqueeze_cpu_float32 2022-09-27T15:43:07.7063176Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sgn_cpu_float32 2022-09-27T15:43:07.7224021Z test_ops.py::TestTagsCPU::test_tags__refs_var_cpu_float32 2022-09-27T15:43:07.7293163Z test_ops.py::TestTagsCPU::test_tags__refs_sigmoid_cpu_float32 2022-09-27T15:43:07.7311628Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_var_cpu_float32 2022-09-27T15:43:07.7504068Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sigmoid_cpu_float32 2022-09-27T15:43:07.7663844Z test_ops.py::TestTagsCPU::test_tags__refs_var_mean_cpu_float32 2022-09-27T15:43:07.7699541Z test_ops.py::TestTagsCPU::test_tags__refs_sign_cpu_float32 2022-09-27T15:43:07.7825703Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sign_cpu_float32 2022-09-27T15:43:07.7944407Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_var_mean_cpu_float32 2022-09-27T15:43:07.8044342Z test_ops.py::TestTagsCPU::test_tags__refs_view_as_cpu_float32 2022-09-27T15:43:07.8104048Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_view_as_cpu_float32 2022-09-27T15:43:07.8230898Z test_ops.py::TestTagsCPU::test_tags__refs_view_cpu_float32 2022-09-27T15:43:07.8385108Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_view_cpu_float32 2022-09-27T15:43:07.8440710Z test_ops.py::TestTagsCPU::test_tags_bernoulli_cpu_float32 2022-09-27T15:43:07.8542458Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bernoulli_cpu_float32 2022-09-27T15:43:07.8594723Z test_ops.py::TestTagsCPU::test_tags__refs_vsplit_cpu_float32 2022-09-27T15:43:07.8823110Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_vsplit_cpu_float32 2022-09-27T15:43:07.8931669Z test_ops.py::TestTagsCPU::test_tags_bfloat16_cpu_float32 2022-09-27T15:43:07.8981809Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bfloat16_cpu_float32 2022-09-27T15:43:07.9002488Z test_ops.py::TestTagsCPU::test_tags__refs_vstack_cpu_float32 2022-09-27T15:43:07.9233134Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_vstack_cpu_float32 2022-09-27T15:43:07.9242049Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_segment_reduce_offsets_cpu_float32 2022-09-27T15:43:07.9262470Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_select_cpu_float32 2022-09-27T15:43:07.9298128Z test_ops.py::TestTagsCPU::test_tags_bincount_cpu_int64 2022-09-27T15:43:07.9304121Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_select_cpu_float32 2022-09-27T15:43:07.9421421Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bincount_cpu_int64 2022-09-27T15:43:07.9521634Z test_ops.py::TestTagsCPU::test_tags__refs_where_cpu_float32 2022-09-27T15:43:07.9661822Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_where_cpu_float32 2022-09-27T15:43:07.9702906Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_select_scatter_cpu_float32 2022-09-27T15:43:07.9723694Z test_ops.py::TestTagsCPU::test_tags_bitwise_and_cpu_int64 2022-09-27T15:43:07.9739499Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_select_scatter_cpu_float32 2022-09-27T15:43:07.9861591Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_and_cpu_int64 2022-09-27T15:43:07.9879233Z test_ops.py::TestTagsCPU::test_tags__refs_zeros_cpu_float32 2022-09-27T15:43:08.0102346Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_zeros_cpu_float32 2022-09-27T15:43:08.0127964Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sgn_cpu_float32 2022-09-27T15:43:08.0141923Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sgn_cpu_float32 2022-09-27T15:43:08.0183013Z test_ops.py::TestTagsCPU::test_tags_bitwise_left_shift_cpu_int64 2022-09-27T15:43:08.0301160Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_left_shift_cpu_int64 2022-09-27T15:43:08.0320195Z test_ops.py::TestTagsCPU::test_tags_abs_cpu_float32 2022-09-27T15:43:08.0541429Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_abs_cpu_float32 2022-09-27T15:43:08.0582026Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_short_cpu_float32 2022-09-27T15:43:08.0607950Z test_ops.py::TestTagsCPU::test_tags_bitwise_not_cpu_int64 2022-09-27T15:43:08.0614502Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_short_cpu_float32 2022-09-27T15:43:08.0741296Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_not_cpu_int64 2022-09-27T15:43:08.0764523Z test_ops.py::TestTagsCPU::test_tags_acos_cpu_float32 2022-09-27T15:43:08.0981524Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_acos_cpu_float32 2022-09-27T15:43:08.1016466Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sigmoid_cpu_float32 2022-09-27T15:43:08.1022604Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sigmoid_cpu_float32 2022-09-27T15:43:08.1048556Z test_ops.py::TestTagsCPU::test_tags_bitwise_or_cpu_int64 2022-09-27T15:43:08.1181285Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_or_cpu_int64 2022-09-27T15:43:08.1199817Z test_ops.py::TestTagsCPU::test_tags_acosh_cpu_float32 2022-09-27T15:43:08.1421479Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_acosh_cpu_float32 2022-09-27T15:43:08.1447311Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sign_cpu_float32 2022-09-27T15:43:08.1461699Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sign_cpu_float32 2022-09-27T15:43:08.1487323Z test_ops.py::TestTagsCPU::test_tags_bitwise_right_shift_cpu_int64 2022-09-27T15:43:08.1621223Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_right_shift_cpu_int64 2022-09-27T15:43:08.1651552Z test_ops.py::TestTagsCPU::test_tags_add_cpu_float32 2022-09-27T15:43:08.1862279Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_add_cpu_float32 2022-09-27T15:43:08.1885754Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_signbit_cpu_float32 2022-09-27T15:43:08.1901738Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_signbit_cpu_float32 2022-09-27T15:43:08.1927864Z test_ops.py::TestTagsCPU::test_tags_bitwise_xor_cpu_int64 2022-09-27T15:43:08.2061090Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_xor_cpu_int64 2022-09-27T15:43:08.2091079Z test_ops.py::TestTagsCPU::test_tags_addbmm_cpu_float32 2022-09-27T15:43:08.2302314Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_addbmm_cpu_float32 2022-09-27T15:43:08.2327899Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sin_cpu_float32 2022-09-27T15:43:08.2341835Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sin_cpu_float32 2022-09-27T15:43:08.2370240Z test_ops.py::TestTagsCPU::test_tags_block_diag_cpu_float32 2022-09-27T15:43:08.2501248Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_block_diag_cpu_float32 2022-09-27T15:43:08.2541724Z test_ops.py::TestTagsCPU::test_tags_addcdiv_cpu_float32 2022-09-27T15:43:08.2741593Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_addcdiv_cpu_float32 2022-09-27T15:43:08.2775359Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sinc_cpu_float32 2022-09-27T15:43:08.2784392Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sinc_cpu_float32 2022-09-27T15:43:08.2807743Z test_ops.py::TestTagsCPU::test_tags_bmm_cpu_float32 2022-09-27T15:43:08.2941603Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bmm_cpu_float32 2022-09-27T15:43:08.2981226Z test_ops.py::TestTagsCPU::test_tags_addcmul_cpu_float32 2022-09-27T15:43:08.3181528Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_addcmul_cpu_float32 2022-09-27T15:43:08.3204838Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sinh_cpu_float32 2022-09-27T15:43:08.3221939Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sinh_cpu_float32 2022-09-27T15:43:08.3307006Z test_ops.py::TestTagsCPU::test_tags_bool_cpu_float32 2022-09-27T15:43:08.3381975Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bool_cpu_float32 2022-09-27T15:43:08.3404297Z test_ops.py::TestTagsCPU::test_tags_addmm_cpu_float32 2022-09-27T15:43:08.3623012Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_addmm_cpu_float32 2022-09-27T15:43:08.3663214Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_slice_scatter_cpu_float32 2022-09-27T15:43:08.3682358Z test_ops.py::TestTagsCPU::test_tags_broadcast_shapes_cpu_float32 2022-09-27T15:43:08.3740381Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_broadcast_shapes_cpu_float32 2022-09-27T15:43:08.3821835Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_slice_scatter_cpu_float32 2022-09-27T15:43:08.3846750Z test_ops.py::TestTagsCPU::test_tags_addmm_decomposed_cpu_float32 2022-09-27T15:43:08.4062571Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_addmm_decomposed_cpu_float32 2022-09-27T15:43:08.4102323Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_softmax_cpu_float32 2022-09-27T15:43:08.4116586Z test_ops.py::TestTagsCPU::test_tags_broadcast_tensors_cpu_float32 2022-09-27T15:43:08.4128594Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_softmax_cpu_float32 2022-09-27T15:43:08.4262136Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_broadcast_tensors_cpu_float32 2022-09-27T15:43:08.4291197Z test_ops.py::TestTagsCPU::test_tags_addmv_cpu_float32 2022-09-27T15:43:08.4504942Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_addmv_cpu_float32 2022-09-27T15:43:08.4544096Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_softmax_with_dtype_cpu_float32 2022-09-27T15:43:08.4577723Z test_ops.py::TestTagsCPU::test_tags_broadcast_to_cpu_float32 2022-09-27T15:43:08.4590593Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_broadcast_to_cpu_float32 2022-09-27T15:43:08.4703076Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_softmax_with_dtype_cpu_float32 2022-09-27T15:43:08.4732366Z test_ops.py::TestTagsCPU::test_tags_addr_cpu_float32 2022-09-27T15:43:08.4944927Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_addr_cpu_float32 2022-09-27T15:43:08.4984210Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sort_cpu_float32 2022-09-27T15:43:08.5031395Z test_ops.py::TestTagsCPU::test_tags_bucketize_cpu_float32 2022-09-27T15:43:08.5143562Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bucketize_cpu_float32 2022-09-27T15:43:08.5174344Z test_ops.py::TestTagsCPU::test_tags_all_cpu_float32 2022-09-27T15:43:08.5383446Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_all_cpu_float32 2022-09-27T15:43:08.5392731Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sort_cpu_float32 2022-09-27T15:43:08.5410812Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sparse_sampled_addmm_cpu_float32 2022-09-27T15:43:08.5422027Z [gw3] [ 96%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sparse_sampled_addmm_cpu_float32 2022-09-27T15:43:08.5507531Z test_ops.py::TestTagsCPU::test_tags_byte_cpu_float32 2022-09-27T15:43:08.5581842Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_byte_cpu_float32 2022-09-27T15:43:08.5625566Z test_ops.py::TestTagsCPU::test_tags_allclose_cpu_float32 2022-09-27T15:43:08.5822057Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_allclose_cpu_float32 2022-09-27T15:43:08.5860852Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_airy_ai_cpu_float32 2022-09-27T15:43:08.5867625Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_airy_ai_cpu_float32 2022-09-27T15:43:08.5893575Z test_ops.py::TestTagsCPU::test_tags_cartesian_prod_cpu_float32 2022-09-27T15:43:08.6021892Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cartesian_prod_cpu_float32 2022-09-27T15:43:08.6050357Z test_ops.py::TestTagsCPU::test_tags_amax_cpu_float32 2022-09-27T15:43:08.6261906Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_amax_cpu_float32 2022-09-27T15:43:08.6298439Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_j0_cpu_float32 2022-09-27T15:43:08.6305320Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_j0_cpu_float32 2022-09-27T15:43:08.6328238Z test_ops.py::TestTagsCPU::test_tags_cat_cpu_float32 2022-09-27T15:43:08.6461424Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cat_cpu_float32 2022-09-27T15:43:08.6488143Z test_ops.py::TestTagsCPU::test_tags_amin_cpu_float32 2022-09-27T15:43:08.6701781Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_amin_cpu_float32 2022-09-27T15:43:08.6735810Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_j1_cpu_float32 2022-09-27T15:43:08.6745001Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_j1_cpu_float32 2022-09-27T15:43:08.6901796Z test_ops.py::TestTagsCPU::test_tags_cdist_cpu_float32 2022-09-27T15:43:08.6928360Z test_ops.py::TestTagsCPU::test_tags_aminmax_cpu_float32 2022-09-27T15:43:08.7025092Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_aminmax_cpu_float32 2022-09-27T15:43:08.7048606Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cdist_cpu_float32 2022-09-27T15:43:08.7057718Z [gw0] [ 96%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanquantile_cpu_float32 2022-09-27T15:43:08.7142175Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nansum_cpu_float32 2022-09-27T15:43:08.7177472Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_y0_cpu_float32 2022-09-27T15:43:08.7186693Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_y0_cpu_float32 2022-09-27T15:43:08.7208555Z test_ops.py::TestTagsCPU::test_tags_ceil_cpu_float32 2022-09-27T15:43:08.7342201Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_ceil_cpu_float32 2022-09-27T15:43:08.7361099Z test_ops.py::TestTagsCPU::test_tags_angle_cpu_float32 2022-09-27T15:43:08.7581719Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_angle_cpu_float32 2022-09-27T15:43:08.7615810Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_y1_cpu_float32 2022-09-27T15:43:08.7625503Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_y1_cpu_float32 2022-09-27T15:43:08.7651147Z test_ops.py::TestTagsCPU::test_tags_chalf_cpu_float32 2022-09-27T15:43:08.7781663Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_chalf_cpu_float32 2022-09-27T15:43:08.7804991Z test_ops.py::TestTagsCPU::test_tags_any_cpu_float32 2022-09-27T15:43:08.8021846Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_any_cpu_float32 2022-09-27T15:43:08.8062495Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:43:08.8115651Z test_ops.py::TestTagsCPU::test_tags_char_cpu_float32 2022-09-27T15:43:08.8146008Z [gw3] [ 96%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:43:08.8221669Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_char_cpu_float32 2022-09-27T15:43:08.8239417Z test_ops.py::TestTagsCPU::test_tags_arange_cpu_float32 2022-09-27T15:43:08.8461604Z [gw1] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_arange_cpu_float32 2022-09-27T15:43:08.8502504Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:43:08.8534288Z test_ops.py::TestTagsCPU::test_tags_cholesky_cpu_float32 2022-09-27T15:43:08.8559666Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cholesky_cpu_float32 2022-09-27T15:43:08.8661609Z [gw3] [ 97%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:43:08.8693281Z test_ops.py::TestTagsCPU::test_tags_argmax_cpu_float32 2022-09-27T15:43:08.8695620Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_argmax_cpu_float32 2022-09-27T15:43:08.8702365Z [gw0] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nansum_cpu_float32 2022-09-27T15:43:08.8725538Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_copy_cpu_float32 2022-09-27T15:43:08.8901254Z [gw0] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_copy_cpu_float32 2022-09-27T15:43:08.8914212Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:43:08.8941662Z [gw3] [ 97%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:43:08.8972656Z test_ops.py::TestTagsCPU::test_tags_cholesky_inverse_cpu_float32 2022-09-27T15:43:08.9101235Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_cholesky_inverse_cpu_float32 2022-09-27T15:43:08.9124372Z test_ops.py::TestTagsCPU::test_tags_argmin_cpu_float32 2022-09-27T15:43:08.9141352Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_argmin_cpu_float32 2022-09-27T15:43:08.9218484Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_cpu_float32 2022-09-27T15:43:08.9341480Z [gw0] [ 97%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_cpu_float32 2022-09-27T15:43:08.9354515Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:43:08.9381061Z [gw3] [ 97%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:43:08.9420077Z test_ops.py::TestTagsCPU::test_tags_cholesky_solve_cpu_float32 2022-09-27T15:43:08.9541216Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_cholesky_solve_cpu_float32 2022-09-27T15:43:08.9582673Z test_ops.py::TestTagsCPU::test_tags_argsort_cpu_float32 2022-09-27T15:43:08.9586220Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_argsort_cpu_float32 2022-09-27T15:43:08.9599906Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_layer_norm_cpu_float32 2022-09-27T15:43:08.9781899Z [gw0] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_layer_norm_cpu_float32 2022-09-27T15:43:08.9812815Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_entr_cpu_float32 2022-09-27T15:43:08.9821280Z [gw3] [ 97%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_entr_cpu_float32 2022-09-27T15:43:08.9841355Z test_ops.py::TestTagsCPU::test_tags_chunk_cpu_float32 2022-09-27T15:43:08.9981199Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_chunk_cpu_float32 2022-09-27T15:43:09.0006649Z test_ops.py::TestTagsCPU::test_tags_argwhere_cpu_float32 2022-09-27T15:43:09.0021624Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_argwhere_cpu_float32 2022-09-27T15:43:09.0041123Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ne_cpu_float32 2022-09-27T15:43:09.0221075Z [gw0] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ne_cpu_float32 2022-09-27T15:43:09.0257132Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_erfcx_cpu_float32 2022-09-27T15:43:09.0263557Z [gw3] [ 97%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_erfcx_cpu_float32 2022-09-27T15:43:09.0288237Z test_ops.py::TestTagsCPU::test_tags_clamp_cpu_float32 2022-09-27T15:43:09.0420733Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_clamp_cpu_float32 2022-09-27T15:43:09.0442867Z test_ops.py::TestTagsCPU::test_tags_as_strided_cpu_float32 2022-09-27T15:43:09.0460912Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_as_strided_cpu_float32 2022-09-27T15:43:09.0518255Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_neg_cpu_float32 2022-09-27T15:43:09.0661121Z [gw0] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_neg_cpu_float32 2022-09-27T15:43:09.0701504Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:43:09.0733220Z test_ops.py::TestTagsCPU::test_tags_clamp_max_cpu_float32 2022-09-27T15:43:09.0756670Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_clamp_max_cpu_float32 2022-09-27T15:43:09.0860774Z [gw3] [ 97%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:43:09.0882550Z test_ops.py::TestTagsCPU::test_tags_as_strided_scatter_cpu_float32 2022-09-27T15:43:09.0901458Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_as_strided_scatter_cpu_float32 2022-09-27T15:43:09.0918546Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_cpu_float32 2022-09-27T15:43:09.1100671Z [gw0] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_cpu_float32 2022-09-27T15:43:09.1141777Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:43:09.1173159Z test_ops.py::TestTagsCPU::test_tags_clamp_min_cpu_float32 2022-09-27T15:43:09.1194874Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_clamp_min_cpu_float32 2022-09-27T15:43:09.1300902Z [gw3] [ 97%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:43:09.1318395Z test_ops.py::TestTagsCPU::test_tags_asin_cpu_float32 2022-09-27T15:43:09.1341274Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_asin_cpu_float32 2022-09-27T15:43:09.1357930Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_strided_cpu_float32 2022-09-27T15:43:09.1540636Z [gw0] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_strided_cpu_float32 2022-09-27T15:43:09.1569077Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i0e_cpu_float32 2022-09-27T15:43:09.1581327Z [gw3] [ 97%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i0e_cpu_float32 2022-09-27T15:43:09.1599701Z test_ops.py::TestTagsCPU::test_tags_clone_cpu_float32 2022-09-27T15:43:09.1740748Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_clone_cpu_float32 2022-09-27T15:43:09.1757797Z test_ops.py::TestTagsCPU::test_tags_asinh_cpu_float32 2022-09-27T15:43:09.1781114Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_asinh_cpu_float32 2022-09-27T15:43:09.1797454Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_full_cpu_float32 2022-09-27T15:43:09.1981449Z [gw0] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_full_cpu_float32 2022-09-27T15:43:09.2010517Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i1_cpu_float32 2022-09-27T15:43:09.2021001Z [gw3] [ 97%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i1_cpu_float32 2022-09-27T15:43:09.2038197Z test_ops.py::TestTagsCPU::test_tags_column_stack_cpu_float32 2022-09-27T15:43:09.2180909Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_column_stack_cpu_float32 2022-09-27T15:43:09.2209309Z test_ops.py::TestTagsCPU::test_tags_atan2_cpu_float32 2022-09-27T15:43:09.2220762Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_atan2_cpu_float32 2022-09-27T15:43:09.2241824Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_ones_cpu_float32 2022-09-27T15:43:09.2421468Z [gw0] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_ones_cpu_float32 2022-09-27T15:43:09.2451785Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i1e_cpu_float32 2022-09-27T15:43:09.2461398Z [gw3] [ 97%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i1e_cpu_float32 2022-09-27T15:43:09.2535504Z test_ops.py::TestTagsCPU::test_tags_combinations_cpu_float32 2022-09-27T15:43:09.2621260Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_combinations_cpu_float32 2022-09-27T15:43:09.2640002Z test_ops.py::TestTagsCPU::test_tags_atan_cpu_float32 2022-09-27T15:43:09.2661494Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_atan_cpu_float32 2022-09-27T15:43:09.2678988Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_zeros_cpu_float32 2022-09-27T15:43:09.2860961Z [gw0] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_zeros_cpu_float32 2022-09-27T15:43:09.2901840Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:43:09.2933816Z test_ops.py::TestTagsCPU::test_tags_complex_cpu_float32 2022-09-27T15:43:09.2961559Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_complex_cpu_float32 2022-09-27T15:43:09.3061032Z [gw3] [ 97%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:43:09.3080286Z test_ops.py::TestTagsCPU::test_tags_atanh_cpu_float32 2022-09-27T15:43:09.3100928Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_atanh_cpu_float32 2022-09-27T15:43:09.3117355Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nextafter_cpu_float32 2022-09-27T15:43:09.3300856Z [gw0] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nextafter_cpu_float32 2022-09-27T15:43:09.3313292Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:43:09.3341332Z [gw3] [ 97%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:43:09.3359359Z test_ops.py::TestTagsCPU::test_tags_conj_cpu_float32 2022-09-27T15:43:09.3501148Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_conj_cpu_float32 2022-09-27T15:43:09.3523505Z test_ops.py::TestTagsCPU::test_tags_atleast_1d_cpu_float32 2022-09-27T15:43:09.3540952Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_atleast_1d_cpu_float32 2022-09-27T15:43:09.3744001Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:43:09.3791727Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_log_ndtr_cpu_float32 2022-09-27T15:43:09.3823105Z [gw3] [ 97%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_log_ndtr_cpu_float32 2022-09-27T15:43:09.3846635Z test_ops.py::TestTagsCPU::test_tags_conj_physical_cpu_float32 2022-09-27T15:43:09.3906855Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_conj_physical_cpu_float32 2022-09-27T15:43:09.3942285Z [gw0] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:43:09.3968982Z test_ops.py::TestTagsCPU::test_tags_atleast_2d_cpu_float32 2022-09-27T15:43:09.3981596Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_atleast_2d_cpu_float32 2022-09-27T15:43:09.4183998Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:43:09.4232435Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_i0_cpu_float32 2022-09-27T15:43:09.4263852Z [gw3] [ 97%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_i0_cpu_float32 2022-09-27T15:43:09.4382640Z test_ops.py::TestTagsCPU::test_tags_constant_pad_nd_cpu_float32 2022-09-27T15:43:09.4397606Z test_ops.py::TestTagsCPU::test_tags_atleast_3d_cpu_float32 2022-09-27T15:43:09.4416505Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_constant_pad_nd_cpu_float32 2022-09-27T15:43:09.4514366Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_atleast_3d_cpu_float32 2022-09-27T15:43:09.4521351Z [gw0] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:43:09.4662954Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:43:09.4707549Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_i1_cpu_float32 2022-09-27T15:43:09.4713170Z [gw3] [ 97%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_i1_cpu_float32 2022-09-27T15:43:09.4730998Z test_ops.py::TestTagsCPU::test_tags_contiguous_cpu_float32 2022-09-27T15:43:09.4822899Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_contiguous_cpu_float32 2022-09-27T15:43:09.4862455Z test_ops.py::TestTagsCPU::test_tags_baddbmm_cpu_float32 2022-09-27T15:43:09.5103564Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_baddbmm_cpu_float32 2022-09-27T15:43:09.5112007Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_k0_cpu_float32 2022-09-27T15:43:09.5124097Z [gw0] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:43:09.5143897Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:43:09.5160325Z test_ops.py::TestTagsCPU::test_tags_copysign_cpu_float32 2022-09-27T15:43:09.5181874Z [gw3] [ 97%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_k0_cpu_float32 2022-09-27T15:43:09.5261730Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_copysign_cpu_float32 2022-09-27T15:43:09.5383545Z test_ops.py::TestTagsCPU::test_tags_eq_cpu_float32 2022-09-27T15:43:09.5542777Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_eq_cpu_float32 2022-09-27T15:43:09.5582988Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_k1_cpu_float32 2022-09-27T15:43:09.5645483Z test_ops.py::TestTagsCPU::test_tags_corrcoef_cpu_float32 2022-09-27T15:43:09.5680820Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_corrcoef_cpu_float32 2022-09-27T15:43:09.5702196Z [gw3] [ 97%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_k1_cpu_float32 2022-09-27T15:43:09.5734459Z test_ops.py::TestTagsCPU::test_tags_equal_cpu_float32 2022-09-27T15:43:09.5746216Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_equal_cpu_float32 2022-09-27T15:43:09.5756074Z [gw0] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:43:09.5983913Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:43:09.6015115Z test_ops.py::TestTagsCPU::test_tags_fill_cpu_float32 2022-09-27T15:43:09.6063216Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_fill_cpu_float32 2022-09-27T15:43:09.6093198Z test_ops.py::TestTagsCPU::test_tags_cos_cpu_float32 2022-09-27T15:43:09.6142540Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_cos_cpu_float32 2022-09-27T15:43:09.6167675Z test_ops.py::TestTagsCPU::test_tags_erf_cpu_float32 2022-09-27T15:43:09.6422495Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_erf_cpu_float32 2022-09-27T15:43:09.6450868Z test_ops.py::TestTagsCPU::test_tags_flatten_cpu_float32 2022-09-27T15:43:09.6502467Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_flatten_cpu_float32 2022-09-27T15:43:09.6530157Z test_ops.py::TestTagsCPU::test_tags_cosh_cpu_float32 2022-09-27T15:43:09.6582499Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_cosh_cpu_float32 2022-09-27T15:43:09.6608977Z test_ops.py::TestTagsCPU::test_tags_erfc_cpu_float32 2022-09-27T15:43:09.6861784Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_erfc_cpu_float32 2022-09-27T15:43:09.6894197Z test_ops.py::TestTagsCPU::test_tags_flip_cpu_float32 2022-09-27T15:43:09.6941633Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_flip_cpu_float32 2022-09-27T15:43:09.6978113Z test_ops.py::TestTagsCPU::test_tags_count_nonzero_cpu_float32 2022-09-27T15:43:09.7021895Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_count_nonzero_cpu_float32 2022-09-27T15:43:09.7043243Z test_ops.py::TestTagsCPU::test_tags_erfinv_cpu_float32 2022-09-27T15:43:09.7154267Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_erfinv_cpu_float32 2022-09-27T15:43:09.7161798Z [gw0] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:43:09.7302328Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:43:09.7327417Z test_ops.py::TestTagsCPU::test_tags_fliplr_cpu_float32 2022-09-27T15:43:09.7382345Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_fliplr_cpu_float32 2022-09-27T15:43:09.7463593Z test_ops.py::TestTagsCPU::test_tags_cov_cpu_float32 2022-09-27T15:43:09.7490337Z test_ops.py::TestTagsCPU::test_tags_exp2_cpu_float32 2022-09-27T15:43:09.7624314Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_exp2_cpu_float32 2022-09-27T15:43:09.7743762Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_cov_cpu_float32 2022-09-27T15:43:09.7777633Z test_ops.py::TestTagsCPU::test_tags_flipud_cpu_float32 2022-09-27T15:43:09.7823232Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_flipud_cpu_float32 2022-09-27T15:43:09.7849643Z test_ops.py::TestTagsCPU::test_tags_cross_cpu_float32 2022-09-27T15:43:09.7943404Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_cross_cpu_float32 2022-09-27T15:43:09.7970123Z test_ops.py::TestTagsCPU::test_tags_exp_cpu_float32 2022-09-27T15:43:09.8182507Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_exp_cpu_float32 2022-09-27T15:43:09.8261587Z test_ops.py::TestTagsCPU::test_tags_float_cpu_float32 2022-09-27T15:43:09.8287509Z test_ops.py::TestTagsCPU::test_tags_cummax_cpu_float32 2022-09-27T15:43:09.8296974Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_cummax_cpu_float32 2022-09-27T15:43:09.8422274Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_float_cpu_float32 2022-09-27T15:43:09.8438510Z test_ops.py::TestTagsCPU::test_tags_expand_as_cpu_float32 2022-09-27T15:43:09.8450046Z [gw0] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:43:09.8457138Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:43:09.8622000Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_expand_as_cpu_float32 2022-09-27T15:43:09.8684697Z test_ops.py::TestTagsCPU::test_tags_float_power_cpu_float32 2022-09-27T15:43:09.8719541Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_float_power_cpu_float32 2022-09-27T15:43:09.8725419Z test_ops.py::TestTagsCPU::test_tags_cummin_cpu_float32 2022-09-27T15:43:09.8861865Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_cummin_cpu_float32 2022-09-27T15:43:09.8902532Z test_ops.py::TestTagsCPU::test_tags_expand_cpu_float32 2022-09-27T15:43:09.9045203Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_expand_cpu_float32 2022-09-27T15:43:09.9052460Z [gw0] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:43:09.9061667Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:43:09.9082086Z test_ops.py::TestTagsCPU::test_tags_floor_cpu_float32 2022-09-27T15:43:09.9141176Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_floor_cpu_float32 2022-09-27T15:43:09.9169562Z test_ops.py::TestTagsCPU::test_tags_cumprod_cpu_float32 2022-09-27T15:43:09.9302635Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_cumprod_cpu_float32 2022-09-27T15:43:09.9323063Z test_ops.py::TestTagsCPU::test_tags_expm1_cpu_float32 2022-09-27T15:43:09.9391263Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_expm1_cpu_float32 2022-09-27T15:43:09.9460523Z [gw0] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:43:09.9501360Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:43:09.9541988Z test_ops.py::TestTagsCPU::test_tags_floor_divide_cpu_float32 2022-09-27T15:43:09.9582055Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_floor_divide_cpu_float32 2022-09-27T15:43:09.9603916Z test_ops.py::TestTagsCPU::test_tags_cumsum_cpu_float32 2022-09-27T15:43:09.9741619Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_cumsum_cpu_float32 2022-09-27T15:43:09.9760505Z test_ops.py::TestTagsCPU::test_tags_eye_cpu_float32 2022-09-27T15:43:09.9834138Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_eye_cpu_float32 2022-09-27T15:43:09.9900786Z [gw0] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:43:09.9942239Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_batch_norm_cpu_float32 2022-09-27T15:43:09.9977400Z test_ops.py::TestTagsCPU::test_tags_fmax_cpu_float32 2022-09-27T15:43:10.0022481Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_fmax_cpu_float32 2022-09-27T15:43:10.0066068Z test_ops.py::TestTagsCPU::test_tags_cumulative_trapezoid_cpu_float32 2022-09-27T15:43:10.0182604Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_cumulative_trapezoid_cpu_float32 2022-09-27T15:43:10.0229589Z test_ops.py::TestTagsCPU::test_tags_fft_fft2_cpu_float32 2022-09-27T15:43:10.0381996Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_fft2_cpu_float32 2022-09-27T15:43:10.0416237Z test_ops.py::TestTagsCPU::test_tags_fmin_cpu_float32 2022-09-27T15:43:10.0461616Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_fmin_cpu_float32 2022-09-27T15:43:10.0483868Z test_ops.py::TestTagsCPU::test_tags_deg2rad_cpu_float32 2022-09-27T15:43:10.0622069Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_deg2rad_cpu_float32 2022-09-27T15:43:10.0660179Z test_ops.py::TestTagsCPU::test_tags_fft_fft_cpu_float32 2022-09-27T15:43:10.0822540Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_fft_cpu_float32 2022-09-27T15:43:10.0863285Z test_ops.py::TestTagsCPU::test_tags_fmod_cpu_float32 2022-09-27T15:43:10.0901380Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_fmod_cpu_float32 2022-09-27T15:43:10.0926110Z test_ops.py::TestTagsCPU::test_tags_diag_cpu_float32 2022-09-27T15:43:10.1061787Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_diag_cpu_float32 2022-09-27T15:43:10.1108806Z test_ops.py::TestTagsCPU::test_tags_fft_fftn_cpu_float32 2022-09-27T15:43:10.1261853Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_fftn_cpu_float32 2022-09-27T15:43:10.1285836Z test_ops.py::TestTagsCPU::test_tags_frac_cpu_float32 2022-09-27T15:43:10.1341235Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_frac_cpu_float32 2022-09-27T15:43:10.1370296Z test_ops.py::TestTagsCPU::test_tags_diag_embed_cpu_float32 2022-09-27T15:43:10.1501801Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_diag_embed_cpu_float32 2022-09-27T15:43:10.1585100Z test_ops.py::TestTagsCPU::test_tags_fft_fftshift_cpu_float32 2022-09-27T15:43:10.1701754Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_fftshift_cpu_float32 2022-09-27T15:43:10.1724802Z test_ops.py::TestTagsCPU::test_tags_frexp_cpu_float32 2022-09-27T15:43:10.1782229Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_frexp_cpu_float32 2022-09-27T15:43:10.1804281Z test_ops.py::TestTagsCPU::test_tags_diagflat_cpu_float32 2022-09-27T15:43:10.1941859Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_diagflat_cpu_float32 2022-09-27T15:43:10.2010567Z test_ops.py::TestTagsCPU::test_tags_fft_hfft2_cpu_float32 2022-09-27T15:43:10.2142119Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_hfft2_cpu_float32 2022-09-27T15:43:10.2168437Z test_ops.py::TestTagsCPU::test_tags_full_like_cpu_float32 2022-09-27T15:43:10.2222043Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_full_like_cpu_float32 2022-09-27T15:43:10.2254211Z test_ops.py::TestTagsCPU::test_tags_diagonal_cpu_float32 2022-09-27T15:43:10.2423016Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_diagonal_cpu_float32 2022-09-27T15:43:10.2456515Z test_ops.py::TestTagsCPU::test_tags_fft_hfft_cpu_float32 2022-09-27T15:43:10.2582443Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_hfft_cpu_float32 2022-09-27T15:43:10.2608192Z test_ops.py::TestTagsCPU::test_tags_gather_cpu_float32 2022-09-27T15:43:10.2662303Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_gather_cpu_float32 2022-09-27T15:43:10.2704783Z test_ops.py::TestTagsCPU::test_tags_diagonal_scatter_cpu_float32 2022-09-27T15:43:10.2861961Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_diagonal_scatter_cpu_float32 2022-09-27T15:43:10.2898654Z test_ops.py::TestTagsCPU::test_tags_fft_hfftn_cpu_float32 2022-09-27T15:43:10.3022148Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_hfftn_cpu_float32 2022-09-27T15:43:10.3049736Z test_ops.py::TestTagsCPU::test_tags_gcd_cpu_int64 2022-09-27T15:43:10.3101984Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_gcd_cpu_int64 2022-09-27T15:43:10.3240653Z test_ops.py::TestTagsCPU::test_tags_diff_cpu_float32 2022-09-27T15:43:10.3342015Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_diff_cpu_float32 2022-09-27T15:43:10.3372394Z test_ops.py::TestTagsCPU::test_tags_fft_ifft2_cpu_float32 2022-09-27T15:43:10.3462431Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ifft2_cpu_float32 2022-09-27T15:43:10.3492672Z test_ops.py::TestTagsCPU::test_tags_ge_cpu_float32 2022-09-27T15:43:10.3542191Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_ge_cpu_float32 2022-09-27T15:43:10.3563007Z test_ops.py::TestTagsCPU::test_tags_digamma_cpu_float32 2022-09-27T15:43:10.3782595Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_digamma_cpu_float32 2022-09-27T15:43:10.3816356Z test_ops.py::TestTagsCPU::test_tags_fft_ifft_cpu_float32 2022-09-27T15:43:10.3902787Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ifft_cpu_float32 2022-09-27T15:43:10.4004263Z test_ops.py::TestTagsCPU::test_tags_geqrf_cpu_float32 2022-09-27T15:43:10.4015045Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_geqrf_cpu_float32 2022-09-27T15:43:10.4100009Z test_ops.py::TestTagsCPU::test_tags_dist_cpu_float32 2022-09-27T15:43:10.4222641Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_dist_cpu_float32 2022-09-27T15:43:10.4260595Z test_ops.py::TestTagsCPU::test_tags_fft_ifftn_cpu_float32 2022-09-27T15:43:10.4342389Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ifftn_cpu_float32 2022-09-27T15:43:10.4424121Z test_ops.py::TestTagsCPU::test_tags_gradient_cpu_float32 2022-09-27T15:43:10.4432589Z test_ops.py::TestTagsCPU::test_tags_div_floor_rounding_cpu_float32 2022-09-27T15:43:10.4468525Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_gradient_cpu_float32 2022-09-27T15:43:10.4662688Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_div_floor_rounding_cpu_float32 2022-09-27T15:43:10.4747434Z test_ops.py::TestTagsCPU::test_tags_fft_ifftshift_cpu_float32 2022-09-27T15:43:10.4781969Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ifftshift_cpu_float32 2022-09-27T15:43:10.4815591Z test_ops.py::TestTagsCPU::test_tags_gt_cpu_float32 2022-09-27T15:43:10.4861876Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_gt_cpu_float32 2022-09-27T15:43:10.4907957Z test_ops.py::TestTagsCPU::test_tags_div_no_rounding_mode_cpu_float32 2022-09-27T15:43:10.5103236Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_div_no_rounding_mode_cpu_float32 2022-09-27T15:43:10.5139761Z test_ops.py::TestTagsCPU::test_tags_fft_ihfft2_cpu_float32 2022-09-27T15:43:10.5223164Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ihfft2_cpu_float32 2022-09-27T15:43:10.5303459Z test_ops.py::TestTagsCPU::test_tags_half_cpu_float32 2022-09-27T15:43:10.5317673Z test_ops.py::TestTagsCPU::test_tags_div_trunc_rounding_cpu_float32 2022-09-27T15:43:10.5351491Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_half_cpu_float32 2022-09-27T15:43:10.5543005Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_div_trunc_rounding_cpu_float32 2022-09-27T15:43:10.5576377Z test_ops.py::TestTagsCPU::test_tags_fft_ihfft_cpu_float32 2022-09-27T15:43:10.5662554Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ihfft_cpu_float32 2022-09-27T15:43:10.5693923Z test_ops.py::TestTagsCPU::test_tags_heaviside_cpu_float32 2022-09-27T15:43:10.5741844Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_heaviside_cpu_float32 2022-09-27T15:43:10.5765190Z test_ops.py::TestTagsCPU::test_tags_dot_cpu_float32 2022-09-27T15:43:10.5982278Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_dot_cpu_float32 2022-09-27T15:43:10.6018327Z test_ops.py::TestTagsCPU::test_tags_fft_ihfftn_cpu_float32 2022-09-27T15:43:10.6101993Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ihfftn_cpu_float32 2022-09-27T15:43:10.6185142Z test_ops.py::TestTagsCPU::test_tags_histc_cpu_float32 2022-09-27T15:43:10.6192685Z test_ops.py::TestTagsCPU::test_tags_double_cpu_float32 2022-09-27T15:43:10.6279346Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_histc_cpu_float32 2022-09-27T15:43:10.6423859Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_double_cpu_float32 2022-09-27T15:43:10.6624216Z test_ops.py::TestTagsCPU::test_tags_fft_irfft2_cpu_float32 2022-09-27T15:43:10.6658913Z test_ops.py::TestTagsCPU::test_tags_dsplit_cpu_float32 2022-09-27T15:43:10.6670062Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_irfft2_cpu_float32 2022-09-27T15:43:10.6673393Z test_ops.py::TestTagsCPU::test_tags_histogram_cpu_float32 2022-09-27T15:43:10.6863541Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_dsplit_cpu_float32 2022-09-27T15:43:10.6904947Z test_ops.py::TestTagsCPU::test_tags_fft_irfft_cpu_float32 2022-09-27T15:43:10.7021930Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_irfft_cpu_float32 2022-09-27T15:43:10.7063939Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_histogram_cpu_float32 2022-09-27T15:43:10.7067896Z test_ops.py::TestTagsCPU::test_tags_histogramdd_cpu_float32 2022-09-27T15:43:10.7098897Z test_ops.py::TestTagsCPU::test_tags_dstack_cpu_float32 2022-09-27T15:43:10.7335576Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_dstack_cpu_float32 2022-09-27T15:43:10.7447823Z test_ops.py::TestTagsCPU::test_tags_fft_irfftn_cpu_float32 2022-09-27T15:43:10.7530326Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_irfftn_cpu_float32 2022-09-27T15:43:10.7545076Z test_ops.py::TestTagsCPU::test_tags_einsum_cpu_float32 2022-09-27T15:43:10.7601023Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_einsum_cpu_float32 2022-09-27T15:43:10.7609954Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_histogramdd_cpu_float32 2022-09-27T15:43:10.7634723Z test_ops.py::TestTagsCPU::test_tags_hsplit_cpu_float32 2022-09-27T15:43:10.7742344Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_hsplit_cpu_float32 2022-09-27T15:43:10.7783061Z test_ops.py::TestTagsCPU::test_tags_fft_rfft2_cpu_float32 2022-09-27T15:43:10.7942779Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_rfft2_cpu_float32 2022-09-27T15:43:10.7965759Z test_ops.py::TestTagsCPU::test_tags_empty_cpu_float32 2022-09-27T15:43:10.8022392Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_empty_cpu_float32 2022-09-27T15:43:10.8045738Z test_ops.py::TestTagsCPU::test_tags_hstack_cpu_float32 2022-09-27T15:43:10.8222294Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_hstack_cpu_float32 2022-09-27T15:43:10.8269243Z test_ops.py::TestTagsCPU::test_tags_fft_rfft_cpu_float32 2022-09-27T15:43:10.8382215Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_rfft_cpu_float32 2022-09-27T15:43:10.8409698Z test_ops.py::TestTagsCPU::test_tags_empty_like_cpu_float32 2022-09-27T15:43:10.8461867Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_empty_like_cpu_float32 2022-09-27T15:43:10.8500630Z test_ops.py::TestTagsCPU::test_tags_hypot_cpu_float32 2022-09-27T15:43:10.8661766Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_hypot_cpu_float32 2022-09-27T15:43:10.8698147Z test_ops.py::TestTagsCPU::test_tags_fft_rfftn_cpu_float32 2022-09-27T15:43:10.8822883Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_rfftn_cpu_float32 2022-09-27T15:43:10.8852203Z test_ops.py::TestTagsCPU::test_tags_kthvalue_cpu_float32 2022-09-27T15:43:10.8901831Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_kthvalue_cpu_float32 2022-09-27T15:43:10.8923882Z test_ops.py::TestTagsCPU::test_tags_i0_cpu_float32 2022-09-27T15:43:10.9101541Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_i0_cpu_float32 2022-09-27T15:43:10.9143807Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:43:10.9261984Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:43:10.9289728Z test_ops.py::TestTagsCPU::test_tags_lcm_cpu_int64 2022-09-27T15:43:10.9341501Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_lcm_cpu_int64 2022-09-27T15:43:10.9379739Z test_ops.py::TestTagsCPU::test_tags_igamma_cpu_float32 2022-09-27T15:43:10.9541658Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_igamma_cpu_float32 2022-09-27T15:43:10.9701700Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_solve_cpu_float32 2022-09-27T15:43:10.9717009Z test_ops.py::TestTagsCPU::test_tags_ldexp_cpu_float32 2022-09-27T15:43:10.9744553Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lu_solve_cpu_float32 2022-09-27T15:43:10.9781561Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_ldexp_cpu_float32 2022-09-27T15:43:10.9820190Z test_ops.py::TestTagsCPU::test_tags_igammac_cpu_float32 2022-09-27T15:43:10.9982797Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_igammac_cpu_float32 2022-09-27T15:43:11.0134669Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_norm_cpu_float32 2022-09-27T15:43:11.0145427Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_matrix_norm_cpu_float32 2022-09-27T15:43:11.0179545Z test_ops.py::TestTagsCPU::test_tags_le_cpu_float32 2022-09-27T15:43:11.0222360Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_le_cpu_float32 2022-09-27T15:43:11.0250430Z test_ops.py::TestTagsCPU::test_tags_imag_cpu_complex64 2022-09-27T15:43:11.0461966Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_imag_cpu_complex64 2022-09-27T15:43:11.0564630Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_power_cpu_float32 2022-09-27T15:43:11.0589071Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_matrix_power_cpu_float32 2022-09-27T15:43:11.0640602Z test_ops.py::TestTagsCPU::test_tags_lerp_cpu_float32 2022-09-27T15:43:11.0661999Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_lerp_cpu_float32 2022-09-27T15:43:11.0698978Z test_ops.py::TestTagsCPU::test_tags_index_add_cpu_float32 2022-09-27T15:43:11.0901802Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_index_add_cpu_float32 2022-09-27T15:43:11.1063131Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_cpu_float32 2022-09-27T15:43:11.1066696Z test_ops.py::TestTagsCPU::test_tags_lgamma_cpu_float32 2022-09-27T15:43:11.1101905Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_lgamma_cpu_float32 2022-09-27T15:43:11.1136210Z test_ops.py::TestTagsCPU::test_tags_index_copy_cpu_float32 2022-09-27T15:43:11.1296522Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_index_copy_cpu_float32 2022-09-27T15:43:11.1341499Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_cpu_float32 2022-09-27T15:43:11.1396195Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:43:11.1462804Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:43:11.1512203Z test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_cpu_float32 2022-09-27T15:43:11.1542006Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_cpu_float32 2022-09-27T15:43:11.1567685Z test_ops.py::TestTagsCPU::test_tags_index_fill_cpu_float32 2022-09-27T15:43:11.1822123Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_index_fill_cpu_float32 2022-09-27T15:43:11.1850479Z test_ops.py::TestTagsCPU::test_tags_linalg_multi_dot_cpu_float32 2022-09-27T15:43:11.1902280Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_multi_dot_cpu_float32 2022-09-27T15:43:11.1938663Z test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_ex_cpu_float32 2022-09-27T15:43:11.1981917Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_ex_cpu_float32 2022-09-27T15:43:11.2010000Z test_ops.py::TestTagsCPU::test_tags_index_put_cpu_float32 2022-09-27T15:43:11.2262364Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_index_put_cpu_float32 2022-09-27T15:43:11.2342973Z test_ops.py::TestTagsCPU::test_tags_linalg_norm_cpu_float32 2022-09-27T15:43:11.2380364Z test_ops.py::TestTagsCPU::test_tags_linalg_cond_cpu_float32 2022-09-27T15:43:11.2388129Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_norm_cpu_float32 2022-09-27T15:43:11.2422234Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_cond_cpu_float32 2022-09-27T15:43:11.2496306Z test_ops.py::TestTagsCPU::test_tags_index_reduce_cpu_float32 2022-09-27T15:43:11.2702885Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_index_reduce_cpu_float32 2022-09-27T15:43:11.2767081Z test_ops.py::TestTagsCPU::test_tags_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:43:11.2782271Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:43:11.2808980Z test_ops.py::TestTagsCPU::test_tags_linalg_cross_cpu_float32 2022-09-27T15:43:11.2862000Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_cross_cpu_float32 2022-09-27T15:43:11.2884530Z test_ops.py::TestTagsCPU::test_tags_index_select_cpu_float32 2022-09-27T15:43:11.3143447Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_index_select_cpu_float32 2022-09-27T15:43:11.3216481Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_cpu_float32 2022-09-27T15:43:11.3230918Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_pinv_cpu_float32 2022-09-27T15:43:11.3284680Z test_ops.py::TestTagsCPU::test_tags_linalg_det_cpu_float32 2022-09-27T15:43:11.3302484Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_det_cpu_float32 2022-09-27T15:43:11.3331796Z test_ops.py::TestTagsCPU::test_tags_inner_cpu_float32 2022-09-27T15:43:11.3625533Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_inner_cpu_float32 2022-09-27T15:43:11.3675315Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:43:11.3681761Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:43:11.3784039Z test_ops.py::TestTagsCPU::test_tags_linalg_det_singular_cpu_float32 2022-09-27T15:43:11.3853350Z test_ops.py::TestTagsCPU::test_tags_int_cpu_float32 2022-09-27T15:43:11.3891837Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_det_singular_cpu_float32 2022-09-27T15:43:11.4108368Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_int_cpu_float32 2022-09-27T15:43:11.4109853Z test_ops.py::TestTagsCPU::test_tags_linalg_eig_cpu_float32 2022-09-27T15:43:11.4137322Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_singular_cpu_float32 2022-09-27T15:43:11.4168986Z [gw1] [ 97%] SKIPPED test_ops.py::TestTagsCPU::test_tags_linalg_pinv_singular_cpu_float32 2022-09-27T15:43:11.4264125Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_eig_cpu_float32 2022-09-27T15:43:11.4354900Z test_ops.py::TestTagsCPU::test_tags_isclose_cpu_float32 2022-09-27T15:43:11.4545613Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_isclose_cpu_float32 2022-09-27T15:43:11.4651174Z test_ops.py::TestTagsCPU::test_tags_linalg_eigh_cpu_float32 2022-09-27T15:43:11.4709035Z test_ops.py::TestTagsCPU::test_tags_linalg_qr_cpu_float32 2022-09-27T15:43:11.4722426Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_qr_cpu_float32 2022-09-27T15:43:11.4726541Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_eigh_cpu_float32 2022-09-27T15:43:11.4750277Z test_ops.py::TestTagsCPU::test_tags_isfinite_cpu_float32 2022-09-27T15:43:11.5026200Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_isfinite_cpu_float32 2022-09-27T15:43:11.5026667Z test_ops.py::TestTagsCPU::test_tags_linalg_slogdet_cpu_float32 2022-09-27T15:43:11.5091923Z test_ops.py::TestTagsCPU::test_tags_linalg_eigvals_cpu_float32 2022-09-27T15:43:11.5142382Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_slogdet_cpu_float32 2022-09-27T15:43:11.5149353Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_eigvals_cpu_float32 2022-09-27T15:43:11.5171688Z test_ops.py::TestTagsCPU::test_tags_isin_cpu_float32 2022-09-27T15:43:11.5464589Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_isin_cpu_float32 2022-09-27T15:43:11.5468496Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_cpu_float32 2022-09-27T15:43:11.5555811Z test_ops.py::TestTagsCPU::test_tags_linalg_eigvalsh_cpu_float32 2022-09-27T15:43:11.5582479Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_eigvalsh_cpu_float32 2022-09-27T15:43:11.5607727Z test_ops.py::TestTagsCPU::test_tags_isinf_cpu_float32 2022-09-27T15:43:11.5618389Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_solve_cpu_float32 2022-09-27T15:43:11.5905064Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_isinf_cpu_float32 2022-09-27T15:43:11.5908123Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_ex_cpu_float32 2022-09-27T15:43:11.5939392Z test_ops.py::TestTagsCPU::test_tags_linalg_householder_product_cpu_float32 2022-09-27T15:43:11.6000227Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_householder_product_cpu_float32 2022-09-27T15:43:11.6022558Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_solve_ex_cpu_float32 2022-09-27T15:43:11.6050330Z test_ops.py::TestTagsCPU::test_tags_isnan_cpu_float32 2022-09-27T15:43:11.6345566Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_isnan_cpu_float32 2022-09-27T15:43:11.6348745Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_triangular_cpu_float32 2022-09-27T15:43:11.6498548Z test_ops.py::TestTagsCPU::test_tags_linalg_inv_cpu_float32 2022-09-27T15:43:11.6507469Z test_ops.py::TestTagsCPU::test_tags_isneginf_cpu_float32 2022-09-27T15:43:11.6512360Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_isneginf_cpu_float32 2022-09-27T15:43:11.6782346Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_inv_cpu_float32 2022-09-27T15:43:11.6897234Z test_ops.py::TestTagsCPU::test_tags_linalg_inv_ex_cpu_float32 2022-09-27T15:43:11.6905276Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_solve_triangular_cpu_float32 2022-09-27T15:43:11.6913577Z test_ops.py::TestTagsCPU::test_tags_linalg_svd_cpu_float32 2022-09-27T15:43:11.6917891Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_inv_ex_cpu_float32 2022-09-27T15:43:11.6946242Z test_ops.py::TestTagsCPU::test_tags_isposinf_cpu_float32 2022-09-27T15:43:11.7223070Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_isposinf_cpu_float32 2022-09-27T15:43:11.7307612Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_cpu_float32 2022-09-27T15:43:11.7405278Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_cpu_float32 2022-09-27T15:43:11.7438213Z test_ops.py::TestTagsCPU::test_tags_isreal_cpu_float32 2022-09-27T15:43:11.7710433Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_isreal_cpu_float32 2022-09-27T15:43:11.7719453Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_svd_cpu_float32 2022-09-27T15:43:11.7722583Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:43:11.7803322Z test_ops.py::TestTagsCPU::test_tags_linalg_svdvals_cpu_float32 2022-09-27T15:43:11.7841601Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_svdvals_cpu_float32 2022-09-27T15:43:11.8033048Z test_ops.py::TestTagsCPU::test_tags_istft_cpu_float32 2022-09-27T15:43:11.8131236Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:43:11.8164458Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_istft_cpu_float32 2022-09-27T15:43:11.8169916Z test_ops.py::TestTagsCPU::test_tags_linalg_tensorinv_cpu_float32 2022-09-27T15:43:11.8219564Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_solve_cpu_float32 2022-09-27T15:43:11.8232609Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_ldl_solve_cpu_float32 2022-09-27T15:43:11.8262129Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_tensorinv_cpu_float32 2022-09-27T15:43:11.8287123Z test_ops.py::TestTagsCPU::test_tags_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:43:11.8664888Z [gw3] [ 97%] SKIPPED test_ops.py::TestTagsCPU::test_tags_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:43:11.8665366Z test_ops.py::TestTagsCPU::test_tags_linalg_tensorsolve_cpu_float32 2022-09-27T15:43:11.8686130Z test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_cpu_float32 2022-09-27T15:43:11.8735378Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_tensorsolve_cpu_float32 2022-09-27T15:43:11.8736822Z test_ops.py::TestTagsCPU::test_tags_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:43:11.8852667Z [gw3] [ 97%] SKIPPED test_ops.py::TestTagsCPU::test_tags_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:43:11.9024350Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_cpu_float32 2022-09-27T15:43:11.9026705Z test_ops.py::TestTagsCPU::test_tags_linalg_vander_cpu_float32 2022-09-27T15:43:11.9089316Z test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:43:11.9174905Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_vander_cpu_float32 2022-09-27T15:43:11.9216011Z test_ops.py::TestTagsCPU::test_tags_jiterator_binary_cpu_float32 2022-09-27T15:43:11.9289276Z [gw3] [ 97%] SKIPPED test_ops.py::TestTagsCPU::test_tags_jiterator_binary_cpu_float32 2022-09-27T15:43:11.9461820Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:43:11.9575305Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_cpu_float32 2022-09-27T15:43:11.9685146Z test_ops.py::TestTagsCPU::test_tags_linalg_vecdot_cpu_float32 2022-09-27T15:43:11.9685596Z test_ops.py::TestTagsCPU::test_tags_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:43:11.9686313Z [gw3] [ 97%] SKIPPED test_ops.py::TestTagsCPU::test_tags_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:43:11.9797708Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_vecdot_cpu_float32 2022-09-27T15:43:11.9901734Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lu_cpu_float32 2022-09-27T15:43:12.0020829Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_cpu_float32 2022-09-27T15:43:12.0031917Z test_ops.py::TestTagsCPU::test_tags_linalg_vector_norm_cpu_float32 2022-09-27T15:43:12.0062419Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_cpu_float32 2022-09-27T15:43:12.0088481Z test_ops.py::TestTagsCPU::test_tags_jiterator_unary_cpu_float32 2022-09-27T15:43:12.0104897Z [gw3] [ 97%] SKIPPED test_ops.py::TestTagsCPU::test_tags_jiterator_unary_cpu_float32 2022-09-27T15:43:12.0341761Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_vector_norm_cpu_float32 2022-09-27T15:43:12.0366419Z test_ops.py::TestTagsCPU::test_tags_mH_cpu_float32 2022-09-27T15:43:12.0421846Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mH_cpu_float32 2022-09-27T15:43:12.0442709Z test_ops.py::TestTagsCPU::test_tags_linspace_cpu_float32 2022-09-27T15:43:12.0501537Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linspace_cpu_float32 2022-09-27T15:43:12.0523811Z test_ops.py::TestTagsCPU::test_tags_kron_cpu_float32 2022-09-27T15:43:12.0782521Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_kron_cpu_float32 2022-09-27T15:43:12.0808405Z test_ops.py::TestTagsCPU::test_tags_mT_cpu_float32 2022-09-27T15:43:12.0902282Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mT_cpu_float32 2022-09-27T15:43:12.0924983Z test_ops.py::TestTagsCPU::test_tags_log10_cpu_float32 2022-09-27T15:43:12.0981796Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_log10_cpu_float32 2022-09-27T15:43:12.1005506Z test_ops.py::TestTagsCPU::test_tags_movedim_cpu_float32 2022-09-27T15:43:12.1222204Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_movedim_cpu_float32 2022-09-27T15:43:12.1255369Z test_ops.py::TestTagsCPU::test_tags_masked_fill_cpu_float32 2022-09-27T15:43:12.1342136Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_masked_fill_cpu_float32 2022-09-27T15:43:12.1363055Z test_ops.py::TestTagsCPU::test_tags_log1p_cpu_float32 2022-09-27T15:43:12.1422016Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_log1p_cpu_float32 2022-09-27T15:43:12.1452188Z test_ops.py::TestTagsCPU::test_tags_msort_cpu_float32 2022-09-27T15:43:12.1662200Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_msort_cpu_float32 2022-09-27T15:43:12.1693133Z test_ops.py::TestTagsCPU::test_tags_masked_scatter_cpu_float32 2022-09-27T15:43:12.1781889Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_masked_scatter_cpu_float32 2022-09-27T15:43:12.1804162Z test_ops.py::TestTagsCPU::test_tags_log2_cpu_float32 2022-09-27T15:43:12.1861833Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_log2_cpu_float32 2022-09-27T15:43:12.1900226Z test_ops.py::TestTagsCPU::test_tags_mul_cpu_float32 2022-09-27T15:43:12.2103363Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mul_cpu_float32 2022-09-27T15:43:12.2133776Z test_ops.py::TestTagsCPU::test_tags_masked_select_cpu_float32 2022-09-27T15:43:12.2222151Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_masked_select_cpu_float32 2022-09-27T15:43:12.2244907Z test_ops.py::TestTagsCPU::test_tags_log_cpu_float32 2022-09-27T15:43:12.2302527Z [gw1] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_log_cpu_float32 2022-09-27T15:43:12.2356316Z test_ops.py::TestTagsCPU::test_tags_multinomial_cpu_float32 2022-09-27T15:43:12.2542319Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_multinomial_cpu_float32 2022-09-27T15:43:12.2601885Z test_ops.py::TestTagsCPU::test_tags_matmul_cpu_float32 2022-09-27T15:43:12.2702247Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_matmul_cpu_float32 2022-09-27T15:43:12.2730354Z test_ops.py::TestTagsCPU::test_tags_log_softmax_cpu_float32 2022-09-27T15:43:12.2782712Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_log_softmax_cpu_float32 2022-09-27T15:43:12.2807099Z test_ops.py::TestTagsCPU::test_tags_mv_cpu_float32 2022-09-27T15:43:12.2982553Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_mv_cpu_float32 2022-09-27T15:43:12.3023840Z test_ops.py::TestTagsCPU::test_tags_matrix_exp_cpu_float32 2022-09-27T15:43:12.3182039Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_matrix_exp_cpu_float32 2022-09-27T15:43:12.3208375Z test_ops.py::TestTagsCPU::test_tags_log_softmax_dtype_cpu_float32 2022-09-27T15:43:12.3222665Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_log_softmax_dtype_cpu_float32 2022-09-27T15:43:12.3259135Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:43:12.3422504Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:43:12.3458938Z test_ops.py::TestTagsCPU::test_tags_max_binary_cpu_float32 2022-09-27T15:43:12.3622178Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_max_binary_cpu_float32 2022-09-27T15:43:12.3645745Z test_ops.py::TestTagsCPU::test_tags_logaddexp2_cpu_float32 2022-09-27T15:43:12.3702476Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_logaddexp2_cpu_float32 2022-09-27T15:43:12.3738870Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:43:12.3862133Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:43:12.3886225Z test_ops.py::TestTagsCPU::test_tags_max_reduction_no_dim_cpu_float32 2022-09-27T15:43:12.4062375Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_max_reduction_no_dim_cpu_float32 2022-09-27T15:43:12.4082551Z test_ops.py::TestTagsCPU::test_tags_logaddexp_cpu_float32 2022-09-27T15:43:12.4182194Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_logaddexp_cpu_float32 2022-09-27T15:43:12.4218354Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:43:12.4301880Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:43:12.4335222Z test_ops.py::TestTagsCPU::test_tags_max_reduction_with_dim_cpu_float32 2022-09-27T15:43:12.4502111Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_max_reduction_with_dim_cpu_float32 2022-09-27T15:43:12.4529266Z test_ops.py::TestTagsCPU::test_tags_logcumsumexp_cpu_float32 2022-09-27T15:43:12.4662681Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_logcumsumexp_cpu_float32 2022-09-27T15:43:12.4686592Z test_ops.py::TestTagsCPU::test_tags_nan_to_num_cpu_float32 2022-09-27T15:43:12.4741892Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nan_to_num_cpu_float32 2022-09-27T15:43:12.4777755Z test_ops.py::TestTagsCPU::test_tags_maximum_cpu_float32 2022-09-27T15:43:12.4941846Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_maximum_cpu_float32 2022-09-27T15:43:12.5009646Z test_ops.py::TestTagsCPU::test_tags_logdet_cpu_float32 2022-09-27T15:43:12.5102340Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_logdet_cpu_float32 2022-09-27T15:43:12.5181683Z test_ops.py::TestTagsCPU::test_tags_nanmean_cpu_float32 2022-09-27T15:43:12.5216798Z test_ops.py::TestTagsCPU::test_tags_mean_cpu_float32 2022-09-27T15:43:12.5219104Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nanmean_cpu_float32 2022-09-27T15:43:12.5422119Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_mean_cpu_float32 2022-09-27T15:43:12.5456616Z test_ops.py::TestTagsCPU::test_tags_logical_and_cpu_float32 2022-09-27T15:43:12.5582096Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_logical_and_cpu_float32 2022-09-27T15:43:12.5617081Z test_ops.py::TestTagsCPU::test_tags_nanmedian_cpu_float32 2022-09-27T15:43:12.5627990Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nanmedian_cpu_float32 2022-09-27T15:43:12.5665636Z test_ops.py::TestTagsCPU::test_tags_median_cpu_float32 2022-09-27T15:43:12.5862465Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_median_cpu_float32 2022-09-27T15:43:12.5883521Z test_ops.py::TestTagsCPU::test_tags_logical_not_cpu_float32 2022-09-27T15:43:12.6022635Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_logical_not_cpu_float32 2022-09-27T15:43:12.6061864Z test_ops.py::TestTagsCPU::test_tags_nanquantile_cpu_float32 2022-09-27T15:43:12.6091402Z test_ops.py::TestTagsCPU::test_tags_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:43:12.6303443Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:43:12.6351712Z test_ops.py::TestTagsCPU::test_tags_logical_or_cpu_float32 2022-09-27T15:43:12.6382776Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_logical_or_cpu_float32 2022-09-27T15:43:12.6462503Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nanquantile_cpu_float32 2022-09-27T15:43:12.6503972Z test_ops.py::TestTagsCPU::test_tags_nansum_cpu_float32 2022-09-27T15:43:12.6508106Z test_ops.py::TestTagsCPU::test_tags_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:43:12.6538063Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nansum_cpu_float32 2022-09-27T15:43:12.6742116Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:43:12.6787443Z test_ops.py::TestTagsCPU::test_tags_logical_xor_cpu_float32 2022-09-27T15:43:12.6901981Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_logical_xor_cpu_float32 2022-09-27T15:43:12.6932863Z test_ops.py::TestTagsCPU::test_tags_narrow_copy_cpu_float32 2022-09-27T15:43:12.6941303Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_narrow_copy_cpu_float32 2022-09-27T15:43:12.6974368Z test_ops.py::TestTagsCPU::test_tags_min_binary_cpu_float32 2022-09-27T15:43:12.7223759Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_min_binary_cpu_float32 2022-09-27T15:43:12.7268277Z test_ops.py::TestTagsCPU::test_tags_logit_cpu_float32 2022-09-27T15:43:12.7383337Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_logit_cpu_float32 2022-09-27T15:43:12.7387399Z test_ops.py::TestTagsCPU::test_tags_narrow_cpu_float32 2022-09-27T15:43:12.7409397Z test_ops.py::TestTagsCPU::test_tags_min_reduction_no_dim_cpu_float32 2022-09-27T15:43:12.7420844Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_min_reduction_no_dim_cpu_float32 2022-09-27T15:43:12.7664302Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_narrow_cpu_float32 2022-09-27T15:43:12.7712901Z test_ops.py::TestTagsCPU::test_tags_logspace_cpu_float32 2022-09-27T15:43:12.7824895Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_logspace_cpu_float32 2022-09-27T15:43:12.7826596Z test_ops.py::TestTagsCPU::test_tags_native_layer_norm_cpu_float32 2022-09-27T15:43:12.7890740Z test_ops.py::TestTagsCPU::test_tags_min_reduction_with_dim_cpu_float32 2022-09-27T15:43:12.7897793Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_native_layer_norm_cpu_float32 2022-09-27T15:43:12.8106646Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_min_reduction_with_dim_cpu_float32 2022-09-27T15:43:12.8162259Z test_ops.py::TestTagsCPU::test_tags_logsumexp_cpu_float32 2022-09-27T15:43:12.8265376Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_logsumexp_cpu_float32 2022-09-27T15:43:12.8268662Z test_ops.py::TestTagsCPU::test_tags_ne_cpu_float32 2022-09-27T15:43:12.8312891Z test_ops.py::TestTagsCPU::test_tags_minimum_cpu_float32 2022-09-27T15:43:12.8318912Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_ne_cpu_float32 2022-09-27T15:43:12.8583996Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_minimum_cpu_float32 2022-09-27T15:43:12.8702986Z test_ops.py::TestTagsCPU::test_tags_long_cpu_float32 2022-09-27T15:43:12.8709199Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_long_cpu_float32 2022-09-27T15:43:12.8733007Z test_ops.py::TestTagsCPU::test_tags_mm_cpu_float32 2022-09-27T15:43:12.8743013Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_mm_cpu_float32 2022-09-27T15:43:12.8771776Z test_ops.py::TestTagsCPU::test_tags_neg_cpu_float32 2022-09-27T15:43:12.9063230Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_neg_cpu_float32 2022-09-27T15:43:12.9112366Z test_ops.py::TestTagsCPU::test_tags_lt_cpu_float32 2022-09-27T15:43:12.9143382Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_lt_cpu_float32 2022-09-27T15:43:12.9232987Z test_ops.py::TestTagsCPU::test_tags_mode_cpu_float32 2022-09-27T15:43:12.9238531Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_mode_cpu_float32 2022-09-27T15:43:12.9251351Z test_ops.py::TestTagsCPU::test_tags_new_empty_cpu_float32 2022-09-27T15:43:12.9504321Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_new_empty_cpu_float32 2022-09-27T15:43:12.9582637Z test_ops.py::TestTagsCPU::test_tags_lu_cpu_float32 2022-09-27T15:43:12.9617915Z test_ops.py::TestTagsCPU::test_tags_new_full_cpu_float32 2022-09-27T15:43:12.9663741Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_new_full_cpu_float32 2022-09-27T15:43:12.9697549Z test_ops.py::TestTagsCPU::test_tags_new_empty_strided_cpu_float32 2022-09-27T15:43:13.0060683Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_new_empty_strided_cpu_float32 2022-09-27T15:43:13.0066435Z test_ops.py::TestTagsCPU::test_tags_new_ones_cpu_float32 2022-09-27T15:43:13.0102176Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_new_ones_cpu_float32 2022-09-27T15:43:13.0276139Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv2d_cpu_float32 2022-09-27T15:43:13.0286726Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_lu_cpu_float32 2022-09-27T15:43:13.0292314Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_conv2d_cpu_float32 2022-09-27T15:43:13.0443224Z test_ops.py::TestTagsCPU::test_tags_lu_solve_cpu_float32 2022-09-27T15:43:13.0463000Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_lu_solve_cpu_float32 2022-09-27T15:43:13.0491993Z test_ops.py::TestTagsCPU::test_tags_new_zeros_cpu_float32 2022-09-27T15:43:13.0542576Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_new_zeros_cpu_float32 2022-09-27T15:43:13.0592737Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:43:13.0702351Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:43:13.0753116Z test_ops.py::TestTagsCPU::test_tags_lu_unpack_cpu_float32 2022-09-27T15:43:13.0902558Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_lu_unpack_cpu_float32 2022-09-27T15:43:13.0938693Z test_ops.py::TestTagsCPU::test_tags_nextafter_cpu_float32 2022-09-27T15:43:13.0982981Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nextafter_cpu_float32 2022-09-27T15:43:13.1037263Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:43:13.1142565Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:43:13.1344340Z test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:43:13.1547677Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:43:13.1791717Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:43:13.1810338Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:43:13.2726076Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:43:13.2740744Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:43:13.3010441Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:43:13.3091313Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:43:13.3102529Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:43:13.3182660Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:43:13.3226890Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:43:13.3455637Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:43:13.3478771Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:43:13.3485329Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:43:13.3543150Z test_ops.py::TestTagsCPU::test_tags_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:43:13.3595747Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:43:13.3821635Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:43:13.3983502Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:43:13.4369150Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:43:13.4384339Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:43:13.4389074Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:43:13.4470528Z test_ops.py::TestTagsCPU::test_tags_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:43:13.4570382Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:43:13.4837697Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:43:13.4916236Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout2d_cpu_float32 2022-09-27T15:43:13.4927737Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:43:13.4964595Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:43:13.5110818Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:43:13.5263472Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout2d_cpu_float32 2022-09-27T15:43:13.5382680Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout3d_cpu_float32 2022-09-27T15:43:13.5451715Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:43:13.5602207Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:43:13.5742874Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout3d_cpu_float32 2022-09-27T15:43:13.5823633Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout_cpu_float32 2022-09-27T15:43:13.5862300Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:43:13.6176767Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:43:13.6223311Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout_cpu_float32 2022-09-27T15:43:13.6262674Z test_ops.py::TestTagsCPU::test_tags_nn_functional_elu_cpu_float32 2022-09-27T15:43:13.6283351Z test_ops.py::TestTagsCPU::test_tags_nn_functional_batch_norm_cpu_float32 2022-09-27T15:43:13.6381560Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_elu_cpu_float32 2022-09-27T15:43:13.6703941Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_batch_norm_cpu_float32 2022-09-27T15:43:13.6708684Z test_ops.py::TestTagsCPU::test_tags_nn_functional_bilinear_cpu_float32 2022-09-27T15:43:13.6872099Z test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:43:13.7183344Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_bilinear_cpu_float32 2022-09-27T15:43:13.7372227Z test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:43:13.7703816Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:43:13.7709083Z test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:43:13.7846497Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:43:13.7854451Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:43:13.8005940Z test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_cpu_float32 2022-09-27T15:43:13.8062089Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_cpu_float32 2022-09-27T15:43:13.8120990Z test_ops.py::TestTagsCPU::test_tags_nn_functional_celu_cpu_float32 2022-09-27T15:43:13.8263280Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_celu_cpu_float32 2022-09-27T15:43:13.8423458Z test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:43:13.8503013Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:43:13.8564862Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv1d_cpu_float32 2022-09-27T15:43:13.8703177Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_conv1d_cpu_float32 2022-09-27T15:43:13.8896931Z test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:43:13.8973127Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:43:13.9142253Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:43:13.9969412Z test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:43:13.9980975Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:43:14.0502848Z test_ops.py::TestTagsCPU::test_tags_nn_functional_gelu_cpu_float32 2022-09-27T15:43:14.0514194Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_gelu_cpu_float32 2022-09-27T15:43:14.0589830Z test_ops.py::TestTagsCPU::test_tags_nn_functional_glu_cpu_float32 2022-09-27T15:43:14.1021704Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_glu_cpu_float32 2022-09-27T15:43:14.1219869Z test_ops.py::TestTagsCPU::test_tags_nn_functional_grid_sample_cpu_float32 2022-09-27T15:43:14.1236793Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:43:14.1857840Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:43:14.1877361Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:43:14.2088174Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:43:14.2348305Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:43:14.2353480Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:43:14.2475881Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_grid_sample_cpu_float32 2022-09-27T15:43:14.2493078Z test_ops.py::TestTagsCPU::test_tags_nn_functional_group_norm_cpu_float32 2022-09-27T15:43:14.2521181Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:43:14.2788733Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_group_norm_cpu_float32 2022-09-27T15:43:14.2942857Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:43:14.2943311Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardshrink_cpu_float32 2022-09-27T15:43:14.2945506Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_hardshrink_cpu_float32 2022-09-27T15:43:14.3221335Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:43:14.3355906Z test_ops.py::TestTagsCPU::test_tags_nn_functional_kl_div_cpu_float32 2022-09-27T15:43:14.3358722Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:43:14.3371852Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:43:14.3504612Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:43:14.3507051Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:43:14.3655825Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_kl_div_cpu_float32 2022-09-27T15:43:14.3733428Z test_ops.py::TestTagsCPU::test_tags_nn_functional_l1_loss_cpu_float32 2022-09-27T15:43:14.3843899Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_l1_loss_cpu_float32 2022-09-27T15:43:14.3866204Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardswish_cpu_float32 2022-09-27T15:43:14.4061929Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_hardswish_cpu_float32 2022-09-27T15:43:14.4094908Z test_ops.py::TestTagsCPU::test_tags_nn_functional_layer_norm_cpu_float32 2022-09-27T15:43:14.4123186Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_layer_norm_cpu_float32 2022-09-27T15:43:14.4133360Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:43:14.4264736Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:43:14.4310760Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardtanh_cpu_float32 2022-09-27T15:43:14.4503906Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_hardtanh_cpu_float32 2022-09-27T15:43:14.4538771Z test_ops.py::TestTagsCPU::test_tags_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:43:14.4704506Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:43:14.4753540Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:43:14.4765520Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:43:14.4835597Z test_ops.py::TestTagsCPU::test_tags_nn_functional_mish_cpu_float32 2022-09-27T15:43:14.4887208Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_mish_cpu_float32 2022-09-27T15:43:14.4984177Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:43:14.5035488Z test_ops.py::TestTagsCPU::test_tags_nn_functional_linear_cpu_float32 2022-09-27T15:43:14.5185554Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_linear_cpu_float32 2022-09-27T15:43:14.5186925Z test_ops.py::TestTagsCPU::test_tags_nn_functional_huber_loss_cpu_float32 2022-09-27T15:43:14.5329539Z test_ops.py::TestTagsCPU::test_tags_nn_functional_mse_loss_cpu_float32 2022-09-27T15:43:14.5338566Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_mse_loss_cpu_float32 2022-09-27T15:43:14.5463817Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_huber_loss_cpu_float32 2022-09-27T15:43:14.5675062Z test_ops.py::TestTagsCPU::test_tags_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:43:14.5681109Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:43:14.5686739Z test_ops.py::TestTagsCPU::test_tags_nn_functional_instance_norm_cpu_float32 2022-09-27T15:43:14.5790830Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:43:14.5877517Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:43:14.5903589Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_instance_norm_cpu_float32 2022-09-27T15:43:14.5939424Z test_ops.py::TestTagsCPU::test_tags_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:43:14.6104673Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:43:14.6108211Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:43:14.6182900Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:43:14.6345708Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:43:14.6357180Z test_ops.py::TestTagsCPU::test_tags_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:43:14.6543785Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:43:14.6547379Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:43:14.6685613Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:43:14.6734141Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:43:14.6792920Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:43:14.6803099Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:43:14.6816935Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:43:14.7023841Z [gw3] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:43:14.7027798Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:43:14.7214557Z test_ops.py::TestTagsCPU::test_tags_nn_functional_nll_loss_cpu_float32 2022-09-27T15:43:14.7225888Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:43:14.7514179Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:43:14.8155324Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:43:14.8170619Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:43:14.8674048Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:43:14.8696044Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_nll_loss_cpu_float32 2022-09-27T15:43:14.8850808Z test_ops.py::TestTagsCPU::test_tags_nn_functional_normalize_cpu_float32 2022-09-27T15:43:14.9076620Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_normalize_cpu_float32 2022-09-27T15:43:14.9087737Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:43:14.9187133Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:43:14.9210852Z test_ops.py::TestTagsCPU::test_tags_nn_functional_one_hot_cpu_int64 2022-09-27T15:43:14.9227510Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_one_hot_cpu_int64 2022-09-27T15:43:14.9542398Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:43:14.9572363Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_circular_cpu_float32 2022-09-27T15:43:14.9661448Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pdist_cpu_float32 2022-09-27T15:43:14.9690897Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pdist_cpu_float32 2022-09-27T15:43:14.9963996Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_circular_cpu_float32 2022-09-27T15:43:14.9990720Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:43:15.0022235Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:43:15.0090929Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_constant_cpu_float32 2022-09-27T15:43:15.0491795Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_constant_cpu_float32 2022-09-27T15:43:15.0493167Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:43:15.0498331Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:43:15.0513294Z test_ops.py::TestTagsCPU::test_tags_nonzero_cpu_float32 2022-09-27T15:43:15.0947967Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nonzero_cpu_float32 2022-09-27T15:43:15.0948474Z test_ops.py::TestTagsCPU::test_tags_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:43:15.0997789Z test_ops.py::TestTagsCPU::test_tags_norm_cpu_float32 2022-09-27T15:43:15.1064119Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_norm_cpu_float32 2022-09-27T15:43:15.1092821Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:43:15.1386207Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:43:15.1389845Z test_ops.py::TestTagsCPU::test_tags_norm_fro_cpu_float32 2022-09-27T15:43:15.1822924Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_norm_fro_cpu_float32 2022-09-27T15:43:15.1826260Z test_ops.py::TestTagsCPU::test_tags_norm_inf_cpu_float32 2022-09-27T15:43:15.2163769Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_norm_inf_cpu_float32 2022-09-27T15:43:15.2174052Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:43:15.2264124Z test_ops.py::TestTagsCPU::test_tags_nn_functional_prelu_cpu_float32 2022-09-27T15:43:15.2271680Z test_ops.py::TestTagsCPU::test_tags_norm_nuc_cpu_float32 2022-09-27T15:43:15.2359018Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_norm_nuc_cpu_float32 2022-09-27T15:43:15.2398758Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:43:15.2521598Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:43:15.2583059Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_prelu_cpu_float32 2022-09-27T15:43:15.2615041Z test_ops.py::TestTagsCPU::test_tags_nn_functional_relu6_cpu_float32 2022-09-27T15:43:15.2708275Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_relu6_cpu_float32 2022-09-27T15:43:15.2719553Z test_ops.py::TestTagsCPU::test_tags_normal_cpu_float32 2022-09-27T15:43:15.3056498Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_normal_cpu_float32 2022-09-27T15:43:15.3064037Z test_ops.py::TestTagsCPU::test_tags_nn_functional_relu_cpu_float32 2022-09-27T15:43:15.3139718Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_relu_cpu_float32 2022-09-27T15:43:15.3146471Z test_ops.py::TestTagsCPU::test_tags_normal_number_mean_cpu_float32 2022-09-27T15:43:15.3508511Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_normal_number_mean_cpu_float32 2022-09-27T15:43:15.3538924Z test_ops.py::TestTagsCPU::test_tags_nn_functional_rrelu_cpu_float32 2022-09-27T15:43:15.3573065Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_rrelu_cpu_float32 2022-09-27T15:43:15.3578151Z test_ops.py::TestTagsCPU::test_tags_ones_cpu_float32 2022-09-27T15:43:15.3942177Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_ones_cpu_float32 2022-09-27T15:43:15.3972015Z test_ops.py::TestTagsCPU::test_tags_nn_functional_selu_cpu_float32 2022-09-27T15:43:15.4022277Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_selu_cpu_float32 2022-09-27T15:43:15.4042299Z test_ops.py::TestTagsCPU::test_tags_ones_like_cpu_float32 2022-09-27T15:43:15.4416610Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_ones_like_cpu_float32 2022-09-27T15:43:15.4424838Z test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:43:15.4456206Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:43:15.4640994Z test_ops.py::TestTagsCPU::test_tags_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:43:15.4837197Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:43:15.4851904Z test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_cpu_float32 2022-09-27T15:43:15.4912269Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_cpu_float32 2022-09-27T15:43:15.5213625Z test_ops.py::TestTagsCPU::test_tags_ormqr_cpu_float32 2022-09-27T15:43:15.5225184Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_ormqr_cpu_float32 2022-09-27T15:43:15.5302722Z test_ops.py::TestTagsCPU::test_tags_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:43:15.5329827Z test_ops.py::TestTagsCPU::test_tags_outer_cpu_float32 2022-09-27T15:43:15.5365793Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_outer_cpu_float32 2022-09-27T15:43:15.5551097Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:43:15.5561696Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:43:15.5699114Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:43:15.5786549Z test_ops.py::TestTagsCPU::test_tags_pca_lowrank_cpu_float32 2022-09-27T15:43:15.5805921Z test_ops.py::TestTagsCPU::test_tags_prod_cpu_float32 2022-09-27T15:43:15.6219615Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_prod_cpu_float32 2022-09-27T15:43:15.6231093Z test_ops.py::TestTagsCPU::test_tags_put_cpu_float32 2022-09-27T15:43:15.6497010Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_put_cpu_float32 2022-09-27T15:43:15.6511356Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:43:15.6623355Z test_ops.py::TestTagsCPU::test_tags_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:43:15.6634633Z test_ops.py::TestTagsCPU::test_tags_qr_cpu_float32 2022-09-27T15:43:15.6762692Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:43:15.7018881Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_qr_cpu_float32 2022-09-27T15:43:15.7085332Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_cpu_float32 2022-09-27T15:43:15.7120147Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_cpu_float32 2022-09-27T15:43:15.7463005Z test_ops.py::TestTagsCPU::test_tags_quantile_cpu_float32 2022-09-27T15:43:15.7573718Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:43:15.7581379Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:43:15.7591272Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_quantile_cpu_float32 2022-09-27T15:43:15.7620037Z test_ops.py::TestTagsCPU::test_tags_rad2deg_cpu_float32 2022-09-27T15:43:15.7902157Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_rad2deg_cpu_float32 2022-09-27T15:43:15.7979964Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softplus_cpu_float32 2022-09-27T15:43:15.8073146Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_softplus_cpu_float32 2022-09-27T15:43:15.8075343Z test_ops.py::TestTagsCPU::test_tags_rand_like_cpu_float32 2022-09-27T15:43:15.8343486Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_rand_like_cpu_float32 2022-09-27T15:43:15.8367238Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softshrink_cpu_float32 2022-09-27T15:43:15.8462514Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_softshrink_cpu_float32 2022-09-27T15:43:15.8650118Z test_ops.py::TestTagsCPU::test_tags_randint_like_cpu_float32 2022-09-27T15:43:15.8782164Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_randint_like_cpu_float32 2022-09-27T15:43:15.8845989Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softsign_cpu_float32 2022-09-27T15:43:15.8901900Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_softsign_cpu_float32 2022-09-27T15:43:15.8919698Z test_ops.py::TestTagsCPU::test_tags_randn_cpu_float32 2022-09-27T15:43:15.9291563Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_randn_cpu_float32 2022-09-27T15:43:15.9293548Z test_ops.py::TestTagsCPU::test_tags_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:43:15.9342793Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:43:15.9395545Z test_ops.py::TestTagsCPU::test_tags_randn_like_cpu_float32 2022-09-27T15:43:15.9663321Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_randn_like_cpu_float32 2022-09-27T15:43:15.9742826Z test_ops.py::TestTagsCPU::test_tags_nn_functional_threshold_cpu_float32 2022-09-27T15:43:15.9782419Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_threshold_cpu_float32 2022-09-27T15:43:15.9808406Z test_ops.py::TestTagsCPU::test_tags_ravel_cpu_float32 2022-09-27T15:43:16.0136402Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_ravel_cpu_float32 2022-09-27T15:43:16.0223445Z test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:43:16.0246099Z test_ops.py::TestTagsCPU::test_tags_real_cpu_float32 2022-09-27T15:43:16.0264533Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:43:16.0379975Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_real_cpu_float32 2022-09-27T15:43:16.0391321Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_pca_lowrank_cpu_float32 2022-09-27T15:43:16.0416040Z test_ops.py::TestTagsCPU::test_tags_permute_cpu_float32 2022-09-27T15:43:16.0542628Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_permute_cpu_float32 2022-09-27T15:43:16.0662878Z test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:43:16.0675633Z test_ops.py::TestTagsCPU::test_tags_reciprocal_cpu_float32 2022-09-27T15:43:16.0697641Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:43:16.0821862Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_reciprocal_cpu_float32 2022-09-27T15:43:16.0869662Z test_ops.py::TestTagsCPU::test_tags_pinverse_cpu_float32 2022-09-27T15:43:16.0982220Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_pinverse_cpu_float32 2022-09-27T15:43:16.1162656Z test_ops.py::TestTagsCPU::test_tags_nn_functional_unfold_cpu_float32 2022-09-27T15:43:16.1217254Z test_ops.py::TestTagsCPU::test_tags_remainder_cpu_float32 2022-09-27T15:43:16.1262064Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_remainder_cpu_float32 2022-09-27T15:43:16.1295314Z test_ops.py::TestTagsCPU::test_tags_polar_cpu_float32 2022-09-27T15:43:16.1315219Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_polar_cpu_float32 2022-09-27T15:43:16.1420829Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_unfold_cpu_float32 2022-09-27T15:43:16.1493287Z test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:43:16.1581330Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:43:16.1602953Z test_ops.py::TestTagsCPU::test_tags_renorm_cpu_float32 2022-09-27T15:43:16.1701853Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_renorm_cpu_float32 2022-09-27T15:43:16.1729960Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:43:16.1861845Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:43:16.2024966Z test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:43:16.2029526Z test_ops.py::TestTagsCPU::test_tags_repeat_cpu_float32 2022-09-27T15:43:16.2074170Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:43:16.2140950Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_repeat_cpu_float32 2022-09-27T15:43:16.2164936Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:43:16.2301805Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:43:16.2320645Z test_ops.py::TestTagsCPU::test_tags_resolve_conj_cpu_float32 2022-09-27T15:43:16.2462383Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_resolve_conj_cpu_float32 2022-09-27T15:43:16.2661828Z test_ops.py::TestTagsCPU::test_tags_repeat_interleave_cpu_float32 2022-09-27T15:43:16.2869836Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:43:16.2878989Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_repeat_interleave_cpu_float32 2022-09-27T15:43:16.2889246Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:43:16.2902267Z test_ops.py::TestTagsCPU::test_tags_resolve_neg_cpu_float32 2022-09-27T15:43:16.2924497Z test_ops.py::TestTagsCPU::test_tags_reshape_as_cpu_float32 2022-09-27T15:43:16.2944548Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_resolve_neg_cpu_float32 2022-09-27T15:43:16.3144600Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_reshape_as_cpu_float32 2022-09-27T15:43:16.3178464Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:43:16.3304117Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:43:16.3346212Z test_ops.py::TestTagsCPU::test_tags_roll_cpu_float32 2022-09-27T15:43:16.3353093Z test_ops.py::TestTagsCPU::test_tags_reshape_cpu_float32 2022-09-27T15:43:16.3379146Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_roll_cpu_float32 2022-09-27T15:43:16.3623334Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_reshape_cpu_float32 2022-09-27T15:43:16.3654541Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:43:16.3742449Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:43:16.3782944Z test_ops.py::TestTagsCPU::test_tags_rot90_cpu_float32 2022-09-27T15:43:16.3797280Z test_ops.py::TestTagsCPU::test_tags_resize__cpu_float32 2022-09-27T15:43:16.3808889Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_rot90_cpu_float32 2022-09-27T15:43:16.4063002Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_resize__cpu_float32 2022-09-27T15:43:16.4087820Z test_ops.py::TestTagsCPU::test_tags_positive_cpu_float32 2022-09-27T15:43:16.4182398Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_positive_cpu_float32 2022-09-27T15:43:16.4205843Z test_ops.py::TestTagsCPU::test_tags_round_cpu_float32 2022-09-27T15:43:16.4222390Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_round_cpu_float32 2022-09-27T15:43:16.4248977Z test_ops.py::TestTagsCPU::test_tags_resize_as__cpu_float32 2022-09-27T15:43:16.4502716Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_resize_as__cpu_float32 2022-09-27T15:43:16.4541817Z test_ops.py::TestTagsCPU::test_tags_pow_cpu_float32 2022-09-27T15:43:16.4622258Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_pow_cpu_float32 2022-09-27T15:43:16.4647286Z test_ops.py::TestTagsCPU::test_tags_round_decimals_0_cpu_float32 2022-09-27T15:43:16.4661903Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_round_decimals_0_cpu_float32 2022-09-27T15:43:16.4698461Z test_ops.py::TestTagsCPU::test_tags_rsub_cpu_float32 2022-09-27T15:43:16.4982281Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_rsub_cpu_float32 2022-09-27T15:43:16.5062273Z test_ops.py::TestTagsCPU::test_tags_segment_reduce_lengths_cpu_float32 2022-09-27T15:43:16.5087736Z test_ops.py::TestTagsCPU::test_tags_round_decimals_3_cpu_float32 2022-09-27T15:43:16.5103259Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_round_decimals_3_cpu_float32 2022-09-27T15:43:16.5111602Z test_ops.py::TestTagsCPU::test_tags_scatter_add_cpu_float32 2022-09-27T15:43:16.5139429Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_segment_reduce_lengths_cpu_float32 2022-09-27T15:43:16.5462309Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_add_cpu_float32 2022-09-27T15:43:16.5502728Z test_ops.py::TestTagsCPU::test_tags_segment_reduce_offsets_cpu_float32 2022-09-27T15:43:16.5527993Z test_ops.py::TestTagsCPU::test_tags_round_decimals_neg_3_cpu_float32 2022-09-27T15:43:16.5541759Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_round_decimals_neg_3_cpu_float32 2022-09-27T15:43:16.5590137Z test_ops.py::TestTagsCPU::test_tags_scatter_cpu_float32 2022-09-27T15:43:16.5597726Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_cpu_float32 2022-09-27T15:43:16.5901785Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_segment_reduce_offsets_cpu_float32 2022-09-27T15:43:16.5924234Z test_ops.py::TestTagsCPU::test_tags_select_cpu_float32 2022-09-27T15:43:16.5942405Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_select_cpu_float32 2022-09-27T15:43:16.5968192Z test_ops.py::TestTagsCPU::test_tags_rsqrt_cpu_float32 2022-09-27T15:43:16.5982205Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_rsqrt_cpu_float32 2022-09-27T15:43:16.6037616Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amax_cpu_float32 2022-09-27T15:43:16.6385885Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amax_cpu_float32 2022-09-27T15:43:16.6388036Z test_ops.py::TestTagsCPU::test_tags_signbit_cpu_float32 2022-09-27T15:43:16.6411774Z test_ops.py::TestTagsCPU::test_tags_select_scatter_cpu_float32 2022-09-27T15:43:16.6421371Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_signbit_cpu_float32 2022-09-27T15:43:16.6462840Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_select_scatter_cpu_float32 2022-09-27T15:43:16.6520666Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amin_cpu_float32 2022-09-27T15:43:16.6822865Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amin_cpu_float32 2022-09-27T15:43:16.6828471Z test_ops.py::TestTagsCPU::test_tags_sin_cpu_float32 2022-09-27T15:43:16.6850441Z test_ops.py::TestTagsCPU::test_tags_sgn_cpu_float32 2022-09-27T15:43:16.6858582Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sin_cpu_float32 2022-09-27T15:43:16.6902500Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sgn_cpu_float32 2022-09-27T15:43:16.6959272Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_mean_cpu_float32 2022-09-27T15:43:16.7263410Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_reduce_mean_cpu_float32 2022-09-27T15:43:16.7268646Z test_ops.py::TestTagsCPU::test_tags_sinc_cpu_float32 2022-09-27T15:43:16.7286974Z test_ops.py::TestTagsCPU::test_tags_short_cpu_float32 2022-09-27T15:43:16.7352038Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sinc_cpu_float32 2022-09-27T15:43:16.7381650Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_short_cpu_float32 2022-09-27T15:43:16.7435217Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_prod_cpu_float32 2022-09-27T15:43:16.7703113Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_reduce_prod_cpu_float32 2022-09-27T15:43:16.7708444Z test_ops.py::TestTagsCPU::test_tags_sinh_cpu_float32 2022-09-27T15:43:16.7733294Z test_ops.py::TestTagsCPU::test_tags_sigmoid_cpu_float32 2022-09-27T15:43:16.7737855Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sigmoid_cpu_float32 2022-09-27T15:43:16.7822084Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sinh_cpu_float32 2022-09-27T15:43:16.7875866Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_sum_cpu_float32 2022-09-27T15:43:16.8144257Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_reduce_sum_cpu_float32 2022-09-27T15:43:16.8146154Z test_ops.py::TestTagsCPU::test_tags_slice_scatter_cpu_float32 2022-09-27T15:43:16.8171102Z test_ops.py::TestTagsCPU::test_tags_sign_cpu_float32 2022-09-27T15:43:16.8194735Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sign_cpu_float32 2022-09-27T15:43:16.8261730Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_slice_scatter_cpu_float32 2022-09-27T15:43:16.8427017Z test_ops.py::TestTagsCPU::test_tags_searchsorted_cpu_float32 2022-09-27T15:43:16.8582702Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_searchsorted_cpu_float32 2022-09-27T15:43:16.8610975Z test_ops.py::TestTagsCPU::test_tags_softmax_cpu_float32 2022-09-27T15:43:16.8622344Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_softmax_cpu_float32 2022-09-27T15:43:16.8681146Z test_ops.py::TestTagsCPU::test_tags_sort_cpu_float32 2022-09-27T15:43:16.8702260Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sort_cpu_float32 2022-09-27T15:43:16.8857693Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:43:16.9063180Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:43:16.9067087Z test_ops.py::TestTagsCPU::test_tags_softmax_with_dtype_cpu_float32 2022-09-27T15:43:16.9081846Z test_ops.py::TestTagsCPU::test_tags_sparse_sampled_addmm_cpu_float32 2022-09-27T15:43:16.9095678Z [gw1] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_sparse_sampled_addmm_cpu_float32 2022-09-27T15:43:16.9142125Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_softmax_with_dtype_cpu_float32 2022-09-27T15:43:16.9294506Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:43:16.9502169Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:43:16.9542132Z test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:43:16.9608810Z test_ops.py::TestTagsCPU::test_tags_special_airy_ai_cpu_float32 2022-09-27T15:43:16.9622448Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_airy_ai_cpu_float32 2022-09-27T15:43:16.9639913Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:43:16.9655168Z [gw2] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:43:16.9942424Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:43:16.9964204Z test_ops.py::TestTagsCPU::test_tags_special_i0e_cpu_float32 2022-09-27T15:43:16.9982584Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_i0e_cpu_float32 2022-09-27T15:43:17.0042375Z test_ops.py::TestTagsCPU::test_tags_special_bessel_j0_cpu_float32 2022-09-27T15:43:17.0062477Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_bessel_j0_cpu_float32 2022-09-27T15:43:17.0078705Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:43:17.0382390Z [gw2] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:43:17.0406503Z test_ops.py::TestTagsCPU::test_tags_special_i1_cpu_float32 2022-09-27T15:43:17.0422586Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_i1_cpu_float32 2022-09-27T15:43:17.0482643Z test_ops.py::TestTagsCPU::test_tags_special_bessel_j1_cpu_float32 2022-09-27T15:43:17.0502732Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_bessel_j1_cpu_float32 2022-09-27T15:43:17.0529744Z test_ops.py::TestTagsCPU::test_tags_special_entr_cpu_float32 2022-09-27T15:43:17.0822205Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_entr_cpu_float32 2022-09-27T15:43:17.0845676Z test_ops.py::TestTagsCPU::test_tags_special_i1e_cpu_float32 2022-09-27T15:43:17.0862300Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_i1e_cpu_float32 2022-09-27T15:43:17.0922154Z test_ops.py::TestTagsCPU::test_tags_special_bessel_y0_cpu_float32 2022-09-27T15:43:17.0942566Z [gw1] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_bessel_y0_cpu_float32 2022-09-27T15:43:17.0970865Z test_ops.py::TestTagsCPU::test_tags_special_erfcx_cpu_float32 2022-09-27T15:43:17.1302959Z [gw2] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_special_erfcx_cpu_float32 2022-09-27T15:43:17.1303914Z test_ops.py::TestTagsCPU::test_tags_special_bessel_y1_cpu_float32 2022-09-27T15:43:17.1365344Z test_ops.py::TestTagsCPU::test_tags_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:43:17.1382252Z [gw1] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_special_bessel_y1_cpu_float32 2022-09-27T15:43:17.1463567Z test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:43:17.1537647Z [gw3] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:43:17.1742261Z [gw2] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:43:17.1763186Z test_ops.py::TestTagsCPU::test_tags_special_log_ndtr_cpu_float32 2022-09-27T15:43:17.1782807Z [gw1] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_special_log_ndtr_cpu_float32 2022-09-27T15:43:17.1803266Z test_ops.py::TestTagsCPU::test_tags_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:43:17.1821925Z [gw3] [ 99%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:43:17.1846909Z test_ops.py::TestTagsCPU::test_tags_special_ndtri_cpu_float32 2022-09-27T15:43:17.2223763Z [gw2] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_special_ndtri_cpu_float32 2022-09-27T15:43:17.2225247Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i0_cpu_float32 2022-09-27T15:43:17.2242321Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:43:17.2262932Z [gw3] [ 99%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:43:17.2292078Z test_ops.py::TestTagsCPU::test_tags_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:43:17.2421396Z [gw1] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i0_cpu_float32 2022-09-27T15:43:17.2664287Z [gw2] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:43:17.2665647Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i1_cpu_float32 2022-09-27T15:43:17.2682053Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:43:17.2702810Z [gw3] [ 99%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:43:17.2730797Z test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:43:17.2767369Z [gw1] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i1_cpu_float32 2022-09-27T15:43:17.3102288Z [gw2] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:43:17.3144311Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k0_cpu_float32 2022-09-27T15:43:17.3147267Z test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:43:17.3172365Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:43:17.3177432Z [gw1] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k0_cpu_float32 2022-09-27T15:43:17.3214017Z [gw3] [ 99%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:43:17.3543361Z [gw2] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:43:17.3582278Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k1_cpu_float32 2022-09-27T15:43:17.3604675Z test_ops.py::TestTagsCPU::test_tags_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:43:17.3622480Z [gw1] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k1_cpu_float32 2022-09-27T15:43:17.3637744Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:43:17.3649215Z [gw2] [ 99%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:43:17.3984862Z [gw3] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:43:17.4021273Z test_ops.py::TestTagsCPU::test_tags_special_ndtr_cpu_float32 2022-09-27T15:43:17.4028435Z [gw1] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_special_ndtr_cpu_float32 2022-09-27T15:43:17.4070542Z test_ops.py::TestTagsCPU::test_tags_special_xlog1py_cpu_float32 2022-09-27T15:43:17.4074294Z test_ops.py::TestTagsCPU::test_tags_special_zeta_cpu_float32 2022-09-27T15:43:17.4107240Z [gw3] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_special_xlog1py_cpu_float32 2022-09-27T15:43:17.4467299Z [gw2] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_special_zeta_cpu_float32 2022-09-27T15:43:17.4498102Z test_ops.py::TestTagsCPU::test_tags_square_cpu_float32 2022-09-27T15:43:17.4505509Z test_ops.py::TestTagsCPU::test_tags_std_mean_cpu_float32 2022-09-27T15:43:17.4518428Z [gw3] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_std_mean_cpu_float32 2022-09-27T15:43:17.4519056Z [gw1] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_square_cpu_float32 2022-09-27T15:43:17.4540675Z test_ops.py::TestTagsCPU::test_tags_split_cpu_float32 2022-09-27T15:43:17.4905948Z [gw2] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_split_cpu_float32 2022-09-27T15:43:17.4963667Z test_ops.py::TestTagsCPU::test_tags_stft_cpu_float32 2022-09-27T15:43:17.4978057Z [gw3] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_stft_cpu_float32 2022-09-27T15:43:17.4999590Z test_ops.py::TestTagsCPU::test_tags_squeeze_cpu_float32 2022-09-27T15:43:17.5008130Z [gw1] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_squeeze_cpu_float32 2022-09-27T15:43:17.5009384Z test_ops.py::TestTagsCPU::test_tags_split_list_args_cpu_float32 2022-09-27T15:43:17.5343921Z [gw2] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_split_list_args_cpu_float32 2022-09-27T15:43:17.5387680Z test_ops.py::TestTagsCPU::test_tags_sub_cpu_float32 2022-09-27T15:43:17.5437472Z [gw3] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_sub_cpu_float32 2022-09-27T15:43:17.5439250Z test_ops.py::TestTagsCPU::test_tags_split_with_sizes_cpu_float32 2022-09-27T15:43:17.5443304Z [gw2] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_split_with_sizes_cpu_float32 2022-09-27T15:43:17.5445135Z test_ops.py::TestTagsCPU::test_tags_stack_cpu_float32 2022-09-27T15:43:17.5782643Z [gw1] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_stack_cpu_float32 2022-09-27T15:43:17.5816874Z test_ops.py::TestTagsCPU::test_tags_sum_cpu_float32 2022-09-27T15:43:17.5825443Z [gw3] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_sum_cpu_float32 2022-09-27T15:43:17.5830555Z test_ops.py::TestTagsCPU::test_tags_sqrt_cpu_float32 2022-09-27T15:43:17.5852416Z test_ops.py::TestTagsCPU::test_tags_std_cpu_float32 2022-09-27T15:43:17.5872584Z [gw2] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_sqrt_cpu_float32 2022-09-27T15:43:17.6223490Z [gw1] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_std_cpu_float32 2022-09-27T15:43:17.6259721Z test_ops.py::TestTagsCPU::test_tags_sum_to_size_cpu_float32 2022-09-27T15:43:17.6269841Z [gw3] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_sum_to_size_cpu_float32 2022-09-27T15:43:17.6273075Z test_ops.py::TestTagsCPU::test_tags_tanh_cpu_float32 2022-09-27T15:43:17.6290886Z test_ops.py::TestTagsCPU::test_tags_t_cpu_float32 2022-09-27T15:43:17.6309518Z [gw1] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_tanh_cpu_float32 2022-09-27T15:43:17.6662724Z [gw2] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_t_cpu_float32 2022-09-27T15:43:17.6735238Z test_ops.py::TestTagsCPU::test_tags_svd_cpu_float32 2022-09-27T15:43:17.6737530Z test_ops.py::TestTagsCPU::test_tags_take_along_dim_cpu_float32 2022-09-27T15:43:17.6739501Z test_ops.py::TestTagsCPU::test_tags_tensor_split_cpu_float32 2022-09-27T15:43:17.6755162Z [gw2] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_take_along_dim_cpu_float32 2022-09-27T15:43:17.7173173Z [gw1] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_tensor_split_cpu_float32 2022-09-27T15:43:17.7175471Z test_ops.py::TestTagsCPU::test_tags_tensordot_cpu_float32 2022-09-27T15:43:17.7179798Z [gw3] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_svd_cpu_float32 2022-09-27T15:43:17.7182012Z test_ops.py::TestTagsCPU::test_tags_svd_lowrank_cpu_float32 2022-09-27T15:43:17.7197608Z test_ops.py::TestTagsCPU::test_tags_take_cpu_float32 2022-09-27T15:43:17.7229684Z [gw1] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_tensordot_cpu_float32 2022-09-27T15:43:17.7630124Z [gw2] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_take_cpu_float32 2022-09-27T15:43:17.7633026Z test_ops.py::TestTagsCPU::test_tags_tan_cpu_float32 2022-09-27T15:43:17.7639054Z test_ops.py::TestTagsCPU::test_tags_tile_cpu_float32 2022-09-27T15:43:17.7677488Z [gw2] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_tan_cpu_float32 2022-09-27T15:43:17.8031048Z [gw1] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_tile_cpu_float32 2022-09-27T15:43:17.8031582Z test_ops.py::TestTagsCPU::test_tags_to_cpu_float32 2022-09-27T15:43:17.8096677Z test_ops.py::TestTagsCPU::test_tags_topk_cpu_float32 2022-09-27T15:43:17.8119991Z [gw2] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_topk_cpu_float32 2022-09-27T15:43:17.8487277Z [gw1] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_to_cpu_float32 2022-09-27T15:43:17.8488351Z test_ops.py::TestTagsCPU::test_tags_to_sparse_cpu_float32 2022-09-27T15:43:17.8504910Z [gw1] [ 99%] SKIPPED test_ops.py::TestTagsCPU::test_tags_to_sparse_cpu_float32 2022-09-27T15:43:17.8507984Z test_ops.py::TestTagsCPU::test_tags_trace_cpu_float32 2022-09-27T15:43:17.8903971Z [gw2] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_trace_cpu_float32 2022-09-27T15:43:17.8946130Z test_ops.py::TestTagsCPU::test_tags_trapezoid_cpu_float32 2022-09-27T15:43:17.8952674Z test_ops.py::TestTagsCPU::test_tags_transpose_cpu_float32 2022-09-27T15:43:17.8990549Z [gw1] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_trapezoid_cpu_float32 2022-09-27T15:43:17.9343342Z [gw2] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_transpose_cpu_float32 2022-09-27T15:43:17.9382897Z test_ops.py::TestTagsCPU::test_tags_trapz_cpu_float32 2022-09-27T15:43:17.9411844Z test_ops.py::TestTagsCPU::test_tags_triangular_solve_cpu_float32 2022-09-27T15:43:17.9652327Z [gw1] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_trapz_cpu_float32 2022-09-27T15:43:17.9805994Z [gw2] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_triangular_solve_cpu_float32 2022-09-27T15:43:17.9807451Z test_ops.py::TestTagsCPU::test_tags_tril_indices_cpu_int64 2022-09-27T15:43:17.9913727Z [gw1] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_tril_indices_cpu_int64 2022-09-27T15:43:17.9920532Z test_ops.py::TestTagsCPU::test_tags_tril_cpu_float32 2022-09-27T15:43:18.0222933Z [gw2] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_tril_cpu_float32 2022-09-27T15:43:18.0258117Z test_ops.py::TestTagsCPU::test_tags_triu_cpu_float32 2022-09-27T15:43:18.0302780Z [gw1] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_triu_cpu_float32 2022-09-27T15:43:18.0327437Z test_ops.py::TestTagsCPU::test_tags_triu_indices_cpu_int64 2022-09-27T15:43:18.0691177Z [gw2] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_triu_indices_cpu_int64 2022-09-27T15:43:18.0694326Z test_ops.py::TestTagsCPU::test_tags_trunc_cpu_float32 2022-09-27T15:43:18.0758205Z [gw1] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_trunc_cpu_float32 2022-09-27T15:43:18.0785692Z test_ops.py::TestTagsCPU::test_tags_true_divide_cpu_float32 2022-09-27T15:43:18.1185129Z [gw2] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_true_divide_cpu_float32 2022-09-27T15:43:18.1192200Z test_ops.py::TestTagsCPU::test_tags_unbind_cpu_float32 2022-09-27T15:43:18.1219936Z test_ops.py::TestTagsCPU::test_tags_unflatten_cpu_float32 2022-09-27T15:43:18.1238816Z [gw1] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_unbind_cpu_float32 2022-09-27T15:43:18.1656056Z [gw2] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_unflatten_cpu_float32 2022-09-27T15:43:18.1661852Z test_ops.py::TestTagsCPU::test_tags_unfold_cpu_float32 2022-09-27T15:43:18.1683570Z test_ops.py::TestTagsCPU::test_tags_uniform_cpu_float32 2022-09-27T15:43:18.1712211Z [gw1] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_unfold_cpu_float32 2022-09-27T15:43:18.1870296Z [gw2] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_uniform_cpu_float32 2022-09-27T15:43:18.1887115Z [gw3] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_svd_lowrank_cpu_float32 2022-09-27T15:43:18.1933155Z test_ops.py::TestTagsCPU::test_tags_symeig_cpu_float32 2022-09-27T15:43:18.2064795Z [gw3] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_symeig_cpu_float32 2022-09-27T15:43:18.2065678Z test_ops.py::TestTagsCPU::test_tags_unique_consecutive_cpu_float32 2022-09-27T15:43:18.2296738Z test_ops.py::TestTagsCPU::test_tags_unique_cpu_float32 2022-09-27T15:43:18.2309081Z [gw1] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_unique_consecutive_cpu_float32 2022-09-27T15:43:18.2339385Z test_ops.py::TestTagsCPU::test_tags_var_mean_cpu_float32 2022-09-27T15:43:18.2503075Z [gw3] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_var_mean_cpu_float32 2022-09-27T15:43:18.2526437Z test_ops.py::TestTagsCPU::test_tags_unsqueeze_cpu_float32 2022-09-27T15:43:18.2741997Z [gw1] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_unsqueeze_cpu_float32 2022-09-27T15:43:18.2770686Z test_ops.py::TestTagsCPU::test_tags_vdot_cpu_float32 2022-09-27T15:43:18.2943119Z [gw3] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_vdot_cpu_float32 2022-09-27T15:43:18.2966893Z test_ops.py::TestTagsCPU::test_tags_view_as_complex_cpu_float32 2022-09-27T15:43:18.3182648Z [gw1] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_view_as_complex_cpu_float32 2022-09-27T15:43:18.3211046Z test_ops.py::TestTagsCPU::test_tags_view_as_cpu_float32 2022-09-27T15:43:18.3382533Z [gw3] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_view_as_cpu_float32 2022-09-27T15:43:18.3410659Z test_ops.py::TestTagsCPU::test_tags_view_as_real_cpu_complex64 2022-09-27T15:43:18.3623276Z [gw1] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_view_as_real_cpu_complex64 2022-09-27T15:43:18.3657760Z test_ops.py::TestTagsCPU::test_tags_view_cpu_float32 2022-09-27T15:43:18.3822718Z [gw3] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_view_cpu_float32 2022-09-27T15:43:18.3850707Z test_ops.py::TestTagsCPU::test_tags_vsplit_cpu_float32 2022-09-27T15:43:18.4062705Z [gw1] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_vsplit_cpu_float32 2022-09-27T15:43:18.4091055Z test_ops.py::TestTagsCPU::test_tags_vstack_cpu_float32 2022-09-27T15:43:18.4261572Z [gw3] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_vstack_cpu_float32 2022-09-27T15:43:18.4292669Z test_ops.py::TestTagsCPU::test_tags_where_cpu_float32 2022-09-27T15:43:18.4502937Z [gw1] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_where_cpu_float32 2022-09-27T15:43:18.4544231Z test_ops.py::TestTagsCPU::test_tags_xlogy_cpu_float32 2022-09-27T15:43:18.4743010Z [gw3] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_xlogy_cpu_float32 2022-09-27T15:43:18.4772036Z test_ops.py::TestTagsCPU::test_tags_zero__cpu_float32 2022-09-27T15:43:18.4943038Z [gw1] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_zero__cpu_float32 2022-09-27T15:43:18.4997455Z test_ops.py::TestTagsCPU::test_tags_zeros_cpu_float32 2022-09-27T15:43:18.5184134Z [gw3] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_zeros_cpu_float32 2022-09-27T15:43:18.5266202Z test_ops.py::TestTagsCPU::test_tags_zeros_like_cpu_float32 2022-09-27T15:43:18.8682610Z [gw1] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_zeros_like_cpu_float32 2022-09-27T15:43:18.8693976Z [gw2] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_unique_cpu_float32 2022-09-27T15:43:18.8765922Z test_ops.py::TestTagsCPU::test_tags_var_cpu_float32 2022-09-27T15:43:19.0247947Z [gw2] [ 99%] PASSED test_ops.py::TestTagsCPU::test_tags_var_cpu_float32 2022-09-27T15:43:19.0255480Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_batch_norm_cpu_float32 2022-09-27T15:43:27.7642190Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_bilinear_cpu_float32 2022-09-27T15:43:27.7648673Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_bilinear_cpu_float32 2022-09-27T15:43:28.1979945Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:43:28.1985754Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:43:29.7631328Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:43:29.7640500Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:43:29.7780700Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_celu_cpu_float32 2022-09-27T15:43:29.8064872Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_celu_cpu_float32 2022-09-27T15:43:30.8705279Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv1d_cpu_float32 2022-09-27T15:43:30.8711922Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv1d_cpu_float32 2022-09-27T15:43:34.9087706Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv2d_cpu_float32 2022-09-27T15:43:34.9094932Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv2d_cpu_float32 2022-09-27T15:43:35.8890797Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:43:35.8897009Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:43:37.0377448Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:43:37.0388004Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:43:38.3918397Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:43:38.3924792Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:43:41.0493751Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:43:41.0500071Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:43:41.8166872Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:43:41.8172988Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:43:42.6324297Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:43:42.6330973Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:43:42.6351567Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:43:42.6742465Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:43:42.7545533Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout2d_cpu_float32 2022-09-27T15:43:42.7557071Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout2d_cpu_float32 2022-09-27T15:43:42.8492411Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout3d_cpu_float32 2022-09-27T15:43:42.8501829Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout3d_cpu_float32 2022-09-27T15:43:42.9511178Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout_cpu_float32 2022-09-27T15:43:42.9519051Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout_cpu_float32 2022-09-27T15:43:42.9641477Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_elu_cpu_float32 2022-09-27T15:43:42.9942241Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_elu_cpu_float32 2022-09-27T15:43:42.9959736Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:43:43.0382049Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:43:43.0628646Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_cpu_float32 2022-09-27T15:43:43.0821667Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_cpu_float32 2022-09-27T15:43:43.1372512Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:43:43.1381466Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:43:43.1945851Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:43:43.1954356Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:43:43.4456022Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:43:43.4466486Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:43:43.7742857Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:43:43.7748620Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:43:43.7985165Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:43:43.8184939Z [gw0] [ 99%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:43:43.8612724Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gelu_cpu_float32 2022-09-27T15:43:43.8622218Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gelu_cpu_float32 2022-09-27T15:43:44.0420159Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_glu_cpu_float32 2022-09-27T15:43:44.0428405Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_glu_cpu_float32 2022-09-27T15:43:44.0446791Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_grid_sample_cpu_float32 2022-09-27T15:43:44.0861654Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_grid_sample_cpu_float32 2022-09-27T15:43:45.5496198Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_group_norm_cpu_float32 2022-09-27T15:43:45.5506101Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_group_norm_cpu_float32 2022-09-27T15:43:45.5763288Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardshrink_cpu_float32 2022-09-27T15:43:45.5942698Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardshrink_cpu_float32 2022-09-27T15:43:45.6066903Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:43:45.6382022Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:43:45.6553432Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardswish_cpu_float32 2022-09-27T15:43:45.6823499Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardswish_cpu_float32 2022-09-27T15:43:45.7059770Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardtanh_cpu_float32 2022-09-27T15:43:45.7262455Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardtanh_cpu_float32 2022-09-27T15:43:46.1728317Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:43:46.1738232Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:43:46.4143188Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_huber_loss_cpu_float32 2022-09-27T15:43:46.4149668Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_huber_loss_cpu_float32 2022-09-27T15:43:55.1034068Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_instance_norm_cpu_float32 2022-09-27T15:43:55.1040216Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_instance_norm_cpu_float32 2022-09-27T15:43:55.1633958Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:43:55.1640829Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:43:55.2197541Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:43:55.2205664Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:43:55.2742641Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:43:55.2750369Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:43:55.3242995Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:43:55.3250811Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:43:55.3780441Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:43:55.3788760Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:43:55.4374547Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:43:55.4382427Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:43:56.1105448Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_kl_div_cpu_float32 2022-09-27T15:43:56.1116178Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_kl_div_cpu_float32 2022-09-27T15:43:56.2915084Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_l1_loss_cpu_float32 2022-09-27T15:43:56.2923830Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_l1_loss_cpu_float32 2022-09-27T15:43:57.4465737Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_layer_norm_cpu_float32 2022-09-27T15:43:57.4473875Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_layer_norm_cpu_float32 2022-09-27T15:43:57.4871528Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:43:57.4901833Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:43:58.7745809Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_linear_cpu_float32 2022-09-27T15:43:58.7755089Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_linear_cpu_float32 2022-09-27T15:43:58.9295075Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:43:58.9303374Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:43:58.9438016Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:43:58.9741557Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:43:59.9236755Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:43:59.9242361Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:44:05.5495890Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:44:05.5502754Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:44:13.1396974Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:44:13.1403707Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:44:16.1759455Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:44:16.1766565Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:44:16.1916229Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:44:16.2182142Z [gw0] [ 99%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:44:16.4603907Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:44:16.4611028Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:44:16.4770844Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:44:16.5021845Z [gw0] [ 99%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:44:16.7221442Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:44:16.7230479Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:44:16.7270838Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:44:16.7661867Z [gw0] [ 99%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:44:16.9255725Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:44:16.9266004Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:44:16.9451677Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mish_cpu_float32 2022-09-27T15:44:16.9701802Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mish_cpu_float32 2022-09-27T15:44:17.1369501Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mse_loss_cpu_float32 2022-09-27T15:44:17.1376288Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mse_loss_cpu_float32 2022-09-27T15:44:17.1396946Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:44:17.1784437Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:44:17.1806541Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:44:17.2222713Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:44:17.4555156Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:44:17.4564485Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:44:18.2129593Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_nll_loss_cpu_float32 2022-09-27T15:44:18.2138939Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_nll_loss_cpu_float32 2022-09-27T15:44:18.2848013Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_normalize_cpu_float32 2022-09-27T15:44:18.2856637Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_normalize_cpu_float32 2022-09-27T15:44:18.3767399Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_circular_cpu_float32 2022-09-27T15:44:18.3774301Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_circular_cpu_float32 2022-09-27T15:44:18.5566514Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_constant_cpu_float32 2022-09-27T15:44:18.5576237Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_constant_cpu_float32 2022-09-27T15:44:18.6055137Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:44:18.6062618Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:44:18.6508299Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:44:18.6517702Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:44:18.9055229Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:44:18.9063575Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:44:18.9082328Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pdist_cpu_float32 2022-09-27T15:44:18.9502002Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pdist_cpu_float32 2022-09-27T15:44:18.9600365Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:44:18.9941570Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:44:19.0039553Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:44:19.0381886Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:44:22.7517124Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:44:22.7523520Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:44:23.2916390Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_prelu_cpu_float32 2022-09-27T15:44:23.2924956Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_prelu_cpu_float32 2022-09-27T15:44:23.3049707Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu6_cpu_float32 2022-09-27T15:44:23.3342293Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu6_cpu_float32 2022-09-27T15:44:23.3499586Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu_cpu_float32 2022-09-27T15:44:23.3781933Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu_cpu_float32 2022-09-27T15:44:23.4004174Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_rrelu_cpu_float32 2022-09-27T15:44:23.4222086Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_rrelu_cpu_float32 2022-09-27T15:44:23.4361430Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_selu_cpu_float32 2022-09-27T15:44:23.4661612Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_selu_cpu_float32 2022-09-27T15:44:23.4817621Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_silu_cpu_float32 2022-09-27T15:44:23.5101209Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_silu_cpu_float32 2022-09-27T15:44:23.7105894Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:44:23.7114731Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:44:23.7754117Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:44:23.7762053Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:44:23.8163153Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_cpu_float32 2022-09-27T15:44:23.8181355Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_cpu_float32 2022-09-27T15:44:23.8678139Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:44:23.8686047Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:44:23.8822117Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softplus_cpu_float32 2022-09-27T15:44:23.9102422Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softplus_cpu_float32 2022-09-27T15:44:23.9291480Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softshrink_cpu_float32 2022-09-27T15:44:23.9542489Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softshrink_cpu_float32 2022-09-27T15:44:23.9748868Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softsign_cpu_float32 2022-09-27T15:44:23.9981409Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softsign_cpu_float32 2022-09-27T15:44:24.0126324Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:44:24.0421135Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:44:24.0585719Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_threshold_cpu_float32 2022-09-27T15:44:24.0861748Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_threshold_cpu_float32 2022-09-27T15:44:26.1482591Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:44:26.1489956Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:44:28.3370815Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:44:28.3376968Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:44:29.3359847Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_unfold_cpu_float32 2022-09-27T15:44:29.3368804Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_unfold_cpu_float32 2022-09-27T15:44:29.3551467Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:44:29.3781406Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:44:29.4264635Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:44:29.4274081Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:44:29.4291191Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nonzero_cpu_float32 2022-09-27T15:44:29.4701152Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nonzero_cpu_float32 2022-09-27T15:44:29.6855204Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_cpu_float32 2022-09-27T15:44:29.6860802Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_cpu_float32 2022-09-27T15:44:29.7032346Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_fro_cpu_float32 2022-09-27T15:44:29.7302629Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_fro_cpu_float32 2022-09-27T15:44:29.7619594Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_inf_cpu_float32 2022-09-27T15:44:29.7741427Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_inf_cpu_float32 2022-09-27T15:44:29.8090282Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_nuc_cpu_float32 2022-09-27T15:44:29.8181324Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_nuc_cpu_float32 2022-09-27T15:44:29.8199417Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_cpu_float32 2022-09-27T15:44:29.8621628Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_cpu_float32 2022-09-27T15:44:29.8640479Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_number_mean_cpu_float32 2022-09-27T15:44:29.9061389Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_number_mean_cpu_float32 2022-09-27T15:44:29.9077580Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_cpu_float32 2022-09-27T15:44:29.9501937Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_cpu_float32 2022-09-27T15:44:29.9518649Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_like_cpu_float32 2022-09-27T15:44:29.9942526Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_like_cpu_float32 2022-09-27T15:44:29.9960391Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ormqr_cpu_float32 2022-09-27T15:44:30.0381861Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ormqr_cpu_float32 2022-09-27T15:44:30.0644552Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_outer_cpu_float32 2022-09-27T15:44:30.0820900Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_outer_cpu_float32 2022-09-27T15:44:30.0834413Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pca_lowrank_cpu_float32 2022-09-27T15:44:30.1260959Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pca_lowrank_cpu_float32 2022-09-27T15:44:30.1415069Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_permute_cpu_float32 2022-09-27T15:44:30.1702927Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_permute_cpu_float32 2022-09-27T15:44:30.2965118Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pinverse_cpu_float32 2022-09-27T15:44:30.2971570Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pinverse_cpu_float32 2022-09-27T15:44:30.6067465Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polar_cpu_float32 2022-09-27T15:44:30.6073520Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polar_cpu_float32 2022-09-27T15:44:30.6457817Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:44:30.6501493Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:44:30.6927091Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:44:30.6941262Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:44:30.7324196Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:44:30.7381602Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:44:30.7763200Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:44:30.7821618Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:44:30.8200709Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:44:30.8261560Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:44:30.8353490Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_positive_cpu_float32 2022-09-27T15:44:30.8703302Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_positive_cpu_float32 2022-09-27T15:44:31.2111411Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pow_cpu_float32 2022-09-27T15:44:31.2117512Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pow_cpu_float32 2022-09-27T15:44:31.4105328Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_prod_cpu_float32 2022-09-27T15:44:31.4113830Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_prod_cpu_float32 2022-09-27T15:44:32.1926050Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_put_cpu_float32 2022-09-27T15:44:32.1933559Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_put_cpu_float32 2022-09-27T15:44:32.5861013Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_qr_cpu_float32 2022-09-27T15:44:32.5870342Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_qr_cpu_float32 2022-09-27T15:44:35.2528743Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_quantile_cpu_float32 2022-09-27T15:44:35.2535438Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_quantile_cpu_float32 2022-09-27T15:44:35.2652079Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rad2deg_cpu_float32 2022-09-27T15:44:35.2942063Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rad2deg_cpu_float32 2022-09-27T15:44:35.2959983Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rand_like_cpu_float32 2022-09-27T15:44:35.3382145Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rand_like_cpu_float32 2022-09-27T15:44:35.3398726Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randint_like_cpu_float32 2022-09-27T15:44:35.3823168Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randint_like_cpu_float32 2022-09-27T15:44:35.3840774Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_cpu_float32 2022-09-27T15:44:35.4261900Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_cpu_float32 2022-09-27T15:44:35.4278949Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_like_cpu_float32 2022-09-27T15:44:35.4702304Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_like_cpu_float32 2022-09-27T15:44:35.4849637Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ravel_cpu_float32 2022-09-27T15:44:35.5141137Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ravel_cpu_float32 2022-09-27T15:44:35.5232702Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_real_cpu_float32 2022-09-27T15:44:35.5580999Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_real_cpu_float32 2022-09-27T15:44:35.5704440Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reciprocal_cpu_float32 2022-09-27T15:44:35.6023046Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reciprocal_cpu_float32 2022-09-27T15:44:35.8057767Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_remainder_cpu_float32 2022-09-27T15:44:35.8066268Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_remainder_cpu_float32 2022-09-27T15:44:35.8084827Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_renorm_cpu_float32 2022-09-27T15:44:35.8501639Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_renorm_cpu_float32 2022-09-27T15:44:35.9404682Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_cpu_float32 2022-09-27T15:44:35.9410593Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_cpu_float32 2022-09-27T15:44:35.9649768Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_interleave_cpu_float32 2022-09-27T15:44:35.9821443Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_interleave_cpu_float32 2022-09-27T15:44:36.0148842Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_as_cpu_float32 2022-09-27T15:44:36.0260964Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_as_cpu_float32 2022-09-27T15:44:36.0557703Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_cpu_float32 2022-09-27T15:44:36.0700939Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_cpu_float32 2022-09-27T15:44:36.0718971Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize__cpu_float32 2022-09-27T15:44:36.1140594Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize__cpu_float32 2022-09-27T15:44:36.1156351Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize_as__cpu_float32 2022-09-27T15:44:36.1581941Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize_as__cpu_float32 2022-09-27T15:44:36.1646840Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_conj_cpu_float32 2022-09-27T15:44:36.2020914Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_conj_cpu_float32 2022-09-27T15:44:36.2085387Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_neg_cpu_float32 2022-09-27T15:44:36.2460990Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_neg_cpu_float32 2022-09-27T15:44:36.3057672Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_roll_cpu_float32 2022-09-27T15:44:36.3065508Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_roll_cpu_float32 2022-09-27T15:44:36.4372223Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rot90_cpu_float32 2022-09-27T15:44:36.4380623Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rot90_cpu_float32 2022-09-27T15:44:36.4436734Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_cpu_float32 2022-09-27T15:44:36.4822202Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_cpu_float32 2022-09-27T15:44:36.4935125Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_0_cpu_float32 2022-09-27T15:44:36.5263141Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_0_cpu_float32 2022-09-27T15:44:36.5381310Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_3_cpu_float32 2022-09-27T15:44:36.5700861Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_3_cpu_float32 2022-09-27T15:44:36.5812975Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_neg_3_cpu_float32 2022-09-27T15:44:36.6140527Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_neg_3_cpu_float32 2022-09-27T15:44:36.6263814Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsqrt_cpu_float32 2022-09-27T15:44:36.6581908Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsqrt_cpu_float32 2022-09-27T15:44:36.8909726Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsub_cpu_float32 2022-09-27T15:44:36.8917274Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsub_cpu_float32 2022-09-27T15:44:37.1481070Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_add_cpu_float32 2022-09-27T15:44:37.1490456Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_add_cpu_float32 2022-09-27T15:44:37.4099575Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_cpu_float32 2022-09-27T15:44:37.4108090Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_cpu_float32 2022-09-27T15:44:38.7339260Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amax_cpu_float32 2022-09-27T15:44:38.7345526Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amax_cpu_float32 2022-09-27T15:44:40.0609709Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amin_cpu_float32 2022-09-27T15:44:40.0615321Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amin_cpu_float32 2022-09-27T15:44:40.9353026Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_mean_cpu_float32 2022-09-27T15:44:40.9362087Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_mean_cpu_float32 2022-09-27T15:44:40.9380940Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_prod_cpu_float32 2022-09-27T15:44:40.9782403Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_prod_cpu_float32 2022-09-27T15:44:41.8223708Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_sum_cpu_float32 2022-09-27T15:44:41.8232805Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_sum_cpu_float32 2022-09-27T15:44:41.8252128Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_searchsorted_cpu_float32 2022-09-27T15:44:41.8662680Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_searchsorted_cpu_float32 2022-09-27T15:44:41.8682187Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_lengths_cpu_float32 2022-09-27T15:44:41.9103968Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_lengths_cpu_float32 2022-09-27T15:44:41.9123232Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_offsets_cpu_float32 2022-09-27T15:44:41.9542623Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_offsets_cpu_float32 2022-09-27T15:44:41.9750730Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_cpu_float32 2022-09-27T15:44:41.9981719Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_cpu_float32 2022-09-27T15:44:42.0956508Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_scatter_cpu_float32 2022-09-27T15:44:42.0963907Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_scatter_cpu_float32 2022-09-27T15:44:42.1027113Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sgn_cpu_float32 2022-09-27T15:44:42.1386304Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sgn_cpu_float32 2022-09-27T15:44:42.1406178Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_short_cpu_float32 2022-09-27T15:44:42.1823876Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_short_cpu_float32 2022-09-27T15:44:42.1961881Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sigmoid_cpu_float32 2022-09-27T15:44:42.2261796Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sigmoid_cpu_float32 2022-09-27T15:44:42.2324417Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sign_cpu_float32 2022-09-27T15:44:42.2703319Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sign_cpu_float32 2022-09-27T15:44:42.2721248Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signbit_cpu_float32 2022-09-27T15:44:42.3142203Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signbit_cpu_float32 2022-09-27T15:44:42.3215587Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sin_cpu_float32 2022-09-27T15:44:42.3583039Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sin_cpu_float32 2022-09-27T15:44:42.3792300Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinc_cpu_float32 2022-09-27T15:44:42.4022436Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinc_cpu_float32 2022-09-27T15:44:42.4090387Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinh_cpu_float32 2022-09-27T15:44:42.4461564Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinh_cpu_float32 2022-09-27T15:44:42.6943578Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_scatter_cpu_float32 2022-09-27T15:44:42.6952452Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_scatter_cpu_float32 2022-09-27T15:44:42.7358849Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_cpu_float32 2022-09-27T15:44:42.7383003Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_cpu_float32 2022-09-27T15:44:42.7869887Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_with_dtype_cpu_float32 2022-09-27T15:44:44.4514191Z [gw0] [100%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_with_dtype_cpu_float32 2022-09-27T15:44:44.4514982Z 2022-09-27T15:44:44.4515771Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops/test_ops.xml - 2022-09-27T15:44:44.4580174Z == 18061 passed, 6681 skipped, 286 xfailed, 361 warnings in 893.76s (0:14:53) == 2022-09-27T15:44:44.7876657Z Skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-09-27T15:44:46.7452741Z Running test_schema_check ... [2022-09-27 15:44:46.744837] 2022-09-27T15:44:46.7453708Z Executing ['/opt/conda/bin/python', '-bb', 'test_schema_check.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:44:46.744929] 2022-09-27T15:44:49.0819700Z Test results will be stored in test-reports/python-unittest/test_schema_check 2022-09-27T15:44:49.1044386Z 2022-09-27T15:44:49.1044867Z Running tests... 2022-09-27T15:44:49.1045369Z ---------------------------------------------------------------------- 2022-09-27T15:44:49.1284032Z test_alias_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.024s) 2022-09-27T15:44:49.1303583Z test_alias_check_fail_multiple_operators_centered (__main__.TestSchemaCheck) ... ok (0.002s) 2022-09-27T15:44:49.1323003Z test_alias_check_fail_outputs_unexpectedly_aliasing (__main__.TestSchemaCheck) ... ok (0.002s) 2022-09-27T15:44:49.1338051Z test_alias_check_fail_simple (__main__.TestSchemaCheck) ... ok (0.001s) 2022-09-27T15:44:49.1347894Z test_is_alias_of_basic (__main__.TestSchemaCheck) ... ok (0.001s) 2022-09-27T15:44:49.1390620Z test_is_alias_of_empty_container (__main__.TestSchemaCheck) ... ok (0.004s) 2022-09-27T15:44:49.1408620Z test_mutation_check_fail (__main__.TestSchemaCheck) ... ok (0.002s) 2022-09-27T15:44:49.1432095Z test_mutation_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.002s) 2022-09-27T15:44:49.1442162Z test_overlaps_basic (__main__.TestSchemaCheck) ... ok (0.001s) 2022-09-27T15:44:49.1462214Z test_overlaps_empty_container (__main__.TestSchemaCheck) ... ok (0.002s) 2022-09-27T15:44:49.1557746Z test_schema_check_mode_empty_list_input (__main__.TestSchemaCheck) ... ok (0.009s) 2022-09-27T15:44:49.1580892Z test_schema_check_mode_functionality (__main__.TestSchemaCheck) ... ok (0.002s) 2022-09-27T15:44:49.1596263Z test_schema_check_mode_functionality_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-09-27T15:44:49.1610704Z test_schema_check_mode_functionality_default_replaced (__main__.TestSchemaCheck) ... ok (0.001s) 2022-09-27T15:44:49.1663020Z test_schema_check_mode_functionality_device_input (__main__.TestSchemaCheck) ... ok (0.005s) 2022-09-27T15:44:49.1713379Z test_schema_check_mode_functionality_kwarg_tensor (__main__.TestSchemaCheck) ... ok (0.005s) 2022-09-27T15:44:49.1739419Z test_schema_check_mode_functionality_list_input (__main__.TestSchemaCheck) ... ok (0.003s) 2022-09-27T15:44:49.1752532Z test_schema_check_mode_functionality_mutable_inputs (__main__.TestSchemaCheck) ... ok (0.001s) 2022-09-27T15:44:49.1873456Z test_schema_check_mode_functionality_nested_training_op (__main__.TestSchemaCheck) ... ok (0.012s) 2022-09-27T15:44:49.1978837Z test_schema_check_mode_functionality_training_op (__main__.TestSchemaCheck) ... ok (0.011s) 2022-09-27T15:44:49.1996043Z test_schema_check_mode_functionality_wildcard_after (__main__.TestSchemaCheck) ... ok (0.002s) 2022-09-27T15:44:49.2015291Z test_schema_check_mode_functionality_with_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-09-27T15:44:49.2032461Z test_schema_check_mode_functionality_with_multiple_outputs_aliasing (__main__.TestSchemaCheck) ... test_schema_check.py:285: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:44:49.2033550Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-09-27T15:44:49.2034777Z ok (0.002s) 2022-09-27T15:44:49.2053834Z test_schema_check_mode_mutated_aliasing_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-09-27T15:44:49.2072922Z test_schema_check_mode_mutated_aliasing_aliasing_outputs (__main__.TestSchemaCheck) ... test_schema_check.py:188: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:44:49.2073845Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-09-27T15:44:49.2078392Z ok (0.002s) 2022-09-27T15:44:49.2097608Z test_schema_check_mode_mutated_aliasing_as_strided (__main__.TestSchemaCheck) ... ok (0.002s) 2022-09-27T15:44:49.2117296Z test_schema_check_mode_mutated_aliasing_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-09-27T15:44:49.2131085Z test_schema_check_mode_mutated_aliasing_mutation (__main__.TestSchemaCheck) ... ok (0.001s) 2022-09-27T15:44:49.2145176Z test_schema_check_mode_mutated_aliasing_none (__main__.TestSchemaCheck) ... ok (0.001s) 2022-09-27T15:44:49.2161151Z test_schema_check_mode_mutated_aliasing_resize_ (__main__.TestSchemaCheck) ... ok (0.002s) 2022-09-27T15:44:49.2216787Z test_schema_check_mode_operator_order (__main__.TestSchemaCheck) ... ok (0.005s) 2022-09-27T15:44:49.2270063Z test_schema_check_mode_operator_order_without_grad (__main__.TestSchemaCheck) ... ok (0.005s) 2022-09-27T15:44:49.2290902Z test_schema_info_bind_basic (__main__.TestSchemaCheck) ... ok (0.002s) 2022-09-27T15:44:49.2309655Z test_schema_correctness_H_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:44:49.2323853Z test_schema_correctness_H_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:44:49.2347043Z test_schema_correctness_H_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:44:49.2356568Z test_schema_correctness_H_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:44:49.2378136Z test_schema_correctness_H_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:44:49.2393366Z test_schema_correctness_H_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:44:49.2407742Z test_schema_correctness_H_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:44:49.2422951Z test_schema_correctness_H_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:44:49.2436982Z test_schema_correctness_H_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:44:49.2450658Z test_schema_correctness_H_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:44:49.2464357Z test_schema_correctness_H_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:44:49.2477881Z test_schema_correctness_H_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:44:49.2491596Z test_schema_correctness_H_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:44:49.2670775Z test_schema_correctness_T_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:44:49.2846963Z test_schema_correctness_T_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:44:49.3026845Z test_schema_correctness_T_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:44:49.3035553Z test_schema_correctness_T_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:44:49.3217057Z test_schema_correctness_T_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:44:49.3395556Z test_schema_correctness_T_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:44:49.3573935Z test_schema_correctness_T_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:44:49.3752189Z test_schema_correctness_T_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:44:49.3929437Z test_schema_correctness_T_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:44:49.4105992Z test_schema_correctness_T_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:44:49.4284465Z test_schema_correctness_T_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:44:49.4463102Z test_schema_correctness_T_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:44:49.4641249Z test_schema_correctness_T_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:44:49.4850525Z test_schema_correctness___getitem___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:44:49.5049321Z test_schema_correctness___getitem___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:44:49.5287811Z test_schema_correctness___getitem___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:44:49.5297292Z test_schema_correctness___getitem___cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:44:49.5528416Z test_schema_correctness___getitem___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:44:49.5730118Z test_schema_correctness___getitem___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:44:49.5930041Z test_schema_correctness___getitem___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:44:49.6146310Z test_schema_correctness___getitem___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:44:49.6341661Z test_schema_correctness___getitem___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:44:49.6538063Z test_schema_correctness___getitem___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:44:49.6732981Z test_schema_correctness___getitem___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:44:49.6927808Z test_schema_correctness___getitem___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:44:49.7123875Z test_schema_correctness___getitem___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:44:49.7181556Z test_schema_correctness___radd___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:44:49.7233325Z test_schema_correctness___radd___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:49.7302479Z test_schema_correctness___radd___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:44:49.7370558Z test_schema_correctness___radd___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:44:49.7428319Z test_schema_correctness___radd___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:44:49.7487284Z test_schema_correctness___radd___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:44:49.7544847Z test_schema_correctness___radd___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:44:49.7597706Z test_schema_correctness___radd___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:49.7650761Z test_schema_correctness___radd___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:49.7704057Z test_schema_correctness___radd___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:49.7757044Z test_schema_correctness___radd___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:49.7809884Z test_schema_correctness___radd___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:49.7857120Z test_schema_correctness___rand___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:49.7905440Z test_schema_correctness___rand___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:49.7953405Z test_schema_correctness___rand___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:49.8001513Z test_schema_correctness___rand___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:49.8049803Z test_schema_correctness___rand___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:49.8097360Z test_schema_correctness___rand___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:49.8173736Z test_schema_correctness___rdiv___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:44:49.8245646Z test_schema_correctness___rdiv___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:44:49.8335978Z test_schema_correctness___rdiv___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:44:49.8428057Z test_schema_correctness___rdiv___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:44:49.8504715Z test_schema_correctness___rdiv___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:44:49.8583066Z test_schema_correctness___rdiv___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:44:49.8658989Z test_schema_correctness___rdiv___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:44:49.8732014Z test_schema_correctness___rdiv___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:44:49.8804926Z test_schema_correctness___rdiv___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:44:49.8877459Z test_schema_correctness___rdiv___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:44:49.8950955Z test_schema_correctness___rdiv___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:44:49.9024457Z test_schema_correctness___rdiv___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:44:50.0010985Z test_schema_correctness___rmatmul___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-09-27T15:44:50.0978642Z test_schema_correctness___rmatmul___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.097s) 2022-09-27T15:44:50.1941999Z test_schema_correctness___rmatmul___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.096s) 2022-09-27T15:44:50.2876668Z test_schema_correctness___rmatmul___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-09-27T15:44:50.3810523Z test_schema_correctness___rmatmul___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-09-27T15:44:50.4736985Z test_schema_correctness___rmatmul___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-09-27T15:44:50.5663850Z test_schema_correctness___rmatmul___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-09-27T15:44:50.6595241Z test_schema_correctness___rmatmul___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-09-27T15:44:50.7519986Z test_schema_correctness___rmatmul___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-09-27T15:44:50.8446742Z test_schema_correctness___rmatmul___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-09-27T15:44:50.8503958Z test_schema_correctness___rmod___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:44:50.8559055Z test_schema_correctness___rmod___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:50.8613949Z test_schema_correctness___rmod___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:50.8667971Z test_schema_correctness___rmod___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:50.8719889Z test_schema_correctness___rmul___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:50.8766160Z test_schema_correctness___rmul___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:50.8829859Z test_schema_correctness___rmul___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:44:50.8892566Z test_schema_correctness___rmul___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:44:50.8945599Z test_schema_correctness___rmul___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:50.8999298Z test_schema_correctness___rmul___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:50.9051564Z test_schema_correctness___rmul___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:50.9099707Z test_schema_correctness___rmul___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:50.9148002Z test_schema_correctness___rmul___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:50.9195466Z test_schema_correctness___rmul___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:50.9243650Z test_schema_correctness___rmul___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:50.9291778Z test_schema_correctness___rmul___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:50.9338827Z test_schema_correctness___ror___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:50.9387027Z test_schema_correctness___ror___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:50.9435279Z test_schema_correctness___ror___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:50.9483636Z test_schema_correctness___ror___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:50.9531867Z test_schema_correctness___ror___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:50.9580218Z test_schema_correctness___ror___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:50.9593849Z test_schema_correctness___rpow___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:44:50.9594588Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:44:51.0370647Z ok (0.079s) 2022-09-27T15:44:51.1177451Z test_schema_correctness___rpow___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.081s) 2022-09-27T15:44:51.1980677Z test_schema_correctness___rpow___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-09-27T15:44:51.2768679Z test_schema_correctness___rpow___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-09-27T15:44:51.3558111Z test_schema_correctness___rpow___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-09-27T15:44:51.4346257Z test_schema_correctness___rpow___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-09-27T15:44:51.5130478Z test_schema_correctness___rpow___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-09-27T15:44:51.5917330Z test_schema_correctness___rpow___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-09-27T15:44:51.6702435Z test_schema_correctness___rpow___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-09-27T15:44:51.7490720Z test_schema_correctness___rpow___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-09-27T15:44:51.8276462Z test_schema_correctness___rpow___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-09-27T15:44:51.8335762Z test_schema_correctness___rsub___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:44:51.8405210Z test_schema_correctness___rsub___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:44:51.8475194Z test_schema_correctness___rsub___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:44:51.8534535Z test_schema_correctness___rsub___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:44:51.8593052Z test_schema_correctness___rsub___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:44:51.8650654Z test_schema_correctness___rsub___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:44:51.8703942Z test_schema_correctness___rsub___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:51.8757000Z test_schema_correctness___rsub___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:51.8811065Z test_schema_correctness___rsub___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:51.8863826Z test_schema_correctness___rsub___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:51.8916989Z test_schema_correctness___rsub___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:51.8964463Z test_schema_correctness___rxor___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:51.9012092Z test_schema_correctness___rxor___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:51.9060688Z test_schema_correctness___rxor___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:51.9109136Z test_schema_correctness___rxor___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:51.9157272Z test_schema_correctness___rxor___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:51.9205747Z test_schema_correctness___rxor___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:44:52.0821676Z test_schema_correctness__masked_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.161s) 2022-09-27T15:44:52.2440453Z test_schema_correctness__masked_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.162s) 2022-09-27T15:44:52.4050060Z test_schema_correctness__masked_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.161s) 2022-09-27T15:44:52.5634580Z test_schema_correctness__masked_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.158s) 2022-09-27T15:44:52.7065619Z test_schema_correctness__masked_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-09-27T15:44:52.8504691Z test_schema_correctness__masked_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.144s) 2022-09-27T15:44:52.9932225Z test_schema_correctness__masked_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-09-27T15:44:53.1360367Z test_schema_correctness__masked_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-09-27T15:44:53.2787974Z test_schema_correctness__masked_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-09-27T15:44:53.4400025Z test_schema_correctness__masked_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.161s) 2022-09-27T15:44:53.6018371Z test_schema_correctness__masked_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.162s) 2022-09-27T15:44:53.7628639Z test_schema_correctness__masked_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.161s) 2022-09-27T15:44:53.9213978Z test_schema_correctness__masked_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.158s) 2022-09-27T15:44:54.0643506Z test_schema_correctness__masked_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-09-27T15:44:54.2075368Z test_schema_correctness__masked_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-09-27T15:44:54.3506048Z test_schema_correctness__masked_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-09-27T15:44:54.4934095Z test_schema_correctness__masked_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-09-27T15:44:54.6364080Z test_schema_correctness__masked_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-09-27T15:44:54.7344274Z test_schema_correctness__masked_argmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-09-27T15:44:54.8327785Z test_schema_correctness__masked_argmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-09-27T15:44:54.9306027Z test_schema_correctness__masked_argmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-09-27T15:44:55.0268433Z test_schema_correctness__masked_argmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.096s) 2022-09-27T15:44:55.1099789Z test_schema_correctness__masked_argmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-09-27T15:44:55.1931088Z test_schema_correctness__masked_argmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-09-27T15:44:55.2532434Z test_schema_correctness__masked_argmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:44:55.3361699Z test_schema_correctness__masked_argmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-09-27T15:44:55.4192655Z test_schema_correctness__masked_argmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-09-27T15:44:55.5175409Z test_schema_correctness__masked_argmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-09-27T15:44:55.6159186Z test_schema_correctness__masked_argmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-09-27T15:44:55.7138448Z test_schema_correctness__masked_argmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-09-27T15:44:55.8101276Z test_schema_correctness__masked_argmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.096s) 2022-09-27T15:44:55.8934610Z test_schema_correctness__masked_argmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-09-27T15:44:55.9765630Z test_schema_correctness__masked_argmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-09-27T15:44:56.0367303Z test_schema_correctness__masked_argmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:44:56.1196961Z test_schema_correctness__masked_argmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-09-27T15:44:56.2029790Z test_schema_correctness__masked_argmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-09-27T15:44:56.2208066Z test_schema_correctness__masked_cumprod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:44:56.2403011Z test_schema_correctness__masked_cumprod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:44:56.2595670Z test_schema_correctness__masked_cumprod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:44:56.2779966Z test_schema_correctness__masked_cumprod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:44:56.2961788Z test_schema_correctness__masked_cumprod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:44:56.3145919Z test_schema_correctness__masked_cumprod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:44:56.3327641Z test_schema_correctness__masked_cumprod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:44:56.3509878Z test_schema_correctness__masked_cumprod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:44:56.3691182Z test_schema_correctness__masked_cumprod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:44:56.3873988Z test_schema_correctness__masked_cumprod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:44:56.4051894Z test_schema_correctness__masked_cumsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:44:56.4244934Z test_schema_correctness__masked_cumsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:44:56.4438303Z test_schema_correctness__masked_cumsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:44:56.4623706Z test_schema_correctness__masked_cumsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:44:56.4803510Z test_schema_correctness__masked_cumsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:44:56.4983983Z test_schema_correctness__masked_cumsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:44:56.5165306Z test_schema_correctness__masked_cumsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:44:56.5347473Z test_schema_correctness__masked_cumsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:44:56.5527336Z test_schema_correctness__masked_cumsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:44:56.5707827Z test_schema_correctness__masked_cumsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:44:56.5917933Z test_schema_correctness__masked_log_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:44:56.6128364Z test_schema_correctness__masked_log_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:44:56.6335373Z test_schema_correctness__masked_log_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:44:56.6608655Z test_schema_correctness__masked_logaddexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:44:56.6882062Z test_schema_correctness__masked_logaddexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:44:56.7155098Z test_schema_correctness__masked_logaddexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:44:56.8874884Z test_schema_correctness__masked_logsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.172s) 2022-09-27T15:44:57.0597141Z test_schema_correctness__masked_logsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.172s) 2022-09-27T15:44:57.2289313Z test_schema_correctness__masked_logsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.169s) 2022-09-27T15:44:57.4197398Z test_schema_correctness__masked_logsumexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.191s) 2022-09-27T15:44:57.6103398Z test_schema_correctness__masked_logsumexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.191s) 2022-09-27T15:44:57.8012406Z test_schema_correctness__masked_logsumexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.191s) 2022-09-27T15:44:57.9925390Z test_schema_correctness__masked_logsumexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.191s) 2022-09-27T15:44:58.1831841Z test_schema_correctness__masked_logsumexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.191s) 2022-09-27T15:44:59.0127384Z test_schema_correctness__masked_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.829s) 2022-09-27T15:44:59.7197235Z test_schema_correctness__masked_mean_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.707s) 2022-09-27T15:45:00.4311613Z test_schema_correctness__masked_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.711s) 2022-09-27T15:45:01.1438393Z test_schema_correctness__masked_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.713s) 2022-09-27T15:45:01.9762624Z test_schema_correctness__masked_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.832s) 2022-09-27T15:45:02.8053637Z test_schema_correctness__masked_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.829s) 2022-09-27T15:45:03.6313331Z test_schema_correctness__masked_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.826s) 2022-09-27T15:45:04.3402615Z test_schema_correctness__masked_mean_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.709s) 2022-09-27T15:45:05.0482617Z test_schema_correctness__masked_mean_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.708s) 2022-09-27T15:45:05.7555525Z test_schema_correctness__masked_mean_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.707s) 2022-09-27T15:45:06.4630428Z test_schema_correctness__masked_mean_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.707s) 2022-09-27T15:45:07.1740302Z test_schema_correctness__masked_mean_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.711s) 2022-09-27T15:45:07.1946832Z test_schema_correctness__masked_median_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:45:07.2160179Z test_schema_correctness__masked_median_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:45:07.2367027Z test_schema_correctness__masked_median_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:45:08.1000754Z test_schema_correctness__masked_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.863s) 2022-09-27T15:45:08.9642592Z test_schema_correctness__masked_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.864s) 2022-09-27T15:45:09.8245482Z test_schema_correctness__masked_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.860s) 2022-09-27T15:45:10.6727405Z test_schema_correctness__masked_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.848s) 2022-09-27T15:45:11.1180686Z test_schema_correctness__masked_normalize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.445s) 2022-09-27T15:45:11.5704175Z test_schema_correctness__masked_normalize_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.452s) 2022-09-27T15:45:12.0188939Z test_schema_correctness__masked_normalize_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.448s) 2022-09-27T15:45:12.4648514Z test_schema_correctness__masked_normalize_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.446s) 2022-09-27T15:45:12.9121990Z test_schema_correctness__masked_normalize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.447s) 2022-09-27T15:45:13.3575720Z test_schema_correctness__masked_normalize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.445s) 2022-09-27T15:45:13.5214155Z test_schema_correctness__masked_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.164s) 2022-09-27T15:45:13.6502156Z test_schema_correctness__masked_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.129s) 2022-09-27T15:45:13.7806871Z test_schema_correctness__masked_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-09-27T15:45:13.9277666Z test_schema_correctness__masked_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.147s) 2022-09-27T15:45:14.0713296Z test_schema_correctness__masked_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-09-27T15:45:14.2346866Z test_schema_correctness__masked_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.163s) 2022-09-27T15:45:14.3985780Z test_schema_correctness__masked_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.164s) 2022-09-27T15:45:14.5244947Z test_schema_correctness__masked_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.126s) 2022-09-27T15:45:14.6884524Z test_schema_correctness__masked_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.164s) 2022-09-27T15:45:14.8520792Z test_schema_correctness__masked_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.164s) 2022-09-27T15:45:14.8727491Z test_schema_correctness__masked_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:45:14.8938602Z test_schema_correctness__masked_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:45:14.9149302Z test_schema_correctness__masked_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:45:14.9388482Z test_schema_correctness__masked_softmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:45:14.9633278Z test_schema_correctness__masked_softmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:45:14.9881595Z test_schema_correctness__masked_softmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:45:20.7442615Z test_schema_correctness__masked_std_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.756s) 2022-09-27T15:45:20.7447563Z test_schema_correctness__masked_std_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:45:20.7452784Z test_schema_correctness__masked_std_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:45:26.5176247Z test_schema_correctness__masked_std_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.772s) 2022-09-27T15:45:32.2727594Z test_schema_correctness__masked_std_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.755s) 2022-09-27T15:45:37.1248153Z test_schema_correctness__masked_std_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.852s) 2022-09-27T15:45:41.9797116Z test_schema_correctness__masked_std_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.855s) 2022-09-27T15:45:46.8542438Z test_schema_correctness__masked_std_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.874s) 2022-09-27T15:45:51.7360301Z test_schema_correctness__masked_std_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.882s) 2022-09-27T15:45:56.6134642Z test_schema_correctness__masked_std_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.877s) 2022-09-27T15:45:56.7813335Z test_schema_correctness__masked_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.168s) 2022-09-27T15:45:56.9303461Z test_schema_correctness__masked_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.149s) 2022-09-27T15:45:57.0820988Z test_schema_correctness__masked_sum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.152s) 2022-09-27T15:45:57.2343899Z test_schema_correctness__masked_sum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.152s) 2022-09-27T15:45:57.4034664Z test_schema_correctness__masked_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.169s) 2022-09-27T15:45:57.5718766Z test_schema_correctness__masked_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.168s) 2022-09-27T15:45:57.7376753Z test_schema_correctness__masked_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.166s) 2022-09-27T15:45:57.8870038Z test_schema_correctness__masked_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.149s) 2022-09-27T15:45:58.0363132Z test_schema_correctness__masked_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.149s) 2022-09-27T15:45:58.1850443Z test_schema_correctness__masked_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.149s) 2022-09-27T15:45:58.3341185Z test_schema_correctness__masked_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.149s) 2022-09-27T15:45:58.4829852Z test_schema_correctness__masked_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.149s) 2022-09-27T15:46:04.2297162Z test_schema_correctness__masked_var_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.747s) 2022-09-27T15:46:04.2301567Z test_schema_correctness__masked_var_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:46:04.2307377Z test_schema_correctness__masked_var_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:46:09.9783204Z test_schema_correctness__masked_var_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.747s) 2022-09-27T15:46:15.7361007Z test_schema_correctness__masked_var_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.757s) 2022-09-27T15:46:21.4465569Z test_schema_correctness__masked_var_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.711s) 2022-09-27T15:46:26.2540427Z test_schema_correctness__masked_var_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.807s) 2022-09-27T15:46:31.0578240Z test_schema_correctness__masked_var_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.804s) 2022-09-27T15:46:35.8657522Z test_schema_correctness__masked_var_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.808s) 2022-09-27T15:46:40.6719641Z test_schema_correctness__masked_var_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.806s) 2022-09-27T15:46:45.4927642Z test_schema_correctness__masked_var_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.821s) 2022-09-27T15:46:45.4943620Z test_schema_correctness_abs_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:45.4959985Z test_schema_correctness_abs_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:45.4970442Z test_schema_correctness_abs_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:45.4985779Z test_schema_correctness_abs_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:45.5000324Z test_schema_correctness_abs_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:45.5014565Z test_schema_correctness_abs_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:45.5029566Z test_schema_correctness_abs_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:45.5043739Z test_schema_correctness_abs_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:45.5058082Z test_schema_correctness_abs_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:45.5072342Z test_schema_correctness_abs_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:45.5086449Z test_schema_correctness_abs_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:45.5100921Z test_schema_correctness_abs_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:45.5122402Z test_schema_correctness_acos_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:45.5142355Z test_schema_correctness_acos_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:45.5163337Z test_schema_correctness_acos_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:45.5185012Z test_schema_correctness_acos_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:45.5205816Z test_schema_correctness_acos_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:45.5227670Z test_schema_correctness_acos_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:45.5248043Z test_schema_correctness_acos_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:45.5268042Z test_schema_correctness_acos_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:45.5287827Z test_schema_correctness_acos_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:45.5307993Z test_schema_correctness_acos_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:45.5328574Z test_schema_correctness_acos_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:45.5349600Z test_schema_correctness_acosh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:45.5368097Z test_schema_correctness_acosh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:45.5389081Z test_schema_correctness_acosh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:45.5410171Z test_schema_correctness_acosh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:45.5430055Z test_schema_correctness_acosh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:45.5449584Z test_schema_correctness_acosh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:45.5468385Z test_schema_correctness_acosh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:45.5486991Z test_schema_correctness_acosh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:45.5505984Z test_schema_correctness_acosh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:45.5524755Z test_schema_correctness_acosh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:45.5543899Z test_schema_correctness_acosh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:45.5611817Z test_schema_correctness_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:46:45.5673109Z test_schema_correctness_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:45.5755819Z test_schema_correctness_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:46:45.5765907Z test_schema_correctness_add_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:45.5847476Z test_schema_correctness_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:46:45.5917128Z test_schema_correctness_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:46:45.5987167Z test_schema_correctness_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:46:45.6055713Z test_schema_correctness_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:46:45.6117548Z test_schema_correctness_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:45.6180102Z test_schema_correctness_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:45.6242118Z test_schema_correctness_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:45.6303615Z test_schema_correctness_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:45.6365891Z test_schema_correctness_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:45.6420239Z test_schema_correctness_addbmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:45.6546727Z test_schema_correctness_addbmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:46:45.6674279Z test_schema_correctness_addbmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:46:45.6734650Z test_schema_correctness_addbmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:45.6793768Z test_schema_correctness_addbmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:45.6846892Z test_schema_correctness_addbmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:45.6899209Z test_schema_correctness_addbmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:45.6953930Z test_schema_correctness_addbmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:45.7004710Z test_schema_correctness_addbmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:45.7057716Z test_schema_correctness_addbmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:45.7146299Z test_schema_correctness_addcdiv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:46:45.7252327Z test_schema_correctness_addcdiv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:46:45.7354962Z test_schema_correctness_addcdiv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:46:45.7442679Z test_schema_correctness_addcdiv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:46:45.7525788Z test_schema_correctness_addcdiv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:46:45.7613908Z test_schema_correctness_addcmul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:46:45.7718744Z test_schema_correctness_addcmul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:46:45.7821626Z test_schema_correctness_addcmul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:46:45.7909060Z test_schema_correctness_addcmul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:46:45.7992495Z test_schema_correctness_addcmul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:46:45.8071129Z test_schema_correctness_addcmul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:46:45.8149333Z test_schema_correctness_addcmul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:46:45.8227315Z test_schema_correctness_addcmul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:46:45.8304800Z test_schema_correctness_addcmul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:46:45.8383185Z test_schema_correctness_addcmul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:46:45.8412728Z test_schema_correctness_addmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:45.8418016Z test_schema_correctness_addmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:46:45.8423063Z test_schema_correctness_addmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:46:45.8453891Z test_schema_correctness_addmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:45.8484968Z test_schema_correctness_addmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:45.8514633Z test_schema_correctness_addmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:45.8541409Z test_schema_correctness_addmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:45.8567789Z test_schema_correctness_addmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:45.8594601Z test_schema_correctness_addmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:45.8621984Z test_schema_correctness_addmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:45.8650861Z test_schema_correctness_addmm_decomposed_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:45.8655928Z test_schema_correctness_addmm_decomposed_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:46:45.8660714Z test_schema_correctness_addmm_decomposed_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:46:45.8691828Z test_schema_correctness_addmm_decomposed_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:45.8722489Z test_schema_correctness_addmm_decomposed_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:45.8749530Z test_schema_correctness_addmm_decomposed_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:45.8776895Z test_schema_correctness_addmm_decomposed_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:45.8805587Z test_schema_correctness_addmm_decomposed_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:45.8832479Z test_schema_correctness_addmm_decomposed_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:45.8859286Z test_schema_correctness_addmm_decomposed_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:45.8912058Z test_schema_correctness_addmv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:45.8975713Z test_schema_correctness_addmv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:45.9038312Z test_schema_correctness_addmv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:45.9095611Z test_schema_correctness_addmv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:45.9151550Z test_schema_correctness_addmv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:45.9198150Z test_schema_correctness_addmv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:45.9244395Z test_schema_correctness_addmv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:45.9291890Z test_schema_correctness_addmv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:45.9337371Z test_schema_correctness_addmv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:45.9383786Z test_schema_correctness_addmv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:45.9433437Z test_schema_correctness_addr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:45.9466809Z test_schema_correctness_addr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:45.9510814Z test_schema_correctness_addr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:45.9553590Z test_schema_correctness_addr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:45.9603133Z test_schema_correctness_addr_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:45.9652740Z test_schema_correctness_addr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:45.9701833Z test_schema_correctness_addr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:45.9736846Z test_schema_correctness_addr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:45.9771807Z test_schema_correctness_addr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:45.9807516Z test_schema_correctness_addr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:45.9841292Z test_schema_correctness_addr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:45.9875128Z test_schema_correctness_addr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:45.9932068Z test_schema_correctness_all_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:45.9985225Z test_schema_correctness_all_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:46.0002742Z test_schema_correctness_all_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-09-27T15:46:46.0003285Z return self.op(*args, **kwargs) 2022-09-27T15:46:46.0048278Z ok (0.006s) 2022-09-27T15:46:46.0107383Z test_schema_correctness_all_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:46.0162928Z test_schema_correctness_all_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:46.0218950Z test_schema_correctness_all_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:46.0273288Z test_schema_correctness_all_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:46.0326713Z test_schema_correctness_all_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:46.0380740Z test_schema_correctness_all_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:46.0434157Z test_schema_correctness_all_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:46.0487630Z test_schema_correctness_all_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:46.0540952Z test_schema_correctness_all_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:46.0684986Z test_schema_correctness_allclose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:46:46.0850015Z test_schema_correctness_allclose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:46:46.1017606Z test_schema_correctness_allclose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:46:46.1161958Z test_schema_correctness_allclose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:46:46.1305226Z test_schema_correctness_allclose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:46:46.1448433Z test_schema_correctness_allclose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:46:46.2005066Z test_schema_correctness_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-09-27T15:46:46.2559327Z test_schema_correctness_amax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:46:46.3114777Z test_schema_correctness_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:46:46.3668343Z test_schema_correctness_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:46:46.4219714Z test_schema_correctness_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:46:46.4772281Z test_schema_correctness_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:46:46.5324512Z test_schema_correctness_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:46:46.5876075Z test_schema_correctness_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:46:46.6427079Z test_schema_correctness_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:46:46.6978672Z test_schema_correctness_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:46:46.7532363Z test_schema_correctness_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:46:46.8083587Z test_schema_correctness_amin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:46:46.8637666Z test_schema_correctness_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:46:46.9190717Z test_schema_correctness_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:46:46.9741182Z test_schema_correctness_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:46:47.0293171Z test_schema_correctness_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:46:47.0844440Z test_schema_correctness_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:46:47.1397606Z test_schema_correctness_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:46:47.1949657Z test_schema_correctness_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:46:47.2502528Z test_schema_correctness_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:46:47.2538299Z test_schema_correctness_aminmax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:46:47.2539216Z return self.op(*args, **kwargs) 2022-09-27T15:46:47.2539398Z ok (0.003s) 2022-09-27T15:46:47.2572746Z test_schema_correctness_aminmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:47.2610310Z test_schema_correctness_aminmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:47.2643155Z test_schema_correctness_aminmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:47.2676700Z test_schema_correctness_aminmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:47.2710482Z test_schema_correctness_aminmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:47.2743606Z test_schema_correctness_aminmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:47.2776904Z test_schema_correctness_aminmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:47.2791109Z test_schema_correctness_angle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:47.2804710Z test_schema_correctness_angle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:47.2819938Z test_schema_correctness_angle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:47.2834979Z test_schema_correctness_angle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:47.2849085Z test_schema_correctness_angle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:47.2862478Z test_schema_correctness_angle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:47.2876506Z test_schema_correctness_angle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:47.2890138Z test_schema_correctness_angle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:47.2903787Z test_schema_correctness_angle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:47.2917251Z test_schema_correctness_angle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:47.2930895Z test_schema_correctness_angle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:47.2944477Z test_schema_correctness_angle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:47.3000930Z test_schema_correctness_any_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:47.3053642Z test_schema_correctness_any_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:47.3111645Z test_schema_correctness_any_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:47.3169477Z test_schema_correctness_any_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:47.3224894Z test_schema_correctness_any_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:47.3279693Z test_schema_correctness_any_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:47.3333493Z test_schema_correctness_any_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:47.3387481Z test_schema_correctness_any_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:47.3440957Z test_schema_correctness_any_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:47.3495024Z test_schema_correctness_any_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:47.3548683Z test_schema_correctness_any_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:47.3602172Z test_schema_correctness_any_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:47.4632882Z test_schema_correctness_arange_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-09-27T15:46:47.5661027Z test_schema_correctness_arange_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-09-27T15:46:47.6689975Z test_schema_correctness_arange_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-09-27T15:46:47.7720687Z test_schema_correctness_arange_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-09-27T15:46:47.8752910Z test_schema_correctness_arange_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-09-27T15:46:47.9783607Z test_schema_correctness_arange_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-09-27T15:46:48.0815600Z test_schema_correctness_arange_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-09-27T15:46:48.1809396Z test_schema_correctness_arange_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-09-27T15:46:48.2806257Z test_schema_correctness_arange_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.100s) 2022-09-27T15:46:48.2870297Z test_schema_correctness_argmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:48.2931950Z test_schema_correctness_argmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:48.2992677Z test_schema_correctness_argmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:48.3051655Z test_schema_correctness_argmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:48.3111021Z test_schema_correctness_argmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:48.3169412Z test_schema_correctness_argmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:48.3228008Z test_schema_correctness_argmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:48.3286949Z test_schema_correctness_argmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:48.3346150Z test_schema_correctness_argmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:48.3406668Z test_schema_correctness_argmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:48.3467218Z test_schema_correctness_argmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:48.3527150Z test_schema_correctness_argmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:48.3586048Z test_schema_correctness_argmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:48.3644955Z test_schema_correctness_argmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:48.3703879Z test_schema_correctness_argmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:48.3762287Z test_schema_correctness_argmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:48.3821420Z test_schema_correctness_argmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:48.3879490Z test_schema_correctness_argmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:48.4010919Z test_schema_correctness_argsort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:46:48.4133873Z test_schema_correctness_argsort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:46:48.4272037Z test_schema_correctness_argsort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:46:48.4399517Z test_schema_correctness_argsort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:46:48.4538297Z test_schema_correctness_argsort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:46:48.4664336Z test_schema_correctness_argsort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:46:48.4792089Z test_schema_correctness_argsort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:46:48.4916567Z test_schema_correctness_argsort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:46:48.5041048Z test_schema_correctness_argsort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:46:48.5165970Z test_schema_correctness_argsort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:46:48.5198227Z test_schema_correctness_argwhere_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:48.5225933Z test_schema_correctness_argwhere_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:48.5257382Z test_schema_correctness_argwhere_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:48.5289003Z test_schema_correctness_argwhere_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:48.5318407Z test_schema_correctness_argwhere_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:48.5347916Z test_schema_correctness_argwhere_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:48.5376313Z test_schema_correctness_argwhere_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:48.5403672Z test_schema_correctness_argwhere_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:48.5432079Z test_schema_correctness_argwhere_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:48.5462050Z test_schema_correctness_argwhere_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:48.5490509Z test_schema_correctness_argwhere_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:48.5518249Z test_schema_correctness_argwhere_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:48.5561638Z test_schema_correctness_as_strided_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:48.5601628Z test_schema_correctness_as_strided_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:48.5645861Z test_schema_correctness_as_strided_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:48.5654970Z test_schema_correctness_as_strided_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.5699792Z test_schema_correctness_as_strided_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:48.5741646Z test_schema_correctness_as_strided_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:48.5783678Z test_schema_correctness_as_strided_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:48.5824919Z test_schema_correctness_as_strided_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:48.5865128Z test_schema_correctness_as_strided_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:48.5905008Z test_schema_correctness_as_strided_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:48.5944832Z test_schema_correctness_as_strided_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:48.5984908Z test_schema_correctness_as_strided_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:48.6024843Z test_schema_correctness_as_strided_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:48.6072069Z test_schema_correctness_as_strided_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:48.6115072Z test_schema_correctness_as_strided_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:48.6164638Z test_schema_correctness_as_strided_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:48.6173413Z test_schema_correctness_as_strided_scatter_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.6226408Z test_schema_correctness_as_strided_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:48.6272545Z test_schema_correctness_as_strided_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:48.6318244Z test_schema_correctness_as_strided_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:48.6363435Z test_schema_correctness_as_strided_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:48.6406382Z test_schema_correctness_as_strided_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:48.6449780Z test_schema_correctness_as_strided_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:48.6496905Z test_schema_correctness_as_strided_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:48.6540058Z test_schema_correctness_as_strided_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:48.6582927Z test_schema_correctness_as_strided_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:48.6595972Z test_schema_correctness_asin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.6609651Z test_schema_correctness_asin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.6624650Z test_schema_correctness_asin_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.6639652Z test_schema_correctness_asin_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.6653716Z test_schema_correctness_asin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.6667684Z test_schema_correctness_asin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.6680775Z test_schema_correctness_asin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.6694175Z test_schema_correctness_asin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.6707565Z test_schema_correctness_asin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.6721598Z test_schema_correctness_asin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.6735919Z test_schema_correctness_asin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.6750374Z test_schema_correctness_asinh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.6763247Z test_schema_correctness_asinh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.6778554Z test_schema_correctness_asinh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.6793670Z test_schema_correctness_asinh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.6807551Z test_schema_correctness_asinh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.6821684Z test_schema_correctness_asinh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.6834892Z test_schema_correctness_asinh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.6848239Z test_schema_correctness_asinh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.6861719Z test_schema_correctness_asinh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.6874859Z test_schema_correctness_asinh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.6888094Z test_schema_correctness_asinh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.6944160Z test_schema_correctness_atan2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:48.6993045Z test_schema_correctness_atan2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:48.7052337Z test_schema_correctness_atan2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:48.7106629Z test_schema_correctness_atan2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:48.7156115Z test_schema_correctness_atan2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:48.7205187Z test_schema_correctness_atan2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:48.7255214Z test_schema_correctness_atan2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:48.7309379Z test_schema_correctness_atan2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:48.7359432Z test_schema_correctness_atan2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:48.7372526Z test_schema_correctness_atan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.7386146Z test_schema_correctness_atan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.7401485Z test_schema_correctness_atan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.7416764Z test_schema_correctness_atan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.7430871Z test_schema_correctness_atan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.7445038Z test_schema_correctness_atan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.7458731Z test_schema_correctness_atan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.7472151Z test_schema_correctness_atan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.7485453Z test_schema_correctness_atan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.7499174Z test_schema_correctness_atan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.7512995Z test_schema_correctness_atan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.7527113Z test_schema_correctness_atanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.7540710Z test_schema_correctness_atanh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.7557027Z test_schema_correctness_atanh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:48.7572240Z test_schema_correctness_atanh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.7586359Z test_schema_correctness_atanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.7600660Z test_schema_correctness_atanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.7613853Z test_schema_correctness_atanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.7627481Z test_schema_correctness_atanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.7641023Z test_schema_correctness_atanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.7654594Z test_schema_correctness_atanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.7667970Z test_schema_correctness_atanh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.7692548Z test_schema_correctness_atleast_1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:48.7712802Z test_schema_correctness_atleast_1d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:48.7740855Z test_schema_correctness_atleast_1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:48.7749498Z test_schema_correctness_atleast_1d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.7777277Z test_schema_correctness_atleast_1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:48.7802633Z test_schema_correctness_atleast_1d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:48.7828698Z test_schema_correctness_atleast_1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:48.7853054Z test_schema_correctness_atleast_1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:48.7873148Z test_schema_correctness_atleast_1d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:48.7893679Z test_schema_correctness_atleast_1d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:48.7913919Z test_schema_correctness_atleast_1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:48.7934320Z test_schema_correctness_atleast_1d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:48.7954660Z test_schema_correctness_atleast_1d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:48.7984721Z test_schema_correctness_atleast_2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:48.8011234Z test_schema_correctness_atleast_2d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:48.8045866Z test_schema_correctness_atleast_2d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:48.8054945Z test_schema_correctness_atleast_2d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.8092827Z test_schema_correctness_atleast_2d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:48.8123274Z test_schema_correctness_atleast_2d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:48.8154415Z test_schema_correctness_atleast_2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:48.8184862Z test_schema_correctness_atleast_2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:48.8211848Z test_schema_correctness_atleast_2d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:48.8238682Z test_schema_correctness_atleast_2d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:48.8265840Z test_schema_correctness_atleast_2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:48.8292652Z test_schema_correctness_atleast_2d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:48.8319894Z test_schema_correctness_atleast_2d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:48.8366523Z test_schema_correctness_atleast_3d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:48.8405806Z test_schema_correctness_atleast_3d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:48.8453267Z test_schema_correctness_atleast_3d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:48.8461746Z test_schema_correctness_atleast_3d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:48.8508980Z test_schema_correctness_atleast_3d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:48.8551404Z test_schema_correctness_atleast_3d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:48.8594774Z test_schema_correctness_atleast_3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:48.8639149Z test_schema_correctness_atleast_3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:48.8678291Z test_schema_correctness_atleast_3d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:48.8717538Z test_schema_correctness_atleast_3d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:48.8756559Z test_schema_correctness_atleast_3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:48.8795715Z test_schema_correctness_atleast_3d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:48.8835832Z test_schema_correctness_atleast_3d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:48.8887255Z test_schema_correctness_baddbmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:48.8892445Z test_schema_correctness_baddbmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:46:48.8897993Z test_schema_correctness_baddbmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:46:48.8953771Z test_schema_correctness_baddbmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:48.9008383Z test_schema_correctness_baddbmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:48.9058246Z test_schema_correctness_baddbmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:48.9107926Z test_schema_correctness_baddbmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:48.9158620Z test_schema_correctness_baddbmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:48.9209490Z test_schema_correctness_baddbmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:48.9260677Z test_schema_correctness_baddbmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:48.9317211Z test_schema_correctness_bernoulli_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:48.9350451Z test_schema_correctness_bernoulli_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:48.9382503Z test_schema_correctness_bernoulli_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:48.9531705Z test_schema_correctness_bfloat16_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:46:48.9957344Z test_schema_correctness_bfloat16_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:49.0387716Z test_schema_correctness_bfloat16_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:49.0397339Z test_schema_correctness_bfloat16_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:49.0827440Z test_schema_correctness_bfloat16_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:49.1256511Z test_schema_correctness_bfloat16_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:49.1685449Z test_schema_correctness_bfloat16_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:49.2113463Z test_schema_correctness_bfloat16_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:49.2542810Z test_schema_correctness_bfloat16_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:49.2972561Z test_schema_correctness_bfloat16_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:49.3401974Z test_schema_correctness_bfloat16_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:49.3831105Z test_schema_correctness_bfloat16_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:49.4259635Z test_schema_correctness_bfloat16_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:49.4337784Z test_schema_correctness_bincount_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:46:49.4409482Z test_schema_correctness_bincount_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:46:49.4480538Z test_schema_correctness_bincount_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:46:49.4551798Z test_schema_correctness_bincount_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:46:49.4628431Z test_schema_correctness_bincount_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:46:49.4675874Z test_schema_correctness_bitwise_and_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:49.4723422Z test_schema_correctness_bitwise_and_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:49.4771309Z test_schema_correctness_bitwise_and_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:49.4819799Z test_schema_correctness_bitwise_and_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:49.4872487Z test_schema_correctness_bitwise_and_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:49.4920987Z test_schema_correctness_bitwise_and_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:49.4968472Z test_schema_correctness_bitwise_left_shift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:49.5016498Z test_schema_correctness_bitwise_left_shift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:49.5063857Z test_schema_correctness_bitwise_left_shift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:49.5111920Z test_schema_correctness_bitwise_left_shift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:49.5164370Z test_schema_correctness_bitwise_left_shift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:49.5182421Z test_schema_correctness_bitwise_not_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:49.5199819Z test_schema_correctness_bitwise_not_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:49.5217757Z test_schema_correctness_bitwise_not_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:49.5235114Z test_schema_correctness_bitwise_not_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:49.5252651Z test_schema_correctness_bitwise_not_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:49.5270410Z test_schema_correctness_bitwise_not_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:49.5316804Z test_schema_correctness_bitwise_or_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:49.5365252Z test_schema_correctness_bitwise_or_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:49.5413685Z test_schema_correctness_bitwise_or_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:49.5465517Z test_schema_correctness_bitwise_or_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:49.5513746Z test_schema_correctness_bitwise_or_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:49.5561568Z test_schema_correctness_bitwise_or_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:49.5609699Z test_schema_correctness_bitwise_right_shift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:49.5657681Z test_schema_correctness_bitwise_right_shift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:49.5705957Z test_schema_correctness_bitwise_right_shift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:49.5758748Z test_schema_correctness_bitwise_right_shift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:49.5807448Z test_schema_correctness_bitwise_right_shift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:49.5853738Z test_schema_correctness_bitwise_xor_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:49.5901270Z test_schema_correctness_bitwise_xor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:49.5948599Z test_schema_correctness_bitwise_xor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:49.5995412Z test_schema_correctness_bitwise_xor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:49.6047525Z test_schema_correctness_bitwise_xor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:49.6096207Z test_schema_correctness_bitwise_xor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:49.6128936Z test_schema_correctness_block_diag_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:49.6157284Z test_schema_correctness_block_diag_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:49.6192624Z test_schema_correctness_block_diag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:49.6201150Z test_schema_correctness_block_diag_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:49.6260983Z test_schema_correctness_block_diag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:49.6295795Z test_schema_correctness_block_diag_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:49.6328413Z test_schema_correctness_block_diag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:49.6359253Z test_schema_correctness_block_diag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:49.6387749Z test_schema_correctness_block_diag_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:49.6416406Z test_schema_correctness_block_diag_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:49.6444592Z test_schema_correctness_block_diag_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:49.6473043Z test_schema_correctness_block_diag_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:49.6501705Z test_schema_correctness_block_diag_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:49.6517252Z test_schema_correctness_bmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:49.6534382Z test_schema_correctness_bmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:49.6553084Z test_schema_correctness_bmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:49.6570039Z test_schema_correctness_bmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:49.6586152Z test_schema_correctness_bmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:49.6601360Z test_schema_correctness_bmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:49.6616947Z test_schema_correctness_bmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:49.6632288Z test_schema_correctness_bmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:49.6647423Z test_schema_correctness_bmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:49.6663193Z test_schema_correctness_bmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:49.7093373Z test_schema_correctness_bool_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:49.7240518Z test_schema_correctness_bool_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:46:49.7672390Z test_schema_correctness_bool_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:49.7680802Z test_schema_correctness_bool_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:49.8111494Z test_schema_correctness_bool_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:49.8539007Z test_schema_correctness_bool_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:49.8966752Z test_schema_correctness_bool_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:49.9393544Z test_schema_correctness_bool_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:49.9819645Z test_schema_correctness_bool_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:50.0245946Z test_schema_correctness_bool_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:50.0680881Z test_schema_correctness_bool_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:50.1110240Z test_schema_correctness_bool_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:50.1537561Z test_schema_correctness_bool_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:50.1548982Z test_schema_correctness_broadcast_shapes_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:50.1579928Z test_schema_correctness_broadcast_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:50.1608153Z test_schema_correctness_broadcast_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:50.1640011Z test_schema_correctness_broadcast_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:50.1671372Z test_schema_correctness_broadcast_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:50.1701329Z test_schema_correctness_broadcast_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:50.1730941Z test_schema_correctness_broadcast_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:50.1760054Z test_schema_correctness_broadcast_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:50.1788946Z test_schema_correctness_broadcast_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:50.1817493Z test_schema_correctness_broadcast_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:50.1845942Z test_schema_correctness_broadcast_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:50.1874242Z test_schema_correctness_broadcast_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:50.1902858Z test_schema_correctness_broadcast_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:50.2101019Z test_schema_correctness_broadcast_to_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:46:50.2296464Z test_schema_correctness_broadcast_to_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:46:50.2497567Z test_schema_correctness_broadcast_to_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:46:50.2699168Z test_schema_correctness_broadcast_to_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:46:50.2898235Z test_schema_correctness_broadcast_to_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:46:50.3096338Z test_schema_correctness_broadcast_to_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:46:50.3293996Z test_schema_correctness_broadcast_to_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:46:50.3491016Z test_schema_correctness_broadcast_to_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:46:50.3686921Z test_schema_correctness_broadcast_to_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:46:50.3883282Z test_schema_correctness_broadcast_to_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:46:50.4079836Z test_schema_correctness_broadcast_to_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:46:50.4275918Z test_schema_correctness_broadcast_to_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:46:50.4408515Z test_schema_correctness_bucketize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:46:50.4540233Z test_schema_correctness_bucketize_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:46:50.4669249Z test_schema_correctness_bucketize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:46:50.4797883Z test_schema_correctness_bucketize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:46:50.4916040Z test_schema_correctness_bucketize_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:46:50.5034259Z test_schema_correctness_bucketize_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:46:50.5151928Z test_schema_correctness_bucketize_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:46:50.5269962Z test_schema_correctness_bucketize_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:46:50.5389032Z test_schema_correctness_bucketize_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:46:50.5818623Z test_schema_correctness_byte_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:50.6243922Z test_schema_correctness_byte_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:46:50.6674161Z test_schema_correctness_byte_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:50.7103917Z test_schema_correctness_byte_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:50.7532128Z test_schema_correctness_byte_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:50.7959661Z test_schema_correctness_byte_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:50.8386830Z test_schema_correctness_byte_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:50.8812867Z test_schema_correctness_byte_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:50.9238788Z test_schema_correctness_byte_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:46:50.9666168Z test_schema_correctness_byte_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:51.0092209Z test_schema_correctness_byte_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:51.0237792Z test_schema_correctness_byte_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:46:51.0676827Z test_schema_correctness_cartesian_prod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:46:51.1113888Z test_schema_correctness_cartesian_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:46:51.1553216Z test_schema_correctness_cartesian_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:46:51.1994507Z test_schema_correctness_cartesian_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:46:51.2433838Z test_schema_correctness_cartesian_prod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:46:51.2871660Z test_schema_correctness_cartesian_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:46:51.3309023Z test_schema_correctness_cartesian_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:46:51.3751725Z test_schema_correctness_cartesian_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:46:51.4195145Z test_schema_correctness_cartesian_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:46:51.4637835Z test_schema_correctness_cartesian_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:46:51.5080911Z test_schema_correctness_cartesian_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:46:51.5525094Z test_schema_correctness_cartesian_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:46:51.5576616Z test_schema_correctness_cat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:51.5621214Z test_schema_correctness_cat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:51.5677495Z test_schema_correctness_cat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:51.5686426Z test_schema_correctness_cat_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:51.5740860Z test_schema_correctness_cat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:51.5790138Z test_schema_correctness_cat_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:51.5839084Z test_schema_correctness_cat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:51.5885756Z test_schema_correctness_cat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:51.5929987Z test_schema_correctness_cat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:51.5974505Z test_schema_correctness_cat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:51.6019406Z test_schema_correctness_cat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:51.6063552Z test_schema_correctness_cat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:51.6108395Z test_schema_correctness_cat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:51.8076078Z test_schema_correctness_cdist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.197s) 2022-09-27T15:46:52.0000645Z test_schema_correctness_cdist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.192s) 2022-09-27T15:46:52.0015877Z test_schema_correctness_ceil_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:52.0030051Z test_schema_correctness_ceil_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:52.0044131Z test_schema_correctness_ceil_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:52.0057966Z test_schema_correctness_ceil_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:52.0071229Z test_schema_correctness_ceil_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:52.0084475Z test_schema_correctness_ceil_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:52.0098027Z test_schema_correctness_ceil_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:52.0111406Z test_schema_correctness_ceil_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:52.0127831Z test_schema_correctness_chalf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:13883: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T15:46:52.0128479Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-09-27T15:46:52.0659151Z ok (0.055s) 2022-09-27T15:46:52.1199266Z test_schema_correctness_chalf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T15:46:52.1744412Z test_schema_correctness_chalf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T15:46:52.1752761Z test_schema_correctness_chalf_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:52.2299188Z test_schema_correctness_chalf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:46:52.2844891Z test_schema_correctness_chalf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T15:46:52.3391011Z test_schema_correctness_chalf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T15:46:52.3933781Z test_schema_correctness_chalf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T15:46:52.4476144Z test_schema_correctness_chalf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T15:46:52.5015533Z test_schema_correctness_chalf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T15:46:52.5554673Z test_schema_correctness_chalf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T15:46:52.6094577Z test_schema_correctness_chalf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T15:46:52.6634421Z test_schema_correctness_chalf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T15:46:52.7063352Z test_schema_correctness_char_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:52.7489906Z test_schema_correctness_char_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:52.7925492Z test_schema_correctness_char_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:52.7935709Z test_schema_correctness_char_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:52.8373140Z test_schema_correctness_char_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:46:52.8802532Z test_schema_correctness_char_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:52.9231274Z test_schema_correctness_char_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:52.9658495Z test_schema_correctness_char_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:53.0084287Z test_schema_correctness_char_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:53.0510184Z test_schema_correctness_char_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:53.0935953Z test_schema_correctness_char_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:46:53.1081107Z test_schema_correctness_char_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:46:53.1506865Z test_schema_correctness_char_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:46:53.1530674Z test_schema_correctness_cholesky_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-09-27T15:46:53.1531494Z L = torch.cholesky(A) 2022-09-27T15:46:53.1533079Z should be replaced with 2022-09-27T15:46:53.1533495Z L = torch.linalg.cholesky(A) 2022-09-27T15:46:53.1533830Z and 2022-09-27T15:46:53.1534161Z U = torch.cholesky(A, upper=True) 2022-09-27T15:46:53.1534559Z should be replaced with 2022-09-27T15:46:53.1535160Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T15:46:53.1535964Z 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:46:53.1536733Z return self.op(*args, **kwargs) 2022-09-27T15:46:53.1581538Z ok (0.007s) 2022-09-27T15:46:53.1649922Z test_schema_correctness_cholesky_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:46:53.1712895Z test_schema_correctness_cholesky_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:53.1775714Z test_schema_correctness_cholesky_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:53.1839926Z test_schema_correctness_cholesky_inverse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:53.1903352Z test_schema_correctness_cholesky_inverse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:53.1963001Z test_schema_correctness_cholesky_inverse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:53.2021651Z test_schema_correctness_cholesky_inverse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:53.2110957Z test_schema_correctness_cholesky_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:46:53.2200871Z test_schema_correctness_cholesky_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:46:53.2283513Z test_schema_correctness_cholesky_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:46:53.2362335Z test_schema_correctness_cholesky_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:46:53.2389935Z test_schema_correctness_chunk_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:53.2414465Z test_schema_correctness_chunk_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:53.2444428Z test_schema_correctness_chunk_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:53.2454120Z test_schema_correctness_chunk_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:53.2484012Z test_schema_correctness_chunk_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:53.2511507Z test_schema_correctness_chunk_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:53.2537604Z test_schema_correctness_chunk_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:53.2565653Z test_schema_correctness_chunk_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:53.2591382Z test_schema_correctness_chunk_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:53.2617339Z test_schema_correctness_chunk_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:53.2641937Z test_schema_correctness_chunk_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:53.2667144Z test_schema_correctness_chunk_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:53.2692173Z test_schema_correctness_chunk_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:53.2731395Z test_schema_correctness_clamp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:53.2774506Z test_schema_correctness_clamp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:53.2817481Z test_schema_correctness_clamp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:53.2856856Z test_schema_correctness_clamp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:53.2895813Z test_schema_correctness_clamp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:53.2934066Z test_schema_correctness_clamp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:53.2972138Z test_schema_correctness_clamp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:53.3010983Z test_schema_correctness_clamp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:53.3064130Z test_schema_correctness_clamp_max_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:53.3111002Z test_schema_correctness_clamp_max_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:53.3164121Z test_schema_correctness_clamp_max_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:53.3218731Z test_schema_correctness_clamp_max_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:53.3271234Z test_schema_correctness_clamp_max_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:53.3319456Z test_schema_correctness_clamp_max_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:53.3368314Z test_schema_correctness_clamp_max_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:53.3416601Z test_schema_correctness_clamp_max_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:53.3464155Z test_schema_correctness_clamp_max_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:53.3512730Z test_schema_correctness_clamp_max_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:53.3565121Z test_schema_correctness_clamp_min_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:53.3612577Z test_schema_correctness_clamp_min_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:53.3666443Z test_schema_correctness_clamp_min_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:53.3720992Z test_schema_correctness_clamp_min_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:53.3773665Z test_schema_correctness_clamp_min_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:53.3822109Z test_schema_correctness_clamp_min_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:53.3870672Z test_schema_correctness_clamp_min_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:53.3919037Z test_schema_correctness_clamp_min_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:53.3967275Z test_schema_correctness_clamp_min_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:53.4015818Z test_schema_correctness_clamp_min_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:53.4032914Z test_schema_correctness_clone_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:53.4049984Z test_schema_correctness_clone_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:53.4069704Z test_schema_correctness_clone_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:53.4078412Z test_schema_correctness_clone_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:53.4097885Z test_schema_correctness_clone_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:53.4115061Z test_schema_correctness_clone_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:53.4133534Z test_schema_correctness_clone_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:53.4151762Z test_schema_correctness_clone_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:53.4168431Z test_schema_correctness_clone_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:53.4185467Z test_schema_correctness_clone_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:53.4202629Z test_schema_correctness_clone_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:53.4220199Z test_schema_correctness_clone_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:53.4237386Z test_schema_correctness_clone_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:53.4273468Z test_schema_correctness_column_stack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:53.4307016Z test_schema_correctness_column_stack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:53.4344754Z test_schema_correctness_column_stack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:53.4353378Z test_schema_correctness_column_stack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:53.4391500Z test_schema_correctness_column_stack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:46:53.4426623Z test_schema_correctness_column_stack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:53.4461545Z test_schema_correctness_column_stack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:53.4496170Z test_schema_correctness_column_stack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:53.4529095Z test_schema_correctness_column_stack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:53.4562434Z test_schema_correctness_column_stack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:53.4595930Z test_schema_correctness_column_stack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:53.4629390Z test_schema_correctness_column_stack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:53.4663011Z test_schema_correctness_column_stack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:46:53.7847315Z test_schema_correctness_combinations_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.318s) 2022-09-27T15:46:54.1025797Z test_schema_correctness_combinations_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.318s) 2022-09-27T15:46:54.4223833Z test_schema_correctness_combinations_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.320s) 2022-09-27T15:46:54.7427362Z test_schema_correctness_combinations_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.320s) 2022-09-27T15:46:55.0616527Z test_schema_correctness_combinations_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.319s) 2022-09-27T15:46:55.3799152Z test_schema_correctness_combinations_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.318s) 2022-09-27T15:46:55.6962350Z test_schema_correctness_combinations_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.316s) 2022-09-27T15:46:56.0141046Z test_schema_correctness_combinations_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.318s) 2022-09-27T15:46:56.3319995Z test_schema_correctness_combinations_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.318s) 2022-09-27T15:46:56.6501382Z test_schema_correctness_combinations_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.318s) 2022-09-27T15:46:56.9678534Z test_schema_correctness_combinations_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.318s) 2022-09-27T15:46:57.2866254Z test_schema_correctness_combinations_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.318s) 2022-09-27T15:46:57.2914207Z test_schema_correctness_complex_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:46:57.2969280Z test_schema_correctness_complex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:57.3022462Z test_schema_correctness_complex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:57.3033787Z test_schema_correctness_conj_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.3043700Z test_schema_correctness_conj_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.3064519Z test_schema_correctness_conj_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:57.3073074Z test_schema_correctness_conj_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.3093894Z test_schema_correctness_conj_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:57.3104771Z test_schema_correctness_conj_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.3115722Z test_schema_correctness_conj_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.3126905Z test_schema_correctness_conj_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.3137699Z test_schema_correctness_conj_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.3147784Z test_schema_correctness_conj_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.3158235Z test_schema_correctness_conj_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.3168294Z test_schema_correctness_conj_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.3178703Z test_schema_correctness_conj_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.3189019Z test_schema_correctness_conj_physical_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.3198686Z test_schema_correctness_conj_physical_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.3213936Z test_schema_correctness_conj_physical_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.3223762Z test_schema_correctness_conj_physical_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.3237947Z test_schema_correctness_conj_physical_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.3249159Z test_schema_correctness_conj_physical_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.3259858Z test_schema_correctness_conj_physical_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.3271050Z test_schema_correctness_conj_physical_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.3281574Z test_schema_correctness_conj_physical_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.3291365Z test_schema_correctness_conj_physical_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.3301175Z test_schema_correctness_conj_physical_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.3310960Z test_schema_correctness_conj_physical_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.3320555Z test_schema_correctness_conj_physical_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.3594521Z test_schema_correctness_constant_pad_nd_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:46:57.3850529Z test_schema_correctness_constant_pad_nd_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:46:57.4164935Z test_schema_correctness_constant_pad_nd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:46:57.4479658Z test_schema_correctness_constant_pad_nd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:46:57.4757488Z test_schema_correctness_constant_pad_nd_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:46:57.5038747Z test_schema_correctness_constant_pad_nd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:46:57.5319021Z test_schema_correctness_constant_pad_nd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:46:57.5579324Z test_schema_correctness_constant_pad_nd_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:46:57.5840448Z test_schema_correctness_constant_pad_nd_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:46:57.6101445Z test_schema_correctness_constant_pad_nd_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:46:57.6362060Z test_schema_correctness_constant_pad_nd_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:46:57.6621317Z test_schema_correctness_constant_pad_nd_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:46:57.6631554Z test_schema_correctness_contiguous_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.6641212Z test_schema_correctness_contiguous_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.6653114Z test_schema_correctness_contiguous_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.6662294Z test_schema_correctness_contiguous_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.6673686Z test_schema_correctness_contiguous_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.6684923Z test_schema_correctness_contiguous_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.6695953Z test_schema_correctness_contiguous_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.6707239Z test_schema_correctness_contiguous_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.6717734Z test_schema_correctness_contiguous_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.6727435Z test_schema_correctness_contiguous_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.6737367Z test_schema_correctness_contiguous_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.6746938Z test_schema_correctness_contiguous_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.6756555Z test_schema_correctness_contiguous_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:46:57.6808963Z test_schema_correctness_copysign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:57.6855793Z test_schema_correctness_copysign_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:57.6908813Z test_schema_correctness_copysign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:57.6962629Z test_schema_correctness_copysign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:57.7015773Z test_schema_correctness_copysign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:57.7063721Z test_schema_correctness_copysign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:57.7112295Z test_schema_correctness_copysign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:57.7160990Z test_schema_correctness_copysign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:57.7208424Z test_schema_correctness_copysign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:57.7256424Z test_schema_correctness_copysign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:46:57.8816193Z test_schema_correctness_corrcoef_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.156s) 2022-09-27T15:46:57.8820721Z test_schema_correctness_corrcoef_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:46:57.8825395Z test_schema_correctness_corrcoef_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:46:58.0372060Z test_schema_correctness_corrcoef_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.155s) 2022-09-27T15:46:58.1910253Z test_schema_correctness_corrcoef_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.154s) 2022-09-27T15:46:58.3459242Z test_schema_correctness_corrcoef_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.155s) 2022-09-27T15:46:58.5012374Z test_schema_correctness_corrcoef_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.155s) 2022-09-27T15:46:58.6559256Z test_schema_correctness_corrcoef_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.155s) 2022-09-27T15:46:58.8103566Z test_schema_correctness_corrcoef_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.154s) 2022-09-27T15:46:58.9649238Z test_schema_correctness_corrcoef_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.154s) 2022-09-27T15:46:58.9671252Z test_schema_correctness_cos_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:58.9690801Z test_schema_correctness_cos_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:58.9712823Z test_schema_correctness_cos_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:58.9733292Z test_schema_correctness_cos_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:58.9753442Z test_schema_correctness_cos_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:58.9774349Z test_schema_correctness_cos_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:58.9794107Z test_schema_correctness_cos_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:58.9813904Z test_schema_correctness_cos_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:58.9833063Z test_schema_correctness_cos_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:58.9852714Z test_schema_correctness_cos_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:58.9871653Z test_schema_correctness_cos_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:58.9890876Z test_schema_correctness_cosh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:58.9908744Z test_schema_correctness_cosh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:58.9928849Z test_schema_correctness_cosh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:58.9949051Z test_schema_correctness_cosh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:58.9968912Z test_schema_correctness_cosh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:58.9988667Z test_schema_correctness_cosh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:59.0007570Z test_schema_correctness_cosh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:59.0026807Z test_schema_correctness_cosh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:59.0045690Z test_schema_correctness_cosh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:59.0064994Z test_schema_correctness_cosh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:59.0083924Z test_schema_correctness_cosh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:46:59.0252603Z test_schema_correctness_count_nonzero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:46:59.0416916Z test_schema_correctness_count_nonzero_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:46:59.0586839Z test_schema_correctness_count_nonzero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:46:59.0757109Z test_schema_correctness_count_nonzero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:46:59.0923711Z test_schema_correctness_count_nonzero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:46:59.1090190Z test_schema_correctness_count_nonzero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:46:59.1255071Z test_schema_correctness_count_nonzero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:46:59.1420482Z test_schema_correctness_count_nonzero_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:46:59.1584295Z test_schema_correctness_count_nonzero_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:46:59.1748475Z test_schema_correctness_count_nonzero_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:46:59.1912553Z test_schema_correctness_count_nonzero_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:46:59.2076858Z test_schema_correctness_count_nonzero_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:47:01.5802028Z test_schema_correctness_cov_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.372s) 2022-09-27T15:47:01.5806746Z test_schema_correctness_cov_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:47:01.5812324Z test_schema_correctness_cov_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:47:03.9565143Z test_schema_correctness_cov_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.375s) 2022-09-27T15:47:06.3270470Z test_schema_correctness_cov_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.370s) 2022-09-27T15:47:08.7004137Z test_schema_correctness_cov_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.373s) 2022-09-27T15:47:11.0714039Z test_schema_correctness_cov_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.371s) 2022-09-27T15:47:13.4465783Z test_schema_correctness_cov_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.375s) 2022-09-27T15:47:15.8190536Z test_schema_correctness_cov_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.372s) 2022-09-27T15:47:18.1923183Z test_schema_correctness_cov_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.373s) 2022-09-27T15:47:18.1951838Z test_schema_correctness_cross_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:18.1981913Z test_schema_correctness_cross_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:18.2011274Z test_schema_correctness_cross_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:18.2036506Z test_schema_correctness_cross_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.2061358Z test_schema_correctness_cross_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.2084496Z test_schema_correctness_cross_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.2108063Z test_schema_correctness_cross_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.2131389Z test_schema_correctness_cross_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.2154683Z test_schema_correctness_cross_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.2178389Z test_schema_correctness_cross_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.2201636Z test_schema_correctness_cummax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.2221034Z test_schema_correctness_cummax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.2241281Z test_schema_correctness_cummax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.2263390Z test_schema_correctness_cummax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.2283008Z test_schema_correctness_cummax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.2303625Z test_schema_correctness_cummax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.2322872Z test_schema_correctness_cummax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.2342678Z test_schema_correctness_cummax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.2362011Z test_schema_correctness_cummax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.2384207Z test_schema_correctness_cummin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.2403283Z test_schema_correctness_cummin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.2424840Z test_schema_correctness_cummin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.2446937Z test_schema_correctness_cummin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.2466825Z test_schema_correctness_cummin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.2486156Z test_schema_correctness_cummin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.2505815Z test_schema_correctness_cummin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.2525263Z test_schema_correctness_cummin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.2544983Z test_schema_correctness_cummin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.2599150Z test_schema_correctness_cumprod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:18.2663666Z test_schema_correctness_cumprod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:18.2727657Z test_schema_correctness_cumprod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:18.2784187Z test_schema_correctness_cumprod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:18.2841618Z test_schema_correctness_cumprod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:18.2892597Z test_schema_correctness_cumprod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:18.2944710Z test_schema_correctness_cumprod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:18.2994612Z test_schema_correctness_cumprod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:18.3044819Z test_schema_correctness_cumprod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:18.3095245Z test_schema_correctness_cumprod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:18.3120344Z test_schema_correctness_cumsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.3150370Z test_schema_correctness_cumsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:18.3180373Z test_schema_correctness_cumsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:18.3206142Z test_schema_correctness_cumsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:18.3233685Z test_schema_correctness_cumsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:18.3258752Z test_schema_correctness_cumsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.3282611Z test_schema_correctness_cumsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.3306879Z test_schema_correctness_cumsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.3331285Z test_schema_correctness_cumsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.3356400Z test_schema_correctness_cumsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.3637757Z test_schema_correctness_cumulative_trapezoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:47:18.3929896Z test_schema_correctness_cumulative_trapezoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:47:18.4226604Z test_schema_correctness_cumulative_trapezoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:47:18.4506834Z test_schema_correctness_cumulative_trapezoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:47:18.4777836Z test_schema_correctness_cumulative_trapezoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:47:18.5055603Z test_schema_correctness_cumulative_trapezoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:47:18.5333182Z test_schema_correctness_cumulative_trapezoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:47:18.5611232Z test_schema_correctness_cumulative_trapezoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:47:18.5889007Z test_schema_correctness_cumulative_trapezoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:47:18.6167210Z test_schema_correctness_cumulative_trapezoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:47:18.6188943Z test_schema_correctness_deg2rad_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.6207135Z test_schema_correctness_deg2rad_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.6226586Z test_schema_correctness_deg2rad_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.6245546Z test_schema_correctness_deg2rad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.6264311Z test_schema_correctness_deg2rad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.6282238Z test_schema_correctness_deg2rad_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.6300633Z test_schema_correctness_deg2rad_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.6318509Z test_schema_correctness_deg2rad_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.6336778Z test_schema_correctness_deg2rad_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.6354818Z test_schema_correctness_deg2rad_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:18.6412418Z test_schema_correctness_diag_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:18.6468840Z test_schema_correctness_diag_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:18.6532145Z test_schema_correctness_diag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:18.6595652Z test_schema_correctness_diag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:18.6652793Z test_schema_correctness_diag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:18.6710220Z test_schema_correctness_diag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:18.6766028Z test_schema_correctness_diag_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:18.6822074Z test_schema_correctness_diag_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:18.6877273Z test_schema_correctness_diag_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:18.6932745Z test_schema_correctness_diag_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:18.6988270Z test_schema_correctness_diag_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:18.7067829Z test_schema_correctness_diag_embed_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:18.7139366Z test_schema_correctness_diag_embed_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:18.7227633Z test_schema_correctness_diag_embed_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:47:18.7236276Z test_schema_correctness_diag_embed_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:18.7323844Z test_schema_correctness_diag_embed_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:47:18.7404198Z test_schema_correctness_diag_embed_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:18.7482560Z test_schema_correctness_diag_embed_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:18.7561683Z test_schema_correctness_diag_embed_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:18.7635211Z test_schema_correctness_diag_embed_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:18.7709416Z test_schema_correctness_diag_embed_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:18.7782923Z test_schema_correctness_diag_embed_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:18.7856162Z test_schema_correctness_diag_embed_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:18.7929618Z test_schema_correctness_diag_embed_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:18.7975565Z test_schema_correctness_diagflat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:18.8018789Z test_schema_correctness_diagflat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:18.8066456Z test_schema_correctness_diagflat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:18.8114024Z test_schema_correctness_diagflat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:18.8158995Z test_schema_correctness_diagflat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:18.8202783Z test_schema_correctness_diagflat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:18.8246252Z test_schema_correctness_diagflat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:18.8289456Z test_schema_correctness_diagflat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:18.8332768Z test_schema_correctness_diagflat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:18.8376517Z test_schema_correctness_diagflat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:18.8419729Z test_schema_correctness_diagflat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:18.8501822Z test_schema_correctness_diagonal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:18.8576011Z test_schema_correctness_diagonal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:18.8667775Z test_schema_correctness_diagonal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:47:18.8677134Z test_schema_correctness_diagonal_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:18.8767205Z test_schema_correctness_diagonal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:47:18.8850120Z test_schema_correctness_diagonal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:18.8930774Z test_schema_correctness_diagonal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:18.9012790Z test_schema_correctness_diagonal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:18.9088919Z test_schema_correctness_diagonal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:18.9165931Z test_schema_correctness_diagonal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:18.9241061Z test_schema_correctness_diagonal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:18.9316859Z test_schema_correctness_diagonal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:18.9392838Z test_schema_correctness_diagonal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:18.9496875Z test_schema_correctness_diagonal_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:18.9589657Z test_schema_correctness_diagonal_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:47:18.9695797Z test_schema_correctness_diagonal_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:47:18.9800551Z test_schema_correctness_diagonal_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:18.9905312Z test_schema_correctness_diagonal_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:19.0000512Z test_schema_correctness_diagonal_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:47:19.0095803Z test_schema_correctness_diagonal_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:47:19.0190588Z test_schema_correctness_diagonal_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:47:19.0285542Z test_schema_correctness_diagonal_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:47:19.0380639Z test_schema_correctness_diagonal_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:47:19.2751900Z test_schema_correctness_diff_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.237s) 2022-09-27T15:47:19.5010386Z test_schema_correctness_diff_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.226s) 2022-09-27T15:47:19.7689974Z test_schema_correctness_diff_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.268s) 2022-09-27T15:47:20.0253008Z test_schema_correctness_diff_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.256s) 2022-09-27T15:47:20.2658018Z test_schema_correctness_diff_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.240s) 2022-09-27T15:47:20.5030210Z test_schema_correctness_diff_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.237s) 2022-09-27T15:47:20.7316976Z test_schema_correctness_diff_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.229s) 2022-09-27T15:47:20.9660827Z test_schema_correctness_diff_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.234s) 2022-09-27T15:47:21.2010500Z test_schema_correctness_diff_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.235s) 2022-09-27T15:47:21.4357645Z test_schema_correctness_diff_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.235s) 2022-09-27T15:47:21.6700808Z test_schema_correctness_diff_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.234s) 2022-09-27T15:47:21.9039556Z test_schema_correctness_diff_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.234s) 2022-09-27T15:47:21.9061134Z test_schema_correctness_digamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:21.9079561Z test_schema_correctness_digamma_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:21.9099212Z test_schema_correctness_digamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:21.9117691Z test_schema_correctness_digamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:21.9135818Z test_schema_correctness_digamma_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:21.9153400Z test_schema_correctness_digamma_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:21.9171774Z test_schema_correctness_digamma_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:21.9189276Z test_schema_correctness_digamma_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:21.9206851Z test_schema_correctness_digamma_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:21.9476498Z test_schema_correctness_dist_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:47:21.9814111Z test_schema_correctness_dist_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:47:22.0144193Z test_schema_correctness_dist_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:47:22.0421277Z test_schema_correctness_dist_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:47:22.0694547Z test_schema_correctness_dist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:47:22.0972208Z test_schema_correctness_dist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:47:22.1039388Z test_schema_correctness_div_floor_rounding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:22.1105843Z test_schema_correctness_div_floor_rounding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:22.1172191Z test_schema_correctness_div_floor_rounding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:22.1237281Z test_schema_correctness_div_floor_rounding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:22.1296810Z test_schema_correctness_div_floor_rounding_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:22.1356460Z test_schema_correctness_div_floor_rounding_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:22.1415687Z test_schema_correctness_div_floor_rounding_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:22.1475252Z test_schema_correctness_div_floor_rounding_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:22.1535164Z test_schema_correctness_div_floor_rounding_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:22.1592644Z test_schema_correctness_div_no_rounding_mode_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:22.1646284Z test_schema_correctness_div_no_rounding_mode_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:22.1716524Z test_schema_correctness_div_no_rounding_mode_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:22.1787232Z test_schema_correctness_div_no_rounding_mode_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:22.1845899Z test_schema_correctness_div_no_rounding_mode_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:22.1905961Z test_schema_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:22.1964384Z test_schema_correctness_div_no_rounding_mode_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:22.2019173Z test_schema_correctness_div_no_rounding_mode_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:22.2073656Z test_schema_correctness_div_no_rounding_mode_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:22.2127195Z test_schema_correctness_div_no_rounding_mode_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:22.2181811Z test_schema_correctness_div_no_rounding_mode_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:22.2236464Z test_schema_correctness_div_no_rounding_mode_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:22.2299641Z test_schema_correctness_div_trunc_rounding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:22.2364173Z test_schema_correctness_div_trunc_rounding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:22.2429799Z test_schema_correctness_div_trunc_rounding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:22.2494247Z test_schema_correctness_div_trunc_rounding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:22.2553929Z test_schema_correctness_div_trunc_rounding_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:22.2613606Z test_schema_correctness_div_trunc_rounding_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:22.2671852Z test_schema_correctness_div_trunc_rounding_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:22.2731617Z test_schema_correctness_div_trunc_rounding_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:22.2790722Z test_schema_correctness_div_trunc_rounding_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:22.2804956Z test_schema_correctness_dot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:22.2810658Z test_schema_correctness_dot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:47:22.2815788Z test_schema_correctness_dot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:47:22.2829422Z test_schema_correctness_dot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:22.2844351Z test_schema_correctness_dot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:22.2858406Z test_schema_correctness_dot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:22.2871825Z test_schema_correctness_dot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:22.2885299Z test_schema_correctness_dot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:22.2898685Z test_schema_correctness_dot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:22.2912136Z test_schema_correctness_dot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:22.3343099Z test_schema_correctness_double_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:22.3768524Z test_schema_correctness_double_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:22.4199640Z test_schema_correctness_double_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:22.4208360Z test_schema_correctness_double_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:22.4638226Z test_schema_correctness_double_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:22.5066693Z test_schema_correctness_double_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:22.5494214Z test_schema_correctness_double_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:22.5641665Z test_schema_correctness_double_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:47:22.6068984Z test_schema_correctness_double_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:22.6495484Z test_schema_correctness_double_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:22.6922120Z test_schema_correctness_double_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:22.7350602Z test_schema_correctness_double_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:22.7779002Z test_schema_correctness_double_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:22.7819723Z test_schema_correctness_dsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:22.7857794Z test_schema_correctness_dsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:22.7902359Z test_schema_correctness_dsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:22.7912079Z test_schema_correctness_dsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:22.7955730Z test_schema_correctness_dsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:22.7995239Z test_schema_correctness_dsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:22.8033724Z test_schema_correctness_dsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:22.8075517Z test_schema_correctness_dsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:22.8113545Z test_schema_correctness_dsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:22.8151701Z test_schema_correctness_dsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:22.8189582Z test_schema_correctness_dsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:22.8226943Z test_schema_correctness_dsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:22.8265546Z test_schema_correctness_dsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:22.8315598Z test_schema_correctness_dstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:22.8362855Z test_schema_correctness_dstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:22.8416449Z test_schema_correctness_dstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:22.8425886Z test_schema_correctness_dstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:22.8478868Z test_schema_correctness_dstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:22.8528614Z test_schema_correctness_dstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:22.8578397Z test_schema_correctness_dstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:22.8625418Z test_schema_correctness_dstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:22.8672936Z test_schema_correctness_dstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:22.8720082Z test_schema_correctness_dstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:22.8767297Z test_schema_correctness_dstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:22.8814565Z test_schema_correctness_dstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:22.8862248Z test_schema_correctness_dstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:22.9195552Z test_schema_correctness_einsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:47:22.9538633Z test_schema_correctness_einsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:47:22.9886644Z test_schema_correctness_einsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:47:23.0218401Z test_schema_correctness_einsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:47:23.0538731Z test_schema_correctness_einsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:47:23.0868025Z test_schema_correctness_einsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:47:23.1197605Z test_schema_correctness_einsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:47:23.1527250Z test_schema_correctness_einsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:47:23.1858662Z test_schema_correctness_einsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:47:23.2187923Z test_schema_correctness_einsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:47:23.2485703Z test_schema_correctness_empty_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:47:23.2780149Z test_schema_correctness_empty_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:47:23.3074684Z test_schema_correctness_empty_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:47:23.3082496Z test_schema_correctness_empty_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:23.3377002Z test_schema_correctness_empty_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:47:23.3671373Z test_schema_correctness_empty_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:47:23.3967764Z test_schema_correctness_empty_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:47:23.4261952Z test_schema_correctness_empty_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:47:23.4556385Z test_schema_correctness_empty_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:47:23.4850788Z test_schema_correctness_empty_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:47:23.5145829Z test_schema_correctness_empty_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:47:23.5440356Z test_schema_correctness_empty_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:47:23.5735128Z test_schema_correctness_empty_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:47:23.6019688Z test_schema_correctness_empty_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:47:23.6300296Z test_schema_correctness_empty_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:47:23.6587594Z test_schema_correctness_empty_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:47:23.6596095Z test_schema_correctness_empty_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:23.6881795Z test_schema_correctness_empty_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:47:23.7164745Z test_schema_correctness_empty_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:47:23.7447669Z test_schema_correctness_empty_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:47:23.7729299Z test_schema_correctness_empty_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:47:23.8010219Z test_schema_correctness_empty_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:47:23.8292031Z test_schema_correctness_empty_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:47:23.8573209Z test_schema_correctness_empty_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:47:23.8853252Z test_schema_correctness_empty_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:47:23.9135464Z test_schema_correctness_empty_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:47:23.9191252Z test_schema_correctness_eq_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:23.9241434Z test_schema_correctness_eq_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:23.9310475Z test_schema_correctness_eq_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:23.9320065Z test_schema_correctness_eq_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:23.9388331Z test_schema_correctness_eq_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:23.9445663Z test_schema_correctness_eq_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:23.9504266Z test_schema_correctness_eq_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:23.9561099Z test_schema_correctness_eq_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:23.9612675Z test_schema_correctness_eq_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:23.9664852Z test_schema_correctness_eq_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:23.9716921Z test_schema_correctness_eq_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:23.9768540Z test_schema_correctness_eq_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:23.9819822Z test_schema_correctness_eq_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:23.9864208Z test_schema_correctness_equal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:23.9904004Z test_schema_correctness_equal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:23.9954453Z test_schema_correctness_equal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:24.0005161Z test_schema_correctness_equal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:24.0049986Z test_schema_correctness_equal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:24.0094308Z test_schema_correctness_equal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:24.0137362Z test_schema_correctness_equal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:24.0178242Z test_schema_correctness_equal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:24.0218991Z test_schema_correctness_equal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:24.0259941Z test_schema_correctness_equal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:24.0300576Z test_schema_correctness_equal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:24.0342225Z test_schema_correctness_equal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:24.0355382Z test_schema_correctness_erf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:24.0369193Z test_schema_correctness_erf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:24.0383610Z test_schema_correctness_erf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:24.0398044Z test_schema_correctness_erf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:24.0411868Z test_schema_correctness_erf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:24.0425650Z test_schema_correctness_erf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:24.0439440Z test_schema_correctness_erf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:24.0452887Z test_schema_correctness_erf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:24.0466570Z test_schema_correctness_erf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:24.0487533Z test_schema_correctness_erfc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:24.0506753Z test_schema_correctness_erfc_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:24.0527795Z test_schema_correctness_erfc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:24.0550082Z test_schema_correctness_erfc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:24.0569918Z test_schema_correctness_erfc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:24.0589512Z test_schema_correctness_erfc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:24.0609125Z test_schema_correctness_erfc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:24.0628752Z test_schema_correctness_erfc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:24.0648369Z test_schema_correctness_erfc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:24.0662292Z test_schema_correctness_erfinv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:24.0675028Z test_schema_correctness_erfinv_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:24.0689266Z test_schema_correctness_erfinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:24.0704335Z test_schema_correctness_erfinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:24.0717555Z test_schema_correctness_erfinv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:24.0731460Z test_schema_correctness_erfinv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:24.0745288Z test_schema_correctness_erfinv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:24.0758822Z test_schema_correctness_erfinv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:24.0772686Z test_schema_correctness_erfinv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:24.0792530Z test_schema_correctness_exp2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:24.0810313Z test_schema_correctness_exp2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:24.0829426Z test_schema_correctness_exp2_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:24.0848288Z test_schema_correctness_exp2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:24.0866949Z test_schema_correctness_exp2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:24.0884788Z test_schema_correctness_exp2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:24.0902949Z test_schema_correctness_exp2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:24.0920637Z test_schema_correctness_exp2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:24.0938797Z test_schema_correctness_exp2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:24.0956202Z test_schema_correctness_exp2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:24.0975361Z test_schema_correctness_exp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:24.0993920Z test_schema_correctness_exp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:24.1016257Z test_schema_correctness_exp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:24.1037172Z test_schema_correctness_exp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:24.1057295Z test_schema_correctness_exp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:24.1077574Z test_schema_correctness_exp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:24.1097213Z test_schema_correctness_exp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:24.1116766Z test_schema_correctness_exp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:24.1135719Z test_schema_correctness_exp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:24.1154645Z test_schema_correctness_exp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:24.1174129Z test_schema_correctness_exp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:24.1354337Z test_schema_correctness_expand_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:47:24.1530589Z test_schema_correctness_expand_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:47:24.1711703Z test_schema_correctness_expand_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:47:24.1892798Z test_schema_correctness_expand_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:47:24.2072051Z test_schema_correctness_expand_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:47:24.2250606Z test_schema_correctness_expand_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:47:24.2430633Z test_schema_correctness_expand_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:47:24.2606427Z test_schema_correctness_expand_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:47:24.2783221Z test_schema_correctness_expand_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:47:24.2960227Z test_schema_correctness_expand_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:47:24.3136139Z test_schema_correctness_expand_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:47:24.3312893Z test_schema_correctness_expand_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:47:24.3487168Z test_schema_correctness_expand_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:47:24.3655812Z test_schema_correctness_expand_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:47:24.3832823Z test_schema_correctness_expand_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:47:24.4009904Z test_schema_correctness_expand_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:47:24.4183787Z test_schema_correctness_expand_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:47:24.4357838Z test_schema_correctness_expand_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:47:24.4530843Z test_schema_correctness_expand_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:47:24.4702274Z test_schema_correctness_expand_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:47:24.4872570Z test_schema_correctness_expand_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:47:24.5043857Z test_schema_correctness_expand_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:47:24.5215021Z test_schema_correctness_expand_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:47:24.5384858Z test_schema_correctness_expand_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:47:24.5398763Z test_schema_correctness_expm1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:24.5413222Z test_schema_correctness_expm1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:24.5427722Z test_schema_correctness_expm1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:24.5441755Z test_schema_correctness_expm1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:24.5455724Z test_schema_correctness_expm1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:24.5469066Z test_schema_correctness_expm1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:24.5482653Z test_schema_correctness_expm1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:24.5496479Z test_schema_correctness_expm1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:24.5509869Z test_schema_correctness_expm1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:24.8898907Z test_schema_correctness_eye_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.339s) 2022-09-27T15:47:25.2285928Z test_schema_correctness_eye_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.339s) 2022-09-27T15:47:25.5673606Z test_schema_correctness_eye_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.339s) 2022-09-27T15:47:25.9059740Z test_schema_correctness_eye_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.339s) 2022-09-27T15:47:26.2447587Z test_schema_correctness_eye_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.339s) 2022-09-27T15:47:26.5837874Z test_schema_correctness_eye_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.339s) 2022-09-27T15:47:26.9228249Z test_schema_correctness_eye_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.339s) 2022-09-27T15:47:27.2618465Z test_schema_correctness_eye_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.339s) 2022-09-27T15:47:27.6011808Z test_schema_correctness_eye_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.339s) 2022-09-27T15:47:27.9407537Z test_schema_correctness_eye_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.339s) 2022-09-27T15:47:28.2798899Z test_schema_correctness_eye_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.339s) 2022-09-27T15:47:28.2907536Z test_schema_correctness_fft_fft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:47:28.2979523Z test_schema_correctness_fft_fft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:28.3048792Z test_schema_correctness_fft_fft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:28.3152276Z test_schema_correctness_fft_fft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:28.3255680Z test_schema_correctness_fft_fft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:28.3355408Z test_schema_correctness_fft_fft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:28.3455538Z test_schema_correctness_fft_fft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:28.3553625Z test_schema_correctness_fft_fft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:28.3652414Z test_schema_correctness_fft_fft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:28.3750621Z test_schema_correctness_fft_fft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:28.3848529Z test_schema_correctness_fft_fft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:28.3911402Z test_schema_correctness_fft_fft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:28.3974578Z test_schema_correctness_fft_fft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:28.4033728Z test_schema_correctness_fft_fft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:28.4092917Z test_schema_correctness_fft_fft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:28.4189769Z test_schema_correctness_fft_fft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:28.4287589Z test_schema_correctness_fft_fft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:28.4384413Z test_schema_correctness_fft_fft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:28.4479695Z test_schema_correctness_fft_fft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:28.4577114Z test_schema_correctness_fft_fft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:28.4699904Z test_schema_correctness_fft_fftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:28.4781510Z test_schema_correctness_fft_fftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:28.4863390Z test_schema_correctness_fft_fftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:28.4989603Z test_schema_correctness_fft_fftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:47:28.5116685Z test_schema_correctness_fft_fftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:47:28.5239495Z test_schema_correctness_fft_fftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:28.5362280Z test_schema_correctness_fft_fftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:28.5483990Z test_schema_correctness_fft_fftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:28.5606330Z test_schema_correctness_fft_fftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:28.5728116Z test_schema_correctness_fft_fftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:28.5770184Z test_schema_correctness_fft_fftshift_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:28.5805579Z test_schema_correctness_fft_fftshift_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:28.5847912Z test_schema_correctness_fft_fftshift_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:28.5857252Z test_schema_correctness_fft_fftshift_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:28.5899174Z test_schema_correctness_fft_fftshift_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:28.5936842Z test_schema_correctness_fft_fftshift_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:28.5974356Z test_schema_correctness_fft_fftshift_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:28.6012238Z test_schema_correctness_fft_fftshift_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:28.6047858Z test_schema_correctness_fft_fftshift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:28.6083332Z test_schema_correctness_fft_fftshift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:28.6119012Z test_schema_correctness_fft_fftshift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:28.6155160Z test_schema_correctness_fft_fftshift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:28.6190627Z test_schema_correctness_fft_fftshift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:28.6195819Z test_schema_correctness_fft_hfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:47:28.6200462Z test_schema_correctness_fft_hfft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:47:28.6205438Z test_schema_correctness_fft_hfft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:47:28.6210089Z test_schema_correctness_fft_hfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:47:28.6214616Z test_schema_correctness_fft_hfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:47:28.6219405Z test_schema_correctness_fft_hfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:47:28.6224046Z test_schema_correctness_fft_hfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:47:28.6229357Z test_schema_correctness_fft_hfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:47:28.6233898Z test_schema_correctness_fft_hfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:47:28.6239066Z test_schema_correctness_fft_hfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:47:28.6384347Z test_schema_correctness_fft_hfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:47:28.6389520Z test_schema_correctness_fft_hfft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:47:28.6395094Z test_schema_correctness_fft_hfft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:47:28.6542802Z test_schema_correctness_fft_hfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:47:28.6694041Z test_schema_correctness_fft_hfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:47:28.6840707Z test_schema_correctness_fft_hfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:47:28.6983758Z test_schema_correctness_fft_hfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:47:28.7125966Z test_schema_correctness_fft_hfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:47:28.7268612Z test_schema_correctness_fft_hfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:47:28.7411610Z test_schema_correctness_fft_hfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:47:28.7417848Z test_schema_correctness_fft_hfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:47:28.7423555Z test_schema_correctness_fft_hfftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:47:28.7429132Z test_schema_correctness_fft_hfftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:47:28.7434045Z test_schema_correctness_fft_hfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:47:28.7439186Z test_schema_correctness_fft_hfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:47:28.7444075Z test_schema_correctness_fft_hfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:47:28.7448792Z test_schema_correctness_fft_hfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:47:28.7453672Z test_schema_correctness_fft_hfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:47:28.7458286Z test_schema_correctness_fft_hfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:47:28.7462765Z test_schema_correctness_fft_hfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:47:28.7560710Z test_schema_correctness_fft_ifft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:28.7629941Z test_schema_correctness_fft_ifft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:28.7699433Z test_schema_correctness_fft_ifft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:28.7801923Z test_schema_correctness_fft_ifft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:28.7904640Z test_schema_correctness_fft_ifft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:28.8002459Z test_schema_correctness_fft_ifft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:28.8102464Z test_schema_correctness_fft_ifft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:28.8199907Z test_schema_correctness_fft_ifft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:28.8298031Z test_schema_correctness_fft_ifft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:28.8396420Z test_schema_correctness_fft_ifft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:28.8512705Z test_schema_correctness_fft_ifft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:28.8575948Z test_schema_correctness_fft_ifft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:28.8638648Z test_schema_correctness_fft_ifft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:28.8720002Z test_schema_correctness_fft_ifft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:28.8799954Z test_schema_correctness_fft_ifft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:28.8914459Z test_schema_correctness_fft_ifft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:47:28.9032522Z test_schema_correctness_fft_ifft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:28.9147186Z test_schema_correctness_fft_ifft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:47:28.9263012Z test_schema_correctness_fft_ifft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:28.9378126Z test_schema_correctness_fft_ifft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:47:28.9499510Z test_schema_correctness_fft_ifftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:28.9581036Z test_schema_correctness_fft_ifftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:28.9662573Z test_schema_correctness_fft_ifftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:28.9787500Z test_schema_correctness_fft_ifftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:28.9912848Z test_schema_correctness_fft_ifftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:29.0034764Z test_schema_correctness_fft_ifftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:29.0157905Z test_schema_correctness_fft_ifftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:29.0285681Z test_schema_correctness_fft_ifftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:47:29.0410423Z test_schema_correctness_fft_ifftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:29.0533276Z test_schema_correctness_fft_ifftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:29.0571700Z test_schema_correctness_fft_ifftshift_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:29.0606831Z test_schema_correctness_fft_ifftshift_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:29.0649034Z test_schema_correctness_fft_ifftshift_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:29.0658412Z test_schema_correctness_fft_ifftshift_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:29.0699663Z test_schema_correctness_fft_ifftshift_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:29.0738387Z test_schema_correctness_fft_ifftshift_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:29.0775833Z test_schema_correctness_fft_ifftshift_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:29.0812613Z test_schema_correctness_fft_ifftshift_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:29.0848231Z test_schema_correctness_fft_ifftshift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:29.0883896Z test_schema_correctness_fft_ifftshift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:29.0919375Z test_schema_correctness_fft_ifftshift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:29.0955168Z test_schema_correctness_fft_ifftshift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:29.0991005Z test_schema_correctness_fft_ifftshift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:29.1131704Z test_schema_correctness_fft_ihfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:47:29.1241623Z test_schema_correctness_fft_ihfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:47:29.1352615Z test_schema_correctness_fft_ihfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:47:29.1494338Z test_schema_correctness_fft_ihfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:47:29.1642156Z test_schema_correctness_fft_ihfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:47:29.1781391Z test_schema_correctness_fft_ihfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:47:29.1923143Z test_schema_correctness_fft_ihfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:47:29.2065871Z test_schema_correctness_fft_ihfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:47:29.2187072Z test_schema_correctness_fft_ihfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:29.2269543Z test_schema_correctness_fft_ihfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:29.2349352Z test_schema_correctness_fft_ihfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:29.2465892Z test_schema_correctness_fft_ihfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:29.2582660Z test_schema_correctness_fft_ihfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:29.2697346Z test_schema_correctness_fft_ihfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:47:29.2812753Z test_schema_correctness_fft_ihfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:47:29.2926357Z test_schema_correctness_fft_ihfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:47:29.3084347Z test_schema_correctness_fft_ihfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:47:29.3201713Z test_schema_correctness_fft_ihfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:29.3319059Z test_schema_correctness_fft_ihfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:29.3475324Z test_schema_correctness_fft_ihfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:47:29.3634347Z test_schema_correctness_fft_ihfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:47:29.3792877Z test_schema_correctness_fft_ihfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:47:29.3952098Z test_schema_correctness_fft_ihfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:47:29.4108087Z test_schema_correctness_fft_ihfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:47:29.4206015Z test_schema_correctness_fft_irfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:29.4275999Z test_schema_correctness_fft_irfft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:29.4345171Z test_schema_correctness_fft_irfft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:29.4447186Z test_schema_correctness_fft_irfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:29.4550348Z test_schema_correctness_fft_irfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:29.4649733Z test_schema_correctness_fft_irfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:29.4749411Z test_schema_correctness_fft_irfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:29.4848870Z test_schema_correctness_fft_irfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:29.4948764Z test_schema_correctness_fft_irfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:29.5051378Z test_schema_correctness_fft_irfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:29.5148036Z test_schema_correctness_fft_irfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:29.5215307Z test_schema_correctness_fft_irfft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:29.5277475Z test_schema_correctness_fft_irfft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:29.5377870Z test_schema_correctness_fft_irfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:29.5479746Z test_schema_correctness_fft_irfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:29.5578672Z test_schema_correctness_fft_irfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:29.5678110Z test_schema_correctness_fft_irfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:29.5775627Z test_schema_correctness_fft_irfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:29.5872443Z test_schema_correctness_fft_irfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:29.5969309Z test_schema_correctness_fft_irfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:29.6090725Z test_schema_correctness_fft_irfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:29.6172170Z test_schema_correctness_fft_irfftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:29.6253776Z test_schema_correctness_fft_irfftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:29.6380413Z test_schema_correctness_fft_irfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:47:29.6506639Z test_schema_correctness_fft_irfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:47:29.6628920Z test_schema_correctness_fft_irfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:29.6751982Z test_schema_correctness_fft_irfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:29.6873556Z test_schema_correctness_fft_irfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:29.6994505Z test_schema_correctness_fft_irfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:29.7115564Z test_schema_correctness_fft_irfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:29.7220699Z test_schema_correctness_fft_rfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:29.7286050Z test_schema_correctness_fft_rfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:29.7351214Z test_schema_correctness_fft_rfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:29.7448209Z test_schema_correctness_fft_rfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:29.7547107Z test_schema_correctness_fft_rfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:29.7642979Z test_schema_correctness_fft_rfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:29.7740840Z test_schema_correctness_fft_rfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:29.7838996Z test_schema_correctness_fft_rfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:29.7935123Z test_schema_correctness_fft_rfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:29.7994645Z test_schema_correctness_fft_rfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:29.8058200Z test_schema_correctness_fft_rfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:29.8155577Z test_schema_correctness_fft_rfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:29.8255330Z test_schema_correctness_fft_rfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:29.8357712Z test_schema_correctness_fft_rfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:29.8454395Z test_schema_correctness_fft_rfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:29.8551507Z test_schema_correctness_fft_rfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:29.8669706Z test_schema_correctness_fft_rfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:29.8746671Z test_schema_correctness_fft_rfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:29.8821622Z test_schema_correctness_fft_rfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:29.8943350Z test_schema_correctness_fft_rfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:29.9063126Z test_schema_correctness_fft_rfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:29.9180855Z test_schema_correctness_fft_rfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:29.9301799Z test_schema_correctness_fft_rfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:29.9421527Z test_schema_correctness_fft_rfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:29.9454036Z test_schema_correctness_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:29.9485310Z test_schema_correctness_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:29.9517868Z test_schema_correctness_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:29.9527471Z test_schema_correctness_fill_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:29.9559341Z test_schema_correctness_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:29.9589584Z test_schema_correctness_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:29.9619727Z test_schema_correctness_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:29.9649043Z test_schema_correctness_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:29.9678064Z test_schema_correctness_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:29.9707327Z test_schema_correctness_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:29.9736333Z test_schema_correctness_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:29.9765102Z test_schema_correctness_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:29.9794244Z test_schema_correctness_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:29.9826931Z test_schema_correctness_flatten_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:29.9857056Z test_schema_correctness_flatten_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:29.9894288Z test_schema_correctness_flatten_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:29.9903977Z test_schema_correctness_flatten_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:29.9940204Z test_schema_correctness_flatten_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:29.9972621Z test_schema_correctness_flatten_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:30.0004302Z test_schema_correctness_flatten_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:30.0038396Z test_schema_correctness_flatten_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:30.0068565Z test_schema_correctness_flatten_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:30.0098592Z test_schema_correctness_flatten_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:30.0128173Z test_schema_correctness_flatten_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:30.0157534Z test_schema_correctness_flatten_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:30.0187152Z test_schema_correctness_flatten_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:30.0428198Z test_schema_correctness_flip_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:47:30.0664019Z test_schema_correctness_flip_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:47:30.0913048Z test_schema_correctness_flip_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:47:30.1162291Z test_schema_correctness_flip_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:47:30.1403537Z test_schema_correctness_flip_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:47:30.1648387Z test_schema_correctness_flip_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:47:30.1892211Z test_schema_correctness_flip_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:47:30.2130728Z test_schema_correctness_flip_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:47:30.2371372Z test_schema_correctness_flip_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:47:30.2609340Z test_schema_correctness_flip_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:47:30.2848666Z test_schema_correctness_flip_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:47:30.3088017Z test_schema_correctness_flip_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:47:30.3106155Z test_schema_correctness_fliplr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:30.3124529Z test_schema_correctness_fliplr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:30.3145033Z test_schema_correctness_fliplr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:30.3165380Z test_schema_correctness_fliplr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:30.3183813Z test_schema_correctness_fliplr_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:30.3202939Z test_schema_correctness_fliplr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:30.3222481Z test_schema_correctness_fliplr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:30.3240703Z test_schema_correctness_fliplr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:30.3259409Z test_schema_correctness_fliplr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:30.3276900Z test_schema_correctness_fliplr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:30.3295549Z test_schema_correctness_fliplr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:30.3313512Z test_schema_correctness_fliplr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:30.3331896Z test_schema_correctness_flipud_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:30.3350292Z test_schema_correctness_flipud_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:30.3370997Z test_schema_correctness_flipud_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:30.3391288Z test_schema_correctness_flipud_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:30.3409567Z test_schema_correctness_flipud_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:30.3428898Z test_schema_correctness_flipud_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:30.3448112Z test_schema_correctness_flipud_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:30.3465441Z test_schema_correctness_flipud_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:30.3483481Z test_schema_correctness_flipud_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:30.3501996Z test_schema_correctness_flipud_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:30.3519223Z test_schema_correctness_flipud_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:30.3537505Z test_schema_correctness_flipud_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:30.3967107Z test_schema_correctness_float_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:30.4393217Z test_schema_correctness_float_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:30.4825876Z test_schema_correctness_float_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:30.4834531Z test_schema_correctness_float_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:30.5267904Z test_schema_correctness_float_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:30.5701135Z test_schema_correctness_float_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:30.5849112Z test_schema_correctness_float_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:47:30.6280159Z test_schema_correctness_float_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:30.6710265Z test_schema_correctness_float_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:30.7138721Z test_schema_correctness_float_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:30.7568417Z test_schema_correctness_float_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:30.7998716Z test_schema_correctness_float_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:30.8429272Z test_schema_correctness_float_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:30.8580956Z test_schema_correctness_float_power_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:47:30.8723673Z test_schema_correctness_float_power_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:47:30.8790518Z test_schema_correctness_float_power_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:30.8958863Z test_schema_correctness_float_power_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:47:30.9109740Z test_schema_correctness_float_power_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:47:30.9256410Z test_schema_correctness_float_power_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:47:30.9314757Z test_schema_correctness_float_power_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:30.9454648Z test_schema_correctness_float_power_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:47:30.9594954Z test_schema_correctness_float_power_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:47:30.9738988Z test_schema_correctness_float_power_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:47:30.9877845Z test_schema_correctness_float_power_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:47:31.0022348Z test_schema_correctness_float_power_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:47:31.0035323Z test_schema_correctness_floor_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:31.0049292Z test_schema_correctness_floor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:31.0064507Z test_schema_correctness_floor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:31.0078657Z test_schema_correctness_floor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:31.0092371Z test_schema_correctness_floor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:31.0105662Z test_schema_correctness_floor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:31.0118907Z test_schema_correctness_floor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:31.0132352Z test_schema_correctness_floor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:31.0195368Z test_schema_correctness_floor_divide_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:31.0254487Z test_schema_correctness_floor_divide_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:31.0315166Z test_schema_correctness_floor_divide_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:31.0379777Z test_schema_correctness_floor_divide_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:31.0433943Z test_schema_correctness_floor_divide_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.0487565Z test_schema_correctness_floor_divide_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.0540294Z test_schema_correctness_floor_divide_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.0594419Z test_schema_correctness_floor_divide_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.0650371Z test_schema_correctness_floor_divide_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:31.0702284Z test_schema_correctness_fmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.0749229Z test_schema_correctness_fmax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.0802035Z test_schema_correctness_fmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.0856278Z test_schema_correctness_fmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.0908117Z test_schema_correctness_fmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.0955727Z test_schema_correctness_fmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.1002953Z test_schema_correctness_fmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.1050856Z test_schema_correctness_fmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.1098693Z test_schema_correctness_fmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.1146757Z test_schema_correctness_fmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.1198803Z test_schema_correctness_fmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.1244539Z test_schema_correctness_fmin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.1297903Z test_schema_correctness_fmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.1352341Z test_schema_correctness_fmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.1404626Z test_schema_correctness_fmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.1452626Z test_schema_correctness_fmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.1500312Z test_schema_correctness_fmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.1546455Z test_schema_correctness_fmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.1594017Z test_schema_correctness_fmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.1642006Z test_schema_correctness_fmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.1702597Z test_schema_correctness_fmod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:31.1761521Z test_schema_correctness_fmod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:31.1821966Z test_schema_correctness_fmod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:31.1880293Z test_schema_correctness_fmod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:31.1933916Z test_schema_correctness_fmod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.1987522Z test_schema_correctness_fmod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.2040538Z test_schema_correctness_fmod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.2093339Z test_schema_correctness_fmod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.2147464Z test_schema_correctness_fmod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.2166092Z test_schema_correctness_frac_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:31.2185288Z test_schema_correctness_frac_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:31.2203730Z test_schema_correctness_frac_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:31.2222356Z test_schema_correctness_frac_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:31.2242121Z test_schema_correctness_frexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:31.2261702Z test_schema_correctness_frexp_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:31.2280910Z test_schema_correctness_frexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:31.2300134Z test_schema_correctness_frexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:31.2595325Z test_schema_correctness_full_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:47:31.2884855Z test_schema_correctness_full_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:47:31.3181334Z test_schema_correctness_full_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:47:31.3479064Z test_schema_correctness_full_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:47:31.3773002Z test_schema_correctness_full_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:47:31.4068443Z test_schema_correctness_full_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:47:31.4361569Z test_schema_correctness_full_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:47:31.4653014Z test_schema_correctness_full_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:47:31.4944627Z test_schema_correctness_full_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:47:31.5236926Z test_schema_correctness_full_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:47:31.5528716Z test_schema_correctness_full_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:47:31.5820979Z test_schema_correctness_full_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:47:31.5860971Z test_schema_correctness_gather_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:31.5895995Z test_schema_correctness_gather_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:31.5936337Z test_schema_correctness_gather_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:31.5974037Z test_schema_correctness_gather_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:31.6010008Z test_schema_correctness_gather_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:31.6045580Z test_schema_correctness_gather_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:31.6080507Z test_schema_correctness_gather_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:31.6114591Z test_schema_correctness_gather_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:31.6148789Z test_schema_correctness_gather_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:31.6182599Z test_schema_correctness_gather_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:31.6216723Z test_schema_correctness_gather_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:31.6250187Z test_schema_correctness_gather_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:31.6299581Z test_schema_correctness_gcd_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.6348600Z test_schema_correctness_gcd_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.6397589Z test_schema_correctness_gcd_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.6445324Z test_schema_correctness_gcd_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.6494124Z test_schema_correctness_gcd_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.6546488Z test_schema_correctness_ge_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.6593380Z test_schema_correctness_ge_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.6646679Z test_schema_correctness_ge_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.6700240Z test_schema_correctness_ge_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.6753114Z test_schema_correctness_ge_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.6801764Z test_schema_correctness_ge_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.6849381Z test_schema_correctness_ge_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.6897758Z test_schema_correctness_ge_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.6945840Z test_schema_correctness_ge_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.6994025Z test_schema_correctness_ge_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:31.7195495Z test_schema_correctness_geqrf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:47:31.7398391Z test_schema_correctness_geqrf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:47:31.7578937Z test_schema_correctness_geqrf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:47:31.7755690Z test_schema_correctness_geqrf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:47:31.9366424Z test_schema_correctness_gradient_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.161s) 2022-09-27T15:47:32.1074259Z test_schema_correctness_gradient_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.171s) 2022-09-27T15:47:32.2784095Z test_schema_correctness_gradient_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.171s) 2022-09-27T15:47:32.4404876Z test_schema_correctness_gradient_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.162s) 2022-09-27T15:47:32.6016905Z test_schema_correctness_gradient_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.161s) 2022-09-27T15:47:32.7552494Z test_schema_correctness_gradient_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.153s) 2022-09-27T15:47:32.9166190Z test_schema_correctness_gradient_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.161s) 2022-09-27T15:47:33.0771216Z test_schema_correctness_gradient_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.160s) 2022-09-27T15:47:33.2377472Z test_schema_correctness_gradient_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.161s) 2022-09-27T15:47:33.3987464Z test_schema_correctness_gradient_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.161s) 2022-09-27T15:47:33.4041525Z test_schema_correctness_gt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:33.4089408Z test_schema_correctness_gt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:33.4142876Z test_schema_correctness_gt_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:33.4196917Z test_schema_correctness_gt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:33.4250347Z test_schema_correctness_gt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:33.4297325Z test_schema_correctness_gt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:33.4345548Z test_schema_correctness_gt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:33.4393406Z test_schema_correctness_gt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:33.4441212Z test_schema_correctness_gt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:33.4489229Z test_schema_correctness_gt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:33.4919607Z test_schema_correctness_half_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:33.5345721Z test_schema_correctness_half_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:33.5777526Z test_schema_correctness_half_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:33.6208346Z test_schema_correctness_half_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:33.6356038Z test_schema_correctness_half_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:47:33.6786698Z test_schema_correctness_half_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:33.7213950Z test_schema_correctness_half_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:33.7640333Z test_schema_correctness_half_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:33.8065970Z test_schema_correctness_half_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:33.8493437Z test_schema_correctness_half_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:33.8920946Z test_schema_correctness_half_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:33.9349913Z test_schema_correctness_half_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:33.9404398Z test_schema_correctness_heaviside_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:33.9451722Z test_schema_correctness_heaviside_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:33.9505567Z test_schema_correctness_heaviside_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:33.9559889Z test_schema_correctness_heaviside_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:33.9613095Z test_schema_correctness_heaviside_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:33.9661149Z test_schema_correctness_heaviside_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:33.9709508Z test_schema_correctness_heaviside_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:33.9756938Z test_schema_correctness_heaviside_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:33.9804579Z test_schema_correctness_heaviside_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:33.9852420Z test_schema_correctness_heaviside_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:34.0267390Z test_schema_correctness_histc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:47:34.0680610Z test_schema_correctness_histc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:47:34.1090405Z test_schema_correctness_histc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:47:34.2197946Z test_schema_correctness_histogram_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-09-27T15:47:34.3272914Z test_schema_correctness_histogram_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-09-27T15:47:34.4468489Z test_schema_correctness_histogramdd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-09-27T15:47:34.5629565Z test_schema_correctness_histogramdd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-09-27T15:47:34.5669667Z test_schema_correctness_hsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:34.5707861Z test_schema_correctness_hsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:34.5750507Z test_schema_correctness_hsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:34.5760013Z test_schema_correctness_hsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:34.5802350Z test_schema_correctness_hsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:34.5841060Z test_schema_correctness_hsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:34.5878295Z test_schema_correctness_hsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:34.5917971Z test_schema_correctness_hsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:34.5954664Z test_schema_correctness_hsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:34.5992924Z test_schema_correctness_hsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:34.6029586Z test_schema_correctness_hsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:34.6066738Z test_schema_correctness_hsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:34.6103439Z test_schema_correctness_hsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:34.6126014Z test_schema_correctness_hstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:34.6146943Z test_schema_correctness_hstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:34.6173618Z test_schema_correctness_hstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:34.6183453Z test_schema_correctness_hstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:34.6207535Z test_schema_correctness_hstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:34.6230546Z test_schema_correctness_hstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:34.6252630Z test_schema_correctness_hstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:34.6274715Z test_schema_correctness_hstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:34.6295731Z test_schema_correctness_hstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:34.6316123Z test_schema_correctness_hstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:34.6336956Z test_schema_correctness_hstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:34.6357681Z test_schema_correctness_hstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:34.6378766Z test_schema_correctness_hstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:34.6438284Z test_schema_correctness_hypot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:34.6493038Z test_schema_correctness_hypot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:34.6545952Z test_schema_correctness_hypot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:34.6562040Z test_schema_correctness_i0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:34.6576970Z test_schema_correctness_i0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:34.6592350Z test_schema_correctness_i0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:34.6607575Z test_schema_correctness_i0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:34.6622652Z test_schema_correctness_i0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:34.6637542Z test_schema_correctness_i0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:34.6652214Z test_schema_correctness_i0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:34.6667366Z test_schema_correctness_i0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:34.6682369Z test_schema_correctness_i0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:34.6735600Z test_schema_correctness_igamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:34.6789234Z test_schema_correctness_igamma_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:34.6843876Z test_schema_correctness_igamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:34.6898545Z test_schema_correctness_igamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:34.6950583Z test_schema_correctness_igammac_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:34.7004581Z test_schema_correctness_igammac_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:34.7059561Z test_schema_correctness_igammac_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:34.7113312Z test_schema_correctness_igammac_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:34.7145497Z test_schema_correctness_imag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:34.7154012Z test_schema_correctness_imag_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:34.7184952Z test_schema_correctness_imag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:34.7254495Z test_schema_correctness_index_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:34.7299186Z test_schema_correctness_index_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:34.7376140Z test_schema_correctness_index_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:34.7386005Z test_schema_correctness_index_add_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:34.7461643Z test_schema_correctness_index_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:34.7530811Z test_schema_correctness_index_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:34.7599535Z test_schema_correctness_index_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:34.7666948Z test_schema_correctness_index_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:34.7730337Z test_schema_correctness_index_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:34.7793197Z test_schema_correctness_index_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:34.7856335Z test_schema_correctness_index_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:34.7919180Z test_schema_correctness_index_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:34.7982988Z test_schema_correctness_index_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:34.8011369Z test_schema_correctness_index_copy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:34.8037210Z test_schema_correctness_index_copy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:34.8067909Z test_schema_correctness_index_copy_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:34.8098544Z test_schema_correctness_index_copy_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:34.8126563Z test_schema_correctness_index_copy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:34.8154688Z test_schema_correctness_index_copy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:34.8182482Z test_schema_correctness_index_copy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:34.8208522Z test_schema_correctness_index_copy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:34.8234733Z test_schema_correctness_index_copy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:34.8261016Z test_schema_correctness_index_copy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:34.8286911Z test_schema_correctness_index_copy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:34.8313586Z test_schema_correctness_index_copy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:34.8341657Z test_schema_correctness_index_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:34.8366250Z test_schema_correctness_index_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:34.8395613Z test_schema_correctness_index_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:34.8425175Z test_schema_correctness_index_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:34.8452291Z test_schema_correctness_index_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:34.8479215Z test_schema_correctness_index_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:34.8506236Z test_schema_correctness_index_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:34.8531215Z test_schema_correctness_index_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:34.8556131Z test_schema_correctness_index_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:34.8581560Z test_schema_correctness_index_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:34.8606028Z test_schema_correctness_index_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:34.8631260Z test_schema_correctness_index_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:34.8670425Z test_schema_correctness_index_put_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:34.8706011Z test_schema_correctness_index_put_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:34.8747861Z test_schema_correctness_index_put_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:34.8756748Z test_schema_correctness_index_put_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:34.8797578Z test_schema_correctness_index_put_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:34.8836041Z test_schema_correctness_index_put_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:34.8873615Z test_schema_correctness_index_put_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:34.8910734Z test_schema_correctness_index_put_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:34.8946424Z test_schema_correctness_index_put_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:34.8982220Z test_schema_correctness_index_put_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:34.9018032Z test_schema_correctness_index_put_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:34.9053596Z test_schema_correctness_index_put_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:34.9089428Z test_schema_correctness_index_put_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:34.9107474Z test_schema_correctness_index_reduce_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1007.) 2022-09-27T15:47:34.9108501Z return self.op(*args, **kwargs) 2022-09-27T15:47:34.9337633Z ok (0.025s) 2022-09-27T15:47:34.9586021Z test_schema_correctness_index_reduce_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:47:34.9838722Z test_schema_correctness_index_reduce_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:47:35.0087411Z test_schema_correctness_index_reduce_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:47:35.0319897Z test_schema_correctness_index_reduce_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:47:35.0552646Z test_schema_correctness_index_reduce_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:47:35.0780655Z test_schema_correctness_index_reduce_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:47:35.1011524Z test_schema_correctness_index_reduce_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:47:35.1242579Z test_schema_correctness_index_reduce_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:47:35.1266972Z test_schema_correctness_index_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:35.1290029Z test_schema_correctness_index_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:35.1315791Z test_schema_correctness_index_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:35.1324953Z test_schema_correctness_index_select_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:35.1350933Z test_schema_correctness_index_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:35.1375574Z test_schema_correctness_index_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:35.1399880Z test_schema_correctness_index_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:35.1424246Z test_schema_correctness_index_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:35.1447187Z test_schema_correctness_index_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:35.1470310Z test_schema_correctness_index_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:35.1493680Z test_schema_correctness_index_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:35.1516557Z test_schema_correctness_index_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:35.1539876Z test_schema_correctness_index_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:35.2053668Z test_schema_correctness_inner_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:47:35.2572430Z test_schema_correctness_inner_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-09-27T15:47:35.3091171Z test_schema_correctness_inner_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-09-27T15:47:35.3604983Z test_schema_correctness_inner_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:47:35.4122115Z test_schema_correctness_inner_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-09-27T15:47:35.4632773Z test_schema_correctness_inner_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:47:35.5143170Z test_schema_correctness_inner_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:47:35.5654955Z test_schema_correctness_inner_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:47:35.6164245Z test_schema_correctness_inner_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:47:35.6675714Z test_schema_correctness_inner_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:47:35.7106454Z test_schema_correctness_int_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:35.7533349Z test_schema_correctness_int_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:35.7965338Z test_schema_correctness_int_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:35.8397391Z test_schema_correctness_int_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:35.8826458Z test_schema_correctness_int_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:35.9254073Z test_schema_correctness_int_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:35.9682105Z test_schema_correctness_int_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:36.0108284Z test_schema_correctness_int_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:36.0255313Z test_schema_correctness_int_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:47:36.0683786Z test_schema_correctness_int_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:36.1111303Z test_schema_correctness_int_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:36.1540719Z test_schema_correctness_int_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:47:36.2210878Z test_schema_correctness_isclose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-09-27T15:47:36.2984052Z test_schema_correctness_isclose_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-09-27T15:47:36.3700936Z test_schema_correctness_isclose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-09-27T15:47:36.4416014Z test_schema_correctness_isclose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-09-27T15:47:36.5095714Z test_schema_correctness_isclose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-09-27T15:47:36.5773161Z test_schema_correctness_isclose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-09-27T15:47:36.6425691Z test_schema_correctness_isclose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-09-27T15:47:36.7125228Z test_schema_correctness_isclose_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-09-27T15:47:36.7824046Z test_schema_correctness_isclose_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-09-27T15:47:36.8523313Z test_schema_correctness_isclose_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-09-27T15:47:36.9220889Z test_schema_correctness_isclose_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-09-27T15:47:36.9918555Z test_schema_correctness_isclose_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-09-27T15:47:36.9964131Z test_schema_correctness_isfinite_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:37.0373752Z test_schema_correctness_isfinite_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:47:37.0492715Z test_schema_correctness_isfinite_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:37.0501646Z test_schema_correctness_isfinite_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.0623645Z test_schema_correctness_isfinite_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:37.0668507Z test_schema_correctness_isfinite_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:37.0712923Z test_schema_correctness_isfinite_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:37.0756387Z test_schema_correctness_isfinite_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:37.1162730Z test_schema_correctness_isfinite_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:47:37.1569901Z test_schema_correctness_isfinite_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:47:37.1976795Z test_schema_correctness_isfinite_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:47:37.2383811Z test_schema_correctness_isfinite_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:47:37.2792408Z test_schema_correctness_isfinite_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:47:37.2816642Z test_schema_correctness_isin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:37.2838263Z test_schema_correctness_isin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:37.2858908Z test_schema_correctness_isin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:37.2878753Z test_schema_correctness_isin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:37.2899151Z test_schema_correctness_isin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:37.2919123Z test_schema_correctness_isin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:37.2939726Z test_schema_correctness_isin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:37.2952908Z test_schema_correctness_isinf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.2965661Z test_schema_correctness_isinf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.2981188Z test_schema_correctness_isinf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.2990952Z test_schema_correctness_isinf_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3005174Z test_schema_correctness_isinf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3019701Z test_schema_correctness_isinf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3033393Z test_schema_correctness_isinf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3048610Z test_schema_correctness_isinf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3066220Z test_schema_correctness_isinf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:37.3079910Z test_schema_correctness_isinf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3093251Z test_schema_correctness_isinf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3106461Z test_schema_correctness_isinf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3119576Z test_schema_correctness_isinf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3133050Z test_schema_correctness_isnan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3145512Z test_schema_correctness_isnan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3160094Z test_schema_correctness_isnan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3174614Z test_schema_correctness_isnan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3188435Z test_schema_correctness_isnan_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3201351Z test_schema_correctness_isnan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3215257Z test_schema_correctness_isnan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3228250Z test_schema_correctness_isnan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3241366Z test_schema_correctness_isnan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3254542Z test_schema_correctness_isnan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3267672Z test_schema_correctness_isnan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3280635Z test_schema_correctness_isnan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3294585Z test_schema_correctness_isneginf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3307916Z test_schema_correctness_isneginf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3322377Z test_schema_correctness_isneginf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3336789Z test_schema_correctness_isneginf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3350392Z test_schema_correctness_isneginf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3363682Z test_schema_correctness_isneginf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3377276Z test_schema_correctness_isneginf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3390313Z test_schema_correctness_isneginf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3403598Z test_schema_correctness_isneginf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3417078Z test_schema_correctness_isneginf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3430703Z test_schema_correctness_isposinf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3443270Z test_schema_correctness_isposinf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3457186Z test_schema_correctness_isposinf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3470371Z test_schema_correctness_isposinf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3484385Z test_schema_correctness_isposinf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3497959Z test_schema_correctness_isposinf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3511189Z test_schema_correctness_isposinf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3524631Z test_schema_correctness_isposinf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3538109Z test_schema_correctness_isposinf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3551365Z test_schema_correctness_isposinf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.3943230Z test_schema_correctness_isreal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:47:37.4332011Z test_schema_correctness_isreal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:47:37.4372964Z test_schema_correctness_isreal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:37.4381918Z test_schema_correctness_isreal_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:37.4421211Z test_schema_correctness_isreal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:37.4809295Z test_schema_correctness_isreal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:47:37.5196443Z test_schema_correctness_isreal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:47:37.5583872Z test_schema_correctness_isreal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:47:37.5972160Z test_schema_correctness_isreal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:47:37.6359553Z test_schema_correctness_isreal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:47:37.6746400Z test_schema_correctness_isreal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:47:37.7134778Z test_schema_correctness_isreal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:47:37.7527531Z test_schema_correctness_isreal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:47:38.0942782Z test_schema_correctness_istft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.341s) 2022-09-27T15:47:38.4388648Z test_schema_correctness_istft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.345s) 2022-09-27T15:47:38.4769230Z test_schema_correctness_istft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:980.) 2022-09-27T15:47:38.4769868Z return self.op(*args, **kwargs) 2022-09-27T15:47:38.7884503Z ok (0.350s) 2022-09-27T15:47:39.1358088Z test_schema_correctness_istft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.347s) 2022-09-27T15:47:39.1368117Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1377939Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1387258Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1396266Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1405135Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1414027Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1422910Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1431948Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1440571Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1449203Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1457974Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1466529Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1475352Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1483866Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1492678Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1501496Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1509963Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1518474Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1526934Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1535684Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1544340Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1553116Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1561594Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1570297Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1579174Z test_schema_correctness_jiterator_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1587516Z test_schema_correctness_jiterator_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1595964Z test_schema_correctness_jiterator_binary_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1604730Z test_schema_correctness_jiterator_binary_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1613687Z test_schema_correctness_jiterator_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1623097Z test_schema_correctness_jiterator_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1632018Z test_schema_correctness_jiterator_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1640966Z test_schema_correctness_jiterator_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1649947Z test_schema_correctness_jiterator_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1658641Z test_schema_correctness_jiterator_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1667030Z test_schema_correctness_jiterator_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1675382Z test_schema_correctness_jiterator_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1683933Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1692232Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1700638Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1709070Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1717268Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1725482Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1733817Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1742122Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1750264Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1758619Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1766994Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1775299Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1783657Z test_schema_correctness_jiterator_unary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1791753Z test_schema_correctness_jiterator_unary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1799949Z test_schema_correctness_jiterator_unary_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1808262Z test_schema_correctness_jiterator_unary_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1816690Z test_schema_correctness_jiterator_unary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1824974Z test_schema_correctness_jiterator_unary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1833258Z test_schema_correctness_jiterator_unary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1841458Z test_schema_correctness_jiterator_unary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1849862Z test_schema_correctness_jiterator_unary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1858411Z test_schema_correctness_jiterator_unary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1867098Z test_schema_correctness_jiterator_unary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1875919Z test_schema_correctness_jiterator_unary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:39.1905619Z test_schema_correctness_kron_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:39.1931784Z test_schema_correctness_kron_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:39.1964926Z test_schema_correctness_kron_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:39.1995953Z test_schema_correctness_kron_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:39.2025587Z test_schema_correctness_kron_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:39.2054238Z test_schema_correctness_kron_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:39.2083166Z test_schema_correctness_kron_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:39.2110696Z test_schema_correctness_kron_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:39.2138407Z test_schema_correctness_kron_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:39.2167282Z test_schema_correctness_kron_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:39.2196074Z test_schema_correctness_kron_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:39.2223261Z test_schema_correctness_kron_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:39.2278461Z test_schema_correctness_kthvalue_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:39.2331416Z test_schema_correctness_kthvalue_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:39.2388687Z test_schema_correctness_kthvalue_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:39.2443312Z test_schema_correctness_kthvalue_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:39.2494282Z test_schema_correctness_kthvalue_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:39.2545060Z test_schema_correctness_kthvalue_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:39.2595537Z test_schema_correctness_kthvalue_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:39.2646554Z test_schema_correctness_kthvalue_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:39.2700665Z test_schema_correctness_lcm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:39.2749487Z test_schema_correctness_lcm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:39.2798711Z test_schema_correctness_lcm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:39.2847255Z test_schema_correctness_lcm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:39.2896161Z test_schema_correctness_lcm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:39.2978619Z test_schema_correctness_ldexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:39.3053376Z test_schema_correctness_ldexp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:39.3145077Z test_schema_correctness_ldexp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:47:39.3237559Z test_schema_correctness_ldexp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:47:39.3316069Z test_schema_correctness_ldexp_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:39.3398226Z test_schema_correctness_ldexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:39.3477409Z test_schema_correctness_ldexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:39.3553646Z test_schema_correctness_ldexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:39.3629403Z test_schema_correctness_ldexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:39.3705490Z test_schema_correctness_ldexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:39.3781313Z test_schema_correctness_ldexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:39.3858103Z test_schema_correctness_ldexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:39.3909758Z test_schema_correctness_le_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:39.3956473Z test_schema_correctness_le_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:39.4009384Z test_schema_correctness_le_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:39.4063373Z test_schema_correctness_le_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:39.4116013Z test_schema_correctness_le_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:39.4163856Z test_schema_correctness_le_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:39.4212252Z test_schema_correctness_le_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:39.4260440Z test_schema_correctness_le_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:39.4308168Z test_schema_correctness_le_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:39.4356775Z test_schema_correctness_le_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:39.4501105Z test_schema_correctness_lerp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:47:39.4635910Z test_schema_correctness_lerp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:47:39.4714319Z test_schema_correctness_lerp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:39.4791613Z test_schema_correctness_lerp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:39.4812689Z test_schema_correctness_lgamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:39.4832558Z test_schema_correctness_lgamma_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:39.4853825Z test_schema_correctness_lgamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:39.4874411Z test_schema_correctness_lgamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:39.4893729Z test_schema_correctness_lgamma_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:39.4913086Z test_schema_correctness_lgamma_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:39.4933055Z test_schema_correctness_lgamma_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:39.4952486Z test_schema_correctness_lgamma_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:39.4972553Z test_schema_correctness_lgamma_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:39.5102745Z test_schema_correctness_linalg_cholesky_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:47:39.5229548Z test_schema_correctness_linalg_cholesky_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:47:39.5350013Z test_schema_correctness_linalg_cholesky_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:39.5469650Z test_schema_correctness_linalg_cholesky_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:47:39.5546286Z test_schema_correctness_linalg_cholesky_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:39.5622707Z test_schema_correctness_linalg_cholesky_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:39.5694162Z test_schema_correctness_linalg_cholesky_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:39.5762529Z test_schema_correctness_linalg_cholesky_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:39.5840551Z test_schema_correctness_linalg_cond_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:39.5918852Z test_schema_correctness_linalg_cond_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:39.5995445Z test_schema_correctness_linalg_cond_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:39.6070245Z test_schema_correctness_linalg_cond_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:39.6096566Z test_schema_correctness_linalg_cross_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:39.6126492Z test_schema_correctness_linalg_cross_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:39.6156163Z test_schema_correctness_linalg_cross_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:39.6182492Z test_schema_correctness_linalg_cross_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:39.6207620Z test_schema_correctness_linalg_cross_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:39.6232206Z test_schema_correctness_linalg_cross_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:39.6256264Z test_schema_correctness_linalg_cross_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:39.6280147Z test_schema_correctness_linalg_cross_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:39.6304373Z test_schema_correctness_linalg_cross_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:39.6328548Z test_schema_correctness_linalg_cross_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:39.6392163Z test_schema_correctness_linalg_det_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:39.6456345Z test_schema_correctness_linalg_det_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:39.6514228Z test_schema_correctness_linalg_det_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:39.6570890Z test_schema_correctness_linalg_det_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:39.6782670Z test_schema_correctness_linalg_det_singular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:47:39.6984822Z test_schema_correctness_linalg_det_singular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:47:39.7162475Z test_schema_correctness_linalg_det_singular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:47:39.7337075Z test_schema_correctness_linalg_det_singular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:47:39.7401495Z test_schema_correctness_linalg_eig_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:39.7463082Z test_schema_correctness_linalg_eig_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:39.7519537Z test_schema_correctness_linalg_eig_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:39.7572731Z test_schema_correctness_linalg_eig_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:39.7640941Z test_schema_correctness_linalg_eigh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:39.7709043Z test_schema_correctness_linalg_eigh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:39.7771507Z test_schema_correctness_linalg_eigh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:39.7832733Z test_schema_correctness_linalg_eigh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:39.7893564Z test_schema_correctness_linalg_eigvals_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:39.7953945Z test_schema_correctness_linalg_eigvals_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:39.8008611Z test_schema_correctness_linalg_eigvals_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:39.8062427Z test_schema_correctness_linalg_eigvals_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:39.8127821Z test_schema_correctness_linalg_eigvalsh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:39.8194108Z test_schema_correctness_linalg_eigvalsh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:39.8255223Z test_schema_correctness_linalg_eigvalsh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:39.8314993Z test_schema_correctness_linalg_eigvalsh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:39.8370760Z test_schema_correctness_linalg_householder_product_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:39.8426271Z test_schema_correctness_linalg_householder_product_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:39.8473997Z test_schema_correctness_linalg_householder_product_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:39.8520020Z test_schema_correctness_linalg_householder_product_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:39.8605378Z test_schema_correctness_linalg_inv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:39.8689870Z test_schema_correctness_linalg_inv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:39.8769551Z test_schema_correctness_linalg_inv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:39.8848551Z test_schema_correctness_linalg_inv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:39.8907086Z test_schema_correctness_linalg_inv_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:39.8965823Z test_schema_correctness_linalg_inv_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:39.9020504Z test_schema_correctness_linalg_inv_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:39.9077414Z test_schema_correctness_linalg_inv_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:39.9141187Z test_schema_correctness_linalg_ldl_factor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:39.9203216Z test_schema_correctness_linalg_ldl_factor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:39.9245900Z test_schema_correctness_linalg_ldl_factor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:39.9288298Z test_schema_correctness_linalg_ldl_factor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:39.9329489Z test_schema_correctness_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:39.9372041Z test_schema_correctness_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:39.9402619Z test_schema_correctness_linalg_ldl_factor_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:39.9431972Z test_schema_correctness_linalg_ldl_factor_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:47:39.9605591Z test_schema_correctness_linalg_ldl_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:47:39.9777912Z test_schema_correctness_linalg_ldl_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:47:39.9883746Z test_schema_correctness_linalg_ldl_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:47:39.9987366Z test_schema_correctness_linalg_ldl_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:40.0340002Z test_schema_correctness_linalg_lstsq_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:47:40.0695729Z test_schema_correctness_linalg_lstsq_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:47:40.1011229Z test_schema_correctness_linalg_lstsq_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:47:40.1323591Z test_schema_correctness_linalg_lstsq_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:47:40.1672564Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:47:40.2028604Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:47:40.2354297Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:47:40.2670829Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:47:40.2776418Z test_schema_correctness_linalg_lu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:40.2875559Z test_schema_correctness_linalg_lu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:40.2964956Z test_schema_correctness_linalg_lu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:47:40.3053779Z test_schema_correctness_linalg_lu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:47:40.3241822Z test_schema_correctness_linalg_lu_factor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:47:40.3434241Z test_schema_correctness_linalg_lu_factor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:47:40.3608582Z test_schema_correctness_linalg_lu_factor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:47:40.3779277Z test_schema_correctness_linalg_lu_factor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:47:40.3875679Z test_schema_correctness_linalg_lu_factor_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:40.3977902Z test_schema_correctness_linalg_lu_factor_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:40.4065955Z test_schema_correctness_linalg_lu_factor_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:47:40.4155713Z test_schema_correctness_linalg_lu_factor_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:47:40.4911559Z test_schema_correctness_linalg_lu_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-09-27T15:47:40.5635168Z test_schema_correctness_linalg_lu_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-09-27T15:47:40.6313668Z test_schema_correctness_linalg_lu_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-09-27T15:47:40.6980561Z test_schema_correctness_linalg_lu_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-09-27T15:47:40.7367183Z test_schema_correctness_linalg_matrix_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:47:40.8215240Z test_schema_correctness_linalg_matrix_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.085s) 2022-09-27T15:47:40.9077378Z test_schema_correctness_linalg_matrix_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.086s) 2022-09-27T15:47:40.9462475Z test_schema_correctness_linalg_matrix_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-09-27T15:47:41.0283293Z test_schema_correctness_linalg_matrix_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.082s) 2022-09-27T15:47:41.1084519Z test_schema_correctness_linalg_matrix_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-09-27T15:47:41.2262860Z test_schema_correctness_linalg_matrix_power_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-09-27T15:47:41.3447679Z test_schema_correctness_linalg_matrix_power_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-09-27T15:47:41.4608348Z test_schema_correctness_linalg_matrix_power_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-09-27T15:47:41.5750994Z test_schema_correctness_linalg_matrix_power_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-09-27T15:47:44.5011996Z test_schema_correctness_linalg_matrix_rank_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.926s) 2022-09-27T15:47:47.4228318Z test_schema_correctness_linalg_matrix_rank_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.922s) 2022-09-27T15:47:50.3358365Z test_schema_correctness_linalg_matrix_rank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.913s) 2022-09-27T15:47:53.2506537Z test_schema_correctness_linalg_matrix_rank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.915s) 2022-09-27T15:47:53.6268959Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.376s) 2022-09-27T15:47:54.0040908Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.377s) 2022-09-27T15:47:54.3810355Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.377s) 2022-09-27T15:47:54.7578576Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.377s) 2022-09-27T15:47:54.7667826Z test_schema_correctness_linalg_multi_dot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:47:54.7770067Z test_schema_correctness_linalg_multi_dot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:54.7874494Z test_schema_correctness_linalg_multi_dot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:47:54.7967940Z test_schema_correctness_linalg_multi_dot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:47:54.8059478Z test_schema_correctness_linalg_multi_dot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:47:54.8140650Z test_schema_correctness_linalg_multi_dot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:54.8223159Z test_schema_correctness_linalg_multi_dot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:54.8315226Z test_schema_correctness_linalg_multi_dot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:47:54.8396930Z test_schema_correctness_linalg_multi_dot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:54.8478980Z test_schema_correctness_linalg_multi_dot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:54.8945097Z test_schema_correctness_linalg_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:47:54.9808313Z test_schema_correctness_linalg_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.086s) 2022-09-27T15:47:55.0673612Z test_schema_correctness_linalg_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.086s) 2022-09-27T15:47:55.1144154Z test_schema_correctness_linalg_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:47:55.1964433Z test_schema_correctness_linalg_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.082s) 2022-09-27T15:47:55.2761221Z test_schema_correctness_linalg_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-09-27T15:47:55.3118647Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:47:55.3694477Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:47:55.4277737Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-09-27T15:47:55.4633790Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:47:55.5205452Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:47:55.5758556Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:47:55.8701468Z test_schema_correctness_linalg_pinv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.294s) 2022-09-27T15:47:56.1638226Z test_schema_correctness_linalg_pinv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.294s) 2022-09-27T15:47:56.4567252Z test_schema_correctness_linalg_pinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.293s) 2022-09-27T15:47:56.7485268Z test_schema_correctness_linalg_pinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.292s) 2022-09-27T15:47:56.7557371Z test_schema_correctness_linalg_pinv_hermitian_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:56.7628273Z test_schema_correctness_linalg_pinv_hermitian_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:56.7693710Z test_schema_correctness_linalg_pinv_hermitian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:56.7757602Z test_schema_correctness_linalg_pinv_hermitian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:56.7767462Z test_schema_correctness_linalg_pinv_singular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:47:56.7776632Z test_schema_correctness_linalg_pinv_singular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:47:56.7785611Z test_schema_correctness_linalg_pinv_singular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:47:56.7794755Z test_schema_correctness_linalg_pinv_singular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:47:56.8016773Z test_schema_correctness_linalg_qr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:47:56.8240614Z test_schema_correctness_linalg_qr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:47:56.8444511Z test_schema_correctness_linalg_qr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:47:56.8707227Z test_schema_correctness_linalg_qr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:47:56.8789745Z test_schema_correctness_linalg_slogdet_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:56.8873037Z test_schema_correctness_linalg_slogdet_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:56.8939645Z test_schema_correctness_linalg_slogdet_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:56.8999591Z test_schema_correctness_linalg_slogdet_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:56.9219266Z test_schema_correctness_linalg_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:47:56.9438468Z test_schema_correctness_linalg_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:47:56.9640013Z test_schema_correctness_linalg_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:47:56.9837167Z test_schema_correctness_linalg_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:47:56.9996999Z test_schema_correctness_linalg_solve_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:47:57.0159028Z test_schema_correctness_linalg_solve_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:47:57.0303632Z test_schema_correctness_linalg_solve_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:47:57.0443864Z test_schema_correctness_linalg_solve_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:47:57.1491179Z test_schema_correctness_linalg_solve_triangular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.105s) 2022-09-27T15:47:57.2552087Z test_schema_correctness_linalg_solve_triangular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.106s) 2022-09-27T15:47:57.3500017Z test_schema_correctness_linalg_solve_triangular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-09-27T15:47:57.4418163Z test_schema_correctness_linalg_solve_triangular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-09-27T15:47:57.5899168Z test_schema_correctness_linalg_svd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.148s) 2022-09-27T15:47:57.7402230Z test_schema_correctness_linalg_svd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.150s) 2022-09-27T15:47:57.8780052Z test_schema_correctness_linalg_svd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.138s) 2022-09-27T15:47:58.0201908Z test_schema_correctness_linalg_svd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.142s) 2022-09-27T15:47:58.0428494Z test_schema_correctness_linalg_svdvals_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:47:58.0649899Z test_schema_correctness_linalg_svdvals_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:47:58.0854091Z test_schema_correctness_linalg_svdvals_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:47:58.1054190Z test_schema_correctness_linalg_svdvals_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:47:58.1115262Z test_schema_correctness_linalg_tensorinv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:58.1173550Z test_schema_correctness_linalg_tensorinv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:58.1227270Z test_schema_correctness_linalg_tensorinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:58.1281619Z test_schema_correctness_linalg_tensorinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:58.1754314Z test_schema_correctness_linalg_tensorsolve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:47:58.2219145Z test_schema_correctness_linalg_tensorsolve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:47:58.2673561Z test_schema_correctness_linalg_tensorsolve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:47:58.3130134Z test_schema_correctness_linalg_tensorsolve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:47:58.3373232Z test_schema_correctness_linalg_vander_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:47:58.3613527Z test_schema_correctness_linalg_vander_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:47:58.3840844Z test_schema_correctness_linalg_vander_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:47:58.4061041Z test_schema_correctness_linalg_vander_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:47:58.4286155Z test_schema_correctness_linalg_vander_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:47:58.4511468Z test_schema_correctness_linalg_vander_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:47:58.4734656Z test_schema_correctness_linalg_vander_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:47:58.4958133Z test_schema_correctness_linalg_vander_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:47:58.5181980Z test_schema_correctness_linalg_vander_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:47:58.5553476Z test_schema_correctness_linalg_vecdot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:47:58.5557603Z test_schema_correctness_linalg_vecdot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:47:58.5562304Z test_schema_correctness_linalg_vecdot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:47:58.5936892Z test_schema_correctness_linalg_vecdot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:47:58.6298484Z test_schema_correctness_linalg_vecdot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:47:58.8093044Z test_schema_correctness_linalg_vector_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.179s) 2022-09-27T15:47:58.9910788Z test_schema_correctness_linalg_vector_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.182s) 2022-09-27T15:47:59.1740340Z test_schema_correctness_linalg_vector_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.183s) 2022-09-27T15:47:59.3538586Z test_schema_correctness_linalg_vector_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.180s) 2022-09-27T15:47:59.5332454Z test_schema_correctness_linalg_vector_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.179s) 2022-09-27T15:47:59.7102002Z test_schema_correctness_linalg_vector_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.177s) 2022-09-27T15:47:59.8879958Z test_schema_correctness_linspace_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.178s) 2022-09-27T15:48:00.0649679Z test_schema_correctness_linspace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.177s) 2022-09-27T15:48:00.2418553Z test_schema_correctness_linspace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.177s) 2022-09-27T15:48:00.4186072Z test_schema_correctness_linspace_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.177s) 2022-09-27T15:48:00.5954213Z test_schema_correctness_linspace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.177s) 2022-09-27T15:48:00.7723535Z test_schema_correctness_linspace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.177s) 2022-09-27T15:48:00.9492282Z test_schema_correctness_linspace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.177s) 2022-09-27T15:48:01.1262472Z test_schema_correctness_linspace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.177s) 2022-09-27T15:48:01.3033836Z test_schema_correctness_linspace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.177s) 2022-09-27T15:48:01.4804983Z test_schema_correctness_linspace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.177s) 2022-09-27T15:48:01.6235936Z test_schema_correctness_linspace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-09-27T15:48:01.6260030Z test_schema_correctness_log10_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:01.6280407Z test_schema_correctness_log10_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:01.6302012Z test_schema_correctness_log10_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:01.6322446Z test_schema_correctness_log10_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:01.6343196Z test_schema_correctness_log10_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:01.6364014Z test_schema_correctness_log10_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:01.6384720Z test_schema_correctness_log10_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:01.6404826Z test_schema_correctness_log10_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:01.6424077Z test_schema_correctness_log10_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:01.6443192Z test_schema_correctness_log10_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:01.6463016Z test_schema_correctness_log10_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:01.6477377Z test_schema_correctness_log1p_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:01.6491372Z test_schema_correctness_log1p_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:01.6505820Z test_schema_correctness_log1p_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:01.6520056Z test_schema_correctness_log1p_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:01.6533829Z test_schema_correctness_log1p_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:01.6547614Z test_schema_correctness_log1p_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:01.6561188Z test_schema_correctness_log1p_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:01.6575153Z test_schema_correctness_log1p_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:01.6588742Z test_schema_correctness_log1p_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:01.6610404Z test_schema_correctness_log2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:01.6630391Z test_schema_correctness_log2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:01.6651647Z test_schema_correctness_log2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:01.6672337Z test_schema_correctness_log2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:01.6692724Z test_schema_correctness_log2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:01.6713675Z test_schema_correctness_log2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:01.6733664Z test_schema_correctness_log2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:01.6752640Z test_schema_correctness_log2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:01.6772108Z test_schema_correctness_log2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:01.6791048Z test_schema_correctness_log2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:01.6811131Z test_schema_correctness_log2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:01.6831820Z test_schema_correctness_log_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:01.6851648Z test_schema_correctness_log_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:01.6872700Z test_schema_correctness_log_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:01.6893307Z test_schema_correctness_log_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:01.6913652Z test_schema_correctness_log_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:01.6934617Z test_schema_correctness_log_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:01.6954351Z test_schema_correctness_log_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:01.6973701Z test_schema_correctness_log_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:01.6993338Z test_schema_correctness_log_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:01.7012798Z test_schema_correctness_log_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:01.7031843Z test_schema_correctness_log_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:01.7068171Z test_schema_correctness_log_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:01.7103277Z test_schema_correctness_log_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:01.7137962Z test_schema_correctness_log_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:01.7740341Z test_schema_correctness_log_softmax_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:48:01.8338274Z test_schema_correctness_log_softmax_dtype_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:48:01.8944301Z test_schema_correctness_log_softmax_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:48:01.8954202Z test_schema_correctness_log_softmax_dtype_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:01.9558062Z test_schema_correctness_log_softmax_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:48:02.0159341Z test_schema_correctness_log_softmax_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:48:02.0767246Z test_schema_correctness_log_softmax_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:48:02.0808099Z test_schema_correctness_log_softmax_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:02.1412692Z test_schema_correctness_log_softmax_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:48:02.2012761Z test_schema_correctness_log_softmax_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:48:02.2615041Z test_schema_correctness_log_softmax_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:48:02.3214329Z test_schema_correctness_log_softmax_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:48:02.3817827Z test_schema_correctness_log_softmax_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:48:02.3836112Z test_schema_correctness_logaddexp2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:02.3852119Z test_schema_correctness_logaddexp2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:02.3867073Z test_schema_correctness_logaddexp2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:02.3881635Z test_schema_correctness_logaddexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:02.3896238Z test_schema_correctness_logaddexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:02.3910993Z test_schema_correctness_logaddexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:02.3943082Z test_schema_correctness_logcumsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:02.3974105Z test_schema_correctness_logcumsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:02.4006356Z test_schema_correctness_logcumsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:02.4129216Z test_schema_correctness_logdet_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:48:02.4252369Z test_schema_correctness_logdet_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:48:02.5086151Z test_schema_correctness_logdet_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-09-27T15:48:02.5919819Z test_schema_correctness_logdet_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-09-27T15:48:02.5974116Z test_schema_correctness_logical_and_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:02.6022179Z test_schema_correctness_logical_and_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:02.6086125Z test_schema_correctness_logical_and_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:02.6150226Z test_schema_correctness_logical_and_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:02.6204699Z test_schema_correctness_logical_and_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:02.6259168Z test_schema_correctness_logical_and_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:02.6311808Z test_schema_correctness_logical_and_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:02.6359942Z test_schema_correctness_logical_and_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:02.6408278Z test_schema_correctness_logical_and_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:02.6457542Z test_schema_correctness_logical_and_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:02.6505546Z test_schema_correctness_logical_and_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:02.6554096Z test_schema_correctness_logical_and_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:02.6573583Z test_schema_correctness_logical_not_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:02.6591392Z test_schema_correctness_logical_not_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:02.6611892Z test_schema_correctness_logical_not_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:02.6632273Z test_schema_correctness_logical_not_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:02.6651452Z test_schema_correctness_logical_not_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:02.6670685Z test_schema_correctness_logical_not_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:02.6689369Z test_schema_correctness_logical_not_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:02.6707469Z test_schema_correctness_logical_not_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:02.6725365Z test_schema_correctness_logical_not_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:02.6743387Z test_schema_correctness_logical_not_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:02.6761207Z test_schema_correctness_logical_not_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:02.6779405Z test_schema_correctness_logical_not_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:02.6832299Z test_schema_correctness_logical_or_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:02.6879155Z test_schema_correctness_logical_or_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:02.6943019Z test_schema_correctness_logical_or_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:02.7007681Z test_schema_correctness_logical_or_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:02.7061515Z test_schema_correctness_logical_or_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:02.7115835Z test_schema_correctness_logical_or_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:02.7169273Z test_schema_correctness_logical_or_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:02.7217908Z test_schema_correctness_logical_or_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:02.7266750Z test_schema_correctness_logical_or_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:02.7314286Z test_schema_correctness_logical_or_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:02.7362558Z test_schema_correctness_logical_or_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:02.7411197Z test_schema_correctness_logical_or_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:02.7464228Z test_schema_correctness_logical_xor_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:02.7510220Z test_schema_correctness_logical_xor_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:02.7574126Z test_schema_correctness_logical_xor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:02.7638634Z test_schema_correctness_logical_xor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:02.7692130Z test_schema_correctness_logical_xor_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:02.7746841Z test_schema_correctness_logical_xor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:02.7800204Z test_schema_correctness_logical_xor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:02.7848642Z test_schema_correctness_logical_xor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:02.7897510Z test_schema_correctness_logical_xor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:02.7946289Z test_schema_correctness_logical_xor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:02.7995015Z test_schema_correctness_logical_xor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:02.8043825Z test_schema_correctness_logical_xor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:02.8072738Z test_schema_correctness_logit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:02.8099117Z test_schema_correctness_logit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:02.8125605Z test_schema_correctness_logit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:02.8152290Z test_schema_correctness_logit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:02.8178070Z test_schema_correctness_logit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:02.8203509Z test_schema_correctness_logit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:02.8229059Z test_schema_correctness_logit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:02.8254188Z test_schema_correctness_logit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:02.8279723Z test_schema_correctness_logit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:04.3728250Z test_schema_correctness_logspace_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.545s) 2022-09-27T15:48:05.9154928Z test_schema_correctness_logspace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.543s) 2022-09-27T15:48:07.4588202Z test_schema_correctness_logspace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.543s) 2022-09-27T15:48:09.0011004Z test_schema_correctness_logspace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.542s) 2022-09-27T15:48:10.5435475Z test_schema_correctness_logspace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.542s) 2022-09-27T15:48:11.9909178Z test_schema_correctness_logspace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.447s) 2022-09-27T15:48:13.4373738Z test_schema_correctness_logspace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.446s) 2022-09-27T15:48:14.8831505Z test_schema_correctness_logspace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.446s) 2022-09-27T15:48:15.4647445Z test_schema_correctness_logspace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.582s) 2022-09-27T15:48:15.9324004Z test_schema_correctness_logspace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.467s) 2022-09-27T15:48:15.9371621Z test_schema_correctness_logsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:15.9409284Z test_schema_correctness_logsumexp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:15.9503324Z test_schema_correctness_logsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:48:15.9593741Z test_schema_correctness_logsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:48:15.9631060Z test_schema_correctness_logsumexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:15.9668382Z test_schema_correctness_logsumexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:15.9705717Z test_schema_correctness_logsumexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:15.9742982Z test_schema_correctness_logsumexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:15.9780206Z test_schema_correctness_logsumexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:16.0209952Z test_schema_correctness_long_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:48:16.0636613Z test_schema_correctness_long_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:48:16.1068867Z test_schema_correctness_long_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:48:16.1078272Z test_schema_correctness_long_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:16.1509402Z test_schema_correctness_long_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:48:16.1937056Z test_schema_correctness_long_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:48:16.2365832Z test_schema_correctness_long_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:48:16.2794063Z test_schema_correctness_long_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:48:16.3221316Z test_schema_correctness_long_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:48:16.3649682Z test_schema_correctness_long_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:48:16.3796251Z test_schema_correctness_long_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:48:16.4222613Z test_schema_correctness_long_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:48:16.4648463Z test_schema_correctness_long_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:48:16.4701675Z test_schema_correctness_lt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:16.4748521Z test_schema_correctness_lt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:16.4801610Z test_schema_correctness_lt_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:16.4855810Z test_schema_correctness_lt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:16.4908308Z test_schema_correctness_lt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:16.4955726Z test_schema_correctness_lt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:16.5003233Z test_schema_correctness_lt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:16.5050938Z test_schema_correctness_lt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:16.5098740Z test_schema_correctness_lt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:16.5146609Z test_schema_correctness_lt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:16.5164789Z test_schema_correctness_lu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:1660: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-09-27T15:48:16.5165311Z LU, pivots = torch.lu(A, compute_pivots) 2022-09-27T15:48:16.5166556Z should be replaced with 2022-09-27T15:48:16.5168191Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-09-27T15:48:16.5168471Z and 2022-09-27T15:48:16.5168757Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-09-27T15:48:16.5169010Z should be replaced with 2022-09-27T15:48:16.5169395Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1925.) 2022-09-27T15:48:16.5169836Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-09-27T15:48:16.5395890Z ok (0.025s) 2022-09-27T15:48:16.5645180Z test_schema_correctness_lu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:48:16.5870564Z test_schema_correctness_lu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:48:16.6092591Z test_schema_correctness_lu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:48:16.6115472Z test_schema_correctness_lu_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-09-27T15:48:16.6116617Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-09-27T15:48:16.6117096Z X = torch.lu_solve(B, LU, pivots) 2022-09-27T15:48:16.6117474Z should be replaced with 2022-09-27T15:48:16.6118090Z 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:48:16.6118723Z return self.op(*args, **kwargs) 2022-09-27T15:48:16.6350052Z ok (0.026s) 2022-09-27T15:48:16.6607920Z test_schema_correctness_lu_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:48:16.6841757Z test_schema_correctness_lu_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:48:16.7070286Z test_schema_correctness_lu_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:48:16.7200648Z test_schema_correctness_lu_unpack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:48:16.7331747Z test_schema_correctness_lu_unpack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:48:16.7449517Z test_schema_correctness_lu_unpack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:48:16.7566225Z test_schema_correctness_lu_unpack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:48:16.7600091Z test_schema_correctness_mH_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:16.7630363Z test_schema_correctness_mH_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:16.7689083Z test_schema_correctness_mH_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:16.7698799Z test_schema_correctness_mH_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:16.7754516Z test_schema_correctness_mH_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:16.7789534Z test_schema_correctness_mH_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:16.7823359Z test_schema_correctness_mH_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:16.7859354Z test_schema_correctness_mH_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:16.7890538Z test_schema_correctness_mH_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:16.7922336Z test_schema_correctness_mH_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:16.7954179Z test_schema_correctness_mH_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:16.7985629Z test_schema_correctness_mH_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:16.8017501Z test_schema_correctness_mH_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:16.8050027Z test_schema_correctness_mT_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:16.8080257Z test_schema_correctness_mT_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:16.8119836Z test_schema_correctness_mT_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:16.8128911Z test_schema_correctness_mT_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:16.8166494Z test_schema_correctness_mT_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:16.8201438Z test_schema_correctness_mT_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:16.8234940Z test_schema_correctness_mT_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:16.8269484Z test_schema_correctness_mT_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:16.8301337Z test_schema_correctness_mT_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:16.8332776Z test_schema_correctness_mT_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:16.8364634Z test_schema_correctness_mT_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:16.8396128Z test_schema_correctness_mT_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:16.8428014Z test_schema_correctness_mT_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:16.8480752Z test_schema_correctness_masked_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:16.8527554Z test_schema_correctness_masked_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:16.8583966Z test_schema_correctness_masked_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:16.8592625Z test_schema_correctness_masked_fill_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:16.8648939Z test_schema_correctness_masked_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:16.8699816Z test_schema_correctness_masked_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:16.8751010Z test_schema_correctness_masked_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:16.8801021Z test_schema_correctness_masked_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:16.8848845Z test_schema_correctness_masked_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:16.8896999Z test_schema_correctness_masked_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:16.8943835Z test_schema_correctness_masked_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:16.8991300Z test_schema_correctness_masked_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:16.9039149Z test_schema_correctness_masked_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:16.9075184Z test_schema_correctness_masked_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:16.9106376Z test_schema_correctness_masked_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:16.9145554Z test_schema_correctness_masked_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:16.9182933Z test_schema_correctness_masked_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:16.9217386Z test_schema_correctness_masked_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:16.9250993Z test_schema_correctness_masked_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:16.9284174Z test_schema_correctness_masked_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:16.9315492Z test_schema_correctness_masked_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:16.9347328Z test_schema_correctness_masked_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:16.9378854Z test_schema_correctness_masked_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:16.9410241Z test_schema_correctness_masked_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:16.9441674Z test_schema_correctness_masked_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:16.9482066Z test_schema_correctness_masked_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:16.9519231Z test_schema_correctness_masked_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:16.9564944Z test_schema_correctness_masked_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:16.9610700Z test_schema_correctness_masked_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:16.9650810Z test_schema_correctness_masked_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:16.9690562Z test_schema_correctness_masked_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:16.9729868Z test_schema_correctness_masked_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:16.9768216Z test_schema_correctness_masked_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:16.9805726Z test_schema_correctness_masked_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:16.9843640Z test_schema_correctness_masked_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:16.9881011Z test_schema_correctness_masked_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:16.9918749Z test_schema_correctness_masked_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:17.0838867Z test_schema_correctness_matmul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-09-27T15:48:17.1805607Z test_schema_correctness_matmul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.097s) 2022-09-27T15:48:17.2774331Z test_schema_correctness_matmul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.097s) 2022-09-27T15:48:17.3728733Z test_schema_correctness_matmul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-09-27T15:48:17.4678008Z test_schema_correctness_matmul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-09-27T15:48:17.5606027Z test_schema_correctness_matmul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-09-27T15:48:17.6537531Z test_schema_correctness_matmul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-09-27T15:48:17.7471157Z test_schema_correctness_matmul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-09-27T15:48:17.8409017Z test_schema_correctness_matmul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-09-27T15:48:17.9338005Z test_schema_correctness_matmul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-09-27T15:48:17.9367102Z test_schema_correctness_matrix_exp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:17.9395779Z test_schema_correctness_matrix_exp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:17.9424008Z test_schema_correctness_matrix_exp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:17.9450320Z test_schema_correctness_matrix_exp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:17.9476270Z test_schema_correctness_matrix_exp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:17.9535553Z test_schema_correctness_max_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:17.9581770Z test_schema_correctness_max_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:17.9634926Z test_schema_correctness_max_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:17.9689186Z test_schema_correctness_max_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:17.9741520Z test_schema_correctness_max_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:17.9789598Z test_schema_correctness_max_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:17.9837392Z test_schema_correctness_max_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:17.9885522Z test_schema_correctness_max_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:17.9933035Z test_schema_correctness_max_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:17.9980782Z test_schema_correctness_max_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:17.9995739Z test_schema_correctness_max_reduction_no_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:18.0010124Z test_schema_correctness_max_reduction_no_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:18.0025397Z test_schema_correctness_max_reduction_no_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:18.0040298Z test_schema_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:18.0056652Z test_schema_correctness_max_reduction_no_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:18.0071183Z test_schema_correctness_max_reduction_no_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:18.0085401Z test_schema_correctness_max_reduction_no_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:18.0100064Z test_schema_correctness_max_reduction_no_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:18.0114409Z test_schema_correctness_max_reduction_no_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:18.0128921Z test_schema_correctness_max_reduction_no_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:18.0157480Z test_schema_correctness_max_reduction_with_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:18.0185661Z test_schema_correctness_max_reduction_with_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:18.0215770Z test_schema_correctness_max_reduction_with_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:18.0245021Z test_schema_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:18.0275330Z test_schema_correctness_max_reduction_with_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:18.0303865Z test_schema_correctness_max_reduction_with_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:18.0332323Z test_schema_correctness_max_reduction_with_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:18.0360325Z test_schema_correctness_max_reduction_with_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:18.0388974Z test_schema_correctness_max_reduction_with_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:18.0417151Z test_schema_correctness_max_reduction_with_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:18.0470624Z test_schema_correctness_maximum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.0517946Z test_schema_correctness_maximum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.0571924Z test_schema_correctness_maximum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.0626345Z test_schema_correctness_maximum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.0679731Z test_schema_correctness_maximum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.0727165Z test_schema_correctness_maximum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.0775880Z test_schema_correctness_maximum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.0824616Z test_schema_correctness_maximum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.0873081Z test_schema_correctness_maximum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.0921729Z test_schema_correctness_maximum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.1125694Z test_schema_correctness_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:48:18.1331016Z test_schema_correctness_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:48:18.1540160Z test_schema_correctness_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:48:18.1742338Z test_schema_correctness_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:48:18.1943313Z test_schema_correctness_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:48:18.2141178Z test_schema_correctness_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:48:18.2198906Z test_schema_correctness_median_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:18.2255113Z test_schema_correctness_median_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:18.2309136Z test_schema_correctness_median_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.2363214Z test_schema_correctness_median_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.2417644Z test_schema_correctness_median_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.2476051Z test_schema_correctness_median_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:18.2530253Z test_schema_correctness_median_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.2584609Z test_schema_correctness_median_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.2790100Z test_schema_correctness_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:48:18.2988093Z test_schema_correctness_meshgrid_list_of_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:48:18.3200569Z test_schema_correctness_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:48:18.3416784Z test_schema_correctness_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:48:18.3621358Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:48:18.3824912Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:48:18.4022499Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:48:18.4220917Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:48:18.4419664Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:48:18.4617295Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:48:18.4814917Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:48:18.5012951Z test_schema_correctness_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:48:18.5216423Z test_schema_correctness_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:48:18.5412888Z test_schema_correctness_meshgrid_variadic_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:48:18.5625998Z test_schema_correctness_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:48:18.5840679Z test_schema_correctness_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:48:18.6044272Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:48:18.6247449Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:48:18.6445650Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:48:18.6648962Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:48:18.6851534Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:48:18.7050608Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:48:18.7250717Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:48:18.7450394Z test_schema_correctness_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:48:18.7504397Z test_schema_correctness_min_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.7551554Z test_schema_correctness_min_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.7604589Z test_schema_correctness_min_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.7658568Z test_schema_correctness_min_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.7711214Z test_schema_correctness_min_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.7759147Z test_schema_correctness_min_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.7807077Z test_schema_correctness_min_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.7855458Z test_schema_correctness_min_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.7903226Z test_schema_correctness_min_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.7950659Z test_schema_correctness_min_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.7966578Z test_schema_correctness_min_reduction_no_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:18.7981096Z test_schema_correctness_min_reduction_no_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:18.7996500Z test_schema_correctness_min_reduction_no_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:18.8012599Z test_schema_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:18.8028319Z test_schema_correctness_min_reduction_no_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:18.8042728Z test_schema_correctness_min_reduction_no_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:18.8058203Z test_schema_correctness_min_reduction_no_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:18.8072924Z test_schema_correctness_min_reduction_no_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:18.8087215Z test_schema_correctness_min_reduction_no_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:18.8102075Z test_schema_correctness_min_reduction_no_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:18.8128776Z test_schema_correctness_min_reduction_with_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:18.8153502Z test_schema_correctness_min_reduction_with_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:18.8180016Z test_schema_correctness_min_reduction_with_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:18.8205698Z test_schema_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:18.8234722Z test_schema_correctness_min_reduction_with_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:18.8259693Z test_schema_correctness_min_reduction_with_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:18.8284345Z test_schema_correctness_min_reduction_with_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:18.8309708Z test_schema_correctness_min_reduction_with_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:18.8335089Z test_schema_correctness_min_reduction_with_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:18.8361362Z test_schema_correctness_min_reduction_with_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:18.8414441Z test_schema_correctness_minimum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.8461203Z test_schema_correctness_minimum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.8514538Z test_schema_correctness_minimum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.8568964Z test_schema_correctness_minimum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.8622129Z test_schema_correctness_minimum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.8669937Z test_schema_correctness_minimum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.8718333Z test_schema_correctness_minimum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.8766682Z test_schema_correctness_minimum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.8814428Z test_schema_correctness_minimum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.8862958Z test_schema_correctness_minimum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.8877121Z test_schema_correctness_mm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:18.8882137Z test_schema_correctness_mm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:48:18.8887129Z test_schema_correctness_mm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:48:18.8902290Z test_schema_correctness_mm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:18.8917345Z test_schema_correctness_mm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:18.8931355Z test_schema_correctness_mm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:18.8944877Z test_schema_correctness_mm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:18.8958773Z test_schema_correctness_mm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:18.8972808Z test_schema_correctness_mm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:18.8986290Z test_schema_correctness_mm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:18.9028506Z test_schema_correctness_mode_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:18.9065479Z test_schema_correctness_mode_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:18.9110203Z test_schema_correctness_mode_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:18.9151489Z test_schema_correctness_mode_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:18.9194778Z test_schema_correctness_mode_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:18.9233730Z test_schema_correctness_mode_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:18.9273119Z test_schema_correctness_mode_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:18.9312463Z test_schema_correctness_mode_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:18.9351947Z test_schema_correctness_mode_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:18.9389822Z test_schema_correctness_mode_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:18.9411186Z test_schema_correctness_movedim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:18.9429971Z test_schema_correctness_movedim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:18.9450499Z test_schema_correctness_movedim_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:18.9459287Z test_schema_correctness_movedim_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:18.9479238Z test_schema_correctness_movedim_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:18.9499005Z test_schema_correctness_movedim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:18.9518375Z test_schema_correctness_movedim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:18.9537169Z test_schema_correctness_movedim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:18.9555177Z test_schema_correctness_movedim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:18.9574118Z test_schema_correctness_movedim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:18.9592788Z test_schema_correctness_movedim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:18.9611156Z test_schema_correctness_movedim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:18.9629597Z test_schema_correctness_movedim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:18.9656728Z test_schema_correctness_msort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:18.9678638Z test_schema_correctness_msort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:18.9713605Z test_schema_correctness_msort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:18.9741063Z test_schema_correctness_msort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:18.9771352Z test_schema_correctness_msort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:18.9797258Z test_schema_correctness_msort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:18.9823044Z test_schema_correctness_msort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:18.9848652Z test_schema_correctness_msort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:18.9873034Z test_schema_correctness_msort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:18.9896937Z test_schema_correctness_msort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:18.9949604Z test_schema_correctness_mul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:18.9996433Z test_schema_correctness_mul_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.0059855Z test_schema_correctness_mul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:19.0068524Z test_schema_correctness_mul_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:19.0132778Z test_schema_correctness_mul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:19.0185873Z test_schema_correctness_mul_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.0239808Z test_schema_correctness_mul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.0292155Z test_schema_correctness_mul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.0341404Z test_schema_correctness_mul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.0389187Z test_schema_correctness_mul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.0437051Z test_schema_correctness_mul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.0485132Z test_schema_correctness_mul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.0534100Z test_schema_correctness_mul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.0592488Z test_schema_correctness_multinomial_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:19.0648561Z test_schema_correctness_multinomial_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:19.0703828Z test_schema_correctness_multinomial_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:19.0717867Z test_schema_correctness_mv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:19.0733108Z test_schema_correctness_mv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:19.0748872Z test_schema_correctness_mv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:19.0763901Z test_schema_correctness_mv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:19.0778908Z test_schema_correctness_mv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:19.0792664Z test_schema_correctness_mv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:19.0805875Z test_schema_correctness_mv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:19.0819366Z test_schema_correctness_mv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:19.0832584Z test_schema_correctness_mv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:19.0845945Z test_schema_correctness_mv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:19.0900545Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.0954734Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.1007676Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.1058311Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.1109115Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.1159773Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.1211013Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.1262027Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.1316259Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.1371481Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.1424101Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.1475061Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.1525946Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.1577101Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.1628069Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.1678778Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.1733264Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.1787348Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.1840065Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.1890721Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.1941593Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.1992230Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.2043373Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.2094006Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.2118274Z test_schema_correctness_nan_to_num_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:19.2140368Z test_schema_correctness_nan_to_num_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:19.2163379Z test_schema_correctness_nan_to_num_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:19.2186638Z test_schema_correctness_nan_to_num_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:19.2209618Z test_schema_correctness_nan_to_num_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:19.2231462Z test_schema_correctness_nan_to_num_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:19.2253471Z test_schema_correctness_nan_to_num_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:19.2275293Z test_schema_correctness_nan_to_num_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:19.2297431Z test_schema_correctness_nan_to_num_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:19.2319112Z test_schema_correctness_nan_to_num_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:19.3386390Z test_schema_correctness_nanmean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-09-27T15:48:19.4462673Z test_schema_correctness_nanmean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:48:19.5524144Z test_schema_correctness_nanmean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.106s) 2022-09-27T15:48:19.6566413Z test_schema_correctness_nanmean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-09-27T15:48:19.6624541Z test_schema_correctness_nanmedian_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:19.6681285Z test_schema_correctness_nanmedian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:19.6735782Z test_schema_correctness_nanmedian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.6790507Z test_schema_correctness_nanmedian_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.6844434Z test_schema_correctness_nanmedian_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.6898574Z test_schema_correctness_nanmedian_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.6952433Z test_schema_correctness_nanmedian_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:19.7006566Z test_schema_correctness_nanmedian_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:22.8619885Z test_schema_correctness_nanquantile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.161s) 2022-09-27T15:48:26.0093114Z test_schema_correctness_nanquantile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.147s) 2022-09-27T15:48:26.0358060Z test_schema_correctness_nansum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:48:26.0572160Z test_schema_correctness_nansum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:48:26.0836829Z test_schema_correctness_nansum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:48:26.1100065Z test_schema_correctness_nansum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:48:26.1358039Z test_schema_correctness_nansum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:48:26.1571029Z test_schema_correctness_nansum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:48:26.1783496Z test_schema_correctness_nansum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:48:26.1995195Z test_schema_correctness_nansum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:48:26.2209291Z test_schema_correctness_nansum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:48:26.2423177Z test_schema_correctness_nansum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:48:26.2457113Z test_schema_correctness_narrow_copy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:26.2487005Z test_schema_correctness_narrow_copy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:26.2525955Z test_schema_correctness_narrow_copy_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:26.2535653Z test_schema_correctness_narrow_copy_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:26.2573735Z test_schema_correctness_narrow_copy_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:26.2607535Z test_schema_correctness_narrow_copy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:26.2639968Z test_schema_correctness_narrow_copy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:26.2675746Z test_schema_correctness_narrow_copy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:26.2707066Z test_schema_correctness_narrow_copy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:26.2738063Z test_schema_correctness_narrow_copy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:26.2769372Z test_schema_correctness_narrow_copy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:26.2799703Z test_schema_correctness_narrow_copy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:26.2830593Z test_schema_correctness_narrow_copy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:26.2904684Z test_schema_correctness_narrow_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:48:26.2975461Z test_schema_correctness_narrow_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:48:26.3060569Z test_schema_correctness_narrow_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:48:26.3069682Z test_schema_correctness_narrow_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:26.3153536Z test_schema_correctness_narrow_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:48:26.3228070Z test_schema_correctness_narrow_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:48:26.3300602Z test_schema_correctness_narrow_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:48:26.3379944Z test_schema_correctness_narrow_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:48:26.3450750Z test_schema_correctness_narrow_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:48:26.3520801Z test_schema_correctness_narrow_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:48:26.3591288Z test_schema_correctness_narrow_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:48:26.3661645Z test_schema_correctness_narrow_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:48:26.3731819Z test_schema_correctness_narrow_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:48:26.3888664Z test_schema_correctness_native_layer_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:48:26.4044272Z test_schema_correctness_native_layer_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:48:26.4196545Z test_schema_correctness_native_layer_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:48:26.4248931Z test_schema_correctness_ne_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:26.4296166Z test_schema_correctness_ne_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:26.4359671Z test_schema_correctness_ne_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:26.4423818Z test_schema_correctness_ne_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:26.4476863Z test_schema_correctness_ne_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:26.4530774Z test_schema_correctness_ne_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:26.4583653Z test_schema_correctness_ne_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:26.4631686Z test_schema_correctness_ne_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:26.4679733Z test_schema_correctness_ne_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:26.4727800Z test_schema_correctness_ne_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:26.4775935Z test_schema_correctness_ne_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:26.4823975Z test_schema_correctness_ne_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:26.4836950Z test_schema_correctness_neg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:26.4850999Z test_schema_correctness_neg_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:26.4860539Z test_schema_correctness_neg_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:26.4874564Z test_schema_correctness_neg_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:26.4888080Z test_schema_correctness_neg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:26.4901427Z test_schema_correctness_neg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:26.4915342Z test_schema_correctness_neg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:26.4928854Z test_schema_correctness_neg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:26.4942280Z test_schema_correctness_neg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:26.4955575Z test_schema_correctness_neg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:26.4969027Z test_schema_correctness_neg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:26.4982689Z test_schema_correctness_neg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:26.5403291Z test_schema_correctness_new_empty_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:48:26.5819956Z test_schema_correctness_new_empty_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:48:26.6240780Z test_schema_correctness_new_empty_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:48:26.6249972Z test_schema_correctness_new_empty_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:26.6671578Z test_schema_correctness_new_empty_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:48:26.7090378Z test_schema_correctness_new_empty_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:48:26.7509720Z test_schema_correctness_new_empty_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:48:26.7927507Z test_schema_correctness_new_empty_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:48:26.8343881Z test_schema_correctness_new_empty_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:48:26.8764591Z test_schema_correctness_new_empty_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:48:26.9180400Z test_schema_correctness_new_empty_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:48:26.9595674Z test_schema_correctness_new_empty_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:48:27.0011240Z test_schema_correctness_new_empty_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:48:27.0519765Z test_schema_correctness_new_empty_strided_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:48:27.1025059Z test_schema_correctness_new_empty_strided_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-09-27T15:48:27.1535481Z test_schema_correctness_new_empty_strided_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:48:27.1544408Z test_schema_correctness_new_empty_strided_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:27.2053471Z test_schema_correctness_new_empty_strided_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:48:27.2561735Z test_schema_correctness_new_empty_strided_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:48:27.3068547Z test_schema_correctness_new_empty_strided_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:48:27.3575934Z test_schema_correctness_new_empty_strided_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:48:27.4084449Z test_schema_correctness_new_empty_strided_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:48:27.4592206Z test_schema_correctness_new_empty_strided_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:48:27.5099044Z test_schema_correctness_new_empty_strided_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:48:27.5605587Z test_schema_correctness_new_empty_strided_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:48:27.6113626Z test_schema_correctness_new_empty_strided_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:48:27.6583607Z test_schema_correctness_new_full_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:48:27.7049783Z test_schema_correctness_new_full_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:48:27.7524593Z test_schema_correctness_new_full_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:48:27.7534127Z test_schema_correctness_new_full_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:27.8011295Z test_schema_correctness_new_full_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T15:48:27.8485486Z test_schema_correctness_new_full_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:48:27.8956105Z test_schema_correctness_new_full_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:48:27.9426373Z test_schema_correctness_new_full_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:48:27.9894626Z test_schema_correctness_new_full_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:48:28.0360103Z test_schema_correctness_new_full_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:48:28.0828748Z test_schema_correctness_new_full_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:48:28.1295990Z test_schema_correctness_new_full_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:48:28.1763533Z test_schema_correctness_new_full_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:48:28.2225432Z test_schema_correctness_new_ones_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:48:28.2685699Z test_schema_correctness_new_ones_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:48:28.3150951Z test_schema_correctness_new_ones_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:48:28.3160177Z test_schema_correctness_new_ones_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:28.3625757Z test_schema_correctness_new_ones_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:48:28.4085997Z test_schema_correctness_new_ones_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:48:28.4545899Z test_schema_correctness_new_ones_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:48:28.5004614Z test_schema_correctness_new_ones_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:48:28.5464564Z test_schema_correctness_new_ones_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:48:28.5924662Z test_schema_correctness_new_ones_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:48:28.6386000Z test_schema_correctness_new_ones_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:48:28.6846146Z test_schema_correctness_new_ones_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:48:28.7304984Z test_schema_correctness_new_ones_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:48:28.7764771Z test_schema_correctness_new_zeros_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:48:28.8220955Z test_schema_correctness_new_zeros_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:48:28.8682297Z test_schema_correctness_new_zeros_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:48:28.8691161Z test_schema_correctness_new_zeros_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:28.9152327Z test_schema_correctness_new_zeros_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:48:28.9610955Z test_schema_correctness_new_zeros_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:48:29.0068953Z test_schema_correctness_new_zeros_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:48:29.0524010Z test_schema_correctness_new_zeros_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:48:29.0980085Z test_schema_correctness_new_zeros_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:48:29.1434099Z test_schema_correctness_new_zeros_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:48:29.1890023Z test_schema_correctness_new_zeros_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:48:29.2345653Z test_schema_correctness_new_zeros_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:48:29.2801818Z test_schema_correctness_new_zeros_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:48:29.2855149Z test_schema_correctness_nextafter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:29.2914130Z test_schema_correctness_nextafter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:29.2967654Z test_schema_correctness_nextafter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:29.3046627Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:48:29.3129374Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:48:29.3214706Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:48:29.3275877Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:29.3340205Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:29.3406382Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:48:29.3498746Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:48:29.3584397Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:48:29.3671293Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:48:29.3795372Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:48:29.3918400Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:48:29.4038576Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:48:29.4171318Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:48:29.4304562Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:48:29.4439591Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:48:29.4573537Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:48:29.4704912Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:48:29.4844518Z test_schema_correctness_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:48:29.4981826Z test_schema_correctness_nn_functional_avg_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:48:29.5115588Z test_schema_correctness_nn_functional_avg_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:48:29.5249483Z test_schema_correctness_nn_functional_avg_pool1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:48:29.5409972Z test_schema_correctness_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:48:29.5575579Z test_schema_correctness_nn_functional_avg_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:48:29.5741133Z test_schema_correctness_nn_functional_avg_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:48:29.5903243Z test_schema_correctness_nn_functional_avg_pool2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:48:29.6081399Z test_schema_correctness_nn_functional_avg_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:48:29.6262116Z test_schema_correctness_nn_functional_avg_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:48:29.6444988Z test_schema_correctness_nn_functional_avg_pool3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:48:29.7871393Z test_schema_correctness_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-09-27T15:48:29.9261109Z test_schema_correctness_nn_functional_batch_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.139s) 2022-09-27T15:48:30.0646748Z test_schema_correctness_nn_functional_batch_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.138s) 2022-09-27T15:48:30.1109084Z test_schema_correctness_nn_functional_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:48:30.1577759Z test_schema_correctness_nn_functional_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:48:30.2036577Z test_schema_correctness_nn_functional_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:48:30.2489746Z test_schema_correctness_nn_functional_bilinear_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:48:30.2939571Z test_schema_correctness_nn_functional_bilinear_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:48:30.3393328Z test_schema_correctness_nn_functional_bilinear_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:48:30.3843077Z test_schema_correctness_nn_functional_bilinear_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:48:30.4292236Z test_schema_correctness_nn_functional_bilinear_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:48:30.4385030Z test_schema_correctness_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:48:30.4475805Z test_schema_correctness_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:48:30.4700063Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:48:30.4924517Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:48:30.5142848Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:48:30.5164532Z test_schema_correctness_nn_functional_celu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:30.5185462Z test_schema_correctness_nn_functional_celu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:30.5206707Z test_schema_correctness_nn_functional_celu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:30.5387886Z test_schema_correctness_nn_functional_conv1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:48:30.6254185Z test_schema_correctness_nn_functional_conv1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.086s) 2022-09-27T15:48:30.7305268Z test_schema_correctness_nn_functional_conv1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.105s) 2022-09-27T15:48:30.7468843Z test_schema_correctness_nn_functional_conv1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:48:30.7630164Z test_schema_correctness_nn_functional_conv1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:48:30.7783127Z test_schema_correctness_nn_functional_conv1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:48:30.8022052Z test_schema_correctness_nn_functional_conv2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:894.) 2022-09-27T15:48:30.8022857Z return self.op(*args, **kwargs) 2022-09-27T15:48:30.8335419Z ok (0.055s) 2022-09-27T15:48:31.1239358Z test_schema_correctness_nn_functional_conv2d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.290s) 2022-09-27T15:48:31.4601510Z test_schema_correctness_nn_functional_conv2d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.336s) 2022-09-27T15:48:31.5113648Z test_schema_correctness_nn_functional_conv2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:48:31.5621872Z test_schema_correctness_nn_functional_conv2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:48:31.6107659Z test_schema_correctness_nn_functional_conv2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-09-27T15:48:31.6986001Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-09-27T15:48:31.7960655Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.097s) 2022-09-27T15:48:31.8111708Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:48:31.8267157Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:48:31.8416950Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:48:31.8612378Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:48:31.8812336Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:48:31.9001142Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:48:31.9198848Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:48:31.9394076Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:48:31.9580911Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:48:32.1607295Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.203s) 2022-09-27T15:48:32.3632455Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.202s) 2022-09-27T15:48:32.5661615Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.203s) 2022-09-27T15:48:32.7680841Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.202s) 2022-09-27T15:48:32.9718139Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.204s) 2022-09-27T15:48:33.1744953Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.203s) 2022-09-27T15:48:33.3769238Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.202s) 2022-09-27T15:48:33.5796115Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.203s) 2022-09-27T15:48:33.7824857Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.203s) 2022-09-27T15:48:33.8587923Z test_schema_correctness_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.076s) 2022-09-27T15:48:33.9366495Z test_schema_correctness_nn_functional_cosine_similarity_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-09-27T15:48:34.0127446Z test_schema_correctness_nn_functional_cosine_similarity_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.076s) 2022-09-27T15:48:34.0436374Z test_schema_correctness_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:48:34.0731859Z test_schema_correctness_nn_functional_cross_entropy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:48:34.1016164Z test_schema_correctness_nn_functional_cross_entropy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:48:34.1648777Z test_schema_correctness_nn_functional_ctc_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T15:48:34.2292600Z test_schema_correctness_nn_functional_ctc_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T15:48:34.2308015Z test_schema_correctness_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T15:48:34.2309618Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T15:48:34.2702279Z ok (0.041s) 2022-09-27T15:48:34.3111428Z test_schema_correctness_nn_functional_dropout2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:48:34.3522773Z test_schema_correctness_nn_functional_dropout2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:48:34.3972204Z test_schema_correctness_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:48:34.4440894Z test_schema_correctness_nn_functional_dropout3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:48:34.4906758Z test_schema_correctness_nn_functional_dropout3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:48:34.5964992Z test_schema_correctness_nn_functional_dropout_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.106s) 2022-09-27T15:48:34.7021571Z test_schema_correctness_nn_functional_dropout_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.106s) 2022-09-27T15:48:34.8079551Z test_schema_correctness_nn_functional_dropout_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.106s) 2022-09-27T15:48:34.8104491Z test_schema_correctness_nn_functional_elu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:34.8128738Z test_schema_correctness_nn_functional_elu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:34.8152361Z test_schema_correctness_nn_functional_elu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:35.1852535Z test_schema_correctness_nn_functional_embedding_bag_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.370s) 2022-09-27T15:48:35.5531854Z test_schema_correctness_nn_functional_embedding_bag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.368s) 2022-09-27T15:48:35.9172142Z test_schema_correctness_nn_functional_embedding_bag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.364s) 2022-09-27T15:48:35.9275111Z test_schema_correctness_nn_functional_embedding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:48:35.9378282Z test_schema_correctness_nn_functional_embedding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:48:35.9478128Z test_schema_correctness_nn_functional_embedding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:48:35.9575974Z test_schema_correctness_nn_functional_embedding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:48:35.9995406Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:48:36.0421899Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:48:36.0846676Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:48:36.0879586Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:36.0906994Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:36.0942806Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:36.0978398Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:36.1010598Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:36.1042324Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:36.1074000Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:36.1102486Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:36.1129825Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:36.1160431Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:36.1189780Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:36.1217587Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:36.2937941Z test_schema_correctness_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.172s) 2022-09-27T15:48:36.4652737Z test_schema_correctness_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.171s) 2022-09-27T15:48:36.6961011Z test_schema_correctness_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.231s) 2022-09-27T15:48:36.9256246Z test_schema_correctness_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.229s) 2022-09-27T15:48:38.1971997Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.271s) 2022-09-27T15:48:39.4745155Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.277s) 2022-09-27T15:48:40.7338974Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.259s) 2022-09-27T15:48:40.7385381Z test_schema_correctness_nn_functional_gelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:40.7429979Z test_schema_correctness_nn_functional_gelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:40.7469614Z test_schema_correctness_nn_functional_gelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:40.7652340Z test_schema_correctness_nn_functional_glu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:48:40.7842425Z test_schema_correctness_nn_functional_glu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:48:40.8034570Z test_schema_correctness_nn_functional_glu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:48:40.8246099Z test_schema_correctness_nn_functional_grid_sample_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:48:40.8453677Z test_schema_correctness_nn_functional_grid_sample_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:48:40.8508689Z test_schema_correctness_nn_functional_group_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:40.8561827Z test_schema_correctness_nn_functional_group_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:40.8612559Z test_schema_correctness_nn_functional_group_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:40.8644627Z test_schema_correctness_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:40.8676615Z test_schema_correctness_nn_functional_hardshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:40.8707998Z test_schema_correctness_nn_functional_hardshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:40.8727062Z test_schema_correctness_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:40.8746454Z test_schema_correctness_nn_functional_hardsigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:40.8765054Z test_schema_correctness_nn_functional_hardsigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:40.8786641Z test_schema_correctness_nn_functional_hardswish_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:40.8808742Z test_schema_correctness_nn_functional_hardswish_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:40.8831935Z test_schema_correctness_nn_functional_hardswish_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:40.8867672Z test_schema_correctness_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:40.8902290Z test_schema_correctness_nn_functional_hardtanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:40.8936077Z test_schema_correctness_nn_functional_hardtanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:40.8968040Z test_schema_correctness_nn_functional_hardtanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:40.9000064Z test_schema_correctness_nn_functional_hardtanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:40.9032314Z test_schema_correctness_nn_functional_hardtanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:40.9064447Z test_schema_correctness_nn_functional_hardtanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:41.1933634Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.287s) 2022-09-27T15:48:41.4800659Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.287s) 2022-09-27T15:48:41.7672733Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.287s) 2022-09-27T15:48:41.7736989Z test_schema_correctness_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:48:41.7801157Z test_schema_correctness_nn_functional_huber_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:41.7865058Z test_schema_correctness_nn_functional_huber_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:41.7928711Z test_schema_correctness_nn_functional_huber_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:41.9346976Z test_schema_correctness_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.142s) 2022-09-27T15:48:42.0762877Z test_schema_correctness_nn_functional_instance_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.142s) 2022-09-27T15:48:42.2169052Z test_schema_correctness_nn_functional_instance_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-09-27T15:48:42.2264028Z test_schema_correctness_nn_functional_interpolate_area_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:48:42.2358883Z test_schema_correctness_nn_functional_interpolate_area_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:48:42.2440962Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:48:42.2518208Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:48:42.2599228Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:48:42.2675689Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:48:42.2751219Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:48:42.2829403Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:48:42.2902795Z test_schema_correctness_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:48:42.2974630Z test_schema_correctness_nn_functional_interpolate_linear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:48:42.3044661Z test_schema_correctness_nn_functional_interpolate_linear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:48:42.3118607Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:48:42.3192557Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:48:42.3266808Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:48:42.3337064Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:48:42.3422434Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:48:42.3511746Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:48:42.3601267Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:48:42.3637933Z test_schema_correctness_nn_functional_kl_div_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:48:42.3638708Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:48:42.3853053Z ok (0.025s) 2022-09-27T15:48:42.4096812Z test_schema_correctness_nn_functional_kl_div_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:48:42.4329107Z test_schema_correctness_nn_functional_kl_div_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:48:42.4399158Z test_schema_correctness_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:48:42.4498155Z test_schema_correctness_nn_functional_l1_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:48:42.4596316Z test_schema_correctness_nn_functional_l1_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:48:42.4666807Z test_schema_correctness_nn_functional_l1_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:48:42.4736181Z test_schema_correctness_nn_functional_l1_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:48:42.4804933Z test_schema_correctness_nn_functional_l1_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:48:42.4865871Z test_schema_correctness_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:42.4928672Z test_schema_correctness_nn_functional_layer_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:42.4986035Z test_schema_correctness_nn_functional_layer_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:42.5026344Z test_schema_correctness_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:42.5068116Z test_schema_correctness_nn_functional_leaky_relu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:42.5110915Z test_schema_correctness_nn_functional_leaky_relu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:42.5301652Z test_schema_correctness_nn_functional_linear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:48:42.5525645Z test_schema_correctness_nn_functional_linear_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:48:42.5752230Z test_schema_correctness_nn_functional_linear_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:48:42.5955088Z test_schema_correctness_nn_functional_linear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:48:42.6150825Z test_schema_correctness_nn_functional_linear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:48:42.6331611Z test_schema_correctness_nn_functional_linear_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:48:42.6512031Z test_schema_correctness_nn_functional_linear_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:48:42.6705093Z test_schema_correctness_nn_functional_linear_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:48:42.6885388Z test_schema_correctness_nn_functional_linear_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:48:42.7066827Z test_schema_correctness_nn_functional_linear_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:48:42.7417220Z test_schema_correctness_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:48:42.7776814Z test_schema_correctness_nn_functional_local_response_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:48:42.8130331Z test_schema_correctness_nn_functional_local_response_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:48:42.8490794Z test_schema_correctness_nn_functional_local_response_norm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:48:42.8514093Z test_schema_correctness_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:42.8535027Z test_schema_correctness_nn_functional_logsigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:42.8554500Z test_schema_correctness_nn_functional_logsigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:42.9016199Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:48:42.9475381Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:48:42.9933208Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:48:43.0375672Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:48:43.0821393Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:48:43.1259429Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:48:43.1698572Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:48:43.2135288Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:48:44.7280040Z test_schema_correctness_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.514s) 2022-09-27T15:48:46.2417620Z test_schema_correctness_nn_functional_max_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.514s) 2022-09-27T15:48:47.7219741Z test_schema_correctness_nn_functional_max_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.480s) 2022-09-27T15:48:56.7916865Z test_schema_correctness_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (9.070s) 2022-09-27T15:49:05.8632022Z test_schema_correctness_nn_functional_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (9.071s) 2022-09-27T15:49:15.0176671Z test_schema_correctness_nn_functional_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (9.154s) 2022-09-27T15:49:18.6462189Z test_schema_correctness_nn_functional_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.628s) 2022-09-27T15:49:22.2738590Z test_schema_correctness_nn_functional_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.628s) 2022-09-27T15:49:22.5269276Z test_schema_correctness_nn_functional_max_unpool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.253s) 2022-09-27T15:49:22.7753043Z test_schema_correctness_nn_functional_max_unpool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.248s) 2022-09-27T15:49:22.8322969Z test_schema_correctness_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:49:22.8937236Z test_schema_correctness_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:49:23.1321360Z test_schema_correctness_nn_functional_max_unpool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.238s) 2022-09-27T15:49:23.3881606Z test_schema_correctness_nn_functional_max_unpool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.256s) 2022-09-27T15:49:23.4660038Z test_schema_correctness_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-09-27T15:49:23.5494562Z test_schema_correctness_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-09-27T15:49:23.6667374Z test_schema_correctness_nn_functional_max_unpool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-09-27T15:49:23.7845875Z test_schema_correctness_nn_functional_max_unpool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-09-27T15:49:23.8280351Z test_schema_correctness_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:49:23.8676332Z test_schema_correctness_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:23.8698273Z test_schema_correctness_nn_functional_mish_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:23.8719045Z test_schema_correctness_nn_functional_mish_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:23.8734725Z test_schema_correctness_nn_functional_mse_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3288: UserWarning: Applying the CPU mse kernel on half-type tensors. This may be slower than using float or double-type tensors. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp:822.) 2022-09-27T15:49:23.8735550Z return torch._C._nn.mse_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction)) 2022-09-27T15:49:23.8763207Z ok (0.004s) 2022-09-27T15:49:23.8805948Z test_schema_correctness_nn_functional_mse_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:23.8847948Z test_schema_correctness_nn_functional_mse_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:23.8891573Z test_schema_correctness_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:23.8932444Z test_schema_correctness_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:23.8958144Z test_schema_correctness_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:23.8982787Z test_schema_correctness_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:23.9173855Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:49:23.9353642Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:49:23.9527941Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:49:24.0012547Z test_schema_correctness_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T15:49:24.0492740Z test_schema_correctness_nn_functional_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T15:49:24.0967571Z test_schema_correctness_nn_functional_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:49:24.1367204Z test_schema_correctness_nn_functional_normalize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:24.1690412Z test_schema_correctness_nn_functional_normalize_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:49:24.2013925Z test_schema_correctness_nn_functional_normalize_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:49:24.2322300Z test_schema_correctness_nn_functional_normalize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:49:24.2632231Z test_schema_correctness_nn_functional_normalize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:49:24.3093160Z test_schema_correctness_nn_functional_one_hot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:49:24.4204792Z test_schema_correctness_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-09-27T15:49:24.4475097Z test_schema_correctness_nn_functional_pad_circular_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:49:24.5633750Z test_schema_correctness_nn_functional_pad_circular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-09-27T15:49:24.6788954Z test_schema_correctness_nn_functional_pad_circular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-09-27T15:49:24.7905078Z test_schema_correctness_nn_functional_pad_circular_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-09-27T15:49:24.9034478Z test_schema_correctness_nn_functional_pad_circular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-09-27T15:49:25.0148216Z test_schema_correctness_nn_functional_pad_circular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-09-27T15:49:25.1275644Z test_schema_correctness_nn_functional_pad_circular_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-09-27T15:49:25.2403614Z test_schema_correctness_nn_functional_pad_circular_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-09-27T15:49:25.3534429Z test_schema_correctness_nn_functional_pad_circular_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-09-27T15:49:25.4658235Z test_schema_correctness_nn_functional_pad_circular_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-09-27T15:49:25.5784808Z test_schema_correctness_nn_functional_pad_circular_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-09-27T15:49:25.6054099Z test_schema_correctness_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:49:25.6304890Z test_schema_correctness_nn_functional_pad_constant_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:49:25.6609373Z test_schema_correctness_nn_functional_pad_constant_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:25.6913026Z test_schema_correctness_nn_functional_pad_constant_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:25.7187260Z test_schema_correctness_nn_functional_pad_constant_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:49:25.7462814Z test_schema_correctness_nn_functional_pad_constant_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:25.7735796Z test_schema_correctness_nn_functional_pad_constant_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:49:25.7987581Z test_schema_correctness_nn_functional_pad_constant_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:49:25.8243460Z test_schema_correctness_nn_functional_pad_constant_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:25.8497588Z test_schema_correctness_nn_functional_pad_constant_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:49:25.8753271Z test_schema_correctness_nn_functional_pad_constant_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:25.9007600Z test_schema_correctness_nn_functional_pad_constant_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:49:25.9085866Z test_schema_correctness_nn_functional_pad_reflect_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:25.9162962Z test_schema_correctness_nn_functional_pad_reflect_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:25.9232810Z test_schema_correctness_nn_functional_pad_reflect_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:25.9301009Z test_schema_correctness_nn_functional_pad_reflect_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:25.9383351Z test_schema_correctness_nn_functional_pad_replicate_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:25.9460080Z test_schema_correctness_nn_functional_pad_replicate_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:25.9529136Z test_schema_correctness_nn_functional_pad_replicate_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:25.9597601Z test_schema_correctness_nn_functional_pad_replicate_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:25.9693717Z test_schema_correctness_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:25.9794759Z test_schema_correctness_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:25.9897089Z test_schema_correctness_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:25.9992580Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:26.0088158Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:26.0179143Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:26.0270917Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:26.0362881Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:26.0454593Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:26.0547231Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:26.0639042Z test_schema_correctness_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:26.0683899Z test_schema_correctness_nn_functional_pdist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:26.0727006Z test_schema_correctness_nn_functional_pdist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:26.0745475Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:26.0761662Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:26.0780662Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:26.0799503Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:26.0816908Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:26.0833915Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:26.0850962Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:26.0867983Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:26.0884385Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:26.0901062Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:26.0917424Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:26.0933949Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:26.0951888Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:26.0968180Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:26.0986289Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:26.1005466Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:26.1022588Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:26.1039874Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:26.1056949Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:26.1073335Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:26.1089686Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:26.1106277Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:26.1122612Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:26.1139284Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:26.3373858Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.223s) 2022-09-27T15:49:26.5634978Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.226s) 2022-09-27T15:49:26.7867759Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.223s) 2022-09-27T15:49:27.0101695Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.223s) 2022-09-27T15:49:27.2342651Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.224s) 2022-09-27T15:49:27.4571440Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.223s) 2022-09-27T15:49:27.6801133Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.223s) 2022-09-27T15:49:27.9034597Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.223s) 2022-09-27T15:49:27.9145587Z test_schema_correctness_nn_functional_prelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:49:27.9259579Z test_schema_correctness_nn_functional_prelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:49:27.9367737Z test_schema_correctness_nn_functional_prelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:49:27.9389687Z test_schema_correctness_nn_functional_relu6_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:27.9412361Z test_schema_correctness_nn_functional_relu6_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:27.9433468Z test_schema_correctness_nn_functional_relu6_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:27.9455968Z test_schema_correctness_nn_functional_relu6_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:27.9476570Z test_schema_correctness_nn_functional_relu6_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:27.9497630Z test_schema_correctness_nn_functional_relu6_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:27.9518498Z test_schema_correctness_nn_functional_relu6_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:27.9539504Z test_schema_correctness_nn_functional_relu6_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:27.9562554Z test_schema_correctness_nn_functional_relu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:27.9585676Z test_schema_correctness_nn_functional_relu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:27.9609116Z test_schema_correctness_nn_functional_relu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:27.9631371Z test_schema_correctness_nn_functional_relu_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:27.9653515Z test_schema_correctness_nn_functional_relu_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:27.9676047Z test_schema_correctness_nn_functional_relu_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:27.9697573Z test_schema_correctness_nn_functional_relu_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:27.9719601Z test_schema_correctness_nn_functional_relu_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.0179710Z test_schema_correctness_nn_functional_rrelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:49:28.0635358Z test_schema_correctness_nn_functional_rrelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:49:28.1091002Z test_schema_correctness_nn_functional_rrelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:49:28.1114332Z test_schema_correctness_nn_functional_selu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.1137770Z test_schema_correctness_nn_functional_selu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.1161528Z test_schema_correctness_nn_functional_selu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.1183414Z test_schema_correctness_nn_functional_silu_complex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.1204826Z test_schema_correctness_nn_functional_silu_complex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.1224224Z test_schema_correctness_nn_functional_silu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.1243286Z test_schema_correctness_nn_functional_silu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.1263314Z test_schema_correctness_nn_functional_silu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.1320932Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:28.1378677Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:28.1434949Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:28.1491719Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:28.1538032Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:28.1584851Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:28.1631481Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:28.1677947Z test_schema_correctness_nn_functional_softmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:28.1726030Z test_schema_correctness_nn_functional_softmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:28.1774076Z test_schema_correctness_nn_functional_softmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:28.2387408Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:49:28.3007410Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T15:49:28.3626897Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T15:49:28.4239965Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:49:28.4854452Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:49:28.4903356Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:28.5514569Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:49:28.6126206Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:49:28.6737785Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:49:28.7347055Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:49:28.7957829Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:49:28.7980570Z test_schema_correctness_nn_functional_softplus_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.8002291Z test_schema_correctness_nn_functional_softplus_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.8024718Z test_schema_correctness_nn_functional_softplus_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.8053043Z test_schema_correctness_nn_functional_softshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:28.8080847Z test_schema_correctness_nn_functional_softshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:28.8108546Z test_schema_correctness_nn_functional_softshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:28.8146722Z test_schema_correctness_nn_functional_softsign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:28.8185709Z test_schema_correctness_nn_functional_softsign_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:28.8225601Z test_schema_correctness_nn_functional_softsign_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:28.8263528Z test_schema_correctness_nn_functional_softsign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:28.8301427Z test_schema_correctness_nn_functional_softsign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:28.8338428Z test_schema_correctness_nn_functional_softsign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:28.8375647Z test_schema_correctness_nn_functional_softsign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:28.8412144Z test_schema_correctness_nn_functional_softsign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:28.8448677Z test_schema_correctness_nn_functional_softsign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:28.8485663Z test_schema_correctness_nn_functional_softsign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:28.8522386Z test_schema_correctness_nn_functional_softsign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:28.8553386Z test_schema_correctness_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:28.8586010Z test_schema_correctness_nn_functional_tanhshrink_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:28.8617857Z test_schema_correctness_nn_functional_tanhshrink_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:28.8649486Z test_schema_correctness_nn_functional_tanhshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:28.8680468Z test_schema_correctness_nn_functional_tanhshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:28.8711729Z test_schema_correctness_nn_functional_tanhshrink_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:28.8742852Z test_schema_correctness_nn_functional_tanhshrink_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:28.8773901Z test_schema_correctness_nn_functional_tanhshrink_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:28.8804508Z test_schema_correctness_nn_functional_tanhshrink_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:28.8835656Z test_schema_correctness_nn_functional_tanhshrink_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:28.8863347Z test_schema_correctness_nn_functional_threshold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:28.8890545Z test_schema_correctness_nn_functional_threshold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:28.8918347Z test_schema_correctness_nn_functional_threshold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:28.8943455Z test_schema_correctness_nn_functional_threshold_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.8967670Z test_schema_correctness_nn_functional_threshold_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.8991993Z test_schema_correctness_nn_functional_threshold_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.9016314Z test_schema_correctness_nn_functional_threshold_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.9040360Z test_schema_correctness_nn_functional_threshold_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.9322787Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:28.9642680Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:49:28.9963692Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:49:29.0245615Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:29.0516397Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:49:29.0797410Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:29.1079543Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:29.1360834Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:29.1642367Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:29.1923206Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:29.2220176Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:29.2549094Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:49:29.2879574Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:49:29.3169930Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:49:29.3449455Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:29.3736271Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:49:29.4020289Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:29.4303410Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:29.4586510Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:29.4869795Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:29.6696420Z test_schema_correctness_nn_functional_unfold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.183s) 2022-09-27T15:49:29.8756315Z test_schema_correctness_nn_functional_unfold_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.206s) 2022-09-27T15:49:30.0794494Z test_schema_correctness_nn_functional_unfold_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.204s) 2022-09-27T15:49:30.2639923Z test_schema_correctness_nn_functional_unfold_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.184s) 2022-09-27T15:49:30.4510309Z test_schema_correctness_nn_functional_unfold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.187s) 2022-09-27T15:49:30.6408282Z test_schema_correctness_nn_functional_unfold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.190s) 2022-09-27T15:49:30.6421553Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:49:30.6422591Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:49:30.6443251Z ok (0.004s) 2022-09-27T15:49:30.6476555Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:30.6510340Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:30.6525510Z test_schema_correctness_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:49:30.6526111Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:49:30.6583697Z ok (0.007s) 2022-09-27T15:49:30.6658479Z test_schema_correctness_nn_functional_upsample_nearest_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:30.6733506Z test_schema_correctness_nn_functional_upsample_nearest_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:30.6804563Z test_schema_correctness_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:30.6932328Z test_schema_correctness_nonzero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:30.7056377Z test_schema_correctness_nonzero_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:30.7193575Z test_schema_correctness_nonzero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:30.7202539Z test_schema_correctness_nonzero_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:30.7338103Z test_schema_correctness_nonzero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:30.7465930Z test_schema_correctness_nonzero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:30.7591273Z test_schema_correctness_nonzero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:30.7718732Z test_schema_correctness_nonzero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:30.7842376Z test_schema_correctness_nonzero_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:30.7966734Z test_schema_correctness_nonzero_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:30.8090190Z test_schema_correctness_nonzero_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:30.8213984Z test_schema_correctness_nonzero_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:30.8338723Z test_schema_correctness_nonzero_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:30.8588069Z test_schema_correctness_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:49:30.8874909Z test_schema_correctness_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:49:30.9156563Z test_schema_correctness_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:30.9408934Z test_schema_correctness_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:49:30.9657762Z test_schema_correctness_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:49:30.9913378Z test_schema_correctness_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:49:31.0208464Z test_schema_correctness_norm_fro_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:49:31.0213309Z test_schema_correctness_norm_fro_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:49:31.0218125Z test_schema_correctness_norm_fro_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:49:31.0511622Z test_schema_correctness_norm_fro_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:49:31.0803669Z test_schema_correctness_norm_fro_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:49:31.0836524Z test_schema_correctness_norm_inf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:31.0871043Z test_schema_correctness_norm_inf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:31.0905571Z test_schema_correctness_norm_inf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:31.0938444Z test_schema_correctness_norm_inf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:31.0970037Z test_schema_correctness_norm_inf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:31.1001640Z test_schema_correctness_norm_inf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:31.1046105Z test_schema_correctness_norm_nuc_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:31.1089073Z test_schema_correctness_norm_nuc_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:31.1129841Z test_schema_correctness_norm_nuc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:31.1171228Z test_schema_correctness_norm_nuc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:31.1217852Z test_schema_correctness_normal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:31.1261976Z test_schema_correctness_normal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:31.1305620Z test_schema_correctness_normal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:31.1349261Z test_schema_correctness_normal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:31.1365285Z test_schema_correctness_normal_number_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:31.1381461Z test_schema_correctness_normal_number_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:31.1397299Z test_schema_correctness_normal_number_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:31.1413016Z test_schema_correctness_normal_number_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:31.1497472Z test_schema_correctness_ones_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:31.1581456Z test_schema_correctness_ones_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:31.1665332Z test_schema_correctness_ones_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:31.1674003Z test_schema_correctness_ones_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:31.1757734Z test_schema_correctness_ones_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:31.1841488Z test_schema_correctness_ones_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:31.1926228Z test_schema_correctness_ones_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:31.2009817Z test_schema_correctness_ones_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:31.2093457Z test_schema_correctness_ones_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:31.2177399Z test_schema_correctness_ones_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:31.2261453Z test_schema_correctness_ones_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:31.2345933Z test_schema_correctness_ones_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:31.2430489Z test_schema_correctness_ones_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:31.2712695Z test_schema_correctness_ones_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:31.2995486Z test_schema_correctness_ones_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:31.3282925Z test_schema_correctness_ones_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:49:31.3292910Z test_schema_correctness_ones_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:31.3581191Z test_schema_correctness_ones_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:49:31.3867686Z test_schema_correctness_ones_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:49:31.4154411Z test_schema_correctness_ones_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:49:31.4440543Z test_schema_correctness_ones_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:49:31.4725781Z test_schema_correctness_ones_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:31.5010527Z test_schema_correctness_ones_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:31.5295595Z test_schema_correctness_ones_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:31.5580450Z test_schema_correctness_ones_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:31.5866014Z test_schema_correctness_ones_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:31.6951108Z test_schema_correctness_ormqr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:49:31.8039029Z test_schema_correctness_ormqr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:49:31.8977349Z test_schema_correctness_ormqr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-09-27T15:49:31.9865395Z test_schema_correctness_ormqr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-09-27T15:49:31.9885995Z test_schema_correctness_outer_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:31.9905468Z test_schema_correctness_outer_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:31.9924787Z test_schema_correctness_outer_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:31.9944568Z test_schema_correctness_outer_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:31.9963078Z test_schema_correctness_outer_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:31.9982356Z test_schema_correctness_outer_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:32.0000394Z test_schema_correctness_outer_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:32.0018707Z test_schema_correctness_outer_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:32.0036719Z test_schema_correctness_outer_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:32.0055506Z test_schema_correctness_outer_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:32.0073475Z test_schema_correctness_outer_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:32.0091726Z test_schema_correctness_outer_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:35.2760792Z test_schema_correctness_pca_lowrank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.267s) 2022-09-27T15:49:38.4659294Z test_schema_correctness_pca_lowrank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.190s) 2022-09-27T15:49:38.4815286Z test_schema_correctness_permute_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:38.4965880Z test_schema_correctness_permute_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:38.5119240Z test_schema_correctness_permute_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:38.5128366Z test_schema_correctness_permute_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:38.5283339Z test_schema_correctness_permute_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:38.5437357Z test_schema_correctness_permute_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:38.5591040Z test_schema_correctness_permute_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:38.5743217Z test_schema_correctness_permute_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:38.5892018Z test_schema_correctness_permute_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:38.6041464Z test_schema_correctness_permute_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:38.6190754Z test_schema_correctness_permute_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:38.6340353Z test_schema_correctness_permute_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:38.6489867Z test_schema_correctness_permute_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:39.1122676Z test_schema_correctness_pinverse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.463s) 2022-09-27T15:49:39.5762451Z test_schema_correctness_pinverse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.464s) 2022-09-27T15:49:40.0392629Z test_schema_correctness_pinverse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.463s) 2022-09-27T15:49:40.5025396Z test_schema_correctness_pinverse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.463s) 2022-09-27T15:49:40.5084272Z test_schema_correctness_polar_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:40.5139540Z test_schema_correctness_polar_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.5187569Z test_schema_correctness_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.5230138Z test_schema_correctness_polygamma_polygamma_n_0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.5276242Z test_schema_correctness_polygamma_polygamma_n_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.5321376Z test_schema_correctness_polygamma_polygamma_n_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.5364018Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.5406230Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.5448802Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.5491136Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.5534269Z test_schema_correctness_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.5579985Z test_schema_correctness_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.5621783Z test_schema_correctness_polygamma_polygamma_n_1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.5667954Z test_schema_correctness_polygamma_polygamma_n_1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.5712849Z test_schema_correctness_polygamma_polygamma_n_1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.5755224Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.5797972Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.5840228Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.5882450Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.5924987Z test_schema_correctness_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.5970849Z test_schema_correctness_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.6012300Z test_schema_correctness_polygamma_polygamma_n_2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.6058836Z test_schema_correctness_polygamma_polygamma_n_2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.6103760Z test_schema_correctness_polygamma_polygamma_n_2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.6146379Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.6188922Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.6231499Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.6274004Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.6317087Z test_schema_correctness_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.6363291Z test_schema_correctness_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.6404917Z test_schema_correctness_polygamma_polygamma_n_3_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.6451254Z test_schema_correctness_polygamma_polygamma_n_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.6496562Z test_schema_correctness_polygamma_polygamma_n_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.6539118Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.6581567Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.6623947Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.6666264Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.6709553Z test_schema_correctness_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.6755338Z test_schema_correctness_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.6796915Z test_schema_correctness_polygamma_polygamma_n_4_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.6842943Z test_schema_correctness_polygamma_polygamma_n_4_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.6887502Z test_schema_correctness_polygamma_polygamma_n_4_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.6930200Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.6972039Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.7014715Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.7056935Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.7099627Z test_schema_correctness_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.7110759Z test_schema_correctness_positive_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:40.7122485Z test_schema_correctness_positive_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:40.7131122Z test_schema_correctness_positive_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:40.7143145Z test_schema_correctness_positive_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:40.7154078Z test_schema_correctness_positive_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:40.7164970Z test_schema_correctness_positive_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:40.7176094Z test_schema_correctness_positive_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:40.7185986Z test_schema_correctness_positive_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:40.7195948Z test_schema_correctness_positive_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:40.7205849Z test_schema_correctness_positive_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:40.7216515Z test_schema_correctness_positive_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:40.7225893Z test_schema_correctness_positive_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:40.7280756Z test_schema_correctness_pow_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.7347348Z test_schema_correctness_pow_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:40.7413540Z test_schema_correctness_pow_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:40.7466683Z test_schema_correctness_pow_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.7521172Z test_schema_correctness_pow_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.7574595Z test_schema_correctness_pow_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.7623077Z test_schema_correctness_pow_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.7671296Z test_schema_correctness_pow_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.7719495Z test_schema_correctness_pow_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.7767517Z test_schema_correctness_pow_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.7816082Z test_schema_correctness_pow_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.7979205Z test_schema_correctness_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:40.8186177Z test_schema_correctness_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:49:40.8393199Z test_schema_correctness_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:49:40.8567095Z test_schema_correctness_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:49:40.8750812Z test_schema_correctness_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:49:40.8915295Z test_schema_correctness_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:40.9085212Z test_schema_correctness_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:49:40.9247695Z test_schema_correctness_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:40.9411863Z test_schema_correctness_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:40.9576345Z test_schema_correctness_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:40.9703693Z test_schema_correctness_put_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:40.9823945Z test_schema_correctness_put_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:40.9956016Z test_schema_correctness_put_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:41.0090497Z test_schema_correctness_put_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:41.0216561Z test_schema_correctness_put_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:41.0342321Z test_schema_correctness_put_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:41.0465004Z test_schema_correctness_put_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:41.0586080Z test_schema_correctness_put_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:41.0707728Z test_schema_correctness_put_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:41.0828519Z test_schema_correctness_put_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:41.0949085Z test_schema_correctness_put_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:41.1070794Z test_schema_correctness_put_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:41.1136764Z test_schema_correctness_qr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T15:49:41.1137603Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T15:49:41.1138545Z Q, R = torch.qr(A, some) 2022-09-27T15:49:41.1138860Z should be replaced with 2022-09-27T15:49:41.1139730Z 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:49:41.1140305Z return self.op(*args, **kwargs) 2022-09-27T15:49:41.1294290Z ok (0.022s) 2022-09-27T15:49:41.1516838Z test_schema_correctness_qr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:49:41.1717293Z test_schema_correctness_qr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:49:41.1913609Z test_schema_correctness_qr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:49:44.3184968Z test_schema_correctness_quantile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.127s) 2022-09-27T15:49:47.4266796Z test_schema_correctness_quantile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.108s) 2022-09-27T15:49:47.4288242Z test_schema_correctness_rad2deg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:47.4307514Z test_schema_correctness_rad2deg_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:47.4327086Z test_schema_correctness_rad2deg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:47.4346627Z test_schema_correctness_rad2deg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:47.4365606Z test_schema_correctness_rad2deg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:47.4383949Z test_schema_correctness_rad2deg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:47.4402083Z test_schema_correctness_rad2deg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:47.4420636Z test_schema_correctness_rad2deg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:47.4438928Z test_schema_correctness_rad2deg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:47.4457445Z test_schema_correctness_rad2deg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:47.4754523Z test_schema_correctness_rand_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:47.5052471Z test_schema_correctness_rand_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:47.5061430Z test_schema_correctness_rand_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:47.5360609Z test_schema_correctness_rand_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:47.5656457Z test_schema_correctness_rand_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:47.5951748Z test_schema_correctness_rand_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:49:47.6247069Z test_schema_correctness_rand_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:49:47.6835364Z test_schema_correctness_randint_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:49:47.7427382Z test_schema_correctness_randint_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:49:47.8019502Z test_schema_correctness_randint_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:49:47.8610117Z test_schema_correctness_randint_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:49:47.9198340Z test_schema_correctness_randint_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:49:47.9785679Z test_schema_correctness_randint_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:49:48.0375405Z test_schema_correctness_randint_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:49:48.0960715Z test_schema_correctness_randint_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:49:48.1544730Z test_schema_correctness_randint_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-09-27T15:49:48.1634877Z test_schema_correctness_randn_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:48.1722423Z test_schema_correctness_randn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:48.1730819Z test_schema_correctness_randn_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:48.1818994Z test_schema_correctness_randn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:48.1908313Z test_schema_correctness_randn_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:48.1995504Z test_schema_correctness_randn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:48.2082461Z test_schema_correctness_randn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:48.2380964Z test_schema_correctness_randn_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:48.2681573Z test_schema_correctness_randn_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:48.2690553Z test_schema_correctness_randn_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:48.2992188Z test_schema_correctness_randn_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:48.3290284Z test_schema_correctness_randn_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:48.3588883Z test_schema_correctness_randn_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:48.3885951Z test_schema_correctness_randn_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:48.4091411Z test_schema_correctness_ravel_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:49:48.4294679Z test_schema_correctness_ravel_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:49:48.4502702Z test_schema_correctness_ravel_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:49:48.4511724Z test_schema_correctness_ravel_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:48.4717351Z test_schema_correctness_ravel_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:49:48.4922515Z test_schema_correctness_ravel_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:49:48.5126303Z test_schema_correctness_ravel_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:49:48.5331651Z test_schema_correctness_ravel_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:49:48.5534521Z test_schema_correctness_ravel_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:49:48.5738524Z test_schema_correctness_ravel_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:49:48.5942118Z test_schema_correctness_ravel_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:49:48.6144924Z test_schema_correctness_ravel_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:49:48.6345834Z test_schema_correctness_ravel_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:49:48.6357415Z test_schema_correctness_real_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:48.6367121Z test_schema_correctness_real_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:48.6398415Z test_schema_correctness_real_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:48.6406808Z test_schema_correctness_real_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:48.6437442Z test_schema_correctness_real_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:48.6448511Z test_schema_correctness_real_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:48.6459642Z test_schema_correctness_real_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:48.6470431Z test_schema_correctness_real_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:48.6480418Z test_schema_correctness_real_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:48.6490369Z test_schema_correctness_real_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:48.6500455Z test_schema_correctness_real_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:48.6510237Z test_schema_correctness_real_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:48.6520109Z test_schema_correctness_real_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:48.6539260Z test_schema_correctness_reciprocal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:48.6556932Z test_schema_correctness_reciprocal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:48.6576820Z test_schema_correctness_reciprocal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:48.6597430Z test_schema_correctness_reciprocal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:48.6615939Z test_schema_correctness_reciprocal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:48.6634653Z test_schema_correctness_reciprocal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:48.6653120Z test_schema_correctness_reciprocal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:48.6670834Z test_schema_correctness_reciprocal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:48.6688567Z test_schema_correctness_reciprocal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:48.6706482Z test_schema_correctness_reciprocal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:48.6724157Z test_schema_correctness_reciprocal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:48.6742268Z test_schema_correctness_reciprocal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:48.6802504Z test_schema_correctness_remainder_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:48.6862080Z test_schema_correctness_remainder_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:48.6922069Z test_schema_correctness_remainder_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:48.6981602Z test_schema_correctness_remainder_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:48.7034950Z test_schema_correctness_remainder_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:48.7089222Z test_schema_correctness_remainder_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:48.7143058Z test_schema_correctness_remainder_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:48.7201672Z test_schema_correctness_remainder_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:48.7256061Z test_schema_correctness_remainder_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:48.7286060Z test_schema_correctness_renorm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:48.7319667Z test_schema_correctness_renorm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:48.7353808Z test_schema_correctness_renorm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:48.7386075Z test_schema_correctness_renorm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:48.7415125Z test_schema_correctness_renorm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:48.7448158Z test_schema_correctness_renorm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:48.7718044Z test_schema_correctness_repeat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:49:48.7973952Z test_schema_correctness_repeat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:48.8257204Z test_schema_correctness_repeat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:48.8539625Z test_schema_correctness_repeat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:48.8808788Z test_schema_correctness_repeat_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:49:48.9077921Z test_schema_correctness_repeat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:49:48.9338310Z test_schema_correctness_repeat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:48.9597803Z test_schema_correctness_repeat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:48.9855024Z test_schema_correctness_repeat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:49.0113480Z test_schema_correctness_repeat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:49.0370738Z test_schema_correctness_repeat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:49.0627905Z test_schema_correctness_repeat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:49.0886204Z test_schema_correctness_repeat_interleave_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:49.1144591Z test_schema_correctness_repeat_interleave_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:49.1403645Z test_schema_correctness_repeat_interleave_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:49.1412666Z test_schema_correctness_repeat_interleave_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:49.1671733Z test_schema_correctness_repeat_interleave_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:49.1930461Z test_schema_correctness_repeat_interleave_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:49.2188022Z test_schema_correctness_repeat_interleave_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:49.2446216Z test_schema_correctness_repeat_interleave_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:49.2704256Z test_schema_correctness_repeat_interleave_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:49.2960482Z test_schema_correctness_repeat_interleave_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:49.3219038Z test_schema_correctness_repeat_interleave_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:49.3476248Z test_schema_correctness_repeat_interleave_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:49.3732461Z test_schema_correctness_repeat_interleave_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:49.3767652Z test_schema_correctness_reshape_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:49.3799198Z test_schema_correctness_reshape_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:49.3839615Z test_schema_correctness_reshape_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:49.3849125Z test_schema_correctness_reshape_as_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:49.3888667Z test_schema_correctness_reshape_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:49.3923353Z test_schema_correctness_reshape_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:49.3957701Z test_schema_correctness_reshape_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:49.3993912Z test_schema_correctness_reshape_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:49.4025747Z test_schema_correctness_reshape_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:49.4058651Z test_schema_correctness_reshape_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:49.4090610Z test_schema_correctness_reshape_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:49.4122130Z test_schema_correctness_reshape_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:49.4154171Z test_schema_correctness_reshape_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:49.4523359Z test_schema_correctness_reshape_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:49:49.4892071Z test_schema_correctness_reshape_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:49:49.5270703Z test_schema_correctness_reshape_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-09-27T15:49:49.5280624Z test_schema_correctness_reshape_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:49.5658002Z test_schema_correctness_reshape_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-09-27T15:49:49.6028756Z test_schema_correctness_reshape_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:49:49.6401398Z test_schema_correctness_reshape_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:49:49.6777938Z test_schema_correctness_reshape_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-09-27T15:49:49.7149904Z test_schema_correctness_reshape_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:49:49.7521938Z test_schema_correctness_reshape_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:49:49.7890081Z test_schema_correctness_reshape_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:49:49.8257843Z test_schema_correctness_reshape_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:49:49.8626133Z test_schema_correctness_reshape_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:49:49.8757056Z test_schema_correctness_resize__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:49.8886573Z test_schema_correctness_resize__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:49.9019458Z test_schema_correctness_resize__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:49.9151911Z test_schema_correctness_resize__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:49.9281859Z test_schema_correctness_resize__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:49.9412085Z test_schema_correctness_resize__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:49.9543278Z test_schema_correctness_resize__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:49.9672067Z test_schema_correctness_resize__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:49.9800910Z test_schema_correctness_resize__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:49.9929523Z test_schema_correctness_resize__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:50.0058138Z test_schema_correctness_resize__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:50.0186739Z test_schema_correctness_resize__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:50.0221984Z test_schema_correctness_resize_as__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:50.0254262Z test_schema_correctness_resize_as__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:50.0293626Z test_schema_correctness_resize_as__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:50.0332861Z test_schema_correctness_resize_as__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:50.0367615Z test_schema_correctness_resize_as__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:50.0401869Z test_schema_correctness_resize_as__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:50.0437932Z test_schema_correctness_resize_as__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:50.0470479Z test_schema_correctness_resize_as__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:50.0503223Z test_schema_correctness_resize_as__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:50.0535760Z test_schema_correctness_resize_as__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:50.0568043Z test_schema_correctness_resize_as__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:50.0600708Z test_schema_correctness_resize_as__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:50.0612030Z test_schema_correctness_resolve_conj_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.0622397Z test_schema_correctness_resolve_conj_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.0634007Z test_schema_correctness_resolve_conj_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.0645647Z test_schema_correctness_resolve_conj_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.0656934Z test_schema_correctness_resolve_conj_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.0667878Z test_schema_correctness_resolve_conj_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.0678852Z test_schema_correctness_resolve_conj_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.0689306Z test_schema_correctness_resolve_conj_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.0699682Z test_schema_correctness_resolve_conj_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.0709991Z test_schema_correctness_resolve_conj_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.0720306Z test_schema_correctness_resolve_conj_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.0730729Z test_schema_correctness_resolve_conj_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.0741942Z test_schema_correctness_resolve_neg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.0752214Z test_schema_correctness_resolve_neg_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.0763900Z test_schema_correctness_resolve_neg_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.0773371Z test_schema_correctness_resolve_neg_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.0784941Z test_schema_correctness_resolve_neg_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.0795939Z test_schema_correctness_resolve_neg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.0806870Z test_schema_correctness_resolve_neg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.0818237Z test_schema_correctness_resolve_neg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.0828564Z test_schema_correctness_resolve_neg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.0838877Z test_schema_correctness_resolve_neg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.0849420Z test_schema_correctness_resolve_neg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.0859761Z test_schema_correctness_resolve_neg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.0870217Z test_schema_correctness_resolve_neg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.1152061Z test_schema_correctness_roll_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:50.1425129Z test_schema_correctness_roll_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:49:50.1725967Z test_schema_correctness_roll_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:50.1735826Z test_schema_correctness_roll_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.2032294Z test_schema_correctness_roll_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:50.2314759Z test_schema_correctness_roll_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:50.2595570Z test_schema_correctness_roll_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:50.2884817Z test_schema_correctness_roll_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:49:50.3159445Z test_schema_correctness_roll_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:49:50.3434642Z test_schema_correctness_roll_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:49:50.3709084Z test_schema_correctness_roll_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:49:50.3983264Z test_schema_correctness_roll_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:49:50.4258849Z test_schema_correctness_roll_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:49:50.4446656Z test_schema_correctness_rot90_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:49:50.4617441Z test_schema_correctness_rot90_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:49:50.4848116Z test_schema_correctness_rot90_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:49:50.5078710Z test_schema_correctness_rot90_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:49:50.5269967Z test_schema_correctness_rot90_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:49:50.5458364Z test_schema_correctness_rot90_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:49:50.5666849Z test_schema_correctness_rot90_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:49:50.5841755Z test_schema_correctness_rot90_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:49:50.6020741Z test_schema_correctness_rot90_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:49:50.6194216Z test_schema_correctness_rot90_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:49:50.6366585Z test_schema_correctness_rot90_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:49:50.6540287Z test_schema_correctness_rot90_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:49:50.6553235Z test_schema_correctness_round_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.6566447Z test_schema_correctness_round_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.6580763Z test_schema_correctness_round_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.6594033Z test_schema_correctness_round_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.6607602Z test_schema_correctness_round_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.6620908Z test_schema_correctness_round_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.6634080Z test_schema_correctness_round_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.6647535Z test_schema_correctness_round_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:50.6669011Z test_schema_correctness_round_decimals_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:50.6689119Z test_schema_correctness_round_decimals_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:50.6708997Z test_schema_correctness_round_decimals_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:50.6729115Z test_schema_correctness_round_decimals_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:50.6749226Z test_schema_correctness_round_decimals_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:50.6768937Z test_schema_correctness_round_decimals_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:50.6789759Z test_schema_correctness_round_decimals_neg_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:50.6809187Z test_schema_correctness_round_decimals_neg_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:50.6829091Z test_schema_correctness_round_decimals_neg_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:50.6848054Z test_schema_correctness_rsqrt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:50.6865796Z test_schema_correctness_rsqrt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:50.6885653Z test_schema_correctness_rsqrt_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:50.6905940Z test_schema_correctness_rsqrt_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:50.6924596Z test_schema_correctness_rsqrt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:50.6943334Z test_schema_correctness_rsqrt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:50.6960995Z test_schema_correctness_rsqrt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:50.6979195Z test_schema_correctness_rsqrt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:50.6996903Z test_schema_correctness_rsqrt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:50.7014747Z test_schema_correctness_rsqrt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:50.7032810Z test_schema_correctness_rsqrt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:50.7100378Z test_schema_correctness_rsub_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:50.7182258Z test_schema_correctness_rsub_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:50.7264144Z test_schema_correctness_rsub_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:50.7332959Z test_schema_correctness_rsub_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:50.7402367Z test_schema_correctness_rsub_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:50.7470498Z test_schema_correctness_rsub_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:50.7532281Z test_schema_correctness_rsub_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:50.7595543Z test_schema_correctness_rsub_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:50.7657654Z test_schema_correctness_rsub_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:50.7718940Z test_schema_correctness_rsub_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:50.7782094Z test_schema_correctness_rsub_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:50.7836910Z test_schema_correctness_scatter_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:50.7885732Z test_schema_correctness_scatter_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:50.7949137Z test_schema_correctness_scatter_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:50.8010377Z test_schema_correctness_scatter_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:50.8063812Z test_schema_correctness_scatter_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:50.8116088Z test_schema_correctness_scatter_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:50.8167372Z test_schema_correctness_scatter_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:50.8215954Z test_schema_correctness_scatter_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:50.8264884Z test_schema_correctness_scatter_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:50.8313727Z test_schema_correctness_scatter_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:50.8363073Z test_schema_correctness_scatter_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:50.8411716Z test_schema_correctness_scatter_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:50.8556724Z test_schema_correctness_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:50.8651023Z test_schema_correctness_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:50.8766055Z test_schema_correctness_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:49:50.8877583Z test_schema_correctness_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:49:50.9019407Z test_schema_correctness_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:50.9158679Z test_schema_correctness_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:50.9295123Z test_schema_correctness_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:50.9389801Z test_schema_correctness_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:50.9484211Z test_schema_correctness_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:50.9578951Z test_schema_correctness_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:50.9673858Z test_schema_correctness_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:50.9767283Z test_schema_correctness_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:50.9789564Z test_schema_correctness_scatter_reduce_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1614.) 2022-09-27T15:49:50.9790290Z return self.op(*args, **kwargs) 2022-09-27T15:49:50.9931290Z ok (0.016s) 2022-09-27T15:49:51.0077090Z test_schema_correctness_scatter_reduce_amax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:51.0240879Z test_schema_correctness_scatter_reduce_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:51.0407731Z test_schema_correctness_scatter_reduce_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:49:51.0572687Z test_schema_correctness_scatter_reduce_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:51.0725953Z test_schema_correctness_scatter_reduce_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:51.0880229Z test_schema_correctness_scatter_reduce_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:51.1028555Z test_schema_correctness_scatter_reduce_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:51.1181439Z test_schema_correctness_scatter_reduce_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:51.1334992Z test_schema_correctness_scatter_reduce_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:51.1496809Z test_schema_correctness_scatter_reduce_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:51.1647323Z test_schema_correctness_scatter_reduce_amin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:51.1816576Z test_schema_correctness_scatter_reduce_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:49:51.1977525Z test_schema_correctness_scatter_reduce_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:51.2141907Z test_schema_correctness_scatter_reduce_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:51.2289906Z test_schema_correctness_scatter_reduce_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:51.2442794Z test_schema_correctness_scatter_reduce_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:51.2595973Z test_schema_correctness_scatter_reduce_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:51.2749010Z test_schema_correctness_scatter_reduce_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:51.2902354Z test_schema_correctness_scatter_reduce_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:51.3067858Z test_schema_correctness_scatter_reduce_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:51.3240542Z test_schema_correctness_scatter_reduce_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:49:51.3410976Z test_schema_correctness_scatter_reduce_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:49:51.3579000Z test_schema_correctness_scatter_reduce_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:49:51.3736897Z test_schema_correctness_scatter_reduce_mean_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:51.3895081Z test_schema_correctness_scatter_reduce_mean_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:51.4052665Z test_schema_correctness_scatter_reduce_mean_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:51.4210913Z test_schema_correctness_scatter_reduce_mean_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:51.4369954Z test_schema_correctness_scatter_reduce_mean_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:51.4539188Z test_schema_correctness_scatter_reduce_prod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:49:51.4690770Z test_schema_correctness_scatter_reduce_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:51.4856196Z test_schema_correctness_scatter_reduce_prod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:51.5023589Z test_schema_correctness_scatter_reduce_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:49:51.5184733Z test_schema_correctness_scatter_reduce_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:51.5333910Z test_schema_correctness_scatter_reduce_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:51.5482807Z test_schema_correctness_scatter_reduce_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:51.5631817Z test_schema_correctness_scatter_reduce_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:51.5779634Z test_schema_correctness_scatter_reduce_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:51.5927931Z test_schema_correctness_scatter_reduce_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:51.6089185Z test_schema_correctness_scatter_reduce_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:51.6233765Z test_schema_correctness_scatter_reduce_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:51.6396540Z test_schema_correctness_scatter_reduce_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:51.6556644Z test_schema_correctness_scatter_reduce_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:51.6714683Z test_schema_correctness_scatter_reduce_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:51.6862904Z test_schema_correctness_scatter_reduce_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:51.7011495Z test_schema_correctness_scatter_reduce_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:51.7159340Z test_schema_correctness_scatter_reduce_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:51.7307073Z test_schema_correctness_scatter_reduce_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:51.7455784Z test_schema_correctness_scatter_reduce_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:51.7798023Z test_schema_correctness_searchsorted_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.searchsorted(): input value tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous input value tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:35.) 2022-09-27T15:49:51.7798923Z return self.op(*args, **kwargs) 2022-09-27T15:49:51.7809368Z /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:49:51.7810011Z return self.op(*args, **kwargs) 2022-09-27T15:49:51.8637749Z ok (0.118s) 2022-09-27T15:49:51.9851940Z test_schema_correctness_searchsorted_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.121s) 2022-09-27T15:49:52.1034415Z test_schema_correctness_searchsorted_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-09-27T15:49:52.2194099Z test_schema_correctness_searchsorted_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-09-27T15:49:52.3343324Z test_schema_correctness_searchsorted_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-09-27T15:49:52.4492853Z test_schema_correctness_searchsorted_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-09-27T15:49:52.5645627Z test_schema_correctness_searchsorted_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-09-27T15:49:52.6803840Z test_schema_correctness_searchsorted_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-09-27T15:49:52.7958745Z test_schema_correctness_searchsorted_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-09-27T15:49:52.8656345Z test_schema_correctness_segment_reduce_lengths_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-09-27T15:49:52.9351416Z test_schema_correctness_segment_reduce_lengths_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-09-27T15:49:53.0048275Z test_schema_correctness_segment_reduce_lengths_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-09-27T15:49:53.0760769Z test_schema_correctness_segment_reduce_lengths_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-09-27T15:49:53.1453661Z test_schema_correctness_segment_reduce_offsets_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-09-27T15:49:53.2152342Z test_schema_correctness_segment_reduce_offsets_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-09-27T15:49:53.2855578Z test_schema_correctness_segment_reduce_offsets_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-09-27T15:49:53.3570605Z test_schema_correctness_segment_reduce_offsets_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-09-27T15:49:53.3602877Z test_schema_correctness_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:53.3632467Z test_schema_correctness_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:53.3669805Z test_schema_correctness_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:53.3678384Z test_schema_correctness_select_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.3715358Z test_schema_correctness_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:53.3746937Z test_schema_correctness_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:53.3779024Z test_schema_correctness_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:53.3812708Z test_schema_correctness_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:53.3841876Z test_schema_correctness_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:53.3872208Z test_schema_correctness_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:53.3901397Z test_schema_correctness_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:53.3930363Z test_schema_correctness_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:53.3959333Z test_schema_correctness_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:53.3998070Z test_schema_correctness_select_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:53.4031969Z test_schema_correctness_select_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:53.4069613Z test_schema_correctness_select_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:53.4106571Z test_schema_correctness_select_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:53.4146950Z test_schema_correctness_select_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:53.4181025Z test_schema_correctness_select_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:53.4215093Z test_schema_correctness_select_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:53.4249138Z test_schema_correctness_select_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:53.4282508Z test_schema_correctness_select_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:53.4316738Z test_schema_correctness_select_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:53.4329773Z test_schema_correctness_sgn_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.4342238Z test_schema_correctness_sgn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.4356886Z test_schema_correctness_sgn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.4365922Z test_schema_correctness_sgn_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.4379740Z test_schema_correctness_sgn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.4393282Z test_schema_correctness_sgn_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.4406423Z test_schema_correctness_sgn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.4420461Z test_schema_correctness_sgn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.4433949Z test_schema_correctness_sgn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.4447437Z test_schema_correctness_sgn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.4460744Z test_schema_correctness_sgn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.4474037Z test_schema_correctness_sgn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.4487593Z test_schema_correctness_sgn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.4919315Z test_schema_correctness_short_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:49:53.5345594Z test_schema_correctness_short_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:49:53.5776575Z test_schema_correctness_short_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:49:53.6206160Z test_schema_correctness_short_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:49:53.6635078Z test_schema_correctness_short_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:49:53.7062973Z test_schema_correctness_short_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:49:53.7491680Z test_schema_correctness_short_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:49:53.7638223Z test_schema_correctness_short_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:53.8064564Z test_schema_correctness_short_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:49:53.8492817Z test_schema_correctness_short_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:49:53.8919630Z test_schema_correctness_short_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:49:53.9346823Z test_schema_correctness_short_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:49:53.9366124Z test_schema_correctness_sigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:53.9384483Z test_schema_correctness_sigmoid_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:53.9405586Z test_schema_correctness_sigmoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:53.9427142Z test_schema_correctness_sigmoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:53.9446013Z test_schema_correctness_sigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:53.9465909Z test_schema_correctness_sigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:53.9483715Z test_schema_correctness_sigmoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:53.9502059Z test_schema_correctness_sigmoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:53.9519807Z test_schema_correctness_sigmoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:53.9537963Z test_schema_correctness_sigmoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:53.9556135Z test_schema_correctness_sigmoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:53.9569163Z test_schema_correctness_sign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.9582045Z test_schema_correctness_sign_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.9596115Z test_schema_correctness_sign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.9609586Z test_schema_correctness_sign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.9623826Z test_schema_correctness_sign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.9637357Z test_schema_correctness_sign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.9650981Z test_schema_correctness_sign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.9664569Z test_schema_correctness_sign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.9677943Z test_schema_correctness_sign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.9691548Z test_schema_correctness_sign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.9705493Z test_schema_correctness_signbit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.9718083Z test_schema_correctness_signbit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.9732110Z test_schema_correctness_signbit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.9745556Z test_schema_correctness_signbit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.9759646Z test_schema_correctness_signbit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.9773211Z test_schema_correctness_signbit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.9786872Z test_schema_correctness_signbit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.9800327Z test_schema_correctness_signbit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.9813885Z test_schema_correctness_signbit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.9827575Z test_schema_correctness_signbit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.9841529Z test_schema_correctness_sin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.9855473Z test_schema_correctness_sin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.9870751Z test_schema_correctness_sin_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.9885779Z test_schema_correctness_sin_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.9900240Z test_schema_correctness_sin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.9914327Z test_schema_correctness_sin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.9927904Z test_schema_correctness_sin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.9941458Z test_schema_correctness_sin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.9954712Z test_schema_correctness_sin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.9967997Z test_schema_correctness_sin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:53.9981632Z test_schema_correctness_sin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:54.0001136Z test_schema_correctness_sinc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:54.0019213Z test_schema_correctness_sinc_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:54.0039022Z test_schema_correctness_sinc_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:54.0059440Z test_schema_correctness_sinc_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:54.0078026Z test_schema_correctness_sinc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:54.0097217Z test_schema_correctness_sinc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:54.0115067Z test_schema_correctness_sinc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:54.0132970Z test_schema_correctness_sinc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:54.0150840Z test_schema_correctness_sinc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:54.0168631Z test_schema_correctness_sinc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:54.0186543Z test_schema_correctness_sinc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:54.0199776Z test_schema_correctness_sinh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:54.0213223Z test_schema_correctness_sinh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:54.0228378Z test_schema_correctness_sinh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:54.0243345Z test_schema_correctness_sinh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:54.0257725Z test_schema_correctness_sinh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:54.0271649Z test_schema_correctness_sinh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:54.0285064Z test_schema_correctness_sinh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:54.0298717Z test_schema_correctness_sinh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:54.0312281Z test_schema_correctness_sinh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:54.0325868Z test_schema_correctness_sinh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:54.0339746Z test_schema_correctness_sinh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:54.0439508Z test_schema_correctness_slice_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:54.0540023Z test_schema_correctness_slice_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:54.0706175Z test_schema_correctness_slice_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:49:54.0810901Z test_schema_correctness_slice_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:54.0925868Z test_schema_correctness_slice_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:49:54.1024719Z test_schema_correctness_slice_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:54.1124636Z test_schema_correctness_slice_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:54.1227016Z test_schema_correctness_slice_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:54.1325952Z test_schema_correctness_slice_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:54.1426916Z test_schema_correctness_slice_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:54.1460037Z test_schema_correctness_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:54.1494068Z test_schema_correctness_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:54.1526891Z test_schema_correctness_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:54.2127980Z test_schema_correctness_softmax_with_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:49:54.2726097Z test_schema_correctness_softmax_with_dtype_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:49:54.3329016Z test_schema_correctness_softmax_with_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:49:54.3933010Z test_schema_correctness_softmax_with_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:49:54.4532446Z test_schema_correctness_softmax_with_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:49:54.5136077Z test_schema_correctness_softmax_with_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:49:54.5171292Z test_schema_correctness_softmax_with_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:54.5769739Z test_schema_correctness_softmax_with_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:49:54.6367732Z test_schema_correctness_softmax_with_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:49:54.6965097Z test_schema_correctness_softmax_with_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:49:54.7562997Z test_schema_correctness_softmax_with_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:49:54.8159596Z test_schema_correctness_softmax_with_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:49:54.8407583Z test_schema_correctness_sort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:49:54.8648371Z test_schema_correctness_sort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:49:54.8906939Z test_schema_correctness_sort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:54.9152182Z test_schema_correctness_sort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:49:54.9411525Z test_schema_correctness_sort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:54.9656345Z test_schema_correctness_sort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:49:54.9909914Z test_schema_correctness_sort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:49:55.0154832Z test_schema_correctness_sort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:49:55.0397772Z test_schema_correctness_sort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:49:55.0640842Z test_schema_correctness_sort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:49:55.0651951Z test_schema_correctness_sparse_sampled_addmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:937: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-09-27T15:49:55.0652674Z torch.eye(m, n, device=device, dtype=dtype) 2022-09-27T15:49:55.0714059Z ok (0.007s) 2022-09-27T15:49:55.0787376Z test_schema_correctness_sparse_sampled_addmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:55.0852279Z test_schema_correctness_sparse_sampled_addmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:55.0915243Z test_schema_correctness_sparse_sampled_addmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:55.0936980Z test_schema_correctness_special_airy_ai_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.0956666Z test_schema_correctness_special_airy_ai_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.0976439Z test_schema_correctness_special_airy_ai_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.0994993Z test_schema_correctness_special_airy_ai_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1013765Z test_schema_correctness_special_airy_ai_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1032875Z test_schema_correctness_special_airy_ai_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1051804Z test_schema_correctness_special_airy_ai_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1070546Z test_schema_correctness_special_airy_ai_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1089940Z test_schema_correctness_special_bessel_j0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1109684Z test_schema_correctness_special_bessel_j0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1129050Z test_schema_correctness_special_bessel_j0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1147848Z test_schema_correctness_special_bessel_j0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1166413Z test_schema_correctness_special_bessel_j0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1185272Z test_schema_correctness_special_bessel_j0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1203753Z test_schema_correctness_special_bessel_j0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1222675Z test_schema_correctness_special_bessel_j0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1242114Z test_schema_correctness_special_bessel_j1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1261872Z test_schema_correctness_special_bessel_j1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1281167Z test_schema_correctness_special_bessel_j1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1300027Z test_schema_correctness_special_bessel_j1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1318778Z test_schema_correctness_special_bessel_j1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1337670Z test_schema_correctness_special_bessel_j1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1356306Z test_schema_correctness_special_bessel_j1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1375251Z test_schema_correctness_special_bessel_j1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1394579Z test_schema_correctness_special_bessel_y0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1414411Z test_schema_correctness_special_bessel_y0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1433959Z test_schema_correctness_special_bessel_y0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1452798Z test_schema_correctness_special_bessel_y0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1471701Z test_schema_correctness_special_bessel_y0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1490375Z test_schema_correctness_special_bessel_y0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1509270Z test_schema_correctness_special_bessel_y0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1527907Z test_schema_correctness_special_bessel_y0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1547245Z test_schema_correctness_special_bessel_y1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1566809Z test_schema_correctness_special_bessel_y1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1586468Z test_schema_correctness_special_bessel_y1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1605025Z test_schema_correctness_special_bessel_y1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1624031Z test_schema_correctness_special_bessel_y1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1642671Z test_schema_correctness_special_bessel_y1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1661601Z test_schema_correctness_special_bessel_y1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1680245Z test_schema_correctness_special_bessel_y1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.1728980Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.1784205Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.1837917Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.1887148Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.1936748Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.1986052Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.2035243Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.2084286Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.2133374Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.2188802Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.2242512Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.2291920Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.2341861Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.2391295Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.2440598Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.2489580Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.2496074Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:49:55.2502155Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:49:55.2508149Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:49:55.2514398Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:49:55.2520353Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:49:55.2526249Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:49:55.2532155Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:49:55.2536924Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.2541457Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.2546087Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.2550989Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.2555759Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.2560483Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.2564964Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.2569718Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.2574301Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.2590530Z test_schema_correctness_special_entr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.2605421Z test_schema_correctness_special_entr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.2621281Z test_schema_correctness_special_entr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.2636383Z test_schema_correctness_special_entr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.2651286Z test_schema_correctness_special_entr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.2666166Z test_schema_correctness_special_entr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.2681013Z test_schema_correctness_special_entr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.2695811Z test_schema_correctness_special_entr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.2710500Z test_schema_correctness_special_entr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.2729213Z test_schema_correctness_special_erfcx_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.2749119Z test_schema_correctness_special_erfcx_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.2767682Z test_schema_correctness_special_erfcx_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.2787290Z test_schema_correctness_special_erfcx_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.2805737Z test_schema_correctness_special_erfcx_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.2823610Z test_schema_correctness_special_erfcx_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.2841443Z test_schema_correctness_special_erfcx_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.2859952Z test_schema_correctness_special_erfcx_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.2909381Z test_schema_correctness_special_hermite_polynomial_h_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.2962917Z test_schema_correctness_special_hermite_polynomial_h_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.3016129Z test_schema_correctness_special_hermite_polynomial_h_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.3064848Z test_schema_correctness_special_hermite_polynomial_h_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.3113670Z test_schema_correctness_special_hermite_polynomial_h_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.3161393Z test_schema_correctness_special_hermite_polynomial_h_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.3209744Z test_schema_correctness_special_hermite_polynomial_h_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.3258433Z test_schema_correctness_special_hermite_polynomial_h_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.3307229Z test_schema_correctness_special_hermite_polynomial_he_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.3360548Z test_schema_correctness_special_hermite_polynomial_he_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.3413153Z test_schema_correctness_special_hermite_polynomial_he_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.3461514Z test_schema_correctness_special_hermite_polynomial_he_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.3510004Z test_schema_correctness_special_hermite_polynomial_he_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.3558431Z test_schema_correctness_special_hermite_polynomial_he_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.3606624Z test_schema_correctness_special_hermite_polynomial_he_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.3655612Z test_schema_correctness_special_hermite_polynomial_he_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.3671798Z test_schema_correctness_special_i0e_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.3686668Z test_schema_correctness_special_i0e_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.3702690Z test_schema_correctness_special_i0e_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.3718240Z test_schema_correctness_special_i0e_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.3733468Z test_schema_correctness_special_i0e_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.3748641Z test_schema_correctness_special_i0e_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.3763783Z test_schema_correctness_special_i0e_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.3779131Z test_schema_correctness_special_i0e_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.3794199Z test_schema_correctness_special_i0e_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.3809597Z test_schema_correctness_special_i1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.3825337Z test_schema_correctness_special_i1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.3840753Z test_schema_correctness_special_i1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.3856163Z test_schema_correctness_special_i1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.3871329Z test_schema_correctness_special_i1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.3886694Z test_schema_correctness_special_i1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.3902213Z test_schema_correctness_special_i1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.3917689Z test_schema_correctness_special_i1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.3933224Z test_schema_correctness_special_i1e_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.3949385Z test_schema_correctness_special_i1e_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.3964922Z test_schema_correctness_special_i1e_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.3980694Z test_schema_correctness_special_i1e_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.3996031Z test_schema_correctness_special_i1e_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.4011560Z test_schema_correctness_special_i1e_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.4027007Z test_schema_correctness_special_i1e_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.4042386Z test_schema_correctness_special_i1e_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.4090811Z test_schema_correctness_special_laguerre_polynomial_l_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.4145218Z test_schema_correctness_special_laguerre_polynomial_l_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.4198195Z test_schema_correctness_special_laguerre_polynomial_l_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.4246888Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.4296029Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.4345437Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.4394123Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.4442861Z test_schema_correctness_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.4448063Z test_schema_correctness_special_legendre_polynomial_p_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.4452906Z test_schema_correctness_special_legendre_polynomial_p_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.4457844Z test_schema_correctness_special_legendre_polynomial_p_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.4462593Z test_schema_correctness_special_legendre_polynomial_p_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.4467382Z test_schema_correctness_special_legendre_polynomial_p_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.4472293Z test_schema_correctness_special_legendre_polynomial_p_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.4476888Z test_schema_correctness_special_legendre_polynomial_p_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.4481671Z test_schema_correctness_special_legendre_polynomial_p_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.4500389Z test_schema_correctness_special_log_ndtr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.4519373Z test_schema_correctness_special_log_ndtr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.4538747Z test_schema_correctness_special_log_ndtr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.4556510Z test_schema_correctness_special_log_ndtr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.4574368Z test_schema_correctness_special_log_ndtr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.4592277Z test_schema_correctness_special_log_ndtr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.4610540Z test_schema_correctness_special_log_ndtr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.4628409Z test_schema_correctness_special_log_ndtr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.4647012Z test_schema_correctness_special_modified_bessel_i0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.4666404Z test_schema_correctness_special_modified_bessel_i0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.4684946Z test_schema_correctness_special_modified_bessel_i0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.4703081Z test_schema_correctness_special_modified_bessel_i0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.4720880Z test_schema_correctness_special_modified_bessel_i0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.4739188Z test_schema_correctness_special_modified_bessel_i0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.4757013Z test_schema_correctness_special_modified_bessel_i0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.4775956Z test_schema_correctness_special_modified_bessel_i0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.4794361Z test_schema_correctness_special_modified_bessel_i1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.4813169Z test_schema_correctness_special_modified_bessel_i1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.4831797Z test_schema_correctness_special_modified_bessel_i1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.4849756Z test_schema_correctness_special_modified_bessel_i1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.4867856Z test_schema_correctness_special_modified_bessel_i1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.4885839Z test_schema_correctness_special_modified_bessel_i1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.4904033Z test_schema_correctness_special_modified_bessel_i1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.4921818Z test_schema_correctness_special_modified_bessel_i1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.4940468Z test_schema_correctness_special_modified_bessel_k0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.4959336Z test_schema_correctness_special_modified_bessel_k0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.4978194Z test_schema_correctness_special_modified_bessel_k0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.4996002Z test_schema_correctness_special_modified_bessel_k0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.5014034Z test_schema_correctness_special_modified_bessel_k0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.5031906Z test_schema_correctness_special_modified_bessel_k0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.5049945Z test_schema_correctness_special_modified_bessel_k0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.5067795Z test_schema_correctness_special_modified_bessel_k0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.5086176Z test_schema_correctness_special_modified_bessel_k1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.5105487Z test_schema_correctness_special_modified_bessel_k1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.5123931Z test_schema_correctness_special_modified_bessel_k1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.5141739Z test_schema_correctness_special_modified_bessel_k1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.5159773Z test_schema_correctness_special_modified_bessel_k1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.5178140Z test_schema_correctness_special_modified_bessel_k1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.5196094Z test_schema_correctness_special_modified_bessel_k1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.5214397Z test_schema_correctness_special_modified_bessel_k1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.5260081Z test_schema_correctness_special_ndtr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.5304911Z test_schema_correctness_special_ndtr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:55.5351436Z test_schema_correctness_special_ndtr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.5396295Z test_schema_correctness_special_ndtr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:55.5441310Z test_schema_correctness_special_ndtr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:55.5486261Z test_schema_correctness_special_ndtr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:55.5531568Z test_schema_correctness_special_ndtr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:55.5576654Z test_schema_correctness_special_ndtr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:55.5621842Z test_schema_correctness_special_ndtr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:55.5640473Z test_schema_correctness_special_ndtri_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.5660131Z test_schema_correctness_special_ndtri_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.5678852Z test_schema_correctness_special_ndtri_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.5696979Z test_schema_correctness_special_ndtri_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.5714767Z test_schema_correctness_special_ndtri_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.5732950Z test_schema_correctness_special_ndtri_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.5750804Z test_schema_correctness_special_ndtri_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.5768713Z test_schema_correctness_special_ndtri_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.5815330Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.5857146Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:55.5903720Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.5948819Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:55.5991632Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:55.6034609Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:55.6077858Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:55.6120391Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:55.6163713Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:55.6182602Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.6201484Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.6220531Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.6238515Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.6256840Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.6274827Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.6293061Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.6311175Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.6330053Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.6349555Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.6368424Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.6386710Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.6404758Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.6423218Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.6441360Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.6459690Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.6465168Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.6470195Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.6475023Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.6479449Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.6484172Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.6489035Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.6493669Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.6498529Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.6503332Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.6508234Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.6512771Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.6517375Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.6521898Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.6526658Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.6531745Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.6536612Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.6541254Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.6545915Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.6550652Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.6555632Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.6560428Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.6564872Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.6569612Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.6574317Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.6579290Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.6583947Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.6588685Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.6593355Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.6598002Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.6602598Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.6607375Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.6612332Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:49:55.6630311Z test_schema_correctness_special_spherical_bessel_j0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.6649387Z test_schema_correctness_special_spherical_bessel_j0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.6667846Z test_schema_correctness_special_spherical_bessel_j0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.6685664Z test_schema_correctness_special_spherical_bessel_j0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.6703766Z test_schema_correctness_special_spherical_bessel_j0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.6721570Z test_schema_correctness_special_spherical_bessel_j0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.6739731Z test_schema_correctness_special_spherical_bessel_j0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.6757466Z test_schema_correctness_special_spherical_bessel_j0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.6811398Z test_schema_correctness_special_xlog1py_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.6858669Z test_schema_correctness_special_xlog1py_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.6912298Z test_schema_correctness_special_xlog1py_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.6966797Z test_schema_correctness_special_xlog1py_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.7020152Z test_schema_correctness_special_xlog1py_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.7068517Z test_schema_correctness_special_xlog1py_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.7118036Z test_schema_correctness_special_xlog1py_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.7167147Z test_schema_correctness_special_xlog1py_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.7216535Z test_schema_correctness_special_xlog1py_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.7265070Z test_schema_correctness_special_xlog1py_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.7313057Z test_schema_correctness_special_zeta_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.7368800Z test_schema_correctness_special_zeta_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.7422786Z test_schema_correctness_special_zeta_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.7472665Z test_schema_correctness_special_zeta_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.7522408Z test_schema_correctness_special_zeta_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.7572255Z test_schema_correctness_special_zeta_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.7622283Z test_schema_correctness_special_zeta_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.7674796Z test_schema_correctness_special_zeta_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.7696325Z test_schema_correctness_split_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.7715260Z test_schema_correctness_split_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.7738921Z test_schema_correctness_split_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.7748067Z test_schema_correctness_split_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.7770492Z test_schema_correctness_split_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.7791330Z test_schema_correctness_split_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.7811366Z test_schema_correctness_split_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.7832784Z test_schema_correctness_split_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.7852651Z test_schema_correctness_split_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.7871736Z test_schema_correctness_split_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.7890922Z test_schema_correctness_split_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.7910260Z test_schema_correctness_split_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.7929496Z test_schema_correctness_split_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.7957353Z test_schema_correctness_split_list_args_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:55.7983821Z test_schema_correctness_split_list_args_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:55.8016469Z test_schema_correctness_split_list_args_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:55.8048096Z test_schema_correctness_split_list_args_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:55.8076456Z test_schema_correctness_split_list_args_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:55.8104413Z test_schema_correctness_split_list_args_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:55.8134307Z test_schema_correctness_split_list_args_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:55.8161329Z test_schema_correctness_split_list_args_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:55.8188056Z test_schema_correctness_split_list_args_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:55.8214377Z test_schema_correctness_split_list_args_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:55.8240697Z test_schema_correctness_split_list_args_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:55.8267400Z test_schema_correctness_split_list_args_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:55.8301290Z test_schema_correctness_split_with_sizes_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:55.8333276Z test_schema_correctness_split_with_sizes_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:55.8373405Z test_schema_correctness_split_with_sizes_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:55.8383112Z test_schema_correctness_split_with_sizes_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.8423445Z test_schema_correctness_split_with_sizes_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:55.8458378Z test_schema_correctness_split_with_sizes_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:55.8492092Z test_schema_correctness_split_with_sizes_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:55.8529101Z test_schema_correctness_split_with_sizes_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:55.8562017Z test_schema_correctness_split_with_sizes_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:55.8595448Z test_schema_correctness_split_with_sizes_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:55.8628133Z test_schema_correctness_split_with_sizes_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:55.8660899Z test_schema_correctness_split_with_sizes_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:55.8693206Z test_schema_correctness_split_with_sizes_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:55.8706383Z test_schema_correctness_sqrt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.8719248Z test_schema_correctness_sqrt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.8734209Z test_schema_correctness_sqrt_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.8749420Z test_schema_correctness_sqrt_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.8763769Z test_schema_correctness_sqrt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.8778123Z test_schema_correctness_sqrt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.8792394Z test_schema_correctness_sqrt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.8806145Z test_schema_correctness_sqrt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.8820401Z test_schema_correctness_sqrt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.8833997Z test_schema_correctness_sqrt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.8847771Z test_schema_correctness_sqrt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.8869591Z test_schema_correctness_square_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.8889339Z test_schema_correctness_square_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.8910709Z test_schema_correctness_square_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.8932593Z test_schema_correctness_square_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.8953201Z test_schema_correctness_square_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.8973754Z test_schema_correctness_square_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.8993687Z test_schema_correctness_square_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.9013115Z test_schema_correctness_square_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.9032795Z test_schema_correctness_square_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.9052183Z test_schema_correctness_square_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.9071290Z test_schema_correctness_square_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.9090823Z test_schema_correctness_square_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:55.9127148Z test_schema_correctness_squeeze_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:55.9160124Z test_schema_correctness_squeeze_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:55.9201862Z test_schema_correctness_squeeze_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:55.9210748Z test_schema_correctness_squeeze_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.9250008Z test_schema_correctness_squeeze_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:55.9286552Z test_schema_correctness_squeeze_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:55.9322557Z test_schema_correctness_squeeze_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:55.9358493Z test_schema_correctness_squeeze_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:55.9391866Z test_schema_correctness_squeeze_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:55.9425406Z test_schema_correctness_squeeze_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:55.9459070Z test_schema_correctness_squeeze_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:55.9492411Z test_schema_correctness_squeeze_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:55.9525754Z test_schema_correctness_squeeze_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:55.9581333Z test_schema_correctness_stack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.9633574Z test_schema_correctness_stack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.9691377Z test_schema_correctness_stack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:55.9700531Z test_schema_correctness_stack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:55.9759033Z test_schema_correctness_stack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:55.9814340Z test_schema_correctness_stack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.9868947Z test_schema_correctness_stack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.9921594Z test_schema_correctness_stack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:55.9974307Z test_schema_correctness_stack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:56.0027066Z test_schema_correctness_stack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:56.0079795Z test_schema_correctness_stack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:56.0133594Z test_schema_correctness_stack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:56.0186204Z test_schema_correctness_stack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:56.0240759Z test_schema_correctness_std_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:56.0308523Z test_schema_correctness_std_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:56.0376734Z test_schema_correctness_std_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:56.0432005Z test_schema_correctness_std_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:56.0486896Z test_schema_correctness_std_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:56.0544579Z test_schema_correctness_std_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:56.0601525Z test_schema_correctness_std_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:56.0670598Z test_schema_correctness_std_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:56.0740045Z test_schema_correctness_std_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:56.0797198Z test_schema_correctness_std_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:56.0853116Z test_schema_correctness_std_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:56.0912684Z test_schema_correctness_std_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:56.1147065Z test_schema_correctness_stft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:49:56.1373799Z test_schema_correctness_stft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:49:56.1420220Z test_schema_correctness_stft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:611: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:804.) 2022-09-27T15:49:56.1421041Z normalized, onesided, return_complex) 2022-09-27T15:49:56.1645979Z ok (0.027s) 2022-09-27T15:49:56.1916607Z test_schema_correctness_stft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:49:56.1985102Z test_schema_correctness_sub_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:56.2067686Z test_schema_correctness_sub_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:56.2077502Z test_schema_correctness_sub_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:56.2161868Z test_schema_correctness_sub_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:56.2230935Z test_schema_correctness_sub_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:56.2300749Z test_schema_correctness_sub_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:56.2368263Z test_schema_correctness_sub_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:56.2430424Z test_schema_correctness_sub_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:56.2492631Z test_schema_correctness_sub_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:56.2553784Z test_schema_correctness_sub_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:56.2615883Z test_schema_correctness_sub_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:56.2678085Z test_schema_correctness_sub_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:56.2876632Z test_schema_correctness_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:49:56.3072743Z test_schema_correctness_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:49:56.3274538Z test_schema_correctness_sum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:49:56.3475787Z test_schema_correctness_sum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:49:56.3673205Z test_schema_correctness_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:49:56.3870832Z test_schema_correctness_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:49:56.4065702Z test_schema_correctness_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:49:56.4262321Z test_schema_correctness_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:49:56.4459819Z test_schema_correctness_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:49:56.4655578Z test_schema_correctness_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:49:56.4851604Z test_schema_correctness_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:49:56.5047772Z test_schema_correctness_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:49:56.5123637Z test_schema_correctness_sum_to_size_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:56.5197580Z test_schema_correctness_sum_to_size_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:56.5280995Z test_schema_correctness_sum_to_size_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:56.5363603Z test_schema_correctness_sum_to_size_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:56.5440152Z test_schema_correctness_sum_to_size_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:56.5515462Z test_schema_correctness_sum_to_size_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:56.5591780Z test_schema_correctness_sum_to_size_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:56.5666458Z test_schema_correctness_sum_to_size_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:56.5739968Z test_schema_correctness_sum_to_size_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:56.5812852Z test_schema_correctness_sum_to_size_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:56.5886500Z test_schema_correctness_sum_to_size_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:56.5960024Z test_schema_correctness_sum_to_size_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:56.5965017Z test_schema_correctness_svd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:49:56.5970032Z test_schema_correctness_svd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:49:56.8105098Z test_schema_correctness_svd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.213s) 2022-09-27T15:49:57.0183794Z test_schema_correctness_svd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.208s) 2022-09-27T15:50:01.2188454Z test_schema_correctness_svd_lowrank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.200s) 2022-09-27T15:50:05.3160158Z test_schema_correctness_svd_lowrank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.097s) 2022-09-27T15:50:05.3180310Z test_schema_correctness_symeig_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T15:50:05.3180953Z 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:50:05.3181752Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T15:50:05.3182027Z should be replaced with 2022-09-27T15:50:05.3182438Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T15:50:05.3182740Z and 2022-09-27T15:50:05.3182939Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T15:50:05.3183206Z should be replaced with 2022-09-27T15:50:05.3183682Z 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:50:05.3184264Z return self.op(*args, **kwargs) 2022-09-27T15:50:05.3229357Z ok (0.007s) 2022-09-27T15:50:05.3296127Z test_schema_correctness_symeig_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:05.3357901Z test_schema_correctness_symeig_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:05.3418343Z test_schema_correctness_symeig_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:05.3437761Z test_schema_correctness_t_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:05.3456228Z test_schema_correctness_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:05.3476503Z test_schema_correctness_t_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:05.3497094Z test_schema_correctness_t_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:05.3516208Z test_schema_correctness_t_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:05.3535595Z test_schema_correctness_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:05.3554361Z test_schema_correctness_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:05.3572733Z test_schema_correctness_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:05.3591144Z test_schema_correctness_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:05.3609446Z test_schema_correctness_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:05.3627733Z test_schema_correctness_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:05.3645907Z test_schema_correctness_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:05.3726132Z test_schema_correctness_take_along_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:05.3802578Z test_schema_correctness_take_along_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:05.3886947Z test_schema_correctness_take_along_dim_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:05.3969266Z test_schema_correctness_take_along_dim_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:05.4048356Z test_schema_correctness_take_along_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:05.4126518Z test_schema_correctness_take_along_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:05.4204075Z test_schema_correctness_take_along_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:05.4280789Z test_schema_correctness_take_along_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:05.4358180Z test_schema_correctness_take_along_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:05.4435113Z test_schema_correctness_take_along_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:05.4511657Z test_schema_correctness_take_along_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:05.4589372Z test_schema_correctness_take_along_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:05.4641212Z test_schema_correctness_take_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:05.4688776Z test_schema_correctness_take_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:05.4742829Z test_schema_correctness_take_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:05.4797307Z test_schema_correctness_take_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:05.4848027Z test_schema_correctness_take_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:05.4898683Z test_schema_correctness_take_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:05.4948342Z test_schema_correctness_take_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:05.4995623Z test_schema_correctness_take_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:05.5043172Z test_schema_correctness_take_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:05.5090524Z test_schema_correctness_take_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:05.5138892Z test_schema_correctness_take_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:05.5186713Z test_schema_correctness_take_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:05.5201258Z test_schema_correctness_tan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:05.5215720Z test_schema_correctness_tan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:05.5231472Z test_schema_correctness_tan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:05.5247455Z test_schema_correctness_tan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:05.5262549Z test_schema_correctness_tan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:05.5277375Z test_schema_correctness_tan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:05.5291802Z test_schema_correctness_tan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:05.5306160Z test_schema_correctness_tan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:05.5320617Z test_schema_correctness_tan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:05.5334976Z test_schema_correctness_tan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:05.5348845Z test_schema_correctness_tan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:05.5362817Z test_schema_correctness_tanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:05.5376630Z test_schema_correctness_tanh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:05.5392031Z test_schema_correctness_tanh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:05.5406847Z test_schema_correctness_tanh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:05.5421248Z test_schema_correctness_tanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:05.5435150Z test_schema_correctness_tanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:05.5448690Z test_schema_correctness_tanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:05.5462283Z test_schema_correctness_tanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:05.5475638Z test_schema_correctness_tanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:05.5489106Z test_schema_correctness_tanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:05.5502683Z test_schema_correctness_tanh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:05.5664295Z test_schema_correctness_tensor_split_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:50:05.5818310Z test_schema_correctness_tensor_split_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:50:05.6007543Z test_schema_correctness_tensor_split_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:50:05.6196491Z test_schema_correctness_tensor_split_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:50:05.6359400Z test_schema_correctness_tensor_split_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:50:05.6519497Z test_schema_correctness_tensor_split_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:50:05.6693643Z test_schema_correctness_tensor_split_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:50:05.6849582Z test_schema_correctness_tensor_split_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:50:05.7004227Z test_schema_correctness_tensor_split_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:50:05.7160008Z test_schema_correctness_tensor_split_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:50:05.7315496Z test_schema_correctness_tensor_split_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:50:05.7470764Z test_schema_correctness_tensor_split_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:50:05.7706764Z test_schema_correctness_tensordot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:50:05.7944771Z test_schema_correctness_tensordot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:50:05.8183873Z test_schema_correctness_tensordot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:50:05.8419765Z test_schema_correctness_tensordot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:50:05.8653681Z test_schema_correctness_tensordot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:50:05.8886251Z test_schema_correctness_tensordot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:50:05.9117547Z test_schema_correctness_tensordot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:50:05.9352183Z test_schema_correctness_tensordot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:50:05.9584292Z test_schema_correctness_tensordot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:50:05.9816316Z test_schema_correctness_tensordot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:50:06.0177610Z test_schema_correctness_tile_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:50:06.0527197Z test_schema_correctness_tile_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:50:06.0906326Z test_schema_correctness_tile_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-09-27T15:50:06.1288474Z test_schema_correctness_tile_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-09-27T15:50:06.1652025Z test_schema_correctness_tile_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:50:06.2012809Z test_schema_correctness_tile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:50:06.2367573Z test_schema_correctness_tile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:50:06.2717161Z test_schema_correctness_tile_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:50:06.3067165Z test_schema_correctness_tile_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:50:06.3417648Z test_schema_correctness_tile_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:50:06.3769388Z test_schema_correctness_tile_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:50:06.4120956Z test_schema_correctness_tile_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:50:06.8498518Z test_schema_correctness_to_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.438s) 2022-09-27T15:50:07.2882178Z test_schema_correctness_to_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.438s) 2022-09-27T15:50:07.7308104Z test_schema_correctness_to_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.442s) 2022-09-27T15:50:08.1747324Z test_schema_correctness_to_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.444s) 2022-09-27T15:50:08.6128235Z test_schema_correctness_to_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.438s) 2022-09-27T15:50:09.0553033Z test_schema_correctness_to_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.442s) 2022-09-27T15:50:09.3867784Z test_schema_correctness_to_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.331s) 2022-09-27T15:50:09.8250408Z test_schema_correctness_to_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.438s) 2022-09-27T15:50:10.2644514Z test_schema_correctness_to_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.439s) 2022-09-27T15:50:10.7030870Z test_schema_correctness_to_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.438s) 2022-09-27T15:50:11.1415492Z test_schema_correctness_to_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.438s) 2022-09-27T15:50:11.5821586Z test_schema_correctness_to_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.441s) 2022-09-27T15:50:11.5845914Z test_schema_correctness_to_sparse_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:11.5864658Z test_schema_correctness_to_sparse_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:11.5884885Z test_schema_correctness_to_sparse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:11.5905366Z test_schema_correctness_to_sparse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:11.5923770Z test_schema_correctness_to_sparse_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:11.5942482Z test_schema_correctness_to_sparse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:11.5960657Z test_schema_correctness_to_sparse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:11.5978713Z test_schema_correctness_to_sparse_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:11.5996226Z test_schema_correctness_to_sparse_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:11.6014314Z test_schema_correctness_to_sparse_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:11.6032500Z test_schema_correctness_to_sparse_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:11.6050355Z test_schema_correctness_to_sparse_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:11.6127408Z test_schema_correctness_topk_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:11.6209191Z test_schema_correctness_topk_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:11.6288419Z test_schema_correctness_topk_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:11.6365696Z test_schema_correctness_topk_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:11.6443069Z test_schema_correctness_topk_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:11.6519396Z test_schema_correctness_topk_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:11.6594756Z test_schema_correctness_topk_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:11.6672664Z test_schema_correctness_topk_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:11.6686273Z test_schema_correctness_trace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:11.6700110Z test_schema_correctness_trace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:11.6712428Z test_schema_correctness_trace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:11.6725633Z test_schema_correctness_trace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:11.6738729Z test_schema_correctness_trace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:11.6750665Z test_schema_correctness_trace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:11.6762802Z test_schema_correctness_trace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:11.6775098Z test_schema_correctness_trace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:11.6787277Z test_schema_correctness_trace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:11.6831663Z test_schema_correctness_transpose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:11.6872043Z test_schema_correctness_transpose_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:11.6921018Z test_schema_correctness_transpose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:11.6930448Z test_schema_correctness_transpose_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:11.6979545Z test_schema_correctness_transpose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:11.7024769Z test_schema_correctness_transpose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:11.7068490Z test_schema_correctness_transpose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:11.7112847Z test_schema_correctness_transpose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:11.7154581Z test_schema_correctness_transpose_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:11.7195485Z test_schema_correctness_transpose_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:11.7236714Z test_schema_correctness_transpose_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:11.7277359Z test_schema_correctness_transpose_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:11.7319011Z test_schema_correctness_transpose_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:11.7623611Z test_schema_correctness_trapezoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:50:11.7939094Z test_schema_correctness_trapezoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:50:11.8259538Z test_schema_correctness_trapezoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:50:11.8563784Z test_schema_correctness_trapezoid_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:50:11.8866156Z test_schema_correctness_trapezoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:50:11.9156444Z test_schema_correctness_trapezoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:50:11.9455294Z test_schema_correctness_trapezoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:50:11.9754037Z test_schema_correctness_trapezoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:50:12.0051919Z test_schema_correctness_trapezoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:50:12.0350918Z test_schema_correctness_trapezoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:50:12.0649754Z test_schema_correctness_trapezoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:50:12.0952154Z test_schema_correctness_trapz_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:50:12.1265534Z test_schema_correctness_trapz_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:50:12.1584152Z test_schema_correctness_trapz_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:50:12.1888991Z test_schema_correctness_trapz_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:50:12.2192955Z test_schema_correctness_trapz_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:50:12.2483778Z test_schema_correctness_trapz_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:50:12.2783664Z test_schema_correctness_trapz_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:50:12.3083125Z test_schema_correctness_trapz_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:50:12.3382932Z test_schema_correctness_trapz_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:50:12.3681716Z test_schema_correctness_trapz_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:50:12.3980903Z test_schema_correctness_trapz_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:50:12.4003783Z test_schema_correctness_triangular_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T15:50:12.4004512Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T15:50:12.4004828Z X = torch.triangular_solve(B, A).solution 2022-09-27T15:50:12.4005027Z should be replaced with 2022-09-27T15:50:12.4005379Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-09-27T15:50:12.4005786Z return self.op(*args, **kwargs) 2022-09-27T15:50:12.4096562Z ok (0.012s) 2022-09-27T15:50:12.4210489Z test_schema_correctness_triangular_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:50:12.4311297Z test_schema_correctness_triangular_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:50:12.4410566Z test_schema_correctness_triangular_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:50:12.4451935Z test_schema_correctness_tril_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:12.4493556Z test_schema_correctness_tril_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:12.4543667Z test_schema_correctness_tril_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:12.4593581Z test_schema_correctness_tril_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:12.4636511Z test_schema_correctness_tril_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:12.4679129Z test_schema_correctness_tril_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:12.4723125Z test_schema_correctness_tril_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:12.4762490Z test_schema_correctness_tril_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:12.4801838Z test_schema_correctness_tril_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:12.4841724Z test_schema_correctness_tril_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:12.4881536Z test_schema_correctness_tril_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:12.4921587Z test_schema_correctness_tril_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:12.5161611Z test_schema_correctness_tril_indices_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:50:12.5399028Z test_schema_correctness_tril_indices_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:50:12.5441900Z test_schema_correctness_triu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:12.5480048Z test_schema_correctness_triu_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:12.5530622Z test_schema_correctness_triu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:12.5580926Z test_schema_correctness_triu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:12.5623276Z test_schema_correctness_triu_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:12.5666366Z test_schema_correctness_triu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:12.5710039Z test_schema_correctness_triu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:12.5753599Z test_schema_correctness_triu_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:12.5793535Z test_schema_correctness_triu_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:12.5834298Z test_schema_correctness_triu_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:12.5872897Z test_schema_correctness_triu_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:12.5912468Z test_schema_correctness_triu_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:12.6153384Z test_schema_correctness_triu_indices_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:50:12.6392020Z test_schema_correctness_triu_indices_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:50:12.6450792Z test_schema_correctness_true_divide_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:12.6504395Z test_schema_correctness_true_divide_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:12.6574528Z test_schema_correctness_true_divide_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:12.6644136Z test_schema_correctness_true_divide_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:12.6703270Z test_schema_correctness_true_divide_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:12.6763015Z test_schema_correctness_true_divide_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:12.6821727Z test_schema_correctness_true_divide_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:12.6875947Z test_schema_correctness_true_divide_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:12.6930437Z test_schema_correctness_true_divide_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:12.6984770Z test_schema_correctness_true_divide_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:12.7039076Z test_schema_correctness_true_divide_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:12.7093231Z test_schema_correctness_true_divide_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:12.7106415Z test_schema_correctness_trunc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:12.7120022Z test_schema_correctness_trunc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:12.7134343Z test_schema_correctness_trunc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:12.7147913Z test_schema_correctness_trunc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:12.7161252Z test_schema_correctness_trunc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:12.7174984Z test_schema_correctness_trunc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:12.7188350Z test_schema_correctness_trunc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:12.7201678Z test_schema_correctness_trunc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:12.7242244Z test_schema_correctness_unbind_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:12.7278520Z test_schema_correctness_unbind_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:12.7321661Z test_schema_correctness_unbind_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:12.7331461Z test_schema_correctness_unbind_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:12.7373246Z test_schema_correctness_unbind_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:12.7412953Z test_schema_correctness_unbind_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:12.7452044Z test_schema_correctness_unbind_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:12.7491023Z test_schema_correctness_unbind_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:12.7527578Z test_schema_correctness_unbind_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:12.7563694Z test_schema_correctness_unbind_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:12.7599958Z test_schema_correctness_unbind_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:12.7636425Z test_schema_correctness_unbind_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:12.7672842Z test_schema_correctness_unbind_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:12.7733243Z test_schema_correctness_unflatten_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:12.7788777Z test_schema_correctness_unflatten_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:12.7856788Z test_schema_correctness_unflatten_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:12.7865242Z test_schema_correctness_unflatten_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:12.7931349Z test_schema_correctness_unflatten_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:12.7991999Z test_schema_correctness_unflatten_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:12.8052029Z test_schema_correctness_unflatten_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:12.8110634Z test_schema_correctness_unflatten_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:12.8167316Z test_schema_correctness_unflatten_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:12.8223753Z test_schema_correctness_unflatten_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:12.8280132Z test_schema_correctness_unflatten_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:12.8336106Z test_schema_correctness_unflatten_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:12.8392421Z test_schema_correctness_unflatten_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:12.8498949Z test_schema_correctness_unfold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:50:12.8605836Z test_schema_correctness_unfold_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:50:12.8735550Z test_schema_correctness_unfold_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:50:12.8744751Z test_schema_correctness_unfold_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:12.8873666Z test_schema_correctness_unfold_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:50:12.8985851Z test_schema_correctness_unfold_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:50:12.9101340Z test_schema_correctness_unfold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:50:12.9214239Z test_schema_correctness_unfold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:50:12.9322265Z test_schema_correctness_unfold_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:50:12.9429885Z test_schema_correctness_unfold_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:50:12.9537985Z test_schema_correctness_unfold_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:50:12.9645202Z test_schema_correctness_unfold_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:50:12.9753733Z test_schema_correctness_unfold_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:50:12.9786033Z test_schema_correctness_uniform_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:12.9819487Z test_schema_correctness_uniform_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:12.9852745Z test_schema_correctness_uniform_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:12.9884377Z test_schema_correctness_uniform_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:12.9915362Z test_schema_correctness_uniform_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:12.9946985Z test_schema_correctness_uniform_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:13.1253068Z test_schema_correctness_unique_consecutive_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-09-27T15:50:13.2497848Z test_schema_correctness_unique_consecutive_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-09-27T15:50:13.3802825Z test_schema_correctness_unique_consecutive_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-09-27T15:50:13.6082014Z test_schema_correctness_unique_consecutive_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.228s) 2022-09-27T15:50:13.7354588Z test_schema_correctness_unique_consecutive_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.127s) 2022-09-27T15:50:13.8626010Z test_schema_correctness_unique_consecutive_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.127s) 2022-09-27T15:50:13.9897491Z test_schema_correctness_unique_consecutive_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.127s) 2022-09-27T15:50:14.1163296Z test_schema_correctness_unique_consecutive_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.127s) 2022-09-27T15:50:14.2437285Z test_schema_correctness_unique_consecutive_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.127s) 2022-09-27T15:50:14.5012733Z test_schema_correctness_unique_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.257s) 2022-09-27T15:50:14.7530959Z test_schema_correctness_unique_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.252s) 2022-09-27T15:50:15.0111592Z test_schema_correctness_unique_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.258s) 2022-09-27T15:50:15.2700517Z test_schema_correctness_unique_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.259s) 2022-09-27T15:50:15.5215521Z test_schema_correctness_unique_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.251s) 2022-09-27T15:50:15.7746428Z test_schema_correctness_unique_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.253s) 2022-09-27T15:50:16.0260653Z test_schema_correctness_unique_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.251s) 2022-09-27T15:50:16.2779204Z test_schema_correctness_unique_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.252s) 2022-09-27T15:50:16.5289073Z test_schema_correctness_unique_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.251s) 2022-09-27T15:50:16.5331817Z test_schema_correctness_unsqueeze_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:16.5370326Z test_schema_correctness_unsqueeze_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:16.5417259Z test_schema_correctness_unsqueeze_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:16.5425914Z test_schema_correctness_unsqueeze_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:16.5471055Z test_schema_correctness_unsqueeze_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:16.5511913Z test_schema_correctness_unsqueeze_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:16.5553087Z test_schema_correctness_unsqueeze_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:16.5595828Z test_schema_correctness_unsqueeze_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:16.5634067Z test_schema_correctness_unsqueeze_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:16.5671928Z test_schema_correctness_unsqueeze_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:16.5710106Z test_schema_correctness_unsqueeze_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:16.5748357Z test_schema_correctness_unsqueeze_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:16.5786192Z test_schema_correctness_unsqueeze_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:16.5841179Z test_schema_correctness_var_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:16.5912111Z test_schema_correctness_var_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:16.5979375Z test_schema_correctness_var_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:16.6034880Z test_schema_correctness_var_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:16.6090368Z test_schema_correctness_var_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:16.6149229Z test_schema_correctness_var_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:16.6210648Z test_schema_correctness_var_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:16.6277686Z test_schema_correctness_var_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:16.6345658Z test_schema_correctness_var_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:16.6402816Z test_schema_correctness_var_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:16.6458356Z test_schema_correctness_var_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:16.6517964Z test_schema_correctness_var_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:16.6532568Z test_schema_correctness_vdot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:16.6537856Z test_schema_correctness_vdot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:50:16.6542603Z test_schema_correctness_vdot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:50:16.6556885Z test_schema_correctness_vdot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:16.6571726Z test_schema_correctness_vdot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:16.6585704Z test_schema_correctness_vdot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:16.6598877Z test_schema_correctness_vdot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:16.6612310Z test_schema_correctness_vdot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:16.6625843Z test_schema_correctness_vdot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:16.6639002Z test_schema_correctness_vdot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:16.6651872Z test_schema_correctness_view_as_complex_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:16.6664719Z test_schema_correctness_view_as_complex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:16.6678217Z test_schema_correctness_view_as_complex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:16.6708241Z test_schema_correctness_view_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:16.6735312Z test_schema_correctness_view_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:16.6770648Z test_schema_correctness_view_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:16.6779483Z test_schema_correctness_view_as_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:16.6815007Z test_schema_correctness_view_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:16.6845367Z test_schema_correctness_view_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:16.6876545Z test_schema_correctness_view_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:16.6908596Z test_schema_correctness_view_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:16.6936560Z test_schema_correctness_view_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:16.6966165Z test_schema_correctness_view_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:16.6993674Z test_schema_correctness_view_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:16.7021201Z test_schema_correctness_view_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:16.7048536Z test_schema_correctness_view_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:16.7064966Z test_schema_correctness_view_as_real_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:16.7081371Z test_schema_correctness_view_as_real_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:16.7241168Z test_schema_correctness_view_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:50:16.7397337Z test_schema_correctness_view_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:50:16.7562505Z test_schema_correctness_view_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:50:16.7571260Z test_schema_correctness_view_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:16.7736696Z test_schema_correctness_view_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:50:16.7900729Z test_schema_correctness_view_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:50:16.8062068Z test_schema_correctness_view_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:50:16.8224298Z test_schema_correctness_view_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:50:16.8381003Z test_schema_correctness_view_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:50:16.8538298Z test_schema_correctness_view_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:50:16.8694921Z test_schema_correctness_view_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:50:16.8852843Z test_schema_correctness_view_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:50:16.9010190Z test_schema_correctness_view_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:50:16.9048487Z test_schema_correctness_vsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:16.9085307Z test_schema_correctness_vsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:16.9128843Z test_schema_correctness_vsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:16.9138067Z test_schema_correctness_vsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:16.9179582Z test_schema_correctness_vsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:16.9218511Z test_schema_correctness_vsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:16.9256476Z test_schema_correctness_vsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:16.9296341Z test_schema_correctness_vsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:16.9333794Z test_schema_correctness_vsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:16.9371077Z test_schema_correctness_vsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:16.9408154Z test_schema_correctness_vsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:16.9444574Z test_schema_correctness_vsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:16.9481266Z test_schema_correctness_vsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:16.9513618Z test_schema_correctness_vstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:16.9543192Z test_schema_correctness_vstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:16.9577842Z test_schema_correctness_vstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:16.9587247Z test_schema_correctness_vstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:16.9621334Z test_schema_correctness_vstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:16.9652976Z test_schema_correctness_vstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:16.9684092Z test_schema_correctness_vstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:16.9714632Z test_schema_correctness_vstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:16.9744461Z test_schema_correctness_vstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:16.9774063Z test_schema_correctness_vstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:16.9803544Z test_schema_correctness_vstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:16.9833344Z test_schema_correctness_vstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:16.9863145Z test_schema_correctness_vstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:16.9902471Z test_schema_correctness_where_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:16.9937474Z test_schema_correctness_where_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:16.9984595Z test_schema_correctness_where_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:16.9993193Z test_schema_correctness_where_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:17.0039557Z test_schema_correctness_where_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:17.0079030Z test_schema_correctness_where_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:17.0117710Z test_schema_correctness_where_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:17.0160167Z test_schema_correctness_where_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:17.0196109Z test_schema_correctness_where_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:17.0232681Z test_schema_correctness_where_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:17.0268719Z test_schema_correctness_where_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:17.0304451Z test_schema_correctness_where_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:17.0340725Z test_schema_correctness_where_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:17.0393193Z test_schema_correctness_xlogy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:17.0440664Z test_schema_correctness_xlogy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:17.0493800Z test_schema_correctness_xlogy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:17.0547839Z test_schema_correctness_xlogy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:17.0600339Z test_schema_correctness_xlogy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:17.0648595Z test_schema_correctness_xlogy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:17.0697238Z test_schema_correctness_xlogy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:17.0745650Z test_schema_correctness_xlogy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:17.0793364Z test_schema_correctness_xlogy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:17.0841776Z test_schema_correctness_xlogy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:17.0871320Z test_schema_correctness_zero__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:17.0898104Z test_schema_correctness_zero__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:17.0929141Z test_schema_correctness_zero__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:17.0960255Z test_schema_correctness_zero__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:17.0988661Z test_schema_correctness_zero__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:17.1016580Z test_schema_correctness_zero__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:17.1045463Z test_schema_correctness_zero__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:17.1072348Z test_schema_correctness_zero__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:17.1099271Z test_schema_correctness_zero__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:17.1126025Z test_schema_correctness_zero__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:17.1152792Z test_schema_correctness_zero__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:17.1182299Z test_schema_correctness_zero__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:17.1266993Z test_schema_correctness_zeros_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:17.1350523Z test_schema_correctness_zeros_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:17.1434184Z test_schema_correctness_zeros_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:17.1443211Z test_schema_correctness_zeros_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:17.1527134Z test_schema_correctness_zeros_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:17.1610575Z test_schema_correctness_zeros_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:17.1694059Z test_schema_correctness_zeros_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:17.1777556Z test_schema_correctness_zeros_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:17.1861330Z test_schema_correctness_zeros_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:17.1945187Z test_schema_correctness_zeros_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:17.2029414Z test_schema_correctness_zeros_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:17.2112724Z test_schema_correctness_zeros_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:17.2196901Z test_schema_correctness_zeros_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:17.2481097Z test_schema_correctness_zeros_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:50:17.2762175Z test_schema_correctness_zeros_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:50:17.3047374Z test_schema_correctness_zeros_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:50:17.3056222Z test_schema_correctness_zeros_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:17.3342126Z test_schema_correctness_zeros_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:50:17.3625126Z test_schema_correctness_zeros_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:50:17.3908794Z test_schema_correctness_zeros_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:50:17.4192287Z test_schema_correctness_zeros_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:50:17.4475271Z test_schema_correctness_zeros_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:50:17.4758948Z test_schema_correctness_zeros_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:50:17.5040364Z test_schema_correctness_zeros_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:50:17.5322612Z test_schema_correctness_zeros_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:50:17.5604953Z test_schema_correctness_zeros_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:50:17.5605647Z 2022-09-27T15:50:17.5606085Z ---------------------------------------------------------------------- 2022-09-27T15:50:17.5606470Z Ran 5112 tests in 328.456s 2022-09-27T15:50:17.5606658Z 2022-09-27T15:50:17.5606766Z OK (skipped=168) 2022-09-27T15:50:17.5606934Z 2022-09-27T15:50:17.5607052Z Generating XML reports... 2022-09-27T15:50:17.5680849Z Generated XML report: test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheck-20220927154449.xml 2022-09-27T15:50:18.0326819Z Generated XML report: test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheckModeOpInfoCPU-20220927154449.xml 2022-09-27T15:50:18.4790613Z Running test_reductions ... [2022-09-27 15:50:18.478712] 2022-09-27T15:50:18.4791144Z Executing ['/opt/conda/bin/python', '-bb', 'test_reductions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:50:18.478792] 2022-09-27T15:50:20.7574637Z Test results will be stored in test-reports/python-unittest/test_reductions 2022-09-27T15:50:20.7705109Z 2022-09-27T15:50:20.7705233Z Running tests... 2022-09-27T15:50:20.7705646Z ---------------------------------------------------------------------- 2022-09-27T15:50:20.7903441Z test_accreal_type_cpu (__main__.TestReductionsCPU) ... ok (0.020s) 2022-09-27T15:50:20.7923406Z test_all_any_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:20.7933491Z test_all_any_empty_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:50:20.7981105Z 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:20.7981865Z _test_all_any(x.T) 2022-09-27T15:50:20.8018065Z 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:20.8018687Z torch.all(x, dim, out=out) 2022-09-27T15:50:20.8075442Z 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:20.8076053Z torch.all(x, dim, out=out) 2022-09-27T15:50:20.8195778Z 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:20.8196396Z torch.all(x, dim, out=out) 2022-09-27T15:50:20.8250593Z 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:20.8251251Z torch.all(x, dim, out=out) 2022-09-27T15:50:20.8304035Z 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:20.8304652Z torch.all(x, dim, out=out) 2022-09-27T15:50:20.8376617Z 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:20.8377251Z torch.all(x, dim, out=out) 2022-09-27T15:50:20.8486360Z 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:20.8486994Z torch.all(x, dim, out=out) 2022-09-27T15:50:20.8542905Z 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:20.8543521Z torch.all(x, dim, out=out) 2022-09-27T15:50:20.8590024Z ok (0.066s) 2022-09-27T15:50:20.8648440Z 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:20.8648943Z torch_result = torch_fn(t).cpu() 2022-09-27T15:50:21.2759605Z ok (0.417s) 2022-09-27T15:50:21.6912643Z test_all_any_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.415s) 2022-09-27T15:50:22.1074971Z test_all_any_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.416s) 2022-09-27T15:50:22.5229767Z test_all_any_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.415s) 2022-09-27T15:50:22.9376013Z test_all_any_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.415s) 2022-09-27T15:50:23.3475796Z test_all_any_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.410s) 2022-09-27T15:50:23.7571338Z test_all_any_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.409s) 2022-09-27T15:50:24.1669905Z test_all_any_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.410s) 2022-09-27T15:50:24.5771315Z test_all_any_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.410s) 2022-09-27T15:50:24.6426449Z test_all_any_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.066s) 2022-09-27T15:50:24.6448451Z test_all_any_with_dim_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:24.6469688Z test_amax_cpu_bool (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:24.6505106Z test_amax_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:50:24.6532421Z test_amax_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:50:24.6560709Z test_amax_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:50:24.6581511Z test_amax_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:24.6600081Z test_amax_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:24.6796204Z test_amin_amax_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.020s) 2022-09-27T15:50:24.6816535Z test_amin_cpu_bool (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:24.6851124Z test_amin_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:50:24.6876656Z test_amin_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:24.6904610Z test_amin_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:50:24.6923818Z test_amin_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:24.6942211Z test_amin_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:24.7008484Z test_aminmax_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-09-27T15:50:24.7074754Z test_aminmax_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-09-27T15:50:24.7113979Z test_argminmax_axis_with_dim_one_cpu (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:50:24.7125829Z test_argminmax_large_axis_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:50:24.7169311Z 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:24.7170066Z x[mask] = torch.tensor(max_val + 1, dtype=dtype) 2022-09-27T15:50:24.7170702Z 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:24.7171281Z x[mask] = torch.tensor(min_val - 1, dtype=dtype) 2022-09-27T15:50:24.7256005Z ok (0.013s) 2022-09-27T15:50:24.7426023Z test_argminmax_multiple_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.017s) 2022-09-27T15:50:24.7597062Z test_argminmax_multiple_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.017s) 2022-09-27T15:50:24.7749050Z test_argminmax_multiple_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-09-27T15:50:24.7902580Z test_argminmax_multiple_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-09-27T15:50:24.8053638Z test_argminmax_multiple_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-09-27T15:50:24.8206790Z test_argminmax_multiple_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-09-27T15:50:24.8361401Z test_argminmax_multiple_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-09-27T15:50:25.0427812Z test_bincount_cpu (__main__.TestReductionsCPU) ... ok (0.206s) 2022-09-27T15:50:25.0934979Z test_bucketization_cpu (__main__.TestReductionsCPU) ... ok (0.051s) 2022-09-27T15:50:25.1068894Z test_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-09-27T15:50:25.1195140Z test_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-09-27T15:50:25.1327609Z test_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-09-27T15:50:25.1451385Z test_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.012s) 2022-09-27T15:50:25.1577999Z test_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-09-27T15:50:25.1645020Z test_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-09-27T15:50:25.1712865Z test_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-09-27T15:50:25.1778503Z test_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-09-27T15:50:25.1845491Z test_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-09-27T15:50:25.1912481Z test_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-09-27T15:50:25.3590843Z test_cumprod_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.168s) 2022-09-27T15:50:25.5514676Z test_cumsum_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.192s) 2022-09-27T15:50:25.5535811Z test_dim_arg_reduction_scalar_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:25.5555738Z test_dim_arg_reduction_scalar_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:25.5575064Z test_dim_arg_reduction_scalar_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:25.5594026Z test_dim_arg_reduction_scalar_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:25.5613374Z test_dim_arg_reduction_scalar_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:25.5632707Z test_dim_arg_reduction_scalar_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:25.5652329Z test_dim_arg_reduction_scalar_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:25.5671502Z test_dim_arg_reduction_scalar_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:25.5691383Z test_dim_arg_reduction_scalar_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:25.5697133Z test_dim_default__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.5707456Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-09-27T15:50:25.5711026Z test_dim_default__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.5720356Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:25.5723840Z test_dim_default__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.5733700Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:25.5737348Z test_dim_default__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.5746541Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:25.5750094Z test_dim_default__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.5762615Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-09-27T15:50:25.5767572Z test_dim_default__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.5779103Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-09-27T15:50:25.5782782Z test_dim_default__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.5792477Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:25.5796518Z test_dim_default__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.5805900Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:25.5809915Z test_dim_default__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.5832953Z Tests that the default dim reduces all dimensions. ... ok (0.003s) 2022-09-27T15:50:25.5838027Z test_dim_default__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.5848033Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:25.5852148Z test_dim_default__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.5865678Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-09-27T15:50:25.5869992Z test_dim_default_all_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.5878540Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:25.5882883Z test_dim_default_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.5891393Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:25.5895594Z test_dim_default_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.5904000Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:25.5908193Z test_dim_default_any_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.5916784Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:25.5921051Z test_dim_default_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.5929539Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:25.5933780Z test_dim_default_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.5942415Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:25.5946772Z test_dim_default_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.5954908Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:25.5959320Z test_dim_default_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.5970566Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:25.5975050Z test_dim_default_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.5986454Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:50:25.5991009Z test_dim_default_keepdim__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6002011Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:50:25.6006312Z test_dim_default_keepdim__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6017871Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:50:25.6022309Z test_dim_default_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6035534Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:50:25.6041074Z test_dim_default_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6053964Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:50:25.6058519Z test_dim_default_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6069459Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:50:25.6073910Z test_dim_default_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6084938Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:25.6089483Z test_dim_default_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6107426Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:50:25.6112408Z test_dim_default_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6123321Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:50:25.6127785Z test_dim_default_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6142506Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:50:25.6146946Z test_dim_default_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6158595Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.002s) 2022-09-27T15:50:25.6163033Z test_dim_default_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6172693Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:25.6177275Z test_dim_default_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6186775Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:25.6191117Z test_dim_default_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6198785Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.001s) 2022-09-27T15:50:25.6203123Z test_dim_default_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6203938Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:50:25.6208289Z test_dim_default_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6208914Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:50:25.6213361Z test_dim_default_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6213786Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:50:25.6217213Z test_dim_default_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6225939Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:25.6230014Z test_dim_default_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6230777Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:50:25.6235254Z test_dim_default_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6245808Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:25.6250471Z test_dim_default_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6260554Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:25.6264740Z test_dim_default_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6265322Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:50:25.6270194Z test_dim_default_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6270639Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:50:25.6273909Z test_dim_default_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6274635Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:50:25.6278123Z test_dim_default_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6278956Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:50:25.6282396Z test_dim_default_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6290347Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:25.6293994Z test_dim_default_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6302386Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:25.6305890Z test_dim_default_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6314206Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:25.6317806Z test_dim_default_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6325485Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:25.6329208Z test_dim_default_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6337379Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:25.6340836Z test_dim_default_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6349234Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:25.6352689Z test_dim_default_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6360196Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:25.6363875Z test_dim_default_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6372356Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:25.6376960Z test_dim_empty__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6388554Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-09-27T15:50:25.6392738Z test_dim_empty__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6401808Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-09-27T15:50:25.6406433Z test_dim_empty__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6407179Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-09-27T15:50:25.6412324Z test_dim_empty__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6423332Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-09-27T15:50:25.6428073Z test_dim_empty__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6437934Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-09-27T15:50:25.6442766Z test_dim_empty__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6452126Z Tests that dim=[] is a no-op ... ok (0.001s) 2022-09-27T15:50:25.6457134Z test_dim_empty__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6470513Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-09-27T15:50:25.6475924Z test_dim_empty__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6485574Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-09-27T15:50:25.6490538Z test_dim_empty__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6502987Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-09-27T15:50:25.6507817Z test_dim_empty_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6516665Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-09-27T15:50:25.6521402Z test_dim_empty_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6530416Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-09-27T15:50:25.6535518Z test_dim_empty_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6536133Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-09-27T15:50:25.6541541Z test_dim_empty_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6552901Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-09-27T15:50:25.6558095Z test_dim_empty_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6569550Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-09-27T15:50:25.6574671Z test_dim_empty_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6575576Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-09-27T15:50:25.6580827Z test_dim_empty_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6595256Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-09-27T15:50:25.6600602Z test_dim_empty_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6611631Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-09-27T15:50:25.6616989Z test_dim_empty_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6626161Z Tests that dim=[], when keepdim=True, is a no-op ... ok (0.001s) 2022-09-27T15:50:25.6631400Z test_dim_empty_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6645580Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-09-27T15:50:25.6651314Z test_dim_empty_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6662361Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-09-27T15:50:25.6667527Z test_dim_empty_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6680572Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-09-27T15:50:25.6685735Z test_dim_empty_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6695765Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-09-27T15:50:25.6700908Z test_dim_empty_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6711000Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-09-27T15:50:25.6716161Z test_dim_empty_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6717087Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-09-27T15:50:25.6721708Z test_dim_empty_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6730794Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-09-27T15:50:25.6735260Z test_dim_empty_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6735775Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-09-27T15:50:25.6740830Z test_dim_empty_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6741654Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-09-27T15:50:25.6747077Z test_dim_empty_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6756990Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-09-27T15:50:25.6762067Z test_dim_empty_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6762728Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-09-27T15:50:25.6767818Z test_dim_empty_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6768803Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-09-27T15:50:25.6772939Z test_dim_empty_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6773877Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-09-27T15:50:25.6778215Z test_dim_empty_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6787901Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-09-27T15:50:25.6792193Z test_dim_empty_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6792958Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-09-27T15:50:25.6796978Z test_dim_empty_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6797798Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-09-27T15:50:25.6801917Z test_dim_empty_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6810295Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-09-27T15:50:25.6814630Z test_dim_empty_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6815571Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-09-27T15:50:25.6819649Z test_dim_empty_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6820282Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-09-27T15:50:25.6824817Z test_dim_empty_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6825268Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-09-27T15:50:25.6829645Z test_dim_multi__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6838165Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:25.6842517Z test_dim_multi__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6851279Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:25.6855698Z test_dim_multi__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6865354Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:25.6870494Z test_dim_multi__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6880005Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:25.6884459Z test_dim_multi__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6892786Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:25.6897318Z test_dim_multi__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6905810Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:25.6910236Z test_dim_multi__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6922054Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-09-27T15:50:25.6927327Z test_dim_multi__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6935883Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:25.6940443Z test_dim_multi__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6951186Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:25.6955550Z test_dim_multi_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6962798Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:25.6967339Z test_dim_multi_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6974635Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:25.6979113Z test_dim_multi_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6986796Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:25.6990802Z test_dim_multi_duplicate__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.6997148Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T15:50:25.7001689Z test_dim_multi_duplicate__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7007683Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T15:50:25.7011940Z test_dim_multi_duplicate__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7017647Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T15:50:25.7021754Z test_dim_multi_duplicate__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7027451Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T15:50:25.7031830Z test_dim_multi_duplicate__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7037926Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T15:50:25.7042196Z test_dim_multi_duplicate__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7047937Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T15:50:25.7052333Z test_dim_multi_duplicate__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7058293Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T15:50:25.7062669Z test_dim_multi_duplicate__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7068356Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T15:50:25.7072724Z test_dim_multi_duplicate__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7078624Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T15:50:25.7082906Z test_dim_multi_duplicate_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7142903Z Tests that an error is raised if dim has duplicate entries. ... ok (0.006s) 2022-09-27T15:50:25.7147177Z test_dim_multi_duplicate_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7206269Z Tests that an error is raised if dim has duplicate entries. ... ok (0.006s) 2022-09-27T15:50:25.7210703Z test_dim_multi_duplicate_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7277155Z Tests that an error is raised if dim has duplicate entries. ... ok (0.007s) 2022-09-27T15:50:25.7281499Z test_dim_multi_duplicate_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7331548Z Tests that an error is raised if dim has duplicate entries. ... ok (0.005s) 2022-09-27T15:50:25.7336112Z test_dim_multi_duplicate_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7396134Z Tests that an error is raised if dim has duplicate entries. ... ok (0.006s) 2022-09-27T15:50:25.7400361Z test_dim_multi_duplicate_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7472724Z Tests that an error is raised if dim has duplicate entries. ... ok (0.008s) 2022-09-27T15:50:25.7477026Z test_dim_multi_duplicate_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7525555Z Tests that an error is raised if dim has duplicate entries. ... ok (0.005s) 2022-09-27T15:50:25.7529930Z test_dim_multi_duplicate_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7597683Z Tests that an error is raised if dim has duplicate entries. ... ok (0.007s) 2022-09-27T15:50:25.7601818Z test_dim_multi_duplicate_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7661191Z Tests that an error is raised if dim has duplicate entries. ... ok (0.006s) 2022-09-27T15:50:25.7665395Z test_dim_multi_duplicate_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7732377Z Tests that an error is raised if dim has duplicate entries. ... ok (0.007s) 2022-09-27T15:50:25.7737432Z test_dim_multi_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7746814Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:50:25.7751567Z test_dim_multi_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7760864Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:50:25.7765670Z test_dim_multi_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7776860Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T15:50:25.7782302Z test_dim_multi_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7792795Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T15:50:25.7797588Z test_dim_multi_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7806890Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:50:25.7811768Z test_dim_multi_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7821351Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:50:25.7826220Z test_dim_multi_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7839057Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T15:50:25.7844670Z test_dim_multi_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7854035Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:50:25.7859038Z test_dim_multi_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7872615Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T15:50:25.7877532Z test_dim_multi_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7885766Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:50:25.7890762Z test_dim_multi_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7899467Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:50:25.7904995Z test_dim_multi_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7905624Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... skip: Skipped! (0.001s) 2022-09-27T15:50:25.7910261Z test_dim_multi_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7918746Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:50:25.7923376Z test_dim_multi_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7932084Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:50:25.7936813Z test_dim_multi_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7945740Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:50:25.7950332Z test_dim_multi_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7958536Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:50:25.7963219Z test_dim_multi_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7971855Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:50:25.7976576Z test_dim_multi_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7984726Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:50:25.7989575Z test_dim_multi_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.7997780Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:50:25.8002159Z test_dim_multi_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8009554Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:25.8013995Z test_dim_multi_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8021683Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:25.8026109Z test_dim_multi_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8033883Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:25.8038327Z test_dim_multi_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8045585Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:25.8050201Z test_dim_multi_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8057746Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:25.8062164Z test_dim_multi_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8069402Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:25.8073273Z test_dim_multi_unsorted__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8080036Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:25.8083846Z test_dim_multi_unsorted__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8090742Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:25.8094631Z test_dim_multi_unsorted__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8102336Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:25.8106693Z test_dim_multi_unsorted__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8114245Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:25.8118009Z test_dim_multi_unsorted__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8124851Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:25.8128829Z test_dim_multi_unsorted__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8135734Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:25.8139695Z test_dim_multi_unsorted__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8148285Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:25.8152737Z test_dim_multi_unsorted__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8159520Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:25.8163421Z test_dim_multi_unsorted__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8171837Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:25.8175837Z test_dim_multi_unsorted_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8182079Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:25.8186015Z test_dim_multi_unsorted_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8192360Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:25.8196218Z test_dim_multi_unsorted_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8202605Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:25.8206713Z test_dim_multi_unsorted_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8214442Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:25.8218529Z test_dim_multi_unsorted_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8226156Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:25.8230062Z test_dim_multi_unsorted_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8238397Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:25.8243061Z test_dim_multi_unsorted_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8251564Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:25.8255588Z test_dim_multi_unsorted_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8263190Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:25.8267191Z test_dim_multi_unsorted_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8274846Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:25.8278843Z test_dim_multi_unsorted_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8288232Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:25.8292997Z test_dim_multi_unsorted_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8300577Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:25.8304574Z test_dim_multi_unsorted_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8313402Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:25.8317433Z test_dim_multi_unsorted_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8324669Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:25.8328766Z test_dim_multi_unsorted_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8336221Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:25.8340224Z test_dim_multi_unsorted_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8340760Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... skip: Skipped! (0.000s) 2022-09-27T15:50:25.8344574Z test_dim_multi_unsorted_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8351783Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:25.8355723Z test_dim_multi_unsorted_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8363005Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:25.8367332Z test_dim_multi_unsorted_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8375104Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:25.8379162Z test_dim_multi_unsorted_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8386539Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:25.8390453Z test_dim_multi_unsorted_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8397986Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:25.8401887Z test_dim_multi_unsorted_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8409387Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:25.8413398Z test_dim_multi_unsorted_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8420813Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:50:25.8424676Z test_dim_multi_unsorted_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8431343Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:25.8435189Z test_dim_multi_unsorted_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8441756Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:25.8445691Z test_dim_multi_unsorted_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8452601Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:25.8456695Z test_dim_multi_unsorted_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8463207Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:25.8467137Z test_dim_multi_unsorted_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8473656Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:25.8477641Z test_dim_multi_unsorted_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8484205Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:25.8488244Z test_dim_multi_unsorted_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8494939Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:50:25.8499279Z test_dim_multi_unsupported__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8505966Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-09-27T15:50:25.8510205Z test_dim_multi_unsupported__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8516706Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-09-27T15:50:25.8520906Z test_dim_multi_unsupported_all_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8527284Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-09-27T15:50:25.8531467Z test_dim_multi_unsupported_any_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8537970Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-09-27T15:50:25.8542046Z test_dim_multi_unsupported_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8548056Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-09-27T15:50:25.8552167Z test_dim_multi_unsupported_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8558149Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-09-27T15:50:25.8562290Z test_dim_multi_unsupported_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8568627Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-09-27T15:50:25.8573057Z test_dim_multi_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8581052Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:50:25.8585560Z test_dim_ndim_limit__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8647268Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-09-27T15:50:25.8651428Z test_dim_ndim_limit__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8711530Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-09-27T15:50:25.8715894Z test_dim_ndim_limit__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8775562Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-09-27T15:50:25.8779871Z test_dim_ndim_limit__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8839900Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-09-27T15:50:25.8844189Z test_dim_ndim_limit__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8926144Z Tests that an exception is raised when reducing a tensor with more ... ok (0.009s) 2022-09-27T15:50:25.8930429Z test_dim_ndim_limit__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.8991520Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-09-27T15:50:25.8995559Z test_dim_ndim_limit__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.9046147Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:50:25.9050442Z test_dim_ndim_limit__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.9111678Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-09-27T15:50:25.9115872Z test_dim_ndim_limit__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.9176704Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-09-27T15:50:25.9180975Z test_dim_ndim_limit__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.9241104Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-09-27T15:50:25.9245145Z test_dim_ndim_limit__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.9305889Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-09-27T15:50:25.9310063Z test_dim_ndim_limit_all_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.9369713Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-09-27T15:50:25.9373710Z test_dim_ndim_limit_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.9433071Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-09-27T15:50:25.9437201Z test_dim_ndim_limit_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.9496705Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-09-27T15:50:25.9500700Z test_dim_ndim_limit_any_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.9561293Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-09-27T15:50:25.9565262Z test_dim_ndim_limit_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.9624245Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-09-27T15:50:25.9628453Z test_dim_ndim_limit_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.9688215Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-09-27T15:50:25.9692393Z test_dim_ndim_limit_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.9776213Z Tests that an exception is raised when reducing a tensor with more ... ok (0.009s) 2022-09-27T15:50:25.9780438Z test_dim_ndim_limit_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.9830536Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:50:25.9834645Z test_dim_ndim_limit_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.9895274Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-09-27T15:50:25.9899451Z test_dim_ndim_limit_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:25.9971905Z Tests that an exception is raised when reducing a tensor with more ... ok (0.008s) 2022-09-27T15:50:25.9976482Z test_dim_ndim_limit_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0025253Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:50:26.0029394Z test_dim_ndim_limit_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0090178Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-09-27T15:50:26.0094379Z test_dim_ndim_limit_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0162838Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-09-27T15:50:26.0166945Z test_dim_ndim_limit_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0227162Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-09-27T15:50:26.0231265Z test_dim_ndim_limit_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0299167Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-09-27T15:50:26.0302555Z test_dim_none__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0312284Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:26.0316147Z test_dim_none__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0325369Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:26.0329311Z test_dim_none__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0338799Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:26.0342496Z test_dim_none__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0351733Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:26.0355654Z test_dim_none__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0366775Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:26.0371250Z test_dim_none__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0385189Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-09-27T15:50:26.0388817Z test_dim_none__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0397862Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:26.0401526Z test_dim_none__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0410979Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:26.0414917Z test_dim_none__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0428950Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-09-27T15:50:26.0433358Z test_dim_none__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0442617Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:26.0446379Z test_dim_none__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0459338Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-09-27T15:50:26.0463051Z test_dim_none_all_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0495254Z Tests that dim=None reduces all dimensions. ... expected failure (0.004s) 2022-09-27T15:50:26.0498976Z test_dim_none_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0506609Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:26.0510267Z test_dim_none_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0517918Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:26.0521624Z test_dim_none_any_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0553905Z Tests that dim=None reduces all dimensions. ... expected failure (0.004s) 2022-09-27T15:50:26.0557575Z test_dim_none_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0565319Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:26.0569110Z test_dim_none_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0576928Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:26.0580660Z test_dim_none_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0588165Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:26.0592082Z test_dim_none_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0602491Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:26.0606275Z test_dim_none_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0616785Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:26.0620548Z test_dim_none_keepdim__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0630902Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:26.0634722Z test_dim_none_keepdim__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0645138Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:26.0649125Z test_dim_none_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0661468Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:50:26.0665858Z test_dim_none_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0677797Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:50:26.0681781Z test_dim_none_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0692091Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:26.0696086Z test_dim_none_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0707968Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:50:26.0711836Z test_dim_none_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0726708Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:50:26.0731345Z test_dim_none_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0741802Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:26.0745681Z test_dim_none_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0759271Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:50:26.0763038Z test_dim_none_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0794905Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.004s) 2022-09-27T15:50:26.0798634Z test_dim_none_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0807549Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:26.0811406Z test_dim_none_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0820485Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:26.0824271Z test_dim_none_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0856456Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.004s) 2022-09-27T15:50:26.0860342Z test_dim_none_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0861205Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:50:26.0865040Z test_dim_none_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0865706Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:50:26.0869973Z test_dim_none_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0870598Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:50:26.0874117Z test_dim_none_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0882795Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:26.0886589Z test_dim_none_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0895732Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:26.0899555Z test_dim_none_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0909069Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:26.0912846Z test_dim_none_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0921478Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:26.0925413Z test_dim_none_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0926404Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:50:26.0930999Z test_dim_none_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0941350Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:26.0945857Z test_dim_none_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0955422Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:26.0960017Z test_dim_none_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0970239Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:50:26.0974664Z test_dim_none_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0983268Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:26.0987643Z test_dim_none_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.0996291Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:26.1000710Z test_dim_none_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.1010016Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:26.1014396Z test_dim_none_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.1022701Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:26.1027055Z test_dim_none_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.1027782Z Tests that dim=None reduces all dimensions. ... skip: Skipped! (0.000s) 2022-09-27T15:50:26.1031514Z test_dim_none_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.1040267Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:26.1044263Z test_dim_none_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.1052674Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:26.1056878Z test_dim_none_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.1064949Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:50:26.1068709Z test_dim_offbounds__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.1075047Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T15:50:26.1078769Z test_dim_offbounds__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.1085048Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T15:50:26.1088604Z test_dim_offbounds__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.1137440Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-09-27T15:50:26.1141023Z test_dim_offbounds__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.1190300Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-09-27T15:50:26.1193835Z test_dim_offbounds__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.1199539Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T15:50:26.1203159Z test_dim_offbounds__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.1209122Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T15:50:26.1212786Z test_dim_offbounds__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.1219004Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T15:50:26.1222601Z test_dim_offbounds__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.1228312Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T15:50:26.1231939Z test_dim_offbounds__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.1237809Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T15:50:26.1241384Z test_dim_offbounds__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.1247264Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T15:50:26.1251003Z test_dim_offbounds__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.1256952Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T15:50:26.1260527Z test_dim_offbounds_all_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.1310008Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-09-27T15:50:26.1313622Z test_dim_offbounds_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.1362595Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-09-27T15:50:26.1366133Z test_dim_offbounds_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.1415473Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-09-27T15:50:26.1418920Z test_dim_offbounds_any_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.1469172Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-09-27T15:50:26.1472722Z test_dim_offbounds_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.1521111Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-09-27T15:50:26.1524700Z test_dim_offbounds_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.1573564Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-09-27T15:50:26.1577325Z test_dim_offbounds_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.1650137Z Tests that passing an off-bounds dim throws ... ok (0.008s) 2022-09-27T15:50:26.1653707Z test_dim_offbounds_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.1703394Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-09-27T15:50:26.1707098Z test_dim_offbounds_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.1756768Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-09-27T15:50:26.1760333Z test_dim_offbounds_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.1822351Z Tests that passing an off-bounds dim throws ... ok (0.006s) 2022-09-27T15:50:26.1825705Z test_dim_offbounds_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.1874156Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-09-27T15:50:26.1877741Z test_dim_offbounds_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.1927794Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-09-27T15:50:26.1931324Z test_dim_offbounds_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.1999000Z Tests that passing an off-bounds dim throws ... ok (0.007s) 2022-09-27T15:50:26.2002486Z test_dim_offbounds_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.2051835Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-09-27T15:50:26.2055325Z test_dim_offbounds_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.2122469Z Tests that passing an off-bounds dim throws ... ok (0.007s) 2022-09-27T15:50:26.2224971Z 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:26.2225661Z torch.sum(x, 0, out=y) 2022-09-27T15:50:26.2424689Z ok (0.030s) 2022-09-27T15:50:26.2719043Z test_dim_reduction_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.029s) 2022-09-27T15:50:26.2998526Z test_dim_reduction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.028s) 2022-09-27T15:50:26.3274576Z test_dim_reduction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.028s) 2022-09-27T15:50:26.3538443Z test_dim_reduction_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.026s) 2022-09-27T15:50:26.3802639Z test_dim_reduction_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.026s) 2022-09-27T15:50:26.4063826Z test_dim_reduction_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.026s) 2022-09-27T15:50:26.4326567Z test_dim_reduction_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.026s) 2022-09-27T15:50:26.4343958Z test_dim_reduction_lastdim_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:26.4360486Z test_dim_reduction_lastdim_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:26.5302037Z test_dim_reduction_less_than_64_cpu (__main__.TestReductionsCPU) ... ok (0.094s) 2022-09-27T15:50:26.5307204Z test_dim_single__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5321163Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:26.5326519Z test_dim_single__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5339148Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:26.5344632Z test_dim_single__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5356374Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:26.5361602Z test_dim_single__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5373550Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:26.5378894Z test_dim_single__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5393542Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:26.5399516Z test_dim_single__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5413826Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:26.5419180Z test_dim_single__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5430894Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:26.5436071Z test_dim_single__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5450925Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:26.5456318Z test_dim_single__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5474865Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:26.5480888Z test_dim_single__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5492841Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:26.5498183Z test_dim_single__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5514864Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:26.5520173Z test_dim_single_all_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5530320Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-09-27T15:50:26.5535618Z test_dim_single_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5545519Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-09-27T15:50:26.5550705Z test_dim_single_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5560537Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-09-27T15:50:26.5565650Z test_dim_single_any_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5575883Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-09-27T15:50:26.5581085Z test_dim_single_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5590758Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-09-27T15:50:26.5596006Z test_dim_single_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5605666Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-09-27T15:50:26.5610986Z test_dim_single_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5621428Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:26.5627230Z test_dim_single_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5639721Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:26.5645477Z test_dim_single_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5658304Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:26.5663932Z test_dim_single_keepdim__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5676573Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:26.5682197Z test_dim_single_keepdim__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5694983Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:26.5700761Z test_dim_single_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5716064Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:26.5722536Z test_dim_single_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5739887Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:26.5745693Z test_dim_single_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5758205Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:26.5763938Z test_dim_single_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5776762Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:26.5782531Z test_dim_single_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5801783Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:26.5808349Z test_dim_single_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5821178Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:26.5826908Z test_dim_single_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5844116Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:26.5850050Z test_dim_single_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5860894Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:26.5866683Z test_dim_single_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5877157Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:26.5882913Z test_dim_single_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5893537Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:26.5899435Z test_dim_single_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5910002Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:26.5915803Z test_dim_single_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5926203Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:26.5932152Z test_dim_single_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5943268Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:26.5948905Z test_dim_single_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5949657Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... skip: Skipped! (0.001s) 2022-09-27T15:50:26.5955432Z test_dim_single_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5966304Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:26.5972097Z test_dim_single_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.5983332Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:26.5989291Z test_dim_single_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6001687Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:26.6007579Z test_dim_single_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6019030Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:26.6024556Z test_dim_single_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6035343Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:26.6041215Z test_dim_single_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6052576Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:26.6058441Z test_dim_single_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6069273Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:26.6074902Z test_dim_single_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6086205Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:50:26.6091487Z test_dim_single_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6101901Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:26.6106927Z test_dim_single_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6117150Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-09-27T15:50:26.6122239Z test_dim_single_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6133302Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:26.6138517Z test_dim_single_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6149196Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:26.6154420Z test_dim_single_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6164089Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-09-27T15:50:26.6169444Z test_dim_single_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6179809Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:26.6185231Z test_dim_single_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6194956Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-09-27T15:50:26.6200358Z test_dim_single_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6210689Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:50:26.6220534Z test_empty_tensor_empty_slice__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6321204Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.011s) 2022-09-27T15:50:26.6330816Z test_empty_tensor_empty_slice__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6431572Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.011s) 2022-09-27T15:50:26.6440917Z test_empty_tensor_empty_slice__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6446020Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-09-27T15:50:26.6455915Z test_empty_tensor_empty_slice__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6461186Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-09-27T15:50:26.6470835Z test_empty_tensor_empty_slice__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6471758Z Tests for consistent behavior when reducing over an empty slice. ... skip: Skipped! (0.001s) 2022-09-27T15:50:26.6480977Z test_empty_tensor_empty_slice__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6492970Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:50:26.6502699Z test_empty_tensor_empty_slice__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6512439Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:50:26.6522015Z test_empty_tensor_empty_slice__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6531872Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:50:26.6541708Z test_empty_tensor_empty_slice__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6555820Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:50:26.6565694Z test_empty_tensor_empty_slice__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6575472Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:50:26.6584905Z test_empty_tensor_empty_slice__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6599374Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:50:26.6608996Z test_empty_tensor_empty_slice_all_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6614026Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-09-27T15:50:26.6623466Z test_empty_tensor_empty_slice_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6721715Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.011s) 2022-09-27T15:50:26.6732294Z test_empty_tensor_empty_slice_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6830246Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.011s) 2022-09-27T15:50:26.6839619Z test_empty_tensor_empty_slice_any_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6844847Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-09-27T15:50:26.6854505Z test_empty_tensor_empty_slice_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6859768Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-09-27T15:50:26.6869372Z test_empty_tensor_empty_slice_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6874624Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-09-27T15:50:26.6884190Z test_empty_tensor_empty_slice_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6891930Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:50:26.6901703Z test_empty_tensor_empty_slice_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6911287Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:50:26.6920924Z test_empty_tensor_empty_slice_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6930138Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:50:26.6939796Z test_empty_tensor_empty_slice_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6949060Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:50:26.6958712Z test_empty_tensor_empty_slice_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6967369Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:50:26.6977241Z test_empty_tensor_empty_slice_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.6982560Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-09-27T15:50:26.6992135Z test_empty_tensor_empty_slice_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.7000829Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:50:26.7010683Z test_empty_tensor_empty_slice_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.7019648Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:50:26.7029321Z test_empty_tensor_empty_slice_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.7037996Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:50:26.7044493Z test_empty_tensor_nonempty_slice__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.7052583Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:26.7059108Z test_empty_tensor_nonempty_slice__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.7067127Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:26.7073415Z test_empty_tensor_nonempty_slice__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.7078619Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:26.7085169Z test_empty_tensor_nonempty_slice__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.7090459Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:26.7096925Z test_empty_tensor_nonempty_slice__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.7105126Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:26.7111543Z test_empty_tensor_nonempty_slice__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.7120745Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-09-27T15:50:26.7127157Z test_empty_tensor_nonempty_slice__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.7136096Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:26.7142350Z test_empty_tensor_nonempty_slice__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.7150532Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:26.7156894Z test_empty_tensor_nonempty_slice__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.7167843Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-09-27T15:50:26.7174192Z test_empty_tensor_nonempty_slice__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.7182431Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:26.7188735Z test_empty_tensor_nonempty_slice__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.7199386Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-09-27T15:50:26.7205729Z test_empty_tensor_nonempty_slice_all_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.7211136Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:26.7217638Z test_empty_tensor_nonempty_slice_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.7224682Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:26.7230964Z test_empty_tensor_nonempty_slice_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.7237854Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:26.7244180Z test_empty_tensor_nonempty_slice_any_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.7249531Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:26.7256537Z test_empty_tensor_nonempty_slice_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.7261271Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:26.7267625Z test_empty_tensor_nonempty_slice_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.7272817Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:26.7279172Z test_empty_tensor_nonempty_slice_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.7286411Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:26.7292856Z test_empty_tensor_nonempty_slice_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.7300201Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:26.7306461Z test_empty_tensor_nonempty_slice_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.7313616Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:26.7320011Z test_empty_tensor_nonempty_slice_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.7327429Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:26.7333868Z test_empty_tensor_nonempty_slice_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.7340916Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:26.7347451Z test_empty_tensor_nonempty_slice_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.7352773Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:26.7359123Z test_empty_tensor_nonempty_slice_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.7366234Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:26.7372681Z test_empty_tensor_nonempty_slice_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.7379738Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:26.7385902Z test_empty_tensor_nonempty_slice_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:50:26.7392812Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:50:26.7405837Z test_histc_bfloat16_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:50:26.7720999Z test_histc_cpu (__main__.TestReductionsCPU) ... ok (0.031s) 2022-09-27T15:50:26.7771481Z 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:26.7771980Z return n/db/n.sum(), bin_edges 2022-09-27T15:50:35.3988066Z ok (8.627s) 2022-09-27T15:50:35.4547851Z test_histogram_error_handling_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.056s) 2022-09-27T15:50:35.4641767Z 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:35.4642353Z hist /= s 2022-09-27T15:50:55.4386206Z ok (19.984s) 2022-09-27T15:50:55.4395024Z test_identity__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4406008Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:50:55.4413345Z test_identity__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4423297Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:50:55.4430738Z test_identity__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4439987Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:50:55.4447307Z test_identity__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4456689Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:50:55.4463839Z test_identity__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4472344Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.4479389Z test_identity__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4489807Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:50:55.4497031Z test_identity__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4506669Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:50:55.4513868Z test_identity__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4522964Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:50:55.4530308Z test_identity__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4539581Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:50:55.4546802Z test_identity__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4557511Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:50:55.4564533Z test_identity__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4572967Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:50:55.4580919Z test_identity__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4588258Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.4595464Z test_identity__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4603603Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.4610995Z test_identity__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4619337Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:50:55.4626436Z test_identity__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4635949Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:50:55.4643201Z test_identity__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4651411Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.4658861Z test_identity__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4668445Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:50:55.4675803Z test_identity__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4685659Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:50:55.4693001Z test_identity__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4702390Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:50:55.4709422Z test_identity__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4718483Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:50:55.4725731Z test_identity__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4734760Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:50:55.4742266Z test_identity__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4750401Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:50:55.4757603Z test_identity__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4765734Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.4773070Z test_identity__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4781300Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.4788474Z test_identity__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4797314Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.4804050Z test_identity__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4812348Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:50:55.4820321Z test_identity_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4827377Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.4834529Z test_identity_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4841602Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.4848866Z test_identity_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4857098Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:50:55.4864208Z test_identity_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4872543Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.4879632Z test_identity_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4887424Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.4894585Z test_identity_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4902630Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.4909721Z test_identity_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4917542Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.4924646Z test_identity_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4932148Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.4939355Z test_identity_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4946656Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.4953738Z test_identity_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4961108Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.4968180Z test_identity_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4975775Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.4982832Z test_identity_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.4990045Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.4997220Z test_identity_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5004961Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5012217Z test_identity_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5019645Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5026790Z test_identity_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5035025Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5042402Z test_identity_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5050526Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5057884Z test_identity_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5065490Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5072755Z test_identity_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5080452Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5087719Z test_identity_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5095706Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5102844Z test_identity_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5110185Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5117352Z test_identity_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5124643Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5131945Z test_identity_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5139365Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5146536Z test_identity_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5153858Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5161068Z test_identity_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5168293Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5175398Z test_identity_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5183287Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5190381Z test_identity_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5197412Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5204562Z test_identity_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5212684Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5220205Z test_identity_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5228210Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5235401Z test_identity_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5243009Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5250301Z test_identity_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5258024Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5265132Z test_identity_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5272594Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5279803Z test_identity_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5287003Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5294139Z test_identity_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5301530Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5308482Z test_identity_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5315654Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5322748Z test_identity_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5330240Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5337627Z test_identity_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5343680Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5350179Z test_identity_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5357629Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5364161Z test_identity_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5372256Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5378951Z test_identity_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5387040Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5393584Z test_identity_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5401260Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5407891Z test_identity_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5415577Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5422096Z test_identity_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5429593Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5436124Z test_identity_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5443720Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5450384Z test_identity_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5457126Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5463733Z test_identity_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5471184Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5477720Z test_identity_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5485260Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5491917Z test_identity_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5499484Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5505986Z test_identity_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5512634Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5519126Z test_identity_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5525669Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5532310Z test_identity_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5539173Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5545588Z test_identity_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5552220Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5558599Z test_identity_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5565157Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5572260Z test_identity_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5578462Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5584816Z test_identity_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5592723Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5599182Z test_identity_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5607295Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5613802Z test_identity_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5621322Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5627741Z test_identity_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5634920Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5641346Z test_identity_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5647788Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5654235Z test_identity_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5660878Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5667242Z test_identity_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5673553Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5679947Z test_identity_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5686360Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5692857Z test_identity_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5699414Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5705838Z test_identity_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5713286Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5719674Z test_identity_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5726114Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5732649Z test_identity_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5740734Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5747243Z test_identity_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5755173Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5761604Z test_identity_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5769067Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5775651Z test_identity_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5782980Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5789468Z test_identity_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5796713Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5803164Z test_identity_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5809709Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5816456Z test_identity_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5823087Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5829651Z test_identity_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5836085Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5842626Z test_identity_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5849303Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5855790Z test_identity_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:50:55.5862357Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:50:55.5891706Z test_logsumexp_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:50:56.0088164Z test_logsumexp_dim_cpu (__main__.TestReductionsCPU) ... ok (0.419s) 2022-09-27T15:50:56.0116293Z test_max_cpu_bool (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:50:56.0157008Z test_max_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:50:56.0189046Z test_max_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:50:56.0221439Z test_max_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:50:56.0243793Z test_max_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:50:56.0274227Z test_max_elementwise_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:50:56.0284853Z test_max_mixed_devices_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:50:56.0298985Z test_max_with_inf_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:50:56.0312485Z test_max_with_inf_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:50:56.0326071Z test_max_with_inf_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:50:56.0340247Z test_max_with_inf_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:51:08.7486423Z test_mean_dim_cpu (__main__.TestReductionsCPU) ... ok (12.714s) 2022-09-27T15:51:08.7500457Z test_mean_int_with_optdtype_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:51:08.7571921Z test_median_corner_cases_cpu (__main__.TestReductionsCPU) ... ok (0.007s) 2022-09-27T15:51:08.7729206Z 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:08.7729606Z overwrite_input=overwrite_input) 2022-09-27T15:51:08.8037608Z ok (0.046s) 2022-09-27T15:51:08.8483576Z test_median_nan_values_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.045s) 2022-09-27T15:51:08.8715995Z test_median_real_values_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.023s) 2022-09-27T15:51:08.8940511Z test_median_real_values_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.022s) 2022-09-27T15:51:08.9101530Z test_median_real_values_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T15:51:08.9258463Z test_median_real_values_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T15:51:08.9282851Z test_min_cpu_bool (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:51:08.9324334Z test_min_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:51:08.9357714Z test_min_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:08.9390095Z test_min_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:08.9412955Z test_min_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:51:08.9443007Z test_min_elementwise_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:08.9458560Z test_min_max_nan_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:51:08.9468320Z test_min_mixed_devices_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:51:08.9482407Z test_min_with_inf_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:51:08.9496237Z test_min_with_inf_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:51:08.9510875Z test_min_with_inf_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:51:08.9524914Z test_min_with_inf_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:51:08.9950442Z test_minmax_illegal_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.042s) 2022-09-27T15:51:08.9968911Z test_mode_boolean_cpu (__main__.TestReductionsCPU) ... tensor([9, 9, 9, 9, 9, 9, 9, 9, 9, 9]) 2022-09-27T15:51:08.9972521Z tensor([5, 5, 5, 5, 5, 5, 5, 5, 5, 5]) 2022-09-27T15:51:08.9978783Z tensor([1374, 1374, 1374, 1374]) 2022-09-27T15:51:08.9982105Z tensor([344, 344, 344, 344]) 2022-09-27T15:51:08.9987918Z tensor([2720]) 2022-09-27T15:51:08.9991344Z tensor([680]) 2022-09-27T15:51:08.9995101Z ok (0.004s) 2022-09-27T15:51:09.0022634Z test_mode_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:09.0048968Z test_mode_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:09.0074700Z test_mode_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:09.0100527Z test_mode_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:09.0125657Z test_mode_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:51:09.0151467Z test_mode_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:09.0177328Z test_mode_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:09.0188538Z test_mode_large_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:51:09.0199780Z test_mode_large_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:51:09.0211372Z test_mode_large_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:51:09.0223488Z test_mode_large_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:51:09.0234464Z test_mode_large_cpu_int16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:51:09.0245633Z test_mode_large_cpu_int32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:51:09.0257049Z test_mode_large_cpu_int64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:51:09.0268088Z test_mode_large_cpu_int8 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:51:09.0279234Z test_mode_large_cpu_uint8 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:51:09.0290109Z test_mode_wrong_device_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:51:09.0710409Z test_mode_wrong_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.042s) 2022-09-27T15:51:09.0716734Z test_nan_policy_omit_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.0725637Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-09-27T15:51:09.0732263Z test_nan_policy_omit_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.0740580Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-09-27T15:51:09.0747226Z test_nan_policy_omit_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.0754794Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-09-27T15:51:09.0761548Z test_nan_policy_omit_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.0769177Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-09-27T15:51:09.0776047Z test_nan_policy_omit_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.0783272Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-09-27T15:51:09.0790025Z test_nan_policy_omit_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.0797247Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-09-27T15:51:09.0804000Z test_nan_policy_omit_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.0811315Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-09-27T15:51:09.0818177Z test_nan_policy_omit_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.0825196Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-09-27T15:51:09.0831230Z test_nan_policy_propagate__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.0837493Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.0843489Z test_nan_policy_propagate__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.0849906Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.0856073Z test_nan_policy_propagate__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.0862205Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.0868265Z test_nan_policy_propagate__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.0874343Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.0880349Z test_nan_policy_propagate__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.0886458Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.0892665Z test_nan_policy_propagate__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.0898942Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.0904897Z test_nan_policy_propagate__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.0911104Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.0917212Z test_nan_policy_propagate__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.0923362Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.0949019Z test_nan_policy_propagate__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.0949527Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.0950440Z test_nan_policy_propagate__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.0950799Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.0958031Z test_nan_policy_propagate__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.0964255Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.0971407Z test_nan_policy_propagate__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.0978580Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.0984592Z test_nan_policy_propagate__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.0994943Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T15:51:09.1000829Z test_nan_policy_propagate__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1008050Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1014213Z test_nan_policy_propagate__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1021234Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1027116Z test_nan_policy_propagate__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1033781Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1039841Z test_nan_policy_propagate__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1046500Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1052664Z test_nan_policy_propagate__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1058973Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1064979Z test_nan_policy_propagate__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1071064Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1077159Z test_nan_policy_propagate__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1083209Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1089391Z test_nan_policy_propagate__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1095569Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1101527Z test_nan_policy_propagate__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1108222Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1114059Z test_nan_policy_propagate__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1120350Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1126212Z test_nan_policy_propagate__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1132283Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1138224Z test_nan_policy_propagate__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1144101Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1149950Z test_nan_policy_propagate__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1157415Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1163323Z test_nan_policy_propagate__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1171991Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1178167Z test_nan_policy_propagate__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1186115Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1191991Z test_nan_policy_propagate__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1199610Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1206703Z test_nan_policy_propagate__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1214445Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1221739Z test_nan_policy_propagate__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1227651Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1233521Z test_nan_policy_propagate__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1239789Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1245922Z test_nan_policy_propagate__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1252340Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1258222Z test_nan_policy_propagate__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1264152Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1270085Z test_nan_policy_propagate__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1275959Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1281775Z test_nan_policy_propagate__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1287680Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1293633Z test_nan_policy_propagate__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1301029Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1306849Z test_nan_policy_propagate__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1314566Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1320459Z test_nan_policy_propagate__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1328349Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1334219Z test_nan_policy_propagate__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1341985Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1347939Z test_nan_policy_propagate__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1355350Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1361294Z test_nan_policy_propagate__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1368602Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1374513Z test_nan_policy_propagate_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1380192Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1385938Z test_nan_policy_propagate_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1391470Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1397226Z test_nan_policy_propagate_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1402577Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1408527Z test_nan_policy_propagate_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1413902Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1419862Z test_nan_policy_propagate_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1425205Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1431068Z test_nan_policy_propagate_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1436402Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1442208Z test_nan_policy_propagate_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1447550Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1453493Z test_nan_policy_propagate_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1459201Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1465705Z test_nan_policy_propagate_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1471869Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1477890Z test_nan_policy_propagate_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1483934Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1490354Z test_nan_policy_propagate_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1496390Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1502403Z test_nan_policy_propagate_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1507948Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1513960Z test_nan_policy_propagate_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1519588Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1525489Z test_nan_policy_propagate_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1531363Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1537416Z test_nan_policy_propagate_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1543079Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1549019Z test_nan_policy_propagate_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1555237Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1561262Z test_nan_policy_propagate_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1567426Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1573495Z test_nan_policy_propagate_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1579270Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1585159Z test_nan_policy_propagate_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1590825Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1596760Z test_nan_policy_propagate_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1602432Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1608624Z test_nan_policy_propagate_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1614697Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1620930Z test_nan_policy_propagate_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1626933Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1632957Z test_nan_policy_propagate_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1638469Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1644568Z test_nan_policy_propagate_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1650097Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1656094Z test_nan_policy_propagate_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1661892Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1667772Z test_nan_policy_propagate_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1674711Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1681810Z test_nan_policy_propagate_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1688830Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1696068Z test_nan_policy_propagate_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1701804Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1708449Z test_nan_policy_propagate_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1714268Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1720212Z test_nan_policy_propagate_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1725812Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1731694Z test_nan_policy_propagate_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1737383Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1743359Z test_nan_policy_propagate_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1749583Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1755395Z test_nan_policy_propagate_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1761378Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1767345Z test_nan_policy_propagate_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1772963Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1779047Z test_nan_policy_propagate_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1784570Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1790470Z test_nan_policy_propagate_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1796019Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1801931Z test_nan_policy_propagate_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1807580Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1813443Z test_nan_policy_propagate_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1819951Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1825974Z test_nan_policy_propagate_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1832211Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1838143Z test_nan_policy_propagate_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1843746Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1849748Z test_nan_policy_propagate_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1855618Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1861616Z test_nan_policy_propagate_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.1867404Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:51:09.1916892Z test_nansum_complex_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T15:51:09.1965843Z test_nansum_complex_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T15:51:09.2001000Z test_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:09.2035051Z test_nansum_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:09.2070860Z test_nansum_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:51:09.2106162Z test_nansum_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:09.2131510Z test_nansum_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:51:09.2156213Z test_nansum_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:51:09.2181031Z test_nansum_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:51:09.2205985Z test_nansum_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:51:09.2230569Z test_nansum_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:51:09.2259051Z 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:09.2259603Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-09-27T15:51:09.2271623Z ok (0.004s) 2022-09-27T15:51:09.2303454Z test_nansum_out_dtype_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:09.2335953Z test_nansum_out_dtype_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:09.2360713Z test_nansum_out_dtype_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:51:09.2381409Z test_nansum_out_dtype_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:51:09.2401756Z test_nansum_out_dtype_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:51:09.2423314Z test_nansum_out_dtype_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:51:09.2444439Z test_nansum_out_dtype_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:51:09.2518126Z 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:09.2518792Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-09-27T15:51:09.2678509Z ok (0.023s) 2022-09-27T15:51:09.2889616Z test_nansum_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-09-27T15:51:09.3107155Z test_nansum_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.022s) 2022-09-27T15:51:09.3205384Z test_nansum_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-09-27T15:51:09.3302913Z test_nansum_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-09-27T15:51:09.3394011Z test_nansum_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-09-27T15:51:09.3491777Z test_nansum_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-09-27T15:51:09.3519236Z test_nansum_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:51:09.3524681Z test_noncontiguous_all__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3535456Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:09.3540554Z test_noncontiguous_all__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3550239Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3555489Z test_noncontiguous_all__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3564482Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3569081Z test_noncontiguous_all__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3578365Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3583338Z test_noncontiguous_all__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3590924Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3595519Z test_noncontiguous_all__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3603090Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3607773Z test_noncontiguous_all__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3615492Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3619978Z test_noncontiguous_all__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3627529Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3632026Z test_noncontiguous_all__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3639609Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3644102Z test_noncontiguous_all__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3652718Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3657492Z test_noncontiguous_all__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3666030Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3670619Z test_noncontiguous_all__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3679327Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3683731Z test_noncontiguous_all__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3692826Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3697913Z test_noncontiguous_all__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3705467Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3710044Z test_noncontiguous_all__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3717567Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3722152Z test_noncontiguous_all__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3729751Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3734277Z test_noncontiguous_all__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3742183Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3746752Z test_noncontiguous_all__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3754305Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3758844Z test_noncontiguous_all__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3767576Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3772197Z test_noncontiguous_all__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3782693Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3787257Z test_noncontiguous_all__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3795840Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3800373Z test_noncontiguous_all__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3809669Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3814566Z test_noncontiguous_all__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3822430Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3826919Z test_noncontiguous_all__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3834555Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3839008Z test_noncontiguous_all__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3846351Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3851037Z test_noncontiguous_all__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3858833Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3863335Z test_noncontiguous_all__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3870912Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3875448Z test_noncontiguous_all__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3884030Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3888759Z test_noncontiguous_all__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3897563Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3902119Z test_noncontiguous_all__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3910691Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3915216Z test_noncontiguous_all__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3924387Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3929592Z test_noncontiguous_all__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3937333Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3941861Z test_noncontiguous_all__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3949501Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3954025Z test_noncontiguous_all__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3961469Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3965922Z test_noncontiguous_all__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3973652Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3978293Z test_noncontiguous_all__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.3985906Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.3990486Z test_noncontiguous_all__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4000166Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4005361Z test_noncontiguous_all__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4015508Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4020556Z test_noncontiguous_all__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4030246Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4035516Z test_noncontiguous_all__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4044341Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4049736Z test_noncontiguous_all__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4059033Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4064055Z test_noncontiguous_all__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4072878Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4078226Z test_noncontiguous_all__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4087404Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4092441Z test_noncontiguous_all__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4101442Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4106552Z test_noncontiguous_all__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4116366Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4120862Z test_noncontiguous_all__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4132106Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:09.4136722Z test_noncontiguous_all__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4147914Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:09.4152556Z test_noncontiguous_all__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4162748Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4167497Z test_noncontiguous_all__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4177261Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4181829Z test_noncontiguous_all__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4191373Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4195931Z test_noncontiguous_all__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4206405Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4211213Z test_noncontiguous_all__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4220387Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4224963Z test_noncontiguous_all__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4234122Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4238830Z test_noncontiguous_all__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4247860Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4252482Z test_noncontiguous_all__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4261756Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4266295Z test_noncontiguous_all__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4275467Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4280087Z test_noncontiguous_all__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4288793Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4293214Z test_noncontiguous_all__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4301940Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4306522Z test_noncontiguous_all__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4314940Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4319466Z test_noncontiguous_all__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4328555Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4333445Z test_noncontiguous_all__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4341599Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4345998Z test_noncontiguous_all__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4356183Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4361045Z test_noncontiguous_all__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4370696Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4375318Z test_noncontiguous_all__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4385764Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4390282Z test_noncontiguous_all__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4399642Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4404443Z test_noncontiguous_all__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4412486Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4417136Z test_noncontiguous_all__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4424978Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4429437Z test_noncontiguous_all__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4437159Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4441646Z test_noncontiguous_all__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4449675Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4454135Z test_noncontiguous_all__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4462294Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4466883Z test_noncontiguous_all__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4477837Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:09.4482310Z test_noncontiguous_all__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4495613Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:09.4500253Z test_noncontiguous_all__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4512115Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:09.4516741Z test_noncontiguous_all__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4528421Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:09.4533647Z test_noncontiguous_all__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4545735Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:09.4550865Z test_noncontiguous_all__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4562797Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:09.4567716Z test_noncontiguous_all__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4580797Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:09.4585721Z test_noncontiguous_all__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4596969Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:09.4602178Z test_noncontiguous_all__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4613575Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:09.4618962Z test_noncontiguous_all__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4630289Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:09.4635495Z test_noncontiguous_all__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4643887Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4648590Z test_noncontiguous_all__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4656077Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4660601Z test_noncontiguous_all__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4670242Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4675250Z test_noncontiguous_all__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4684176Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4688910Z test_noncontiguous_all__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4697721Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4702139Z test_noncontiguous_all__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4710508Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4715207Z test_noncontiguous_all__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4723985Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4729113Z test_noncontiguous_all__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4736650Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4741193Z test_noncontiguous_all__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4748586Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4753185Z test_noncontiguous_all__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4760661Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4765075Z test_noncontiguous_all__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4772723Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4777421Z test_noncontiguous_all__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4784856Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4789459Z test_noncontiguous_all__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4800179Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4804805Z test_noncontiguous_all__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4817879Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:09.4822904Z test_noncontiguous_all__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4835742Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:09.4840388Z test_noncontiguous_all__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4851305Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:09.4856195Z test_noncontiguous_all__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4866713Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4871346Z test_noncontiguous_all__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4882954Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:09.4887626Z test_noncontiguous_all__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4898284Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4902896Z test_noncontiguous_all__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4913304Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4917951Z test_noncontiguous_all__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4928544Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4933251Z test_noncontiguous_all__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4943731Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4948460Z test_noncontiguous_all__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4958857Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4963475Z test_noncontiguous_all_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4970708Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4975422Z test_noncontiguous_all_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4981982Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4986472Z test_noncontiguous_all_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.4994557Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.4999737Z test_noncontiguous_all_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5007361Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5011915Z test_noncontiguous_all_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5019106Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5023696Z test_noncontiguous_all_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5030751Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5035322Z test_noncontiguous_all_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5042995Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5048052Z test_noncontiguous_all_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5054597Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5059401Z test_noncontiguous_all_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5066147Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5070654Z test_noncontiguous_all_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5077214Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5081776Z test_noncontiguous_all_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5088489Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5093014Z test_noncontiguous_all_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5099630Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5104192Z test_noncontiguous_all_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5111652Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5116226Z test_noncontiguous_all_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5122729Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5127404Z test_noncontiguous_all_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5135078Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5139746Z test_noncontiguous_all_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5147122Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5151862Z test_noncontiguous_all_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5159268Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5163815Z test_noncontiguous_all_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5170474Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5175163Z test_noncontiguous_all_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5181806Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5186364Z test_noncontiguous_all_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5192808Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5197360Z test_noncontiguous_all_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5203863Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5208544Z test_noncontiguous_all_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5215183Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5219913Z test_noncontiguous_all_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5227289Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5231953Z test_noncontiguous_all_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5238400Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5243042Z test_noncontiguous_all_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5250634Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5255343Z test_noncontiguous_all_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5262981Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5267587Z test_noncontiguous_all_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5275492Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5280758Z test_noncontiguous_all_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5287275Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5291900Z test_noncontiguous_all_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5298542Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5303147Z test_noncontiguous_all_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5309592Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5314317Z test_noncontiguous_all_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5320770Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5325381Z test_noncontiguous_all_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5332059Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5336844Z test_noncontiguous_all_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5343961Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5348520Z test_noncontiguous_all_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5354972Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5359606Z test_noncontiguous_all_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5367693Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5372869Z test_noncontiguous_all_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5380549Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5385086Z test_noncontiguous_all_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5392175Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5396735Z test_noncontiguous_all_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5403760Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5408503Z test_noncontiguous_all_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5416015Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5421335Z test_noncontiguous_all_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5427857Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5432471Z test_noncontiguous_all_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5439083Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5443834Z test_noncontiguous_all_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5450562Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5455276Z test_noncontiguous_all_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5462068Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5466651Z test_noncontiguous_all_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5473210Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5477860Z test_noncontiguous_all_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5485017Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5489531Z test_noncontiguous_all_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5496688Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5501272Z test_noncontiguous_all_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5508194Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5512858Z test_noncontiguous_all_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5520344Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5525447Z test_noncontiguous_all_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5532001Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5536768Z test_noncontiguous_all_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5543212Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5547785Z test_noncontiguous_all_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5554208Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5558812Z test_noncontiguous_all_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5565325Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5570015Z test_noncontiguous_all_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5576713Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5581211Z test_noncontiguous_all_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5588184Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5592747Z test_noncontiguous_all_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5599802Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5604335Z test_noncontiguous_all_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5611490Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5616037Z test_noncontiguous_all_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5623621Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5628776Z test_noncontiguous_all_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5635284Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5639816Z test_noncontiguous_all_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5646303Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5650994Z test_noncontiguous_all_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5657662Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5662290Z test_noncontiguous_all_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5668547Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5673080Z test_noncontiguous_all_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5679569Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5684137Z test_noncontiguous_all_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5691271Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5695970Z test_noncontiguous_all_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5702234Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5706742Z test_noncontiguous_all_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5714644Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5719782Z test_noncontiguous_all_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5727238Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5731732Z test_noncontiguous_all_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5738827Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5743544Z test_noncontiguous_all_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5750242Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5754820Z test_noncontiguous_all_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5762073Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5767292Z test_noncontiguous_all_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5773680Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5778613Z test_noncontiguous_all_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5784965Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5789489Z test_noncontiguous_all_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5795844Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5800415Z test_noncontiguous_all_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5806834Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5811769Z test_noncontiguous_all_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5818049Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5822752Z test_noncontiguous_all_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5841139Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:09.5845900Z test_noncontiguous_all_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5865843Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:09.5870451Z test_noncontiguous_all_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5889973Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:09.5894499Z test_noncontiguous_all_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5912853Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:09.5917432Z test_noncontiguous_all_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5935970Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:09.5940600Z test_noncontiguous_all_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5958971Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:09.5963505Z test_noncontiguous_all_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5971388Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5976020Z test_noncontiguous_all_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5984850Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.5989854Z test_noncontiguous_all_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.5998086Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6002655Z test_noncontiguous_all_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6010408Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6015128Z test_noncontiguous_all_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6022834Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6027836Z test_noncontiguous_all_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6035976Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6040914Z test_noncontiguous_all_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6049227Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6053990Z test_noncontiguous_all_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6062052Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6066940Z test_noncontiguous_all_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6075383Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6080112Z test_noncontiguous_all_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6088877Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6093834Z test_noncontiguous_all_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6101541Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6105921Z test_noncontiguous_all_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6112520Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6117050Z test_noncontiguous_all_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6124629Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6129350Z test_noncontiguous_all_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6137507Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6142502Z test_noncontiguous_all_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6150397Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6155458Z test_noncontiguous_all_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6162091Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6166587Z test_noncontiguous_all_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6173359Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6177978Z test_noncontiguous_all_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6184516Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6189002Z test_noncontiguous_all_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6195717Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6200092Z test_noncontiguous_all_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6206894Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6211413Z test_noncontiguous_all_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6218084Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6222527Z test_noncontiguous_all_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6231299Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6236277Z test_noncontiguous_all_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6244447Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6249160Z test_noncontiguous_all_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6256843Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6261273Z test_noncontiguous_all_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6269286Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6274252Z test_noncontiguous_all_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6280850Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6285408Z test_noncontiguous_all_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6292073Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6296827Z test_noncontiguous_all_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6303232Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6307753Z test_noncontiguous_all_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6314281Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6318806Z test_noncontiguous_all_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6325368Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6329988Z test_noncontiguous_all_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6339306Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6343873Z test_noncontiguous_all_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6355628Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:09.6361010Z test_noncontiguous_all_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6373289Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:09.6378534Z test_noncontiguous_all_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6387597Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6392113Z test_noncontiguous_all_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6401633Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6406260Z test_noncontiguous_all_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6416531Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6421334Z test_noncontiguous_all_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6428872Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6433410Z test_noncontiguous_all_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6440008Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6444453Z test_noncontiguous_all_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6453352Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6458420Z test_noncontiguous_all_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6466714Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6471082Z test_noncontiguous_all_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6478652Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6483150Z test_noncontiguous_all_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6490800Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6495346Z test_noncontiguous_all_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6503365Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6508375Z test_noncontiguous_all_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6514987Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6519457Z test_noncontiguous_all_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6526038Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6530651Z test_noncontiguous_all_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6537331Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6541786Z test_noncontiguous_all_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6548369Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6552850Z test_noncontiguous_all_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6559698Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6564038Z test_noncontiguous_all_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6573143Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6577833Z test_noncontiguous_all_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6589441Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:51:09.6594012Z test_noncontiguous_all_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6604773Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6609420Z test_noncontiguous_all_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6618731Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6623257Z test_noncontiguous_all_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6632714Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6637237Z test_noncontiguous_all_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6647378Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:51:09.6652314Z test_noncontiguous_expanded__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6661121Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.6665876Z test_noncontiguous_expanded__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6674476Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.6679079Z test_noncontiguous_expanded__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6687605Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.6692370Z test_noncontiguous_expanded__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6700801Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.6705423Z test_noncontiguous_expanded__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6713085Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.6717675Z test_noncontiguous_expanded__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6725185Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.6729980Z test_noncontiguous_expanded__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6737483Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.6742081Z test_noncontiguous_expanded__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6749573Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.6754241Z test_noncontiguous_expanded__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6761795Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.6766587Z test_noncontiguous_expanded__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6778853Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:09.6783430Z test_noncontiguous_expanded__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6791890Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.6796507Z test_noncontiguous_expanded__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6804861Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.6809657Z test_noncontiguous_expanded__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6818307Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.6822783Z test_noncontiguous_expanded__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6830285Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.6834915Z test_noncontiguous_expanded__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6842394Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.6847125Z test_noncontiguous_expanded__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6854558Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.6859493Z test_noncontiguous_expanded__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6867021Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.6871661Z test_noncontiguous_expanded__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6879211Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.6883899Z test_noncontiguous_expanded__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6892653Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.6897459Z test_noncontiguous_expanded__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6906031Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.6910720Z test_noncontiguous_expanded__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6919262Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.6923912Z test_noncontiguous_expanded__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6932479Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.6937317Z test_noncontiguous_expanded__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6944830Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.6949475Z test_noncontiguous_expanded__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6957073Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.6961742Z test_noncontiguous_expanded__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6969243Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.6973941Z test_noncontiguous_expanded__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6981616Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.6986347Z test_noncontiguous_expanded__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.6993910Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.6998581Z test_noncontiguous_expanded__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7007163Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7011896Z test_noncontiguous_expanded__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7020609Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7025414Z test_noncontiguous_expanded__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7034060Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7038684Z test_noncontiguous_expanded__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7047360Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7052085Z test_noncontiguous_expanded__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7060053Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7064557Z test_noncontiguous_expanded__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7072390Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7076989Z test_noncontiguous_expanded__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7084503Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7089254Z test_noncontiguous_expanded__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7097216Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7101805Z test_noncontiguous_expanded__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7109530Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7114124Z test_noncontiguous_expanded__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7124104Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7129520Z test_noncontiguous_expanded__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7139597Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7144822Z test_noncontiguous_expanded__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7156340Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:09.7161600Z test_noncontiguous_expanded__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7170757Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7176222Z test_noncontiguous_expanded__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7185212Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7190503Z test_noncontiguous_expanded__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7199457Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7204766Z test_noncontiguous_expanded__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7213862Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7219241Z test_noncontiguous_expanded__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7228278Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7233568Z test_noncontiguous_expanded__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7243422Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7248138Z test_noncontiguous_expanded__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7257715Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7262274Z test_noncontiguous_expanded__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7273376Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:09.7278478Z test_noncontiguous_expanded__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7289012Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7293598Z test_noncontiguous_expanded__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7303614Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7308233Z test_noncontiguous_expanded__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7317813Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7322985Z test_noncontiguous_expanded__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7331986Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7336888Z test_noncontiguous_expanded__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7345899Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7350383Z test_noncontiguous_expanded__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7359589Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7364162Z test_noncontiguous_expanded__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7373314Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7377985Z test_noncontiguous_expanded__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7392779Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:09.7397338Z test_noncontiguous_expanded__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7406337Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7410976Z test_noncontiguous_expanded__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7419544Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7424143Z test_noncontiguous_expanded__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7432469Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7437309Z test_noncontiguous_expanded__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7445725Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7450547Z test_noncontiguous_expanded__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7459190Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7463756Z test_noncontiguous_expanded__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7471571Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7476241Z test_noncontiguous_expanded__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7485578Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7490383Z test_noncontiguous_expanded__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7499970Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7504581Z test_noncontiguous_expanded__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7513285Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7517985Z test_noncontiguous_expanded__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7526625Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7531422Z test_noncontiguous_expanded__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7539448Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7544016Z test_noncontiguous_expanded__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7551910Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7556521Z test_noncontiguous_expanded__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7564192Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7568950Z test_noncontiguous_expanded__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7577107Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7581875Z test_noncontiguous_expanded__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7589637Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7594188Z test_noncontiguous_expanded__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7605386Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:09.7610064Z test_noncontiguous_expanded__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7623155Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:09.7628472Z test_noncontiguous_expanded__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7641542Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:09.7646170Z test_noncontiguous_expanded__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7660138Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:09.7665326Z test_noncontiguous_expanded__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7676796Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:09.7682060Z test_noncontiguous_expanded__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7693547Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:09.7698938Z test_noncontiguous_expanded__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7710229Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:09.7715484Z test_noncontiguous_expanded__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7726868Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:09.7732131Z test_noncontiguous_expanded__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7743794Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:09.7748916Z test_noncontiguous_expanded__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7760420Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:09.7765652Z test_noncontiguous_expanded__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7774339Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7779328Z test_noncontiguous_expanded__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7786747Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7791390Z test_noncontiguous_expanded__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7800959Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7806073Z test_noncontiguous_expanded__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7815364Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7820037Z test_noncontiguous_expanded__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7828569Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7833157Z test_noncontiguous_expanded__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7841552Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7846203Z test_noncontiguous_expanded__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7854658Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7859637Z test_noncontiguous_expanded__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7867141Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7871874Z test_noncontiguous_expanded__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7879244Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7883842Z test_noncontiguous_expanded__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7893074Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7897803Z test_noncontiguous_expanded__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7905221Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7909822Z test_noncontiguous_expanded__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7917305Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7921995Z test_noncontiguous_expanded__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7932852Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.7937702Z test_noncontiguous_expanded__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7950035Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:09.7954877Z test_noncontiguous_expanded__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7966450Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:09.7971284Z test_noncontiguous_expanded__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7982311Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:09.7986968Z test_noncontiguous_expanded__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.7997840Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8002490Z test_noncontiguous_expanded__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8013355Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8018213Z test_noncontiguous_expanded__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8028701Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8033409Z test_noncontiguous_expanded__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8043941Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8048697Z test_noncontiguous_expanded__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8061168Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:09.8065812Z test_noncontiguous_expanded__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8076184Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8080817Z test_noncontiguous_expanded__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8091428Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8096498Z test_noncontiguous_expanded_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8103337Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8108360Z test_noncontiguous_expanded_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8114912Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8119569Z test_noncontiguous_expanded_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8127477Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8132464Z test_noncontiguous_expanded_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8140429Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8145180Z test_noncontiguous_expanded_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8152262Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8156820Z test_noncontiguous_expanded_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8163985Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8168788Z test_noncontiguous_expanded_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8175992Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8180648Z test_noncontiguous_expanded_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8187513Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8192199Z test_noncontiguous_expanded_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8198767Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8203428Z test_noncontiguous_expanded_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8210269Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8215051Z test_noncontiguous_expanded_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8221790Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8226376Z test_noncontiguous_expanded_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8233119Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8237637Z test_noncontiguous_expanded_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8245439Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8250114Z test_noncontiguous_expanded_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8257038Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8261612Z test_noncontiguous_expanded_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8269219Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8273858Z test_noncontiguous_expanded_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8281545Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8286153Z test_noncontiguous_expanded_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8293733Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8298677Z test_noncontiguous_expanded_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8305462Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8309995Z test_noncontiguous_expanded_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8316674Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8321324Z test_noncontiguous_expanded_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8328062Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8332613Z test_noncontiguous_expanded_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8339870Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8344466Z test_noncontiguous_expanded_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8351310Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8355958Z test_noncontiguous_expanded_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8363572Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8368158Z test_noncontiguous_expanded_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8375143Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8379546Z test_noncontiguous_expanded_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8387027Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8391585Z test_noncontiguous_expanded_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8399129Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8403762Z test_noncontiguous_expanded_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8411308Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8416096Z test_noncontiguous_expanded_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8422709Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8427324Z test_noncontiguous_expanded_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8433903Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8438569Z test_noncontiguous_expanded_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8445030Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8449764Z test_noncontiguous_expanded_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8456461Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8460928Z test_noncontiguous_expanded_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8467494Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8472114Z test_noncontiguous_expanded_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8479081Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8483766Z test_noncontiguous_expanded_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8490387Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8495133Z test_noncontiguous_expanded_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8502726Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8507377Z test_noncontiguous_expanded_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8514874Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8519541Z test_noncontiguous_expanded_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8526569Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8531325Z test_noncontiguous_expanded_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8538565Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8543136Z test_noncontiguous_expanded_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8550112Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8554729Z test_noncontiguous_expanded_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8561387Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8565980Z test_noncontiguous_expanded_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8572681Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8577469Z test_noncontiguous_expanded_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8584163Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8588867Z test_noncontiguous_expanded_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8595583Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8600098Z test_noncontiguous_expanded_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8607051Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8611389Z test_noncontiguous_expanded_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8618511Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8623172Z test_noncontiguous_expanded_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8630131Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8634623Z test_noncontiguous_expanded_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8641783Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8646287Z test_noncontiguous_expanded_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8653368Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8658150Z test_noncontiguous_expanded_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8664523Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8669125Z test_noncontiguous_expanded_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8675595Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8680204Z test_noncontiguous_expanded_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8686850Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8691535Z test_noncontiguous_expanded_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8698283Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8702860Z test_noncontiguous_expanded_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8709335Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8713983Z test_noncontiguous_expanded_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8720975Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8725610Z test_noncontiguous_expanded_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8732689Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8737487Z test_noncontiguous_expanded_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8744443Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8749076Z test_noncontiguous_expanded_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8756054Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8760720Z test_noncontiguous_expanded_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8767238Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8771879Z test_noncontiguous_expanded_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8778556Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8783090Z test_noncontiguous_expanded_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8789614Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8794307Z test_noncontiguous_expanded_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8800775Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8805373Z test_noncontiguous_expanded_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8812008Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8816794Z test_noncontiguous_expanded_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8823821Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8828429Z test_noncontiguous_expanded_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8835016Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8839574Z test_noncontiguous_expanded_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8846923Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8851700Z test_noncontiguous_expanded_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8859130Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8863839Z test_noncontiguous_expanded_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8870618Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8875347Z test_noncontiguous_expanded_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8882124Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8886934Z test_noncontiguous_expanded_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8893788Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8898823Z test_noncontiguous_expanded_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8905054Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8909897Z test_noncontiguous_expanded_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8916161Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8920903Z test_noncontiguous_expanded_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8927294Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8932119Z test_noncontiguous_expanded_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8938499Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8943204Z test_noncontiguous_expanded_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8949554Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.8954279Z test_noncontiguous_expanded_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8972707Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:09.8977776Z test_noncontiguous_expanded_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.8995903Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:09.9000776Z test_noncontiguous_expanded_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9020279Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:09.9025100Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9043249Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:09.9048176Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9066426Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:09.9071243Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9088705Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:09.9093362Z test_noncontiguous_expanded_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9101039Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9105823Z test_noncontiguous_expanded_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9114764Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9119733Z test_noncontiguous_expanded_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9127901Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9132710Z test_noncontiguous_expanded_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9140401Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9145129Z test_noncontiguous_expanded_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9152628Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9157389Z test_noncontiguous_expanded_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9164853Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9170150Z test_noncontiguous_expanded_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9177911Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9182588Z test_noncontiguous_expanded_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9190593Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9195264Z test_noncontiguous_expanded_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9203215Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9208042Z test_noncontiguous_expanded_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9215967Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9220749Z test_noncontiguous_expanded_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9228154Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9232900Z test_noncontiguous_expanded_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9239362Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9244054Z test_noncontiguous_expanded_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9251578Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9256373Z test_noncontiguous_expanded_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9263814Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9268585Z test_noncontiguous_expanded_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9275901Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9280644Z test_noncontiguous_expanded_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9287213Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9291951Z test_noncontiguous_expanded_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9298598Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9303286Z test_noncontiguous_expanded_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9309628Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9314282Z test_noncontiguous_expanded_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9320772Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9325404Z test_noncontiguous_expanded_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9332175Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9337117Z test_noncontiguous_expanded_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9343697Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9348311Z test_noncontiguous_expanded_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9356201Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9361181Z test_noncontiguous_expanded_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9369291Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9373907Z test_noncontiguous_expanded_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9381470Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9386128Z test_noncontiguous_expanded_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9393493Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9398131Z test_noncontiguous_expanded_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9404726Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9409464Z test_noncontiguous_expanded_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9415958Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9420676Z test_noncontiguous_expanded_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9427082Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9431781Z test_noncontiguous_expanded_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9438334Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9442888Z test_noncontiguous_expanded_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9449505Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9454180Z test_noncontiguous_expanded_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9463325Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9468050Z test_noncontiguous_expanded_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9479419Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:09.9484863Z test_noncontiguous_expanded_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9496659Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:09.9501971Z test_noncontiguous_expanded_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9510953Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9515691Z test_noncontiguous_expanded_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9525138Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9530046Z test_noncontiguous_expanded_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9539516Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9544252Z test_noncontiguous_expanded_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9551871Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9556827Z test_noncontiguous_expanded_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9565816Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9572813Z test_noncontiguous_expanded_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9582164Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:09.9587989Z test_noncontiguous_expanded_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9596877Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9602393Z test_noncontiguous_expanded_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9610670Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9616571Z test_noncontiguous_expanded_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9624899Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9630311Z test_noncontiguous_expanded_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9638619Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9644219Z test_noncontiguous_expanded_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9651785Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9657444Z test_noncontiguous_expanded_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9664849Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9670237Z test_noncontiguous_expanded_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9677676Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9683048Z test_noncontiguous_expanded_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9690697Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9696267Z test_noncontiguous_expanded_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9703824Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9709237Z test_noncontiguous_expanded_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9719149Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9724638Z test_noncontiguous_expanded_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9736397Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:09.9741996Z test_noncontiguous_expanded_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9753378Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:09.9758852Z test_noncontiguous_expanded_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9768780Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9774173Z test_noncontiguous_expanded_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9784643Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:51:09.9790077Z test_noncontiguous_expanded_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9800156Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:51:09.9805347Z test_noncontiguous_innermost__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9815005Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:09.9820186Z test_noncontiguous_innermost__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9829487Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:09.9834567Z test_noncontiguous_innermost__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9844024Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:09.9849348Z test_noncontiguous_innermost__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9859536Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:09.9864910Z test_noncontiguous_innermost__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9873104Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:09.9878153Z test_noncontiguous_innermost__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9886739Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:09.9891872Z test_noncontiguous_innermost__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9900251Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:09.9905274Z test_noncontiguous_innermost__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9913723Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:09.9918801Z test_noncontiguous_innermost__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9927323Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:09.9932359Z test_noncontiguous_innermost__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9942203Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:09.9947100Z test_noncontiguous_innermost__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9956520Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:09.9961630Z test_noncontiguous_innermost__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9971073Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:09.9976636Z test_noncontiguous_innermost__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9986125Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:09.9991301Z test_noncontiguous_innermost__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:09.9999494Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0004454Z test_noncontiguous_innermost__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0012801Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0017853Z test_noncontiguous_innermost__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0025943Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0030773Z test_noncontiguous_innermost__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0039059Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0043999Z test_noncontiguous_innermost__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0052397Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0057653Z test_noncontiguous_innermost__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0066764Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0071777Z test_noncontiguous_innermost__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0081066Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0086049Z test_noncontiguous_innermost__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0095485Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0100558Z test_noncontiguous_innermost__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0109781Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0114719Z test_noncontiguous_innermost__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0123071Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0128047Z test_noncontiguous_innermost__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0136236Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0140458Z test_noncontiguous_innermost__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0148002Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0152290Z test_noncontiguous_innermost__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0159474Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0163677Z test_noncontiguous_innermost__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0171321Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0175745Z test_noncontiguous_innermost__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0184053Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0188265Z test_noncontiguous_innermost__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0199103Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0203346Z test_noncontiguous_innermost__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0211904Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0216273Z test_noncontiguous_innermost__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0224470Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0228707Z test_noncontiguous_innermost__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0236139Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0240353Z test_noncontiguous_innermost__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0247803Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0252095Z test_noncontiguous_innermost__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0259475Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0263611Z test_noncontiguous_innermost__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0271012Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0275239Z test_noncontiguous_innermost__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0282614Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0286885Z test_noncontiguous_innermost__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0296690Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0301455Z test_noncontiguous_innermost__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0311050Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0315928Z test_noncontiguous_innermost__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0325972Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0331364Z test_noncontiguous_innermost__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0340231Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0345095Z test_noncontiguous_innermost__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0353785Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0358953Z test_noncontiguous_innermost__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0367545Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0372589Z test_noncontiguous_innermost__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0381599Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0386653Z test_noncontiguous_innermost__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0395651Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0400608Z test_noncontiguous_innermost__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0410383Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0414930Z test_noncontiguous_innermost__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0424296Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0428610Z test_noncontiguous_innermost__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0439769Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0444680Z test_noncontiguous_innermost__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0455796Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.0471033Z test_noncontiguous_innermost__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0471514Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0474829Z test_noncontiguous_innermost__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0484570Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0489169Z test_noncontiguous_innermost__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0501384Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.0505782Z test_noncontiguous_innermost__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0515101Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0519355Z test_noncontiguous_innermost__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0528790Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0533084Z test_noncontiguous_innermost__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0542656Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0546987Z test_noncontiguous_innermost__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0556242Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0560585Z test_noncontiguous_innermost__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0570177Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0574493Z test_noncontiguous_innermost__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0583459Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0587705Z test_noncontiguous_innermost__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0596331Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0600900Z test_noncontiguous_innermost__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0609650Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0614112Z test_noncontiguous_innermost__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0622656Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0626784Z test_noncontiguous_innermost__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0634325Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0638668Z test_noncontiguous_innermost__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0648752Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0653429Z test_noncontiguous_innermost__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0662906Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0667112Z test_noncontiguous_innermost__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0675710Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0680051Z test_noncontiguous_innermost__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0689251Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0693940Z test_noncontiguous_innermost__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0701874Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0706233Z test_noncontiguous_innermost__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0713793Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0718097Z test_noncontiguous_innermost__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0725683Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0730103Z test_noncontiguous_innermost__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0737933Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0742166Z test_noncontiguous_innermost__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0749892Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0754213Z test_noncontiguous_innermost__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0767265Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.0771646Z test_noncontiguous_innermost__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0784806Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.0789727Z test_noncontiguous_innermost__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0802282Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.0807252Z test_noncontiguous_innermost__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0819139Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.0824057Z test_noncontiguous_innermost__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0836191Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.0841210Z test_noncontiguous_innermost__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0852991Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.0858076Z test_noncontiguous_innermost__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0869490Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.0874509Z test_noncontiguous_innermost__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0886059Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.0891323Z test_noncontiguous_innermost__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0903018Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.0908017Z test_noncontiguous_innermost__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0921160Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.0925941Z test_noncontiguous_innermost__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0934621Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0939234Z test_noncontiguous_innermost__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0946725Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0951094Z test_noncontiguous_innermost__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0960760Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0965724Z test_noncontiguous_innermost__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0975858Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0980767Z test_noncontiguous_innermost__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.0989398Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.0993729Z test_noncontiguous_innermost__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1002229Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1006577Z test_noncontiguous_innermost__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1015960Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1020730Z test_noncontiguous_innermost__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1028193Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1032613Z test_noncontiguous_innermost__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1040178Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1044542Z test_noncontiguous_innermost__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1052062Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1056469Z test_noncontiguous_innermost__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1064119Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1068437Z test_noncontiguous_innermost__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1076022Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1080408Z test_noncontiguous_innermost__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1091506Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1096053Z test_noncontiguous_innermost__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1108884Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.1113836Z test_noncontiguous_innermost__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1126478Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.1131456Z test_noncontiguous_innermost__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1142767Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.1147107Z test_noncontiguous_innermost__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1157925Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1162254Z test_noncontiguous_innermost__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1176242Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.1180639Z test_noncontiguous_innermost__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1191105Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1195498Z test_noncontiguous_innermost__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1206159Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1210744Z test_noncontiguous_innermost__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1221510Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1226068Z test_noncontiguous_innermost__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1236580Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1241059Z test_noncontiguous_innermost__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1251737Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1256335Z test_noncontiguous_innermost_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1263620Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1268027Z test_noncontiguous_innermost_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1274457Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1278895Z test_noncontiguous_innermost_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1287147Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1292140Z test_noncontiguous_innermost_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1300317Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1305186Z test_noncontiguous_innermost_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1312499Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1316844Z test_noncontiguous_innermost_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1323985Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1328485Z test_noncontiguous_innermost_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1335923Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1340321Z test_noncontiguous_innermost_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1346922Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1351123Z test_noncontiguous_innermost_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1357758Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1361973Z test_noncontiguous_innermost_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1368884Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1373003Z test_noncontiguous_innermost_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1379893Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1384145Z test_noncontiguous_innermost_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1390631Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1395030Z test_noncontiguous_innermost_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1402583Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1406884Z test_noncontiguous_innermost_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1414016Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1418666Z test_noncontiguous_innermost_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1426228Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1430499Z test_noncontiguous_innermost_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1437887Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1442058Z test_noncontiguous_innermost_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1450038Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1454652Z test_noncontiguous_innermost_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1461286Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1465553Z test_noncontiguous_innermost_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1471830Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1476114Z test_noncontiguous_innermost_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1482302Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1486392Z test_noncontiguous_innermost_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1492790Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1497037Z test_noncontiguous_innermost_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1503332Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1507432Z test_noncontiguous_innermost_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1514708Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1518866Z test_noncontiguous_innermost_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1525078Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1529463Z test_noncontiguous_innermost_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1536879Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1541003Z test_noncontiguous_innermost_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1548374Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1552459Z test_noncontiguous_innermost_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1559651Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1563783Z test_noncontiguous_innermost_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1570287Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1574448Z test_noncontiguous_innermost_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1581019Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1585105Z test_noncontiguous_innermost_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1591367Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1595528Z test_noncontiguous_innermost_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1601844Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1605941Z test_noncontiguous_innermost_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1612430Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1616724Z test_noncontiguous_innermost_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1623578Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1628041Z test_noncontiguous_innermost_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1634285Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1638424Z test_noncontiguous_innermost_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1646464Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1651083Z test_noncontiguous_innermost_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1658552Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1662874Z test_noncontiguous_innermost_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1669657Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1673911Z test_noncontiguous_innermost_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1680853Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1685197Z test_noncontiguous_innermost_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1692832Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1697730Z test_noncontiguous_innermost_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1704339Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1708579Z test_noncontiguous_innermost_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1715291Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1719636Z test_noncontiguous_innermost_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1726104Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1730668Z test_noncontiguous_innermost_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1737353Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1741661Z test_noncontiguous_innermost_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1748112Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1752433Z test_noncontiguous_innermost_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1759369Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1763725Z test_noncontiguous_innermost_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1770714Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1775238Z test_noncontiguous_innermost_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1782322Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1786639Z test_noncontiguous_innermost_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1793806Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1798758Z test_noncontiguous_innermost_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1805152Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1809574Z test_noncontiguous_innermost_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1816036Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1820414Z test_noncontiguous_innermost_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1826884Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1831103Z test_noncontiguous_innermost_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1837513Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1841759Z test_noncontiguous_innermost_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1848346Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1852572Z test_noncontiguous_innermost_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1859662Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1863942Z test_noncontiguous_innermost_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1870918Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1875252Z test_noncontiguous_innermost_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1882130Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1886551Z test_noncontiguous_innermost_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1893755Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1898847Z test_noncontiguous_innermost_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1905377Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1909503Z test_noncontiguous_innermost_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1915900Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1920162Z test_noncontiguous_innermost_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1926492Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1930904Z test_noncontiguous_innermost_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1937575Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1941933Z test_noncontiguous_innermost_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1948256Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1952608Z test_noncontiguous_innermost_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1959704Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1963985Z test_noncontiguous_innermost_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1970719Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1975351Z test_noncontiguous_innermost_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1983524Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.1988367Z test_noncontiguous_innermost_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.1995999Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2000339Z test_noncontiguous_innermost_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2007502Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2011836Z test_noncontiguous_innermost_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2019113Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2023391Z test_noncontiguous_innermost_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2030376Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2034648Z test_noncontiguous_innermost_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2041235Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2045545Z test_noncontiguous_innermost_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2052201Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2056713Z test_noncontiguous_innermost_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2063200Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2067467Z test_noncontiguous_innermost_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2073985Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2078307Z test_noncontiguous_innermost_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2084882Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2089356Z test_noncontiguous_innermost_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2108518Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.2112961Z test_noncontiguous_innermost_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2133468Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.2137813Z test_noncontiguous_innermost_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2157666Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.2162019Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2181320Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.2185769Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2204344Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.2208872Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2226934Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.2231300Z test_noncontiguous_innermost_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2238901Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2243231Z test_noncontiguous_innermost_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2252209Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2257213Z test_noncontiguous_innermost_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2265782Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2270746Z test_noncontiguous_innermost_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2278388Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2282727Z test_noncontiguous_innermost_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2290431Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2294720Z test_noncontiguous_innermost_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2302449Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2306791Z test_noncontiguous_innermost_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2314696Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2319029Z test_noncontiguous_innermost_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2327087Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2331409Z test_noncontiguous_innermost_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2339451Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2343759Z test_noncontiguous_innermost_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2352178Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2357098Z test_noncontiguous_innermost_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2364549Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2368974Z test_noncontiguous_innermost_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2375694Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2380082Z test_noncontiguous_innermost_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2387385Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2391575Z test_noncontiguous_innermost_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2398903Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2403191Z test_noncontiguous_innermost_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2411865Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2417782Z test_noncontiguous_innermost_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2423518Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2427902Z test_noncontiguous_innermost_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2434224Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2438508Z test_noncontiguous_innermost_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2444888Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2449289Z test_noncontiguous_innermost_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2455824Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2460139Z test_noncontiguous_innermost_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2466602Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2470888Z test_noncontiguous_innermost_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2477373Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2481561Z test_noncontiguous_innermost_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2490354Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2495210Z test_noncontiguous_innermost_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2503424Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2507724Z test_noncontiguous_innermost_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2515181Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2519441Z test_noncontiguous_innermost_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2527355Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2532180Z test_noncontiguous_innermost_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2538768Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2543013Z test_noncontiguous_innermost_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2549428Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2553671Z test_noncontiguous_innermost_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2560045Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2564232Z test_noncontiguous_innermost_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2570792Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2575179Z test_noncontiguous_innermost_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2581808Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2586021Z test_noncontiguous_innermost_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2595027Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2599340Z test_noncontiguous_innermost_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2610281Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2616006Z test_noncontiguous_innermost_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2628351Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.2633150Z test_noncontiguous_innermost_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2643248Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.2648276Z test_noncontiguous_innermost_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2658422Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2663446Z test_noncontiguous_innermost_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2673814Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2679112Z test_noncontiguous_innermost_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2687267Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2692154Z test_noncontiguous_innermost_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2699684Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2704551Z test_noncontiguous_innermost_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2714060Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2719627Z test_noncontiguous_innermost_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2729255Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2734584Z test_noncontiguous_innermost_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2743244Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2748028Z test_noncontiguous_innermost_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2756454Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2761376Z test_noncontiguous_innermost_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2770280Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2775692Z test_noncontiguous_innermost_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2783122Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2787951Z test_noncontiguous_innermost_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2795270Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2800219Z test_noncontiguous_innermost_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2807500Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2812615Z test_noncontiguous_innermost_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2820024Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2825042Z test_noncontiguous_innermost_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2832438Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2837393Z test_noncontiguous_innermost_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2847343Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2852453Z test_noncontiguous_innermost_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2864122Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.2869196Z test_noncontiguous_innermost_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2879958Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.2884957Z test_noncontiguous_innermost_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2895181Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2900237Z test_noncontiguous_innermost_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2910030Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2915548Z test_noncontiguous_innermost_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2926077Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.2931383Z test_noncontiguous_outermost__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2940806Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2945821Z test_noncontiguous_outermost__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2955056Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2960282Z test_noncontiguous_outermost__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2969587Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2974593Z test_noncontiguous_outermost__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2984585Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.2989835Z test_noncontiguous_outermost__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.2998105Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3003122Z test_noncontiguous_outermost__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3011557Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3016738Z test_noncontiguous_outermost__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3024817Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3029750Z test_noncontiguous_outermost__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3038087Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3043124Z test_noncontiguous_outermost__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3051661Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3056842Z test_noncontiguous_outermost__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3066093Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3071145Z test_noncontiguous_outermost__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3080457Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3085536Z test_noncontiguous_outermost__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3095104Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3099319Z test_noncontiguous_outermost__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3108110Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3112722Z test_noncontiguous_outermost__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3119974Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3124191Z test_noncontiguous_outermost__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3131830Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3136061Z test_noncontiguous_outermost__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3143283Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3147570Z test_noncontiguous_outermost__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3154868Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3159109Z test_noncontiguous_outermost__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3167029Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3174545Z test_noncontiguous_outermost__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3184023Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.3188374Z test_noncontiguous_outermost__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3196774Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3201132Z test_noncontiguous_outermost__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3209599Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3214029Z test_noncontiguous_outermost__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3225744Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.3230418Z test_noncontiguous_outermost__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3237730Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3241958Z test_noncontiguous_outermost__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3249413Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3253673Z test_noncontiguous_outermost__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3260900Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3265101Z test_noncontiguous_outermost__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3272531Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3276727Z test_noncontiguous_outermost__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3284139Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3288479Z test_noncontiguous_outermost__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3296892Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3301233Z test_noncontiguous_outermost__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3309580Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3313785Z test_noncontiguous_outermost__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3322080Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3326417Z test_noncontiguous_outermost__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3335537Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3340493Z test_noncontiguous_outermost__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3347941Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3352101Z test_noncontiguous_outermost__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3359560Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3363682Z test_noncontiguous_outermost__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3370977Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3375435Z test_noncontiguous_outermost__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3383156Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3387254Z test_noncontiguous_outermost__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3394411Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3398682Z test_noncontiguous_outermost__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3408508Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3413404Z test_noncontiguous_outermost__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3423310Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3428049Z test_noncontiguous_outermost__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3438044Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3443246Z test_noncontiguous_outermost__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3452103Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3457343Z test_noncontiguous_outermost__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3466061Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3470961Z test_noncontiguous_outermost__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3479537Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3484481Z test_noncontiguous_outermost__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3493432Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3498445Z test_noncontiguous_outermost__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3507153Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3512012Z test_noncontiguous_outermost__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3521659Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3525925Z test_noncontiguous_outermost__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3535327Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3539569Z test_noncontiguous_outermost__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3552822Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.3556991Z test_noncontiguous_outermost__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3567151Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3571435Z test_noncontiguous_outermost__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3581215Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3585404Z test_noncontiguous_outermost__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3595145Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3599186Z test_noncontiguous_outermost__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3609431Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3613836Z test_noncontiguous_outermost__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3623021Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3627411Z test_noncontiguous_outermost__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3636679Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3640967Z test_noncontiguous_outermost__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3650091Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3654375Z test_noncontiguous_outermost__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3663776Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3667975Z test_noncontiguous_outermost__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3677068Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3681248Z test_noncontiguous_outermost__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3689613Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3693741Z test_noncontiguous_outermost__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3702879Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3706724Z test_noncontiguous_outermost__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3714811Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3719224Z test_noncontiguous_outermost__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3727242Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3731455Z test_noncontiguous_outermost__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3739011Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3743099Z test_noncontiguous_outermost__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3752617Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3757141Z test_noncontiguous_outermost__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3766063Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3770325Z test_noncontiguous_outermost__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3778879Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3782980Z test_noncontiguous_outermost__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3791139Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3795208Z test_noncontiguous_outermost__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3804364Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3808615Z test_noncontiguous_outermost__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3816006Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3820205Z test_noncontiguous_outermost__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3827341Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3831452Z test_noncontiguous_outermost__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3838749Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3842828Z test_noncontiguous_outermost__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3850394Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3854525Z test_noncontiguous_outermost__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3865712Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.3869841Z test_noncontiguous_outermost__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3882811Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.3887517Z test_noncontiguous_outermost__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3900061Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.3904886Z test_noncontiguous_outermost__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3916747Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.3921638Z test_noncontiguous_outermost__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3933476Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.3938517Z test_noncontiguous_outermost__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3949793Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.3954744Z test_noncontiguous_outermost__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3965979Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.3970962Z test_noncontiguous_outermost__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.3986790Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.3991965Z test_noncontiguous_outermost__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4002742Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.4007638Z test_noncontiguous_outermost__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4019238Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.4024098Z test_noncontiguous_outermost__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4032447Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4036671Z test_noncontiguous_outermost__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4043966Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4048415Z test_noncontiguous_outermost__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4058182Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4063040Z test_noncontiguous_outermost__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4072119Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4076371Z test_noncontiguous_outermost__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4084775Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4089122Z test_noncontiguous_outermost__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4097611Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4101919Z test_noncontiguous_outermost__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4110049Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4114291Z test_noncontiguous_outermost__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4121627Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4125929Z test_noncontiguous_outermost__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4133596Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4138009Z test_noncontiguous_outermost__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4145078Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4149230Z test_noncontiguous_outermost__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4156533Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4160911Z test_noncontiguous_outermost__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4168453Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4172507Z test_noncontiguous_outermost__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4183604Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4187811Z test_noncontiguous_outermost__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4200482Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.4205167Z test_noncontiguous_outermost__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4217684Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.4222485Z test_noncontiguous_outermost__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4235009Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.4239258Z test_noncontiguous_outermost__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4249983Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4254317Z test_noncontiguous_outermost__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4266073Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.4270317Z test_noncontiguous_outermost__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4280771Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4285090Z test_noncontiguous_outermost__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4295719Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4299955Z test_noncontiguous_outermost__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4310305Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4314576Z test_noncontiguous_outermost__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4324996Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4329409Z test_noncontiguous_outermost__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4340143Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4344389Z test_noncontiguous_outermost_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4351425Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4355704Z test_noncontiguous_outermost_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4362020Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4366223Z test_noncontiguous_outermost_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4374386Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4380138Z test_noncontiguous_outermost_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4386913Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4391285Z test_noncontiguous_outermost_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4398657Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4403681Z test_noncontiguous_outermost_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4411047Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4416166Z test_noncontiguous_outermost_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4423198Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4427440Z test_noncontiguous_outermost_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4434120Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4438225Z test_noncontiguous_outermost_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4444937Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4449209Z test_noncontiguous_outermost_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4455844Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4460084Z test_noncontiguous_outermost_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4466565Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4470758Z test_noncontiguous_outermost_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4477099Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4481310Z test_noncontiguous_outermost_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4488790Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4492992Z test_noncontiguous_outermost_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4499454Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4503752Z test_noncontiguous_outermost_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4511139Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4515326Z test_noncontiguous_outermost_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4522709Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4526992Z test_noncontiguous_outermost_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4534493Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4538982Z test_noncontiguous_outermost_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4545372Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4549551Z test_noncontiguous_outermost_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4556321Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4560727Z test_noncontiguous_outermost_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4567015Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4571157Z test_noncontiguous_outermost_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4577941Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4582190Z test_noncontiguous_outermost_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4588529Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4592770Z test_noncontiguous_outermost_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4600190Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4604472Z test_noncontiguous_outermost_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4610880Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4615284Z test_noncontiguous_outermost_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4622872Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4627339Z test_noncontiguous_outermost_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4634617Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4638843Z test_noncontiguous_outermost_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4646740Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4651630Z test_noncontiguous_outermost_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4658282Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4662777Z test_noncontiguous_outermost_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4669344Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4673590Z test_noncontiguous_outermost_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4680192Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4684407Z test_noncontiguous_outermost_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4691132Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4695593Z test_noncontiguous_outermost_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4702033Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4706219Z test_noncontiguous_outermost_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4713115Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4717320Z test_noncontiguous_outermost_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4723692Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4728099Z test_noncontiguous_outermost_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4736019Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4740894Z test_noncontiguous_outermost_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4748425Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4752654Z test_noncontiguous_outermost_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4759802Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4764014Z test_noncontiguous_outermost_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4771204Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4775662Z test_noncontiguous_outermost_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4783105Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4787917Z test_noncontiguous_outermost_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4794432Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4798678Z test_noncontiguous_outermost_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4805182Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4809519Z test_noncontiguous_outermost_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4816075Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4820363Z test_noncontiguous_outermost_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4826860Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4831122Z test_noncontiguous_outermost_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4837579Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4841853Z test_noncontiguous_outermost_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4848824Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4853000Z test_noncontiguous_outermost_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4860126Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4864328Z test_noncontiguous_outermost_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4871302Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4875745Z test_noncontiguous_outermost_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4883009Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4888483Z test_noncontiguous_outermost_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4895883Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4899897Z test_noncontiguous_outermost_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4906169Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4910487Z test_noncontiguous_outermost_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4916629Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4920810Z test_noncontiguous_outermost_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4927166Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4931449Z test_noncontiguous_outermost_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4938058Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4942245Z test_noncontiguous_outermost_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4949102Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4953265Z test_noncontiguous_outermost_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4960165Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4964404Z test_noncontiguous_outermost_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4971329Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4975674Z test_noncontiguous_outermost_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4982970Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4987778Z test_noncontiguous_outermost_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.4994059Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.4998356Z test_noncontiguous_outermost_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5004615Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5008969Z test_noncontiguous_outermost_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5015212Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5019619Z test_noncontiguous_outermost_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5025901Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5030154Z test_noncontiguous_outermost_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5036512Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5040768Z test_noncontiguous_outermost_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5047791Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5052124Z test_noncontiguous_outermost_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5058760Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5062991Z test_noncontiguous_outermost_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5070964Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5075804Z test_noncontiguous_outermost_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5083282Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5087707Z test_noncontiguous_outermost_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5094670Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5099173Z test_noncontiguous_outermost_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5106044Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5110310Z test_noncontiguous_outermost_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5117641Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5122512Z test_noncontiguous_outermost_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5129282Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5133630Z test_noncontiguous_outermost_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5140306Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5144612Z test_noncontiguous_outermost_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5151049Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5155538Z test_noncontiguous_outermost_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5161947Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5166372Z test_noncontiguous_outermost_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5173032Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5177425Z test_noncontiguous_outermost_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5196360Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.5200897Z test_noncontiguous_outermost_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5221460Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.5225777Z test_noncontiguous_outermost_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5245497Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.5250104Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5269190Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.5273661Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5292389Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.5297057Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5315724Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.5320090Z test_noncontiguous_outermost_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5327763Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5332087Z test_noncontiguous_outermost_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5341001Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5345839Z test_noncontiguous_outermost_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5354140Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5358430Z test_noncontiguous_outermost_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5366131Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5370606Z test_noncontiguous_outermost_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5378470Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5382823Z test_noncontiguous_outermost_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5390259Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5394539Z test_noncontiguous_outermost_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5402695Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5407085Z test_noncontiguous_outermost_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5415201Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5419685Z test_noncontiguous_outermost_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5427457Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5431792Z test_noncontiguous_outermost_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5439897Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5444832Z test_noncontiguous_outermost_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5452606Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5456999Z test_noncontiguous_outermost_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5463385Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5467838Z test_noncontiguous_outermost_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5475422Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5479658Z test_noncontiguous_outermost_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5487128Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5491422Z test_noncontiguous_outermost_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5499534Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5504456Z test_noncontiguous_outermost_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5510958Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5515246Z test_noncontiguous_outermost_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5521797Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5526113Z test_noncontiguous_outermost_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5532529Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5536957Z test_noncontiguous_outermost_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5543480Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5547775Z test_noncontiguous_outermost_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5554216Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5558443Z test_noncontiguous_outermost_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5564935Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5569435Z test_noncontiguous_outermost_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5578239Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5582969Z test_noncontiguous_outermost_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5591174Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5595481Z test_noncontiguous_outermost_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5602933Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5607256Z test_noncontiguous_outermost_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5615551Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5620445Z test_noncontiguous_outermost_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5626862Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5631148Z test_noncontiguous_outermost_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5637726Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5642255Z test_noncontiguous_outermost_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5648506Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5652911Z test_noncontiguous_outermost_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5659270Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5663315Z test_noncontiguous_outermost_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5669621Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5673863Z test_noncontiguous_outermost_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5682961Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5687545Z test_noncontiguous_outermost_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5698679Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:51:10.5703745Z test_noncontiguous_outermost_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5714244Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5719170Z test_noncontiguous_outermost_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5728319Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5732673Z test_noncontiguous_outermost_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5741870Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5746288Z test_noncontiguous_outermost_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5755085Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5759290Z test_noncontiguous_outermost_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5766873Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5771226Z test_noncontiguous_outermost_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5777717Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5781993Z test_noncontiguous_outermost_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5790648Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5795527Z test_noncontiguous_outermost_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5803982Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5808980Z test_noncontiguous_outermost_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5816617Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5820944Z test_noncontiguous_outermost_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5828452Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5832760Z test_noncontiguous_outermost_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5840702Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5845368Z test_noncontiguous_outermost_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5851978Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5856355Z test_noncontiguous_outermost_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5862828Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5867051Z test_noncontiguous_outermost_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5873410Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5877670Z test_noncontiguous_outermost_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5884232Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5888620Z test_noncontiguous_outermost_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5895228Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5899497Z test_noncontiguous_outermost_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5908576Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5913018Z test_noncontiguous_outermost_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5923525Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5927974Z test_noncontiguous_outermost_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5938153Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5942469Z test_noncontiguous_outermost_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5951382Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5955877Z test_noncontiguous_outermost_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5964764Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5969225Z test_noncontiguous_outermost_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5978875Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:51:10.5983146Z test_noncontiguous_transposed__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.5991578Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.5995581Z test_noncontiguous_transposed__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6003797Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6007834Z test_noncontiguous_transposed__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6016257Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6020257Z test_noncontiguous_transposed__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6028344Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6032348Z test_noncontiguous_transposed__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6039708Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6043668Z test_noncontiguous_transposed__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6051090Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6055180Z test_noncontiguous_transposed__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6062621Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6066595Z test_noncontiguous_transposed__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6073853Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6077801Z test_noncontiguous_transposed__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6085188Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6089340Z test_noncontiguous_transposed__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6097729Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6101745Z test_noncontiguous_transposed__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6110021Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6114029Z test_noncontiguous_transposed__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6122303Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6126296Z test_noncontiguous_transposed__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6134602Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6138955Z test_noncontiguous_transposed__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6146231Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6150265Z test_noncontiguous_transposed__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6160976Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6164909Z test_noncontiguous_transposed__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6172152Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6176225Z test_noncontiguous_transposed__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6183636Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6187583Z test_noncontiguous_transposed__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6194849Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6198991Z test_noncontiguous_transposed__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6207559Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6211771Z test_noncontiguous_transposed__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6220278Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6224521Z test_noncontiguous_transposed__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6232656Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6236706Z test_noncontiguous_transposed__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6245020Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6249286Z test_noncontiguous_transposed__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6256912Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6260972Z test_noncontiguous_transposed__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6268490Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6272542Z test_noncontiguous_transposed__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6279702Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6283792Z test_noncontiguous_transposed__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6291391Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6295587Z test_noncontiguous_transposed__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6302925Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6306966Z test_noncontiguous_transposed__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6315292Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6319390Z test_noncontiguous_transposed__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6327850Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6331986Z test_noncontiguous_transposed__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6340701Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6344679Z test_noncontiguous_transposed__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6353079Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6357213Z test_noncontiguous_transposed__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6364675Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6368921Z test_noncontiguous_transposed__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6376619Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6380681Z test_noncontiguous_transposed__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6388100Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6392312Z test_noncontiguous_transposed__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6399708Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6403712Z test_noncontiguous_transposed__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6411399Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6415775Z test_noncontiguous_transposed__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6425338Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6430111Z test_noncontiguous_transposed__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6439391Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6444131Z test_noncontiguous_transposed__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6453339Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6458169Z test_noncontiguous_transposed__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6466948Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6471603Z test_noncontiguous_transposed__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6480179Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6484930Z test_noncontiguous_transposed__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6493610Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6498795Z test_noncontiguous_transposed__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6507702Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6512325Z test_noncontiguous_transposed__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6522835Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6527601Z test_noncontiguous_transposed__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6537279Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6541315Z test_noncontiguous_transposed__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6550281Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6554288Z test_noncontiguous_transposed__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6564250Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6568499Z test_noncontiguous_transposed__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6578718Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6582818Z test_noncontiguous_transposed__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6591894Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6595912Z test_noncontiguous_transposed__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6605264Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6609484Z test_noncontiguous_transposed__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6618738Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6622655Z test_noncontiguous_transposed__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6631454Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6635581Z test_noncontiguous_transposed__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6644461Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6648566Z test_noncontiguous_transposed__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6657408Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6661354Z test_noncontiguous_transposed__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6670158Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6674204Z test_noncontiguous_transposed__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6683120Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6687125Z test_noncontiguous_transposed__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6695583Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6699578Z test_noncontiguous_transposed__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6707786Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6711698Z test_noncontiguous_transposed__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6721443Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6725502Z test_noncontiguous_transposed__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6733608Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6737677Z test_noncontiguous_transposed__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6745076Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6748971Z test_noncontiguous_transposed__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6757722Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6761721Z test_noncontiguous_transposed__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6770803Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6775001Z test_noncontiguous_transposed__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6783347Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6787316Z test_noncontiguous_transposed__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6795548Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6799540Z test_noncontiguous_transposed__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6806966Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6810915Z test_noncontiguous_transposed__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6818554Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6822495Z test_noncontiguous_transposed__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6829794Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6833672Z test_noncontiguous_transposed__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6841179Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6845148Z test_noncontiguous_transposed__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6852734Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6856778Z test_noncontiguous_transposed__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6867502Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6871573Z test_noncontiguous_transposed__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6883341Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:51:10.6887329Z test_noncontiguous_transposed__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6899187Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:51:10.6903142Z test_noncontiguous_transposed__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6914290Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6918999Z test_noncontiguous_transposed__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6930437Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:51:10.6935475Z test_noncontiguous_transposed__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6948549Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:51:10.6952987Z test_noncontiguous_transposed__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6963773Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6968448Z test_noncontiguous_transposed__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6979391Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6984090Z test_noncontiguous_transposed__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.6995129Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.6999508Z test_noncontiguous_transposed__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7010692Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:51:10.7015353Z test_noncontiguous_transposed__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7023512Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7027371Z test_noncontiguous_transposed__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7034791Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7038543Z test_noncontiguous_transposed__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7047175Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7051062Z test_noncontiguous_transposed__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7059938Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7063868Z test_noncontiguous_transposed__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7071867Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7075713Z test_noncontiguous_transposed__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7083826Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7087877Z test_noncontiguous_transposed__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7095918Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7099963Z test_noncontiguous_transposed__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7106964Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7110885Z test_noncontiguous_transposed__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7117860Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7121779Z test_noncontiguous_transposed__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7128685Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7132552Z test_noncontiguous_transposed__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7140029Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7144009Z test_noncontiguous_transposed__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7151554Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7155930Z test_noncontiguous_transposed__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7166417Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7170524Z test_noncontiguous_transposed__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7183810Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:51:10.7187564Z test_noncontiguous_transposed__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7198758Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7202821Z test_noncontiguous_transposed__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7213469Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7217607Z test_noncontiguous_transposed__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7228054Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7232095Z test_noncontiguous_transposed__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7242455Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7246487Z test_noncontiguous_transposed__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7256925Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7260930Z test_noncontiguous_transposed__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7271080Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7275066Z test_noncontiguous_transposed__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7285484Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7289565Z test_noncontiguous_transposed__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7299998Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7303949Z test_noncontiguous_transposed__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7316146Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:51:10.7320143Z test_noncontiguous_transposed_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7327105Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7331026Z test_noncontiguous_transposed_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7337788Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7341701Z test_noncontiguous_transposed_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7348929Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7352788Z test_noncontiguous_transposed_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7360085Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7363946Z test_noncontiguous_transposed_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7370963Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7374988Z test_noncontiguous_transposed_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7381993Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7385810Z test_noncontiguous_transposed_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7392706Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7396571Z test_noncontiguous_transposed_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7402966Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7406894Z test_noncontiguous_transposed_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7413354Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7417337Z test_noncontiguous_transposed_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7423679Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7427832Z test_noncontiguous_transposed_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7434354Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7438265Z test_noncontiguous_transposed_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7444647Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7448736Z test_noncontiguous_transposed_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7456112Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7460033Z test_noncontiguous_transposed_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7466371Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7470222Z test_noncontiguous_transposed_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7477549Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7481417Z test_noncontiguous_transposed_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7488955Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7492925Z test_noncontiguous_transposed_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7500198Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7504034Z test_noncontiguous_transposed_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7510456Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7514269Z test_noncontiguous_transposed_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7520535Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7524396Z test_noncontiguous_transposed_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7530784Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7534608Z test_noncontiguous_transposed_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7541262Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7545030Z test_noncontiguous_transposed_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7551521Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7555281Z test_noncontiguous_transposed_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7562484Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7566347Z test_noncontiguous_transposed_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7572808Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7576813Z test_noncontiguous_transposed_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7584040Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7587896Z test_noncontiguous_transposed_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7595159Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7599073Z test_noncontiguous_transposed_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7606162Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7610192Z test_noncontiguous_transposed_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7616714Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7620566Z test_noncontiguous_transposed_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7626914Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7630737Z test_noncontiguous_transposed_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7636979Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7641127Z test_noncontiguous_transposed_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7647402Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7651309Z test_noncontiguous_transposed_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7657846Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7661727Z test_noncontiguous_transposed_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7668464Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7672428Z test_noncontiguous_transposed_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7678754Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7682630Z test_noncontiguous_transposed_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7689972Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7693957Z test_noncontiguous_transposed_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7701525Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7705448Z test_noncontiguous_transposed_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7712168Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7716083Z test_noncontiguous_transposed_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7722876Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7726907Z test_noncontiguous_transposed_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7733719Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7737697Z test_noncontiguous_transposed_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7744110Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7748020Z test_noncontiguous_transposed_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7754391Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7758271Z test_noncontiguous_transposed_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7764618Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7768689Z test_noncontiguous_transposed_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7775134Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7779064Z test_noncontiguous_transposed_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7785575Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7789350Z test_noncontiguous_transposed_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7795986Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7799850Z test_noncontiguous_transposed_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7806606Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7810695Z test_noncontiguous_transposed_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7817479Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7821326Z test_noncontiguous_transposed_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7828069Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7831955Z test_noncontiguous_transposed_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7838127Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7842068Z test_noncontiguous_transposed_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7848380Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7852261Z test_noncontiguous_transposed_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7858652Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7862595Z test_noncontiguous_transposed_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7868854Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7872795Z test_noncontiguous_transposed_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7879000Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7882886Z test_noncontiguous_transposed_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7889874Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7893762Z test_noncontiguous_transposed_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7900570Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7904435Z test_noncontiguous_transposed_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7911108Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7915044Z test_noncontiguous_transposed_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7921661Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7925595Z test_noncontiguous_transposed_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7931981Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7936023Z test_noncontiguous_transposed_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7942199Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7946068Z test_noncontiguous_transposed_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7952294Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7956219Z test_noncontiguous_transposed_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7962373Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7966219Z test_noncontiguous_transposed_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7972621Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7976698Z test_noncontiguous_transposed_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7983230Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7987134Z test_noncontiguous_transposed_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:10.7993199Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.7997130Z test_noncontiguous_transposed_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8004185Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8008346Z test_noncontiguous_transposed_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8015406Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8019416Z test_noncontiguous_transposed_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8026081Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8030108Z test_noncontiguous_transposed_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8036712Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8040614Z test_noncontiguous_transposed_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8047254Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8051276Z test_noncontiguous_transposed_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8057488Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8061361Z test_noncontiguous_transposed_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8067485Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8071383Z test_noncontiguous_transposed_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8077432Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8081343Z test_noncontiguous_transposed_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8087591Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8091557Z test_noncontiguous_transposed_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8097762Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8101625Z test_noncontiguous_transposed_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8119546Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:51:10.8123708Z test_noncontiguous_transposed_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8142318Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:51:10.8146753Z test_noncontiguous_transposed_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8165126Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:51:10.8169463Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8187613Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:51:10.8191719Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8209562Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:51:10.8213652Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8230722Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:51:10.8235014Z test_noncontiguous_transposed_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8242210Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8246177Z test_noncontiguous_transposed_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8254122Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8258100Z test_noncontiguous_transposed_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8265809Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8269709Z test_noncontiguous_transposed_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8276775Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8280653Z test_noncontiguous_transposed_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8287847Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8291740Z test_noncontiguous_transposed_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8299071Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8302993Z test_noncontiguous_transposed_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8310396Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8314295Z test_noncontiguous_transposed_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8321761Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8325640Z test_noncontiguous_transposed_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8333151Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8337571Z test_noncontiguous_transposed_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8345070Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8349629Z test_noncontiguous_transposed_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8356995Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8360991Z test_noncontiguous_transposed_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8367195Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8371273Z test_noncontiguous_transposed_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8379001Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8382773Z test_noncontiguous_transposed_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8390366Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8394140Z test_noncontiguous_transposed_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8401762Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8405955Z test_noncontiguous_transposed_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8412964Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8417658Z test_noncontiguous_transposed_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8424565Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8428371Z test_noncontiguous_transposed_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8434539Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8438610Z test_noncontiguous_transposed_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8445764Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8450454Z test_noncontiguous_transposed_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8457725Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8462316Z test_noncontiguous_transposed_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8469203Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8473846Z test_noncontiguous_transposed_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8482367Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8487208Z test_noncontiguous_transposed_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8495856Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8500417Z test_noncontiguous_transposed_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8508311Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8512846Z test_noncontiguous_transposed_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8520678Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8525157Z test_noncontiguous_transposed_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8531910Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8536012Z test_noncontiguous_transposed_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8542285Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8546434Z test_noncontiguous_transposed_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8552780Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8556658Z test_noncontiguous_transposed_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8563166Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8567214Z test_noncontiguous_transposed_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8573662Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8577996Z test_noncontiguous_transposed_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8586806Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8590878Z test_noncontiguous_transposed_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8602199Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8607009Z test_noncontiguous_transposed_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8618540Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:51:10.8623366Z test_noncontiguous_transposed_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8632132Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8636246Z test_noncontiguous_transposed_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8645721Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8649904Z test_noncontiguous_transposed_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8659191Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8663274Z test_noncontiguous_transposed_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8670578Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8674644Z test_noncontiguous_transposed_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8680929Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8685144Z test_noncontiguous_transposed_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8692965Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8697258Z test_noncontiguous_transposed_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8705311Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8709535Z test_noncontiguous_transposed_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8717000Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8721028Z test_noncontiguous_transposed_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8728540Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8732611Z test_noncontiguous_transposed_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8740074Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8744142Z test_noncontiguous_transposed_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8750588Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8754807Z test_noncontiguous_transposed_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8761238Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8765217Z test_noncontiguous_transposed_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8771562Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8775767Z test_noncontiguous_transposed_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8782010Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8785955Z test_noncontiguous_transposed_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8792454Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8796435Z test_noncontiguous_transposed_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8805215Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8809411Z test_noncontiguous_transposed_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8820194Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8824090Z test_noncontiguous_transposed_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8834471Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8838538Z test_noncontiguous_transposed_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8847450Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8851552Z test_noncontiguous_transposed_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8860817Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8864823Z test_noncontiguous_transposed_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:10.8873911Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:51:10.8889796Z test_numpy_named_args_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:51:10.8907694Z test_prod_bool_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:51:10.8919928Z test_prod_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:51:10.8930438Z test_prod_gpu_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:51:10.8940817Z test_prod_gpu_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:51:11.1088823Z test_prod_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.215s) 2022-09-27T15:51:11.1175042Z test_quantile_backward_cpu (__main__.TestReductionsCPU) ... ok (0.009s) 2022-09-27T15:51:14.0180596Z 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:14.0181048Z overwrite_input=overwrite_input, interpolation=interpolation 2022-09-27T15:51:14.3222262Z /opt/conda/lib/python3.7/site-packages/numpy/lib/nanfunctions.py:1392: RuntimeWarning: All-NaN slice encountered 2022-09-27T15:51:14.3222626Z overwrite_input, interpolation) 2022-09-27T15:51:15.0718335Z ok (3.954s) 2022-09-27T15:51:18.8753464Z test_quantile_cpu_float64 (__main__.TestReductionsCPU) ... ok (3.803s) 2022-09-27T15:51:18.9036938Z test_quantile_error_cpu (__main__.TestReductionsCPU) ... ok (0.028s) 2022-09-27T15:51:18.9093431Z test_reduce_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.006s) 2022-09-27T15:51:18.9205990Z test_reduction_empty_any_all_cpu (__main__.TestReductionsCPU) ... ok (0.011s) 2022-09-27T15:51:18.9215615Z test_reduction_split_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:51:18.9260175Z test_reduction_vectorize_along_input_corner_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:51:18.9305219Z test_reduction_vectorize_along_input_corner_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:51:18.9353501Z test_reduction_vectorize_along_input_corner_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T15:51:18.9397519Z test_reduction_vectorize_along_input_corner_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:51:18.9414280Z test_reduction_vectorize_along_output_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:51:18.9430883Z test_reduction_vectorize_along_output_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:51:18.9447299Z test_reduction_vectorize_along_output_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:51:18.9463862Z test_reduction_vectorize_along_output_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:51:18.9470348Z test_ref_duplicate_values__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:18.9483739Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:18.9490764Z test_ref_duplicate_values__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:18.9503344Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:18.9509908Z test_ref_duplicate_values__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:18.9522217Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:18.9528904Z test_ref_duplicate_values__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:18.9540292Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:18.9546782Z test_ref_duplicate_values__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:18.9557836Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:18.9564555Z test_ref_duplicate_values__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:18.9575732Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:18.9582346Z test_ref_duplicate_values__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:18.9593696Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:18.9600522Z test_ref_duplicate_values__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:18.9611783Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:18.9618626Z test_ref_duplicate_values__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:18.9631302Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:18.9638106Z test_ref_duplicate_values__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:18.9650990Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:18.9657936Z test_ref_duplicate_values__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:18.9670423Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:18.9677159Z test_ref_duplicate_values__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:18.9688501Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:18.9695385Z test_ref_duplicate_values__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:18.9706546Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:18.9713082Z test_ref_duplicate_values__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:18.9723563Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:18.9730298Z test_ref_duplicate_values__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:18.9741378Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:18.9747915Z test_ref_duplicate_values__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:18.9758837Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:18.9765317Z test_ref_duplicate_values__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:18.9778263Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:18.9784823Z test_ref_duplicate_values__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:18.9799653Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:18.9806219Z test_ref_duplicate_values__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:18.9818594Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:18.9825294Z test_ref_duplicate_values__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:18.9835801Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:18.9842699Z test_ref_duplicate_values__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:18.9853623Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:18.9860283Z test_ref_duplicate_values__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:18.9870620Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:18.9877640Z test_ref_duplicate_values__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:18.9888201Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:18.9894980Z test_ref_duplicate_values__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:18.9905945Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:18.9912445Z test_ref_duplicate_values__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:18.9925067Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:18.9931948Z test_ref_duplicate_values__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:18.9944590Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:18.9951320Z test_ref_duplicate_values__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:18.9963606Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:18.9970496Z test_ref_duplicate_values__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:18.9981473Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:18.9988095Z test_ref_duplicate_values__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:18.9998781Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0005440Z test_ref_duplicate_values__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0016413Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0022624Z test_ref_duplicate_values__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0033352Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0040038Z test_ref_duplicate_values__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0050922Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0057775Z test_ref_duplicate_values__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0068993Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0075611Z test_ref_duplicate_values__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0089472Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0096392Z test_ref_duplicate_values__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0110139Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0116836Z test_ref_duplicate_values__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0129758Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0136545Z test_ref_duplicate_values__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0150870Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0157600Z test_ref_duplicate_values__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0169001Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0175578Z test_ref_duplicate_values__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0186738Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0193418Z test_ref_duplicate_values__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0204251Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0211046Z test_ref_duplicate_values__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0222337Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0229004Z test_ref_duplicate_values__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0240569Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0247300Z test_ref_duplicate_values__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0258542Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0265181Z test_ref_duplicate_values__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0279159Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0285602Z test_ref_duplicate_values__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0299567Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0306756Z test_ref_duplicate_values__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0320700Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0328188Z test_ref_duplicate_values__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0342264Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0349801Z test_ref_duplicate_values__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0363392Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0370918Z test_ref_duplicate_values__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0383328Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0390730Z test_ref_duplicate_values__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0402720Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0410374Z test_ref_duplicate_values__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0422318Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0429810Z test_ref_duplicate_values__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0441958Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0449413Z test_ref_duplicate_values__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0462310Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0469746Z test_ref_duplicate_values_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0480176Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0487791Z test_ref_duplicate_values_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0499781Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0507159Z test_ref_duplicate_values_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0518972Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0526419Z test_ref_duplicate_values_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0537586Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0544940Z test_ref_duplicate_values_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0555839Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0563324Z test_ref_duplicate_values_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0574468Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0581963Z test_ref_duplicate_values_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0592506Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0599981Z test_ref_duplicate_values_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0610675Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0618317Z test_ref_duplicate_values_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0628729Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0636124Z test_ref_duplicate_values_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0646589Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0654048Z test_ref_duplicate_values_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0664779Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0672251Z test_ref_duplicate_values_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0682647Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0690210Z test_ref_duplicate_values_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0702818Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0710339Z test_ref_duplicate_values_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0722520Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0730043Z test_ref_duplicate_values_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0742260Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0749789Z test_ref_duplicate_values_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0760343Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0767800Z test_ref_duplicate_values_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0778721Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0786209Z test_ref_duplicate_values_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0796684Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0804043Z test_ref_duplicate_values_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0814667Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0822353Z test_ref_duplicate_values_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0832910Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0840293Z test_ref_duplicate_values_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0850924Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0858578Z test_ref_duplicate_values_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0870833Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0878205Z test_ref_duplicate_values_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0890424Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0898182Z test_ref_duplicate_values_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0909936Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0917369Z test_ref_duplicate_values_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0928052Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0935753Z test_ref_duplicate_values_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0946312Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0953712Z test_ref_duplicate_values_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0964024Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0971662Z test_ref_duplicate_values_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.0982421Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.0989790Z test_ref_duplicate_values_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1000386Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1007916Z test_ref_duplicate_values_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1018424Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1025765Z test_ref_duplicate_values_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1037516Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1045025Z test_ref_duplicate_values_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1056915Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1064283Z test_ref_duplicate_values_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1075253Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1082761Z test_ref_duplicate_values_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1093961Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1101648Z test_ref_duplicate_values_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1112327Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1119846Z test_ref_duplicate_values_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1130563Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1138150Z test_ref_duplicate_values_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1148539Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1156133Z test_ref_duplicate_values_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1166488Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1173948Z test_ref_duplicate_values_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1184505Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1191978Z test_ref_duplicate_values_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1202492Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1210042Z test_ref_duplicate_values_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1221086Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1228557Z test_ref_duplicate_values_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1238896Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1246262Z test_ref_duplicate_values_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1256901Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1264508Z test_ref_duplicate_values_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1274476Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1281881Z test_ref_duplicate_values_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1291984Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1299620Z test_ref_duplicate_values_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1309552Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1316922Z test_ref_duplicate_values_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1326921Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1334590Z test_ref_duplicate_values_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1344313Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1351392Z test_ref_duplicate_values_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1360895Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1367635Z test_ref_duplicate_values_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1377312Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1383936Z test_ref_duplicate_values_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1393398Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1400051Z test_ref_duplicate_values_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1409234Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1416023Z test_ref_duplicate_values_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1425147Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1431768Z test_ref_duplicate_values_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1440699Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1447432Z test_ref_duplicate_values_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1456598Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1463170Z test_ref_duplicate_values_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1472178Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1478779Z test_ref_duplicate_values_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1488725Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1495508Z test_ref_duplicate_values_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1506289Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1513006Z test_ref_duplicate_values_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1523637Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1530606Z test_ref_duplicate_values_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1540792Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1547406Z test_ref_duplicate_values_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1557563Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1564185Z test_ref_duplicate_values_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1574342Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1581277Z test_ref_duplicate_values_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1590892Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1597581Z test_ref_duplicate_values_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1607176Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1613869Z test_ref_duplicate_values_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1623454Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1630080Z test_ref_duplicate_values_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1639687Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1646327Z test_ref_duplicate_values_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1656175Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1662775Z test_ref_duplicate_values_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1675509Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1682222Z test_ref_duplicate_values_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1695192Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1701956Z test_ref_duplicate_values_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1714050Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1720737Z test_ref_duplicate_values_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1732737Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1739621Z test_ref_duplicate_values_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1751092Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1757749Z test_ref_duplicate_values_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1772319Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1779177Z test_ref_duplicate_values_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1793020Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1799790Z test_ref_duplicate_values_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1813732Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1820644Z test_ref_duplicate_values_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1830406Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1837119Z test_ref_duplicate_values_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1849030Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1855920Z test_ref_duplicate_values_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1867649Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1874259Z test_ref_duplicate_values_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1885676Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1892558Z test_ref_duplicate_values_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1902381Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1909014Z test_ref_duplicate_values_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1918670Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1925473Z test_ref_duplicate_values_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1935229Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1941921Z test_ref_duplicate_values_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1951696Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1958460Z test_ref_duplicate_values_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1968735Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1975484Z test_ref_duplicate_values_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:19.1985201Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.1991989Z test_ref_duplicate_values_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2003983Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.2010894Z test_ref_duplicate_values_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2011689Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:51:19.2018588Z test_ref_duplicate_values_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2029898Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.2036659Z test_ref_duplicate_values_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2047731Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.2054633Z test_ref_duplicate_values_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2064543Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.2071343Z test_ref_duplicate_values_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2081023Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.2087727Z test_ref_duplicate_values_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2097276Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.2104076Z test_ref_duplicate_values_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2113704Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.2120484Z test_ref_duplicate_values_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2121135Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:51:19.2128437Z test_ref_duplicate_values_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2129064Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:51:19.2135715Z test_ref_duplicate_values_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2136333Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:51:19.2143457Z test_ref_duplicate_values_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2143832Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:51:19.2150788Z test_ref_duplicate_values_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2151353Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:51:19.2158172Z test_ref_duplicate_values_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2158518Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:51:19.2164954Z test_ref_duplicate_values_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2174571Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.2181539Z test_ref_duplicate_values_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2193502Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.2200126Z test_ref_duplicate_values_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2212178Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.2219397Z test_ref_duplicate_values_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2220134Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:51:19.2227758Z test_ref_duplicate_values_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2239607Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.2247111Z test_ref_duplicate_values_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2259199Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.2266496Z test_ref_duplicate_values_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2276676Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.2284202Z test_ref_duplicate_values_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2294643Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.2302174Z test_ref_duplicate_values_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2312210Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.2319684Z test_ref_duplicate_values_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2330205Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.2338981Z test_ref_duplicate_values_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2349421Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:51:19.2356993Z test_ref_duplicate_values_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2357517Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:51:19.2364064Z test_ref_duplicate_values_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2364872Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:51:19.2371703Z test_ref_duplicate_values_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2372271Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:51:19.2378983Z test_ref_duplicate_values_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2379643Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:51:19.2386496Z test_ref_duplicate_values_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2387089Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:51:19.2392880Z test_ref_extremal_values__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2405648Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:19.2411732Z test_ref_extremal_values__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2424351Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:19.2430221Z test_ref_extremal_values__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2442488Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:19.2448507Z test_ref_extremal_values__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2461036Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:19.2466868Z test_ref_extremal_values__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2483977Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:19.2489979Z test_ref_extremal_values__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2503013Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:19.2508731Z test_ref_extremal_values__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2521912Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:19.2527861Z test_ref_extremal_values__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2540730Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:19.2546521Z test_ref_extremal_values_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2556586Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:19.2562512Z test_ref_extremal_values_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2572481Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:19.2578231Z test_ref_extremal_values_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2588490Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:19.2594317Z test_ref_extremal_values_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2604484Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:19.2610460Z test_ref_extremal_values_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2620545Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:19.2626449Z test_ref_extremal_values_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2635914Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-09-27T15:51:19.2641695Z test_ref_extremal_values_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2651588Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:19.2657447Z test_ref_extremal_values_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2667298Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:19.2673108Z test_ref_extremal_values_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2682928Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:19.2688809Z test_ref_extremal_values_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2698320Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-09-27T15:51:19.2704160Z test_ref_extremal_values_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2716201Z 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:19.2716597Z ret = ret.dtype.type(ret / rcount) 2022-09-27T15:51:19.2719294Z ok (0.002s) 2022-09-27T15:51:19.2725843Z test_ref_extremal_values_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2738514Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:19.2744918Z test_ref_extremal_values_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2760292Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:19.2766627Z test_ref_extremal_values_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2778760Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:19.2785135Z test_ref_extremal_values_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2796821Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:19.2803266Z test_ref_extremal_values_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2814337Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:19.2820982Z test_ref_extremal_values_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2841188Z 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:19.2842074Z arrmean, rcount, out=arrmean, casting='unsafe', subok=False) 2022-09-27T15:51:19.2842928Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:193: RuntimeWarning: invalid value encountered in subtract 2022-09-27T15:51:19.2843609Z x = asanyarray(arr - arrmean) 2022-09-27T15:51:19.2851092Z ok (0.004s) 2022-09-27T15:51:19.2858374Z test_ref_extremal_values_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2878436Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-09-27T15:51:19.2884721Z test_ref_extremal_values_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2896465Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:19.2902927Z test_ref_extremal_values_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2914013Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:51:19.2920381Z test_ref_extremal_values_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2943978Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-09-27T15:51:19.2950399Z test_ref_extremal_values_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.2970311Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-09-27T15:51:19.2975890Z test_ref_large_input_1D__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.3108044Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.014s) 2022-09-27T15:51:19.3114393Z test_ref_large_input_1D__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.3237050Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.013s) 2022-09-27T15:51:19.3243006Z test_ref_large_input_1D__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.3381884Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.014s) 2022-09-27T15:51:19.3387560Z test_ref_large_input_1D__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.3527151Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.014s) 2022-09-27T15:51:19.3532424Z test_ref_large_input_1D__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.3662358Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.013s) 2022-09-27T15:51:19.3667341Z test_ref_large_input_1D__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.3790597Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.013s) 2022-09-27T15:51:19.3794973Z test_ref_large_input_1D_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.3921274Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.013s) 2022-09-27T15:51:19.3926297Z test_ref_large_input_1D_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.4047757Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.013s) 2022-09-27T15:51:19.4052405Z test_ref_large_input_1D_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.4172212Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.012s) 2022-09-27T15:51:19.4177270Z test_ref_large_input_1D_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.4303330Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.013s) 2022-09-27T15:51:19.4308477Z test_ref_large_input_1D_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.4445175Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.014s) 2022-09-27T15:51:19.4450831Z test_ref_large_input_1D_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.4588256Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.014s) 2022-09-27T15:51:19.4594874Z test_ref_large_input_1D_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.4742558Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.015s) 2022-09-27T15:51:19.4748508Z test_ref_large_input_1D_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.4870500Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.013s) 2022-09-27T15:51:19.4876023Z test_ref_large_input_1D_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.5036105Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.017s) 2022-09-27T15:51:19.5040841Z test_ref_large_input_1D_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.5184248Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.015s) 2022-09-27T15:51:19.5189363Z test_ref_large_input_1D_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.5318039Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.013s) 2022-09-27T15:51:19.5323343Z test_ref_large_input_1D_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.5493694Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.017s) 2022-09-27T15:51:19.5498478Z test_ref_large_input_1D_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.5616208Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.012s) 2022-09-27T15:51:19.5621624Z test_ref_large_input_1D_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.5788403Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.017s) 2022-09-27T15:51:19.5793570Z test_ref_large_input_2D__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.6117230Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.033s) 2022-09-27T15:51:19.6121948Z test_ref_large_input_2D__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.6521848Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.040s) 2022-09-27T15:51:19.6528083Z test_ref_large_input_2D__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.6937439Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.041s) 2022-09-27T15:51:19.6943722Z test_ref_large_input_2D__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.7352624Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.041s) 2022-09-27T15:51:19.7358642Z test_ref_large_input_2D__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.7780358Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.043s) 2022-09-27T15:51:19.7785436Z test_ref_large_input_2D__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.8184248Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.040s) 2022-09-27T15:51:19.8188955Z test_ref_large_input_2D_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.8597912Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.041s) 2022-09-27T15:51:19.8602666Z test_ref_large_input_2D_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.8997099Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.040s) 2022-09-27T15:51:19.9001987Z test_ref_large_input_2D_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.9398215Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.040s) 2022-09-27T15:51:19.9402885Z test_ref_large_input_2D_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:19.9809991Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.041s) 2022-09-27T15:51:19.9814352Z test_ref_large_input_2D_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:20.0215486Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.040s) 2022-09-27T15:51:20.0220369Z test_ref_large_input_2D_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:20.0636969Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.042s) 2022-09-27T15:51:20.0641833Z test_ref_large_input_2D_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:20.1082753Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.045s) 2022-09-27T15:51:20.1087819Z test_ref_large_input_2D_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:20.1485494Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.040s) 2022-09-27T15:51:20.1490225Z test_ref_large_input_2D_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:20.1973656Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.049s) 2022-09-27T15:51:20.1979165Z test_ref_large_input_2D_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:20.2424263Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.045s) 2022-09-27T15:51:20.2428771Z test_ref_large_input_2D_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:20.2845118Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.042s) 2022-09-27T15:51:20.2850030Z test_ref_large_input_2D_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:20.3417462Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.057s) 2022-09-27T15:51:20.3422263Z test_ref_large_input_2D_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:20.3830102Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.041s) 2022-09-27T15:51:20.3835062Z test_ref_large_input_2D_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:20.4403667Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.057s) 2022-09-27T15:51:20.4409108Z test_ref_large_input_64bit_indexing__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:25.9173218Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.477s) 2022-09-27T15:51:25.9178079Z test_ref_large_input_64bit_indexing__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:31.0824253Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.165s) 2022-09-27T15:51:31.0829233Z test_ref_large_input_64bit_indexing__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:36.6881828Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.606s) 2022-09-27T15:51:36.6886337Z test_ref_large_input_64bit_indexing__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:42.3655385Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.677s) 2022-09-27T15:51:42.3660065Z test_ref_large_input_64bit_indexing__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:47.6688846Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.303s) 2022-09-27T15:51:47.6693569Z test_ref_large_input_64bit_indexing__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:52.8797243Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.211s) 2022-09-27T15:51:52.8801946Z test_ref_large_input_64bit_indexing_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:51:58.2510752Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.371s) 2022-09-27T15:51:58.2515680Z test_ref_large_input_64bit_indexing_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:52:03.4789871Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.228s) 2022-09-27T15:52:03.4796038Z test_ref_large_input_64bit_indexing_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:52:08.7094711Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.230s) 2022-09-27T15:52:08.7100638Z test_ref_large_input_64bit_indexing_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:52:14.0820864Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.373s) 2022-09-27T15:52:14.0827439Z test_ref_large_input_64bit_indexing_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:52:19.7179387Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.636s) 2022-09-27T15:52:19.7203460Z test_ref_large_input_64bit_indexing_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:52:25.3444577Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.626s) 2022-09-27T15:52:25.3449903Z test_ref_large_input_64bit_indexing_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:52:31.0766312Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.732s) 2022-09-27T15:52:31.0772041Z test_ref_large_input_64bit_indexing_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:52:36.3022614Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.226s) 2022-09-27T15:52:36.3027735Z test_ref_large_input_64bit_indexing_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:52:43.6212482Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.319s) 2022-09-27T15:52:43.6218690Z test_ref_large_input_64bit_indexing_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:52:49.8498695Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (6.229s) 2022-09-27T15:52:49.8503261Z test_ref_large_input_64bit_indexing_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:52:55.1888769Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.339s) 2022-09-27T15:52:55.1894470Z test_ref_large_input_64bit_indexing_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:02.7731886Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.584s) 2022-09-27T15:53:02.7737985Z test_ref_large_input_64bit_indexing_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:08.0398385Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.267s) 2022-09-27T15:53:08.0404079Z test_ref_large_input_64bit_indexing_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7012302Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.661s) 2022-09-27T15:53:15.7016783Z test_ref_scalar_input__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7028264Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-09-27T15:53:15.7033260Z test_ref_scalar_input__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7041646Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7046549Z test_ref_scalar_input__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7053995Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7059006Z test_ref_scalar_input__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7065940Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7070526Z test_ref_scalar_input__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7077613Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7082204Z test_ref_scalar_input__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7089330Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7093986Z test_ref_scalar_input__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7101154Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7105821Z test_ref_scalar_input__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7113013Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7117750Z test_ref_scalar_input__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7125309Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7130018Z test_ref_scalar_input__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7137627Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7142222Z test_ref_scalar_input__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7149612Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7154387Z test_ref_scalar_input__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7161360Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7165985Z test_ref_scalar_input__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7173184Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7178096Z test_ref_scalar_input__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7185100Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7189779Z test_ref_scalar_input__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7196892Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7201862Z test_ref_scalar_input__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7208873Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7213561Z test_ref_scalar_input__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7224445Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-09-27T15:53:15.7229242Z test_ref_scalar_input__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7236725Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7241426Z test_ref_scalar_input__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7249009Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7253795Z test_ref_scalar_input__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7261048Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7265724Z test_ref_scalar_input__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7272841Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7277650Z test_ref_scalar_input__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7284596Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7289424Z test_ref_scalar_input__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7296618Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7301345Z test_ref_scalar_input__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7308420Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7313121Z test_ref_scalar_input__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7320508Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7325227Z test_ref_scalar_input__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7332722Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7337541Z test_ref_scalar_input__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7345000Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7349755Z test_ref_scalar_input__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7356758Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7361480Z test_ref_scalar_input__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7368650Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7373316Z test_ref_scalar_input__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7380456Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7385116Z test_ref_scalar_input__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7395049Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7399784Z test_ref_scalar_input__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7406931Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7411702Z test_ref_scalar_input__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7418850Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7423552Z test_ref_scalar_input__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7431241Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7436034Z test_ref_scalar_input__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7443748Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7448707Z test_ref_scalar_input__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7456007Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7460793Z test_ref_scalar_input__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7468068Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7472790Z test_ref_scalar_input__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7479919Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7484670Z test_ref_scalar_input__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7491809Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7496615Z test_ref_scalar_input__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7503563Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7508387Z test_ref_scalar_input__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7515501Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7520199Z test_ref_scalar_input__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7527450Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7532226Z test_ref_scalar_input__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7539475Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7544177Z test_ref_scalar_input__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7551956Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7556716Z test_ref_scalar_input__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7564454Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7569335Z test_ref_scalar_input__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7576873Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7581656Z test_ref_scalar_input__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7589111Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7593798Z test_ref_scalar_input__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7601127Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7605905Z test_ref_scalar_input__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7613180Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7618075Z test_ref_scalar_input__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7625079Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7629842Z test_ref_scalar_input__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7636844Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7641593Z test_ref_scalar_input__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7648758Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7653493Z test_ref_scalar_input__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7660887Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7665577Z test_ref_scalar_input_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7671910Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7676602Z test_ref_scalar_input_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7683791Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7688808Z test_ref_scalar_input_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7695920Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7700689Z test_ref_scalar_input_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7707508Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7712228Z test_ref_scalar_input_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7718943Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7723781Z test_ref_scalar_input_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7730544Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7735415Z test_ref_scalar_input_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7741825Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7746546Z test_ref_scalar_input_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7752897Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7757574Z test_ref_scalar_input_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7764066Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7768894Z test_ref_scalar_input_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7775381Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7780306Z test_ref_scalar_input_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7786579Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7791468Z test_ref_scalar_input_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7797572Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7802292Z test_ref_scalar_input_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7809290Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7814054Z test_ref_scalar_input_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7821112Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7825796Z test_ref_scalar_input_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7832668Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7837507Z test_ref_scalar_input_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7844021Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7848859Z test_ref_scalar_input_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7855562Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7860200Z test_ref_scalar_input_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7866719Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7871412Z test_ref_scalar_input_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7877975Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7882853Z test_ref_scalar_input_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7889330Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7894059Z test_ref_scalar_input_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7900543Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7905227Z test_ref_scalar_input_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7912011Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7916742Z test_ref_scalar_input_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7923795Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7928555Z test_ref_scalar_input_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7935519Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7940237Z test_ref_scalar_input_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7946810Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7951438Z test_ref_scalar_input_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7958015Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7962666Z test_ref_scalar_input_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7969265Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7973902Z test_ref_scalar_input_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7980477Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7985263Z test_ref_scalar_input_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.7991595Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.7996248Z test_ref_scalar_input_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8002510Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8007227Z test_ref_scalar_input_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8014391Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8018565Z test_ref_scalar_input_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8024780Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8029028Z test_ref_scalar_input_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8034932Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8039249Z test_ref_scalar_input_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8045066Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8049327Z test_ref_scalar_input_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8055575Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8059713Z test_ref_scalar_input_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8065276Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8069489Z test_ref_scalar_input_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8075222Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8079374Z test_ref_scalar_input_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8085040Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8089280Z test_ref_scalar_input_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8095147Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8099308Z test_ref_scalar_input_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8104880Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8109066Z test_ref_scalar_input_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8115180Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8119337Z test_ref_scalar_input_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8125625Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8129758Z test_ref_scalar_input_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8135937Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8140118Z test_ref_scalar_input_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8146040Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8150032Z test_ref_scalar_input_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8155687Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8159835Z test_ref_scalar_input_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8165507Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8169783Z test_ref_scalar_input_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8175632Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8179839Z test_ref_scalar_input_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8185507Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8189617Z test_ref_scalar_input_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8195764Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8199915Z test_ref_scalar_input_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8206025Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8210324Z test_ref_scalar_input_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8216641Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8220774Z test_ref_scalar_input_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8226484Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8230662Z test_ref_scalar_input_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8236320Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8240467Z test_ref_scalar_input_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8246352Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8250552Z test_ref_scalar_input_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8256306Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8260434Z test_ref_scalar_input_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8266285Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8270423Z test_ref_scalar_input_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8275912Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8280148Z test_ref_scalar_input_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8286480Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8290592Z test_ref_scalar_input_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8296746Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8300848Z test_ref_scalar_input_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8306422Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8310618Z test_ref_scalar_input_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8316440Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8320656Z test_ref_scalar_input_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8326541Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8330868Z test_ref_scalar_input_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8336985Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8340996Z test_ref_scalar_input_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8346483Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8350400Z test_ref_scalar_input_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8355928Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8360073Z test_ref_scalar_input_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8365502Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8369754Z test_ref_scalar_input_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8375489Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8379547Z test_ref_scalar_input_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8386193Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8390518Z test_ref_scalar_input_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8397321Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8401390Z test_ref_scalar_input_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8407846Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8412075Z test_ref_scalar_input_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8418560Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8422719Z test_ref_scalar_input_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8428872Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8433126Z test_ref_scalar_input_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8440365Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8444531Z test_ref_scalar_input_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8451655Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8456019Z test_ref_scalar_input_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8462829Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8467063Z test_ref_scalar_input_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8472832Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8477063Z test_ref_scalar_input_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8483552Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8487707Z test_ref_scalar_input_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8493961Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8498320Z test_ref_scalar_input_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8504539Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8508813Z test_ref_scalar_input_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8514644Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8518918Z test_ref_scalar_input_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8524709Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8528984Z test_ref_scalar_input_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8534675Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8538976Z test_ref_scalar_input_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8544899Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8548854Z test_ref_scalar_input_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8554934Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8558985Z test_ref_scalar_input_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8564619Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8568908Z test_ref_scalar_input_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8575479Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8579581Z test_ref_scalar_input_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8585922Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8590182Z test_ref_scalar_input_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8596280Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8600536Z test_ref_scalar_input_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8606699Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8611043Z test_ref_scalar_input_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8616899Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8621250Z test_ref_scalar_input_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8626798Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8630998Z test_ref_scalar_input_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8636691Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8640857Z test_ref_scalar_input_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8646617Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8650892Z test_ref_scalar_input_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8656776Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8660970Z test_ref_scalar_input_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8667470Z 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:15.8667932Z keepdims=keepdims) 2022-09-27T15:53:15.8668736Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:209: RuntimeWarning: invalid value encountered in double_scalars 2022-09-27T15:53:15.8669097Z ret = ret.dtype.type(ret / rcount) 2022-09-27T15:53:15.8672236Z ok (0.001s) 2022-09-27T15:53:15.8677086Z test_ref_scalar_input_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8683962Z 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:15.8684420Z ret = ret.dtype.type(ret / rcount) 2022-09-27T15:53:15.8687402Z ok (0.001s) 2022-09-27T15:53:15.8692379Z test_ref_scalar_input_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8700145Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8704268Z test_ref_scalar_input_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8712275Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8716572Z test_ref_scalar_input_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8724130Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8728387Z test_ref_scalar_input_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8734236Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8738551Z test_ref_scalar_input_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8744940Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8749209Z test_ref_scalar_input_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8755674Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8759716Z test_ref_scalar_input_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8766541Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8770154Z test_ref_scalar_input_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8776396Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8780461Z test_ref_scalar_input_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8786467Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8790618Z test_ref_scalar_input_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8796365Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8800802Z test_ref_scalar_input_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8806558Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8810697Z test_ref_scalar_input_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8816577Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8820610Z test_ref_scalar_input_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8826440Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8830567Z test_ref_scalar_input_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8836319Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8840462Z test_ref_scalar_input_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8846607Z 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:15.8846954Z **kwargs) 2022-09-27T15:53:15.8849841Z ok (0.001s) 2022-09-27T15:53:15.8854180Z test_ref_scalar_input_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8862930Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8867160Z test_ref_scalar_input_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8874780Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8879051Z test_ref_scalar_input_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8886957Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8891164Z test_ref_scalar_input_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8899030Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:53:15.8905794Z test_ref_small_input__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8926228Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:15.8933166Z test_ref_small_input__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8952479Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:15.8959405Z test_ref_small_input__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.8979402Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:15.8986277Z test_ref_small_input__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9002197Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:15.9009077Z test_ref_small_input__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9025203Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:15.9031884Z test_ref_small_input__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9047146Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:15.9054108Z test_ref_small_input__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9070089Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:15.9076976Z test_ref_small_input__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9093090Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:15.9100229Z test_ref_small_input__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9126349Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:15.9133223Z test_ref_small_input__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9152256Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:15.9159152Z test_ref_small_input__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9180081Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:15.9186960Z test_ref_small_input__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9202759Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:15.9209749Z test_ref_small_input__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9225866Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:15.9232603Z test_ref_small_input__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9248284Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:15.9255353Z test_ref_small_input__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9271742Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:15.9278141Z test_ref_small_input__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9294121Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:15.9301036Z test_ref_small_input__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9315353Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:15.9322194Z test_ref_small_input__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9336371Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:15.9343199Z test_ref_small_input__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9359716Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:15.9366583Z test_ref_small_input__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9378706Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:15.9385405Z test_ref_small_input__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9397196Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:15.9404039Z test_ref_small_input__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9415623Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:15.9422458Z test_ref_small_input__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9434286Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:15.9441025Z test_ref_small_input__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9453151Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:15.9460035Z test_ref_small_input__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9474166Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:15.9480947Z test_ref_small_input__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9495153Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:15.9502202Z test_ref_small_input__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9516834Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:15.9523541Z test_ref_small_input__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9535797Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:15.9542606Z test_ref_small_input__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9554419Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:15.9561089Z test_ref_small_input__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9572496Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:15.9579345Z test_ref_small_input__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9591319Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:15.9598355Z test_ref_small_input__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9610348Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:15.9617281Z test_ref_small_input__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9635407Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:15.9642151Z test_ref_small_input__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9665469Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:15.9672231Z test_ref_small_input__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9695703Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:15.9702846Z test_ref_small_input__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9722126Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:15.9729049Z test_ref_small_input__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9748993Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:15.9755752Z test_ref_small_input__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9772149Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:15.9779074Z test_ref_small_input__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9796174Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:15.9802360Z test_ref_small_input__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9818307Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:15.9825115Z test_ref_small_input__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9841414Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:15.9848356Z test_ref_small_input__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9898643Z Compares op against reference for small input tensors ... ok (0.006s) 2022-09-27T15:53:15.9905299Z test_ref_small_input__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9921255Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:15.9928191Z test_ref_small_input__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9951027Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:15.9958415Z test_ref_small_input__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:15.9980858Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:15.9987534Z test_ref_small_input__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0006772Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:16.0013844Z test_ref_small_input__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0033039Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:16.0039809Z test_ref_small_input__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0059934Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:16.0067062Z test_ref_small_input__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0082971Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0090144Z test_ref_small_input__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0106046Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0112291Z test_ref_small_input__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0129482Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0136388Z test_ref_small_input__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0151895Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0158504Z test_ref_small_input__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0204872Z Compares op against reference for small input tensors ... ok (0.005s) 2022-09-27T15:53:16.0211496Z test_ref_small_input_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0221813Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0228487Z test_ref_small_input_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0240128Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0246856Z test_ref_small_input_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0257873Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0264440Z test_ref_small_input_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0274889Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0281558Z test_ref_small_input_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0292098Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0299007Z test_ref_small_input_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0310441Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0316948Z test_ref_small_input_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0326986Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0333678Z test_ref_small_input_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0345088Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0351735Z test_ref_small_input_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0361977Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0368617Z test_ref_small_input_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0379033Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0385738Z test_ref_small_input_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0395744Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0402406Z test_ref_small_input_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0415314Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0421962Z test_ref_small_input_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0437732Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0444367Z test_ref_small_input_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0460173Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0466961Z test_ref_small_input_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0482911Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0489629Z test_ref_small_input_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0502443Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0509063Z test_ref_small_input_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0521546Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0528306Z test_ref_small_input_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0540558Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0547178Z test_ref_small_input_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0559758Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0566387Z test_ref_small_input_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0579291Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0585848Z test_ref_small_input_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0598141Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0604724Z test_ref_small_input_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0620812Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0627532Z test_ref_small_input_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0642918Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0649754Z test_ref_small_input_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0665823Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0672496Z test_ref_small_input_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0684953Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0691715Z test_ref_small_input_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0704435Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0710998Z test_ref_small_input_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0723133Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0729841Z test_ref_small_input_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0742590Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0749208Z test_ref_small_input_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0761596Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0768375Z test_ref_small_input_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0778505Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0785061Z test_ref_small_input_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0796932Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0803564Z test_ref_small_input_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0814546Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0821387Z test_ref_small_input_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0831815Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0838552Z test_ref_small_input_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0849111Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0855829Z test_ref_small_input_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0867190Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0873887Z test_ref_small_input_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0883869Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0890602Z test_ref_small_input_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0900920Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0907520Z test_ref_small_input_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0917545Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0924209Z test_ref_small_input_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0934301Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0941141Z test_ref_small_input_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0951633Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0958512Z test_ref_small_input_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0968566Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0975209Z test_ref_small_input_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.0985268Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.0991860Z test_ref_small_input_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1001370Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1008068Z test_ref_small_input_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1017697Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1024255Z test_ref_small_input_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1034300Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1040962Z test_ref_small_input_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1050392Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1057106Z test_ref_small_input_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1066778Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1073532Z test_ref_small_input_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1082982Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1089689Z test_ref_small_input_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1099890Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1106480Z test_ref_small_input_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1116291Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1122931Z test_ref_small_input_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1133796Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1145126Z test_ref_small_input_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1150879Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1157460Z test_ref_small_input_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1166971Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1173731Z test_ref_small_input_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1183413Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1190009Z test_ref_small_input_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1199740Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1206531Z test_ref_small_input_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1216631Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1223021Z test_ref_small_input_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1236376Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1242936Z test_ref_small_input_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1258529Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1265076Z test_ref_small_input_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1279192Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1285692Z test_ref_small_input_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1299920Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1306445Z test_ref_small_input_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1320005Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1326839Z test_ref_small_input_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1341416Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1348069Z test_ref_small_input_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1361373Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1368021Z test_ref_small_input_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1381435Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1387919Z test_ref_small_input_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1400651Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1407273Z test_ref_small_input_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1420631Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1427089Z test_ref_small_input_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1440091Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1446774Z test_ref_small_input_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1467365Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:16.1474399Z test_ref_small_input_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1493992Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:16.1501083Z test_ref_small_input_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1502039Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:53:16.1508616Z test_ref_small_input_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1525479Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1532270Z test_ref_small_input_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1549875Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1556693Z test_ref_small_input_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1557287Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:53:16.1564041Z test_ref_small_input_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1586807Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:16.1593236Z test_ref_small_input_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1615627Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:16.1622866Z test_ref_small_input_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1635893Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1642563Z test_ref_small_input_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1643391Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:53:16.1649878Z test_ref_small_input_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1667822Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1674417Z test_ref_small_input_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1692065Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1698752Z test_ref_small_input_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1711566Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1718099Z test_ref_small_input_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1731125Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1737843Z test_ref_small_input_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1750199Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1756769Z test_ref_small_input_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1770023Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1776675Z test_ref_small_input_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1819910Z Compares op against reference for small input tensors ... ok (0.005s) 2022-09-27T15:53:16.1826430Z test_ref_small_input_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1836929Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1843248Z test_ref_small_input_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1857642Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1865559Z test_ref_small_input_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1865900Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:53:16.1872514Z test_ref_small_input_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1884533Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1891416Z test_ref_small_input_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1904220Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1910926Z test_ref_small_input_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1921021Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1927656Z test_ref_small_input_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1938126Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1944704Z test_ref_small_input_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1954580Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1961044Z test_ref_small_input_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.1971449Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.1978085Z test_ref_small_input_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.2013590Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T15:53:16.2020318Z test_ref_small_input_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.2020930Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:53:16.2027344Z test_ref_small_input_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.2027951Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:53:16.2034443Z test_ref_small_input_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.2035311Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:53:16.2041855Z test_ref_small_input_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.2042834Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:53:16.2050113Z test_ref_small_input_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.2050679Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:53:16.2058266Z test_ref_small_input_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:16.2071537Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.2078781Z test_ref_small_input_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.2098816Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:16.2106501Z test_ref_small_input_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.2126411Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:53:16.2133891Z test_ref_small_input_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.2134451Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:53:16.2141889Z test_ref_small_input_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.2158098Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.2165345Z test_ref_small_input_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.2182562Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.2190165Z test_ref_small_input_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.2203442Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.2210686Z test_ref_small_input_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.2224242Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.2231363Z test_ref_small_input_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.2244186Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.2251449Z test_ref_small_input_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.2264904Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:53:16.2272130Z test_ref_small_input_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.2315837Z Compares op against reference for small input tensors ... ok (0.005s) 2022-09-27T15:53:16.2322969Z test_ref_small_input_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.2323507Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:53:16.2330947Z test_ref_small_input_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.2331503Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:53:16.2338928Z test_ref_small_input_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.2339474Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:53:16.2346656Z test_ref_small_input_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.2347198Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:53:16.2354414Z test_ref_small_input_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.2355098Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:53:16.2366320Z test_reference_masked__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.2703709Z Test masked reduction operations on strided-only tensors using ... ok (0.035s) 2022-09-27T15:53:16.2716483Z test_reference_masked__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.3034351Z Test masked reduction operations on strided-only tensors using ... ok (0.033s) 2022-09-27T15:53:16.3046213Z test_reference_masked__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.3363473Z Test masked reduction operations on strided-only tensors using ... ok (0.033s) 2022-09-27T15:53:16.3375432Z test_reference_masked__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.3683046Z Test masked reduction operations on strided-only tensors using ... ok (0.032s) 2022-09-27T15:53:16.3695478Z test_reference_masked__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.3914618Z Test masked reduction operations on strided-only tensors using ... ok (0.023s) 2022-09-27T15:53:16.3925565Z test_reference_masked__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.4144757Z Test masked reduction operations on strided-only tensors using ... ok (0.023s) 2022-09-27T15:53:16.4156013Z test_reference_masked__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.4366748Z Test masked reduction operations on strided-only tensors using ... ok (0.022s) 2022-09-27T15:53:16.4378114Z test_reference_masked__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.4600136Z Test masked reduction operations on strided-only tensors using ... ok (0.023s) 2022-09-27T15:53:16.4611549Z test_reference_masked__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.4829431Z Test masked reduction operations on strided-only tensors using ... ok (0.023s) 2022-09-27T15:53:16.4840580Z test_reference_masked__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.5174136Z Test masked reduction operations on strided-only tensors using ... ok (0.034s) 2022-09-27T15:53:16.5186316Z test_reference_masked__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.5505537Z Test masked reduction operations on strided-only tensors using ... ok (0.033s) 2022-09-27T15:53:16.5516449Z test_reference_masked__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.5829896Z Test masked reduction operations on strided-only tensors using ... ok (0.032s) 2022-09-27T15:53:16.5842117Z test_reference_masked__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.6150808Z Test masked reduction operations on strided-only tensors using ... ok (0.032s) 2022-09-27T15:53:16.6162633Z test_reference_masked__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.6382840Z Test masked reduction operations on strided-only tensors using ... ok (0.023s) 2022-09-27T15:53:16.6393883Z test_reference_masked__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.6611773Z Test masked reduction operations on strided-only tensors using ... ok (0.023s) 2022-09-27T15:53:16.6623131Z test_reference_masked__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.6837379Z Test masked reduction operations on strided-only tensors using ... ok (0.022s) 2022-09-27T15:53:16.6848707Z test_reference_masked__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.7067733Z Test masked reduction operations on strided-only tensors using ... ok (0.023s) 2022-09-27T15:53:16.7079229Z test_reference_masked__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.7300975Z Test masked reduction operations on strided-only tensors using ... ok (0.023s) 2022-09-27T15:53:16.7312264Z test_reference_masked__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.7322537Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:16.7333927Z test_reference_masked__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.7342557Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:16.7353648Z test_reference_masked__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.7361986Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:16.7373088Z test_reference_masked__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.7381359Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:16.7392444Z test_reference_masked__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.7400147Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:16.7411429Z test_reference_masked__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.7419294Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:16.7430400Z test_reference_masked__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.7437951Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:16.7449277Z test_reference_masked__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.7457180Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:16.7468462Z test_reference_masked__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.7476197Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:16.7487493Z test_reference_masked__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.7495894Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:16.7507153Z test_reference_masked__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.7515196Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:16.7526507Z test_reference_masked__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.7534605Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:16.7545844Z test_reference_masked__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.7553880Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:16.7564917Z test_reference_masked__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.7572824Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:16.7583971Z test_reference_masked__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.7591696Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:16.7602767Z test_reference_masked__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.7610595Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:16.7621893Z test_reference_masked__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.7629519Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:16.7640697Z test_reference_masked__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.7648531Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:53:16.7659856Z test_reference_masked__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:16.7660754Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-09-27T15:53:16.7671547Z test_reference_masked__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.7969812Z Test masked reduction operations on strided-only tensors using ... ok (0.031s) 2022-09-27T15:53:16.7982635Z test_reference_masked__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.8286646Z Test masked reduction operations on strided-only tensors using ... ok (0.032s) 2022-09-27T15:53:16.8299054Z test_reference_masked__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.8621272Z Test masked reduction operations on strided-only tensors using ... ok (0.033s) 2022-09-27T15:53:16.8631817Z test_reference_masked__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.8942036Z Test masked reduction operations on strided-only tensors using ... ok (0.032s) 2022-09-27T15:53:16.8952775Z test_reference_masked__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.8953460Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-09-27T15:53:16.8964072Z test_reference_masked__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.8964670Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-09-27T15:53:16.8975122Z test_reference_masked__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.9187852Z Test masked reduction operations on strided-only tensors using ... ok (0.022s) 2022-09-27T15:53:16.9198618Z test_reference_masked__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.9199551Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-09-27T15:53:16.9210035Z test_reference_masked__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.9439369Z Test masked reduction operations on strided-only tensors using ... ok (0.024s) 2022-09-27T15:53:16.9450110Z test_reference_masked__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:16.9784195Z Test masked reduction operations on strided-only tensors using ... ok (0.034s) 2022-09-27T15:53:16.9794535Z test_reference_masked__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:16.9795053Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-09-27T15:53:16.9806053Z test_reference_masked__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.0100334Z Test masked reduction operations on strided-only tensors using ... ok (0.030s) 2022-09-27T15:53:17.0112247Z test_reference_masked__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.0407342Z Test masked reduction operations on strided-only tensors using ... ok (0.031s) 2022-09-27T15:53:17.0419191Z test_reference_masked__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.0739954Z Test masked reduction operations on strided-only tensors using ... ok (0.033s) 2022-09-27T15:53:17.0750142Z test_reference_masked__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.1067856Z Test masked reduction operations on strided-only tensors using ... ok (0.033s) 2022-09-27T15:53:17.1078562Z test_reference_masked__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.1383219Z Test masked reduction operations on strided-only tensors using ... ok (0.032s) 2022-09-27T15:53:17.1395293Z test_reference_masked__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.1395882Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-09-27T15:53:17.1406471Z test_reference_masked__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.1407212Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-09-27T15:53:17.1417716Z test_reference_masked__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.1626813Z Test masked reduction operations on strided-only tensors using ... ok (0.022s) 2022-09-27T15:53:17.1637348Z test_reference_masked__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.1638368Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-09-27T15:53:17.1648751Z test_reference_masked__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.1873749Z Test masked reduction operations on strided-only tensors using ... ok (0.023s) 2022-09-27T15:53:17.2752992Z test_repeated_dim_cpu (__main__.TestReductionsCPU) ... ok (0.088s) 2022-09-27T15:53:17.2762251Z test_result_dtype__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.2769461Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.2779551Z test_result_dtype__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.2786262Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.2796208Z test_result_dtype__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.2802545Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.2812444Z test_result_dtype__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.2818909Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.2828697Z test_result_dtype__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.2834587Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.2844226Z test_result_dtype__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.2850704Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.2860801Z test_result_dtype__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.2867115Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.2877192Z test_result_dtype__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.2883504Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.2893678Z test_result_dtype__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.2900141Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.2910164Z test_result_dtype__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.2919024Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.2929162Z test_result_dtype__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.2935968Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.2946672Z test_result_dtype__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.2953725Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.2963947Z test_result_dtype__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.2971220Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.2981527Z test_result_dtype__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.2988247Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.2998678Z test_result_dtype__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3005302Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3015923Z test_result_dtype__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3022760Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3032944Z test_result_dtype__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3039742Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3049984Z test_result_dtype__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3056827Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3067010Z test_result_dtype__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3074192Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3084479Z test_result_dtype__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3092072Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3102397Z test_result_dtype__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3109677Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3119998Z test_result_dtype__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3127265Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3137691Z test_result_dtype__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3144620Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3154954Z test_result_dtype__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3161849Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3172336Z test_result_dtype__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3179248Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3189475Z test_result_dtype__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3196257Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3206649Z test_result_dtype__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3213510Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3223920Z test_result_dtype__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3231103Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3241444Z test_result_dtype__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3248690Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3259555Z test_result_dtype__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3266433Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3276795Z test_result_dtype__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3283934Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3294510Z test_result_dtype__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3301388Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3311645Z test_result_dtype__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3318475Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3328917Z test_result_dtype__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3335860Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3346314Z test_result_dtype__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3353103Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3363381Z test_result_dtype__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3370373Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3380927Z test_result_dtype__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3388998Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3400037Z test_result_dtype__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3408215Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3419236Z test_result_dtype__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3427034Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3438060Z test_result_dtype__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3445687Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3456869Z test_result_dtype__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3464662Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3475481Z test_result_dtype__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3483165Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3494230Z test_result_dtype__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3501870Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3513114Z test_result_dtype__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3520594Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3531770Z test_result_dtype__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3539706Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3550103Z test_result_dtype__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3556656Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3567121Z test_result_dtype__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3575413Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3585812Z test_result_dtype__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3593824Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3604089Z test_result_dtype__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3611257Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3621206Z test_result_dtype__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3628116Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3637902Z test_result_dtype__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3644978Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3654949Z test_result_dtype__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3661066Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3670904Z test_result_dtype__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3676989Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3686781Z test_result_dtype__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3692803Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3702840Z test_result_dtype__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3708755Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3718575Z test_result_dtype__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3724674Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3734662Z test_result_dtype__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3741371Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3751086Z test_result_dtype__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3759569Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3769516Z test_result_dtype__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3776013Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3785928Z test_result_dtype__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3792280Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3802078Z test_result_dtype__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3808219Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3818107Z test_result_dtype__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3824851Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3834875Z test_result_dtype__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3841444Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3851353Z test_result_dtype__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3857853Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3867718Z test_result_dtype__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3874093Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3883942Z test_result_dtype__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3890021Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3900002Z test_result_dtype__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3906023Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3915855Z test_result_dtype__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3921761Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3931667Z test_result_dtype__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3937833Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3947613Z test_result_dtype__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3953684Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3963465Z test_result_dtype__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3971276Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3981224Z test_result_dtype__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.3989519Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.3999477Z test_result_dtype__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4007943Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4017742Z test_result_dtype__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4025508Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4036111Z test_result_dtype__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4043976Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4055026Z test_result_dtype__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4061728Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4072499Z test_result_dtype__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4079285Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4090183Z test_result_dtype__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4097132Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4107905Z test_result_dtype__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4114709Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4125422Z test_result_dtype__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4132349Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4143253Z test_result_dtype__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4149583Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4159384Z test_result_dtype__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4165338Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4175399Z test_result_dtype__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4182096Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4191900Z test_result_dtype__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4198698Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4208702Z test_result_dtype__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4215478Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4225052Z test_result_dtype__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4231487Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4241320Z test_result_dtype__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4247746Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4257572Z test_result_dtype__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4263779Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4273740Z test_result_dtype__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4279560Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4289469Z test_result_dtype__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4295657Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4305318Z test_result_dtype__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4311352Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4321210Z test_result_dtype__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4327385Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4337351Z test_result_dtype__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4344815Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4354692Z test_result_dtype__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4364418Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4374397Z test_result_dtype__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4382466Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4392273Z test_result_dtype__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4399816Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4409797Z test_result_dtype__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4417459Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4427284Z test_result_dtype__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4434790Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4444645Z test_result_dtype__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4451368Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4461384Z test_result_dtype__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4467952Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4477961Z test_result_dtype__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4484528Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4494503Z test_result_dtype__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4501106Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4510983Z test_result_dtype__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4517548Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4527821Z test_result_dtype_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4533806Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4543675Z test_result_dtype_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4549072Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4558954Z test_result_dtype_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4565120Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4575195Z test_result_dtype_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4581486Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4591487Z test_result_dtype_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4597184Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4606976Z test_result_dtype_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4612859Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4622712Z test_result_dtype_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4628540Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4638334Z test_result_dtype_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4643853Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.4653636Z test_result_dtype_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4659321Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.4668947Z test_result_dtype_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4674484Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.4684211Z test_result_dtype_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4689795Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.4699667Z test_result_dtype_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4706273Z Tests that the result has the correct dtype ... expected failure (0.002s) 2022-09-27T15:53:17.4715921Z test_result_dtype_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4721828Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4731636Z test_result_dtype_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4737308Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.4747242Z test_result_dtype_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4753108Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4762761Z test_result_dtype_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4768779Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4778916Z test_result_dtype_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4784762Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4795234Z test_result_dtype_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4800950Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4810650Z test_result_dtype_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4816227Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.4825888Z test_result_dtype_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4831357Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.4840916Z test_result_dtype_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4846361Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.4856023Z test_result_dtype_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4861452Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.4871149Z test_result_dtype_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4876843Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.4886548Z test_result_dtype_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4891952Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.4901840Z test_result_dtype_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4907614Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.4917213Z test_result_dtype_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4923171Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4932995Z test_result_dtype_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4939117Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.4948754Z test_result_dtype_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4954322Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.4963965Z test_result_dtype_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4969683Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.4979595Z test_result_dtype_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.4985100Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.4994658Z test_result_dtype_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5000243Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.5010105Z test_result_dtype_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5015797Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.5025997Z test_result_dtype_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5031531Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5041452Z test_result_dtype_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5046941Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.5056817Z test_result_dtype_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5063140Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5073005Z test_result_dtype_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5079341Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5089261Z test_result_dtype_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5095384Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5105169Z test_result_dtype_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5111152Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5120980Z test_result_dtype_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5126956Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5136838Z test_result_dtype_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5142446Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5152218Z test_result_dtype_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5157829Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.5167630Z test_result_dtype_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5173438Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.5183290Z test_result_dtype_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5188891Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5198642Z test_result_dtype_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5205357Z Tests that the result has the correct dtype ... expected failure (0.002s) 2022-09-27T15:53:17.5215180Z test_result_dtype_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5221306Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5231095Z test_result_dtype_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5237196Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5246964Z test_result_dtype_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5253046Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5262990Z test_result_dtype_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5268975Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5279551Z test_result_dtype_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5284455Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.5294310Z test_result_dtype_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5300010Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5309695Z test_result_dtype_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5315372Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.5325164Z test_result_dtype_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5330881Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.5340869Z test_result_dtype_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5346446Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5356436Z test_result_dtype_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5362529Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5372428Z test_result_dtype_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5378683Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5388422Z test_result_dtype_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5394467Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5404150Z test_result_dtype_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5410253Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5420175Z test_result_dtype_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5425829Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.5435509Z test_result_dtype_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5441133Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.5451007Z test_result_dtype_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5456777Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5466450Z test_result_dtype_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5472089Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.5481746Z test_result_dtype_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5487398Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.5497241Z test_result_dtype_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5503301Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5513028Z test_result_dtype_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5518473Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.5528523Z test_result_dtype_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5534658Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5544650Z test_result_dtype_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5550828Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5560558Z test_result_dtype_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5567496Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5576964Z test_result_dtype_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5582567Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5592199Z test_result_dtype_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5598325Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.5607922Z test_result_dtype_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5613318Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.5623458Z test_result_dtype_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5628829Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5638477Z test_result_dtype_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5643962Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.5653782Z test_result_dtype_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5659241Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.5668952Z test_result_dtype_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5674353Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.5684108Z test_result_dtype_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5690117Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5699951Z test_result_dtype_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5706120Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5715839Z test_result_dtype_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5722282Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5732228Z test_result_dtype_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5738375Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5748033Z test_result_dtype_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5753899Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5763563Z test_result_dtype_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5769418Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5779381Z test_result_dtype_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5785510Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5795251Z test_result_dtype_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5801849Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5811714Z test_result_dtype_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5818242Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5827966Z test_result_dtype_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5833914Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5843739Z test_result_dtype_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5849860Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5859714Z test_result_dtype_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5865664Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5875457Z test_result_dtype_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5881682Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5891504Z test_result_dtype_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5897855Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5907512Z test_result_dtype_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5913593Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5923486Z test_result_dtype_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5929942Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5939830Z test_result_dtype_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5945257Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5954860Z test_result_dtype_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5960333Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.5970035Z test_result_dtype_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5976009Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.5985657Z test_result_dtype_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.5991499Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.6001093Z test_result_dtype_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6006813Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.6016582Z test_result_dtype_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6022009Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.6031872Z test_result_dtype_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6037363Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.6047032Z test_result_dtype_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6052610Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.6062613Z test_result_dtype_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6067981Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.6077540Z test_result_dtype_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6082975Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.6092743Z test_result_dtype_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6098443Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.6107966Z test_result_dtype_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6114134Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.6123796Z test_result_dtype_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6130159Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.6140033Z test_result_dtype_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6145932Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.6155683Z test_result_dtype_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6161637Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.6171460Z test_result_dtype_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6177195Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.6186836Z test_result_dtype_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6192462Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.6202185Z test_result_dtype_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6207756Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.6217613Z test_result_dtype_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6223146Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.6232806Z test_result_dtype_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6238382Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.6248362Z test_result_dtype_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6254285Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.6264349Z test_result_dtype_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6271250Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.6281970Z test_result_dtype_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6289000Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.6299904Z test_result_dtype_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6305605Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.6315394Z test_result_dtype_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6321275Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.6331278Z test_result_dtype_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6337362Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.6347151Z test_result_dtype_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6353136Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.6362860Z test_result_dtype_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6368380Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.6378159Z test_result_dtype_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6384267Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.6394030Z test_result_dtype_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6400118Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.6410044Z test_result_dtype_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6415996Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.6425793Z test_result_dtype_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6431557Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.6441304Z test_result_dtype_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6447195Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.6457054Z test_result_dtype_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6462542Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.6472295Z test_result_dtype_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6477868Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.6487629Z test_result_dtype_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6492989Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.6503050Z test_result_dtype_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6508410Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.6518177Z test_result_dtype_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6523639Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:53:17.6533532Z test_result_dtype_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6539550Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.6549456Z test_result_dtype_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6555861Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.6565608Z test_result_dtype_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6572437Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.6582431Z test_result_dtype_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6588184Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.6597853Z test_result_dtype_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6603829Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.6613725Z test_result_dtype_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:53:17.6619751Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:53:17.6678323Z 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:17.6678791Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-09-27T15:53:17.6708706Z ok (0.009s) 2022-09-27T15:53:17.6798658Z test_std_correction_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-09-27T15:53:17.6879973Z test_std_correction_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-09-27T15:53:17.6956750Z test_std_correction_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-09-27T15:53:18.6790505Z test_std_dim_cpu (__main__.TestReductionsCPU) ... ok (0.983s) 2022-09-27T15:53:18.6819073Z test_std_mean_all_dims_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:53:18.6921308Z test_std_mean_correction_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-09-27T15:53:18.7025267Z test_std_mean_correction_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-09-27T15:53:18.7105521Z test_std_mean_correction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-09-27T15:53:18.7191040Z test_std_mean_correction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-09-27T15:53:18.7384424Z test_std_mean_cpu (__main__.TestReductionsCPU) ... ok (0.019s) 2022-09-27T15:53:18.7720540Z test_std_mean_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.034s) 2022-09-27T15:53:18.7791892Z test_std_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-09-27T15:53:18.7862037Z test_std_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-09-27T15:53:18.7921394Z test_std_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-09-27T15:53:18.7978961Z test_std_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-09-27T15:53:18.7992965Z test_sum_all_cpu_bool (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:53:18.8139593Z test_sum_all_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-09-27T15:53:18.8151155Z test_sum_cpu_device_mismatch_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:18.8158727Z 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:18.8175583Z 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:18.8176292Z torch.sum(x, 0, out=y) 2022-09-27T15:53:18.8177116Z ok (0.002s) 2022-09-27T15:53:19.0282912Z test_sum_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.210s) 2022-09-27T15:53:19.0296060Z test_sum_noncontig_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:19.0400230Z test_sum_out_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-09-27T15:53:19.2234892Z test_sum_parallel_cpu (__main__.TestReductionsCPU) ... ok (0.183s) 2022-09-27T15:53:19.2298951Z 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:19.2299417Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-09-27T15:53:19.2424893Z ok (0.019s) 2022-09-27T15:53:19.2592146Z test_sum_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.017s) 2022-09-27T15:53:19.2764082Z test_sum_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.017s) 2022-09-27T15:53:19.2848266Z test_sum_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-09-27T15:53:19.2931406Z test_sum_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-09-27T15:53:19.3009737Z test_sum_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-09-27T15:53:19.3092520Z test_sum_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-09-27T15:53:19.3115246Z test_sum_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:53:19.3395271Z test_tensor_compare_ops_argmax_argmix_kthvalue_dim_empty_cpu (__main__.TestReductionsCPU) ... ok (0.028s) 2022-09-27T15:53:19.3714313Z test_tensor_compare_ops_empty_cpu (__main__.TestReductionsCPU) ... ok (0.032s) 2022-09-27T15:53:19.3842298Z 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:19.3842668Z out=out, **kwargs) 2022-09-27T15:53:19.3844032Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:154: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T15:53:19.3844473Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-09-27T15:53:19.3869976Z /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:3584: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-09-27T15:53:19.3870511Z **kwargs) 2022-09-27T15:53:19.3871097Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:186: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T15:53:19.3871763Z arrmean, rcount, out=arrmean, casting='unsafe', subok=False) 2022-09-27T15:53:19.3872509Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:207: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T15:53:19.3872881Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-09-27T15:53:19.3899563Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:217: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-09-27T15:53:19.3900045Z keepdims=keepdims) 2022-09-27T15:53:19.3931828Z ok (0.022s) 2022-09-27T15:53:19.3985246Z 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:19.3985737Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-09-27T15:53:19.4010501Z ok (0.008s) 2022-09-27T15:53:19.4090428Z test_var_correction_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-09-27T15:53:19.4166151Z test_var_correction_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-09-27T15:53:19.4238123Z test_var_correction_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-09-27T15:53:19.4250692Z test_var_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:20.3647949Z test_var_dim_cpu (__main__.TestReductionsCPU) ... ok (0.939s) 2022-09-27T15:53:20.3657802Z test_var_large_input_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:20.3684329Z test_var_mean_all_dims_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:53:20.3781889Z test_var_mean_correction_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-09-27T15:53:20.3883024Z test_var_mean_correction_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-09-27T15:53:20.3963589Z test_var_mean_correction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-09-27T15:53:20.4043443Z test_var_mean_correction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-09-27T15:53:20.5233512Z test_var_mean_cpu (__main__.TestReductionsCPU) ... ok (0.119s) 2022-09-27T15:53:20.5571187Z test_var_mean_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.034s) 2022-09-27T15:53:20.5585986Z test_var_stability2_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:53:20.5595633Z test_var_stability_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:53:20.5624550Z test_var_unbiased_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:53:20.5686215Z test_var_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-09-27T15:53:20.5749395Z test_var_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-09-27T15:53:20.5803256Z test_var_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T15:53:20.5855636Z test_var_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T15:53:20.5856090Z 2022-09-27T15:53:20.5856756Z ---------------------------------------------------------------------- 2022-09-27T15:53:20.5857068Z Ran 2905 tests in 179.815s 2022-09-27T15:53:20.5857191Z 2022-09-27T15:53:20.5857290Z OK (skipped=95, expected failures=48) 2022-09-27T15:53:20.5857423Z 2022-09-27T15:53:20.5857507Z Generating XML reports... 2022-09-27T15:53:20.9071879Z Generated XML report: test-reports/python-unittest/test_reductions/TEST-TestReductionsCPU-20220927155020.xml 2022-09-27T15:53:21.3185494Z Running test_jit_fuser_te ... [2022-09-27 15:53:21.318174] 2022-09-27T15:53:21.3186012Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_fuser_te.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:53:21.318254] 2022-09-27T15:53:24.1525191Z CUDA not available, skipping tests 2022-09-27T15:53:24.1777732Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-09-27T15:53:24.4089602Z Test results will be stored in test-reports/python-unittest/test_jit_fuser_te 2022-09-27T15:53:24.4355461Z 2022-09-27T15:53:24.4355642Z Running tests... 2022-09-27T15:53:24.4356263Z ---------------------------------------------------------------------- 2022-09-27T15:53:24.5473491Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.112s) 2022-09-27T15:53:24.5846831Z test_relu_cpu (__main__.TestLoopnestRandomizationCPU) ... ok (0.037s) 2022-09-27T15:53:24.5938298Z test_failures___rmatmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.009s) 2022-09-27T15:53:24.6205758Z test_failures_frac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.027s) 2022-09-27T15:53:24.6292581Z test_failures_matmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.009s) 2022-09-27T15:53:24.6305357Z 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:24.6317829Z 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:24.6330326Z 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:24.6342896Z 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:24.6355150Z 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:24.6367441Z 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:24.6379951Z 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:24.6392148Z 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:24.6404395Z 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:24.6416907Z 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:24.6429386Z 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:24.6441445Z 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:24.6454131Z 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:24.6466275Z 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:24.6478508Z 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:24.6491202Z 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:24.6503496Z 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:24.6515681Z 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:24.6528200Z 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:24.6540763Z 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:24.6553038Z 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:24.6565411Z 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:24.6577883Z 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:24.6590179Z 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:24.6602572Z 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:24.6615032Z 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:24.6627310Z 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:24.6639461Z 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:24.6651742Z 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:24.6664218Z 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:24.6676584Z 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:24.6689031Z 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:24.6701716Z 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:24.6714102Z 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:24.6726173Z 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:24.6739074Z 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:24.6751662Z 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:24.6764311Z 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:24.6777263Z 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:24.6789960Z 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:24.6802571Z 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:24.6815658Z 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:24.6827967Z 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:24.6840639Z 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:24.6853497Z 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:24.6866260Z 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:24.6879015Z 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:24.6891753Z 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:24.6904480Z 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:24.6917103Z 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:24.6929920Z 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:24.6942635Z 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:24.6955465Z 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:24.6968342Z 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:24.6981154Z 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:24.6993819Z 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:24.7006767Z 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:24.7019527Z 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:24.7032212Z 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:24.7044866Z 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:24.7057678Z 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:24.7070292Z 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:24.7083010Z 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:24.7095973Z 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:24.7108613Z 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:24.7121161Z 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:24.7133939Z 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:24.7146733Z 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:24.7159402Z 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:24.7172176Z 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:24.7184970Z 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:24.7197804Z 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:24.7210522Z 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:24.7223316Z 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:24.7236048Z 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:24.7248580Z 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:24.7257930Z test_nnc_correctness___rmatmul___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:24.7270348Z 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:24.7282608Z 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:24.7295696Z 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:24.7307793Z 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:24.7320202Z 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:24.7332674Z 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:24.7345284Z 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:24.7357688Z 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:24.7370257Z 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:24.7382788Z 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:24.7395184Z 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:24.7407671Z 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:24.7420160Z 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:24.7432515Z 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:24.7445039Z 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:24.7457544Z 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:24.7469833Z 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:24.7482362Z 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:24.7494987Z 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:24.7507355Z 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:24.7519803Z 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:24.7532328Z 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:24.7544845Z 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:24.7557279Z 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:24.7569796Z 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:24.7582460Z 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:24.7594720Z 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:24.7607168Z 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:24.7619828Z 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:24.7632276Z 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:24.7644707Z 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:24.7657387Z 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:24.7669824Z 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:24.7682258Z 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:24.7695033Z 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:24.7707687Z 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:24.7721055Z 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:24.7734365Z 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:24.7746784Z 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:24.7759178Z 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:24.7771758Z 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:24.7784257Z 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:24.7796754Z 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:24.7809450Z 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:24.7821921Z 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:24.7834329Z 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:24.7846788Z 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:24.7859623Z 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:24.7871865Z 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:24.7884162Z 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:24.7896871Z 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:24.7909300Z 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:24.7921955Z 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:24.7934471Z 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:24.7947010Z 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:24.7959376Z 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:24.7971769Z 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:24.7984277Z 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:24.7996585Z 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:24.8008939Z 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:24.8021406Z 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:24.8033700Z 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:24.8045980Z 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:24.8058517Z 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:24.8070782Z 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:24.8083154Z 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:24.8095799Z 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:24.8108119Z 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:24.8120567Z 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:24.8133088Z 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:24.8145744Z 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:24.8157920Z 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:24.8170391Z 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:24.8182799Z 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:24.8195196Z 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:24.8207625Z 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:24.8220059Z 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:24.8232324Z 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:24.8244683Z 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:24.8257388Z 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:24.8269766Z 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:24.8282040Z 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:24.8294595Z 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:24.8307092Z 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:24.8319404Z 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:24.8331884Z 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:24.8344885Z 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:24.8356682Z 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:24.8369049Z 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:24.8381456Z 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:24.8393780Z 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:24.8406001Z 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:24.8418666Z 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:24.8430876Z 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:24.8443105Z 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:24.8455883Z 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:24.8468615Z 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:24.8480812Z 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:24.8493258Z 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:24.8505735Z 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:24.8517986Z 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:24.8530127Z 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:24.8542506Z 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:24.8554750Z 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:24.8567079Z 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:24.8579499Z 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:24.8591745Z 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:24.8603898Z 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:24.8616726Z 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:24.8628830Z 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:24.8641044Z 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:24.8653334Z 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:24.8665703Z 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:24.8677901Z 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:24.8690790Z 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:24.8702871Z 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:24.8715168Z 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:24.8727367Z 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:24.8740235Z 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:24.8752437Z 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:24.8764740Z 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:24.8777183Z 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:24.8789314Z 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:24.8801605Z 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:24.8814035Z 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:24.8826213Z 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:24.8838473Z 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:24.8850845Z 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:24.8863338Z 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:24.8875558Z 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:24.8887995Z 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:24.8900419Z 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:24.8912641Z 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:24.8925080Z 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:24.8937549Z 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:24.8950014Z 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:24.8963156Z 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:24.8976205Z 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:24.8988573Z 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:24.9000868Z 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:24.9013302Z 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:24.9025868Z 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:24.9038389Z 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:24.9051316Z 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:24.9063703Z 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:24.9075953Z 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:24.9088500Z 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:24.9100921Z 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:24.9113166Z 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:24.9125461Z 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:24.9138087Z 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:24.9150208Z 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:24.9162429Z 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:24.9174974Z 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:24.9187365Z 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:24.9199542Z 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:24.9211925Z 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:24.9224409Z 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:24.9236756Z 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:24.9248960Z 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:24.9261289Z 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:24.9273418Z 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:24.9285658Z 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:24.9298122Z 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:24.9310331Z 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:24.9322534Z 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:24.9335315Z 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:24.9347486Z 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:24.9359855Z 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:24.9372183Z 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:24.9384542Z 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:24.9396809Z 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:24.9409128Z 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:24.9421502Z 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:24.9434179Z 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:24.9446034Z 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:24.9458628Z 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:24.9470855Z 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:24.9482988Z 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:24.9495584Z 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:24.9507977Z 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:24.9520087Z 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:24.9532483Z 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:24.9544884Z 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:24.9557139Z 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:24.9569448Z 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:24.9581843Z 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:24.9594226Z 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:24.9606790Z 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:24.9619065Z 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:24.9631200Z 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:24.9643473Z 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:24.9656501Z 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:24.9668757Z 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:24.9681186Z 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:24.9693684Z 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:24.9706116Z 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:24.9718535Z 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:24.9731348Z 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:24.9743826Z 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:24.9756581Z 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:24.9768926Z 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:24.9781684Z 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:24.9794050Z 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:24.9806661Z 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:24.9819213Z 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:24.9831609Z 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:24.9844115Z 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:24.9856889Z 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:24.9869322Z 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:24.9881808Z 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:24.9894366Z 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:24.9906945Z 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:24.9919400Z 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:24.9931942Z 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:24.9944612Z 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:24.9957209Z 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:24.9969756Z 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:24.9982565Z 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:24.9994874Z 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:25.0007548Z 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:25.0020186Z 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:25.0032658Z 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:25.0045064Z 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:25.0057645Z 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:25.0070022Z 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:25.0082663Z 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:25.0095263Z 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:25.0107660Z 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:25.0120147Z 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:25.0132734Z 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:25.0145346Z 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:25.0157851Z 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:25.0170451Z 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:25.0183042Z 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:25.0195788Z 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:25.0208340Z 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:25.0220883Z 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:25.0233260Z 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:25.0245596Z 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:25.0258301Z 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:25.0270664Z 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:25.0283155Z 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:25.0295832Z 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:25.0308292Z 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:25.0320726Z 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:25.0333511Z 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:25.0346161Z 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:25.0358592Z 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:25.0371249Z 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:25.0383735Z 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:25.0396227Z 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:25.0408850Z 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:25.0421484Z 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:25.0434146Z 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:25.0447232Z 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:25.0460285Z 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:25.0472745Z 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:25.0485547Z 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:25.0498493Z 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:25.0511142Z 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:25.0523806Z 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:25.0536646Z 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:25.0549271Z 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:25.0561988Z 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:25.0574709Z 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:25.0587445Z 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:25.0600183Z 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:25.0613048Z 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:25.0625858Z 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:25.0638600Z 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:25.0651352Z 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:25.0664327Z 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:25.0676918Z 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:25.0689628Z 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:25.0702586Z 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:25.0715178Z 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:25.0727935Z 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:25.0740842Z 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:25.0753611Z 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:25.0766371Z 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:25.0779237Z 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:25.0791977Z 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:25.0804679Z 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:25.0817507Z 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:25.0839958Z 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:25.0842850Z 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:25.0855746Z 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:25.0868246Z 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:25.0880748Z 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:25.0893310Z 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:25.0905968Z 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:25.0918603Z 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:25.0931406Z 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:25.0944304Z 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:25.0956754Z 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:25.0969481Z 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:25.0982210Z 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:25.0994854Z 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:25.1007446Z 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:25.1020170Z 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:25.1032781Z 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:25.1045411Z 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:25.1058241Z 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:25.1070927Z 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:25.1083532Z 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:25.1096426Z 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:25.1109105Z 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:25.1121855Z 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:25.1134475Z 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:25.1147109Z 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:25.1159740Z 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:25.1172453Z 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:25.1185082Z 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:25.1197664Z 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:25.1210246Z 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:25.1222978Z 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:25.1235674Z 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:25.1248272Z 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:25.1261092Z 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:25.1273644Z 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:25.1286282Z 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:25.1295372Z test_nnc_correctness_allclose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:25.1303875Z test_nnc_correctness_allclose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:25.1312128Z test_nnc_correctness_allclose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:25.1320652Z test_nnc_correctness_allclose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:25.1329201Z test_nnc_correctness_allclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:25.1337908Z test_nnc_correctness_allclose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:25.1350341Z 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:25.1362765Z 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:25.1376080Z 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:25.1389066Z 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:25.1402091Z 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:25.1414584Z 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:25.1426919Z 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:25.1439089Z 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:25.1451390Z 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:25.1463802Z 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:25.1476030Z 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:25.1488380Z 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:25.1500739Z 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:25.1513181Z 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:25.1525580Z 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:25.1537948Z 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:25.1550322Z 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:25.1562583Z 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:25.1575132Z 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:25.1587437Z 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:25.1599743Z 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:25.1612161Z 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:25.1624943Z 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:25.1637380Z 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:25.1649965Z 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:25.1662699Z 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:25.1675167Z 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:25.1687977Z 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:25.1700603Z 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:25.1713111Z 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:25.1725655Z 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:25.1738398Z 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:25.1750907Z 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:25.1763521Z 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:25.1776357Z 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:25.1788805Z 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:25.1801268Z 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:25.1814095Z 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:25.1826670Z 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:25.1839201Z 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:25.1851795Z 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:25.1864554Z 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:25.1877199Z 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:25.1889845Z 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:25.1902486Z 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:25.1914948Z 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:25.1927492Z 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:25.1940197Z 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:25.1952633Z 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:25.1965212Z 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:25.1977847Z 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:25.1990337Z 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:25.2002899Z 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:25.2015805Z 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:25.2028344Z 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:25.2040888Z 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:25.2053452Z 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:25.2066104Z 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:25.2078616Z 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:25.2091231Z 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:25.2103890Z 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:25.2116532Z 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:25.2129398Z 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:25.2141895Z 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:25.2154461Z 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:25.2166644Z 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:25.2179016Z 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:25.2191374Z 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:25.2203867Z 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:25.2216280Z 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:25.2228378Z 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:25.2240551Z 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:25.2252938Z 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:25.2265274Z 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:25.2277543Z 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:25.2290068Z 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:25.2302387Z 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:25.2314701Z 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:25.2327091Z 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:25.2339577Z 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:25.2351958Z 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:25.2364172Z 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:25.2376841Z 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:25.2389242Z 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:25.2401333Z 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:25.2413663Z 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:25.2425958Z 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:25.2438170Z 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:25.2450545Z 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:25.2462896Z 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:25.2475212Z 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:25.2487669Z 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:25.2500392Z 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:25.2512647Z 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:25.2524921Z 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:25.2537386Z 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:25.2549651Z 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:25.2561836Z 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:25.2574187Z 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:25.2586609Z 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:25.2598824Z 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:25.2611229Z 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:25.2623659Z 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:25.2636459Z 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:25.2649378Z 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:25.2661956Z 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:25.2674496Z 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:25.2686642Z 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:25.2699074Z 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:25.2711467Z 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:25.2723869Z 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:25.2736411Z 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:25.2748622Z 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:25.2760819Z 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:25.2773255Z 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:25.2785759Z 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:25.2798132Z 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:25.2810461Z 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:25.2822835Z 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:25.2835108Z 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:25.2847519Z 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:25.2859802Z 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:25.2872029Z 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:25.2884465Z 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:25.2897575Z 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:25.2910301Z 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:25.2923751Z 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:25.2936284Z 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:25.2948897Z 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:25.2961247Z 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:25.2973681Z 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:25.2986314Z 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:25.2998615Z 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:25.3011001Z 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:25.3023386Z 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:25.3035734Z 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:25.3048163Z 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:25.3060646Z 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:25.3072995Z 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:25.3085428Z 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:25.3097923Z 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:25.3110172Z 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:25.3122338Z 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:25.3135187Z 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:25.3147588Z 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:25.3159694Z 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:25.3172100Z 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:25.3184511Z 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:25.3196808Z 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:25.3209384Z 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:25.3221831Z 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:25.3234322Z 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:25.3246663Z 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:25.3259093Z 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:25.3271613Z 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:25.3284354Z 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:25.3296979Z 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:25.3309258Z 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:25.3321474Z 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:25.3333933Z 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:25.3346517Z 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:25.3358843Z 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:25.3371392Z 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:25.3384061Z 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:25.3396303Z 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:25.3408755Z 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:25.3421033Z 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:25.3433300Z 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:25.3445512Z 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:25.3457980Z 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:25.3470163Z 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:25.3482390Z 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:25.3494577Z 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:25.3506816Z 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:25.3519134Z 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:25.3531329Z 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:25.3543613Z 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:25.3555843Z 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:25.3568126Z 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:25.3580460Z 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:25.3592710Z 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:25.3604969Z 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:25.3617390Z 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:25.3629772Z 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:25.3641855Z 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:25.3654204Z 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:25.3667388Z 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:25.3679441Z 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:25.3691731Z 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:25.3704322Z 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:25.3716491Z 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:25.3728631Z 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:25.3741187Z 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:25.3753261Z 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:25.3765487Z 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:25.3778198Z 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:25.3790217Z 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:25.3802565Z 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:25.3814756Z 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:25.3827138Z 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:25.3839438Z 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:25.3851882Z 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:25.3864528Z 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:25.3876942Z 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:25.3889468Z 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:25.3901897Z 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:25.3914245Z 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:25.3926561Z 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:25.3939270Z 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:25.3951583Z 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:25.3963890Z 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:25.3976341Z 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:25.3988647Z 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:25.4000908Z 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:25.4013411Z 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:25.4025832Z 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:25.4037989Z 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:25.4050377Z 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:25.4062828Z 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:25.4074955Z 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:25.4087384Z 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:25.4099448Z 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:25.4111598Z 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:25.4123727Z 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:25.4136143Z 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:25.4148315Z 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:25.4160639Z 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:25.4172867Z 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:25.4184995Z 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:25.4197256Z 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:25.4209592Z 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:25.4221838Z 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:25.4230508Z test_nnc_correctness_bfloat16_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:25.4238846Z test_nnc_correctness_bfloat16_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:25.4247210Z test_nnc_correctness_bfloat16_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:25.4255621Z test_nnc_correctness_bfloat16_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:25.4264047Z test_nnc_correctness_bfloat16_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:25.4272967Z test_nnc_correctness_bfloat16_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:25.4281173Z test_nnc_correctness_bfloat16_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:25.4289670Z test_nnc_correctness_bfloat16_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:25.4298342Z test_nnc_correctness_bfloat16_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:25.4306660Z test_nnc_correctness_bfloat16_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:25.4315097Z test_nnc_correctness_bfloat16_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:25.4323660Z test_nnc_correctness_bfloat16_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:25.4332237Z test_nnc_correctness_bfloat16_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:25.4345208Z 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:25.4357421Z 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:25.4369502Z 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:25.4381859Z 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:25.4394074Z 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:25.4406400Z 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:25.4418792Z 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:25.4430975Z 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:25.4443382Z 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:25.4455880Z 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:25.4468084Z 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:25.4480269Z 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:25.4492538Z 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:25.4504842Z 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:25.4516950Z 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:25.4529272Z 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:25.4541493Z 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:25.4553642Z 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:25.4565874Z 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:25.4578468Z 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:25.4591452Z 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:25.4603808Z 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:25.4616540Z 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:25.4629079Z 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:25.4641481Z 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:25.4654133Z 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:25.4667470Z 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:25.4679995Z 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:25.4692620Z 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:25.4705098Z 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:25.4717442Z 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:25.4730340Z 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:25.4742823Z 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:25.4755245Z 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:25.4767578Z 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:25.4780146Z 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:25.4792665Z 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:25.4804962Z 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:25.4817504Z 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:25.4829749Z 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:25.4842019Z 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:25.4854421Z 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:25.4866750Z 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:25.4878989Z 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:25.4891398Z 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:25.4904122Z 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:25.4916247Z 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:25.4928351Z 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:25.4940657Z 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:25.4952790Z 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:25.4964848Z 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:25.4977334Z 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:25.4989725Z 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:25.5001923Z 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:25.5014297Z 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:25.5026663Z 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:25.5038872Z 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:25.5051268Z 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:25.5063686Z 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:25.5076025Z 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:25.5088372Z 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:25.5100884Z 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:25.5113203Z 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:25.5125548Z 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:25.5137932Z 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:25.5150089Z 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:25.5162693Z 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:25.5175002Z 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:25.5187372Z 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:25.5200099Z 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:25.5212517Z 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:25.5225162Z 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:25.5237869Z 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:25.5250322Z 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:25.5263000Z 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:25.5275443Z 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:25.5287972Z 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:25.5300608Z 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:25.5313114Z 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:25.5325627Z 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:25.5338405Z 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:25.5350798Z 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:25.5363194Z 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:25.5375986Z 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:25.5388414Z 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:25.5400768Z 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:25.5413328Z 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:25.5425847Z 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:25.5438321Z 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:25.5450962Z 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:25.5463385Z 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:25.5475762Z 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:25.5488220Z 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:25.5500727Z 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:25.5513195Z 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:25.5525618Z 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:25.5538286Z 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:25.5550634Z 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:25.5563071Z 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:25.5575701Z 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:25.5588198Z 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:25.5600514Z 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:25.5613126Z 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:25.5625572Z 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:25.5637955Z 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:25.5650366Z 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:25.5662822Z 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:25.5675337Z 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:25.5688119Z 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:25.5700383Z 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:25.5713022Z 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:25.5725306Z 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:25.5737948Z 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:25.5750396Z 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:25.5762824Z 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:25.5775296Z 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:25.5787631Z 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:25.5799995Z 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:25.5812450Z 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:25.5824961Z 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:25.5837353Z 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:25.5849985Z 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:25.5862709Z 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:25.5875062Z 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:25.5887549Z 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:25.5900069Z 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:25.5912461Z 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:25.5925041Z 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:25.5937778Z 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:25.5950183Z 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:25.5962546Z 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:25.5975242Z 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:25.5987799Z 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:25.6000289Z 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:25.6012862Z 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:25.6025402Z 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:25.6038437Z 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:25.6050479Z 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:25.6063042Z 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:25.6075481Z 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:25.6088070Z 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:25.6100541Z 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:25.6112968Z 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:25.6125466Z 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:25.6138004Z 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:25.6150432Z 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:25.6162888Z 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:25.6175758Z 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:25.6188551Z 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:25.6200460Z 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:25.6213080Z 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:25.6225716Z 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:25.6238406Z 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:25.6250918Z 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:25.6263835Z 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:25.6276426Z 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:25.6289161Z 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:25.6301851Z 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:25.6314454Z 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:25.6327308Z 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:25.6339850Z 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:25.6352260Z 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:25.6364695Z 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:25.6377273Z 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:25.6389641Z 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:25.6401990Z 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:25.6414502Z test_nnc_correctness_chalf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:25.6426976Z 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:25.6439524Z 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:25.6451968Z 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:25.6464508Z 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:25.6476875Z 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:25.6489402Z 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:25.6501918Z 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:25.6514293Z 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:25.6526816Z 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:25.6539441Z 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:25.6551786Z 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:25.6564074Z 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:25.6576649Z 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:25.6589035Z 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:25.6601440Z 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:25.6614305Z 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:25.6626811Z 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:25.6639250Z 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:25.6651754Z 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:25.6664306Z 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:25.6676963Z 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:25.6689436Z 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:25.6702166Z 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:25.6714537Z 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:25.6726876Z 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:25.6739502Z 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:25.6751872Z 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:25.6764264Z 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:25.6776900Z 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:25.6789265Z 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:25.6801550Z 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:25.6814064Z 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:25.6826490Z 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:25.6838792Z 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:25.6851216Z 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:25.6863694Z 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:25.6876017Z 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:25.6888487Z 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:25.6901138Z 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:25.6913446Z 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:25.6925774Z 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:25.6938584Z 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:25.6950852Z 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:25.6963298Z 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:25.6976056Z 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:25.6988334Z 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:25.7000561Z 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:25.7012927Z 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:25.7025384Z 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:25.7037643Z 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:25.7050032Z 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:25.7062385Z 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:25.7074676Z 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:25.7087165Z 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:25.7099516Z 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:25.7111721Z 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:25.7124058Z 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:25.7136582Z 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:25.7148893Z 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:25.7161260Z 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:25.7173761Z 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:25.7186410Z 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:25.7198710Z 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:25.7211072Z 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:25.7223553Z 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:25.7236433Z 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:25.7249274Z 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:25.7262222Z 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:25.7275061Z 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:25.7287930Z 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:25.7300800Z 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:25.7313445Z 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:25.7325884Z 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:25.7338937Z 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:25.7351608Z 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:25.7364409Z 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:25.7377470Z 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:25.7390351Z 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:25.7403133Z 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:25.7416117Z 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:25.7428900Z 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:25.7442159Z 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:25.7455575Z 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:25.7468498Z 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:25.7481609Z 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:25.7493817Z 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:25.7506239Z 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:25.7518567Z 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:25.7530779Z 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:25.7543241Z 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:25.7555449Z 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:25.7567905Z 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:25.7580349Z 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:25.7592635Z 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:25.7604973Z 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:25.7617400Z 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:25.7629534Z 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:25.7641704Z 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:25.7654122Z 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:25.7666215Z 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:25.7678322Z 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:25.7690619Z 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:25.7702948Z 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:25.7715175Z 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:25.7727470Z 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:25.7739827Z 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:25.7752143Z 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:25.7764293Z 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:25.7776727Z 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:25.7788939Z 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:25.7801166Z 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:25.7813381Z 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:25.7825638Z 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:25.7837857Z 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:25.7850178Z 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:25.7862598Z 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:25.7874832Z 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:25.7887054Z 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:25.7899468Z 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:25.7911678Z 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:25.7923819Z 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:25.7936355Z 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:25.7948448Z 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:25.7960643Z 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:25.7972905Z 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:25.7985231Z 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:25.7997512Z 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:25.8009686Z 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:25.8021999Z 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:25.8034317Z 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:25.8046589Z 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:25.8058981Z 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:25.8071377Z 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:25.8083660Z 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:25.8096130Z 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:25.8108323Z 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:25.8120340Z 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:25.8132656Z 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:25.8144965Z 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:25.8157110Z 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:25.8169418Z 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:25.8181746Z 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:25.8193914Z 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:25.8206190Z 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:25.8218550Z 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:25.8230651Z 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:25.8242768Z 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:25.8255096Z 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:25.8267247Z 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:25.8279447Z 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:25.8291984Z 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:25.8304106Z 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:25.8316420Z 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:25.8328770Z 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:25.8341733Z 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:25.8353675Z 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:25.8365361Z 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:25.8377691Z 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:25.8389913Z 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:25.8402050Z 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:25.8414337Z 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:25.8426572Z 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:25.8438679Z 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:25.8450948Z 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:25.8463282Z 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:25.8475372Z 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:25.8487594Z 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:25.8499905Z 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:25.8512096Z 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:25.8524279Z 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:25.8536604Z 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:25.8549191Z 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:25.8561128Z 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:25.8573522Z 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:25.8586040Z 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:25.8598659Z 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:25.8610955Z 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:25.8623120Z 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:25.8635343Z 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:25.8647612Z 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:25.8659981Z 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:25.8672290Z 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:25.8684486Z 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:25.8696917Z 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:25.8709062Z 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:25.8721150Z 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:25.8733493Z 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:25.8745781Z 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:25.8757888Z 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:25.8770229Z 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:25.8782517Z 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:25.8794722Z 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:25.8806990Z 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:25.8819421Z 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:25.8831478Z 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:25.8843845Z 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:25.8856360Z 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:25.8868406Z 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:25.8880543Z 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:25.8892903Z 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:25.8905178Z 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:25.8917306Z 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:25.8929655Z 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:25.8942043Z 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:25.8954320Z 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:25.8966497Z 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:25.8978875Z 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:25.8991048Z 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:25.9003142Z 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:25.9015423Z 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:25.9027578Z 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:25.9039721Z 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:25.9051962Z 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:25.9064360Z 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:25.9076308Z 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:25.9088852Z 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:25.9101028Z 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:25.9113170Z 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:25.9125336Z 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:25.9137861Z 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:25.9149812Z 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:25.9161873Z 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:25.9174196Z 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:25.9186364Z 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:25.9198457Z 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:25.9210794Z 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:25.9223047Z 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:25.9235126Z 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:25.9247286Z 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:25.9259634Z 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:25.9271798Z 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:25.9284214Z 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:25.9296557Z 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:25.9308627Z 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:25.9320865Z 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:25.9333237Z 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:25.9345322Z 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:25.9357514Z 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:25.9369760Z 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:25.9382047Z 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:25.9394213Z 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:25.9406377Z 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:25.9418916Z 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:25.9430929Z 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:25.9443313Z 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:25.9455832Z 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:25.9468284Z 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:25.9480588Z 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:25.9492945Z 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:25.9505346Z 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:25.9517526Z 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:25.9529934Z 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:25.9542555Z 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:25.9554880Z 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:25.9567573Z 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:25.9580723Z 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:25.9593915Z 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:25.9606572Z 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:25.9619310Z 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:25.9632030Z 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:25.9644575Z 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:25.9657693Z 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:25.9669930Z 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:25.9682178Z 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:25.9694550Z 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:25.9707129Z 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:25.9719853Z 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:25.9732209Z 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:25.9744572Z 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:25.9756955Z 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:25.9769309Z 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:25.9781954Z 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:25.9794203Z 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:25.9806637Z 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:25.9819316Z 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:25.9831727Z 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:25.9843905Z 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:25.9856478Z 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:25.9868787Z 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:25.9881069Z 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:25.9893537Z 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:25.9905948Z 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:25.9918221Z 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:25.9930695Z 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:25.9943106Z 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:25.9955364Z 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:25.9967748Z 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:25.9980350Z 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:25.9992607Z 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:26.0004826Z 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:26.0017430Z 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:26.0029677Z 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:26.0041886Z 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:26.0054367Z 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:26.0066997Z 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:26.0079417Z 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:26.0091966Z 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:26.0104309Z 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:26.0116741Z 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:26.0129131Z 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:26.0141517Z 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:26.0153769Z 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:26.0165999Z 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:26.0178649Z 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:26.0190949Z 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:26.0203397Z 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:26.0215938Z 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:26.0228169Z 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:26.0240491Z 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:26.0252836Z 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:26.0265332Z 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:26.0277338Z 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:26.0289689Z 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:26.0302080Z 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:26.0314234Z 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:26.0326632Z 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:26.0338801Z 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:26.0351009Z 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:26.0363295Z 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:26.0375680Z 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:26.0387859Z 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:26.0399969Z 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:26.0412226Z 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:26.0424462Z 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:26.0436543Z 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:26.0448852Z 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:26.0461147Z 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:26.0473299Z 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:26.0485414Z 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:26.0497753Z 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:26.0509830Z 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:26.0521967Z 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:26.0534261Z 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:26.0546427Z 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:26.0558487Z 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:26.0570725Z 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:26.0582981Z 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:26.0595171Z 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:26.0607394Z 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:26.0619600Z 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:26.0631789Z 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:26.0644018Z 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:26.0656459Z 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:26.0668884Z 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:26.0681182Z 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:26.0693689Z 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:26.0706246Z 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:26.0718633Z 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:26.0731178Z 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:26.0743733Z 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:26.0756117Z 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:26.0768652Z 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:26.0781096Z 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:26.0793568Z 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:26.0806123Z 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:26.0818857Z 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:26.0831122Z 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:26.0843891Z 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:26.0856134Z 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:26.0868441Z 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:26.0880744Z 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:26.0893341Z 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:26.0906025Z 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:26.0918435Z 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:26.0930498Z 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:26.0942810Z 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:26.0955068Z 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:26.0967441Z 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:26.0980048Z 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:26.0992356Z 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:26.1004703Z 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:26.1017280Z 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:26.1029660Z 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:26.1041920Z 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:26.1054346Z 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:26.1066976Z 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:26.1079475Z 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:26.1091932Z 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:26.1104521Z 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:26.1116813Z 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:26.1129323Z 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:26.1141802Z 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:26.1154176Z 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:26.1166547Z 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:26.1179188Z 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:26.1191485Z 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:26.1203801Z 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:26.1216460Z 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:26.1228930Z 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:26.1241331Z 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:26.1253909Z 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:26.1266378Z 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:26.1278783Z 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:26.1291271Z 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:26.1303964Z 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:26.1316259Z 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:26.1328690Z 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:26.1341286Z 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:26.1353463Z 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:26.1365761Z 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:26.1378530Z 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:26.1390844Z 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:26.1403233Z 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:26.1416003Z 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:26.1428294Z 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:26.1440873Z 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:26.1453178Z 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:26.1465630Z 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:26.1478082Z 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:26.1490610Z 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:26.1503099Z 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:26.1515516Z 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:26.1527962Z 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:26.1540356Z 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:26.1552752Z 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:26.1565311Z 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:26.1577727Z 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:26.1590208Z 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:26.1602560Z 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:26.1615293Z 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:26.1627615Z 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:26.1640021Z 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:26.1652554Z 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:26.1665062Z 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:26.1677448Z 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:26.1689908Z 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:26.1702427Z 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:26.1714923Z 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:26.1727329Z 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:26.1739900Z 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:26.1752389Z 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:26.1764864Z 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:26.1777511Z 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:26.1789799Z 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:26.1802303Z 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:26.1814735Z 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:26.1827161Z 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:26.1839597Z 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:26.1852043Z 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:26.1864527Z 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:26.1877023Z 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:26.1889592Z 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:26.1902108Z 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:26.1914671Z 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:26.1927172Z 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:26.1939989Z 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:26.1952003Z 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:26.1964163Z 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:26.1976485Z 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:26.1988594Z 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:26.2000879Z 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:26.2013265Z 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:26.2025827Z 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:26.2037857Z 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:26.2050291Z 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:26.2062721Z 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:26.2074895Z 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:26.2087153Z 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:26.2099649Z 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:26.2111804Z 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:26.2123965Z 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:26.2136361Z 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:26.2148604Z 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:26.2160743Z 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:26.2173125Z 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:26.2185333Z 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:26.2194026Z test_nnc_correctness_empty_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.2202248Z test_nnc_correctness_empty_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.2210481Z test_nnc_correctness_empty_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.2218954Z test_nnc_correctness_empty_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.2227039Z test_nnc_correctness_empty_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.2235479Z test_nnc_correctness_empty_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.2243450Z test_nnc_correctness_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.2251684Z test_nnc_correctness_empty_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.2260061Z test_nnc_correctness_empty_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.2268337Z test_nnc_correctness_empty_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.2276565Z test_nnc_correctness_empty_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.2284798Z test_nnc_correctness_empty_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.2293193Z test_nnc_correctness_empty_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.2301848Z test_nnc_correctness_empty_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.2311251Z test_nnc_correctness_empty_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.2319286Z test_nnc_correctness_empty_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.2328258Z test_nnc_correctness_empty_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.2336411Z test_nnc_correctness_empty_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.2345110Z test_nnc_correctness_empty_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.2353590Z test_nnc_correctness_empty_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.2361577Z test_nnc_correctness_empty_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.2370036Z test_nnc_correctness_empty_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.2378809Z test_nnc_correctness_empty_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.2387135Z test_nnc_correctness_empty_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.2395618Z test_nnc_correctness_empty_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.2403776Z test_nnc_correctness_empty_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.2417373Z 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:26.2428143Z 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:26.2440214Z 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:26.2452453Z 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:26.2464535Z 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:26.2476633Z 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:26.2488857Z 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:26.2501504Z 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:26.2513375Z 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:26.2525443Z 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:26.2537737Z 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:26.2549886Z 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:26.2561961Z 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:26.2574219Z 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:26.2586374Z 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:26.2598514Z 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:26.2610902Z 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:26.2623582Z 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:26.2635885Z 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:26.2648103Z 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:26.2660687Z 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:26.2672840Z 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:26.2685088Z 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:26.2697589Z 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:26.2709806Z 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:26.2722124Z 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:26.2734551Z 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:26.2746977Z 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:26.2759134Z 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:26.2771453Z 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:26.2783842Z 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:26.2796031Z 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:26.2808717Z 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:26.2821123Z 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:26.2833475Z 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:26.2845844Z 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:26.2858459Z 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:26.2870771Z 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:26.2883120Z 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:26.2895807Z 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:26.2908081Z 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:26.2920660Z 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:26.2932826Z 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:26.2945772Z 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:26.2958367Z 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:26.2970954Z 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:26.2983693Z 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:26.2996238Z 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:26.3008931Z 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:26.3021590Z 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:26.3034171Z 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:26.3046694Z 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:26.3059613Z 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:26.3072246Z 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:26.3084667Z 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:26.3097306Z 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:26.3109796Z 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:26.3122319Z 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:26.3135038Z 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:26.3147662Z 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:26.3160153Z 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:26.3172842Z 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:26.3185535Z 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:26.3198058Z 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:26.3210816Z 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:26.3223563Z 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:26.3236037Z 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:26.3248631Z 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:26.3261235Z 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:26.3273771Z 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:26.3286547Z 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:26.3299248Z 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:26.3311843Z 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:26.3324562Z 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:26.3337958Z 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:26.3350377Z 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:26.3363228Z 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:26.3376046Z 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:26.3388600Z 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:26.3401221Z 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:26.3414014Z 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:26.3426790Z 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:26.3439366Z 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:26.3452154Z 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:26.3465242Z 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:26.3477875Z 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:26.3490602Z 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:26.3503326Z 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:26.3515937Z 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:26.3528596Z 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:26.3541290Z 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:26.3553890Z 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:26.3566546Z 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:26.3579012Z 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:26.3591478Z 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:26.3603890Z 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:26.3616508Z 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:26.3628977Z 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:26.3641498Z 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:26.3654659Z 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:26.3667230Z 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:26.3679910Z 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:26.3692790Z 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:26.3705554Z 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:26.3718214Z 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:26.3730940Z 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:26.3743696Z 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:26.3756355Z 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:26.3769157Z 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:26.3781985Z 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:26.3794629Z 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:26.3807555Z 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:26.3820337Z 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:26.3833022Z 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:26.3845640Z 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:26.3858575Z 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:26.3871261Z 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:26.3884017Z 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:26.3896969Z 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:26.3909700Z 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:26.3922413Z 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:26.3935339Z 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:26.3948259Z 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:26.3960948Z 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:26.3973802Z 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:26.3986785Z 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:26.3999591Z 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:26.4012521Z 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:26.4025405Z 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:26.4038155Z 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:26.4050981Z 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:26.4064264Z 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:26.4076204Z 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:26.4088890Z 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:26.4102274Z 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:26.4114696Z 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:26.4127029Z 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:26.4139531Z 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:26.4151957Z 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:26.4164321Z 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:26.4177000Z 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:26.4189267Z 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:26.4201541Z 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:26.4213905Z 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:26.4226217Z 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:26.4238599Z 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:26.4250909Z 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:26.4263297Z 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:26.4275574Z 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:26.4287887Z 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:26.4300210Z 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:26.4312503Z 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:26.4324618Z 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:26.4337986Z 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:26.4349973Z 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:26.4362242Z 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:26.4374423Z 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:26.4386838Z 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:26.4398935Z 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:26.4411294Z 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:26.4423815Z 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:26.4436116Z 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:26.4448474Z 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:26.4460874Z 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:26.4473050Z 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:26.4485298Z 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:26.4497611Z 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:26.4510038Z 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:26.4522340Z 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:26.4534594Z 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:26.4547003Z 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:26.4559347Z 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:26.4571705Z 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:26.4584641Z 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:26.4597248Z 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:26.4609792Z 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:26.4622495Z 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:26.4635182Z 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:26.4647748Z 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:26.4660668Z 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:26.4672980Z 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:26.4695159Z 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:26.4698007Z 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:26.4710196Z 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:26.4722983Z 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:26.4735744Z 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:26.4748227Z 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:26.4760770Z 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:26.4773469Z 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:26.4786248Z 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:26.4798784Z 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:26.4811282Z 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:26.4823805Z 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:26.4836551Z 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:26.4849079Z 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:26.4861964Z 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:26.4874326Z 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:26.4886951Z 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:26.4899750Z 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:26.4912306Z 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:26.4924831Z 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:26.4937592Z 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:26.4950281Z 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:26.4962891Z 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:26.4975580Z 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:26.4988134Z 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:26.5000659Z 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:26.5013313Z 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:26.5025863Z 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:26.5038286Z 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:26.5050988Z 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:26.5063833Z 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:26.5076370Z 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:26.5089152Z 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:26.5101835Z 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:26.5114434Z 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:26.5127112Z 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:26.5139933Z 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:26.5152867Z 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:26.5165199Z 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:26.5177724Z 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:26.5190185Z 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:26.5202714Z 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:26.5215439Z 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:26.5227902Z 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:26.5240384Z 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:26.5252977Z 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:26.5265482Z 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:26.5277904Z 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:26.5290528Z 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:26.5303069Z 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:26.5315568Z 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:26.5328127Z 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:26.5341018Z 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:26.5353631Z 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:26.5366122Z 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:26.5378707Z 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:26.5390904Z 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:26.5403290Z 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:26.5415954Z 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:26.5428212Z 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:26.5440557Z 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:26.5452987Z 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:26.5465555Z 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:26.5477794Z 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:26.5490234Z 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:26.5502651Z 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:26.5514994Z 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:26.5527431Z 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:26.5539991Z 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:26.5552395Z 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:26.5564778Z 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:26.5577371Z 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:26.5589881Z 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:26.5602436Z 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:26.5614711Z 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:26.5627343Z 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:26.5639859Z 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:26.5652704Z 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:26.5665224Z 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:26.5677833Z 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:26.5690452Z 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:26.5703289Z 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:26.5715906Z 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:26.5728542Z 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:26.5741330Z 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:26.5753819Z 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:26.5766361Z 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:26.5779074Z 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:26.5791611Z 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:26.5804147Z 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:26.5816973Z 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:26.5829507Z 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:26.5842084Z 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:26.5854937Z 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:26.5867520Z 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:26.5880093Z 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:26.5892930Z 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:26.5905683Z 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:26.5918243Z 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:26.5930928Z 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:26.5943653Z 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:26.5956239Z 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:26.5968941Z 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:26.5981627Z 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:26.5994313Z 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:26.6006958Z 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:26.6019851Z 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:26.6032491Z 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:26.6045102Z 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:26.6057951Z 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:26.6070496Z 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:26.6083220Z 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:26.6096107Z 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:26.6108771Z 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:26.6121366Z 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:26.6134179Z 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:26.6147062Z 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:26.6159677Z 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:26.6172357Z 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:26.6185076Z 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:26.6197713Z 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:26.6210533Z 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:26.6223270Z 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:26.6235753Z 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:26.6248536Z 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:26.6261207Z 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:26.6273872Z 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:26.6286562Z 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:26.6299454Z 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:26.6312103Z 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:26.6320730Z test_nnc_correctness_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:53:26.6329422Z test_nnc_correctness_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:53:26.6338086Z test_nnc_correctness_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:53:26.6346558Z test_nnc_correctness_fill_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:53:26.6355252Z test_nnc_correctness_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:53:26.6364228Z test_nnc_correctness_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:53:26.6372990Z test_nnc_correctness_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:53:26.6381515Z test_nnc_correctness_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:53:26.6390360Z test_nnc_correctness_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:53:26.6398863Z test_nnc_correctness_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:53:26.6407284Z test_nnc_correctness_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:53:26.6415918Z test_nnc_correctness_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:53:26.6424330Z test_nnc_correctness_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:53:26.6436696Z 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:26.6449094Z 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:26.6461565Z 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:26.6473908Z 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:26.6486359Z 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:26.6498792Z 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:26.6511172Z 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:26.6523307Z 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:26.6535785Z 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:26.6548327Z 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:26.6560698Z 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:26.6573212Z 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:26.6585778Z 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:26.6598250Z 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:26.6610935Z 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:26.6623543Z 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:26.6636223Z 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:26.6648764Z 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:26.6661231Z 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:26.6673710Z 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:26.6686202Z 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:26.6698833Z 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:26.6711248Z 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:26.6723741Z 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:26.6736488Z 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:26.6748990Z 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:26.6761531Z 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:26.6774141Z 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:26.6786707Z 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:26.6799262Z 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:26.6811648Z 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:26.6824189Z 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:26.6836691Z 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:26.6849223Z 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:26.6861917Z 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:26.6874469Z 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:26.6887014Z 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:26.6899702Z 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:26.6912197Z 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:26.6924743Z 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:26.6937536Z 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:26.6949910Z 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:26.6962377Z 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:26.6975241Z 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:26.6987699Z 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:26.7000116Z 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:26.7012709Z 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:26.7025402Z 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:26.7037863Z 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:26.7050487Z 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:26.7063136Z 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:26.7075652Z 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:26.7088326Z 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:26.7100818Z 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:26.7113495Z 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:26.7125983Z 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:26.7138794Z 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:26.7151280Z 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:26.7163776Z 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:26.7176601Z 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:26.7189175Z 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:26.7201817Z 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:26.7214453Z 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:26.7227206Z 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:26.7239733Z 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:26.7252384Z 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:26.7265031Z 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:26.7277470Z 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:26.7290136Z 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:26.7302714Z 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:26.7315299Z 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:26.7327903Z 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:26.7340585Z 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:26.7353315Z 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:26.7365924Z 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:26.7378614Z 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:26.7391288Z 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:26.7404195Z 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:26.7416696Z 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:26.7428915Z 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:26.7441281Z 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:26.7453878Z 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:26.7466495Z 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:26.7478934Z 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:26.7491513Z 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:26.7504151Z 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:26.7516669Z 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:26.7529272Z 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:26.7542048Z 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:26.7554594Z 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:26.7567449Z 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:26.7579950Z 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:26.7592352Z 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:26.7604862Z 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:26.7617747Z 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:26.7630276Z 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:26.7642780Z 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:26.7655590Z 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:26.7667987Z 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:26.7680501Z 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:26.7693093Z 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:26.7705796Z 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:26.7718412Z 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:26.7731081Z 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:26.7743786Z 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:26.7756341Z 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:26.7768939Z 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:26.7781670Z 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:26.7794200Z 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:26.7806766Z 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:26.7819414Z 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:26.7831913Z 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:26.7844519Z 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:26.7857259Z 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:26.7869869Z 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:26.7882416Z 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:26.7895436Z 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:26.7907806Z 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:26.7920400Z 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:26.7932998Z 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:26.7945761Z 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:26.7958302Z 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:26.7970898Z 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:26.7983676Z 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:26.7996231Z 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:26.8008769Z 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:26.8021614Z 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:26.8034258Z 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:26.8046969Z 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:26.8059623Z 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:26.8072045Z 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:26.8084413Z 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:26.8097062Z 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:26.8109461Z 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:26.8122125Z 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:26.8134917Z 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:26.8147385Z 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:26.8159852Z 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:26.8172506Z 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:26.8185145Z 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:26.8197685Z 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:26.8210247Z 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:26.8222946Z 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:26.8235474Z 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:26.8248024Z 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:26.8260508Z 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:26.8273008Z 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:26.8285513Z 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:26.8298247Z 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:26.8310677Z 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:26.8323221Z 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:26.8336130Z 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:26.8348624Z 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:26.8361176Z 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:26.8373885Z 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:26.8386401Z 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:26.8398917Z 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:26.8412054Z 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:26.8424490Z 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:26.8436673Z 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:26.8449015Z 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:26.8461327Z 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:26.8473639Z 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:26.8485789Z 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:26.8498372Z 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:26.8510587Z 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:26.8522858Z 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:26.8535607Z 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:26.8547791Z 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:26.8560084Z 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:26.8572535Z 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:26.8581286Z test_nnc_correctness_gradient_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.8589596Z test_nnc_correctness_gradient_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.8598056Z test_nnc_correctness_gradient_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.8606552Z test_nnc_correctness_gradient_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.8615253Z test_nnc_correctness_gradient_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.8623155Z test_nnc_correctness_gradient_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.8631589Z test_nnc_correctness_gradient_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.8640304Z test_nnc_correctness_gradient_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.8648508Z test_nnc_correctness_gradient_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.8657573Z test_nnc_correctness_gradient_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:26.8669938Z 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:26.8682051Z 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:26.8695011Z 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:26.8707348Z 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:26.8719929Z 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:26.8732338Z 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:26.8745595Z 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:26.8759185Z 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:26.8772319Z 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:26.8785646Z 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:26.8800371Z 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:26.8813364Z 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:26.8825635Z 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:26.8837572Z 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:26.8849643Z 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:26.8861778Z 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:26.8873701Z 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:26.8885662Z 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:26.8898212Z 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:26.8910002Z 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:26.8921901Z 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:26.8934104Z 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:26.8946371Z 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:26.8958266Z 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:26.8970246Z 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:26.8982471Z 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:26.8994431Z 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:26.9006384Z 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:26.9018544Z 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:26.9030556Z 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:26.9042358Z 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:26.9054452Z 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:26.9066547Z 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:26.9078573Z 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:26.9090680Z 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:26.9102989Z 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:26.9114826Z 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:26.9126699Z 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:26.9138768Z 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:26.9150685Z 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:26.9162507Z 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:26.9174575Z 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:26.9186703Z 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:26.9198660Z 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:26.9210669Z 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:26.9222868Z 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:26.9234757Z 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:26.9246720Z 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:26.9258852Z 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:26.9270724Z 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:26.9282563Z 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:26.9294546Z 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:26.9306536Z 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:26.9318736Z 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:26.9330656Z 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:26.9343137Z 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:26.9355214Z 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:26.9367495Z 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:26.9379815Z 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:26.9392035Z 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:26.9404203Z 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:26.9417242Z 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:26.9429678Z 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:26.9441885Z 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:26.9454165Z 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:26.9466625Z 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:26.9478869Z 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:26.9491300Z 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:26.9503743Z 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:26.9515992Z 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:26.9528324Z 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:26.9540656Z 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:26.9552847Z 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:26.9565091Z 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:26.9577961Z 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:26.9591580Z 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:26.9604613Z 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:26.9617072Z 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:26.9629564Z 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:26.9641623Z 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:26.9653897Z 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:26.9667088Z 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:26.9679130Z 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:26.9691477Z 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:26.9703981Z 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:26.9716190Z 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:26.9729155Z 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:26.9741388Z 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:26.9753514Z 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:26.9765675Z 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:26.9778086Z 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:26.9790605Z 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:26.9802857Z 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:26.9815447Z 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:26.9827569Z 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:26.9839776Z 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:26.9851975Z 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:26.9864379Z 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:26.9876597Z 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:26.9888849Z 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:26.9901079Z 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:26.9913269Z 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:26.9925395Z 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:26.9937963Z 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:26.9950073Z 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:26.9962217Z 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:26.9974524Z 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:26.9986775Z 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:26.9998990Z 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:27.0011323Z 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:27.0023585Z 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:27.0035794Z 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:27.0048024Z 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:27.0060274Z 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:27.0072627Z 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:27.0084590Z 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:27.0097179Z 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:27.0109208Z 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:27.0122226Z 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:27.0134668Z 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:27.0146927Z 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:27.0159215Z 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:27.0171461Z 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:27.0183896Z 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:27.0196001Z 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:27.0208281Z 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:27.0220642Z 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:27.0232706Z 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:27.0244861Z 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:27.0257244Z 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:27.0269349Z 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:27.0281483Z 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:27.0293856Z 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:27.0306073Z 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:27.0318319Z 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:27.0330781Z 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:27.0343366Z 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:27.0356331Z 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:27.0369984Z 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:27.0382280Z 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:27.0394328Z 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:27.0406678Z 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:27.0419041Z 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:27.0431164Z 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:27.0443331Z 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:27.0455724Z 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:27.0467828Z 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:27.0479967Z 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:27.0492413Z 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:27.0504547Z 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:27.0516638Z 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:27.0528985Z 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:27.0541164Z 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:27.0553349Z 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:27.0565507Z 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:27.0578046Z 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:27.0590452Z 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:27.0602701Z 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:27.0615255Z 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:27.0627594Z 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:27.0639941Z 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:27.0652057Z 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:27.0664065Z 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:27.0675990Z 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:27.0688001Z 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:27.0700042Z 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:27.0711953Z 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:27.0723826Z 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:27.0735972Z 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:27.0748035Z 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:27.0760024Z 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:27.0772357Z 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:27.0784186Z 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:27.0796189Z 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:27.0808083Z 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:27.0820034Z 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:27.0831949Z 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:27.0844185Z 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:27.0856842Z 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:27.0868907Z 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:27.0881373Z 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:27.0893748Z 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:27.0906606Z 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:27.0918824Z 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:27.0931329Z 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:27.0943977Z 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:27.0956262Z 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:27.0968709Z 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:27.0981428Z 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:27.0993798Z 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:27.1006258Z 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:27.1019216Z 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:27.1032170Z 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:27.1045320Z 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:27.1058848Z 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:27.1071905Z 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:27.1085098Z 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:27.1098531Z 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:27.1111709Z 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:27.1124902Z 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:27.1138229Z 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:27.1151356Z 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:27.1164811Z 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:27.1177967Z 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:27.1191073Z 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:27.1204283Z 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:27.1217634Z 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:27.1230829Z 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:27.1243914Z 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:27.1257238Z 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:27.1270408Z 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:27.1283602Z 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:27.1296868Z 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:27.1310048Z 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:27.1323056Z 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:27.1336452Z 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:27.1349547Z 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:27.1362911Z 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:27.1376745Z 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:27.1389784Z 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:27.1402859Z 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:27.1416148Z 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:27.1429326Z 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:27.1442514Z 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:27.1455797Z 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:27.1468989Z 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:27.1481981Z 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:27.1495502Z 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:27.1508654Z 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:27.1521758Z 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:27.1535145Z 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:27.1548373Z 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:27.1561609Z 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:27.1575064Z 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:27.1588106Z 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:27.1601355Z 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:27.1614576Z 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:27.1627803Z 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:27.1640901Z 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:27.1654199Z 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:27.1667576Z 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:27.1680662Z 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:27.1693908Z 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:27.1707283Z 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:27.1720364Z 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:27.1733558Z 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:27.1746868Z 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:27.1759989Z 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:27.1773447Z 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:27.1786693Z 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:27.1799959Z 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:27.1813260Z 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:27.1826531Z 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:27.1839780Z 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:27.1853032Z 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:27.1866395Z 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:27.1879558Z 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:27.1892844Z 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:27.1906162Z 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:27.1919341Z 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:27.1932582Z 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:27.1945893Z 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:27.1959199Z 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:27.1972532Z 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:27.1985725Z 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:27.1998894Z 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:27.2012208Z 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:27.2025553Z 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:27.2038834Z 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:27.2052204Z 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:27.2065542Z 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:27.2078758Z 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:27.2092169Z 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:27.2105458Z 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:27.2118580Z 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:27.2131836Z 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:27.2145083Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2158117Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2171353Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2184594Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2196717Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2209000Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2221497Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2233564Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2245706Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2258317Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2270484Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2282715Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2295050Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2307133Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2319245Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2331534Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2344058Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2356309Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2368698Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2380908Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2392967Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2405217Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2417473Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2429743Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2441872Z test_nnc_correctness_jiterator_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2454157Z test_nnc_correctness_jiterator_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2466441Z test_nnc_correctness_jiterator_binary_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2478602Z test_nnc_correctness_jiterator_binary_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2490902Z test_nnc_correctness_jiterator_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2503138Z test_nnc_correctness_jiterator_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2515301Z test_nnc_correctness_jiterator_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2527661Z test_nnc_correctness_jiterator_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2540034Z test_nnc_correctness_jiterator_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2552178Z test_nnc_correctness_jiterator_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2564320Z test_nnc_correctness_jiterator_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2576698Z test_nnc_correctness_jiterator_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2588874Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2601105Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2613774Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2626020Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2638209Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2650453Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2662757Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2674949Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2687110Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2699701Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2711881Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2724063Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2736411Z test_nnc_correctness_jiterator_unary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2748577Z test_nnc_correctness_jiterator_unary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2760881Z test_nnc_correctness_jiterator_unary_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2773109Z test_nnc_correctness_jiterator_unary_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2785497Z test_nnc_correctness_jiterator_unary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2797684Z test_nnc_correctness_jiterator_unary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2809921Z test_nnc_correctness_jiterator_unary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2822245Z test_nnc_correctness_jiterator_unary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2834400Z test_nnc_correctness_jiterator_unary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2846693Z test_nnc_correctness_jiterator_unary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2859025Z test_nnc_correctness_jiterator_unary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2871248Z test_nnc_correctness_jiterator_unary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:27.2883488Z 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:27.2896098Z 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:27.2908240Z 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:27.2920287Z 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:27.2932672Z 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:27.2944845Z 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:27.2957114Z 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:27.2969506Z 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:27.2981812Z 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:27.2993891Z 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:27.3006039Z 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:27.3018502Z 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:27.3030615Z 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:27.3042843Z 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:27.3055235Z 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:27.3067451Z 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:27.3079525Z 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:27.3091751Z 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:27.3104018Z 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:27.3116122Z 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:27.3128558Z 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:27.3140839Z 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:27.3153472Z 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:27.3165448Z 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:27.3177885Z 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:27.3190494Z 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:27.3202850Z 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:27.3215446Z 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:27.3227513Z 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:27.3239738Z 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:27.3252020Z 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:27.3264388Z 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:27.3276545Z 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:27.3289268Z 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:27.3301518Z 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:27.3313706Z 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:27.3326036Z 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:27.3338748Z 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:27.3351086Z 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:27.3363307Z 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:27.3376249Z 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:27.3388485Z 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:27.3400767Z 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:27.3413215Z 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:27.3425231Z 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:27.3437180Z 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:27.3449365Z 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:27.3461567Z 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:27.3473644Z 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:27.3485801Z 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:27.3497808Z 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:27.3509433Z 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:27.3521427Z 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:27.3533455Z 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:27.3545688Z 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:27.3557526Z 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:27.3569524Z 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:27.3581593Z 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:27.3593491Z 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:27.3605335Z 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:27.3617694Z 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:27.3630350Z 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:27.3643200Z 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:27.3656308Z 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:27.3668362Z 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:27.3680120Z 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:27.3692132Z 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:27.3704231Z 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:27.3716986Z 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:27.3729432Z 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:27.3741915Z 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:27.3754271Z 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:27.3766274Z 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:27.3778524Z 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:27.3790218Z 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:27.3802105Z 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:27.3814054Z 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:27.3826038Z 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:27.3837925Z 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:27.3849983Z 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:27.3862006Z 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:27.3873946Z 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:27.3886313Z 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:27.3898805Z 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:27.3911096Z 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:27.3923308Z 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:27.3935845Z 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:27.3948149Z 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:27.3960388Z 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:27.3972850Z 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:27.3985580Z 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:27.3998188Z 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:27.4010893Z 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:27.4023721Z 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:27.4036308Z 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:27.4049140Z 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:27.4061885Z 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:27.4074714Z 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:27.4086936Z 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:27.4099287Z 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:27.4111631Z 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:27.4123984Z 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:27.4136835Z 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:27.4149326Z 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:27.4161366Z 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:27.4173694Z 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:27.4186283Z 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:27.4198564Z 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:27.4210951Z 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:27.4223446Z 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:27.4235829Z 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:27.4248261Z 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:27.4260674Z 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:27.4272692Z 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:27.4284989Z 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:27.4297401Z 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:27.4310047Z 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:27.4322002Z 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:27.4334557Z 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:27.4347245Z 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:27.4360090Z 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:27.4372267Z 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:27.4384875Z 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:27.4397062Z 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:27.4409842Z 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:27.4422013Z 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:27.4434225Z 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:27.4446410Z 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:27.4458831Z 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:27.4471310Z 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:27.4483488Z 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:27.4495944Z 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:27.4508291Z 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:27.4520576Z 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:27.4532925Z 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:27.4545350Z 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:27.4557484Z 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:27.4569879Z 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:27.4583061Z 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:27.4595080Z 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:27.4607619Z 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:27.4620405Z 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:27.4632926Z 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:27.4645853Z 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:27.4659418Z 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:27.4671740Z 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:27.4684359Z 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:27.4696945Z 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:27.4709236Z 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:27.4721777Z 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:27.4734523Z 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:27.4747107Z 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:27.4759341Z 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:27.4771576Z 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:27.4784493Z 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:27.4797189Z 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:27.4809855Z 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:27.4822740Z 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:27.4835528Z 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:27.4848311Z 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:27.4860966Z 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:27.4873526Z 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:27.4886200Z 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:27.4898898Z 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:27.4911166Z 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:27.4923327Z 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:27.4935875Z 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:27.4948151Z 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:27.4960462Z 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:27.4972943Z 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:27.4985308Z 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:27.4997621Z 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:27.5009898Z 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:27.5022351Z 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:27.5034546Z 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:27.5046781Z 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:27.5059260Z 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:27.5071467Z 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:27.5083599Z 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:27.5092156Z test_nnc_correctness_linalg_multi_dot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:27.5104387Z 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:27.5116944Z 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:27.5129490Z 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:27.5142536Z 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:27.5154837Z 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:27.5167842Z 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:27.5180421Z 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:27.5193030Z 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:27.5205548Z 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:27.5218328Z 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:27.5230825Z 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:27.5243413Z 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:27.5256132Z 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:27.5268780Z 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:27.5281049Z 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:27.5293519Z 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:27.5305989Z 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:27.5318312Z 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:27.5330759Z 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:27.5343276Z 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:27.5355639Z 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:27.5367927Z 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:27.5380410Z 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:27.5392630Z 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:27.5405176Z 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:27.5417658Z 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:27.5429918Z 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:27.5442183Z 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:27.5454536Z 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:27.5466868Z 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:27.5479134Z 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:27.5491426Z 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:27.5503831Z 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:27.5515992Z 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:27.5528308Z 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:27.5540599Z 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:27.5552893Z 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:27.5565136Z 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:27.5577641Z 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:27.5589906Z 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:27.5602230Z 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:27.5614648Z 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:27.5626907Z 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:27.5639144Z 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:27.5651867Z 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:27.5664081Z 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:27.5676901Z 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:27.5689996Z 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:27.5703142Z 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:27.5716182Z 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:27.5729425Z 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:27.5742579Z 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:27.5755618Z 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:27.5768729Z 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:27.5781579Z 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:27.5794332Z 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:27.5807103Z 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:27.5819950Z 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:27.5832664Z 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:27.5845465Z 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:27.5858596Z 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:27.5870905Z 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:27.5883328Z 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:27.5896047Z 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:27.5908560Z 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:27.5921080Z 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:27.5933753Z 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:27.5946204Z 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:27.5958617Z 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:27.5971107Z 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:27.5983754Z 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:27.5996229Z 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:27.6008789Z 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:27.6021210Z 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:27.6033821Z 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:27.6046369Z 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:27.6059065Z 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:27.6071514Z 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:27.6083934Z 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:27.6096771Z 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:27.6109178Z 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:27.6121649Z 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:27.6134122Z 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:27.6146716Z 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:27.6159267Z 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:27.6171930Z 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:27.6184524Z 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:27.6197185Z 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:27.6209593Z 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:27.6222083Z 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:27.6234577Z 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:27.6247061Z 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:27.6259600Z 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:27.6272103Z 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:27.6284346Z 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:27.6297000Z 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:27.6309360Z 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:27.6321800Z 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:27.6334374Z 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:27.6347271Z 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:27.6359424Z 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:27.6371768Z 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:27.6384113Z 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:27.6396647Z 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:27.6408854Z 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:27.6421430Z 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:27.6433808Z 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:27.6446288Z 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:27.6458785Z 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:27.6470950Z 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:27.6483282Z 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:27.6495572Z 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:27.6508015Z 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:27.6520225Z 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:27.6532514Z 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:27.6545011Z 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:27.6557125Z 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:27.6569515Z 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:27.6582180Z 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:27.6594494Z 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:27.6606807Z 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:27.6619269Z 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:27.6631505Z 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:27.6643729Z 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:27.6656129Z 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:27.6668572Z 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:27.6680763Z 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:27.6693078Z 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:27.6705432Z 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:27.6717646Z 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:27.6730009Z 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:27.6742282Z 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:27.6754549Z 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:27.6766743Z 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:27.6779161Z 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:27.6791314Z 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:27.6803535Z 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:27.6815982Z 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:27.6828266Z 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:27.6840503Z 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:27.6853023Z 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:27.6865420Z 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:27.6877724Z 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:27.6890098Z 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:27.6902450Z 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:27.6914688Z 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:27.6926997Z 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:27.6939580Z 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:27.6951789Z 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:27.6963940Z 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:27.6976582Z 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:27.6988869Z 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:27.7001107Z 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:27.7013542Z 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:27.7025958Z 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:27.7038229Z 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:27.7050743Z 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:27.7063020Z 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:27.7075337Z 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:27.7087708Z 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:27.7100266Z 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:27.7112631Z 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:27.7124982Z 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:27.7137501Z 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:27.7149923Z 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:27.7162323Z 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:27.7174742Z 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:27.7187267Z 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:27.7199634Z 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:27.7211904Z 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:27.7224255Z 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:27.7236557Z 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:27.7248824Z 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:27.7261373Z 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:27.7273690Z 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:27.7286020Z 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:27.7298666Z 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:27.7310907Z 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:27.7323394Z 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:27.7335854Z 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:27.7348416Z 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:27.7360657Z 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:27.7373066Z 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:27.7385617Z 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:27.7397838Z 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:27.7410271Z 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:27.7422663Z 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:27.7434890Z 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:27.7447327Z 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:27.7459820Z 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:27.7472067Z 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:27.7484388Z 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:27.7496859Z 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:27.7509147Z 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:27.7521522Z 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:27.7533944Z 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:27.7546339Z 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:27.7558610Z 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:27.7570987Z 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:27.7583357Z 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:27.7595701Z 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:27.7607991Z 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:27.7620401Z 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:27.7632691Z 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:27.7645003Z 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:27.7657615Z 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:27.7669814Z 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:27.7682065Z 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:27.7694430Z 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:27.7706764Z 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:27.7719003Z 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:27.7731316Z 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:27.7743768Z 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:27.7755963Z 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:27.7768295Z 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:27.7780620Z 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:27.7792869Z 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:27.7805121Z 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:27.7817455Z 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:27.7829543Z 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:27.7841634Z 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:27.7854033Z 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:27.7866383Z 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:27.7878703Z 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:27.7890875Z 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:27.7903178Z 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:27.7915386Z 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:27.7927704Z 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:27.7940033Z 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:27.7953021Z 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:27.7964825Z 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:27.7977187Z 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:27.7989329Z 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:27.8001505Z 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:27.8013698Z 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:27.8025989Z 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:27.8038173Z 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:27.8050532Z 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:27.8062799Z 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:27.8074849Z 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:27.8087183Z 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:27.8099600Z 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:27.8111920Z 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:27.8124270Z 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:27.8136692Z 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:27.8149119Z 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:27.8161311Z 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:27.8173610Z 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:27.8185534Z 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:27.8197280Z 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:27.8209350Z 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:27.8221510Z 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:27.8233502Z 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:27.8245305Z 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:27.8257464Z 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:27.8269378Z 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:27.8281224Z 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:27.8293304Z 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:27.8305252Z 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:27.8317113Z 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:27.8329315Z 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:27.8341705Z 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:27.8353809Z 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:27.8365888Z 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:27.8378264Z 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:27.8390385Z 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:27.8402194Z 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:27.8414621Z 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:27.8427218Z 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:27.8439737Z 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:27.8451912Z 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:27.8464178Z 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:27.8476163Z 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:27.8488318Z 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:27.8500335Z 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:27.8512229Z 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:27.8524274Z 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:27.8536736Z 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:27.8548714Z 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:27.8560636Z 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:27.8572723Z 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:27.8584893Z 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:27.8596840Z 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:27.8608813Z 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:27.8621156Z 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:27.8633474Z 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:27.8646445Z 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:27.8659782Z 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:27.8671673Z 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:27.8683557Z 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:27.8695875Z 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:27.8707711Z 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:27.8720007Z 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:27.8732118Z 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:27.8744350Z 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:27.8756340Z 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:27.8768376Z 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:27.8780323Z 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:27.8792304Z 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:27.8804304Z 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:27.8816469Z 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:27.8828504Z 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:27.8840453Z 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:27.8852741Z 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:27.8864812Z 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:27.8877157Z 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:27.8889546Z 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:27.8901887Z 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:27.8914071Z 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:27.8926371Z 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:27.8938828Z 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:27.8951076Z 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:27.8963310Z 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:27.8975776Z 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:27.8988114Z 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:27.9000541Z 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:27.9012827Z 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:27.9025252Z 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:27.9037549Z 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:27.9049855Z 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:27.9062212Z 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:27.9074495Z 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:27.9086753Z 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:27.9099358Z 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:27.9111535Z 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:27.9123843Z 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:27.9136319Z 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:27.9148545Z 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:27.9160711Z 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:27.9173094Z 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:27.9185470Z 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:27.9197556Z 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:27.9209776Z 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:27.9222011Z 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:27.9234106Z 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:27.9246382Z 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:27.9258625Z 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:27.9270819Z 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:27.9282937Z 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:27.9295414Z 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:27.9307530Z 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:27.9319760Z 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:27.9332132Z 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:27.9344721Z 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:27.9356881Z 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:27.9365271Z test_nnc_correctness_matmul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:27.9378377Z 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:27.9390095Z 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:27.9402321Z 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:27.9414494Z 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:27.9427099Z 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:27.9439227Z 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:27.9451480Z 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:27.9463793Z 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:27.9476018Z 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:27.9488365Z 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:27.9500603Z 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:27.9512743Z 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:27.9524933Z 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:27.9537397Z 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:27.9549648Z 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:27.9561647Z 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:27.9574139Z 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:27.9586666Z 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:27.9599301Z 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:27.9611698Z 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:27.9624060Z 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:27.9636391Z 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:27.9648750Z 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:27.9661960Z 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:27.9674200Z 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:27.9686544Z 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:27.9699090Z 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:27.9711405Z 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:27.9723805Z 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:27.9736901Z 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:27.9749289Z 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:27.9761708Z 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:27.9774390Z 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:27.9786939Z 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:27.9799587Z 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:27.9812262Z 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:27.9824559Z 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:27.9836898Z 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:27.9849571Z 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:27.9861982Z 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:27.9874359Z 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:27.9886744Z 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:27.9899598Z 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:27.9911999Z 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:27.9924350Z 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:27.9937209Z 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:27.9949606Z 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:27.9962039Z 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:27.9974437Z 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:27.9987016Z 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:27.9999273Z 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:28.0011612Z 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:28.0024313Z 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:28.0036657Z 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:28.0049162Z 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:28.0061754Z 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:28.0074174Z 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:28.0086636Z 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:28.0099338Z 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:28.0111632Z 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:28.0124133Z 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:28.0136661Z 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:28.0149037Z 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:28.0161533Z 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:28.0174187Z 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:28.0186780Z 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:28.0199258Z 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:28.0211862Z 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:28.0224465Z 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:28.0237073Z 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:28.0249791Z 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:28.0262430Z 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:28.0275022Z 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:28.0287672Z 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:28.0300238Z 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:28.0312828Z 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:28.0325270Z 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:28.0337965Z 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:28.0350570Z 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:28.0363368Z 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:28.0376116Z 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:28.0388635Z 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:28.0401133Z 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:28.0413839Z 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:28.0426327Z 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:28.0438662Z 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:28.0451109Z 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:28.0463698Z 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:28.0476092Z 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:28.0488589Z 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:28.0501057Z 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:28.0513404Z 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:28.0525754Z 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:28.0538331Z 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:28.0550738Z 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:28.0563177Z 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:28.0575911Z 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:28.0588536Z 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:28.0601005Z 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:28.0613530Z 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:28.0626141Z 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:28.0638694Z 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:28.0651153Z 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:28.0663750Z 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:28.0676229Z 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:28.0688861Z 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:28.0701476Z 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:28.0714061Z 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:28.0726604Z 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:28.0739180Z 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:28.0751673Z 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:28.0764113Z 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:28.0776894Z 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:28.0789306Z 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:28.0801804Z 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:28.0814409Z 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:28.0827038Z 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:28.0839611Z 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:28.0852242Z 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:28.0864856Z 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:28.0877421Z 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:28.0890119Z 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:28.0902888Z 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:28.0915472Z 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:28.0927950Z 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:28.0940537Z 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:28.0953043Z 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:28.0965576Z 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:28.0978461Z 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:28.0990891Z 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:28.1003402Z 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:28.1016174Z 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:28.1028708Z 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:28.1041315Z 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:28.1053923Z 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:28.1066660Z 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:28.1079125Z 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:28.1091716Z 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:28.1104368Z 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:28.1116907Z 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:28.1129552Z 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:28.1142160Z 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:28.1154671Z 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:28.1167338Z 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:28.1180096Z 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:28.1192645Z 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:28.1205291Z 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:28.1218026Z 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:28.1230512Z 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:28.1242976Z 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:28.1255647Z 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:28.1268148Z 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:28.1280616Z 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:28.1293192Z 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:28.1305875Z 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:28.1318515Z 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:28.1331167Z 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:28.1344383Z 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:28.1356611Z 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:28.1368908Z 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:28.1381214Z 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:28.1393519Z 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:28.1405817Z 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:28.1418440Z 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:28.1430572Z 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:28.1442909Z 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:28.1455547Z 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:28.1467822Z 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:28.1480103Z 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:28.1492723Z 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:28.1505062Z 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:28.1517339Z 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:28.1529729Z 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:28.1542096Z 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:28.1554304Z 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:28.1566756Z 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:28.1579380Z 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:28.1591575Z 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:28.1603878Z 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:28.1616395Z 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:28.1628837Z 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:28.1641177Z 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:28.1653753Z 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:28.1665712Z 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:28.1677807Z 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:28.1690187Z 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:28.1702516Z 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:28.1714704Z 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:28.1726848Z 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:28.1739092Z 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:28.1751385Z 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:28.1763423Z 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:28.1775878Z 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:28.1787979Z 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:28.1800370Z 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:28.1812698Z 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:28.1825023Z 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:28.1837146Z 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:28.1849439Z 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:28.1861633Z 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:28.1873726Z 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:28.1885906Z 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:28.1898878Z 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:28.1911394Z 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:28.1923441Z 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:28.1936363Z 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:28.1948559Z 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:28.1960830Z 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:28.1973275Z 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:28.1985738Z 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:28.1998014Z 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:28.2010424Z 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:28.2022814Z 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:28.2035046Z 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:28.2047564Z 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:28.2059907Z 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:28.2072172Z 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:28.2084483Z 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:28.2097123Z 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:28.2109387Z 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:28.2121797Z 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:28.2134256Z 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:28.2146806Z 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:28.2159287Z 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:28.2172393Z 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:28.2185499Z 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:28.2197750Z 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:28.2210158Z 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:28.2222190Z 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:28.2234030Z 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:28.2246125Z 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:28.2258440Z 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:28.2270354Z 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:28.2282376Z 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:28.2294660Z 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:28.2306714Z 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:28.2318919Z 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:28.2330852Z 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:28.2343199Z 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:28.2355247Z 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:28.2367230Z 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:28.2379442Z 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:28.2391719Z 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:28.2404434Z 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:28.2417729Z 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:28.2430351Z 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:28.2442825Z 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:28.2455275Z 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:28.2467480Z 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:28.2479674Z 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:28.2491959Z 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:28.2504315Z 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:28.2516614Z 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:28.2528992Z 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:28.2541233Z 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:28.2553406Z 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:28.2565581Z 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:28.2578041Z 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:28.2590210Z 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:28.2602568Z 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:28.2614902Z 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:28.2627023Z 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:28.2639195Z 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:28.2651627Z 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:28.2663953Z 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:28.2676491Z 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:28.2688866Z 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:28.2701218Z 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:28.2713548Z 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:28.2725707Z 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:28.2737987Z 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:28.2750172Z 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:28.2762330Z 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:28.2774752Z 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:28.2787051Z 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:28.2799243Z 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:28.2811552Z 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:28.2823756Z 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:28.2835956Z 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:28.2848333Z 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:28.2860704Z 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:28.2872922Z 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:28.2885219Z 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:28.2897716Z 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:28.2910052Z 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:28.2922316Z 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:28.2934969Z 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:28.2947421Z 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:28.2959815Z 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:28.2972110Z 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:28.2984377Z 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:28.2996578Z 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:28.3008981Z 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:28.3021363Z 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:28.3033640Z 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:28.3045935Z 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:28.3058482Z 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:28.3070745Z 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:28.3083079Z 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:28.3095593Z 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:28.3107735Z 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:28.3119972Z 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:28.3132339Z 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:28.3144613Z 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:28.3157259Z 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:28.3166197Z test_nnc_correctness_new_empty_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:28.3174969Z test_nnc_correctness_new_empty_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:28.3183044Z test_nnc_correctness_new_empty_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:28.3191554Z test_nnc_correctness_new_empty_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:28.3199796Z test_nnc_correctness_new_empty_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:28.3208583Z test_nnc_correctness_new_empty_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:28.3217295Z test_nnc_correctness_new_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:28.3225591Z test_nnc_correctness_new_empty_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:28.3234096Z test_nnc_correctness_new_empty_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:28.3242513Z test_nnc_correctness_new_empty_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:28.3251224Z test_nnc_correctness_new_empty_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:28.3259771Z test_nnc_correctness_new_empty_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:28.3268416Z test_nnc_correctness_new_empty_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:28.3276789Z test_nnc_correctness_new_empty_strided_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:53:28.3285268Z test_nnc_correctness_new_empty_strided_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:53:28.3293861Z test_nnc_correctness_new_empty_strided_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:53:28.3302510Z test_nnc_correctness_new_empty_strided_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:53:28.3310863Z test_nnc_correctness_new_empty_strided_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:53:28.3319387Z test_nnc_correctness_new_empty_strided_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:53:28.3327863Z test_nnc_correctness_new_empty_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:53:28.3336889Z test_nnc_correctness_new_empty_strided_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:53:28.3345163Z test_nnc_correctness_new_empty_strided_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:53:28.3353441Z test_nnc_correctness_new_empty_strided_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:53:28.3361618Z test_nnc_correctness_new_empty_strided_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:53:28.3370166Z test_nnc_correctness_new_empty_strided_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:53:28.3378786Z test_nnc_correctness_new_empty_strided_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:53:28.3391008Z 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:28.3403726Z 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:28.3416320Z 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:28.3428996Z 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:28.3441397Z 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:28.3454243Z 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:28.3466704Z 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:28.3479106Z 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:28.3491601Z 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:28.3504350Z 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:28.3516679Z 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:28.3529212Z 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:28.3541888Z 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:28.3554358Z 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:28.3566953Z 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:28.3579520Z 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:28.3591893Z 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:28.3604332Z 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:28.3617021Z 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:28.3629616Z 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:28.3641949Z 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:28.3654626Z 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:28.3667207Z 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:28.3679886Z 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:28.3692471Z 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:28.3705331Z 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:28.3717723Z 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:28.3730607Z 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:28.3743262Z 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:28.3755795Z 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:28.3768234Z 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:28.3780858Z 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:28.3793326Z 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:28.3805786Z 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:28.3818557Z 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:28.3831070Z 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:28.3843522Z 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:28.3856352Z 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:28.3868720Z 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:28.3881280Z 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:28.3893652Z 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:28.3906128Z 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:28.3918605Z 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:28.3930713Z 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:28.3943010Z 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:28.3955436Z 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:28.3967558Z 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:28.3979931Z 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:28.3992305Z 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:28.4004566Z 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:28.4017170Z 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:28.4029413Z 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:28.4041686Z 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:28.4054126Z 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:28.4066576Z 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:28.4078814Z 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:28.4091138Z 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:28.4103616Z 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:28.4115935Z 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:28.4128260Z 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:28.4140659Z 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:28.4153072Z 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:28.4165395Z 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:28.4177841Z 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:28.4190095Z 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:28.4202355Z 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:28.4214770Z 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:28.4227048Z 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:28.4239271Z 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:28.4251647Z 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:28.4260478Z test_nnc_correctness_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:28.4272582Z 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:28.4284875Z 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:28.4293706Z test_nnc_correctness_nn_functional_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:28.4305878Z 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:28.4318144Z 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:28.4330439Z 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:28.4342856Z 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:28.4355393Z 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:28.4367630Z 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:28.4379981Z 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:28.4388629Z test_nnc_correctness_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:28.4397451Z test_nnc_correctness_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:28.4408915Z 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:28.4421196Z 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:28.4433274Z 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:28.4445416Z 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:28.4458160Z 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:28.4470326Z 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:28.4482731Z 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:28.4495232Z 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:28.4507358Z 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:28.4519545Z 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:28.4531796Z 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:28.4544168Z 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:28.4556390Z 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:28.4568747Z 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:28.4581098Z 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:28.4593724Z 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:28.4605983Z 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:28.4618395Z 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:28.4630589Z 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:28.4642760Z 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:28.4655833Z 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:28.4668214Z 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:28.4680275Z 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:28.4692613Z 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:28.4705785Z 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:28.4718176Z 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:28.4730791Z 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:28.4743170Z 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:28.4755509Z 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:28.4768047Z 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:28.4780494Z 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:28.4793073Z 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:28.4805358Z 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:28.4817933Z 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:28.4830217Z 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:28.4842487Z 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:28.4855225Z 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:28.4867520Z 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:28.4879823Z 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:28.4892225Z 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:28.4904708Z 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:28.4917378Z 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:28.4930420Z 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:28.4943690Z 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:28.4956709Z 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:28.4969222Z 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:28.4981301Z 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:28.4993390Z 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:28.5005329Z 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:28.5017632Z 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:28.5029671Z 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:28.5041566Z 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:28.5053960Z 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:28.5066474Z 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:28.5078778Z 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:28.5091176Z 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:28.5103713Z 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:28.5116055Z 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:28.5128425Z 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:28.5140701Z 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:28.5152825Z 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:28.5165301Z 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:28.5177854Z 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:28.5190068Z 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:28.5202260Z 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:28.5214741Z 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:28.5227264Z 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:28.5239554Z 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:28.5252023Z 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:28.5264385Z 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:28.5276697Z 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:28.5289094Z 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:28.5301309Z 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:28.5313586Z 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:28.5325765Z 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:28.5338544Z 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:28.5350950Z 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:28.5363291Z 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:28.5375572Z 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:28.5387912Z 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:28.5400118Z 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:28.5412536Z 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:28.5425152Z 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:28.5437929Z 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:28.5450842Z 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:28.5463951Z 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:28.5475893Z 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:28.5487938Z 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:28.5500196Z 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:28.5512028Z 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:28.5524150Z 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:28.5536321Z 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:28.5548413Z 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:28.5560618Z 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:28.5572859Z 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:28.5584936Z 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:28.5596903Z 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:28.5608889Z 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:28.5620972Z 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:28.5632859Z 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:28.5644869Z 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:28.5657003Z 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:28.5669061Z 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:28.5681697Z 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:28.5695218Z 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:28.5708334Z 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:28.5721525Z 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:28.5733765Z 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:28.5745900Z 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:28.5757921Z 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:28.5770021Z 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:28.5782145Z 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:28.5794078Z 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:28.5805980Z 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:28.5818195Z 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:28.5830333Z 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:28.5842284Z 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:28.5854485Z 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:28.5866651Z 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:28.5878572Z 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:28.5890566Z 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:28.5902691Z 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:28.5914503Z 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:28.5926713Z 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:28.5939356Z 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:28.5952322Z 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:28.5965367Z 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:28.5978291Z 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:28.5990497Z 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:28.6002497Z 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:28.6014666Z 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:28.6026828Z 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:28.6039122Z 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:28.6051358Z 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:28.6063639Z 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:28.6075938Z 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:28.6088307Z 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:28.6100684Z 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:28.6113097Z 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:28.6125333Z 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:28.6137848Z 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:28.6150169Z 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:28.6162505Z 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:28.6175201Z 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:28.6188168Z 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:28.6200600Z 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:28.6213041Z 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:28.6225434Z 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:28.6237595Z 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:28.6249995Z 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:28.6262289Z 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:28.6274552Z 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:28.6286880Z 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:28.6299281Z 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:28.6311632Z 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:28.6323882Z 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:28.6336723Z 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:28.6348741Z 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:28.6361104Z 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:28.6373435Z 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:28.6385739Z 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:28.6398115Z 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:28.6410647Z 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:28.6422949Z 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:28.6435240Z 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:28.6447812Z 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:28.6460173Z 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:28.6472762Z 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:28.6484983Z 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:28.6497402Z 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:28.6509659Z 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:28.6521853Z 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:28.6534205Z 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:28.6546479Z 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:28.6558657Z 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:28.6570930Z 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:28.6583157Z 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:28.6595382Z 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:28.6607861Z 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:28.6620277Z 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:28.6632546Z 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:28.6644780Z 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:28.6653455Z test_nnc_correctness_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Works on some configs (0.001s) 2022-09-27T15:53:28.6665863Z 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:28.6678330Z 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:28.6690889Z 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:28.6703478Z 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:28.6715898Z 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:28.6728557Z 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:28.6741080Z 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:28.6753553Z 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:28.6765938Z 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:28.6778609Z 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:28.6791111Z 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:28.6803616Z 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:28.6816154Z 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:28.6828634Z 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:28.6841039Z 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:28.6853578Z test_nnc_correctness_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:28.6866060Z 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:28.6878455Z 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:28.6890995Z 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:28.6903514Z 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:28.6915900Z 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:28.6928529Z 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:28.6941215Z 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:28.6953616Z 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:28.6966234Z 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:28.6978896Z 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:28.6991239Z 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:28.7003675Z 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:28.7016267Z 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:28.7028569Z 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:28.7040915Z 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:28.7053483Z 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:28.7065976Z 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:28.7078371Z 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:28.7090958Z 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:28.7103572Z 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:28.7116016Z 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:28.7128522Z 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:28.7141082Z 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:28.7153446Z 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:28.7165762Z 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:28.7178397Z 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:28.7190873Z 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:28.7203401Z 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:28.7216004Z 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:28.7228384Z 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:28.7240915Z 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:28.7253424Z 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:28.7265963Z 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:28.7278449Z 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:28.7290979Z 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:28.7303494Z 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:28.7315966Z 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:28.7328455Z 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:28.7341604Z 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:28.7354628Z 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:28.7367768Z 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:28.7381082Z 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:28.7394344Z 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:28.7407572Z 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:28.7420833Z 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:28.7434068Z 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:28.7446627Z 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:28.7459105Z 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:28.7471845Z 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:28.7484305Z 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:28.7497051Z 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:28.7509389Z 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:28.7521835Z 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:28.7534464Z 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:28.7547086Z 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:28.7559496Z 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:28.7572143Z 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:28.7584752Z 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:28.7597225Z 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:28.7609776Z 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:28.7622392Z 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:28.7634836Z 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:28.7647309Z 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:28.7659964Z 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:28.7672408Z 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:28.7684890Z 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:28.7697742Z 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:28.7710130Z 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:28.7722605Z 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:28.7735610Z 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:28.7747948Z 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:28.7760517Z 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:28.7772959Z 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:28.7785598Z 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:28.7797960Z 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:28.7810567Z 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:28.7823127Z 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:28.7835533Z 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:28.7848081Z 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:28.7860577Z 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:28.7873079Z 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:28.7885526Z 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:28.7898169Z 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:28.7910606Z 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:28.7923044Z 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:28.7935856Z 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:28.7948374Z 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:28.7960846Z 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:28.7973351Z 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:28.7985902Z 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:28.7998347Z 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:28.8011023Z 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:28.8023556Z 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:28.8035969Z 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:28.8048521Z 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:28.8061202Z 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:28.8073732Z 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:28.8086208Z 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:28.8098816Z 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:28.8111267Z 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:28.8123609Z 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:28.8136225Z 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:28.8148632Z 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:28.8161056Z 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:28.8173636Z 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:28.8186186Z 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:28.8198731Z 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:28.8211192Z 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:28.8223760Z 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:28.8236201Z 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:28.8248889Z 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:28.8261188Z 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:28.8273839Z 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:28.8286150Z 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:28.8298679Z 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:28.8311040Z 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:28.8323528Z 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:28.8336399Z 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:28.8348789Z 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:28.8361221Z 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:28.8373865Z 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:28.8386453Z 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:28.8398763Z 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:28.8411246Z 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:28.8423682Z 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:28.8436093Z 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:28.8448744Z 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:28.8461256Z 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:28.8473793Z 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:28.8486272Z 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:28.8499023Z 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:28.8511575Z 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:28.8524169Z 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:28.8537214Z 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:28.8549499Z 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:28.8561930Z 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:28.8574512Z 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:28.8587102Z 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:28.8599571Z 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:28.8612165Z 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:28.8624871Z 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:28.8637400Z 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:28.8649997Z 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:28.8662676Z 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:28.8675242Z 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:28.8687864Z 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:28.8700568Z 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:28.8713096Z 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:28.8725495Z 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:28.8738234Z 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:28.8750743Z 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:28.8763139Z 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:28.8775817Z 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:28.8788585Z 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:28.8800999Z 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:28.8813520Z 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:28.8826263Z 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:28.8838759Z 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:28.8851421Z 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:28.8864171Z 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:28.8876606Z 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:28.8889234Z 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:28.8901882Z 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:28.8914253Z 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:28.8926824Z 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:28.8939469Z 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:28.8952118Z 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:28.8964598Z 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:28.8977466Z 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:28.8990011Z 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:28.9002490Z 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:28.9015314Z 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:28.9027730Z 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:28.9040184Z 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:28.9052715Z 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:28.9065545Z 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:28.9077799Z 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:28.9090277Z 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:28.9102867Z 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:28.9115463Z 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:28.9127998Z 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:28.9140673Z 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:28.9153230Z 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:28.9165790Z 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:28.9178485Z 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:28.9190959Z 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:28.9203420Z 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:28.9216369Z 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:28.9228737Z 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:28.9241108Z 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:28.9253755Z 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:28.9266500Z 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:28.9278908Z 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:28.9291523Z 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:28.9304046Z 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:28.9316717Z 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:28.9329327Z 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:28.9342118Z 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:28.9354785Z 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:28.9367134Z 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:28.9379747Z 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:28.9392115Z 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:28.9404782Z 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:28.9417339Z 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:28.9429825Z 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:28.9442439Z 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:28.9455474Z 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:28.9468049Z 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:28.9480437Z 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:28.9492968Z 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:28.9505576Z 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:28.9518099Z 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:28.9530767Z 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:28.9543469Z 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:28.9555909Z 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:28.9568693Z 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:28.9581913Z 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:28.9594239Z 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:28.9606813Z 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:28.9619559Z 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:28.9632087Z 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:28.9644638Z 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:28.9658006Z 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:28.9670425Z 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:28.9682943Z 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:28.9695643Z 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:28.9708246Z 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:28.9720892Z 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:28.9733626Z 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:28.9746178Z 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:28.9758747Z 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:28.9771539Z 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:28.9783986Z 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:28.9796388Z 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:28.9808810Z 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:28.9821251Z 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:28.9833489Z 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:28.9845889Z 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:28.9858316Z 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:28.9870536Z 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:28.9882830Z 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:28.9895335Z 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:28.9907571Z 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:28.9919871Z 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:28.9932245Z 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:28.9944623Z 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:28.9957225Z 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:28.9969674Z 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:28.9982150Z 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:28.9994496Z 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:29.0007086Z 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:29.0019829Z 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:29.0032593Z 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:29.0044748Z 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:29.0057321Z 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:29.0069569Z 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:29.0081768Z 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:29.0094227Z 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:29.0106805Z 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:29.0119113Z 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:29.0131390Z 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:29.0143826Z 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:29.0156017Z 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:29.0168335Z 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:29.0180814Z 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:29.0193200Z 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:29.0205514Z 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:29.0218068Z 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:29.0230326Z 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:29.0242667Z 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:29.0255157Z 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:29.0267397Z 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:29.0279788Z 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:29.0292229Z 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:29.0304508Z 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:29.0316942Z 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:29.0329331Z 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:29.0341865Z 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:29.0354014Z 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:29.0366362Z 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:29.0378743Z 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:29.0391034Z 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:29.0403409Z 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:29.0415854Z 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:29.0428133Z 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:29.0440430Z 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:29.0452966Z 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:29.0465322Z 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:29.0477647Z 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:29.0490066Z 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:29.0502476Z 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:29.0514807Z 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:29.0527126Z 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:29.0539745Z 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:29.0551992Z 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:29.0564291Z 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:29.0576784Z 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:29.0589086Z 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:29.0601335Z 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:29.0613779Z 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:29.0626186Z 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:29.0638434Z 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:29.0650795Z 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:29.0663325Z 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:29.0676156Z 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:29.0689069Z 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:29.0701528Z 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:29.0713828Z 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:29.0726220Z 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:29.0738676Z 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:29.0750971Z 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:29.0763212Z 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:29.0775666Z 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:29.0787957Z 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:29.0800180Z 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:29.0812543Z 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:29.0824889Z 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:29.0837250Z 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:29.0849491Z 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:29.0862015Z 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:29.0874441Z 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:29.0886891Z 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:29.0899513Z 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:29.0911697Z 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:29.0923923Z 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:29.0936520Z 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:29.0948796Z 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:29.0961037Z 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:29.0973499Z 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:29.0985801Z 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:29.0998078Z 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:29.1010561Z 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:29.1023322Z 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:29.1035894Z 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:29.1048470Z 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:29.1061218Z 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:29.1073757Z 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:29.1086326Z 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:29.1099087Z 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:29.1111626Z 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:29.1124177Z 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:29.1137028Z 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:29.1149627Z 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:29.1162227Z 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:29.1175172Z 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:29.1187842Z 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:29.1200536Z 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:29.1213115Z 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:29.1225805Z 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:29.1238830Z 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:29.1251017Z 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:29.1263682Z 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:29.1276195Z 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:29.1288767Z 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:29.1301377Z 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:29.1314089Z 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:29.1326881Z 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:29.1339557Z 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:29.1352102Z 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:29.1364537Z 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:29.1376786Z 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:29.1388889Z 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:29.1401195Z 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:29.1413456Z 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:29.1425629Z 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:29.1437842Z 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:29.1450288Z 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:29.1462793Z 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:29.1475034Z 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:29.1487294Z 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:29.1499740Z 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:29.1511798Z 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:29.1524018Z 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:29.1536423Z 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:29.1548668Z 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:29.1560789Z 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:29.1573102Z 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:29.1585488Z 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:29.1597806Z 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:29.1610120Z 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:29.1622519Z 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:29.1634817Z 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:29.1647236Z 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:29.1659744Z 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:29.1672050Z 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:29.1684402Z 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:29.1697016Z 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:29.1709177Z 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:29.1721445Z 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:29.1733896Z 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:29.1746231Z 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:29.1758481Z 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:29.1770905Z 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:29.1783380Z 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:29.1795551Z 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:29.1807884Z 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:29.1820400Z 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:29.1832664Z 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:29.1844929Z 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:29.1857471Z 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:29.1869753Z 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:29.1882032Z 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:29.1894482Z 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:29.1906858Z 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:29.1919095Z 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:29.1931489Z 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:29.1943918Z 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:29.1956220Z 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:29.1968536Z 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:29.1981054Z 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:29.1993315Z 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:29.2005694Z 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:29.2018154Z 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:29.2030323Z 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:29.2042592Z 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:29.2055273Z 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:29.2067796Z 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:29.2080060Z 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:29.2092479Z 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:29.2104945Z 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:29.2117243Z 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:29.2129725Z 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:29.2142236Z 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:29.2154609Z 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:29.2166925Z 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:29.2179136Z 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:29.2191723Z 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:29.2204286Z 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:29.2216918Z 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:29.2229405Z 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:29.2241902Z 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:29.2254623Z 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:29.2267226Z 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:29.2279666Z 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:29.2292317Z 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:29.2304918Z 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:29.2317357Z 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:29.2329970Z 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:29.2342813Z 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:29.2355266Z 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:29.2367624Z 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:29.2380356Z 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:29.2392865Z 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:29.2405440Z 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:29.2418268Z 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:29.2430822Z 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:29.2443543Z 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:29.2456266Z 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:29.2468791Z 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:29.2481376Z 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:29.2493778Z 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:29.2506420Z 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:29.2518932Z 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:29.2531540Z 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:29.2544440Z 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:29.2556694Z 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:29.2569247Z 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:29.2581917Z 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:29.2594594Z 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:29.2607127Z 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:29.2619876Z 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:29.2632538Z 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:29.2644737Z 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:29.2657547Z 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:29.2669993Z 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:29.2682420Z 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:29.2695401Z 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:29.2707848Z 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:29.2720584Z 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:29.2733097Z 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:29.2745626Z 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:29.2757928Z 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:29.2770430Z 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:29.2783035Z 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:29.2795152Z 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:29.2807559Z 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:29.2820006Z 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:29.2832306Z 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:29.2844597Z 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:29.2857127Z 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:29.2869410Z 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:29.2881790Z 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:29.2894258Z 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:29.2906702Z 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:29.2919224Z 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:29.2931509Z 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:29.2944139Z 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:29.2956541Z 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:29.2969092Z 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:29.2981845Z 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:29.2994245Z 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:29.3006815Z 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:29.3019506Z 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:29.3032061Z 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:29.3044499Z 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:29.3057274Z 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:29.3069821Z 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:29.3082358Z 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:29.3095149Z 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:29.3107619Z 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:29.3120164Z 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:29.3132766Z 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:29.3145484Z 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:29.3158115Z 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:29.3170711Z 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:29.3183367Z 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:29.3196165Z 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:29.3208933Z 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:29.3221682Z 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:29.3233952Z 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:29.3246377Z 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:29.3258852Z 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:29.3271167Z 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:29.3283455Z 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:29.3296079Z 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:29.3308427Z 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:29.3320655Z 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:29.3333223Z 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:29.3345612Z 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:29.3357919Z 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:29.3370294Z 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:29.3382814Z 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:29.3395098Z 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:29.3407466Z 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:29.3419892Z 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:29.3432132Z 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:29.3444538Z 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:29.3457072Z 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:29.3469323Z 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:29.3481593Z 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:29.3494064Z 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:29.3506298Z 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:29.3518489Z 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:29.3530825Z 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:29.3543119Z 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:29.3555282Z 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:29.3567512Z 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:29.3579917Z 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:29.3592009Z 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:29.3604195Z 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:29.3616548Z 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:29.3628830Z 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:29.3641042Z 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:29.3653263Z 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:29.3665609Z 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:29.3677860Z 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:29.3690193Z 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:29.3702589Z 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:29.3714960Z 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:29.3727704Z 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:29.3740678Z 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:29.3752983Z 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:29.3765477Z 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:29.3777925Z 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:29.3790142Z 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:29.3802558Z 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:29.3814935Z 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:29.3827285Z 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:29.3839582Z 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:29.3852166Z 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:29.3864608Z 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:29.3877048Z 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:29.3889575Z 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:29.3902225Z 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:29.3914817Z 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:29.3927267Z 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:29.3940116Z 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:29.3952610Z 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:29.3965272Z 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:29.3978165Z 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:29.3990455Z 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:29.4002903Z 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:29.4015620Z 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:29.4028194Z 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:29.4040760Z 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:29.4053475Z 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:29.4065903Z 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:29.4078524Z 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:29.4091062Z 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:29.4103886Z 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:29.4116610Z 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:29.4129303Z 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:29.4142138Z 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:29.4154841Z 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:29.4167485Z 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:29.4180224Z 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:29.4192834Z 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:29.4205455Z 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:29.4218314Z 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:29.4230909Z 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:29.4243578Z 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:29.4256474Z 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:29.4269035Z 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:29.4281693Z 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:29.4294420Z 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:29.4307234Z 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:29.4319862Z 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:29.4332782Z 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:29.4345390Z 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:29.4358099Z 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:29.4370375Z 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:29.4382774Z 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:29.4394996Z 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:29.4407366Z 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:29.4419885Z 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:29.4432422Z 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:29.4444768Z 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:29.4457373Z 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:29.4469613Z 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:29.4482440Z 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:29.4494322Z 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:29.4506717Z 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:29.4518913Z 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:29.4531284Z 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:29.4543686Z 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:29.4555998Z 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:29.4568339Z 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:29.4580895Z 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:29.4593944Z 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:29.4606388Z 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:29.4618670Z 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:29.4630965Z 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:29.4643243Z 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:29.4656409Z 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:29.4668720Z 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:29.4681046Z 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:29.4693413Z 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:29.4705818Z 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:29.4718336Z 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:29.4730819Z 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:29.4743730Z 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:29.4755826Z 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:29.4768010Z 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:29.4780487Z 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:29.4792656Z 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:29.4804903Z 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:29.4817382Z 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:29.4829665Z 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:29.4841934Z 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:29.4854352Z 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:29.4866725Z 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:29.4879133Z 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:29.4891455Z 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:29.4904144Z 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:29.4916242Z 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:29.4928705Z 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:29.4941110Z 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:29.4953360Z 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:29.4965645Z 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:29.4978126Z 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:29.4991144Z 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:29.5004407Z 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:29.5017111Z 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:29.5029679Z 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:29.5041885Z 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:29.5054283Z 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:29.5066765Z 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:29.5079097Z 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:29.5091548Z 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:29.5104134Z 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:29.5116458Z 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:29.5128820Z 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:29.5141238Z 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:29.5153502Z 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:29.5165844Z 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:29.5178465Z 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:29.5190577Z 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:29.5202901Z 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:29.5215545Z 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:29.5228005Z 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:29.5240922Z 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:29.5254017Z 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:29.5267195Z 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:29.5279272Z 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:29.5291274Z 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:29.5303402Z 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:29.5315296Z 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:29.5327409Z 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:29.5339732Z 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:29.5351921Z 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:29.5364193Z 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:29.5376903Z 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:29.5389197Z 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:29.5401487Z 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:29.5413840Z 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:29.5426083Z 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:29.5438409Z 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:29.5450850Z 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:29.5463157Z 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:29.5475482Z 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:29.5488440Z 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:29.5501563Z 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:29.5514426Z 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:29.5526924Z 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:29.5539378Z 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:29.5551267Z 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:29.5563187Z 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:29.5575616Z 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:29.5587445Z 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:29.5599333Z 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:29.5611380Z 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:29.5623612Z 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:29.5635522Z 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:29.5647583Z 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:29.5659490Z 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:29.5671505Z 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:29.5683348Z 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:29.5695663Z 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:29.5707571Z 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:29.5719425Z 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:29.5731922Z 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:29.5744703Z 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:29.5757593Z 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:29.5770609Z 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:29.5783055Z 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:29.5795436Z 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:29.5807361Z 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:29.5819483Z 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:29.5831669Z 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:29.5843767Z 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:29.5855845Z 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:29.5868010Z 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:29.5879867Z 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:29.5891963Z 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:29.5903944Z 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:29.5915957Z 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:29.5927878Z 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:29.5940023Z 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:29.5951939Z 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:29.5963819Z 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:29.5975827Z 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:29.5988417Z 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:29.6001417Z 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:29.6014553Z 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:29.6027326Z 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:29.6039654Z 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:29.6052051Z 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:29.6064100Z 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:29.6075918Z 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:29.6088102Z 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:29.6100135Z 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:29.6112086Z 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:29.6124185Z 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:29.6136544Z 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:29.6148440Z 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:29.6160417Z 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:29.6172602Z 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:29.6184667Z 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:29.6196518Z 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:29.6208564Z 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:29.6220575Z 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:29.6232493Z 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:29.6244799Z 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:29.6258043Z 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:29.6270891Z 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:29.6283965Z 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:29.6296551Z 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:29.6308748Z 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:29.6320854Z 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:29.6333167Z 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:29.6345422Z 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:29.6357034Z 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:29.6369094Z 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:29.6381185Z 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:29.6393237Z 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:29.6405142Z 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:29.6417326Z 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:29.6429233Z 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:29.6441147Z 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:29.6453331Z 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:29.6465386Z 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:29.6477237Z 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:29.6489265Z 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:29.6501647Z 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:29.6514570Z 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:29.6527657Z 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:29.6540570Z 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:29.6552932Z 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:29.6564992Z 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:29.6577396Z 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:29.6589343Z 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:29.6601461Z 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:29.6613556Z 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:29.6625681Z 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:29.6637618Z 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:29.6649746Z 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:29.6661895Z 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:29.6673804Z 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:29.6685698Z 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:29.6697896Z 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:29.6709789Z 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:29.6721842Z 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:29.6733761Z 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:29.6745866Z 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:29.6758287Z 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:29.6771318Z 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:29.6784361Z 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:29.6797375Z 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:29.6809875Z 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:29.6822007Z 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:29.6833982Z 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:29.6845903Z 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:29.6858162Z 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:29.6870107Z 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:29.6881864Z 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:29.6893875Z 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:29.6906068Z 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:29.6917988Z 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:29.6930073Z 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:29.6942156Z 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:29.6954103Z 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:29.6966152Z 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:29.6978230Z 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:29.6990113Z 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:29.7001946Z 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:29.7014674Z 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:29.7027679Z 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:29.7040669Z 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:29.7053903Z 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:29.7066180Z 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:29.7078294Z 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:29.7090828Z 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:29.7102698Z 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:29.7114981Z 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:29.7126835Z 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:29.7139032Z 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:29.7150862Z 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:29.7162930Z 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:29.7175099Z 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:29.7186924Z 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:29.7198776Z 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:29.7210821Z 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:29.7222880Z 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:29.7234825Z 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:29.7246917Z 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:29.7259048Z 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:29.7271418Z 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:29.7284285Z 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:29.7297402Z 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:29.7310263Z 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:29.7322634Z 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:29.7335030Z 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:29.7347072Z 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:29.7359012Z 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:29.7371158Z 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:29.7383122Z 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:29.7395086Z 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:29.7407053Z 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:29.7419252Z 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:29.7431077Z 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:29.7443026Z 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:29.7455137Z 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:29.7467101Z 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:29.7479075Z 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:29.7491017Z 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:29.7503159Z 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:29.7515136Z 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:29.7527610Z 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:29.7540649Z 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:29.7553618Z 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:29.7566551Z 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:29.7579082Z 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:29.7591179Z 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:29.7603181Z 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:29.7615387Z 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:29.7627359Z 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:29.7639255Z 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:29.7651420Z 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:29.7663421Z 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:29.7675555Z 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:29.7687606Z 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:29.7699819Z 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:29.7711653Z 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:29.7723606Z 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:29.7735711Z 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:29.7747563Z 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:29.7759432Z 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:29.7771383Z 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:29.7783792Z 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:29.7796752Z 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:29.7809843Z 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:29.7823025Z 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:29.7835257Z 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:29.7847454Z 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:29.7859773Z 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:29.7871706Z 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:29.7883770Z 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:29.7895844Z 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:29.7907728Z 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:29.7919610Z 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:29.7931719Z 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:29.7943750Z 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:29.7955615Z 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:29.7967576Z 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:29.7979674Z 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:29.7991776Z 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:29.8003757Z 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:29.8015930Z 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:29.8027847Z 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:29.8040191Z 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:29.8053177Z 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:29.8066083Z 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:29.8079046Z 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:29.8094310Z 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:29.8106710Z 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:29.8119131Z 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:29.8131175Z 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:29.8143599Z 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:29.8155881Z 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:29.8168137Z 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:29.8180413Z 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:29.8192657Z 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:29.8204928Z 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:29.8217193Z 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:29.8229281Z 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:29.8241654Z 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:29.8254045Z 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:29.8266438Z 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:29.8278671Z 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:29.8290984Z 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:29.8303487Z 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:29.8315560Z 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:29.8327826Z 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:29.8340277Z 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:29.8352308Z 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:29.8364759Z 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:29.8377069Z 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:29.8389032Z 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:29.8401144Z 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:29.8413490Z 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:29.8425898Z 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:29.8438084Z 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:29.8450470Z 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:29.8462661Z 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:29.8474957Z 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:29.8487056Z 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:29.8499514Z 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:29.8511610Z 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:29.8523802Z 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:29.8536137Z 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:29.8548182Z 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:29.8560339Z 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:29.8573059Z 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:29.8585205Z 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:29.8597628Z 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:29.8609968Z 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:29.8622266Z 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:29.8634478Z 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:29.8646705Z 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:29.8659071Z 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:29.8671256Z 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:29.8683454Z 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:29.8695950Z 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:29.8708197Z 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:29.8720462Z 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:29.8732866Z 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:29.8745388Z 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:29.8757536Z 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:29.8769910Z 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:29.8778567Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.8786955Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.8795364Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.8804376Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.8812579Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.8821014Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.8829470Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.8838380Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.8846952Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.8855613Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.8864132Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.8872701Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.8881112Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.8889496Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.8898556Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.8906559Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.8915266Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.8923588Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.8932121Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.8940696Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.8949322Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.8957725Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.8966312Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.8975104Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.8983752Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.8992181Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9000700Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9009473Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9018115Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9026449Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9034849Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9043177Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9055730Z 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:29.9068583Z 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:29.9081146Z 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:29.9093805Z 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:29.9106379Z 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:29.9118939Z 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:29.9131538Z 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:29.9144259Z 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:29.9156697Z 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:29.9169291Z 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:29.9181860Z 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:29.9194276Z 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:29.9206784Z 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:29.9219598Z 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:29.9232051Z 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:29.9244716Z 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:29.9257280Z 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:29.9265796Z test_nnc_correctness_special_hermite_polynomial_h_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9274279Z test_nnc_correctness_special_hermite_polynomial_h_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9282669Z test_nnc_correctness_special_hermite_polynomial_h_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9291231Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9299854Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9308474Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9316853Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9325204Z test_nnc_correctness_special_hermite_polynomial_h_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9334461Z test_nnc_correctness_special_hermite_polynomial_he_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9343563Z test_nnc_correctness_special_hermite_polynomial_he_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9352009Z test_nnc_correctness_special_hermite_polynomial_he_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9360694Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9369156Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9377679Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9386154Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9394826Z test_nnc_correctness_special_hermite_polynomial_he_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9407214Z 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:29.9419614Z 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:29.9432138Z 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:29.9444834Z 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:29.9457119Z 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:29.9469581Z 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:29.9481937Z 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:29.9494611Z 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:29.9507251Z 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:29.9519788Z 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:29.9532391Z 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:29.9545264Z 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:29.9557718Z 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:29.9570285Z 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:29.9582752Z 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:29.9595558Z 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:29.9608292Z 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:29.9620791Z 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:29.9633293Z 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:29.9645831Z 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:29.9658551Z 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:29.9671742Z 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:29.9684293Z 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:29.9696967Z 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:29.9709391Z 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:29.9717915Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9726492Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9735422Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9743927Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9752380Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9761044Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9769729Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9778228Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9786798Z test_nnc_correctness_special_legendre_polynomial_p_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9795096Z test_nnc_correctness_special_legendre_polynomial_p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9803492Z test_nnc_correctness_special_legendre_polynomial_p_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9812277Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9821553Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9829615Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9837990Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9846572Z test_nnc_correctness_special_legendre_polynomial_p_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:29.9859124Z 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:29.9871238Z 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:29.9883657Z 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:29.9896161Z 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:29.9908601Z 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:29.9921069Z 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:29.9933519Z 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:29.9945814Z 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:29.9958059Z 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:29.9970477Z 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:29.9983004Z 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:29.9995117Z 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:30.0007316Z 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:30.0019549Z 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:30.0031862Z 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:30.0043884Z 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:30.0056475Z 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:30.0068855Z 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:30.0081031Z 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:30.0093410Z 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:30.0105896Z 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:30.0118259Z 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:30.0130536Z 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:30.0142904Z 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:30.0155271Z 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:30.0167654Z 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:30.0180184Z 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:30.0192599Z 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:30.0204806Z 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:30.0217408Z 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:30.0229713Z 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:30.0242038Z 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:30.0254463Z 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:30.0266846Z 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:30.0279113Z 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:30.0291587Z 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:30.0304144Z 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:30.0317060Z 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:30.0330093Z 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:30.0342980Z 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:30.0355816Z 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:30.0368679Z 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:30.0381529Z 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:30.0394333Z 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:30.0407118Z 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:30.0420002Z 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:30.0432714Z 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:30.0445458Z 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:30.0458323Z 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:30.0471132Z 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:30.0483883Z 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:30.0496858Z 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:30.0509612Z 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:30.0522258Z 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:30.0535263Z 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:30.0548023Z 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:30.0560749Z 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:30.0573718Z 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:30.0586374Z 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:30.0599031Z 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:30.0611799Z 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:30.0624622Z 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:30.0637251Z 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:30.0650020Z 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:30.0662932Z 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:30.0675666Z 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:30.0688527Z 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:30.0701520Z 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:30.0714266Z 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:30.0727010Z 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:30.0739944Z 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:30.0752691Z 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:30.0765425Z 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:30.0778384Z 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:30.0791070Z 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:30.0803778Z 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:30.0816859Z 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:30.0829669Z 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:30.0842408Z 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:30.0855420Z 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:30.0868200Z 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:30.0880899Z 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:30.0889870Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.0898900Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.0907811Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.0916440Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.0925585Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.0934639Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.0943584Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.0952394Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.0961280Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.0970229Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.0979108Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.0988074Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.0996811Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.1005312Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.1013688Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.1022087Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.1030462Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.1038803Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.1047368Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.1056535Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.1064437Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.1072847Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.1082020Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.1090688Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.1098958Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.1107524Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.1115971Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.1124537Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.1133045Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.1141310Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.1149942Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.1158350Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.1170888Z 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:30.1183570Z 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:30.1195629Z 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:30.1207964Z 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:30.1220392Z 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:30.1232592Z 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:30.1244891Z 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:30.1257351Z 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:30.1269556Z 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:30.1281768Z 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:30.1294190Z 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:30.1306803Z 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:30.1318832Z 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:30.1331093Z 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:30.1343468Z 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:30.1355574Z 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:30.1367897Z 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:30.1380245Z 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:30.1392544Z 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:30.1404973Z 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:30.1417483Z 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:30.1429768Z 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:30.1442102Z 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:30.1454500Z 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:30.1466952Z 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:30.1479261Z 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:30.1491740Z 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:30.1504193Z 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:30.1516531Z 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:30.1528934Z 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:30.1541399Z 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:30.1553742Z 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:30.1566026Z 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:30.1578834Z 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:30.1590946Z 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:30.1603079Z 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:30.1615746Z 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:30.1628282Z 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:30.1640547Z 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:30.1653212Z 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:30.1665640Z 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:30.1678003Z 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:30.1690503Z 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:30.1703141Z 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:30.1715486Z 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:30.1727896Z 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:30.1740292Z 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:30.1752740Z 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:30.1765110Z 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:30.1777710Z 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:30.1790053Z 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:30.1802478Z 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:30.1815035Z 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:30.1827390Z 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:30.1839887Z 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:30.1852323Z 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:30.1864703Z 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:30.1877409Z 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:30.1889556Z 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:30.1901969Z 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:30.1914262Z 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:30.1926570Z 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:30.1939127Z 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:30.1951464Z 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:30.1963782Z 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:30.1976206Z 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:30.1988577Z 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:30.2000952Z 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:30.2013455Z 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:30.2025818Z 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:30.2038050Z 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:30.2050461Z 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:30.2062804Z 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:30.2075052Z 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:30.2087444Z 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:30.2100123Z 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:30.2112338Z 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:30.2124623Z 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:30.2137273Z 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:30.2149473Z 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:30.2161831Z 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:30.2174338Z 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:30.2186596Z 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:30.2198949Z 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:30.2211288Z 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:30.2223728Z 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:30.2235989Z 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:30.2248475Z 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:30.2261011Z 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:30.2273335Z 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:30.2285734Z 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:30.2298364Z 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:30.2310660Z 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:30.2323138Z 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:30.2335582Z 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:30.2347944Z 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:30.2360292Z 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:30.2372915Z 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:30.2385224Z 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:30.2398144Z 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:30.2410082Z 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:30.2422927Z 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:30.2435387Z 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:30.2447999Z 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:30.2460744Z 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:30.2473309Z 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:30.2485936Z 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:30.2498636Z 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:30.2511139Z 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:30.2523829Z 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:30.2536628Z 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:30.2549216Z 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:30.2561737Z 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:30.2574416Z 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:30.2587158Z 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:30.2599780Z 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:30.2612437Z 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:30.2625085Z 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:30.2637716Z 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:30.2650840Z 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:30.2663573Z 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:30.2676061Z 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:30.2688857Z 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:30.2701549Z 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:30.2714297Z 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:30.2726954Z 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:30.2740056Z 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:30.2752702Z 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:30.2765408Z 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:30.2778234Z 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:30.2790861Z 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:30.2803292Z 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:30.2816039Z 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:30.2828677Z 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:30.2841195Z 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:30.2853878Z 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:30.2866629Z 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:30.2879285Z 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:30.2891910Z 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:30.2904630Z 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:30.2916910Z 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:30.2929276Z 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:30.2941609Z 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:30.2953883Z 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:30.2966276Z 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:30.2978741Z 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:30.2990969Z 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:30.3003280Z 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:30.3015760Z 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:30.3027933Z 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:30.3040199Z 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:30.3052653Z 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:30.3065099Z 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:30.3077455Z 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:30.3089882Z 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:30.3102344Z 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:30.3114592Z 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:30.3126976Z 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:30.3139428Z 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:30.3151629Z 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:30.3163900Z 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:30.3176450Z 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:30.3188688Z 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:30.3201099Z 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:30.3213525Z 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:30.3226585Z 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:30.3239362Z 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:30.3252200Z 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:30.3264991Z 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:30.3277689Z 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:30.3290514Z 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:30.3303247Z 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:30.3315875Z 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:30.3328744Z 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:30.3341666Z 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:30.3353833Z 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:30.3366335Z 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:30.3378895Z 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:30.3391229Z 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:30.3403678Z 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:30.3416246Z 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:30.3428488Z 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:30.3440718Z 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:30.3453154Z 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:30.3465522Z 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:30.3477907Z 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:30.3490220Z 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:30.3502733Z 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:30.3515040Z 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:30.3527454Z 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:30.3539959Z 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:30.3552249Z 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:30.3564756Z 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:30.3577178Z 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:30.3589451Z 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:30.3601613Z 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:30.3614032Z 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:30.3626402Z 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:30.3638640Z 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:30.3651110Z 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:30.3663515Z 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:30.3675819Z 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:30.3688292Z 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:30.3700730Z 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:30.3712998Z 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:30.3725262Z 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:30.3737796Z 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:30.3750043Z 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:30.3762247Z 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:30.3774651Z 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:30.3787002Z 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:30.3799269Z 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:30.3811732Z 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:30.3824171Z 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:30.3836486Z 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:30.3848996Z 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:30.3861304Z 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:30.3873752Z 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:30.3886174Z 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:30.3898739Z 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:30.3911270Z 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:30.3923784Z 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:30.3936086Z 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:30.3948196Z 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:30.3960583Z 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:30.3972852Z 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:30.3985872Z 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:30.3998456Z 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:30.4010947Z 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:30.4023428Z 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:30.4035778Z 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:30.4048035Z 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:30.4060405Z 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:30.4072686Z 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:30.4084964Z 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:30.4097465Z 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:30.4109659Z 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:30.4122043Z 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:30.4134750Z 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:30.4147252Z 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:30.4159861Z 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:30.4173173Z 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:30.4186234Z 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:30.4198960Z 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:30.4211738Z 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:30.4224471Z 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:30.4237310Z 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:30.4250006Z 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:30.4262875Z 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:30.4275565Z 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:30.4288327Z 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:30.4301125Z 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:30.4313698Z 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:30.4326386Z 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:30.4339462Z 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:30.4352200Z 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:30.4364945Z 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:30.4377850Z 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:30.4390470Z 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:30.4403180Z 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:30.4416314Z 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:30.4428789Z 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:30.4441442Z 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:30.4454389Z 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:30.4467151Z 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:30.4479948Z 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:30.4492670Z 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:30.4505511Z 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:30.4518288Z 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:30.4531100Z 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:30.4543822Z 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:30.4556459Z 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:30.4569128Z 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:30.4581980Z 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:30.4595433Z 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:30.4608406Z 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:30.4621181Z 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:30.4633910Z 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:30.4646994Z 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:30.4660583Z 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:30.4673043Z 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:30.4685741Z 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:30.4698394Z 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:30.4710876Z 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:30.4723695Z 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:30.4736681Z 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:30.4749227Z 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:30.4761775Z 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:30.4774472Z 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:30.4787256Z 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:30.4799852Z 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:30.4812484Z 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:30.4825283Z 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:30.4837758Z 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:30.4850416Z 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:30.4863021Z 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:30.4875760Z 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:30.4888466Z 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:30.4901121Z 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:30.4913733Z 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:30.4926458Z 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:30.4939428Z 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:30.4952160Z 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:30.4964719Z 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:30.4977758Z 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:30.4990481Z 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:30.5003227Z 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:30.5016263Z 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:30.5028822Z 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:30.5041487Z 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:30.5054596Z 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:30.5067262Z 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:30.5079964Z 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:30.5092814Z 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:30.5105693Z 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:30.5118385Z 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:30.5131211Z 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:30.5144034Z 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:30.5157036Z 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:30.5169851Z 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:30.5182571Z 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:30.5195346Z 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:30.5208160Z 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:30.5220897Z 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:30.5233582Z 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:30.5246358Z 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:30.5259315Z 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:30.5272076Z 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:30.5284837Z 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:30.5297805Z 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:30.5310670Z 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:30.5323255Z 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:30.5336169Z 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:30.5348969Z 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:30.5361667Z 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:30.5374487Z 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:30.5387383Z 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:30.5400090Z 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:30.5413049Z 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:30.5426073Z 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:30.5438578Z 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:30.5451307Z 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:30.5464018Z 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:30.5476755Z 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:30.5489407Z 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:30.5502119Z 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:30.5514727Z 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:30.5527370Z 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:30.5540073Z 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:30.5552661Z 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:30.5565161Z 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:30.5578003Z 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:30.5590578Z 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:30.5603247Z 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:30.5615934Z 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:30.5628493Z 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:30.5641014Z 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:30.5653621Z 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:30.5666274Z 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:30.5678737Z 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:30.5691293Z 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:30.5704108Z 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:30.5716623Z 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:30.5729283Z 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:30.5741983Z 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:30.5754494Z 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:30.5767093Z 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:30.5779749Z 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:30.5792332Z 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:30.5804805Z 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:30.5817574Z 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:30.5830033Z 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:30.5842600Z 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:30.5855376Z 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:30.5867801Z 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:30.5880335Z 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:30.5893188Z 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:30.5905751Z 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:30.5918297Z 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:30.5931040Z 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:30.5943698Z 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:30.5956169Z 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:30.5968782Z 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:30.5981530Z 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:30.5993998Z 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:30.6006522Z 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:30.6019155Z 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:30.6031646Z 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:30.6044041Z 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:30.6056979Z 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:30.6069427Z 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:30.6081974Z 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:30.6094615Z 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:30.6107260Z 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:30.6119742Z 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:30.6132307Z 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:30.6144872Z 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:30.6157408Z 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:30.6170177Z 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:30.6194152Z 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:30.6199780Z test_nnc_correctness_unbind_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:53:30.6212516Z 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:30.6225234Z 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:30.6237759Z 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:30.6250404Z 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:30.6263284Z 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:30.6275813Z 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:30.6288428Z 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:30.6301108Z 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:30.6313540Z 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:30.6326180Z 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:30.6338915Z 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:30.6351443Z 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:30.6363959Z 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:30.6376769Z 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:30.6389383Z 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:30.6401968Z 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:30.6414765Z 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:30.6427650Z 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:30.6439984Z 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:30.6452663Z 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:30.6465526Z 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:30.6477926Z 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:30.6490631Z 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:30.6503314Z 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:30.6515893Z 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:30.6528589Z 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:30.6541320Z 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:30.6553974Z 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:30.6566669Z 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:30.6579441Z 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:30.6591935Z 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:30.6604449Z 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:30.6617251Z 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:30.6629974Z 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:30.6642522Z 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:30.6655335Z 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:30.6667879Z 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:30.6680480Z 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:30.6693159Z 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:30.6705740Z 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:30.6718189Z 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:30.6730969Z 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:30.6743639Z 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:30.6756336Z 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:30.6768927Z 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:30.6781762Z 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:30.6794321Z 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:30.6806966Z 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:30.6819894Z 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:30.6832581Z 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:30.6844875Z 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:30.6857544Z 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:30.6869983Z 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:30.6882404Z 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:30.6895052Z 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:30.6907417Z 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:30.6919769Z 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:30.6932315Z 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:30.6944776Z 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:30.6957148Z 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:30.6969584Z 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:30.6982081Z 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:30.6994518Z 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:30.7006982Z 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:30.7019516Z 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:30.7032024Z 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:30.7044395Z 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:30.7057001Z 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:30.7069393Z 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:30.7081702Z 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:30.7094177Z 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:30.7106632Z 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:30.7118997Z 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:30.7131499Z 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:30.7143989Z 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:30.7156481Z 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:30.7169047Z 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:30.7181560Z 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:30.7193936Z 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:30.7206336Z 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:30.7218997Z 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:30.7231287Z 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:30.7243614Z 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:30.7256281Z 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:30.7268614Z 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:30.7280955Z 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:30.7293477Z 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:30.7306033Z 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:30.7318515Z 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:30.7330931Z 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:30.7343565Z 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:30.7356021Z 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:30.7364447Z test_nnc_correctness_view_as_complex_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:30.7377112Z 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:30.7389454Z 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:30.7401849Z 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:30.7414262Z 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:30.7426928Z 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:30.7439180Z 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:30.7451804Z 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:30.7464391Z 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:30.7476504Z 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:30.7488682Z 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:30.7500995Z 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:30.7513095Z 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:30.7525157Z 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:30.7537403Z 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:30.7549567Z 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:30.7562049Z 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:30.7574232Z 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:30.7586566Z 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:30.7598704Z 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:30.7610783Z 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:30.7622986Z 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:30.7635090Z 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:30.7647340Z 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:30.7659602Z 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:30.7671746Z 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:30.7684295Z 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:30.7696508Z 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:30.7708885Z 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:30.7721345Z 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:30.7733865Z 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:30.7746668Z 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:30.7758930Z 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:30.7771571Z 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:30.7784297Z 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:30.7796801Z 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:30.7809422Z 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:30.7821983Z 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:30.7834344Z 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:30.7846890Z 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:30.7859550Z 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:30.7871966Z 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:30.7884590Z 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:30.7897276Z 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:30.7909856Z 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:30.7922460Z 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:30.7935485Z 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:30.7947913Z 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:30.7961320Z 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:30.7974237Z 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:30.7986556Z 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:30.7998530Z 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:30.8010646Z 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:30.8022627Z 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:30.8034668Z 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:30.8046628Z 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:30.8058727Z 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:30.8070720Z 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:30.8083013Z 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:30.8095339Z 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:30.8107250Z 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:30.8119207Z 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:30.8131597Z 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:30.8144108Z 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:30.8155981Z 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:30.8168107Z 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:30.8180323Z 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:30.8193061Z 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:30.8205175Z 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:30.8217519Z 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:30.8229603Z 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:30.8241626Z 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:30.8253726Z 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:30.8265853Z 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:30.8277813Z 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:30.8289877Z 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:30.8302040Z 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:30.8313979Z 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:30.8325950Z 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:30.8339199Z 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:30.8351535Z 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:30.8363606Z 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:30.8375779Z 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:30.8387774Z 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:30.8399793Z 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:30.8411824Z 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:30.8424074Z 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:30.8436233Z 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:30.8448876Z 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:30.8460957Z 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:30.8473379Z 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:30.8485595Z 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:30.8497896Z 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:30.8509950Z 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:30.8522134Z 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:30.8534372Z 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:30.8546718Z 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:30.8558854Z 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:30.8571099Z 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:30.8583532Z 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:30.8595668Z 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:30.8607940Z 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:30.8620271Z 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:30.8632566Z 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:30.8644702Z 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:30.8657075Z 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:30.8669197Z 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:30.8681377Z 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:30.8693704Z 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:30.8706350Z 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:30.8718533Z 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:30.8731177Z 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:30.8743449Z 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:30.8755527Z 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:30.8767723Z 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:30.8780121Z 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:30.8792198Z 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:30.8804268Z 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:30.8814159Z test_unsupported_H_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.8824149Z test_unsupported_T_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.8833960Z test_unsupported___getitem___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.8843772Z test_unsupported___rpow___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.8853699Z test_unsupported___rsub___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.8863687Z test_unsupported__masked_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.8873511Z test_unsupported__masked_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.8883235Z test_unsupported__masked_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.8893092Z test_unsupported__masked_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.8902909Z test_unsupported__masked_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.8912629Z test_unsupported__masked_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.8922700Z test_unsupported__masked_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.8932640Z test_unsupported__masked_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.8942900Z test_unsupported__masked_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.8952577Z test_unsupported__masked_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.8962350Z test_unsupported__masked_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.8972270Z test_unsupported__masked_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.8982149Z test_unsupported__masked_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.8992031Z test_unsupported__masked_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9001787Z test_unsupported__masked_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9011625Z test_unsupported__masked_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9021422Z test_unsupported__masked_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9031176Z test_unsupported__masked_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9040915Z test_unsupported__masked_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9050816Z test_unsupported_acosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9060849Z test_unsupported_addbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9070563Z test_unsupported_addcdiv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9080353Z test_unsupported_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9090336Z test_unsupported_addmv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9100187Z test_unsupported_addr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9109926Z test_unsupported_all_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9119667Z test_unsupported_allclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9129582Z test_unsupported_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9139546Z test_unsupported_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9149390Z test_unsupported_aminmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9159226Z test_unsupported_angle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9169042Z test_unsupported_any_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9178881Z test_unsupported_arange_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9188658Z test_unsupported_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9198530Z test_unsupported_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9208399Z test_unsupported_argsort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9218301Z test_unsupported_argwhere_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9228564Z test_unsupported_as_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9238069Z test_unsupported_as_strided_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9247768Z test_unsupported_asinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9257610Z test_unsupported_atanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9267545Z test_unsupported_atleast_1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9277308Z test_unsupported_atleast_2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9287271Z test_unsupported_atleast_3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9297312Z test_unsupported_baddbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9307228Z test_unsupported_bernoulli_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9317029Z test_unsupported_bfloat16_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9327001Z test_unsupported_block_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9337097Z test_unsupported_bmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9347168Z test_unsupported_broadcast_shapes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9357040Z test_unsupported_broadcast_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9366908Z test_unsupported_broadcast_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9376919Z test_unsupported_bucketize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9386771Z test_unsupported_cartesian_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9396603Z test_unsupported_cat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9406516Z test_unsupported_cdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9416611Z test_unsupported_chalf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9426459Z test_unsupported_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9436403Z test_unsupported_cholesky_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9446581Z test_unsupported_cholesky_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9456765Z test_unsupported_chunk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9466774Z test_unsupported_clamp_max_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9476634Z test_unsupported_clamp_min_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9486269Z test_unsupported_clone_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9496249Z test_unsupported_column_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9506082Z test_unsupported_combinations_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9515863Z test_unsupported_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9525628Z test_unsupported_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9535736Z test_unsupported_conj_physical_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9545561Z test_unsupported_constant_pad_nd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9555347Z test_unsupported_copysign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9565223Z test_unsupported_corrcoef_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9575366Z test_unsupported_count_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9585613Z test_unsupported_cov_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9595399Z test_unsupported_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9605222Z test_unsupported_cummax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9615244Z test_unsupported_cummin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9625043Z test_unsupported_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9634867Z test_unsupported_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9644740Z test_unsupported_cumulative_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9655436Z test_unsupported_deg2rad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9665412Z test_unsupported_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9675235Z test_unsupported_diag_embed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9685067Z test_unsupported_diagflat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9695122Z test_unsupported_diagonal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9705038Z test_unsupported_diagonal_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9715205Z test_unsupported_diff_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9725069Z test_unsupported_digamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9735097Z test_unsupported_dist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9744943Z test_unsupported_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9754693Z test_unsupported_dsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9764416Z test_unsupported_dstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9774536Z test_unsupported_einsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9784287Z test_unsupported_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9794135Z test_unsupported_empty_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9803959Z test_unsupported_equal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9813984Z test_unsupported_erfinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9823953Z test_unsupported_exp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9833853Z test_unsupported_eye_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9843718Z test_unsupported_fft_fft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9853734Z test_unsupported_fft_fft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9863669Z test_unsupported_fft_fftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9873644Z test_unsupported_fft_fftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9883449Z test_unsupported_fft_hfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9893398Z test_unsupported_fft_hfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9903401Z test_unsupported_fft_hfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9913242Z test_unsupported_fft_ifft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9923133Z test_unsupported_fft_ifft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9933162Z test_unsupported_fft_ifftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9943242Z test_unsupported_fft_ifftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9953164Z test_unsupported_fft_ihfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9963029Z test_unsupported_fft_ihfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9973494Z test_unsupported_fft_ihfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9983891Z test_unsupported_fft_irfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:30.9993742Z test_unsupported_fft_irfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0003616Z test_unsupported_fft_irfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0013747Z test_unsupported_fft_rfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0023781Z test_unsupported_fft_rfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0033907Z test_unsupported_fft_rfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0039942Z test_unsupported_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-09-27T15:53:31.0049931Z test_unsupported_flatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0060204Z test_unsupported_flip_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0069809Z test_unsupported_fliplr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0079247Z test_unsupported_flipud_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0088873Z test_unsupported_float_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0098489Z test_unsupported_floor_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0107992Z test_unsupported_fmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0117517Z test_unsupported_fmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0127215Z test_unsupported_frexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0136712Z test_unsupported_full_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0146185Z test_unsupported_gather_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0155746Z test_unsupported_geqrf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0165223Z test_unsupported_gradient_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0175022Z test_unsupported_heaviside_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0184568Z test_unsupported_histc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0194167Z test_unsupported_histogram_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0203865Z test_unsupported_histogramdd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0213380Z test_unsupported_hsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0222989Z test_unsupported_hstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0232378Z test_unsupported_hypot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0241841Z test_unsupported_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0251453Z test_unsupported_igamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0261100Z test_unsupported_igammac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0270569Z test_unsupported_index_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0280038Z test_unsupported_index_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0289601Z test_unsupported_index_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0299193Z test_unsupported_index_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0308975Z test_unsupported_index_reduce_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0318577Z test_unsupported_index_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0328035Z test_unsupported_inner_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0337778Z test_unsupported_isclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0347430Z test_unsupported_isfinite_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0357048Z test_unsupported_isin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0366538Z test_unsupported_isinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0376205Z test_unsupported_isneginf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0385738Z test_unsupported_isposinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0395210Z test_unsupported_isreal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0404698Z test_unsupported_istft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0414559Z test_unsupported_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:31.0424182Z test_unsupported_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:31.0433645Z test_unsupported_jiterator_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:31.0443439Z test_unsupported_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:31.0453134Z test_unsupported_jiterator_unary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:31.0462739Z test_unsupported_kron_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0472286Z test_unsupported_kthvalue_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0481539Z test_unsupported_ldexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0491194Z test_unsupported_linalg_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0500917Z test_unsupported_linalg_cholesky_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0511028Z test_unsupported_linalg_cond_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0520942Z test_unsupported_linalg_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0530431Z test_unsupported_linalg_det_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0540250Z test_unsupported_linalg_det_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0550201Z test_unsupported_linalg_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0560148Z test_unsupported_linalg_eigh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0569855Z test_unsupported_linalg_eigvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0579610Z test_unsupported_linalg_eigvalsh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0589330Z test_unsupported_linalg_householder_product_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0598911Z test_unsupported_linalg_inv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0609285Z test_unsupported_linalg_inv_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0619450Z test_unsupported_linalg_ldl_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0629589Z test_unsupported_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0639789Z test_unsupported_linalg_ldl_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0649941Z test_unsupported_linalg_lstsq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0660183Z test_unsupported_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0670213Z test_unsupported_linalg_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0680202Z test_unsupported_linalg_lu_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0690395Z test_unsupported_linalg_lu_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0700654Z test_unsupported_linalg_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0711049Z test_unsupported_linalg_matrix_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0721558Z test_unsupported_linalg_matrix_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0731582Z test_unsupported_linalg_matrix_rank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0741731Z test_unsupported_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0751514Z test_unsupported_linalg_multi_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0761676Z test_unsupported_linalg_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0771911Z test_unsupported_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0782129Z test_unsupported_linalg_pinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0791976Z test_unsupported_linalg_pinv_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0802237Z 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:31.0812227Z test_unsupported_linalg_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0822387Z test_unsupported_linalg_slogdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0832337Z test_unsupported_linalg_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0842408Z test_unsupported_linalg_solve_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0852346Z test_unsupported_linalg_solve_triangular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0862659Z test_unsupported_linalg_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0872867Z test_unsupported_linalg_svdvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0882952Z test_unsupported_linalg_tensorinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0893144Z test_unsupported_linalg_tensorsolve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0903278Z test_unsupported_linalg_vander_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0913329Z test_unsupported_linalg_vecdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0923359Z test_unsupported_linalg_vector_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0933562Z test_unsupported_linspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0943621Z test_unsupported_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0953433Z test_unsupported_log_softmax_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0962905Z test_unsupported_logaddexp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0972655Z test_unsupported_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0982463Z test_unsupported_logcumsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.0991974Z test_unsupported_logdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1001843Z test_unsupported_logical_and_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1011519Z test_unsupported_logical_not_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1021266Z test_unsupported_logical_or_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1030819Z test_unsupported_logical_xor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1040381Z test_unsupported_logit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1050144Z test_unsupported_logspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1060168Z test_unsupported_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1069605Z test_unsupported_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1079202Z test_unsupported_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1089207Z test_unsupported_lu_unpack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1099420Z test_unsupported_mH_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1109147Z test_unsupported_mT_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1118953Z test_unsupported_masked_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1128857Z test_unsupported_masked_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1138799Z test_unsupported_matrix_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1148707Z test_unsupported_max_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1158489Z test_unsupported_max_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1168418Z test_unsupported_maximum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1178201Z test_unsupported_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1187954Z test_unsupported_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1197735Z test_unsupported_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1208124Z test_unsupported_min_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1218743Z test_unsupported_min_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1228451Z test_unsupported_minimum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1238413Z test_unsupported_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1248098Z test_unsupported_movedim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1258184Z test_unsupported_msort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1267782Z test_unsupported_multinomial_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1277466Z test_unsupported_mv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1287432Z test_unsupported_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1297359Z test_unsupported_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1307248Z test_unsupported_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1316984Z test_unsupported_nan_to_num_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1326750Z test_unsupported_nanmean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1336808Z test_unsupported_nanmedian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1346710Z test_unsupported_nanquantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1356441Z test_unsupported_nansum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1366283Z test_unsupported_narrow_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1376212Z test_unsupported_narrow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1385964Z test_unsupported_native_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1395717Z test_unsupported_new_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1405568Z test_unsupported_new_empty_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1415518Z test_unsupported_new_full_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1425290Z test_unsupported_new_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1435283Z test_unsupported_new_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1444992Z test_unsupported_nextafter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1455278Z test_unsupported_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1464921Z test_unsupported_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1474709Z test_unsupported_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1484559Z test_unsupported_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1494320Z test_unsupported_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1504209Z test_unsupported_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1513981Z test_unsupported_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1523702Z test_unsupported_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1533590Z test_unsupported_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1543441Z test_unsupported_nn_functional_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1553235Z test_unsupported_nn_functional_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1562953Z test_unsupported_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1572852Z test_unsupported_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1582656Z test_unsupported_nn_functional_celu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1592400Z test_unsupported_nn_functional_conv1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1602148Z test_unsupported_nn_functional_conv2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1612034Z test_unsupported_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1622041Z test_unsupported_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1631962Z test_unsupported_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1641925Z test_unsupported_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1651899Z test_unsupported_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1661829Z test_unsupported_nn_functional_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1671539Z test_unsupported_nn_functional_ctc_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1681319Z test_unsupported_nn_functional_dropout2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1691164Z test_unsupported_nn_functional_dropout3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1701239Z test_unsupported_nn_functional_dropout_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1710878Z test_unsupported_nn_functional_elu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1720550Z test_unsupported_nn_functional_embedding_bag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1730354Z test_unsupported_nn_functional_embedding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1740419Z test_unsupported_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1750131Z test_unsupported_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1759881Z test_unsupported_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1769783Z test_unsupported_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1779781Z test_unsupported_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1789909Z test_unsupported_nn_functional_gelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1799465Z test_unsupported_nn_functional_glu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1809363Z test_unsupported_nn_functional_grid_sample_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1819224Z test_unsupported_nn_functional_group_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1829010Z test_unsupported_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1838780Z test_unsupported_nn_functional_huber_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1848644Z test_unsupported_nn_functional_instance_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1858524Z test_unsupported_nn_functional_interpolate_area_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1868195Z test_unsupported_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1877957Z test_unsupported_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1887851Z test_unsupported_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1897855Z test_unsupported_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1907613Z test_unsupported_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1917362Z test_unsupported_nn_functional_kl_div_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1927138Z test_unsupported_nn_functional_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1937243Z test_unsupported_nn_functional_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1946990Z test_unsupported_nn_functional_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1956858Z test_unsupported_nn_functional_local_response_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1967026Z test_unsupported_nn_functional_logsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1976614Z test_unsupported_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1986763Z test_unsupported_nn_functional_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.1996226Z test_unsupported_nn_functional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2005962Z test_unsupported_nn_functional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2016047Z test_unsupported_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2025918Z test_unsupported_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2035730Z test_unsupported_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2045512Z test_unsupported_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2055460Z test_unsupported_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2065339Z test_unsupported_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2075021Z test_unsupported_nn_functional_mish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2084739Z test_unsupported_nn_functional_mse_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2094696Z test_unsupported_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2104488Z test_unsupported_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2114221Z test_unsupported_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2123881Z test_unsupported_nn_functional_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2133803Z test_unsupported_nn_functional_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2143696Z test_unsupported_nn_functional_pad_circular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2153457Z test_unsupported_nn_functional_pad_constant_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2163200Z test_unsupported_nn_functional_pad_reflect_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2173158Z test_unsupported_nn_functional_pad_replicate_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2183002Z test_unsupported_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2192786Z test_unsupported_nn_functional_pdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2202534Z test_unsupported_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2212567Z test_unsupported_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2222800Z test_unsupported_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2233142Z test_unsupported_nn_functional_prelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2243460Z test_unsupported_nn_functional_rrelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2253814Z test_unsupported_nn_functional_selu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2263951Z test_unsupported_nn_functional_silu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2273832Z test_unsupported_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2283343Z test_unsupported_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2293076Z test_unsupported_nn_functional_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2302731Z test_unsupported_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2312368Z test_unsupported_nn_functional_softshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2322030Z test_unsupported_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2331724Z test_unsupported_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2341694Z test_unsupported_nn_functional_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2351339Z test_unsupported_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2360835Z test_unsupported_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2370608Z test_unsupported_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2380286Z test_unsupported_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2389703Z test_unsupported_norm_fro_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2399502Z test_unsupported_norm_inf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2409532Z test_unsupported_norm_nuc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2419345Z test_unsupported_normal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2429099Z test_unsupported_normal_number_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2438922Z test_unsupported_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2448776Z test_unsupported_ones_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2458768Z test_unsupported_ormqr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2468809Z test_unsupported_outer_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2479383Z test_unsupported_pca_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2490463Z test_unsupported_pinverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2500929Z test_unsupported_polar_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2511220Z test_unsupported_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2521329Z test_unsupported_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2531296Z test_unsupported_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2540990Z test_unsupported_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2550647Z test_unsupported_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2560406Z test_unsupported_positive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2570091Z test_unsupported_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2579728Z test_unsupported_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2589367Z test_unsupported_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2598987Z test_unsupported_quantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2608703Z test_unsupported_rad2deg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2618414Z test_unsupported_rand_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2628103Z test_unsupported_randint_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2637656Z test_unsupported_randn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2647236Z test_unsupported_randn_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2656954Z test_unsupported_ravel_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2666559Z test_unsupported_real_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2676058Z test_unsupported_renorm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2685553Z test_unsupported_repeat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2695347Z test_unsupported_repeat_interleave_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2704833Z test_unsupported_resize__cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2714275Z test_unsupported_resize_as__cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2723978Z test_unsupported_resolve_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2734078Z test_unsupported_resolve_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2744552Z test_unsupported_roll_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2755078Z test_unsupported_rot90_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2765301Z test_unsupported_round_decimals_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2775665Z test_unsupported_round_decimals_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2785588Z test_unsupported_round_decimals_neg_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2795048Z test_unsupported_scatter_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2804671Z test_unsupported_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2814354Z test_unsupported_scatter_reduce_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2824028Z test_unsupported_scatter_reduce_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2833680Z test_unsupported_scatter_reduce_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2843224Z test_unsupported_scatter_reduce_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2852873Z test_unsupported_scatter_reduce_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2862638Z test_unsupported_searchsorted_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2872013Z test_unsupported_segment_reduce_lengths_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2881713Z test_unsupported_segment_reduce_offsets_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2891400Z test_unsupported_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2901065Z test_unsupported_select_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2910508Z test_unsupported_sgn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2919986Z test_unsupported_signbit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2929553Z test_unsupported_sinc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2939175Z test_unsupported_slice_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2948660Z test_unsupported_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2958138Z test_unsupported_softmax_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2967687Z test_unsupported_sort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2977489Z test_unsupported_sparse_sampled_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2987832Z test_unsupported_special_airy_ai_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.2998224Z test_unsupported_special_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3008728Z test_unsupported_special_bessel_j1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3019206Z test_unsupported_special_bessel_y0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3029015Z test_unsupported_special_bessel_y1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3035292Z test_unsupported_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:31.3041225Z test_unsupported_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:31.3047398Z test_unsupported_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:31.3053947Z test_unsupported_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:31.3063834Z test_unsupported_special_entr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3074148Z test_unsupported_special_erfcx_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3080416Z test_unsupported_special_hermite_polynomial_h_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:31.3086422Z test_unsupported_special_hermite_polynomial_he_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:31.3096633Z test_unsupported_special_i0e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3106547Z test_unsupported_special_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3116522Z test_unsupported_special_i1e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3122461Z test_unsupported_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:31.3128897Z test_unsupported_special_legendre_polynomial_p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:31.3138794Z test_unsupported_special_log_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3148395Z test_unsupported_special_modified_bessel_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3158074Z test_unsupported_special_modified_bessel_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3168010Z test_unsupported_special_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3177891Z test_unsupported_special_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3187462Z test_unsupported_special_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3197178Z test_unsupported_special_ndtri_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3207061Z test_unsupported_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3216997Z test_unsupported_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3227251Z test_unsupported_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3233774Z test_unsupported_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:31.3239650Z test_unsupported_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:31.3245422Z test_unsupported_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:31.3251578Z test_unsupported_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:31.3261666Z test_unsupported_special_spherical_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3271567Z test_unsupported_special_xlog1py_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3281394Z test_unsupported_special_zeta_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3291439Z test_unsupported_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3301653Z test_unsupported_split_list_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3311489Z test_unsupported_split_with_sizes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3321388Z test_unsupported_square_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3331463Z test_unsupported_squeeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3341813Z test_unsupported_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3351893Z test_unsupported_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3361769Z test_unsupported_std_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3371847Z test_unsupported_stft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3381903Z test_unsupported_sum_to_size_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3392257Z test_unsupported_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3402969Z test_unsupported_svd_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3413079Z test_unsupported_symeig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3423025Z test_unsupported_take_along_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3432840Z test_unsupported_take_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3442702Z test_unsupported_tensor_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3452612Z test_unsupported_tensordot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3462733Z test_unsupported_tile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3472812Z test_unsupported_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3483108Z test_unsupported_to_sparse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3492966Z test_unsupported_topk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3502931Z test_unsupported_trace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3512771Z test_unsupported_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3522552Z test_unsupported_trapz_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3532606Z test_unsupported_triangular_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3542556Z test_unsupported_tril_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3552418Z test_unsupported_triu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3562168Z test_unsupported_unbind_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3572070Z test_unsupported_unflatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3582090Z test_unsupported_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3592002Z test_unsupported_uniform_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3601899Z test_unsupported_unique_consecutive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3611769Z test_unsupported_unique_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3621696Z test_unsupported_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3631660Z test_unsupported_var_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3641511Z test_unsupported_vdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3651590Z test_unsupported_view_as_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3661655Z test_unsupported_vsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3671364Z test_unsupported_vstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3681240Z test_unsupported_xlogy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3691203Z test_unsupported_zero__cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3701134Z test_unsupported_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.3711102Z test_unsupported_zeros_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-09-27T15:53:31.7770005Z test_working___radd___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.406s) 2022-09-27T15:53:32.1724606Z test_working___rdiv___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.395s) 2022-09-27T15:53:32.6160134Z test_working___rmod___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.443s) 2022-09-27T15:53:33.0142652Z test_working___rmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.398s) 2022-09-27T15:53:33.0625268Z test_working_abs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.048s) 2022-09-27T15:53:33.1310754Z test_working_acos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.068s) 2022-09-27T15:53:33.5848614Z test_working_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.454s) 2022-09-27T15:53:34.0102617Z test_working_addcmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.425s) 2022-09-27T15:53:34.0988755Z test_working_addmm_decomposed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.089s) 2022-09-27T15:53:34.1309997Z test_working_asin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.032s) 2022-09-27T15:53:34.5260434Z test_working_atan2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.395s) 2022-09-27T15:53:34.5583340Z test_working_atan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.032s) 2022-09-27T15:53:34.8834734Z test_working_bool_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.325s) 2022-09-27T15:53:35.2059627Z test_working_byte_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.322s) 2022-09-27T15:53:35.2489460Z test_working_ceil_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.043s) 2022-09-27T15:53:35.5714782Z test_working_char_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.322s) 2022-09-27T15:53:35.9903423Z test_working_clamp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.419s) 2022-09-27T15:53:36.0910359Z test_working_contiguous_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.101s) 2022-09-27T15:53:36.1591370Z test_working_cos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.068s) 2022-09-27T15:53:36.2266206Z test_working_cosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.067s) 2022-09-27T15:53:36.2306020Z test_working_div_floor_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... expected failure (0.004s) 2022-09-27T15:53:36.6131013Z test_working_div_no_rounding_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.382s) 2022-09-27T15:53:36.6171199Z test_working_div_trunc_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... expected failure (0.004s) 2022-09-27T15:53:36.9409740Z test_working_double_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.324s) 2022-09-27T15:53:37.3812600Z test_working_eq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.440s) 2022-09-27T15:53:37.4132619Z test_working_erf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.032s) 2022-09-27T15:53:37.4811013Z test_working_erfc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.068s) 2022-09-27T15:53:37.5491369Z test_working_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.068s) 2022-09-27T15:53:37.6320264Z test_working_expand_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.083s) 2022-09-27T15:53:37.9394654Z test_working_expand_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.307s) 2022-09-27T15:53:37.9708691Z test_working_expm1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.031s) 2022-09-27T15:53:38.2956763Z test_working_float_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.325s) 2022-09-27T15:53:38.3387638Z test_working_floor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.043s) 2022-09-27T15:53:38.7312982Z test_working_fmod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.392s) 2022-09-27T15:53:39.1322816Z test_working_ge_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.401s) 2022-09-27T15:53:39.5338284Z test_working_gt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.401s) 2022-09-27T15:53:39.8632818Z test_working_half_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.329s) 2022-09-27T15:53:40.1890679Z test_working_int_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.326s) 2022-09-27T15:53:40.2253191Z test_working_isnan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.036s) 2022-09-27T15:53:40.6298517Z test_working_le_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.404s) 2022-09-27T15:53:41.1116110Z test_working_lerp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.482s) 2022-09-27T15:53:41.1799049Z test_working_lgamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.068s) 2022-09-27T15:53:41.2478971Z test_working_log10_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.068s) 2022-09-27T15:53:41.2799686Z test_working_log1p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.032s) 2022-09-27T15:53:41.3491141Z test_working_log2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.069s) 2022-09-27T15:53:41.4178919Z test_working_log_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.069s) 2022-09-27T15:53:41.7427853Z test_working_long_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.325s) 2022-09-27T15:53:42.1539182Z test_working_lt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.411s) 2022-09-27T15:53:42.5228297Z test_working_masked_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.369s) 2022-09-27T15:53:42.9930798Z test_working_max_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.470s) 2022-09-27T15:53:43.5067652Z test_working_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.514s) 2022-09-27T15:53:43.9775824Z test_working_min_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.471s) 2022-09-27T15:53:44.0900120Z test_working_mm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.112s) 2022-09-27T15:53:44.4864884Z test_working_mul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.396s) 2022-09-27T15:53:44.8915690Z test_working_ne_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.405s) 2022-09-27T15:53:44.9415476Z test_working_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.050s) 2022-09-27T15:53:45.1137375Z test_working_nn_functional_hardshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.172s) 2022-09-27T15:53:45.1893332Z test_working_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.076s) 2022-09-27T15:53:45.3455304Z test_working_nn_functional_hardswish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.156s) 2022-09-27T15:53:45.5214200Z test_working_nn_functional_hardtanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.176s) 2022-09-27T15:53:45.9303045Z test_working_nn_functional_leaky_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.409s) 2022-09-27T15:53:46.0042265Z test_working_nn_functional_relu6_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.074s) 2022-09-27T15:53:46.1425881Z test_working_nn_functional_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.138s) 2022-09-27T15:53:46.2209421Z test_working_nn_functional_softplus_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.078s) 2022-09-27T15:53:46.2965520Z test_working_nn_functional_softsign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.076s) 2022-09-27T15:53:46.3693579Z test_working_nn_functional_tanhshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.073s) 2022-09-27T15:53:46.5179120Z test_working_nn_functional_threshold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.148s) 2022-09-27T15:53:46.6352907Z test_working_permute_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.117s) 2022-09-27T15:53:47.0442106Z test_working_pow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.409s) 2022-09-27T15:53:47.1119980Z test_working_reciprocal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.068s) 2022-09-27T15:53:47.5613388Z test_working_remainder_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.449s) 2022-09-27T15:53:47.7046401Z test_working_reshape_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.143s) 2022-09-27T15:53:47.9741067Z test_working_reshape_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.269s) 2022-09-27T15:53:48.0067146Z test_working_round_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.033s) 2022-09-27T15:53:48.0759981Z test_working_rsqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.069s) 2022-09-27T15:53:48.5392966Z test_working_rsub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.463s) 2022-09-27T15:53:48.8665240Z test_working_short_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.327s) 2022-09-27T15:53:48.9382960Z test_working_sigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.072s) 2022-09-27T15:53:48.9736165Z test_working_sign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.035s) 2022-09-27T15:53:49.0062941Z test_working_sin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.033s) 2022-09-27T15:53:49.0384449Z test_working_sinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.032s) 2022-09-27T15:53:49.0814361Z test_working_sqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.043s) 2022-09-27T15:53:49.5438705Z test_working_sub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.462s) 2022-09-27T15:53:50.0624725Z test_working_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.518s) 2022-09-27T15:53:50.1304497Z test_working_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.068s) 2022-09-27T15:53:50.1638184Z test_working_tan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.033s) 2022-09-27T15:53:50.1960983Z test_working_tanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.032s) 2022-09-27T15:53:50.4330239Z test_working_transpose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.237s) 2022-09-27T15:53:50.8232129Z test_working_true_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.390s) 2022-09-27T15:53:50.8667101Z test_working_trunc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.043s) 2022-09-27T15:53:51.1346487Z test_working_unsqueeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.268s) 2022-09-27T15:53:51.2767380Z test_working_view_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.142s) 2022-09-27T15:53:51.5441137Z test_working_view_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.267s) 2022-09-27T15:53:51.9236524Z test_working_where_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.379s) 2022-09-27T15:53:52.2106180Z test_abs (__main__.TestTEFuserDynamic) ... ok (0.287s) 2022-09-27T15:53:52.2730726Z test_adaptive_avg_pool2d (__main__.TestTEFuserDynamic) ... ok (0.062s) 2022-09-27T15:53:52.5492414Z test_add_bool (__main__.TestTEFuserDynamic) ... ok (0.276s) 2022-09-27T15:53:52.6397071Z test_addcmul (__main__.TestTEFuserDynamic) ... ok (0.090s) 2022-09-27T15:53:52.6411421Z test_arg_configurations_smoke (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-09-27T15:53:52.6418335Z test_autocast_down (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-09-27T15:53:52.6424076Z test_autocast_up (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-09-27T15:53:52.8116958Z 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:53:52.8117752Z warnings.warn(msg, FutureWarning) 2022-09-27T15:53:53.3126063Z ok (0.670s) 2022-09-27T15:53:55.7053387Z test_binary_div_ops (__main__.TestTEFuserDynamic) ... ok (2.393s) 2022-09-27T15:54:04.3444337Z test_binary_ops (__main__.TestTEFuserDynamic) ... ok (8.639s) 2022-09-27T15:54:05.1390122Z test_binary_pow (__main__.TestTEFuserDynamic) ... ok (0.795s) 2022-09-27T15:54:06.1733178Z test_binary_scalar_ops (__main__.TestTEFuserDynamic) ... ok (1.034s) 2022-09-27T15:54:06.1746612Z test_binary_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:54:08.0928202Z test_bitwise_ops (__main__.TestTEFuserDynamic) ... ok (1.918s) 2022-09-27T15:54:08.3253073Z test_broadcast (__main__.TestTEFuserDynamic) ... ok (0.232s) 2022-09-27T15:54:08.9972075Z test_cat_2k_args (__main__.TestTEFuserDynamic) ... ok (0.672s) 2022-09-27T15:54:09.7595701Z test_cat_graph_opt (__main__.TestTEFuserDynamic) ... ok (0.762s) 2022-09-27T15:54:09.7607057Z test_channels_last_dims_dynamic (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:54:10.2174993Z test_checks_cat_inputs (__main__.TestTEFuserDynamic) ... ok (0.457s) 2022-09-27T15:54:10.2186575Z test_chunk (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-09-27T15:54:10.2202414Z test_chunk_correctness (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-09-27T15:54:10.2215270Z test_chunk_distributes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-09-27T15:54:10.2226393Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-09-27T15:54:10.2236198Z test_chunk_mul_one (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-09-27T15:54:10.2249918Z test_chunk_multiple (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-09-27T15:54:13.7728550Z test_clamp (__main__.TestTEFuserDynamic) ... ok (3.548s) 2022-09-27T15:54:13.9120683Z test_clamp_double (__main__.TestTEFuserDynamic) ... ok (0.139s) 2022-09-27T15:54:14.0439876Z test_clamp_int (__main__.TestTEFuserDynamic) ... ok (0.132s) 2022-09-27T15:54:14.3319728Z test_comparison_eq_ne (__main__.TestTEFuserDynamic) ... ok (0.288s) 2022-09-27T15:54:14.6198326Z test_comparison_ge_le (__main__.TestTEFuserDynamic) ... ok (0.288s) 2022-09-27T15:54:14.9055732Z test_comparison_gt_lt (__main__.TestTEFuserDynamic) ... ok (0.286s) 2022-09-27T15:54:15.4635651Z test_concat (__main__.TestTEFuserDynamic) ... ok (0.558s) 2022-09-27T15:54:16.2220705Z test_concat_invariant (__main__.TestTEFuserDynamic) ... ok (0.758s) 2022-09-27T15:54:16.2237076Z test_constant_chunk_shapes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-09-27T15:54:16.2249271Z test_conv2d (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.001s) 2022-09-27T15:54:16.2261262Z test_conv2d_depthwise (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.001s) 2022-09-27T15:54:16.2274988Z test_cuda_half (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:54:16.3535245Z test_dims (__main__.TestTEFuserDynamic) ... ok (0.126s) 2022-09-27T15:54:16.3601307Z test_disabled (__main__.TestTEFuserDynamic) ... ok (0.007s) 2022-09-27T15:54:16.4943167Z test_div_bool (__main__.TestTEFuserDynamic) ... ok (0.134s) 2022-09-27T15:54:16.5042681Z test_dynamic_cat (__main__.TestTEFuserDynamic) ... ok (0.010s) 2022-09-27T15:54:18.5137501Z test_dynamic_shapes (__main__.TestTEFuserDynamic) ... ok (2.009s) 2022-09-27T15:54:18.8155767Z test_eq_unsqueeze_type_as (__main__.TestTEFuserDynamic) ... ok (0.302s) 2022-09-27T15:54:18.8168680Z test_erf (__main__.TestTEFuserDynamic) ... ok (0.001s) 2022-09-27T15:54:18.8457622Z test_exhaust_specializations (__main__.TestTEFuserDynamic) ... ok (0.029s) 2022-09-27T15:54:18.9339464Z test_exp (__main__.TestTEFuserDynamic) ... ok (0.088s) 2022-09-27T15:54:18.9347856Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:54:18.9371832Z test_gelu (__main__.TestTEFuserDynamic) ... ok (0.002s) 2022-09-27T15:54:19.2031973Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.266s) 2022-09-27T15:54:19.4967412Z test_hardswish_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.293s) 2022-09-27T15:54:19.9068624Z test_inlined_optimized_graph (__main__.TestTEFuserDynamic) ... ok (0.410s) 2022-09-27T15:54:20.5536305Z test_isnan (__main__.TestTEFuserDynamic) ... ok (0.647s) 2022-09-27T15:54:20.5546132Z test_kernel_cache_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:54:20.8847761Z test_lerp (__main__.TestTEFuserDynamic) ... ok (0.330s) 2022-09-27T15:54:20.8861457Z 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:21.6417327Z test_lstm (__main__.TestTEFuserDynamic) ... ok (0.755s) 2022-09-27T15:54:21.8808641Z test_lstm_concat (__main__.TestTEFuserDynamic) ... ok (0.239s) 2022-09-27T15:54:32.3939079Z test_lstm_gates_permutations (__main__.TestTEFuserDynamic) ... ok (10.513s) 2022-09-27T15:54:32.8313651Z test_lstm_traced (__main__.TestTEFuserDynamic) ... ok (0.437s) 2022-09-27T15:54:32.8324492Z test_masked_fill (__main__.TestTEFuserDynamic) ... skip: Temporarily disabled (0.001s) 2022-09-27T15:54:32.8348131Z test_matmul (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.002s) 2022-09-27T15:54:32.8359668Z test_milstm (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.001s) 2022-09-27T15:54:33.9760314Z test_minmax (__main__.TestTEFuserDynamic) ... ok (1.140s) 2022-09-27T15:54:34.7866190Z test_minmax_int_ops (__main__.TestTEFuserDynamic) ... ok (0.810s) 2022-09-27T15:54:34.9549566Z test_mul_bool (__main__.TestTEFuserDynamic) ... ok (0.168s) 2022-09-27T15:54:35.0976765Z test_neg_pow (__main__.TestTEFuserDynamic) ... ok (0.143s) 2022-09-27T15:54:35.0983376Z test_nonzero_device_cuda (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.001s) 2022-09-27T15:54:35.0990652Z test_nop (__main__.TestTEFuserDynamic) ... ok (0.001s) 2022-09-27T15:54:35.1024673Z test_profiler (__main__.TestTEFuserDynamic) ... STAGE:2022-09-27 15:54:35 2112:2112 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:54:35.1739859Z STAGE:2022-09-27 15:54:35 2112:2112 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:54:35.1747733Z ok (0.076s) 2022-09-27T15:54:35.1762720Z test_rand_broadcast_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:54:35.1774230Z test_rand_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:54:35.1781961Z test_rand_diamond (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:54:35.3166661Z test_relu (__main__.TestTEFuserDynamic) ... ok (0.138s) 2022-09-27T15:54:35.4665410Z test_relu_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.150s) 2022-09-27T15:54:35.4963612Z test_remove_output_used_only_in_size (__main__.TestTEFuserDynamic) ... ok (0.030s) 2022-09-27T15:54:35.5451260Z test_scalar (__main__.TestTEFuserDynamic) ... ok (0.049s) 2022-09-27T15:54:36.0450249Z test_scalar_arg (__main__.TestTEFuserDynamic) ... ok (0.500s) 2022-09-27T15:54:36.0922942Z test_scalar_only_inputs (__main__.TestTEFuserDynamic) ... ok (0.047s) 2022-09-27T15:54:36.2513698Z test_skip_grad_in_check (__main__.TestTEFuserDynamic) ... ok (0.159s) 2022-09-27T15:54:36.5507232Z test_small_constant (__main__.TestTEFuserDynamic) ... ok (0.299s) 2022-09-27T15:54:36.7305851Z test_sub_gt_and (__main__.TestTEFuserDynamic) ... ok (0.180s) 2022-09-27T15:54:36.9198476Z test_sum_dim (__main__.TestTEFuserDynamic) ... ok (0.189s) 2022-09-27T15:54:37.0184602Z test_sum_keepdim_cast (__main__.TestTEFuserDynamic) ... ok (0.098s) 2022-09-27T15:54:37.1076427Z test_sum_simple (__main__.TestTEFuserDynamic) ... ok (0.089s) 2022-09-27T15:54:38.3867341Z test_superslomo (__main__.TestTEFuserDynamic) ... ok (1.279s) 2022-09-27T15:54:39.0383100Z test_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... ok (0.652s) 2022-09-27T15:54:39.4493168Z test_ternary_norm_ops (__main__.TestTEFuserDynamic) ... ok (0.411s) 2022-09-27T15:54:40.0999707Z test_ternary_ops (__main__.TestTEFuserDynamic) ... ok (0.651s) 2022-09-27T15:54:40.3132110Z test_threshold (__main__.TestTEFuserDynamic) ... ok (0.213s) 2022-09-27T15:54:40.4700340Z test_to_device (__main__.TestTEFuserDynamic) ... ok (0.157s) 2022-09-27T15:54:44.7002315Z test_torch_to (__main__.TestTEFuserDynamic) ... ok (4.230s) 2022-09-27T15:54:46.8228115Z test_type_as_cat (__main__.TestTEFuserDynamic) ... ok (2.122s) 2022-09-27T15:54:46.8738649Z test_typecheck (__main__.TestTEFuserDynamic) ... ok (0.051s) 2022-09-27T15:54:46.8758606Z test_unary_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:54:46.8885376Z test_unrolled_cat (__main__.TestTEFuserDynamic) ... ok (0.013s) 2022-09-27T15:54:47.2371313Z test_unsqueeze_size_calculation (__main__.TestTEFuserDynamic) ... ok (0.348s) 2022-09-27T15:54:47.5924751Z test_unsqueeze_var_dim (__main__.TestTEFuserDynamic) ... ok (0.355s) 2022-09-27T15:54:47.5994616Z 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:54:47.5995242Z return v.to(dtype) 2022-09-27T15:54:47.6291752Z ok (0.037s) 2022-09-27T15:54:47.9468229Z test_where_and_typing (__main__.TestTEFuserDynamic) ... ok (0.317s) 2022-09-27T15:54:50.6507566Z test_where_ops (__main__.TestTEFuserDynamic) ... ok (2.704s) 2022-09-27T15:54:50.7300150Z 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:54:50.7300522Z warnings.warn("Only works in script mode") 2022-09-27T15:54:50.8249968Z ok (0.174s) 2022-09-27T15:54:50.9181696Z test_zero_element_tensors (__main__.TestTEFuserDynamic) ... ok (0.093s) 2022-09-27T15:54:50.9691008Z test_abs (__main__.TestTEFuserStatic) ... ok (0.051s) 2022-09-27T15:54:51.0305625Z test_adaptive_avg_pool2d (__main__.TestTEFuserStatic) ... ok (0.061s) 2022-09-27T15:54:51.1248951Z test_add_bool (__main__.TestTEFuserStatic) ... ok (0.094s) 2022-09-27T15:54:51.1660723Z test_addcmul (__main__.TestTEFuserStatic) ... ok (0.041s) 2022-09-27T15:54:51.2069815Z test_arg_configurations_smoke (__main__.TestTEFuserStatic) ... ok (0.041s) 2022-09-27T15:54:51.2075736Z test_autocast_down (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-09-27T15:54:51.2081906Z test_autocast_up (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-09-27T15:54:51.2812056Z 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:54:51.2813282Z warnings.warn(msg, FutureWarning) 2022-09-27T15:54:51.4881587Z ok (0.280s) 2022-09-27T15:54:52.6041004Z test_binary_div_ops (__main__.TestTEFuserStatic) ... ok (1.116s) 2022-09-27T15:54:55.8611881Z test_binary_ops (__main__.TestTEFuserStatic) ... ok (3.257s) 2022-09-27T15:54:56.1532288Z test_binary_pow (__main__.TestTEFuserStatic) ... ok (0.292s) 2022-09-27T15:54:57.2050951Z test_binary_scalar_ops (__main__.TestTEFuserStatic) ... ok (1.052s) 2022-09-27T15:54:57.2065619Z 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:54:57.8884121Z test_bitwise_ops (__main__.TestTEFuserStatic) ... ok (0.682s) 2022-09-27T15:54:57.9433443Z test_broadcast (__main__.TestTEFuserStatic) ... ok (0.055s) 2022-09-27T15:54:58.6263417Z test_cat_2k_args (__main__.TestTEFuserStatic) ... ok (0.683s) 2022-09-27T15:54:58.7036650Z test_cat_graph_opt (__main__.TestTEFuserStatic) ... ok (0.077s) 2022-09-27T15:54:58.7048707Z test_channels_last_dims_dynamic (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:54:58.7724601Z test_checks_cat_inputs (__main__.TestTEFuserStatic) ... ok (0.067s) 2022-09-27T15:54:58.8693479Z test_chunk (__main__.TestTEFuserStatic) ... ok (0.097s) 2022-09-27T15:54:59.9506720Z test_chunk_correctness (__main__.TestTEFuserStatic) ... ok (1.081s) 2022-09-27T15:55:00.0048719Z test_chunk_distributes (__main__.TestTEFuserStatic) ... ok (0.054s) 2022-09-27T15:55:00.1013910Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserStatic) ... ok (0.096s) 2022-09-27T15:55:00.2101096Z test_chunk_mul_one (__main__.TestTEFuserStatic) ... ok (0.109s) 2022-09-27T15:55:00.3880470Z test_chunk_multiple (__main__.TestTEFuserStatic) ... ok (0.178s) 2022-09-27T15:55:01.2988107Z test_clamp (__main__.TestTEFuserStatic) ... ok (0.911s) 2022-09-27T15:55:01.3552224Z test_clamp_double (__main__.TestTEFuserStatic) ... ok (0.056s) 2022-09-27T15:55:01.4089598Z test_clamp_int (__main__.TestTEFuserStatic) ... ok (0.054s) 2022-09-27T15:55:01.4935714Z test_comparison_eq_ne (__main__.TestTEFuserStatic) ... ok (0.085s) 2022-09-27T15:55:01.5764603Z test_comparison_ge_le (__main__.TestTEFuserStatic) ... ok (0.083s) 2022-09-27T15:55:01.6608617Z test_comparison_gt_lt (__main__.TestTEFuserStatic) ... ok (0.084s) 2022-09-27T15:55:01.7111196Z test_concat (__main__.TestTEFuserStatic) ... ok (0.050s) 2022-09-27T15:55:01.7884313Z test_concat_invariant (__main__.TestTEFuserStatic) ... ok (0.077s) 2022-09-27T15:55:01.7902334Z 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:01.7902904Z r = torch.tensor(4) 2022-09-27T15:55:01.8971785Z ok (0.109s) 2022-09-27T15:55:01.9172216Z test_conv2d (__main__.TestTEFuserStatic) ... ok (0.020s) 2022-09-27T15:55:02.7871638Z test_conv2d_depthwise (__main__.TestTEFuserStatic) ... ok (0.870s) 2022-09-27T15:55:02.7885463Z test_cuda_half (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.002s) 2022-09-27T15:55:02.8575089Z test_dims (__main__.TestTEFuserStatic) ... ok (0.069s) 2022-09-27T15:55:02.8631320Z test_disabled (__main__.TestTEFuserStatic) ... ok (0.006s) 2022-09-27T15:55:02.8978985Z test_div_bool (__main__.TestTEFuserStatic) ... ok (0.035s) 2022-09-27T15:55:02.9069140Z test_dynamic_cat (__main__.TestTEFuserStatic) ... ok (0.009s) 2022-09-27T15:55:04.9111260Z test_dynamic_shapes (__main__.TestTEFuserStatic) ... ok (2.004s) 2022-09-27T15:55:05.0175756Z test_eq_unsqueeze_type_as (__main__.TestTEFuserStatic) ... ok (0.106s) 2022-09-27T15:55:05.0188156Z test_erf (__main__.TestTEFuserStatic) ... ok (0.001s) 2022-09-27T15:55:05.0473581Z test_exhaust_specializations (__main__.TestTEFuserStatic) ... ok (0.028s) 2022-09-27T15:55:05.0918378Z test_exp (__main__.TestTEFuserStatic) ... ok (0.044s) 2022-09-27T15:55:05.0927550Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:55:05.0952166Z test_gelu (__main__.TestTEFuserStatic) ... ok (0.002s) 2022-09-27T15:55:05.1965782Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.101s) 2022-09-27T15:55:05.3381838Z test_hardswish_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.141s) 2022-09-27T15:55:05.4265310Z test_inlined_optimized_graph (__main__.TestTEFuserStatic) ... ok (0.088s) 2022-09-27T15:55:05.7764332Z test_isnan (__main__.TestTEFuserStatic) ... ok (0.350s) 2022-09-27T15:55:05.7775596Z test_kernel_cache_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:55:05.8443055Z test_lerp (__main__.TestTEFuserStatic) ... ok (0.067s) 2022-09-27T15:55:05.8456646Z 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:06.0079744Z test_lstm (__main__.TestTEFuserStatic) ... ok (0.162s) 2022-09-27T15:55:06.1719309Z test_lstm_concat (__main__.TestTEFuserStatic) ... ok (0.164s) 2022-09-27T15:55:07.8991891Z test_lstm_gates_permutations (__main__.TestTEFuserStatic) ... ok (1.727s) 2022-09-27T15:55:08.0410021Z test_lstm_traced (__main__.TestTEFuserStatic) ... ok (0.142s) 2022-09-27T15:55:08.0422069Z test_masked_fill (__main__.TestTEFuserStatic) ... skip: Temporarily disabled (0.001s) 2022-09-27T15:55:08.8850527Z test_matmul (__main__.TestTEFuserStatic) ... ok (0.843s) 2022-09-27T15:55:09.8149963Z test_milstm (__main__.TestTEFuserStatic) ... ok (0.930s) 2022-09-27T15:55:10.0956161Z test_minmax (__main__.TestTEFuserStatic) ... ok (0.281s) 2022-09-27T15:55:10.3950386Z test_minmax_int_ops (__main__.TestTEFuserStatic) ... ok (0.299s) 2022-09-27T15:55:10.4315780Z test_mul_bool (__main__.TestTEFuserStatic) ... ok (0.037s) 2022-09-27T15:55:10.5884940Z test_neg_pow (__main__.TestTEFuserStatic) ... ok (0.157s) 2022-09-27T15:55:10.5891502Z test_nonzero_device_cuda (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.001s) 2022-09-27T15:55:10.5899049Z test_nop (__main__.TestTEFuserStatic) ... ok (0.001s) 2022-09-27T15:55:10.5928941Z test_profiler (__main__.TestTEFuserStatic) ... STAGE:2022-09-27 15:55:10 2112:2112 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:55:10.6156602Z STAGE:2022-09-27 15:55:10 2112:2112 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:55:10.6163697Z ok (0.026s) 2022-09-27T15:55:10.6177404Z test_rand_broadcast_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:55:10.6187881Z test_rand_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:55:10.6194781Z test_rand_diamond (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-09-27T15:55:10.6653994Z test_relu (__main__.TestTEFuserStatic) ... ok (0.046s) 2022-09-27T15:55:10.7239120Z test_relu_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.058s) 2022-09-27T15:55:10.7517567Z test_remove_output_used_only_in_size (__main__.TestTEFuserStatic) ... ok (0.028s) 2022-09-27T15:55:10.7994793Z test_scalar (__main__.TestTEFuserStatic) ... ok (0.048s) 2022-09-27T15:55:10.8878017Z test_scalar_arg (__main__.TestTEFuserStatic) ... ok (0.088s) 2022-09-27T15:55:10.9332973Z test_scalar_only_inputs (__main__.TestTEFuserStatic) ... ok (0.045s) 2022-09-27T15:55:10.9610966Z test_skip_grad_in_check (__main__.TestTEFuserStatic) ... ok (0.028s) 2022-09-27T15:55:11.0326842Z test_small_constant (__main__.TestTEFuserStatic) ... ok (0.071s) 2022-09-27T15:55:11.0918227Z test_sub_gt_and (__main__.TestTEFuserStatic) ... ok (0.059s) 2022-09-27T15:55:11.2079609Z test_sum_dim (__main__.TestTEFuserStatic) ... ok (0.116s) 2022-09-27T15:55:11.2698164Z test_sum_keepdim_cast (__main__.TestTEFuserStatic) ... ok (0.062s) 2022-09-27T15:55:11.3266767Z test_sum_simple (__main__.TestTEFuserStatic) ... ok (0.057s) 2022-09-27T15:55:11.9380021Z test_superslomo (__main__.TestTEFuserStatic) ... ok (0.611s) 2022-09-27T15:55:12.0517565Z test_tensor_scalar_ops (__main__.TestTEFuserStatic) ... ok (0.114s) 2022-09-27T15:55:12.2614192Z test_ternary_norm_ops (__main__.TestTEFuserStatic) ... ok (0.209s) 2022-09-27T15:55:12.5165433Z test_ternary_ops (__main__.TestTEFuserStatic) ... ok (0.255s) 2022-09-27T15:55:12.5786164Z test_threshold (__main__.TestTEFuserStatic) ... ok (0.062s) 2022-09-27T15:55:12.6354204Z test_to_device (__main__.TestTEFuserStatic) ... ok (0.057s) 2022-09-27T15:55:13.4832519Z test_torch_to (__main__.TestTEFuserStatic) ... ok (0.848s) 2022-09-27T15:55:14.9037766Z test_type_as_cat (__main__.TestTEFuserStatic) ... ok (1.420s) 2022-09-27T15:55:14.9511947Z test_typecheck (__main__.TestTEFuserStatic) ... ok (0.047s) 2022-09-27T15:55:14.9532771Z test_unary_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:55:14.9808604Z test_unrolled_cat (__main__.TestTEFuserStatic) ... ok (0.027s) 2022-09-27T15:55:15.0667501Z test_unsqueeze_size_calculation (__main__.TestTEFuserStatic) ... ok (0.086s) 2022-09-27T15:55:15.2875789Z test_unsqueeze_var_dim (__main__.TestTEFuserStatic) ... ok (0.221s) 2022-09-27T15:55:15.3241348Z test_unsupported_dtypes (__main__.TestTEFuserStatic) ... ok (0.036s) 2022-09-27T15:55:15.4061487Z test_where_and_typing (__main__.TestTEFuserStatic) ... ok (0.082s) 2022-09-27T15:55:16.0204809Z test_where_ops (__main__.TestTEFuserStatic) ... ok (0.614s) 2022-09-27T15:55:16.0494635Z 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:16.0495189Z warnings.warn("Only works in script mode") 2022-09-27T15:55:16.0903726Z ok (0.070s) 2022-09-27T15:55:16.1346704Z test_zero_element_tensors (__main__.TestTEFuserStatic) ... ok (0.044s) 2022-09-27T15:55:16.1347064Z 2022-09-27T15:55:16.1347553Z ---------------------------------------------------------------------- 2022-09-27T15:55:16.1349691Z Ran 5884 tests in 111.699s 2022-09-27T15:55:16.1349850Z 2022-09-27T15:55:16.1349989Z OK (skipped=5138, expected failures=2) 2022-09-27T15:55:16.1350223Z 2022-09-27T15:55:16.1350545Z Generating XML reports... 2022-09-27T15:55:16.1394099Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-jit.test_fuser_common.TestFuserCommon-20220927155324.xml 2022-09-27T15:55:16.1396567Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestLoopnestRandomizationCPU-20220927155324.xml 2022-09-27T15:55:16.8613123Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestNNCOpInfoCPU-20220927155324.xml 2022-09-27T15:55:16.8691352Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserDynamic-20220927155324.xml 2022-09-27T15:55:16.8772143Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserStatic-20220927155324.xml 2022-09-27T15:55:17.4526759Z Running test_linalg ... [2022-09-27 15:55:17.452231] 2022-09-27T15:55:17.4527341Z Executing ['/opt/conda/bin/python', '-bb', 'test_linalg.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:55:17.452313] 2022-09-27T15:55:18.9770865Z Test results will be stored in test-reports/python-unittest/test_linalg 2022-09-27T15:55:18.9810432Z 2022-09-27T15:55:18.9810583Z Running tests... 2022-09-27T15:55:18.9810977Z ---------------------------------------------------------------------- 2022-09-27T15:55:19.4587837Z test_addbmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.478s) 2022-09-27T15:55:19.9123216Z test_addbmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.453s) 2022-09-27T15:55:20.3078705Z test_addbmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.395s) 2022-09-27T15:55:20.7224599Z test_addbmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.415s) 2022-09-27T15:55:21.0458196Z test_addbmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.323s) 2022-09-27T15:55:21.0611480Z test_addmm_activation_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-09-27T15:55:21.0715380Z test_addmm_activation_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:55:21.0818583Z test_addmm_activation_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:55:21.0836775Z test_addmm_baddbmm_overflow_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:55:21.0970228Z test_addmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:55:21.1080718Z test_addmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:55:21.1193460Z test_addmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:55:21.1293033Z test_addmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:55:21.1391905Z test_addmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:55:21.3695617Z test_addmm_sizes_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.230s) 2022-09-27T15:55:21.5974641Z test_addmm_sizes_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.228s) 2022-09-27T15:55:21.6163102Z test_addmv_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-09-27T15:55:21.6315736Z test_addmv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-09-27T15:55:21.6460210Z test_addmv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-09-27T15:55:21.6586818Z test_addmv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:55:21.6710377Z test_addmv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T15:55:21.6791253Z test_addmv_rowmajor_colmajor_incx_incy_lda_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-09-27T15:55:21.6866608Z test_addmv_rowmajor_colmajor_incx_incy_lda_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:55:21.6932222Z test_addr_bool_cpu_bool (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:55:21.7086272Z test_addr_float_and_complex_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-09-27T15:55:21.7281234Z test_addr_float_and_complex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-09-27T15:55:21.7478070Z test_addr_float_and_complex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-09-27T15:55:21.7646868Z test_addr_float_and_complex_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-09-27T15:55:21.7796642Z test_addr_float_and_complex_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-09-27T15:55:21.7944885Z test_addr_float_and_complex_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-09-27T15:55:21.8156845Z test_addr_integral_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:55:21.8366805Z test_addr_integral_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:55:21.8574995Z test_addr_integral_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:55:21.8776415Z test_addr_integral_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-09-27T15:55:21.8978851Z test_addr_integral_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-09-27T15:55:22.2339986Z test_addr_type_promotion_cpu (__main__.TestLinalgCPU) ... ok (0.336s) 2022-09-27T15:55:23.4376312Z test_baddbmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (1.204s) 2022-09-27T15:55:24.9159758Z test_baddbmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.478s) 2022-09-27T15:55:26.4115424Z test_baddbmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.495s) 2022-09-27T15:55:27.6320096Z test_baddbmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.220s) 2022-09-27T15:55:28.8132552Z test_baddbmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.181s) 2022-09-27T15:55:28.8164168Z test_blas_alpha_beta_empty_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:28.8195513Z test_blas_alpha_beta_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:28.8225888Z test_blas_alpha_beta_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:28.8255834Z test_blas_alpha_beta_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:28.8285047Z test_blas_alpha_beta_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:28.8313155Z test_blas_alpha_beta_empty_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:28.8342382Z test_blas_alpha_beta_empty_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:28.8370176Z test_blas_alpha_beta_empty_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:28.8398252Z test_blas_alpha_beta_empty_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:28.8426363Z test_blas_alpha_beta_empty_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:28.8544302Z test_blas_empty_cpu (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T15:55:28.8598324Z test_blas_mv_large_input_cpu (__main__.TestLinalgCPU) ... test_linalg.py:4696: UserWarning: An output with one or more elements was resized since it had shape [200], which does not match the required output shape [3000]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:28.8599888Z self.assertEqual(torch.mv(nm, _m), torch.mv(nm, _m, out=_m_out)) 2022-09-27T15:55:28.8600721Z ok (0.006s) 2022-09-27T15:55:28.8621395Z test_blas_nan_out_cpu_bfloat16 (__main__.TestLinalgCPU) ... test_linalg.py:4671: UserWarning: An output with one or more elements was resized since it had shape [7], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:28.8622132Z self.assertEqual(torch.mv(nm, _m), torch.mv(nm, _m, out=_m_out)) 2022-09-27T15:55:28.8628846Z ok (0.003s) 2022-09-27T15:55:28.8656020Z test_blas_nan_out_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:28.8680126Z test_blas_nan_out_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:55:28.8706035Z test_blas_nan_out_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:55:28.8731600Z test_blas_nan_out_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:28.8756789Z test_blas_nan_out_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:55:29.2082278Z test_bmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:29.2083411Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:29.2135277Z test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:29.2136298Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:29.2152792Z test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:29.2153835Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:29.2199981Z test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:29.2201305Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:29.2218099Z test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:29.2219120Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:29.2265223Z test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:29.2266268Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:29.2282428Z test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:29.2283466Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:29.6552718Z test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:29.6553783Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:29.6613351Z test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:29.6614378Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:29.6631407Z test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:29.6632443Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:29.6679462Z test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:29.6680471Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:29.6697584Z test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:29.6698615Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:29.6745782Z test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:29.6746816Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:29.6763272Z test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:29.6764295Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:29.6813604Z ok (0.806s) 2022-09-27T15:55:30.5110429Z test_bmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.829s) 2022-09-27T15:55:31.3711072Z test_bmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.860s) 2022-09-27T15:55:32.0941601Z test_bmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.723s) 2022-09-27T15:55:32.7670281Z test_bmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.673s) 2022-09-27T15:55:32.7718877Z test_broadcast_batched_matmul_cpu (__main__.TestLinalgCPU) ... test_linalg.py:6817: UserWarning: An output with one or more elements was resized since it had shape [3, 8], which does not match the required output shape [3, 8, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:32.7719795Z torch.matmul(l, r, out=out) 2022-09-27T15:55:32.7776229Z test_linalg.py:6817: UserWarning: An output with one or more elements was resized since it had shape [3, 1], which does not match the required output shape [3, 1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:32.7777073Z torch.matmul(l, r, out=out) 2022-09-27T15:55:32.7817440Z ok (0.015s) 2022-09-27T15:55:32.7849886Z test_broadcast_fused_matmul_cpu (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:32.7864527Z test_chain_matmul_cpu_float64 (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:1558: UserWarning: torch.chain_matmul is deprecated and will be removed in a future PyTorch release. Use torch.linalg.multi_dot instead, which accepts a list of two or more tensors rather than multiple parameters. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:989.) 2022-09-27T15:55:32.7865482Z return _VF.chain_matmul(matrices) # type: ignore[attr-defined] 2022-09-27T15:55:32.7916176Z ok (0.007s) 2022-09-27T15:55:32.8073640Z test_cholesky_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T15:55:32.8230265Z test_cholesky_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T15:55:32.8355167Z test_cholesky_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:55:32.8458981Z test_cholesky_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:55:32.8821062Z test_cholesky_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-09-27T15:55:32.9171120Z test_cholesky_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-09-27T15:55:32.9519318Z test_cholesky_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-09-27T15:55:32.9868798Z test_cholesky_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-09-27T15:55:32.9920314Z test_cholesky_ex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:55:32.9981912Z test_cholesky_ex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T15:55:33.0040165Z test_cholesky_ex_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T15:55:33.0086635Z test_cholesky_ex_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:55:33.0198173Z test_cholesky_ex_non_pd_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:55:33.0305839Z test_cholesky_ex_non_pd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:55:33.0413679Z test_cholesky_ex_non_pd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:55:33.0521505Z test_cholesky_ex_non_pd_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:55:33.0673785Z test_cholesky_inverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-09-27T15:55:33.0826169Z test_cholesky_inverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-09-27T15:55:33.0961187Z test_cholesky_inverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:55:33.1094218Z test_cholesky_inverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:55:33.1301219Z test_cholesky_inverse_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:55:33.1499710Z test_cholesky_inverse_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-09-27T15:55:33.1698051Z test_cholesky_inverse_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-09-27T15:55:33.1896480Z test_cholesky_inverse_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-09-27T15:55:33.1969060Z test_cholesky_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:55:33.2039569Z test_cholesky_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:55:33.2107052Z test_cholesky_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:55:33.2172116Z test_cholesky_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T15:55:33.2191269Z test_cholesky_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:2494: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-09-27T15:55:33.2191818Z L = torch.cholesky(A) 2022-09-27T15:55:33.2192103Z should be replaced with 2022-09-27T15:55:33.2192378Z L = torch.linalg.cholesky(A) 2022-09-27T15:55:33.2192609Z and 2022-09-27T15:55:33.2192851Z U = torch.cholesky(A, upper=True) 2022-09-27T15:55:33.2193130Z should be replaced with 2022-09-27T15:55:33.2193396Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T15:55:33.2197039Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1626.) 2022-09-27T15:55:33.2197576Z L = torch.cholesky(A, upper=upper) 2022-09-27T15:55:33.2233010Z ok (0.006s) 2022-09-27T15:55:33.2287979Z test_cholesky_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:55:33.2340664Z test_cholesky_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:55:33.2392466Z test_cholesky_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:55:33.2405841Z test_cholesky_solve_batched_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:55:33.2418664Z test_cholesky_solve_batched_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:55:33.2430739Z test_cholesky_solve_batched_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:55:33.2442890Z test_cholesky_solve_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:55:33.2474946Z test_cholesky_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:33.2507706Z test_cholesky_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:33.2539493Z test_cholesky_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:33.2571266Z test_cholesky_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:33.2621001Z test_cholesky_solve_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:55:33.2670304Z test_cholesky_solve_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:55:33.2719689Z test_cholesky_solve_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:55:33.2768846Z test_cholesky_solve_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:55:33.3187018Z test_cond_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.042s) 2022-09-27T15:55:33.3614335Z test_cond_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.043s) 2022-09-27T15:55:33.4025005Z test_cond_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-09-27T15:55:33.4416124Z test_cond_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-09-27T15:55:33.4902829Z test_cond_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.049s) 2022-09-27T15:55:33.5380163Z test_cond_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.048s) 2022-09-27T15:55:33.5856833Z test_cond_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.048s) 2022-09-27T15:55:33.6332805Z test_cond_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.048s) 2022-09-27T15:55:34.1785470Z test_corner_cases_of_cublasltmatmul_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.545s) 2022-09-27T15:55:34.9136560Z test_corner_cases_of_cublasltmatmul_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.735s) 2022-09-27T15:55:35.5104357Z test_corner_cases_of_cublasltmatmul_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.597s) 2022-09-27T15:55:35.9992338Z test_corner_cases_of_cublasltmatmul_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.489s) 2022-09-27T15:55:36.5876786Z test_corner_cases_of_cublasltmatmul_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.588s) 2022-09-27T15:55:37.9192666Z test_corner_cases_of_cublasltmatmul_cpu_int16 (__main__.TestLinalgCPU) ... ok (1.332s) 2022-09-27T15:55:38.8204923Z test_corner_cases_of_cublasltmatmul_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.901s) 2022-09-27T15:55:39.7149176Z test_corner_cases_of_cublasltmatmul_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.894s) 2022-09-27T15:55:41.0876456Z test_corner_cases_of_cublasltmatmul_cpu_int8 (__main__.TestLinalgCPU) ... ok (1.373s) 2022-09-27T15:55:41.6923759Z test_corner_cases_of_cublasltmatmul_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.605s) 2022-09-27T15:55:41.6959835Z test_cross_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:55:41.6986227Z test_cross_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:41.7001173Z test_cross_with_and_without_dim_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:55:41.7016100Z test_cross_with_and_without_dim_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:55:41.7034405Z test_cublas_addmm_size_10000_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:55:41.7052019Z test_cublas_addmm_size_10000_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:55:41.7069763Z test_cublas_addmm_size_10000_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:55:41.7087107Z test_cublas_addmm_size_1000_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:55:41.7104583Z test_cublas_addmm_size_1000_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:55:41.7121943Z test_cublas_addmm_size_1000_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:55:41.7139507Z test_cublas_addmm_size_100_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:55:41.7156800Z test_cublas_addmm_size_100_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:55:41.7175014Z test_cublas_addmm_size_100_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:55:41.7365224Z test_det_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-09-27T15:55:41.7522591Z test_det_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T15:55:41.8143490Z test_det_logdet_slogdet_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.062s) 2022-09-27T15:55:41.8246341Z test_det_logdet_slogdet_cpu_float64 (__main__.TestLinalgCPU) ... test_linalg.py:6418: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T15:55:41.8247664Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T15:55:41.8248212Z Q, R = torch.qr(A, some) 2022-09-27T15:55:41.8248613Z should be replaced with 2022-09-27T15:55:41.8249504Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2355.) 2022-09-27T15:55:41.8250074Z q, _ = torch.qr(mat) 2022-09-27T15:55:42.8043108Z ok (0.990s) 2022-09-27T15:55:42.8299109Z test_dot_invalid_args_cpu (__main__.TestLinalgCPU) ... ok (0.026s) 2022-09-27T15:55:42.8335457Z test_dot_vs_numpy_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:55:42.8364469Z test_dot_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:42.8387530Z test_dot_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:55:42.8397440Z test_eig_check_magma_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:55:42.8413176Z test_eig_compare_backends_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:55:42.8428907Z test_eig_compare_backends_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:55:42.8444532Z test_eig_compare_backends_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:55:42.8460244Z test_eig_compare_backends_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:55:42.8713072Z test_eig_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-09-27T15:55:42.8962541Z test_eig_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-09-27T15:55:42.9320156Z test_eig_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-09-27T15:55:42.9676468Z test_eig_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-09-27T15:55:42.9785109Z test_eig_numpy_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:55:42.9880291Z test_eig_numpy_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:55:42.9892577Z test_eig_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:55:43.0102503Z test_eig_with_nan_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:55:43.0312369Z test_eig_with_nan_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:55:43.0519001Z test_eig_with_nan_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:55:43.0725428Z test_eig_with_nan_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:55:43.0936100Z test_eigh_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:55:43.1154575Z test_eigh_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-09-27T15:55:43.1363810Z test_eigh_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:55:43.1560001Z test_eigh_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-09-27T15:55:43.1898018Z test_eigh_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-09-27T15:55:43.2235128Z test_eigh_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-09-27T15:55:43.2571462Z test_eigh_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-09-27T15:55:43.2907085Z test_eigh_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-09-27T15:55:43.2933430Z test_eigh_lower_uplo_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:43.2958415Z test_eigh_lower_uplo_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:55:43.2981892Z test_eigh_lower_uplo_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:55:43.3004120Z test_eigh_lower_uplo_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:55:43.3026429Z test_eigvals_compare_backends_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:55:43.3047699Z test_eigvals_compare_backends_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:55:43.3069155Z test_eigvals_compare_backends_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:55:43.3090293Z test_eigvals_compare_backends_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:55:43.3204157Z test_eigvals_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:55:43.3317726Z test_eigvals_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:55:43.3451726Z test_eigvals_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:55:43.3586572Z test_eigvals_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:55:43.3658318Z test_eigvals_numpy_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:55:43.3722870Z test_eigvals_numpy_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T15:55:43.3826820Z test_eigvalsh_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:55:43.3935415Z test_eigvalsh_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:55:43.4038851Z test_eigvalsh_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:55:43.4137522Z test_eigvalsh_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:55:43.4317084Z test_eigvalsh_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:1030: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-09-27T15:55:43.4317931Z out = torch.empty_like(t).to(real_dtype) 2022-09-27T15:55:43.4389277Z ok (0.025s) 2022-09-27T15:55:43.4638863Z test_eigvalsh_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-09-27T15:55:43.4889384Z test_eigvalsh_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-09-27T15:55:43.5139789Z test_eigvalsh_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-09-27T15:55:43.5205529Z test_einsum_corner_cases_cpu (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:55:43.5325698Z test_einsum_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T15:55:43.5428543Z test_einsum_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:55:43.5810008Z test_einsum_error_cases_cpu (__main__.TestLinalgCPU) ... ok (0.038s) 2022-09-27T15:55:43.7546092Z test_einsum_random_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.173s) 2022-09-27T15:55:43.9156508Z test_einsum_random_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.161s) 2022-09-27T15:55:43.9221591Z test_einsum_sublist_format_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:55:43.9273811Z test_einsum_sublist_format_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:55:43.9505746Z test_geqrf_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-09-27T15:55:43.9734646Z test_geqrf_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-09-27T15:55:43.9945272Z test_geqrf_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:55:44.0147642Z test_geqrf_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-09-27T15:55:44.0241790Z test_householder_product_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:55:44.0335585Z test_householder_product_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:55:44.0424696Z test_householder_product_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:55:44.0510838Z test_householder_product_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:55:44.0746565Z test_householder_product_errors_and_warnings_cpu (__main__.TestLinalgCPU) ... ok (0.024s) 2022-09-27T15:55:44.0874788Z test_inner_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:55:44.0990659Z test_inner_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T15:55:44.1448307Z test_inv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.046s) 2022-09-27T15:55:44.1903236Z test_inv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.045s) 2022-09-27T15:55:44.2359307Z test_inv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.046s) 2022-09-27T15:55:44.2815008Z test_inv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.045s) 2022-09-27T15:55:44.2826014Z test_inv_ex_info_device_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:55:44.2835881Z test_inv_ex_info_device_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:55:44.2844995Z test_inv_ex_info_device_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:55:44.2854108Z test_inv_ex_info_device_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:55:44.2973286Z test_inv_ex_singular_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T15:55:44.3088991Z test_inv_ex_singular_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T15:55:44.3204452Z test_inv_ex_singular_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T15:55:44.3320185Z test_inv_ex_singular_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T15:55:44.3499201Z test_invariance_error_spectral_decompositions_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T15:55:44.4214126Z test_inverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.071s) 2022-09-27T15:55:44.4954783Z test_inverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.074s) 2022-09-27T15:55:44.5612190Z test_inverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.066s) 2022-09-27T15:55:44.6238373Z test_inverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.063s) 2022-09-27T15:55:44.6637586Z test_inverse_errors_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-09-27T15:55:44.7032388Z test_inverse_errors_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-09-27T15:55:44.7426799Z test_inverse_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-09-27T15:55:44.7820364Z test_inverse_errors_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-09-27T15:55:45.9901451Z test_inverse_errors_large_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.208s) 2022-09-27T15:55:46.6016840Z test_inverse_errors_large_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.611s) 2022-09-27T15:55:46.8931498Z test_inverse_errors_large_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.291s) 2022-09-27T15:55:47.3365273Z test_inverse_errors_large_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.443s) 2022-09-27T15:55:47.3381659Z test_inverse_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:55:47.3395568Z test_inverse_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:55:47.3409441Z test_inverse_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:55:47.3423543Z test_inverse_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:55:47.3527744Z test_kron_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:55:47.3632701Z test_kron_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:55:47.3720696Z test_kron_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:55:47.3804447Z test_kron_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-09-27T15:55:47.3827449Z test_kron_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:55:47.3850100Z test_kron_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:55:47.3872346Z test_kron_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:55:47.3894386Z test_kron_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:55:47.3956312Z test_kron_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:1105: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:47.3957189Z torch.kron(a, b, out=out) 2022-09-27T15:55:47.3957374Z ok (0.006s) 2022-09-27T15:55:47.4015937Z test_kron_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... test_linalg.py:1105: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:47.4016656Z torch.kron(a, b, out=out) 2022-09-27T15:55:47.4016850Z ok (0.006s) 2022-09-27T15:55:47.4075829Z test_kron_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... test_linalg.py:1105: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:47.4076579Z torch.kron(a, b, out=out) 2022-09-27T15:55:47.4076766Z ok (0.006s) 2022-09-27T15:55:47.4135155Z test_kron_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... test_linalg.py:1105: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:47.4135840Z torch.kron(a, b, out=out) 2022-09-27T15:55:47.4136015Z ok (0.006s) 2022-09-27T15:55:47.4199239Z test_lapack_empty_cpu (__main__.TestLinalgCPU) ... test_linalg.py:7303: UserWarning: torch.lstsq is deprecated in favor of torch.linalg.lstsq and will be removed in a future PyTorch release. 2022-09-27T15:55:47.4200359Z torch.linalg.lstsq has reversed arguments and does not return the QR decomposition in the returned tuple (although it returns other information about the problem). 2022-09-27T15:55:47.4201062Z To get the qr decomposition consider using torch.linalg.qr. 2022-09-27T15:55:47.4201749Z The returned solution in torch.lstsq stored the residuals of the solution in the last m - n columns of the returned value whenever m > n. In torch.linalg.lstsq, the residuals in the field 'residuals' of the returned named tuple. 2022-09-27T15:55:47.4202162Z The unpacking of the solution, as in 2022-09-27T15:55:47.4202397Z X, _ = torch.lstsq(B, A).solution[:A.size(1)] 2022-09-27T15:55:47.4202614Z should be replaced with 2022-09-27T15:55:47.4202939Z X = torch.linalg.lstsq(A, B).solution (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:3799.) 2022-09-27T15:55:47.4203343Z self.assertRaises(RuntimeError, lambda: torch.lstsq(torch.randn(0, 0), torch.randn(0, 0))) 2022-09-27T15:55:47.4235654Z ok (0.010s) 2022-09-27T15:55:47.4563339Z test_ldl_factor_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:7375: ComplexWarning: scipy.linalg.ldl(): 2022-09-27T15:55:47.4564629Z The imaginary parts of the diagonalare ignored. Use "hermitian=False" for factorization ofcomplex symmetric arrays. 2022-09-27T15:55:47.4565685Z lambda x: scipy_ldl(x, hermitian=hermitian, lower=True), 2022-09-27T15:55:47.4640287Z ok (0.040s) 2022-09-27T15:55:47.5273592Z test_ldl_factor_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.063s) 2022-09-27T15:55:47.5343829Z test_ldl_factor_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:55:47.5413161Z test_ldl_factor_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:55:47.5509043Z test_ldl_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:55:47.5604760Z test_ldl_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:55:47.5659095Z test_ldl_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:55:47.5712252Z test_ldl_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:55:47.5763351Z test_linalg_cross_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:55:47.5794470Z test_linalg_cross_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:47.5810192Z test_linalg_cross_with_and_without_dim_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:55:47.5825314Z test_linalg_cross_with_and_without_dim_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:55:47.6423882Z test_linalg_lstsq_batch_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.060s) 2022-09-27T15:55:47.7012584Z test_linalg_lstsq_batch_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.059s) 2022-09-27T15:55:47.7511753Z test_linalg_lstsq_batch_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.050s) 2022-09-27T15:55:47.8008360Z test_linalg_lstsq_batch_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.049s) 2022-09-27T15:55:49.4988026Z test_linalg_lstsq_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.698s) 2022-09-27T15:55:51.2917592Z test_linalg_lstsq_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.793s) 2022-09-27T15:55:52.9178792Z test_linalg_lstsq_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.626s) 2022-09-27T15:55:54.4577928Z test_linalg_lstsq_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.540s) 2022-09-27T15:55:54.4925597Z test_linalg_lstsq_input_checks_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-09-27T15:55:54.5265418Z test_linalg_lstsq_input_checks_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-09-27T15:55:54.5604086Z test_linalg_lstsq_input_checks_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-09-27T15:55:54.5940175Z test_linalg_lstsq_input_checks_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-09-27T15:55:54.5987510Z test_linalg_lu_family_cpu_complex128 (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:1660: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-09-27T15:55:54.5987997Z LU, pivots = torch.lu(A, compute_pivots) 2022-09-27T15:55:54.5988210Z should be replaced with 2022-09-27T15:55:54.5988449Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-09-27T15:55:54.5988657Z and 2022-09-27T15:55:54.5988859Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-09-27T15:55:54.5989090Z should be replaced with 2022-09-27T15:55:54.5989451Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1925.) 2022-09-27T15:55:54.5989856Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-09-27T15:55:54.9646792Z ok (0.370s) 2022-09-27T15:55:55.3465117Z test_linalg_lu_family_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.382s) 2022-09-27T15:55:55.6689201Z test_linalg_lu_family_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.322s) 2022-09-27T15:55:56.1531500Z test_linalg_lu_family_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.484s) 2022-09-27T15:55:56.1825864Z test_linalg_lu_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-09-27T15:55:56.2103220Z test_linalg_lu_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-09-27T15:55:56.2326734Z test_linalg_lu_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-09-27T15:55:56.2543364Z test_linalg_lu_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-09-27T15:55:56.2585988Z test_linalg_matrix_exp_analytic_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:55:56.2623503Z test_linalg_matrix_exp_analytic_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:55:56.2660992Z test_linalg_matrix_exp_analytic_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:55:56.2698463Z test_linalg_matrix_exp_analytic_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:55:56.2959573Z test_linalg_matrix_exp_batch_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-09-27T15:55:56.3199865Z test_linalg_matrix_exp_batch_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-09-27T15:55:56.3332242Z test_linalg_matrix_exp_boundary_cases_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:55:56.3464011Z test_linalg_matrix_exp_boundary_cases_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:55:56.3594003Z test_linalg_matrix_exp_boundary_cases_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:55:56.3725035Z test_linalg_matrix_exp_boundary_cases_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:55:56.4435779Z test_linalg_matrix_exp_compare_with_taylor_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.071s) 2022-09-27T15:55:56.5171933Z test_linalg_matrix_exp_compare_with_taylor_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.074s) 2022-09-27T15:55:56.5863632Z test_linalg_matrix_exp_compare_with_taylor_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.069s) 2022-09-27T15:55:56.6487149Z test_linalg_matrix_exp_compare_with_taylor_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.062s) 2022-09-27T15:55:56.6509283Z test_linalg_matrix_exp_no_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:55:56.6645695Z test_linalg_matrix_exp_utils_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-09-27T15:55:56.6755278Z test_linalg_matrix_exp_utils_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:55:56.6878595Z test_linalg_qr_autograd_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T15:55:56.7084079Z test_linalg_solve_triangular_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-09-27T15:55:56.7291382Z test_linalg_solve_triangular_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:55:56.7455329Z test_linalg_solve_triangular_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T15:55:56.7619660Z test_linalg_solve_triangular_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T15:55:58.7890445Z test_linalg_solve_triangular_cpu_complex128 (__main__.TestLinalgCPU) ... ok (2.027s) 2022-09-27T15:56:00.8469073Z test_linalg_solve_triangular_cpu_complex64 (__main__.TestLinalgCPU) ... ok (2.058s) 2022-09-27T15:56:01.2458361Z test_linalg_solve_triangular_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.399s) 2022-09-27T15:56:01.6180823Z test_linalg_solve_triangular_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.372s) 2022-09-27T15:56:01.6204125Z test_linalg_solve_triangular_large_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:56:01.6217017Z test_linalg_solve_triangular_large_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:01.6229270Z test_linalg_solve_triangular_large_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:01.6241337Z test_linalg_solve_triangular_large_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:01.6340743Z test_linear_algebra_scalar_raises_cpu (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:56:01.6377972Z test_lobpcg_basic_cpu_float64 (__main__.TestLinalgCPU) ... test_linalg.py:5059: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T15:56:01.6378653Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T15:56:01.6379098Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T15:56:01.6379357Z should be replaced with 2022-09-27T15:56:01.6379842Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T15:56:01.6380124Z and 2022-09-27T15:56:01.6396870Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T15:56:01.6397164Z should be replaced with 2022-09-27T15:56:01.6397863Z 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:56:01.6398310Z e = torch.symeig(A)[0] 2022-09-27T15:56:02.5751057Z ok (0.941s) 2022-09-27T15:56:09.5292434Z test_lobpcg_ortho_cpu_float64 (__main__.TestLinalgCPU) ... ok (6.954s) 2022-09-27T15:56:09.5352976Z test_lobpcg_scipy_cpu_float64 (__main__.TestLinalgCPU) 2022-09-27T15:56:18.3357597Z Compare torch and scipy.sparse.linalg implementations of lobpcg ... 2022-09-27T15:56:18.3358172Z CPU timings: torch.lobpcg vs scipy.sparse.linalg.lobpcg 2022-09-27T15:56:18.3359207Z ------------------------------------------------------- 2022-09-27T15:56:18.3359610Z | standard | generalized | method 2022-09-27T15:56:18.3359985Z torch.lobpcg | 226.26 | 247.28 | ortho 2022-09-27T15:56:18.3360360Z scipy_lobpcg | 145.26 | 153.82 | N/A 2022-09-27T15:56:18.3360902Z -(input size: 500, eigenpairs: 7, units: ms per call)- 2022-09-27T15:56:18.3361247Z 2022-09-27T15:56:29.7050158Z Handling of small tol=1e-100: torch.lobpcg vs scipy.sparse.linalg.lobpcg 2022-09-27T15:56:29.7050588Z ---------------------------------------------------------------------------- 2022-09-27T15:56:29.7050881Z | standard | generalized | niter | method 2022-09-27T15:56:29.7051218Z torch.lobpcg | 1.45e-13 | 8.28e-15 | 1000 | ortho 2022-09-27T15:56:29.7051508Z scipy_lobpcg | 2.66e-09 | 1.14e-07 | 1002 | N/A 2022-09-27T15:56:29.7051827Z ---(input size: 500, eigenpairs: 7, units: relative error, maxiter=1000)--- 2022-09-27T15:56:29.7052001Z 2022-09-27T15:56:29.7058245Z ok (20.177s) 2022-09-27T15:56:30.6467443Z test_lobpcg_torchscript_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.941s) 2022-09-27T15:56:30.6575039Z test_lstsq_cpu_float64 (__main__.TestLinalgCPU) ... test_linalg.py:7185: UserWarning: An output with one or more elements was resized since it had shape [3, 2], which does not match the required output shape [4, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:56:30.6575750Z res3 = torch.lstsq(b, a, out=(b, a))[0] 2022-09-27T15:56:30.6584978Z ok (0.012s) 2022-09-27T15:56:30.6611352Z test_lu_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:6914: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-09-27T15:56:30.6612000Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-09-27T15:56:30.6612319Z X = torch.lu_solve(B, LU, pivots) 2022-09-27T15:56:30.6612591Z should be replaced with 2022-09-27T15:56:30.6613051Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-09-27T15:56:30.6613497Z x = torch.lu_solve(b, LU_data, LU_pivots) 2022-09-27T15:56:30.6641682Z ok (0.006s) 2022-09-27T15:56:30.6693999Z test_lu_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:56:30.6739469Z test_lu_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:30.6786232Z test_lu_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:56:30.6845298Z test_lu_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T15:56:30.6902345Z test_lu_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T15:56:30.6956278Z test_lu_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:56:30.7009145Z test_lu_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:56:30.7021169Z test_lu_solve_batched_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:56:30.7032673Z test_lu_solve_batched_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:56:30.7044004Z test_lu_solve_batched_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:56:30.7055656Z test_lu_solve_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:56:30.7093040Z test_lu_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:30.7131108Z test_lu_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:30.7165712Z test_lu_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:56:30.7200469Z test_lu_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:56:30.7210951Z test_lu_solve_large_matrices_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:30.7221007Z test_lu_solve_large_matrices_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:30.7231048Z test_lu_solve_large_matrices_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:30.7241100Z test_lu_solve_large_matrices_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:30.7298790Z test_lu_unpack_check_input_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T15:56:30.7311449Z test_matmul_45724_cpu (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:30.7469944Z test_matmul_small_brute_force_1d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... test_linalg.py:4306: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:56:30.7470659Z ans = torch.matmul(x, y, out=out) 2022-09-27T15:56:30.7498679Z test_linalg.py:4306: UserWarning: An output with one or more elements was resized since it had shape [2], which does not match the required output shape [1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:56:30.7499305Z ans = torch.matmul(x, y, out=out) 2022-09-27T15:56:30.7524183Z test_linalg.py:4306: UserWarning: An output with one or more elements was resized since it had shape [3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:56:30.7524794Z ans = torch.matmul(x, y, out=out) 2022-09-27T15:56:31.2868849Z ok (0.556s) 2022-09-27T15:56:31.7385878Z test_matmul_small_brute_force_1d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.452s) 2022-09-27T15:56:32.0039368Z test_matmul_small_brute_force_1d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.265s) 2022-09-27T15:56:34.2481559Z test_matmul_small_brute_force_2d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (2.244s) 2022-09-27T15:56:36.0528784Z test_matmul_small_brute_force_2d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.805s) 2022-09-27T15:56:37.1894370Z test_matmul_small_brute_force_2d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (1.136s) 2022-09-27T15:56:39.3444782Z test_matmul_small_brute_force_3d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (2.155s) 2022-09-27T15:56:41.0921121Z test_matmul_small_brute_force_3d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.747s) 2022-09-27T15:56:42.1537735Z test_matmul_small_brute_force_3d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (1.062s) 2022-09-27T15:56:42.1683978Z test_matrix_norm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-09-27T15:56:42.1798453Z test_matrix_norm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:56:42.1939243Z test_matrix_power_negative_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-09-27T15:56:42.2066633Z test_matrix_power_negative_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:56:42.2155604Z test_matrix_power_non_negative_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:56:42.2235028Z test_matrix_power_non_negative_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-09-27T15:56:42.2440446Z test_matrix_rank_atol_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-09-27T15:56:42.2649115Z test_matrix_rank_atol_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:56:42.2845681Z test_matrix_rank_atol_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-09-27T15:56:42.3032873Z test_matrix_rank_atol_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-09-27T15:56:42.3058324Z test_matrix_rank_atol_rtol_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:42.3074342Z test_matrix_rank_basic_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:42.3089687Z test_matrix_rank_basic_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:42.3105847Z test_matrix_rank_basic_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:42.3122372Z test_matrix_rank_basic_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:42.3277300Z test_matrix_rank_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-09-27T15:56:42.3429964Z test_matrix_rank_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-09-27T15:56:42.3570931Z test_matrix_rank_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-09-27T15:56:42.3708742Z test_matrix_rank_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-09-27T15:56:42.3795666Z test_matrix_rank_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:56:42.3883017Z test_matrix_rank_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:56:42.3976044Z test_matrix_rank_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:56:42.4069700Z test_matrix_rank_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:56:42.4107312Z test_matrix_rank_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:42.4142307Z test_matrix_rank_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:56:42.4176881Z test_matrix_rank_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:56:42.4212270Z test_matrix_rank_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:56:42.4250137Z test_mm_bmm_non_memory_dense_cpu (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:42.4285241Z test_mm_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T15:56:42.4319242Z test_mm_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T15:56:42.4353532Z test_mm_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T15:56:42.4387504Z test_mm_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T15:56:42.4421482Z test_mm_cpu_int32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T15:56:42.4455834Z test_mm_cpu_int64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T15:56:42.4547113Z test_multi_dot_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:56:42.4621040Z test_multi_dot_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:56:42.4900765Z test_multi_dot_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-09-27T15:56:42.5083369Z test_norm_complex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T15:56:42.5270924Z test_norm_complex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-09-27T15:56:42.5340560Z test_norm_complex_old_cpu (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:56:42.5713775Z test_norm_dtype_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-09-27T15:56:42.6022468Z test_norm_dtype_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-09-27T15:56:42.6589970Z test_norm_dtype_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.057s) 2022-09-27T15:56:42.6977256Z test_norm_dtype_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-09-27T15:56:42.7483924Z test_norm_dtype_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.051s) 2022-09-27T15:56:42.7757819Z test_norm_dtype_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-09-27T15:56:42.9339101Z test_norm_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.158s) 2022-09-27T15:56:43.0881241Z test_norm_errors_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.154s) 2022-09-27T15:56:43.0916233Z test_norm_extreme_values_cpu (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2516: RuntimeWarning: divide by zero encountered in power 2022-09-27T15:56:43.0916582Z ret **= (1 / ord) 2022-09-27T15:56:43.0931486Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in reciprocal 2022-09-27T15:56:43.0931860Z absx **= ord 2022-09-27T15:56:43.0933076Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in power 2022-09-27T15:56:43.0933369Z absx **= ord 2022-09-27T15:56:43.1271005Z ok (0.039s) 2022-09-27T15:56:43.1299015Z test_norm_fastpaths_cpu (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:56:43.2195522Z test_norm_fro_2_equivalence_old_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.089s) 2022-09-27T15:56:43.2211396Z test_norm_fused_type_promotion_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:56:43.2225706Z test_norm_fused_type_promotion_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:43.3917366Z test_norm_matrix_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.169s) 2022-09-27T15:56:43.5679407Z test_norm_matrix_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.176s) 2022-09-27T15:56:44.1004572Z test_norm_matrix_degenerate_shapes_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.532s) 2022-09-27T15:56:44.6348156Z test_norm_matrix_degenerate_shapes_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.534s) 2022-09-27T15:56:45.1738427Z test_norm_matrix_degenerate_shapes_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.539s) 2022-09-27T15:56:45.7101647Z test_norm_matrix_degenerate_shapes_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.536s) 2022-09-27T15:56:45.7533513Z test_norm_old_cpu (__main__.TestLinalgCPU) ... ok (0.043s) 2022-09-27T15:56:45.7567772Z test_norm_old_nan_propagation_cpu (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:56:45.8181726Z test_norm_vector_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.061s) 2022-09-27T15:56:46.2546378Z test_norm_vector_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.436s) 2022-09-27T15:56:46.4595313Z test_norm_vector_degenerate_shapes_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.205s) 2022-09-27T15:56:46.6641628Z test_norm_vector_degenerate_shapes_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.205s) 2022-09-27T15:56:46.8689595Z test_norm_vector_degenerate_shapes_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.205s) 2022-09-27T15:56:47.0724406Z test_norm_vector_degenerate_shapes_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.203s) 2022-09-27T15:56:47.7582889Z test_nuclear_norm_axes_small_brute_force_old_cpu (__main__.TestLinalgCPU) ... ok (0.686s) 2022-09-27T15:56:47.7894186Z test_nuclear_norm_exceptions_old_cpu (__main__.TestLinalgCPU) ... ok (0.031s) 2022-09-27T15:56:47.8036257Z test_nuclear_norm_out_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-09-27T15:56:47.8188187Z test_nuclear_norm_out_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-09-27T15:56:47.8238362Z test_old_cholesky_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:56:47.8287294Z test_old_cholesky_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:56:47.8330893Z test_old_cholesky_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:47.8373214Z test_old_cholesky_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:47.8387783Z test_old_cholesky_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:56:47.8398112Z test_old_cholesky_batched_upper_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:47.8408400Z test_old_cholesky_batched_upper_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:47.8418201Z test_old_cholesky_batched_upper_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:47.8428235Z test_old_cholesky_batched_upper_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:47.8452088Z test_old_cholesky_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:47.8477824Z test_old_cholesky_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:56:47.8501418Z test_old_cholesky_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:47.8524402Z test_old_cholesky_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:47.8539556Z test_old_cholesky_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.8553443Z test_old_cholesky_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.8567297Z test_old_cholesky_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.8580507Z test_old_cholesky_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.8606572Z test_old_matrix_rank_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:3428: UserWarning: torch.matrix_rank is deprecated in favor of torch.linalg.matrix_rankand will be removed in a future PyTorch release. The parameter 'symmetric' was renamed in torch.linalg.matrix_rank to 'hermitian'. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:730.) 2022-09-27T15:56:47.8607191Z self.assertEqual(torch.matrix_rank(a).item(), 10) 2022-09-27T15:56:47.8642231Z test_linalg.py:3444: UserWarning: torch.matrix_rank is deprecated in favor of torch.linalg.matrix_rankand will be removed in a future PyTorch release. The parameter 'symmetric' was renamed in torch.linalg.matrix_rank to 'hermitian'. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:721.) 2022-09-27T15:56:47.8643016Z self.assertEqual(torch.matrix_rank(a, 0.01), np.linalg.matrix_rank(a.cpu().numpy(), 0.01)) 2022-09-27T15:56:47.8667562Z ok (0.009s) 2022-09-27T15:56:47.8748792Z test_old_matrix_rank_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-09-27T15:56:47.8821908Z test_old_matrix_rank_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:56:47.8893707Z test_old_matrix_rank_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:56:47.9641573Z test_ormqr_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.075s) 2022-09-27T15:56:48.0412433Z test_ormqr_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.077s) 2022-09-27T15:56:48.1049179Z test_ormqr_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.064s) 2022-09-27T15:56:48.1660666Z test_ormqr_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.061s) 2022-09-27T15:56:48.1939777Z test_ormqr_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-09-27T15:56:48.2205347Z test_ormqr_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-09-27T15:56:48.2466272Z test_ormqr_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-09-27T15:56:48.2726125Z test_ormqr_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-09-27T15:56:48.2761938Z test_outer_cpu_bfloat16 (__main__.TestLinalgCPU) ... test_linalg.py:132: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:48.2762476Z torch.ger(a, b, out=out) 2022-09-27T15:56:48.2790633Z ok (0.006s) 2022-09-27T15:56:48.2834265Z test_outer_cpu_bool (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:48.2900673Z test_outer_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:56:48.2969504Z test_outer_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:56:48.3035072Z test_outer_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T15:56:48.3095868Z test_outer_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T15:56:48.3155132Z test_outer_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T15:56:48.3199372Z test_outer_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:48.3243001Z test_outer_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:48.3285426Z test_outer_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:48.3327859Z test_outer_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:48.3370729Z test_outer_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:48.3604906Z test_outer_ger_addr_legacy_tests_cpu (__main__.TestLinalgCPU) ... ok (0.023s) 2022-09-27T15:56:48.3619881Z test_outer_type_promotion_cpu_bfloat16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.3634685Z test_outer_type_promotion_cpu_bfloat16_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.3649506Z test_outer_type_promotion_cpu_bfloat16_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.3664174Z test_outer_type_promotion_cpu_bfloat16_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.3679466Z test_outer_type_promotion_cpu_bfloat16_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.3694557Z test_outer_type_promotion_cpu_bfloat16_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.3709338Z test_outer_type_promotion_cpu_bfloat16_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.3723948Z test_outer_type_promotion_cpu_bfloat16_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.3738898Z test_outer_type_promotion_cpu_bfloat16_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.3753442Z test_outer_type_promotion_cpu_bfloat16_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.3768175Z test_outer_type_promotion_cpu_bfloat16_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.3783096Z test_outer_type_promotion_cpu_bfloat16_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.3797607Z test_outer_type_promotion_cpu_bool_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.3812184Z test_outer_type_promotion_cpu_bool_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.3827009Z test_outer_type_promotion_cpu_bool_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.3841640Z test_outer_type_promotion_cpu_bool_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.3857176Z test_outer_type_promotion_cpu_bool_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.3872328Z test_outer_type_promotion_cpu_bool_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.3886958Z test_outer_type_promotion_cpu_bool_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.3901284Z test_outer_type_promotion_cpu_bool_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.3915676Z test_outer_type_promotion_cpu_bool_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.3930127Z test_outer_type_promotion_cpu_bool_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.3944650Z test_outer_type_promotion_cpu_bool_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.3959052Z test_outer_type_promotion_cpu_bool_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.3973558Z test_outer_type_promotion_cpu_complex128_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.3988047Z test_outer_type_promotion_cpu_complex128_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4002317Z test_outer_type_promotion_cpu_complex128_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4016953Z test_outer_type_promotion_cpu_complex128_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4031928Z test_outer_type_promotion_cpu_complex128_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4046802Z test_outer_type_promotion_cpu_complex128_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4061312Z test_outer_type_promotion_cpu_complex128_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4075637Z test_outer_type_promotion_cpu_complex128_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4090054Z test_outer_type_promotion_cpu_complex128_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4104529Z test_outer_type_promotion_cpu_complex128_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4119016Z test_outer_type_promotion_cpu_complex128_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4134255Z test_outer_type_promotion_cpu_complex128_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4149644Z test_outer_type_promotion_cpu_complex64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4164297Z test_outer_type_promotion_cpu_complex64_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4179244Z test_outer_type_promotion_cpu_complex64_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4193692Z test_outer_type_promotion_cpu_complex64_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4209052Z test_outer_type_promotion_cpu_complex64_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4224128Z test_outer_type_promotion_cpu_complex64_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4238809Z test_outer_type_promotion_cpu_complex64_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4253603Z test_outer_type_promotion_cpu_complex64_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4268363Z test_outer_type_promotion_cpu_complex64_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4282941Z test_outer_type_promotion_cpu_complex64_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4297663Z test_outer_type_promotion_cpu_complex64_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4312182Z test_outer_type_promotion_cpu_complex64_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4327813Z test_outer_type_promotion_cpu_float16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:48.4344229Z test_outer_type_promotion_cpu_float16_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:48.4360146Z test_outer_type_promotion_cpu_float16_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:48.4376093Z test_outer_type_promotion_cpu_float16_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:48.4391562Z test_outer_type_promotion_cpu_float16_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4407129Z test_outer_type_promotion_cpu_float16_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:48.4423018Z test_outer_type_promotion_cpu_float16_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:48.4438567Z test_outer_type_promotion_cpu_float16_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:48.4454317Z test_outer_type_promotion_cpu_float16_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:48.4469968Z test_outer_type_promotion_cpu_float16_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:48.4485745Z test_outer_type_promotion_cpu_float16_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:48.4502024Z test_outer_type_promotion_cpu_float16_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:48.4516919Z test_outer_type_promotion_cpu_float32_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4531667Z test_outer_type_promotion_cpu_float32_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4546513Z test_outer_type_promotion_cpu_float32_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4561036Z test_outer_type_promotion_cpu_float32_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4576264Z test_outer_type_promotion_cpu_float32_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4591330Z test_outer_type_promotion_cpu_float32_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4605597Z test_outer_type_promotion_cpu_float32_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4620119Z test_outer_type_promotion_cpu_float32_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4634643Z test_outer_type_promotion_cpu_float32_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4649849Z test_outer_type_promotion_cpu_float32_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4664474Z test_outer_type_promotion_cpu_float32_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4679037Z test_outer_type_promotion_cpu_float32_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4693819Z test_outer_type_promotion_cpu_float64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4709002Z test_outer_type_promotion_cpu_float64_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4723780Z test_outer_type_promotion_cpu_float64_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4738992Z test_outer_type_promotion_cpu_float64_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4754376Z test_outer_type_promotion_cpu_float64_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4769669Z test_outer_type_promotion_cpu_float64_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4784342Z test_outer_type_promotion_cpu_float64_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4799166Z test_outer_type_promotion_cpu_float64_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4814009Z test_outer_type_promotion_cpu_float64_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4828930Z test_outer_type_promotion_cpu_float64_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4843730Z test_outer_type_promotion_cpu_float64_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4858729Z test_outer_type_promotion_cpu_float64_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4873545Z test_outer_type_promotion_cpu_int16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4888372Z test_outer_type_promotion_cpu_int16_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4903666Z test_outer_type_promotion_cpu_int16_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4918384Z test_outer_type_promotion_cpu_int16_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4933691Z test_outer_type_promotion_cpu_int16_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4949306Z test_outer_type_promotion_cpu_int16_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4964150Z test_outer_type_promotion_cpu_int16_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4978273Z test_outer_type_promotion_cpu_int16_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.4992385Z test_outer_type_promotion_cpu_int16_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5006730Z test_outer_type_promotion_cpu_int16_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5021103Z test_outer_type_promotion_cpu_int16_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5035292Z test_outer_type_promotion_cpu_int16_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5049641Z test_outer_type_promotion_cpu_int32_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5063989Z test_outer_type_promotion_cpu_int32_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5078264Z test_outer_type_promotion_cpu_int32_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5092656Z test_outer_type_promotion_cpu_int32_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5107562Z test_outer_type_promotion_cpu_int32_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5122365Z test_outer_type_promotion_cpu_int32_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5136733Z test_outer_type_promotion_cpu_int32_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5150979Z test_outer_type_promotion_cpu_int32_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5165085Z test_outer_type_promotion_cpu_int32_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5179510Z test_outer_type_promotion_cpu_int32_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5193762Z test_outer_type_promotion_cpu_int32_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5208149Z test_outer_type_promotion_cpu_int32_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5222543Z test_outer_type_promotion_cpu_int64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5236691Z test_outer_type_promotion_cpu_int64_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5251027Z test_outer_type_promotion_cpu_int64_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5265397Z test_outer_type_promotion_cpu_int64_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5280248Z test_outer_type_promotion_cpu_int64_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5295250Z test_outer_type_promotion_cpu_int64_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5309425Z test_outer_type_promotion_cpu_int64_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5323623Z test_outer_type_promotion_cpu_int64_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5338126Z test_outer_type_promotion_cpu_int64_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5352449Z test_outer_type_promotion_cpu_int64_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5366813Z test_outer_type_promotion_cpu_int64_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5381147Z test_outer_type_promotion_cpu_int64_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5395744Z test_outer_type_promotion_cpu_int8_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5409849Z test_outer_type_promotion_cpu_int8_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5424156Z test_outer_type_promotion_cpu_int8_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5438296Z test_outer_type_promotion_cpu_int8_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5453246Z test_outer_type_promotion_cpu_int8_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5468336Z test_outer_type_promotion_cpu_int8_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5482727Z test_outer_type_promotion_cpu_int8_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5497209Z test_outer_type_promotion_cpu_int8_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5511380Z test_outer_type_promotion_cpu_int8_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5525651Z test_outer_type_promotion_cpu_int8_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5539872Z test_outer_type_promotion_cpu_int8_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5554208Z test_outer_type_promotion_cpu_int8_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5568734Z test_outer_type_promotion_cpu_uint8_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5583114Z test_outer_type_promotion_cpu_uint8_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5597446Z test_outer_type_promotion_cpu_uint8_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5611866Z test_outer_type_promotion_cpu_uint8_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5627384Z test_outer_type_promotion_cpu_uint8_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5641977Z test_outer_type_promotion_cpu_uint8_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5656925Z test_outer_type_promotion_cpu_uint8_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5671424Z test_outer_type_promotion_cpu_uint8_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5685799Z test_outer_type_promotion_cpu_uint8_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5700273Z test_outer_type_promotion_cpu_uint8_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5714584Z test_outer_type_promotion_cpu_uint8_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:48.5728911Z test_outer_type_promotion_cpu_uint8_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:50.7156999Z test_pca_lowrank_cpu (__main__.TestLinalgCPU) ... ok (2.143s) 2022-09-27T15:56:50.8407109Z test_pinv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.125s) 2022-09-27T15:56:50.9701625Z test_pinv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.129s) 2022-09-27T15:56:51.0823323Z test_pinv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.112s) 2022-09-27T15:56:51.1878821Z test_pinv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.105s) 2022-09-27T15:56:51.2099392Z test_pinv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-09-27T15:56:51.2312746Z test_pinv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:56:51.2524725Z test_pinv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:56:51.2736153Z test_pinv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:56:51.2884910Z test_pinverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-09-27T15:56:51.3035148Z test_pinverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-09-27T15:56:51.3165661Z test_pinverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:56:51.3292120Z test_pinverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:56:51.3304797Z test_preferred_linalg_library_cpu (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:51.3318515Z test_qr_batched_cpu_complex128 (__main__.TestLinalgCPU) 2022-09-27T15:56:51.3344531Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.004s) 2022-09-27T15:56:51.3358752Z test_qr_batched_cpu_complex64 (__main__.TestLinalgCPU) 2022-09-27T15:56:51.3383934Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.004s) 2022-09-27T15:56:51.3399075Z test_qr_batched_cpu_float32 (__main__.TestLinalgCPU) 2022-09-27T15:56:51.3422834Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.004s) 2022-09-27T15:56:51.3437064Z test_qr_batched_cpu_float64 (__main__.TestLinalgCPU) 2022-09-27T15:56:51.3459171Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.004s) 2022-09-27T15:56:51.3490152Z test_qr_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:3557: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T15:56:51.3490923Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T15:56:51.3491263Z Q, R = torch.qr(A, some) 2022-09-27T15:56:51.3491521Z should be replaced with 2022-09-27T15:56:51.3494033Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2367.) 2022-09-27T15:56:51.3494425Z torch.qr(A, some=some, out=(Q_out, R_out)) 2022-09-27T15:56:51.3876423Z ok (0.042s) 2022-09-27T15:56:51.4304035Z test_qr_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.043s) 2022-09-27T15:56:51.4686044Z test_qr_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.038s) 2022-09-27T15:56:51.5055046Z test_qr_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-09-27T15:56:51.5154159Z test_qr_error_cases_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:56:51.5165737Z test_qr_vs_numpy_cpu_complex128 (__main__.TestLinalgCPU) 2022-09-27T15:56:51.5223634Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.007s) 2022-09-27T15:56:51.5235510Z test_qr_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) 2022-09-27T15:56:51.5295070Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.007s) 2022-09-27T15:56:51.5306635Z test_qr_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) 2022-09-27T15:56:51.5361670Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.007s) 2022-09-27T15:56:51.5373608Z test_qr_vs_numpy_cpu_float64 (__main__.TestLinalgCPU) 2022-09-27T15:56:51.5424894Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.006s) 2022-09-27T15:56:51.5457845Z test_renorm_cpu (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:56:51.5477511Z test_renorm_ps_cpu (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:51.6025349Z test_slogdet_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.055s) 2022-09-27T15:56:51.6583475Z test_slogdet_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.056s) 2022-09-27T15:56:51.7106298Z test_slogdet_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.052s) 2022-09-27T15:56:51.7610512Z test_slogdet_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.050s) 2022-09-27T15:56:51.7809192Z test_slogdet_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-09-27T15:56:51.8004825Z test_slogdet_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-09-27T15:56:51.8199651Z test_slogdet_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-09-27T15:56:51.8394427Z test_slogdet_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-09-27T15:56:51.8443568Z test_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:56:51.8488523Z test_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:51.8528750Z test_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:51.8568192Z test_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:51.8947381Z test_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.038s) 2022-09-27T15:56:51.9315179Z test_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-09-27T15:56:51.9630969Z test_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-09-27T15:56:51.9934581Z test_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-09-27T15:56:51.9946960Z test_solve_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:51.9964394Z test_strided_mm_bmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:51.9981575Z test_strided_mm_bmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:52.1343213Z test_svd_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.136s) 2022-09-27T15:56:52.2735864Z test_svd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.139s) 2022-09-27T15:56:52.3955157Z test_svd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.122s) 2022-09-27T15:56:52.5121742Z test_svd_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.117s) 2022-09-27T15:56:55.8427868Z test_svd_lowrank_cpu_float64 (__main__.TestLinalgCPU) ... ok (3.330s) 2022-09-27T15:56:56.2565553Z test_svd_memory_allocation_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.414s) 2022-09-27T15:56:56.4624574Z test_svd_memory_allocation_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.206s) 2022-09-27T15:56:56.5698597Z test_svd_memory_allocation_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.107s) 2022-09-27T15:56:56.6892042Z test_svd_memory_allocation_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.119s) 2022-09-27T15:56:56.7204794Z test_svd_nan_error_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-09-27T15:56:56.7504944Z test_svd_nan_error_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-09-27T15:56:56.7803333Z test_svd_nan_error_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-09-27T15:56:56.8102195Z test_svd_nan_error_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-09-27T15:56:56.8135202Z test_symeig_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:6951: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T15:56:56.8136100Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T15:56:56.8136437Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T15:56:56.8136662Z should be replaced with 2022-09-27T15:56:56.8137565Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T15:56:56.8137926Z and 2022-09-27T15:56:56.8138222Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T15:56:56.8138550Z should be replaced with 2022-09-27T15:56:56.8139047Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2824.) 2022-09-27T15:56:56.8139664Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T15:56:56.8159538Z test_linalg.py:6951: UserWarning: An output with one or more elements was resized since it had shape [5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:56:56.8160280Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T15:56:56.8203056Z test_linalg.py:6951: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:56:56.8203940Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T15:56:56.8257557Z test_linalg.py:6951: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:56:56.8258222Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T15:56:56.8344595Z test_linalg.py:6951: UserWarning: An output with one or more elements was resized since it had shape [5, 3, 5, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:56:56.8345291Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T15:56:56.8392590Z ok (0.029s) 2022-09-27T15:56:56.8666390Z test_symeig_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-09-27T15:56:56.8903790Z test_symeig_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-09-27T15:56:56.9145209Z test_symeig_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-09-27T15:56:56.9278480Z test_symeig_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:56:56.9410686Z test_symeig_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:56:56.9543085Z test_symeig_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:56:56.9675325Z test_symeig_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:56:56.9714596Z test_tensordot_cpu (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:56.9809920Z test_tensorinv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:56:56.9906075Z test_tensorinv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:56:56.9990029Z test_tensorinv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-09-27T15:56:57.0071670Z test_tensorinv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-09-27T15:56:57.0088382Z test_tensorinv_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:57.0104628Z test_tensorinv_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:57.0120664Z test_tensorinv_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:57.0136910Z test_tensorinv_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:57.0301732Z test_tensorinv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T15:56:57.0466701Z test_tensorinv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T15:56:57.0627728Z test_tensorinv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T15:56:57.0786468Z test_tensorinv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T15:56:57.0882434Z test_tensorinv_singular_input_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:56:57.0977141Z test_tensorinv_singular_input_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:56:57.1071378Z test_tensorinv_singular_input_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:56:57.1165322Z test_tensorinv_singular_input_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:56:57.1209968Z test_tensorsolve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:57.1253920Z test_tensorsolve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:57.1295004Z test_tensorsolve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:57.1335443Z test_tensorsolve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:57.1348892Z test_tensorsolve_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:57.1361608Z test_tensorsolve_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:57.1374484Z test_tensorsolve_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:57.1387246Z test_tensorsolve_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:57.1453261Z test_tensorsolve_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:56:57.1483459Z test_triangular_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:4231: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T15:56:57.1484346Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T15:56:57.1484757Z X = torch.triangular_solve(B, A).solution 2022-09-27T15:56:57.1485084Z should be replaced with 2022-09-27T15:56:57.1485540Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-09-27T15:56:57.1486099Z x = torch.triangular_solve(b, A, upper=upper, transpose=transpose, unitriangular=unitriangular)[0] 2022-09-27T15:56:57.1664500Z ok (0.021s) 2022-09-27T15:56:57.1873034Z test_triangular_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:56:57.2071553Z test_triangular_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-09-27T15:56:57.2268701Z test_triangular_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-09-27T15:56:57.2410993Z test_triangular_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-09-27T15:56:57.2552707Z test_triangular_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-09-27T15:56:57.2685579Z test_triangular_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:56:57.2813834Z test_triangular_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:56:57.2831027Z test_triangular_solve_batched_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:56:57.2849395Z test_triangular_solve_batched_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:56:57.2864737Z test_triangular_solve_batched_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:56:57.2881339Z test_triangular_solve_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:56:57.3008168Z test_triangular_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:56:57.3135643Z test_triangular_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:56:57.3256001Z test_triangular_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T15:56:57.3371565Z test_triangular_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T15:56:57.3526140Z test_triangular_solve_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-09-27T15:56:57.3678868Z test_triangular_solve_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-09-27T15:56:57.3830502Z test_triangular_solve_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-09-27T15:56:57.3982433Z test_triangular_solve_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-09-27T15:56:57.4254114Z test_vdot_invalid_args_cpu (__main__.TestLinalgCPU) ... ok (0.027s) 2022-09-27T15:56:57.4281519Z test_vdot_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:56:57.4304307Z test_vdot_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:58.5947951Z test_vector_norm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (1.164s) 2022-09-27T15:56:59.3638920Z test_vector_norm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.769s) 2022-09-27T15:57:00.5404403Z test_vector_norm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.177s) 2022-09-27T15:57:01.7093811Z test_vector_norm_cpu_float16 (__main__.TestLinalgCPU) ... ok (1.169s) 2022-09-27T15:57:02.8685052Z test_vector_norm_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.159s) 2022-09-27T15:57:03.6243527Z test_vector_norm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.756s) 2022-09-27T15:57:03.6612622Z test_vector_norm_dim_tuple_arg_cpu (__main__.TestLinalgCPU) ... ok (0.037s) 2022-09-27T15:57:03.6632065Z test_vector_norm_extreme_values_cpu (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2516: RuntimeWarning: divide by zero encountered in power 2022-09-27T15:57:03.6632441Z ret **= (1 / ord) 2022-09-27T15:57:03.6645900Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in reciprocal 2022-09-27T15:57:03.6646390Z absx **= ord 2022-09-27T15:57:03.6647181Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in power 2022-09-27T15:57:03.6647489Z absx **= ord 2022-09-27T15:57:03.6790861Z ok (0.018s) 2022-09-27T15:57:03.6791102Z 2022-09-27T15:57:03.6791472Z ---------------------------------------------------------------------- 2022-09-27T15:57:03.6791750Z Ran 739 tests in 104.698s 2022-09-27T15:57:03.6791870Z 2022-09-27T15:57:03.6791953Z OK (skipped=62) 2022-09-27T15:57:03.6792062Z 2022-09-27T15:57:03.6792147Z Generating XML reports... 2022-09-27T15:57:03.7952090Z Generated XML report: test-reports/python-unittest/test_linalg/TEST-TestLinalgCPU-20220927155518.xml 2022-09-27T15:57:04.1318162Z Running test_optim ... [2022-09-27 15:57:04.131446] 2022-09-27T15:57:04.1318714Z Executing ['/opt/conda/bin/python', '-bb', 'test_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:57:04.131526] 2022-09-27T15:57:05.3717137Z Test results will be stored in test-reports/python-unittest/test_optim 2022-09-27T15:57:05.3755134Z 2022-09-27T15:57:05.3755264Z Running tests... 2022-09-27T15:57:05.3755686Z ---------------------------------------------------------------------- 2022-09-27T15:57:05.6194519Z test_adam (__main__.TestDifferentiableOptimizer) ... ok (0.244s) 2022-09-27T15:57:05.6317393Z test_rmsprop (__main__.TestDifferentiableOptimizer) ... ok (0.012s) 2022-09-27T15:57:05.6359587Z test_sgd (__main__.TestDifferentiableOptimizer) ... ok (0.004s) 2022-09-27T15:57:05.6444650Z test_CosineAnnealingWarmRestarts_lr1_T_mult_1 (__main__.TestLRScheduler) ... ok (0.008s) 2022-09-27T15:57:05.6533377Z test_CosineAnnealingWarmRestarts_lr1_T_mult_2 (__main__.TestLRScheduler) ... ok (0.009s) 2022-09-27T15:57:05.6616607Z test_CosineAnnealingWarmRestarts_lr1_T_mult_4 (__main__.TestLRScheduler) ... ok (0.008s) 2022-09-27T15:57:05.7284603Z test_CosineAnnealingWarmRestarts_lr2 (__main__.TestLRScheduler) ... ok (0.067s) 2022-09-27T15:57:05.7336470Z test_CosineAnnealingWarmRestarts_lr3 (__main__.TestLRScheduler) ... ok (0.005s) 2022-09-27T15:57:05.7354573Z test_CosineAnnealingWarmRestarts_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.7370705Z 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:57:05.7371583Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:57:05.7375610Z ok (0.002s) 2022-09-27T15:57:05.7392918Z test_chained_lr2 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.7405593Z test_chained_lr2_get_last_lr_before_step (__main__.TestLRScheduler) ... ok (0.001s) 2022-09-27T15:57:05.7425531Z test_chained_lr3 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.7448758Z test_chained_lr4 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.7473058Z test_chained_lr5 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.7547304Z test_closed_form_constantlr (__main__.TestLRScheduler) ... ok (0.007s) 2022-09-27T15:57:05.7620270Z test_closed_form_cos_anneal_lr (__main__.TestLRScheduler) ... ok (0.007s) 2022-09-27T15:57:05.7692828Z test_closed_form_exp_lr (__main__.TestLRScheduler) ... ok (0.007s) 2022-09-27T15:57:05.7764533Z test_closed_form_linearlr (__main__.TestLRScheduler) ... ok (0.007s) 2022-09-27T15:57:05.7839158Z test_closed_form_multi_step_lr (__main__.TestLRScheduler) ... ok (0.007s) 2022-09-27T15:57:05.7909917Z test_closed_form_poly_lr (__main__.TestLRScheduler) ... ok (0.007s) 2022-09-27T15:57:05.7982480Z test_closed_form_step_lr (__main__.TestLRScheduler) ... ok (0.007s) 2022-09-27T15:57:05.7998396Z 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:57:05.7999284Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:57:05.8005909Z ok (0.002s) 2022-09-27T15:57:05.8029172Z test_compound_cosanneal_and_linearlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.8052749Z test_compound_cosanneal_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.8076959Z test_compound_cosanneal_and_step_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.8099527Z test_compound_exp_and_linearlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.8122364Z test_compound_exp_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.8144613Z test_compound_linearlr_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.8163136Z test_compound_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.8187650Z test_compound_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.8209672Z test_compound_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.8228222Z test_compound_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.8251529Z test_compound_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.8274140Z test_compound_step_and_constantlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.8296728Z test_compound_step_and_exp_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.8314412Z test_compound_step_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.8332352Z test_constantlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.8358325Z test_constantlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.8390652Z test_constantlr_with_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:57:05.8404289Z 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:57:05.8405240Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:57:05.8412073Z ok (0.002s) 2022-09-27T15:57:05.8429076Z 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:57:05.8429711Z warnings.warn(msg, FutureWarning) 2022-09-27T15:57:05.8429917Z ok (0.002s) 2022-09-27T15:57:05.8446632Z test_cosine_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.8473693Z test_cosine_then_cyclic (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:57:05.8483686Z test_cycle_lr_cycle_momentum_fail_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.001s) 2022-09-27T15:57:05.8523539Z test_cycle_lr_exp_range_mode (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:57:05.8559007Z test_cycle_lr_exp_range_mode_one_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:57:05.8595215Z test_cycle_lr_exp_range_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:57:05.8604282Z test_cycle_lr_invalid_mode (__main__.TestLRScheduler) ... ok (0.001s) 2022-09-27T15:57:05.8616413Z test_cycle_lr_removed_after_out_of_scope (__main__.TestLRScheduler) ... ok (0.001s) 2022-09-27T15:57:05.8666369Z test_cycle_lr_triangular2_mode (__main__.TestLRScheduler) ... ok (0.005s) 2022-09-27T15:57:05.8715114Z test_cycle_lr_triangular2_mode_one_lr (__main__.TestLRScheduler) ... ok (0.005s) 2022-09-27T15:57:05.8774713Z test_cycle_lr_triangular2_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.006s) 2022-09-27T15:57:05.8806383Z test_cycle_lr_triangular_mode (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:57:05.8836598Z test_cycle_lr_triangular_mode_one_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:57:05.8866208Z test_cycle_lr_triangular_mode_one_lr_no_momentum (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:57:05.8898930Z test_cycle_lr_triangular_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:57:05.8930058Z test_cycle_lr_with_adam (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:57:05.8959100Z test_cycle_lr_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:57:05.8975526Z test_error_when_getlr_has_epoch (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.8993407Z test_exp_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.9009526Z test_exp_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.9035119Z test_exponential_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:57:05.9057202Z test_get_last_lr_constantlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.9081133Z test_get_last_lr_linearlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.9104491Z test_get_last_lr_multi_step_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.9123501Z 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:57:05.9124284Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-09-27T15:57:05.9136240Z ok (0.003s) 2022-09-27T15:57:05.9157341Z test_get_last_lr_step_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.9171358Z 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:57:05.9172196Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:57:05.9178009Z ok (0.002s) 2022-09-27T15:57:05.9192837Z test_lambda_lr_state_dict_fn (__main__.TestLRScheduler) ... ok (0.001s) 2022-09-27T15:57:05.9209343Z test_lambda_lr_state_dict_obj (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.9235047Z test_linear_linearlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:57:05.9249000Z 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:57:05.9249844Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:57:05.9255699Z ok (0.002s) 2022-09-27T15:57:05.9291241Z test_linearlr_with_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:57:05.9305850Z 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:57:05.9307502Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:57:05.9313435Z ok (0.002s) 2022-09-27T15:57:05.9333566Z test_multi_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.9368863Z test_multi_step_lr_with_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:57:05.9383614Z 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:57:05.9385371Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:57:05.9391428Z ok (0.002s) 2022-09-27T15:57:05.9414429Z test_new_pattern_no_warning (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.9438787Z test_new_pattern_no_warning_with_arg (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.9483416Z test_new_pattern_no_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:57:05.9494952Z 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:57:05.9533274Z test_old_pattern_warning (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:57:05.9571156Z test_old_pattern_warning_resuming (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:57:05.9608834Z test_old_pattern_warning_resuming_with_arg (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:57:05.9642780Z test_old_pattern_warning_with_arg (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:57:05.9679538Z test_old_pattern_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:57:05.9688998Z test_onecycle_lr_cannot_calculate_total_steps (__main__.TestLRScheduler) ... ok (0.001s) 2022-09-27T15:57:05.9723314Z test_onecycle_lr_cosine_annealing (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:57:05.9733044Z test_onecycle_lr_invalid_anneal_strategy (__main__.TestLRScheduler) ... ok (0.001s) 2022-09-27T15:57:05.9742779Z test_onecycle_lr_invalid_pct_start (__main__.TestLRScheduler) ... ok (0.001s) 2022-09-27T15:57:05.9771372Z test_onecycle_lr_linear_annealing (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:57:05.9800374Z test_onecycle_lr_linear_annealing_three_phases (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:57:05.9814693Z 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:57:05.9816465Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:57:05.9823734Z ok (0.002s) 2022-09-27T15:57:05.9849916Z test_polynomial_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:57:05.9868165Z test_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.9892895Z test_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.9917464Z test_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.9940623Z test_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.9964267Z test_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:05.9987287Z test_reduce_lr_on_plateau6 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:06.0010935Z test_reduce_lr_on_plateau7 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:06.0040187Z test_reduce_lr_on_plateau8 (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:57:06.0058969Z test_reduce_lr_on_plateau_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:06.0075221Z 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:57:06.0077005Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:57:06.0079021Z /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:57:06.0080325Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-09-27T15:57:06.0085979Z ok (0.003s) 2022-09-27T15:57:06.0105331Z test_sequentiallr2 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:06.0125437Z test_sequentiallr3 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:06.0139764Z test_sequentiallr4 (__main__.TestLRScheduler) ... ok (0.001s) 2022-09-27T15:57:06.0158478Z test_step_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:06.0185950Z test_step_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:57:06.0202877Z test_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:06.0221681Z test_swa_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:06.0253967Z test_swalr_cosine_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:57:06.0268461Z test_swalr_hypers (__main__.TestLRScheduler) ... ok (0.001s) 2022-09-27T15:57:06.0300342Z test_swalr_linear_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:57:06.0319882Z test_swalr_no_anneal (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:57:06.5819049Z 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:57:06.5819923Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:57:08.4420832Z ok (2.410s) 2022-09-27T15:57:08.4470043Z test_adadelta_complex (__main__.TestOptim) ... ok (0.005s) 2022-09-27T15:57:11.7060556Z test_adagrad (__main__.TestOptim) ... ok (3.259s) 2022-09-27T15:57:11.7124546Z test_adagrad_complex (__main__.TestOptim) ... ok (0.006s) 2022-09-27T15:57:21.3347297Z test_adagrad_sparse (__main__.TestOptim) ... ok (9.622s) 2022-09-27T15:57:29.2614515Z test_adam (__main__.TestOptim) ... ok (7.927s) 2022-09-27T15:57:31.1632299Z test_adamax (__main__.TestOptim) ... ok (1.902s) 2022-09-27T15:57:33.5309429Z test_adamw (__main__.TestOptim) ... ok (2.368s) 2022-09-27T15:57:35.1393850Z test_asgd (__main__.TestOptim) ... ok (1.608s) 2022-09-27T15:57:35.1404444Z test_duplicate_params_in_param_group (__main__.TestOptim) ... ok (0.001s) 2022-09-27T15:57:35.1422627Z test_functional_fused_adam_with_foundinf (__main__.TestOptim) ... skip: CUDA is required. (0.002s) 2022-09-27T15:57:35.1431553Z test_fused_optimizers (__main__.TestOptim) ... ok (0.001s) 2022-09-27T15:57:35.1438001Z test_invalid_param_type (__main__.TestOptim) ... ok (0.001s) 2022-09-27T15:57:35.5214651Z test_lbfgs (__main__.TestOptim) ... ok (0.377s) 2022-09-27T15:57:35.5232734Z test_lbfgs_return_type (__main__.TestOptim) ... ok (0.002s) 2022-09-27T15:57:35.5257620Z test_multi_tensor_optimizers (__main__.TestOptim) ... ok (0.002s) 2022-09-27T15:57:36.1314938Z 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:57:36.1315861Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:57:37.0338990Z ok (1.508s) 2022-09-27T15:57:37.0353584Z test_no_grad_for_all_params (__main__.TestOptim) ... ok (0.001s) 2022-09-27T15:57:38.6351207Z test_radam (__main__.TestOptim) ... ok (1.600s) 2022-09-27T15:57:41.7031966Z test_rmsprop (__main__.TestOptim) ... ok (3.068s) 2022-09-27T15:57:43.0373273Z test_rprop (__main__.TestOptim) ... ok (1.334s) 2022-09-27T15:57:48.9827474Z test_sgd (__main__.TestOptim) ... ok (5.945s) 2022-09-27T15:57:48.9930493Z test_sgd_complex (__main__.TestOptim) ... ok (0.010s) 2022-09-27T15:57:55.9852787Z test_sgd_sparse (__main__.TestOptim) ... ok (6.992s) 2022-09-27T15:57:58.2074581Z test_sparse_adam (__main__.TestOptim) ... ok (2.222s) 2022-09-27T15:57:58.2172836Z test_averaged_model_all_devices (__main__.TestSWAUtils) ... ok (0.010s) 2022-09-27T15:57:58.2228577Z test_averaged_model_exponential (__main__.TestSWAUtils) ... ok (0.006s) 2022-09-27T15:57:58.2280724Z test_averaged_model_exponential_buffers (__main__.TestSWAUtils) ... ok (0.005s) 2022-09-27T15:57:58.2294028Z test_averaged_model_mixed_device (__main__.TestSWAUtils) ... ok (0.001s) 2022-09-27T15:57:58.2339510Z test_averaged_model_state_dict (__main__.TestSWAUtils) ... ok (0.005s) 2022-09-27T15:57:58.2510720Z test_bn_update_eval_momentum (__main__.TestSWAUtils) ... ok (0.017s) 2022-09-27T15:57:58.3101708Z test_update_bn_cnn (__main__.TestSWAUtils) ... ok (0.059s) 2022-09-27T15:57:58.3290132Z test_update_bn_dnn (__main__.TestSWAUtils) ... ok (0.019s) 2022-09-27T15:57:58.3291302Z 2022-09-27T15:57:58.3291926Z ---------------------------------------------------------------------- 2022-09-27T15:57:58.3292276Z Ran 149 tests in 52.953s 2022-09-27T15:57:58.3295403Z 2022-09-27T15:57:58.3295838Z OK (skipped=2) 2022-09-27T15:57:58.3296107Z 2022-09-27T15:57:58.3296235Z Generating XML reports... 2022-09-27T15:57:58.3320769Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestDifferentiableOptimizer-20220927155705.xml 2022-09-27T15:57:58.3404452Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestLRScheduler-20220927155705.xml 2022-09-27T15:57:58.3424734Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestOptim-20220927155705.xml 2022-09-27T15:57:58.3432305Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestSWAUtils-20220927155705.xml 2022-09-27T15:57:58.6149406Z Running test_tensorexpr ... [2022-09-27 15:57:58.614514] 2022-09-27T15:57:58.6149933Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensorexpr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:57:58.614600] 2022-09-27T15:57:59.8741001Z Test results will be stored in test-reports/python-unittest/test_tensorexpr 2022-09-27T15:57:59.8755007Z 2022-09-27T15:57:59.8755144Z Running tests... 2022-09-27T15:57:59.8755755Z ---------------------------------------------------------------------- 2022-09-27T15:58:00.1452708Z test_add_const_rhs (__main__.TestTensorExprFuser) ... ok (0.270s) 2022-09-27T15:58:00.1830113Z test_add_sub (__main__.TestTensorExprFuser) ... ok (0.038s) 2022-09-27T15:58:00.2322462Z test_alias_analysis_input_and_module (__main__.TestTensorExprFuser) ... ok (0.049s) 2022-09-27T15:58:00.2409193Z test_alias_analysis_inputs (__main__.TestTensorExprFuser) ... ok (0.009s) 2022-09-27T15:58:00.3695200Z test_alias_analysis_module (__main__.TestTensorExprFuser) ... ok (0.128s) 2022-09-27T15:58:00.4092721Z test_all_combos (__main__.TestTensorExprFuser) ... ok (0.040s) 2022-09-27T15:58:00.4356176Z test_alpha (__main__.TestTensorExprFuser) ... ok (0.026s) 2022-09-27T15:58:00.9640194Z test_binary_ops (__main__.TestTensorExprFuser) ... ok (0.528s) 2022-09-27T15:58:01.1290189Z test_bitwise_ops (__main__.TestTensorExprFuser) ... ok (0.165s) 2022-09-27T15:58:01.1689516Z test_broadcast (__main__.TestTensorExprFuser) ... ok (0.040s) 2022-09-27T15:58:01.3172598Z test_broadcast3 (__main__.TestTensorExprFuser) ... ok (0.148s) 2022-09-27T15:58:01.3532447Z test_broadcast_2 (__main__.TestTensorExprFuser) ... ok (0.036s) 2022-09-27T15:58:01.4019197Z test_broadcast_big2 (__main__.TestTensorExprFuser) ... ok (0.049s) 2022-09-27T15:58:01.4776820Z test_cat (__main__.TestTensorExprFuser) ... ok (0.076s) 2022-09-27T15:58:01.5946313Z test_cat_empty_tensors (__main__.TestTensorExprFuser) ... ok (0.117s) 2022-09-27T15:58:01.6656490Z test_cat_negative_dim (__main__.TestTensorExprFuser) ... ok (0.071s) 2022-09-27T15:58:01.6664424Z test_cat_only (__main__.TestTensorExprFuser) ... skip: cat is broken with fusion group inlining disabled (0.001s) 2022-09-27T15:58:01.7978143Z test_cat_promote_inputs (__main__.TestTensorExprFuser) ... ok (0.131s) 2022-09-27T15:58:01.8450217Z test_cat_with_constant_dim (__main__.TestTensorExprFuser) ... ok (0.047s) 2022-09-27T15:58:01.8741619Z test_char (__main__.TestTensorExprFuser) ... ok (0.029s) 2022-09-27T15:58:01.9750919Z test_chunk (__main__.TestTensorExprFuser) ... ok (0.101s) 2022-09-27T15:58:02.0128899Z test_clamp (__main__.TestTensorExprFuser) ... ok (0.038s) 2022-09-27T15:58:02.0407183Z test_constant (__main__.TestTensorExprFuser) ... ok (0.028s) 2022-09-27T15:58:02.0679489Z test_double (__main__.TestTensorExprFuser) ... ok (0.027s) 2022-09-27T15:58:02.1010800Z test_double_intrinsics (__main__.TestTensorExprFuser) ... ok (0.033s) 2022-09-27T15:58:02.1026572Z test_dynamic_shape (__main__.TestTensorExprFuser) ... skip: dynamic shapes are not quite there yet (0.002s) 2022-09-27T15:58:02.1404215Z test_easy (__main__.TestTensorExprFuser) ... ok (0.038s) 2022-09-27T15:58:02.2049941Z test_eq (__main__.TestTensorExprFuser) ... ok (0.064s) 2022-09-27T15:58:02.2655926Z test_exp_pow (__main__.TestTensorExprFuser) ... ok (0.061s) 2022-09-27T15:58:02.3047718Z test_four_arg (__main__.TestTensorExprFuser) ... ok (0.039s) 2022-09-27T15:58:02.3696537Z test_ge (__main__.TestTensorExprFuser) ... ok (0.065s) 2022-09-27T15:58:02.4341311Z test_gt (__main__.TestTensorExprFuser) ... ok (0.064s) 2022-09-27T15:58:02.4349533Z test_guard_fails (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:58:02.4361959Z test_half_bn_relu (__main__.TestTensorExprFuser) ... ok (0.001s) 2022-09-27T15:58:02.4401434Z test_half_gelu (__main__.TestTensorExprFuser) ... ok (0.004s) 2022-09-27T15:58:02.4689032Z test_int64_promotion (__main__.TestTensorExprFuser) ... ok (0.029s) 2022-09-27T15:58:02.4975143Z test_int_output (__main__.TestTensorExprFuser) ... ok (0.029s) 2022-09-27T15:58:02.5626353Z test_le (__main__.TestTensorExprFuser) ... ok (0.065s) 2022-09-27T15:58:02.6404792Z test_loop (__main__.TestTensorExprFuser) ... ok (0.078s) 2022-09-27T15:58:02.7056842Z test_lt (__main__.TestTensorExprFuser) ... ok (0.065s) 2022-09-27T15:58:02.7318507Z test_mask (__main__.TestTensorExprFuser) ... ok (0.026s) 2022-09-27T15:58:02.7730082Z test_min_max (__main__.TestTensorExprFuser) ... ok (0.041s) 2022-09-27T15:58:02.8010413Z test_min_max_reduction (__main__.TestTensorExprFuser) ... ok (0.028s) 2022-09-27T15:58:02.8289498Z test_min_max_reduction2 (__main__.TestTensorExprFuser) ... ok (0.028s) 2022-09-27T15:58:02.8593891Z test_min_max_reduction_dim1 (__main__.TestTensorExprFuser) ... ok (0.030s) 2022-09-27T15:58:02.9013177Z test_min_max_reduction_dim1_2 (__main__.TestTensorExprFuser) ... ok (0.042s) 2022-09-27T15:58:02.9281735Z test_multi_rand (__main__.TestTensorExprFuser) ... ok (0.027s) 2022-09-27T15:58:02.9660062Z test_multioutput (__main__.TestTensorExprFuser) ... ok (0.038s) 2022-09-27T15:58:03.0477091Z test_multiple_outputs (__main__.TestTensorExprFuser) ... ok (0.082s) 2022-09-27T15:58:03.1048388Z test_nans (__main__.TestTensorExprFuser) ... ok (0.057s) 2022-09-27T15:58:03.1709120Z test_ne (__main__.TestTensorExprFuser) ... ok (0.066s) 2022-09-27T15:58:03.2056556Z test_promotion (__main__.TestTensorExprFuser) ... ok (0.035s) 2022-09-27T15:58:34.8676067Z test_propagated_mem_layout (__main__.TestTensorExprFuser) ... ok (31.662s) 2022-09-27T15:58:34.9026097Z test_rand_like (__main__.TestTensorExprFuser) ... ok (0.035s) 2022-09-27T15:58:34.9482836Z test_rank_two (__main__.TestTensorExprFuser) ... ok (0.046s) 2022-09-27T15:58:34.9871258Z test_relu (__main__.TestTensorExprFuser) ... ok (0.039s) 2022-09-27T15:58:35.1907426Z test_remainder (__main__.TestTensorExprFuser) ... ok (0.204s) 2022-09-27T15:58:35.2338019Z test_reps (__main__.TestTensorExprFuser) ... ok (0.043s) 2022-09-27T15:58:35.2883417Z test_scalar (__main__.TestTensorExprFuser) ... ok (0.055s) 2022-09-27T15:58:35.3167790Z test_short (__main__.TestTensorExprFuser) ... ok (0.028s) 2022-09-27T15:58:35.3306648Z test_simple_add (__main__.TestTensorExprFuser) ... ok (0.014s) 2022-09-27T15:58:35.3895453Z test_slice (__main__.TestTensorExprFuser) ... ok (0.059s) 2022-09-27T15:58:35.4987080Z test_sliced_stride (__main__.TestTensorExprFuser) ... ok (0.109s) 2022-09-27T15:58:35.8130389Z test_softmax_cpu (__main__.TestTensorExprFuser) ... ok (0.314s) 2022-09-27T15:58:35.8134704Z test_softmax_cuda (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.000s) 2022-09-27T15:58:35.9267659Z test_strided_output_preserved (__main__.TestTensorExprFuser) ... ok (0.113s) 2022-09-27T15:58:35.9641011Z test_three_arg (__main__.TestTensorExprFuser) ... ok (0.037s) 2022-09-27T15:58:36.0051923Z test_three_arg2 (__main__.TestTensorExprFuser) ... ok (0.041s) 2022-09-27T15:58:36.1673104Z test_transpose (__main__.TestTensorExprFuser) ... ok (0.162s) 2022-09-27T15:58:37.2644243Z test_unary_ops (__main__.TestTensorExprFuser) ... ok (1.097s) 2022-09-27T15:58:37.3260934Z test_unsqueeze (__main__.TestTensorExprFuser) ... ok (0.062s) 2022-09-27T15:58:37.4456368Z test_where (__main__.TestTensorExprFuser) ... ok (0.119s) 2022-09-27T15:58:37.4456698Z 2022-09-27T15:58:37.4457204Z ---------------------------------------------------------------------- 2022-09-27T15:58:37.4458199Z Ran 72 tests in 37.570s 2022-09-27T15:58:37.4458458Z 2022-09-27T15:58:37.4458601Z OK (skipped=4) 2022-09-27T15:58:37.4458810Z 2022-09-27T15:58:37.4458937Z Generating XML reports... 2022-09-27T15:58:37.4536976Z Generated XML report: test-reports/python-unittest/test_tensorexpr/TEST-TestTensorExprFuser-20220927155759.xml 2022-09-27T15:58:37.9322755Z Running test_dispatch ... [2022-09-27 15:58:37.931878] 2022-09-27T15:58:37.9323538Z Executing ['/opt/conda/bin/python', '-bb', 'test_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:58:37.931959] 2022-09-27T15:58:39.4215666Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T15:58:39.4272303Z Test results will be stored in test-reports/python-unittest/test_dispatch 2022-09-27T15:58:39.4288928Z 2022-09-27T15:58:39.4289234Z Running tests... 2022-09-27T15:58:39.4289841Z ---------------------------------------------------------------------- 2022-09-27T15:58:39.7013621Z test_all_invariants (__main__.TestDispatch) ... ok (0.272s) 2022-09-27T15:58:47.4517838Z test_computed_table (__main__.TestDispatch) ... ok (7.750s) 2022-09-27T15:58:47.4639244Z test_computed_table_with_ambiguous_autogradother (__main__.TestDispatch) ... ok (0.012s) 2022-09-27T15:58:47.4657778Z test_computed_table_with_autograd (__main__.TestDispatch) ... ok (0.002s) 2022-09-27T15:58:47.6823017Z test_computed_table_with_cpu_autograd_defaultbackend (__main__.TestDispatch) ... ok (0.216s) 2022-09-27T15:58:47.9138215Z test_computed_table_with_cpu_autograd_math (__main__.TestDispatch) ... ok (0.231s) 2022-09-27T15:58:55.2807360Z test_computed_table_with_cpu_autograd_math_defaultbackend (__main__.TestDispatch) ... ok (7.367s) 2022-09-27T15:58:55.2918167Z test_computed_table_with_cpu_defaultbackend (__main__.TestDispatch) ... ok (0.011s) 2022-09-27T15:58:55.3040267Z test_computed_table_with_cpu_math (__main__.TestDispatch) ... ok (0.012s) 2022-09-27T15:58:55.3060681Z test_computed_table_with_cpu_math_autogradcpu_fallthrough (__main__.TestDispatch) ... ok (0.002s) 2022-09-27T15:58:55.3080047Z test_computed_table_with_math (__main__.TestDispatch) ... ok (0.002s) 2022-09-27T15:59:02.6950049Z test_def (__main__.TestDispatch) ... ok (7.387s) 2022-09-27T15:59:02.7064821Z test_def_impl_schema_mismatch (__main__.TestDispatch) ... ok (0.012s) 2022-09-27T15:59:02.7074785Z test_def_only (__main__.TestDispatch) ... ok (0.001s) 2022-09-27T15:59:02.7084390Z test_def_with_explicit_alias (__main__.TestDispatch) ... ok (0.001s) 2022-09-27T15:59:02.9541966Z test_def_with_inference (__main__.TestDispatch) ... ok (0.246s) 2022-09-27T15:59:02.9561574Z test_dispatch_print_registrations_for_dispatch_key_invalid (__main__.TestDispatch) ... ok (0.002s) 2022-09-27T15:59:02.9572493Z test_find_dangling_impls (__main__.TestDispatch) ... ok (0.001s) 2022-09-27T15:59:02.9583494Z test_find_dangling_impls_ext (__main__.TestDispatch) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T15:59:02.9583901Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/dangling_impl_extension... 2022-09-27T15:59:03.0028741Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/dangling_impl_extension/build.ninja... 2022-09-27T15:59:03.0032616Z Building extension module dangling_impl_extension... 2022-09-27T15:59:03.0033115Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T15:59:04.0447459Z [1/2] c++ -MMD -MF dangling_impl_extension.o.d -DTORCH_EXTENSION_NAME=dangling_impl_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/dangling_impl_extension.cpp -o dangling_impl_extension.o 2022-09-27T15:59:04.3488850Z [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-27T15:59:04.3542527Z Loading extension module dangling_impl_extension... 2022-09-27T15:59:04.3562498Z ok (1.399s) 2022-09-27T15:59:04.5933047Z test_impl_only (__main__.TestDispatch) ... ok (0.237s) 2022-09-27T15:59:04.6020841Z test_multiple_def_alias_defaulting (__main__.TestDispatch) ... ok (0.009s) 2022-09-27T15:59:04.6104926Z test_multiple_def_alias_mismatch (__main__.TestDispatch) ... ok (0.008s) 2022-09-27T15:59:04.6188147Z test_multiple_def_error (__main__.TestDispatch) ... ok (0.008s) 2022-09-27T15:59:04.6329837Z test_multiple_fallback (__main__.TestDispatch) ... ok (0.014s) 2022-09-27T15:59:04.6339804Z 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-27T15:59:04.6340502Z operator: __test45643__::foo 2022-09-27T15:59:04.6340700Z no debug info 2022-09-27T15:59:04.6340890Z dispatch key: (catch all) 2022-09-27T15:59:04.6342197Z previous kernel: fn1 2022-09-27T15:59:04.6342609Z new kernel: fn2 (function registerKernel) 2022-09-27T15:59:04.6343824Z [W OperatorEntry.cpp:156] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-09-27T15:59:04.6344437Z operator: __test45644__::foo 2022-09-27T15:59:04.6344687Z no debug info 2022-09-27T15:59:04.6344862Z dispatch key: (catch all) 2022-09-27T15:59:04.6345057Z previous kernel: fn1 2022-09-27T15:59:04.6345278Z new kernel: fn2 (function registerKernel) 2022-09-27T15:59:04.6346765Z ok (0.002s) 2022-09-27T15:59:04.6358326Z test_autogradother (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-09-27T15:59:04.6368088Z test_basic (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-09-27T15:59:04.6379003Z test_defaultbackend_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-09-27T15:59:04.6389025Z test_defaultbackend_math (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-09-27T15:59:04.6397314Z test_duplicate_registrations (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-09-27T15:59:04.6407660Z test_math_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-09-27T15:59:04.6674076Z test_quantized_structured_not_implemented (__main__.TestPythonDispatcher) ... ok (0.027s) 2022-09-27T15:59:04.6674472Z 2022-09-27T15:59:04.6674955Z ---------------------------------------------------------------------- 2022-09-27T15:59:04.6675394Z Ran 32 tests in 25.238s 2022-09-27T15:59:04.6675516Z 2022-09-27T15:59:04.6675581Z OK 2022-09-27T15:59:04.6675675Z 2022-09-27T15:59:04.6675747Z Generating XML reports... 2022-09-27T15:59:04.6722809Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestDispatch-20220927155839.xml 2022-09-27T15:59:04.6729704Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestPythonDispatcher-20220927155839.xml 2022-09-27T15:59:05.0290010Z Running lazy/test_ts_opinfo ... [2022-09-27 15:59:05.028581] 2022-09-27T15:59:05.0290534Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_ts_opinfo.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:59:05.028669] 2022-09-27T15:59:07.1864342Z Test results will be stored in test-reports/python-unittest/lazy.test_ts_opinfo 2022-09-27T15:59:07.1887378Z 2022-09-27T15:59:07.1887775Z Running tests... 2022-09-27T15:59:07.1888196Z ---------------------------------------------------------------------- 2022-09-27T15:59:07.3570215Z test_nonzero_dynamic (__main__.TestLazyDynamicOps) ... ok (0.168s) 2022-09-27T15:59:07.3614291Z test_correctness_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:07.6169382Z test_correctness_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.255s) 2022-09-27T15:59:07.9944438Z test_correctness_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.377s) 2022-09-27T15:59:08.0620472Z test_correctness_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.068s) 2022-09-27T15:59:08.0928757Z test_correctness_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.031s) 2022-09-27T15:59:08.0943680Z test_correctness_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:08.1617989Z test_correctness_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.067s) 2022-09-27T15:59:08.2910799Z test_correctness_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.129s) 2022-09-27T15:59:08.3626758Z test_correctness_block_diag_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.072s) 2022-09-27T15:59:08.3670236Z test_correctness_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:08.4298236Z test_correctness_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.063s) 2022-09-27T15:59:08.5487795Z test_correctness_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.119s) 2022-09-27T15:59:08.7303797Z test_correctness_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.182s) 2022-09-27T15:59:10.2537180Z test_correctness_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (1.523s) 2022-09-27T15:59:10.2594642Z test_correctness_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:59:10.2647390Z test_correctness_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:10.6067849Z test_correctness_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.342s) 2022-09-27T15:59:10.9090075Z test_correctness_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.302s) 2022-09-27T15:59:11.0122815Z test_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.103s) 2022-09-27T15:59:11.0251589Z test_correctness_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:59:11.0264607Z test_correctness_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.001s) 2022-09-27T15:59:11.0406373Z test_correctness_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T15:59:11.0966700Z test_correctness_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.056s) 2022-09-27T15:59:11.1297413Z test_correctness_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.033s) 2022-09-27T15:59:11.1688007Z test_correctness_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.039s) 2022-09-27T15:59:11.1732299Z test_correctness_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:11.1866035Z test_correctness_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:59:11.1998555Z test_correctness_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:59:11.2130621Z test_correctness_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:59:11.2262612Z test_correctness_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:59:11.2318775Z test_correctness_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:59:11.3190057Z test_correctness_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.087s) 2022-09-27T15:59:11.8792821Z test_correctness_logsumexp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.560s) 2022-09-27T15:59:11.8925995Z test_correctness_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:59:11.9052524Z test_correctness_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:59:11.9187835Z test_correctness_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:59:11.9222363Z test_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:11.9253864Z test_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:12.4868349Z test_correctness_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.561s) 2022-09-27T15:59:12.6212774Z test_correctness_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.134s) 2022-09-27T15:59:12.6346682Z test_correctness_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:59:12.6382140Z test_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:12.6922373Z test_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.054s) 2022-09-27T15:59:13.2567706Z test_correctness_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.564s) 2022-09-27T15:59:13.2607678Z test_correctness_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:13.2739260Z test_correctness_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:59:13.3432858Z test_correctness_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.069s) 2022-09-27T15:59:13.3500444Z test_correctness_narrow_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T15:59:13.4452932Z test_correctness_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.095s) 2022-09-27T15:59:13.4583876Z test_correctness_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:59:13.4613458Z test_correctness_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:13.4628089Z test_correctness_new_empty_strided_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:13.9292489Z test_correctness_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.466s) 2022-09-27T15:59:13.9677161Z test_correctness_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.038s) 2022-09-27T15:59:13.9725204Z test_correctness_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:13.9774301Z test_correctness_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:13.9816104Z test_correctness_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:13.9945790Z test_correctness_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:59:14.1043430Z test_correctness_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.110s) 2022-09-27T15:59:14.1088827Z test_correctness_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:14.1698561Z test_correctness_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.061s) 2022-09-27T15:59:14.1781493Z test_correctness_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-09-27T15:59:14.1810796Z test_correctness_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:14.1854988Z test_correctness_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:14.2481460Z test_correctness_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.062s) 2022-09-27T15:59:14.2590172Z test_correctness_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-09-27T15:59:14.2622759Z test_correctness_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:14.3539921Z test_correctness_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.092s) 2022-09-27T15:59:14.4218971Z test_correctness_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.068s) 2022-09-27T15:59:14.4382200Z test_correctness_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T15:59:14.4576874Z test_correctness_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-09-27T15:59:14.4606645Z test_correctness_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:14.4664972Z test_correctness_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:59:14.4691405Z test_correctness_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:14.5272621Z test_correctness_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.058s) 2022-09-27T15:59:14.5841772Z test_correctness_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.057s) 2022-09-27T15:59:14.5871897Z test_correctness_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:14.5905509Z test_correctness_with_reusing_ir_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:14.6073177Z test_correctness_with_reusing_ir_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-09-27T15:59:14.6339810Z test_correctness_with_reusing_ir_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.027s) 2022-09-27T15:59:14.6417894Z test_correctness_with_reusing_ir_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-09-27T15:59:14.6493350Z test_correctness_with_reusing_ir_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T15:59:14.6509245Z test_correctness_with_reusing_ir_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.002s) 2022-09-27T15:59:14.6609304Z test_correctness_with_reusing_ir_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-09-27T15:59:14.6732455Z test_correctness_with_reusing_ir_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-09-27T15:59:14.7135827Z test_correctness_with_reusing_ir_block_diag_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.040s) 2022-09-27T15:59:14.8553174Z test_correctness_with_reusing_ir_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.142s) 2022-09-27T15:59:14.8881988Z test_correctness_with_reusing_ir_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.033s) 2022-09-27T15:59:14.9617217Z test_correctness_with_reusing_ir_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.073s) 2022-09-27T15:59:14.9708666Z test_correctness_with_reusing_ir_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-09-27T15:59:16.1728106Z test_correctness_with_reusing_ir_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (1.202s) 2022-09-27T15:59:16.1783876Z test_correctness_with_reusing_ir_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:59:16.1838725Z test_correctness_with_reusing_ir_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:16.2740979Z test_correctness_with_reusing_ir_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.090s) 2022-09-27T15:59:16.2878256Z test_correctness_with_reusing_ir_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T15:59:16.3008166Z test_correctness_with_reusing_ir_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:59:16.3140343Z test_correctness_with_reusing_ir_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:59:16.3155138Z test_correctness_with_reusing_ir_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.001s) 2022-09-27T15:59:16.3317991Z test_correctness_with_reusing_ir_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T15:59:16.3368742Z test_correctness_with_reusing_ir_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:16.3487906Z test_correctness_with_reusing_ir_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-09-27T15:59:16.3519247Z test_correctness_with_reusing_ir_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:16.3564483Z test_correctness_with_reusing_ir_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:16.3685188Z test_correctness_with_reusing_ir_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-09-27T15:59:16.3830265Z test_correctness_with_reusing_ir_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T15:59:16.3967795Z test_correctness_with_reusing_ir_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T15:59:16.4106059Z test_correctness_with_reusing_ir_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T15:59:16.4211659Z test_correctness_with_reusing_ir_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-09-27T15:59:16.4283137Z test_correctness_with_reusing_ir_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T15:59:16.4434503Z test_correctness_with_reusing_ir_logsumexp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-09-27T15:59:16.4572536Z test_correctness_with_reusing_ir_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T15:59:16.4691918Z test_correctness_with_reusing_ir_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-09-27T15:59:16.4830990Z test_correctness_with_reusing_ir_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T15:59:16.4865959Z test_correctness_with_reusing_ir_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:16.4916616Z test_correctness_with_reusing_ir_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:17.0504929Z test_correctness_with_reusing_ir_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.559s) 2022-09-27T15:59:17.0686870Z test_correctness_with_reusing_ir_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-09-27T15:59:17.0822735Z test_correctness_with_reusing_ir_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T15:59:17.0860179Z test_correctness_with_reusing_ir_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:17.0901775Z test_correctness_with_reusing_ir_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:17.6507491Z test_correctness_with_reusing_ir_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.560s) 2022-09-27T15:59:17.6545345Z test_correctness_with_reusing_ir_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:17.6681877Z test_correctness_with_reusing_ir_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T15:59:17.6716310Z test_correctness_with_reusing_ir_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:17.6793799Z test_correctness_with_reusing_ir_narrow_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-09-27T15:59:17.8411504Z test_correctness_with_reusing_ir_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.162s) 2022-09-27T15:59:17.8556988Z test_correctness_with_reusing_ir_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-09-27T15:59:17.8588741Z test_correctness_with_reusing_ir_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:17.8603968Z test_correctness_with_reusing_ir_new_empty_strided_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:18.2715196Z test_correctness_with_reusing_ir_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.411s) 2022-09-27T15:59:18.3097425Z test_correctness_with_reusing_ir_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.038s) 2022-09-27T15:59:18.3154495Z test_correctness_with_reusing_ir_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:59:18.4033545Z test_correctness_with_reusing_ir_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.088s) 2022-09-27T15:59:18.4088719Z test_correctness_with_reusing_ir_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:59:18.4237313Z test_correctness_with_reusing_ir_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-09-27T15:59:18.4799839Z test_correctness_with_reusing_ir_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.056s) 2022-09-27T15:59:18.4856691Z test_correctness_with_reusing_ir_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:59:18.5089815Z test_correctness_with_reusing_ir_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.023s) 2022-09-27T15:59:18.5179363Z test_correctness_with_reusing_ir_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-09-27T15:59:18.5209264Z test_correctness_with_reusing_ir_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:18.5256356Z test_correctness_with_reusing_ir_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:18.8719929Z test_correctness_with_reusing_ir_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.346s) 2022-09-27T15:59:18.8976804Z test_correctness_with_reusing_ir_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.026s) 2022-09-27T15:59:18.9378408Z test_correctness_with_reusing_ir_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.040s) 2022-09-27T15:59:18.9504463Z test_correctness_with_reusing_ir_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:59:18.9611474Z test_correctness_with_reusing_ir_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-09-27T15:59:18.9797542Z test_correctness_with_reusing_ir_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-09-27T15:59:18.9979831Z test_correctness_with_reusing_ir_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-09-27T15:59:19.0016004Z test_correctness_with_reusing_ir_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:19.0162462Z test_correctness_with_reusing_ir_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-09-27T15:59:19.0195915Z test_correctness_with_reusing_ir_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:19.0789489Z test_correctness_with_reusing_ir_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.059s) 2022-09-27T15:59:19.1371910Z test_correctness_with_reusing_ir_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.058s) 2022-09-27T15:59:19.1404347Z test_correctness_with_reusing_ir_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:19.1432233Z test_dispatched_to_lazy_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:19.1488603Z test_dispatched_to_lazy_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:59:19.1680966Z test_dispatched_to_lazy_addcdiv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-09-27T15:59:19.8718732Z test_dispatched_to_lazy_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.704s) 2022-09-27T15:59:19.8785739Z test_dispatched_to_lazy_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T15:59:19.9975509Z test_dispatched_to_lazy_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.119s) 2022-09-27T15:59:20.0007918Z test_dispatched_to_lazy_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.003s) 2022-09-27T15:59:20.0076980Z test_dispatched_to_lazy_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T15:59:20.0169283Z test_dispatched_to_lazy_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-09-27T15:59:20.0245592Z test_dispatched_to_lazy_bernoulli_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-09-27T15:59:20.0276684Z test_dispatched_to_lazy_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:20.0323306Z test_dispatched_to_lazy_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:20.0366285Z test_dispatched_to_lazy_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:20.0676865Z test_dispatched_to_lazy_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.031s) 2022-09-27T15:59:20.0772048Z test_dispatched_to_lazy_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-09-27T15:59:20.0800729Z test_dispatched_to_lazy_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:20.0837593Z test_dispatched_to_lazy_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:20.0904547Z test_dispatched_to_lazy_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T15:59:20.0979164Z test_dispatched_to_lazy_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T15:59:20.1058234Z test_dispatched_to_lazy_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-09-27T15:59:20.1130256Z test_dispatched_to_lazy_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T15:59:20.1142992Z test_dispatched_to_lazy_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.001s) 2022-09-27T15:59:20.1188545Z test_dispatched_to_lazy_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:20.1499543Z test_dispatched_to_lazy_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.031s) 2022-09-27T15:59:20.1537673Z test_dispatched_to_lazy_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:20.1911792Z test_dispatched_to_lazy_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.037s) 2022-09-27T15:59:20.1939114Z test_dispatched_to_lazy_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:20.2015163Z test_dispatched_to_lazy_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-09-27T15:59:20.2059916Z test_dispatched_to_lazy_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:20.2104363Z test_dispatched_to_lazy_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:20.2148555Z test_dispatched_to_lazy_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:20.2186040Z test_dispatched_to_lazy_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:20.2506538Z test_dispatched_to_lazy_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.032s) 2022-09-27T15:59:20.2556752Z test_dispatched_to_lazy_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:20.2612444Z test_dispatched_to_lazy_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:59:20.2662302Z test_dispatched_to_lazy_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:20.2698987Z test_dispatched_to_lazy_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:20.2735575Z test_dispatched_to_lazy_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:20.2780537Z test_dispatched_to_lazy_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:20.2813969Z test_dispatched_to_lazy_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:20.2859103Z test_dispatched_to_lazy_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:20.3422488Z test_dispatched_to_lazy_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.056s) 2022-09-27T15:59:20.4328131Z test_dispatched_to_lazy_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.090s) 2022-09-27T15:59:20.4379681Z test_dispatched_to_lazy_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:20.4414938Z test_dispatched_to_lazy_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:20.4460881Z test_dispatched_to_lazy_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:20.4489513Z test_dispatched_to_lazy_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:20.4556175Z test_dispatched_to_lazy_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T15:59:20.4600577Z test_dispatched_to_lazy_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:20.4623017Z test_dispatched_to_lazy_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-09-27T15:59:20.4706461Z test_dispatched_to_lazy_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-09-27T15:59:20.4731663Z test_dispatched_to_lazy_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-09-27T15:59:20.4758087Z test_dispatched_to_lazy_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:20.4786045Z test_dispatched_to_lazy_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:20.4830529Z test_dispatched_to_lazy_pow_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:20.4854277Z test_dispatched_to_lazy_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-09-27T15:59:20.4928254Z test_dispatched_to_lazy_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T15:59:20.5065137Z test_dispatched_to_lazy_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T15:59:20.5090466Z test_dispatched_to_lazy_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-09-27T15:59:20.5237079Z test_dispatched_to_lazy_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-09-27T15:59:20.5276377Z test_dispatched_to_lazy_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:59:20.5298873Z test_dispatched_to_lazy_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-09-27T15:59:20.5323809Z test_dispatched_to_lazy_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-09-27T15:59:20.5385699Z test_dispatched_to_lazy_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:59:20.5477049Z test_dispatched_to_lazy_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-09-27T15:59:20.5503809Z test_dispatched_to_lazy_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:20.5537527Z test_dispatched_to_lazy_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:20.5587970Z test_dispatched_to_lazy_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:20.5638114Z test_dispatched_to_lazy_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:59:20.5904441Z test_dispatched_to_lazy_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.027s) 2022-09-27T15:59:20.5927419Z test_dispatched_to_lazy_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-09-27T15:59:20.5993385Z test_dispatched_to_lazy_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T15:59:20.6015458Z test_dispatched_to_lazy_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-09-27T15:59:20.6050992Z test_dispatched_to_lazy_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:59:20.6553821Z test_dispatched_to_lazy_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.050s) 2022-09-27T15:59:20.6577114Z test_dispatched_to_lazy_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-09-27T15:59:20.6591532Z testConvolutionBackward (__main__.TestLazyTensor) ... skip: Disable until autograd supports symints (0.001s) 2022-09-27T15:59:20.6609796Z test_tensor_ctr (__main__.TestLazyTensor) ... ok (0.002s) 2022-09-27T15:59:20.6634288Z test_view_mark_step_preserved (__main__.TestLazyTensor) ... ok (0.002s) 2022-09-27T15:59:20.6634621Z 2022-09-27T15:59:20.6635137Z ---------------------------------------------------------------------- 2022-09-27T15:59:20.6635549Z Ran 234 tests in 13.475s 2022-09-27T15:59:20.6635669Z 2022-09-27T15:59:20.6635768Z OK (skipped=8, expected failures=2) 2022-09-27T15:59:20.6635887Z 2022-09-27T15:59:20.6635975Z Generating XML reports... 2022-09-27T15:59:20.6667630Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyDynamicOps-20220927155907.xml 2022-09-27T15:59:20.6826071Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyOpInfoCPU-20220927155907.xml 2022-09-27T15:59:20.6830348Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyTensor-20220927155907.xml 2022-09-27T15:59:21.0561406Z Running test_masked ... [2022-09-27 15:59:21.055781] 2022-09-27T15:59:21.0562125Z Executing ['/opt/conda/bin/python', '-bb', 'test_masked.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:59:21.055858] 2022-09-27T15:59:23.2079264Z Test results will be stored in test-reports/python-unittest/test_masked 2022-09-27T15:59:23.2097991Z 2022-09-27T15:59:23.2098289Z Running tests... 2022-09-27T15:59:23.2098958Z ---------------------------------------------------------------------- 2022-09-27T15:59:23.3712096Z test_mask_layout_sparse_coo__masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.161s) 2022-09-27T15:59:23.5355753Z test_mask_layout_sparse_coo__masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.164s) 2022-09-27T15:59:23.7023317Z test_mask_layout_sparse_coo__masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.167s) 2022-09-27T15:59:23.8575758Z test_mask_layout_sparse_coo__masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.155s) 2022-09-27T15:59:23.8585808Z test_mask_layout_sparse_coo__masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:23.8595735Z test_mask_layout_sparse_coo__masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:23.8605340Z test_mask_layout_sparse_coo__masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:23.8613941Z test_mask_layout_sparse_coo__masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:23.8622229Z test_mask_layout_sparse_coo__masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:24.0196892Z test_mask_layout_sparse_coo__masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.157s) 2022-09-27T15:59:24.2560471Z test_mask_layout_sparse_coo__masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.236s) 2022-09-27T15:59:24.4135015Z test_mask_layout_sparse_coo__masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.157s) 2022-09-27T15:59:24.5698215Z test_mask_layout_sparse_coo__masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.156s) 2022-09-27T15:59:24.5707106Z test_mask_layout_sparse_coo__masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:24.5717649Z test_mask_layout_sparse_coo__masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:24.5726647Z test_mask_layout_sparse_coo__masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:24.5735742Z test_mask_layout_sparse_coo__masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:24.5745033Z test_mask_layout_sparse_coo__masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:24.5759254Z 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-27T15:59:24.5768909Z test_mask_layout_sparse_coo__masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:24.5778412Z test_mask_layout_sparse_coo__masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:24.5787808Z test_mask_layout_sparse_coo__masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:24.5801628Z 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-27T15:59:24.5815401Z 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-27T15:59:24.5828750Z 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-27T15:59:24.5838129Z test_mask_layout_sparse_coo__masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:24.5847965Z test_mask_layout_sparse_coo__masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:24.5857126Z test_mask_layout_sparse_coo__masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:24.5866449Z test_mask_layout_sparse_coo__masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:24.5875756Z test_mask_layout_sparse_coo__masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:24.7147745Z test_mask_layout_sparse_coo__masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.127s) 2022-09-27T15:59:24.8336101Z test_mask_layout_sparse_coo__masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.119s) 2022-09-27T15:59:24.9523808Z test_mask_layout_sparse_coo__masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.119s) 2022-09-27T15:59:25.1099495Z test_mask_layout_sparse_coo__masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.157s) 2022-09-27T15:59:25.2660361Z test_mask_layout_sparse_coo__masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.156s) 2022-09-27T15:59:25.3810704Z test_mask_layout_sparse_coo__masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.115s) 2022-09-27T15:59:25.4959150Z test_mask_layout_sparse_coo__masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.115s) 2022-09-27T15:59:25.6096258Z test_mask_layout_sparse_coo__masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.114s) 2022-09-27T15:59:25.7352405Z test_mask_layout_sparse_coo__masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.126s) 2022-09-27T15:59:25.8481790Z test_mask_layout_sparse_coo__masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.113s) 2022-09-27T15:59:26.0156890Z test_mask_layout_sparse_coo__masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.167s) 2022-09-27T15:59:26.1396149Z test_mask_layout_sparse_coo__masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.124s) 2022-09-27T15:59:26.2676339Z test_mask_layout_sparse_coo__masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.128s) 2022-09-27T15:59:26.3952141Z test_mask_layout_sparse_coo__masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.127s) 2022-09-27T15:59:26.5715387Z test_mask_layout_sparse_coo__masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.176s) 2022-09-27T15:59:26.7411431Z test_mask_layout_sparse_coo__masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.170s) 2022-09-27T15:59:26.9118961Z test_mask_layout_sparse_coo__masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.171s) 2022-09-27T15:59:27.0344343Z test_mask_layout_sparse_coo__masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.123s) 2022-09-27T15:59:27.1569124Z test_mask_layout_sparse_coo__masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.122s) 2022-09-27T15:59:27.2776090Z test_mask_layout_sparse_coo__masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.121s) 2022-09-27T15:59:27.4001398Z test_mask_layout_sparse_coo__masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.122s) 2022-09-27T15:59:27.5206449Z test_mask_layout_sparse_coo__masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.120s) 2022-09-27T15:59:27.5572877Z test_mask_layout_sparse_csr__masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.037s) 2022-09-27T15:59:27.5934335Z test_mask_layout_sparse_csr__masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.036s) 2022-09-27T15:59:27.6291583Z test_mask_layout_sparse_csr__masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.036s) 2022-09-27T15:59:27.6647793Z test_mask_layout_sparse_csr__masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.036s) 2022-09-27T15:59:27.6657468Z test_mask_layout_sparse_csr__masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:27.6666689Z test_mask_layout_sparse_csr__masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:27.6676208Z test_mask_layout_sparse_csr__masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:27.6684669Z test_mask_layout_sparse_csr__masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:27.6693537Z test_mask_layout_sparse_csr__masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:27.7050056Z test_mask_layout_sparse_csr__masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.036s) 2022-09-27T15:59:27.7411199Z test_mask_layout_sparse_csr__masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.036s) 2022-09-27T15:59:27.7815016Z test_mask_layout_sparse_csr__masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.040s) 2022-09-27T15:59:27.8235240Z test_mask_layout_sparse_csr__masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.042s) 2022-09-27T15:59:27.8244226Z test_mask_layout_sparse_csr__masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:27.8253441Z test_mask_layout_sparse_csr__masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:27.8262427Z test_mask_layout_sparse_csr__masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:27.8271529Z test_mask_layout_sparse_csr__masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:27.8280405Z test_mask_layout_sparse_csr__masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:27.8556437Z test_mask_layout_sparse_csr__masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.027s) 2022-09-27T15:59:27.8565376Z test_mask_layout_sparse_csr__masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:27.8574569Z test_mask_layout_sparse_csr__masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:27.8583800Z test_mask_layout_sparse_csr__masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:27.8853784Z test_mask_layout_sparse_csr__masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.027s) 2022-09-27T15:59:27.9122494Z test_mask_layout_sparse_csr__masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.027s) 2022-09-27T15:59:27.9395925Z test_mask_layout_sparse_csr__masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.027s) 2022-09-27T15:59:27.9405113Z test_mask_layout_sparse_csr__masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:27.9415377Z test_mask_layout_sparse_csr__masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:27.9424250Z test_mask_layout_sparse_csr__masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:27.9433546Z test_mask_layout_sparse_csr__masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:27.9443244Z test_mask_layout_sparse_csr__masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:27.9547680Z test_mask_layout_sparse_csr__masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.010s) 2022-09-27T15:59:27.9651444Z test_mask_layout_sparse_csr__masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-09-27T15:59:27.9757149Z test_mask_layout_sparse_csr__masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-09-27T15:59:28.0089204Z test_mask_layout_sparse_csr__masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.033s) 2022-09-27T15:59:28.0422538Z test_mask_layout_sparse_csr__masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.033s) 2022-09-27T15:59:28.0527675Z test_mask_layout_sparse_csr__masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-09-27T15:59:28.0631410Z test_mask_layout_sparse_csr__masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-09-27T15:59:28.0731851Z test_mask_layout_sparse_csr__masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-09-27T15:59:28.0839061Z test_mask_layout_sparse_csr__masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-09-27T15:59:28.0940921Z test_mask_layout_sparse_csr__masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-09-27T15:59:28.1289177Z test_mask_layout_sparse_csr__masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.035s) 2022-09-27T15:59:28.1402652Z test_mask_layout_sparse_csr__masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.011s) 2022-09-27T15:59:28.1520059Z test_mask_layout_sparse_csr__masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.012s) 2022-09-27T15:59:28.1636515Z test_mask_layout_sparse_csr__masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.012s) 2022-09-27T15:59:28.1983353Z test_mask_layout_sparse_csr__masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.035s) 2022-09-27T15:59:28.2332429Z test_mask_layout_sparse_csr__masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.035s) 2022-09-27T15:59:28.2675265Z test_mask_layout_sparse_csr__masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.034s) 2022-09-27T15:59:28.2788938Z test_mask_layout_sparse_csr__masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-09-27T15:59:28.2905159Z test_mask_layout_sparse_csr__masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.012s) 2022-09-27T15:59:28.3014195Z test_mask_layout_sparse_csr__masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-09-27T15:59:28.3130110Z test_mask_layout_sparse_csr__masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.012s) 2022-09-27T15:59:28.3242917Z test_mask_layout_sparse_csr__masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-09-27T15:59:28.4089767Z test_mask_layout_strided__masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.085s) 2022-09-27T15:59:28.4934361Z test_mask_layout_strided__masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.084s) 2022-09-27T15:59:28.5776605Z test_mask_layout_strided__masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.084s) 2022-09-27T15:59:28.6602973Z test_mask_layout_strided__masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.083s) 2022-09-27T15:59:28.6612823Z test_mask_layout_strided__masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:28.6621644Z test_mask_layout_strided__masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:28.6631149Z test_mask_layout_strided__masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:28.6639837Z test_mask_layout_strided__masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:28.6648660Z test_mask_layout_strided__masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:28.7491567Z test_mask_layout_strided__masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.084s) 2022-09-27T15:59:28.8431045Z test_mask_layout_strided__masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.094s) 2022-09-27T15:59:28.9283268Z test_mask_layout_strided__masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.085s) 2022-09-27T15:59:29.0104035Z test_mask_layout_strided__masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.082s) 2022-09-27T15:59:29.0114267Z test_mask_layout_strided__masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:29.0123323Z test_mask_layout_strided__masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:29.0132402Z test_mask_layout_strided__masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:29.0141861Z test_mask_layout_strided__masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:29.0150511Z test_mask_layout_strided__masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:29.0757542Z test_mask_layout_strided__masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.061s) 2022-09-27T15:59:29.0766809Z test_mask_layout_strided__masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:29.0775384Z test_mask_layout_strided__masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:29.0784098Z test_mask_layout_strided__masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:29.1392491Z test_mask_layout_strided__masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.061s) 2022-09-27T15:59:29.1998722Z test_mask_layout_strided__masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.061s) 2022-09-27T15:59:29.2599446Z test_mask_layout_strided__masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.060s) 2022-09-27T15:59:29.2608962Z test_mask_layout_strided__masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:29.2617759Z test_mask_layout_strided__masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:29.2626940Z test_mask_layout_strided__masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:29.2635357Z test_mask_layout_strided__masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:29.2643794Z test_mask_layout_strided__masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:29.3233449Z test_mask_layout_strided__masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.059s) 2022-09-27T15:59:29.3907244Z test_mask_layout_strided__masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.067s) 2022-09-27T15:59:29.4583869Z test_mask_layout_strided__masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.068s) 2022-09-27T15:59:29.5440638Z test_mask_layout_strided__masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.086s) 2022-09-27T15:59:29.6278036Z test_mask_layout_strided__masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.084s) 2022-09-27T15:59:29.6868536Z test_mask_layout_strided__masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.059s) 2022-09-27T15:59:29.7458150Z test_mask_layout_strided__masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.059s) 2022-09-27T15:59:29.8031440Z test_mask_layout_strided__masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.057s) 2022-09-27T15:59:29.8692771Z test_mask_layout_strided__masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.066s) 2022-09-27T15:59:29.9325137Z test_mask_layout_strided__masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.063s) 2022-09-27T15:59:30.0173602Z test_mask_layout_strided__masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.085s) 2022-09-27T15:59:30.0748637Z test_mask_layout_strided__masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.057s) 2022-09-27T15:59:30.1415057Z test_mask_layout_strided__masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.067s) 2022-09-27T15:59:30.2086240Z test_mask_layout_strided__masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.067s) 2022-09-27T15:59:30.2928563Z test_mask_layout_strided__masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.084s) 2022-09-27T15:59:30.3769077Z test_mask_layout_strided__masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.084s) 2022-09-27T15:59:30.4588276Z test_mask_layout_strided__masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.082s) 2022-09-27T15:59:30.5162217Z test_mask_layout_strided__masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.057s) 2022-09-27T15:59:30.5736758Z test_mask_layout_strided__masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.057s) 2022-09-27T15:59:30.6298069Z test_mask_layout_strided__masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.056s) 2022-09-27T15:59:30.6873025Z test_mask_layout_strided__masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.057s) 2022-09-27T15:59:30.7447366Z test_mask_layout_strided__masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.057s) 2022-09-27T15:59:30.7650699Z test_reference_masked__masked_log_softmax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.020s) 2022-09-27T15:59:30.7847431Z test_reference_masked__masked_log_softmax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.020s) 2022-09-27T15:59:30.8042931Z test_reference_masked__masked_log_softmax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.019s) 2022-09-27T15:59:31.0147495Z test_reference_masked__masked_norm_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.210s) 2022-09-27T15:59:31.2167559Z test_reference_masked__masked_norm_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.202s) 2022-09-27T15:59:31.4186462Z test_reference_masked__masked_norm_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.202s) 2022-09-27T15:59:31.6194541Z test_reference_masked__masked_norm_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.201s) 2022-09-27T15:59:31.6469491Z test_reference_masked__masked_normalize_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.027s) 2022-09-27T15:59:31.6784625Z test_reference_masked__masked_normalize_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.031s) 2022-09-27T15:59:31.7105250Z test_reference_masked__masked_normalize_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.032s) 2022-09-27T15:59:31.7196613Z test_reference_masked__masked_normalize_cpu_float16 (__main__.TestMaskedCPU) ... expected failure (0.009s) 2022-09-27T15:59:31.7470508Z test_reference_masked__masked_normalize_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.027s) 2022-09-27T15:59:31.7741723Z test_reference_masked__masked_normalize_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.027s) 2022-09-27T15:59:31.7925511Z test_reference_masked__masked_softmax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.018s) 2022-09-27T15:59:31.8108937Z test_reference_masked__masked_softmax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.018s) 2022-09-27T15:59:31.8288715Z test_reference_masked__masked_softmax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.018s) 2022-09-27T15:59:31.8483370Z test_reference_masked__masked_softmin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.019s) 2022-09-27T15:59:31.8672687Z test_reference_masked__masked_softmin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.019s) 2022-09-27T15:59:31.8863820Z test_reference_masked__masked_softmin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.019s) 2022-09-27T15:59:31.9971629Z test_reference_masked__masked_std_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.111s) 2022-09-27T15:59:32.1200195Z test_reference_masked__masked_std_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.123s) 2022-09-27T15:59:32.2426217Z test_reference_masked__masked_std_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.122s) 2022-09-27T15:59:32.3733261Z test_reference_masked__masked_std_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.131s) 2022-09-27T15:59:32.5026146Z test_reference_masked__masked_std_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.129s) 2022-09-27T15:59:32.5067580Z test_reference_masked__masked_std_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-09-27T15:59:32.5109310Z test_reference_masked__masked_std_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-09-27T15:59:32.5149922Z test_reference_masked__masked_std_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-09-27T15:59:32.5190125Z test_reference_masked__masked_std_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-09-27T15:59:32.5230592Z test_reference_masked__masked_std_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-09-27T15:59:32.6324771Z test_reference_masked__masked_var_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.109s) 2022-09-27T15:59:32.7388662Z test_reference_masked__masked_var_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.106s) 2022-09-27T15:59:32.8458701Z test_reference_masked__masked_var_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.107s) 2022-09-27T15:59:32.9562425Z test_reference_masked__masked_var_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.110s) 2022-09-27T15:59:33.0703486Z test_reference_masked__masked_var_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.114s) 2022-09-27T15:59:33.1833790Z test_reference_masked__masked_var_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.113s) 2022-09-27T15:59:33.1876531Z test_reference_masked__masked_var_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-09-27T15:59:33.1917357Z test_reference_masked__masked_var_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-09-27T15:59:33.1957934Z test_reference_masked__masked_var_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-09-27T15:59:33.1998615Z test_reference_masked__masked_var_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-09-27T15:59:33.2038805Z test_reference_masked__masked_var_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-09-27T15:59:33.2058491Z test_where_coo_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.002s) 2022-09-27T15:59:33.2075930Z test_where_coo_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.002s) 2022-09-27T15:59:33.2095023Z test_where_csr_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.002s) 2022-09-27T15:59:33.2113193Z test_where_csr_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.002s) 2022-09-27T15:59:33.2131292Z test_where_hybrid_coo_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.002s) 2022-09-27T15:59:33.2149521Z test_where_hybrid_coo_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.002s) 2022-09-27T15:59:33.2150015Z 2022-09-27T15:59:33.2150402Z ---------------------------------------------------------------------- 2022-09-27T15:59:33.2150744Z Ran 202 tests in 10.005s 2022-09-27T15:59:33.2151027Z 2022-09-27T15:59:33.2151158Z OK (skipped=58, expected failures=1) 2022-09-27T15:59:33.2151326Z 2022-09-27T15:59:33.2151440Z Generating XML reports... 2022-09-27T15:59:33.2330797Z Generated XML report: test-reports/python-unittest/test_masked/TEST-TestMaskedCPU-20220927155923.xml 2022-09-27T15:59:33.5708345Z Running profiler/test_profiler ... [2022-09-27 15:59:33.570469] 2022-09-27T15:59:33.5709074Z Executing ['/opt/conda/bin/python', '-bb', 'profiler/test_profiler.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:59:33.570546] 2022-09-27T15:59:35.0497223Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T15:59:35.3493095Z Test results will be stored in test-reports/python-unittest/profiler.test_profiler 2022-09-27T15:59:35.3510147Z 2022-09-27T15:59:35.3510536Z Running tests... 2022-09-27T15:59:35.3510999Z ---------------------------------------------------------------------- 2022-09-27T15:59:35.3635359Z test_execution_graph_alone (__main__.TestExecutionGraph) ... ok (0.012s) 2022-09-27T15:59:35.3647725Z test_execution_graph_no_capture (__main__.TestExecutionGraph) ... ok (0.001s) 2022-09-27T15:59:35.3748861Z test_execution_graph_repeat_in_loop (__main__.TestExecutionGraph) ... ok (0.010s) 2022-09-27T15:59:35.3830241Z test_execution_graph_start_stop (__main__.TestExecutionGraph) ... ok (0.008s) 2022-09-27T15:59:35.3861418Z test_execution_graph_with_kineto (__main__.TestExecutionGraph) ... [W kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-09-27T15:59:35.3873634Z [W kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-09-27T15:59:35.3886511Z [W kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-09-27T15:59:35.3914796Z STAGE:2022-09-27 15:59:35 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:35.3945069Z STAGE:2022-09-27 15:59:35 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:35.4022073Z STAGE:2022-09-27 15:59:35 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:35.4039720Z STAGE:2022-09-27 15:59:35 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:35.4108360Z ok (0.028s) 2022-09-27T15:59:35.4121668Z test_profiler_conv2d_bias_followed_by_batchnorm2d_pattern (__main__.TestExperimentalUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82720 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T15:59:35.4138790Z test_profiler_extra_cuda_copy_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.002s) 2022-09-27T15:59:35.4145395Z test_profiler_extra_cuda_copy_pattern_benchmark (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.001s) 2022-09-27T15:59:35.4160640Z test_profiler_for_loop_indexing_pattern (__main__.TestExperimentalUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83491 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T15:59:35.4167025Z test_profiler_fp32_matmul_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.001s) 2022-09-27T15:59:35.4188430Z test_profiler_grad_not_set_to_none_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 15:59:35 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:35.4225601Z STAGE:2022-09-27 15:59:35 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:35.4440312Z STAGE:2022-09-27 15:59:35 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:35.4465314Z STAGE:2022-09-27 15:59:35 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:35.4647027Z STAGE:2022-09-27 15:59:35 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:35.4671055Z STAGE:2022-09-27 15:59:35 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:35.4860523Z STAGE:2022-09-27 15:59:35 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:35.4883555Z STAGE:2022-09-27 15:59:35 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:35.5065625Z ok (0.090s) 2022-09-27T15:59:35.5076046Z test_profiler_matmul_dim_fp16_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.001s) 2022-09-27T15:59:35.5178009Z test_profiler_name_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 15:59:35 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:36.8164054Z STAGE:2022-09-27 15:59:36 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:36.8211149Z ok (1.313s) 2022-09-27T15:59:36.8228803Z test_profiler_optimizer_single_tensor_pattern (__main__.TestExperimentalUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82914 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-09-27T15:59:36.8245541Z test_profiler_pattern_match_helper (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 15:59:36 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:36.8252404Z STAGE:2022-09-27 15:59:36 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:36.8272654Z ok (0.004s) 2022-09-27T15:59:36.8295797Z test_profiler_pattern_matcher_json_report (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 15:59:36 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:36.8328639Z STAGE:2022-09-27 15:59:36 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:36.8684644Z ok (0.041s) 2022-09-27T15:59:36.8699400Z test_profiler_synchronized_dataloader_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 15:59:36 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:36.9432564Z STAGE:2022-09-27 15:59:36 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.0018951Z ok (0.133s) 2022-09-27T15:59:37.0062653Z test_utils_compute_idle_time (__main__.TestExperimentalUtils) ... ok (0.004s) 2022-09-27T15:59:37.0078017Z test_utils_compute_queue_depth (__main__.TestExperimentalUtils) ... ok (0.001s) 2022-09-27T15:59:37.0096267Z test_utils_compute_queue_depth_when_no_cuda_events (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.0357632Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.0379198Z ok (0.030s) 2022-09-27T15:59:37.0395082Z test_utils_compute_self_time (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.0404003Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.0458984Z ok (0.008s) 2022-09-27T15:59:37.0529122Z test_utils_get_optimizable_events (__main__.TestExperimentalUtils) ... ok (0.007s) 2022-09-27T15:59:37.0539181Z test_utils_intervals_overlap (__main__.TestExperimentalUtils) ... 5 2022-09-27T15:59:37.0540611Z ok (0.001s) 2022-09-27T15:59:37.0553839Z test_export_stacks (__main__.TestProfiler) ... STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.0557764Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.0583068Z ok (0.004s) 2022-09-27T15:59:37.0835616Z test_flops (__main__.TestProfiler) ... STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.0997804Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.1030926Z ok (0.045s) 2022-09-27T15:59:37.1060947Z test_high_level_trace (__main__.TestProfiler) 2022-09-27T15:59:37.1113716Z Checks that python side high level events are recorded. ... STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.1178681Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.2397925Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.2467046Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.2806713Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.2870223Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.3236902Z ok (0.220s) 2022-09-27T15:59:37.3253623Z test_kineto (__main__.TestProfiler) ... STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.3255803Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.3261907Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.3264027Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.3272951Z ok (0.004s) 2022-09-27T15:59:37.3284425Z test_kineto_multigpu (__main__.TestProfiler) ... skip: Multiple GPUs needed (0.001s) 2022-09-27T15:59:37.3304877Z test_kineto_profiler_api (__main__.TestProfiler) ... STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.3307130Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.3315136Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.3318226Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.3340916Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.3344167Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.3367605Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.3370197Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.3391150Z ok (0.011s) 2022-09-27T15:59:37.3423762Z test_memory_profiler (__main__.TestProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72280 for platform(s) linux, mac. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-09-27T15:59:37.3530299Z test_module_hierarchy (__main__.TestProfiler) ... STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.3561736Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.3572778Z STAGE:2022-09-27 15:59:37 2557:2557 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:59:37.3576141Z ok (0.015s) 2022-09-27T15:59:37.3588151Z test_nested_tensor_with_shapes (__main__.TestProfiler) ... profiler/test_profiler.py:1241: 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:59:37.3588695Z inp = torch.nested_tensor([a, b]) 2022-09-27T15:59:37.3589547Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.3593500Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.3603304Z ok (0.003s) 2022-09-27T15:59:37.3619735Z test_oom_tracing (__main__.TestProfiler) ... ok (0.002s) 2022-09-27T15:59:37.3629206Z test_profiler_correlation_id (__main__.TestProfiler) 2022-09-27T15:59:37.3838196Z We expect the correlation_id to be unique across multiple invokation of the profiler, ... STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.3961101Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.3971177Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.4076841Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.4090542Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.4197636Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.4208078Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.4311719Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.4322685Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.4426024Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.4435538Z ok (0.082s) 2022-09-27T15:59:37.4454745Z test_profiler_fwd_bwd_link (__main__.TestProfiler) ... skip: Disable forward->backward link to workaround profiler crash (0.002s) 2022-09-27T15:59:37.4467627Z test_profiler_metadata (__main__.TestProfiler) ... STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.4469661Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.4473819Z STAGE:2022-09-27 15:59:37 2557:2557 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:59:37.4479536Z ok (0.002s) 2022-09-27T15:59:37.4487689Z test_profiler_tracing (__main__.TestProfiler) ... STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.4489682Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.4495347Z STAGE:2022-09-27 15:59:37 2557:2557 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:59:37.4497523Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.4499027Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.4501048Z STAGE:2022-09-27 15:59:37 2557:2557 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:59:37.4503060Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.4504989Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.4509815Z STAGE:2022-09-27 15:59:37 2557:2557 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:59:37.4512107Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.4513273Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.4515471Z STAGE:2022-09-27 15:59:37 2557:2557 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:59:37.4516615Z ok (0.004s) 2022-09-27T15:59:37.4529712Z test_profiler_type (__main__.TestProfiler) ... STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.4531677Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.4532850Z ok (0.002s) 2022-09-27T15:59:37.4555609Z test_source (__main__.TestProfiler) 2022-09-27T15:59:37.4580448Z Checks that source code attribution works for eager, TS and autograd mode ... STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.5000952Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.5079330Z STAGE:2022-09-27 15:59:37 2557:2557 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:59:37.5098387Z ok (0.056s) 2022-09-27T15:59:37.5125738Z test_tensorboard_trace_handler (__main__.TestProfiler) ... STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.5127920Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.5153422Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.5157062Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.5169430Z STAGE:2022-09-27 15:59:37 2557:2557 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:59:37.5172435Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.5175910Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.5187428Z STAGE:2022-09-27 15:59:37 2557:2557 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:59:37.5191050Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.5194364Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.5207459Z STAGE:2022-09-27 15:59:37 2557:2557 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:59:37.5240631Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.5244173Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.5257532Z STAGE:2022-09-27 15:59:37 2557:2557 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:59:37.5266252Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.5269922Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.5282665Z STAGE:2022-09-27 15:59:37 2557:2557 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:59:37.5290648Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.5294363Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.5307533Z STAGE:2022-09-27 15:59:37 2557:2557 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:59:37.5329917Z ok (0.023s) 2022-09-27T15:59:37.5338774Z test_custom_module_input_op_ids (__main__.TestProfilerCUDA) ... skip: CUDA is required (0.001s) 2022-09-27T15:59:37.5348835Z test_mem_leak (__main__.TestProfilerCUDA) 2022-09-27T15:59:37.5349685Z Checks that there's no memory leak when using profiler with CUDA ... skip: CUDA is required (0.001s) 2022-09-27T15:59:37.5374361Z test_datapipe_delegation_with_profiler (__main__.TestRecordFunction) ... ok (0.002s) 2022-09-27T15:59:37.5386696Z test_datapipe_with_record_function (__main__.TestRecordFunction) ... STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.5404497Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.5580196Z ok (0.021s) 2022-09-27T15:59:37.5592820Z test_datapipe_with_record_function_fork (__main__.TestRecordFunction) ... STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.5609794Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.5739295Z ok (0.016s) 2022-09-27T15:59:37.5754528Z test_record_function (__main__.TestRecordFunction) ... STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.5759307Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.5772753Z ok (0.003s) 2022-09-27T15:59:37.6453479Z test_allocations (__main__.TestTorchTidyProfiler) ... STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.6454401Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.6461500Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.6943065Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.6952966Z ok (0.117s) 2022-09-27T15:59:37.6959191Z test_extra_fields (__main__.TestTorchTidyProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82719 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T15:59:37.6977816Z test_mkldnn_tensors (__main__.TestTorchTidyProfiler) ... STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.6981713Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.6994736Z ok (0.004s) 2022-09-27T15:59:37.7014933Z test_nnmodule_params (__main__.TestTorchTidyProfiler) ... STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.7027803Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.7095221Z ok (0.010s) 2022-09-27T15:59:37.7105925Z test_scalar_ins (__main__.TestTorchTidyProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83247 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T15:59:37.7123778Z test_sparse_tensors (__main__.TestTorchTidyProfiler) ... STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:59:37.7128351Z STAGE:2022-09-27 15:59:37 2557:2557 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:59:37.7161562Z ok (0.006s) 2022-09-27T15:59:37.7179784Z test_tensor_properties (__main__.TestTorchTidyProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83113 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-09-27T15:59:37.7180481Z 2022-09-27T15:59:37.7180888Z ---------------------------------------------------------------------- 2022-09-27T15:59:37.7181198Z Ran 53 tests in 2.367s 2022-09-27T15:59:37.7181327Z 2022-09-27T15:59:37.7181403Z OK (skipped=15) 2022-09-27T15:59:37.7181502Z 2022-09-27T15:59:37.7181594Z Generating XML reports... 2022-09-27T15:59:37.7213700Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestExecutionGraph-20220927155935.xml 2022-09-27T15:59:37.7229941Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestExperimentalUtils-20220927155935.xml 2022-09-27T15:59:37.7244584Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestProfiler-20220927155935.xml 2022-09-27T15:59:37.7249227Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestRecordFunction-20220927155935.xml 2022-09-27T15:59:37.7256347Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestTorchTidyProfiler-20220927155935.xml 2022-09-27T15:59:37.7260106Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestProfilerCUDA-20220927155935.xml 2022-09-27T15:59:38.0739209Z Running test_overrides ... [2022-09-27 15:59:38.073433] 2022-09-27T15:59:38.0739918Z Executing ['/opt/conda/bin/python', '-bb', 'test_overrides.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:59:38.073535] 2022-09-27T15:59:39.3252725Z Test results will be stored in test-reports/python-unittest/test_overrides 2022-09-27T15:59:39.3325537Z 2022-09-27T15:59:39.3325922Z Running tests... 2022-09-27T15:59:39.3326358Z ---------------------------------------------------------------------- 2022-09-27T15:59:39.5642816Z test_broadcast_all (__main__.TestBroadcastAllOverride) ... ok (0.231s) 2022-09-27T15:59:39.5656693Z test_parameter_does_not_prevent_dispatch (__main__.TestDisabledTorchFunction) ... ok (0.001s) 2022-09-27T15:59:39.5678854Z test_wrapper (__main__.TestEinsumOverride) ... ok (0.002s) 2022-09-27T15:59:39.5837540Z test_gradcheck (__main__.TestGradCheckOverride) ... ok (0.016s) 2022-09-27T15:59:39.5847072Z test_newones (__main__.TestGradNewOnesOverride) ... ok (0.001s) 2022-09-27T15:59:39.5857975Z test_getitem (__main__.TestIndexing) ... ok (0.001s) 2022-09-27T15:59:39.5869421Z test_getitem_subclass (__main__.TestIndexing) ... ok (0.001s) 2022-09-27T15:59:39.5879914Z test_setitem (__main__.TestIndexing) ... ok (0.001s) 2022-09-27T15:59:39.5891292Z test_setitem_subclass (__main__.TestIndexing) ... ok (0.001s) 2022-09-27T15:59:39.5901856Z test_setitem_val (__main__.TestIndexing) ... ok (0.001s) 2022-09-27T15:59:39.5911020Z test_iterator (__main__.TestIterator) ... ok (0.001s) 2022-09-27T15:59:39.5924573Z test_max (__main__.TestNamedTuple) ... ok (0.001s) 2022-09-27T15:59:39.5937920Z test_pickle (__main__.TestPickle) ... ok (0.001s) 2022-09-27T15:59:39.5954504Z test_rnn (__main__.TestRNN) ... ok (0.002s) 2022-09-27T15:59:39.6856215Z test_resolve_name (__main__.TestResolveName) ... ok (0.090s) 2022-09-27T15:59:39.6864805Z test_all_same_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:59:39.6877173Z test_all_same_mode_scope (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:59:39.6890470Z test_basic (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:59:39.6900915Z test_ctor_no_inner (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:59:39.6911283Z test_disable_enable_subclass (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:59:39.6922377Z test_disable_subclass_not_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:59:39.6933957Z test_distributions_bernoulli (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:59:39.6944509Z test_enable_torch_function_mode_ignore_preexisting (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:59:39.6954522Z test_enable_torch_function_mode_replace (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:59:39.6963378Z test_enable_torch_function_mode_trivial (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:59:39.6971363Z test_enable_torch_function_mode_with_tensor_subclass (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:59:39.6982269Z test_error_using_class_method_on_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:59:39.6990778Z test_error_using_same_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:59:39.6997702Z test_error_with_ancestor (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:59:39.7011809Z test_factory_override (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:59:39.7028320Z test_find_outermost_mode (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-09-27T15:59:39.7043195Z test_mode_notimplemented_loop (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:59:39.7055086Z test_modes_handle_first (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:59:39.7068146Z test_modes_return_notimplemented (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:59:39.7077573Z test_nn_parse_to (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:59:39.7091367Z test_reentrant_mode_idiom (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:59:39.7099911Z test_restore_ancestor_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:59:39.7110920Z test_restore_errors (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:59:39.7126604Z test_subclass_hash (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-09-27T15:59:39.7135428Z test_with_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:59:39.7144387Z test_with_mode_created_separately (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:59:39.7155721Z test_with_nested_modes (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:59:39.7164023Z test_Tensor___add__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7171993Z test_Tensor___and__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7179871Z test_Tensor___array__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7187707Z test_Tensor___array_wrap__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7195719Z test_Tensor___bool__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7203181Z test_Tensor___complex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7211100Z test_Tensor___contains__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7219050Z test_Tensor___cuda_array_interface_____get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7226840Z test_Tensor___deepcopy__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7234609Z test_Tensor___div__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7242537Z test_Tensor___dlpack__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7250432Z test_Tensor___dlpack_device__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7258487Z test_Tensor___eq__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7266144Z test_Tensor___float__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7273861Z test_Tensor___floordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7281694Z test_Tensor___format__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7289611Z test_Tensor___ge__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7297618Z test_Tensor___getitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7305368Z test_Tensor___gt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7313266Z test_Tensor___iadd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7321086Z test_Tensor___iand__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7329013Z test_Tensor___idiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7337105Z test_Tensor___ifloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7344891Z test_Tensor___ilshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7353074Z test_Tensor___imod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7360460Z test_Tensor___imul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7368262Z test_Tensor___index__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7375919Z test_Tensor___int__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7383333Z test_Tensor___invert__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7390881Z test_Tensor___ior__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7398516Z test_Tensor___irshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7406261Z test_Tensor___isub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7413926Z test_Tensor___ixor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7421831Z test_Tensor___le__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7429595Z test_Tensor___len__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7437523Z test_Tensor___long__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7445495Z test_Tensor___lshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7453455Z test_Tensor___lt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7461475Z test_Tensor___matmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7469367Z test_Tensor___mod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7477178Z test_Tensor___mul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7485195Z test_Tensor___ne__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7493248Z test_Tensor___nonzero__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7501110Z test_Tensor___or__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7509059Z test_Tensor___radd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7516988Z test_Tensor___rand__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7524918Z test_Tensor___rdiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7532860Z test_Tensor___reduce_ex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7540836Z test_Tensor___repr__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7548666Z test_Tensor___reversed__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7556492Z test_Tensor___rfloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7564374Z test_Tensor___rlshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7572217Z test_Tensor___rmatmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7580297Z test_Tensor___rmod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7588148Z test_Tensor___rmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7596152Z test_Tensor___ror__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7604323Z test_Tensor___rpow__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7612421Z test_Tensor___rrshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7620587Z test_Tensor___rshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7628510Z test_Tensor___rsub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7636539Z test_Tensor___rxor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7644056Z test_Tensor___setitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7652131Z test_Tensor___setstate__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7660225Z test_Tensor___sub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7668137Z test_Tensor___truediv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7676091Z test_Tensor___xor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7684226Z test_Tensor__autocast_to_full_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7692260Z test_Tensor__autocast_to_reduced_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7700429Z test_Tensor__coalesced_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7708384Z test_Tensor__dimI (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7716185Z test_Tensor__dimV (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7723950Z test_Tensor__indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7731904Z test_Tensor__is_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7740085Z test_Tensor__nested_tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7747890Z test_Tensor__nnz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7755729Z test_Tensor__storage (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7763594Z test_Tensor__to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7771575Z test_Tensor__update_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7779565Z test_Tensor__values (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7787409Z test_Tensor_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7795452Z test_Tensor_abs_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7803145Z test_Tensor_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7811107Z test_Tensor_absolute_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7819261Z test_Tensor_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7827067Z test_Tensor_acos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7834974Z test_Tensor_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7842852Z test_Tensor_acosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7850809Z test_Tensor_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7858909Z test_Tensor_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7866950Z test_Tensor_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7874954Z test_Tensor_addbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7883023Z test_Tensor_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7891356Z test_Tensor_addcdiv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7899446Z test_Tensor_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7907514Z test_Tensor_addcmul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7915547Z test_Tensor_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7923681Z test_Tensor_addmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7931887Z test_Tensor_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7940353Z test_Tensor_addmv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7948104Z test_Tensor_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7956464Z test_Tensor_addr_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7964215Z test_Tensor_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7971969Z test_Tensor_align_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7979571Z test_Tensor_align_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7987109Z test_Tensor_all (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.7994805Z test_Tensor_allclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8002383Z test_Tensor_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8010062Z test_Tensor_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8017868Z test_Tensor_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8025323Z test_Tensor_angle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8033008Z test_Tensor_any (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8040492Z test_Tensor_apply_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8048069Z test_Tensor_arccos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8055562Z test_Tensor_arccos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8063089Z test_Tensor_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8070501Z test_Tensor_arccosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8078055Z test_Tensor_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8085600Z test_Tensor_arcsin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8093075Z test_Tensor_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8100701Z test_Tensor_arcsinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8108471Z test_Tensor_arctan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8115737Z test_Tensor_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8123316Z test_Tensor_arctan2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8130808Z test_Tensor_arctan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8138694Z test_Tensor_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8145948Z test_Tensor_arctanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8153417Z test_Tensor_argmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8161030Z test_Tensor_argmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8168827Z test_Tensor_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8176629Z test_Tensor_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8184208Z test_Tensor_as_strided (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8191847Z test_Tensor_as_strided_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8199629Z test_Tensor_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8207406Z test_Tensor_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8215266Z test_Tensor_asin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8223056Z test_Tensor_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8230787Z test_Tensor_asinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8238573Z test_Tensor_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8246466Z test_Tensor_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8254242Z test_Tensor_atan2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8262237Z test_Tensor_atan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8270102Z test_Tensor_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8277932Z test_Tensor_atanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8285955Z test_Tensor_backward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8294061Z test_Tensor_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8302168Z test_Tensor_baddbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8310082Z test_Tensor_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8318093Z test_Tensor_bernoulli_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8326132Z test_Tensor_bfloat16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8334103Z test_Tensor_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8342304Z test_Tensor_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8350032Z test_Tensor_bitwise_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8358007Z test_Tensor_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8366011Z test_Tensor_bitwise_left_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8373672Z test_Tensor_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8381506Z test_Tensor_bitwise_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8389264Z test_Tensor_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8397521Z test_Tensor_bitwise_or_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8405134Z test_Tensor_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8412885Z test_Tensor_bitwise_right_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8420556Z test_Tensor_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8428044Z test_Tensor_bitwise_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8435649Z test_Tensor_bmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8443402Z test_Tensor_bool (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8451361Z test_Tensor_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8459188Z test_Tensor_byte (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8466812Z test_Tensor_cauchy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8474353Z test_Tensor_ccol_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8482049Z test_Tensor_cdouble (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8489745Z test_Tensor_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8497342Z test_Tensor_ceil_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8504841Z test_Tensor_cfloat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8512348Z test_Tensor_chalf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8519930Z test_Tensor_char (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8527605Z test_Tensor_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8535425Z test_Tensor_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8543161Z test_Tensor_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8550762Z test_Tensor_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8558444Z test_Tensor_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8566356Z test_Tensor_clamp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8574232Z test_Tensor_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8582171Z test_Tensor_clamp_max_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8589895Z test_Tensor_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8597661Z test_Tensor_clamp_min_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8605492Z test_Tensor_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8613557Z test_Tensor_clip_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8621318Z test_Tensor_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8629193Z test_Tensor_coalesce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8636916Z test_Tensor_col_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8644640Z test_Tensor_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8652471Z test_Tensor_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8660300Z test_Tensor_conj_physical_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8668159Z test_Tensor_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8676036Z test_Tensor_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8683879Z test_Tensor_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8691821Z test_Tensor_copysign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8699651Z test_Tensor_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8707321Z test_Tensor_cos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8715082Z test_Tensor_cos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8722665Z test_Tensor_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8730415Z test_Tensor_cosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8738318Z test_Tensor_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8746071Z test_Tensor_cov (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8753898Z test_Tensor_cpu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8761777Z test_Tensor_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8769702Z test_Tensor_crow_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8777672Z test_Tensor_cuda (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8785641Z test_Tensor_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8793499Z test_Tensor_cummin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8801308Z test_Tensor_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8809282Z test_Tensor_cumprod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8817262Z test_Tensor_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8825066Z test_Tensor_cumsum_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8832781Z test_Tensor_data_ptr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8840451Z test_Tensor_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8848300Z test_Tensor_deg2rad_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8856332Z test_Tensor_dense_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8864066Z test_Tensor_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8871786Z test_Tensor_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8879559Z test_Tensor_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8887482Z test_Tensor_detach_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8895446Z test_Tensor_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8903237Z test_Tensor_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8911149Z test_Tensor_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8919046Z test_Tensor_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8926932Z test_Tensor_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8934721Z test_Tensor_diff (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8942577Z test_Tensor_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8950320Z test_Tensor_digamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8958133Z test_Tensor_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8966065Z test_Tensor_dist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8973898Z test_Tensor_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8981788Z test_Tensor_div_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8989631Z test_Tensor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.8997414Z test_Tensor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9005198Z test_Tensor_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9013016Z test_Tensor_double (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9020900Z test_Tensor_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9028726Z test_Tensor_element_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9036314Z test_Tensor_eq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9044151Z test_Tensor_eq_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9052047Z test_Tensor_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9060016Z test_Tensor_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9067753Z test_Tensor_erf_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9075480Z test_Tensor_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9083182Z test_Tensor_erfc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9090955Z test_Tensor_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9098772Z test_Tensor_erfinv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9107071Z test_Tensor_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9114176Z test_Tensor_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9121809Z test_Tensor_exp2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9129697Z test_Tensor_exp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9137561Z test_Tensor_expand (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9145220Z test_Tensor_expand_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9152934Z test_Tensor_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9160575Z test_Tensor_expm1_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9168498Z test_Tensor_exponential_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9176387Z test_Tensor_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9184165Z test_Tensor_fill_diagonal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9191802Z test_Tensor_fix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9199471Z test_Tensor_fix_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9207375Z test_Tensor_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9215407Z test_Tensor_flip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9223030Z test_Tensor_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9230659Z test_Tensor_flipud (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9238408Z test_Tensor_float (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9246364Z test_Tensor_float_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9254190Z test_Tensor_float_power_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9262190Z test_Tensor_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9269909Z test_Tensor_floor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9277717Z test_Tensor_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9285485Z test_Tensor_floor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9293279Z test_Tensor_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9301139Z test_Tensor_fmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9308975Z test_Tensor_fmod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9316729Z test_Tensor_fmod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9324436Z test_Tensor_frac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9332179Z test_Tensor_frac_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9339864Z test_Tensor_frexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9347866Z test_Tensor_gather (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9355920Z test_Tensor_gcd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9363562Z test_Tensor_gcd_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9371585Z test_Tensor_ge (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9379388Z test_Tensor_ge_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9387193Z test_Tensor_geometric_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9394944Z test_Tensor_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9402686Z test_Tensor_ger (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9410480Z test_Tensor_get_device (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9418368Z test_Tensor_greater (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9426093Z test_Tensor_greater_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9433840Z test_Tensor_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9441663Z test_Tensor_greater_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9449552Z test_Tensor_gt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9457476Z test_Tensor_gt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9465249Z test_Tensor_half (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9473072Z test_Tensor_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9480819Z test_Tensor_has_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9488677Z test_Tensor_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9496532Z test_Tensor_heaviside_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9504270Z test_Tensor_histc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9512121Z test_Tensor_histogram (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9519908Z test_Tensor_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9527722Z test_Tensor_hypot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9535695Z test_Tensor_hypot_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9543408Z test_Tensor_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9551119Z test_Tensor_i0_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9558980Z test_Tensor_igamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9566856Z test_Tensor_igamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9574634Z test_Tensor_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9582497Z test_Tensor_igammac_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9590297Z test_Tensor_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9598073Z test_Tensor_index_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9606182Z test_Tensor_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9614081Z test_Tensor_index_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9622268Z test_Tensor_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9630171Z test_Tensor_index_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9638092Z test_Tensor_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9646246Z test_Tensor_index_put_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9654038Z test_Tensor_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9662092Z test_Tensor_index_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9669945Z test_Tensor_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9677693Z test_Tensor_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9685484Z test_Tensor_inner (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9693290Z test_Tensor_int (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9701102Z test_Tensor_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9708890Z test_Tensor_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9716625Z test_Tensor_ipu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9724421Z test_Tensor_is_coalesced (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9732168Z test_Tensor_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9740064Z test_Tensor_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9747820Z test_Tensor_is_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9755552Z test_Tensor_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9763357Z test_Tensor_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9771209Z test_Tensor_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9779066Z test_Tensor_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9786788Z test_Tensor_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9794509Z test_Tensor_is_pinned (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9802262Z test_Tensor_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9810118Z test_Tensor_is_set_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9817982Z test_Tensor_is_shared (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9825644Z test_Tensor_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9833511Z test_Tensor_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9841316Z test_Tensor_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9849130Z test_Tensor_isinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9857073Z test_Tensor_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9864880Z test_Tensor_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9872531Z test_Tensor_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9880224Z test_Tensor_isreal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9888081Z test_Tensor_istft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9895848Z test_Tensor_item (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9903578Z test_Tensor_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9913049Z test_Tensor_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9921090Z test_Tensor_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9929140Z test_Tensor_lcm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9937298Z test_Tensor_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9945139Z test_Tensor_ldexp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9952980Z test_Tensor_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9960695Z test_Tensor_le_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9968630Z test_Tensor_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9976521Z test_Tensor_lerp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9984302Z test_Tensor_less (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9992093Z test_Tensor_less_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:39.9999873Z test_Tensor_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0007794Z test_Tensor_less_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0015662Z test_Tensor_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0023428Z test_Tensor_lgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0031236Z test_Tensor_log (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0039020Z test_Tensor_log10 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0046891Z test_Tensor_log10_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0054764Z test_Tensor_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0062631Z test_Tensor_log1p_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0070401Z test_Tensor_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0078185Z test_Tensor_log2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0086073Z test_Tensor_log_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0093936Z test_Tensor_log_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0102101Z test_Tensor_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0109993Z test_Tensor_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0117886Z test_Tensor_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0125500Z test_Tensor_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0133490Z test_Tensor_logdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0141308Z test_Tensor_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0149094Z test_Tensor_logical_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0156833Z test_Tensor_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0164629Z test_Tensor_logical_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0172398Z test_Tensor_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0180231Z test_Tensor_logical_or_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0187983Z test_Tensor_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0195887Z test_Tensor_logical_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0203651Z test_Tensor_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0211518Z test_Tensor_logit_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0219474Z test_Tensor_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0227238Z test_Tensor_long (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0235089Z test_Tensor_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0242829Z test_Tensor_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0250764Z test_Tensor_lt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0258883Z test_Tensor_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0266569Z test_Tensor_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0274513Z test_Tensor_map2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0282243Z test_Tensor_map_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0290300Z test_Tensor_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0298307Z test_Tensor_masked_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0306150Z test_Tensor_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0313870Z test_Tensor_masked_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0321677Z test_Tensor_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0329608Z test_Tensor_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0337551Z test_Tensor_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0345406Z test_Tensor_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0353009Z test_Tensor_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0360703Z test_Tensor_maximum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0368487Z test_Tensor_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0376269Z test_Tensor_median (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0383873Z test_Tensor_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0391485Z test_Tensor_minimum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0399012Z test_Tensor_mm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0406700Z test_Tensor_mode (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0414336Z test_Tensor_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0422124Z test_Tensor_movedim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0429646Z test_Tensor_msort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0437223Z test_Tensor_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0444815Z test_Tensor_mul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0452661Z test_Tensor_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0460473Z test_Tensor_multiply (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0467991Z test_Tensor_multiply_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0475686Z test_Tensor_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0483357Z test_Tensor_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0491031Z test_Tensor_mvlgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0498824Z test_Tensor_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0506561Z test_Tensor_nan_to_num_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0514275Z test_Tensor_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0522080Z test_Tensor_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0529954Z test_Tensor_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0537891Z test_Tensor_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0545626Z test_Tensor_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0553351Z test_Tensor_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0561107Z test_Tensor_ndimension (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0568676Z test_Tensor_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0576441Z test_Tensor_ne_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0584005Z test_Tensor_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0591589Z test_Tensor_neg_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0599216Z test_Tensor_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0606841Z test_Tensor_negative_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0614554Z test_Tensor_nelement (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0622386Z test_Tensor_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0630037Z test_Tensor_nextafter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0637706Z test_Tensor_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0645416Z test_Tensor_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0653144Z test_Tensor_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0661049Z test_Tensor_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0668663Z test_Tensor_not_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0676230Z test_Tensor_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0683894Z test_Tensor_numpy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0691652Z test_Tensor_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0699611Z test_Tensor_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0707336Z test_Tensor_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0715099Z test_Tensor_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0723153Z test_Tensor_pin_memory (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0730788Z test_Tensor_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0739010Z test_Tensor_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0746968Z test_Tensor_polygamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0754868Z test_Tensor_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0762742Z test_Tensor_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0770821Z test_Tensor_pow_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0778844Z test_Tensor_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0786810Z test_Tensor_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0794789Z test_Tensor_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0802687Z test_Tensor_put_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0810776Z test_Tensor_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0818799Z test_Tensor_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0826679Z test_Tensor_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0834528Z test_Tensor_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0842396Z test_Tensor_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0850383Z test_Tensor_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0858475Z test_Tensor_qscheme (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0866531Z test_Tensor_quantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0874333Z test_Tensor_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0882249Z test_Tensor_rad2deg_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0890254Z test_Tensor_random_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0898333Z test_Tensor_ravel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0906210Z test_Tensor_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0914120Z test_Tensor_reciprocal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0922055Z test_Tensor_record_stream (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0930117Z test_Tensor_refine_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0938262Z test_Tensor_register_hook (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0946406Z test_Tensor_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0954203Z test_Tensor_relu_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0962210Z test_Tensor_remainder (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0970330Z test_Tensor_remainder_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0978706Z test_Tensor_rename (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0986724Z test_Tensor_rename_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.0994893Z test_Tensor_renorm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1003308Z test_Tensor_renorm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1011464Z test_Tensor_repeat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1019809Z test_Tensor_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1027798Z test_Tensor_requires_grad_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1035988Z test_Tensor_reshape (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1044065Z test_Tensor_reshape_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1051983Z test_Tensor_resize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1060020Z test_Tensor_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1067873Z test_Tensor_resize_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1075661Z test_Tensor_resize_as_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1083445Z test_Tensor_resize_as_sparse_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1091286Z test_Tensor_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1099105Z test_Tensor_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1106766Z test_Tensor_retain_grad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1114533Z test_Tensor_roll (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1122355Z test_Tensor_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1130291Z test_Tensor_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1138158Z test_Tensor_round_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1145795Z test_Tensor_row_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1153352Z test_Tensor_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1161063Z test_Tensor_rsqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1169011Z test_Tensor_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1177180Z test_Tensor_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1184838Z test_Tensor_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1192686Z test_Tensor_scatter_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1200601Z test_Tensor_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1208660Z test_Tensor_scatter_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1216624Z test_Tensor_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1224554Z test_Tensor_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1233164Z test_Tensor_set_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1241021Z test_Tensor_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1248866Z test_Tensor_sgn_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1257010Z test_Tensor_share_memory_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1264999Z test_Tensor_short (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1272084Z test_Tensor_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1279829Z test_Tensor_sigmoid_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1287684Z test_Tensor_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1295547Z test_Tensor_sign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1303355Z test_Tensor_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1311278Z test_Tensor_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1319035Z test_Tensor_sin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1327000Z test_Tensor_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1334988Z test_Tensor_sinc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1342629Z test_Tensor_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1350534Z test_Tensor_sinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1358196Z test_Tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1366110Z test_Tensor_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1374059Z test_Tensor_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1382180Z test_Tensor_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1390079Z test_Tensor_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1397966Z test_Tensor_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1405951Z test_Tensor_sparse_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1413894Z test_Tensor_sparse_mask (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1421974Z test_Tensor_sparse_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1429876Z test_Tensor_sparse_resize_and_clear_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1437744Z test_Tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1445737Z test_Tensor_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1453702Z test_Tensor_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1461543Z test_Tensor_sqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1469270Z test_Tensor_square (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1477109Z test_Tensor_square_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1485222Z test_Tensor_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1493136Z test_Tensor_squeeze_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1501256Z test_Tensor_sspaddmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1509485Z test_Tensor_std (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1517539Z test_Tensor_stft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1525690Z test_Tensor_storage (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1533773Z test_Tensor_storage_offset (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1541937Z test_Tensor_storage_type (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1549944Z test_Tensor_sub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1558041Z test_Tensor_sub_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1566192Z test_Tensor_subtract (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1574341Z test_Tensor_subtract_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1582501Z test_Tensor_sum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1590578Z test_Tensor_sum_to_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1598537Z test_Tensor_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1606723Z test_Tensor_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1614763Z test_Tensor_swapaxes_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1623005Z test_Tensor_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1630958Z test_Tensor_swapdims_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1638762Z test_Tensor_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1646591Z test_Tensor_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1654318Z test_Tensor_t_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1662294Z test_Tensor_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1670177Z test_Tensor_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1677925Z test_Tensor_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1685771Z test_Tensor_tan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1694269Z test_Tensor_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1701588Z test_Tensor_tanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1709592Z test_Tensor_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1717417Z test_Tensor_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1726641Z test_Tensor_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1734693Z test_Tensor_to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1743452Z test_Tensor_to_mkldnn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1751086Z test_Tensor_to_sparse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1758777Z test_Tensor_tolist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1766948Z test_Tensor_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1774702Z test_Tensor_trace (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1782690Z test_Tensor_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1790343Z test_Tensor_transpose_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1798018Z test_Tensor_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1805911Z test_Tensor_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1813463Z test_Tensor_tril_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1821288Z test_Tensor_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1828963Z test_Tensor_triu_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1836577Z test_Tensor_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1844331Z test_Tensor_true_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1851941Z test_Tensor_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1859740Z test_Tensor_trunc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1867383Z test_Tensor_type (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1875136Z test_Tensor_type_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1883030Z test_Tensor_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1891193Z test_Tensor_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1898688Z test_Tensor_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1905876Z test_Tensor_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1913356Z test_Tensor_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1920568Z test_Tensor_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1928014Z test_Tensor_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1935504Z test_Tensor_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1943341Z test_Tensor_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1951053Z test_Tensor_unsqueeze_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1958348Z test_Tensor_values (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1966385Z test_Tensor_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1974048Z test_Tensor_vdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1981927Z test_Tensor_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1989823Z test_Tensor_view_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.1997695Z test_Tensor_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2005690Z test_Tensor_where (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2013545Z test_Tensor_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2021514Z test_Tensor_xlogy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2029372Z test_Tensor_xpu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2037209Z test_Tensor_zero_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2045102Z test__TensorBase_H___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2052992Z test__TensorBase_T___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2060928Z test__TensorBase__backward_hooks___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2068669Z test__TensorBase__base___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2076526Z test__TensorBase__cdata___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2084342Z test__TensorBase__grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2092396Z test__TensorBase__grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2100480Z test__TensorBase__version___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2108193Z test__TensorBase_data___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2116040Z test__TensorBase_device___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2123774Z test__TensorBase_dtype___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2131696Z test__TensorBase_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2139612Z test__TensorBase_grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2147020Z test__TensorBase_imag___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2154479Z test__TensorBase_is_cpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2162093Z test__TensorBase_is_cuda___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2169719Z test__TensorBase_is_ipu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2177522Z test__TensorBase_is_leaf___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2185023Z test__TensorBase_is_meta___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2192936Z test__TensorBase_is_mkldnn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2200481Z test__TensorBase_is_mps___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2208635Z test__TensorBase_is_nested___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2216054Z test__TensorBase_is_ort___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2223673Z test__TensorBase_is_quantized___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2231260Z test__TensorBase_is_sparse___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2238938Z test__TensorBase_is_sparse_csr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2246669Z test__TensorBase_is_vulkan___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2254284Z test__TensorBase_is_xpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2262190Z test__TensorBase_layout___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2269716Z test__TensorBase_mH___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2277302Z test__TensorBase_mT___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2285190Z test__TensorBase_name___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2292963Z test__TensorBase_names___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2300825Z test__TensorBase_ndim___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2308454Z test__TensorBase_output_nr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2316062Z test__TensorBase_real___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2323825Z test__TensorBase_requires_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2331550Z test__TensorBase_retains_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2339545Z test__TensorBase_shape___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2347402Z test__TensorBase_volatile___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2355804Z test_base (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2367741Z test_grad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2375863Z test_mean_semantics (__main__.TestTorchFunctionOverride) 2022-09-27T15:59:40.2383041Z Test that a function with one argument can be overrided ... ok (0.001s) 2022-09-27T15:59:40.2395440Z test_mm_semantics (__main__.TestTorchFunctionOverride) 2022-09-27T15:59:40.2405092Z Test that a function with multiple arguments can be overrided ... ok (0.002s) 2022-09-27T15:59:40.2416562Z test_pow_rpow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2438590Z test_precedence_semantics (__main__.TestTorchFunctionOverride) 2022-09-27T15:59:40.2450345Z Test semantics for __torch_function__ for functions that take ... ok (0.003s) 2022-09-27T15:59:40.2462309Z test_tensor_subclass_propagation (__main__.TestTorchFunctionOverride) 2022-09-27T15:59:40.2469595Z this test exercises the functionality described in ... ok (0.002s) 2022-09-27T15:59:40.2477253Z test_torch__C__fft_fft_fft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2484736Z test_torch__C__fft_fft_fft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2492556Z test_torch__C__fft_fft_fftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2499497Z test_torch__C__fft_fft_fftshift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2506538Z test_torch__C__fft_fft_hfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2513608Z test_torch__C__fft_fft_hfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2521083Z test_torch__C__fft_fft_hfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2528224Z test_torch__C__fft_fft_ifft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2535344Z test_torch__C__fft_fft_ifft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2542670Z test_torch__C__fft_fft_ifftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2549560Z test_torch__C__fft_fft_ifftshift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2556591Z test_torch__C__fft_fft_ihfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2563685Z test_torch__C__fft_fft_ihfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2570899Z test_torch__C__fft_fft_ihfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2578006Z test_torch__C__fft_fft_irfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2585077Z test_torch__C__fft_fft_irfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2592124Z test_torch__C__fft_fft_irfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2599129Z test_torch__C__fft_fft_rfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2606358Z test_torch__C__fft_fft_rfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2613399Z test_torch__C__fft_fft_rfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2620517Z test_torch__C__linalg_linalg_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2627519Z test_torch__C__linalg_linalg_cholesky_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2634543Z test_torch__C__linalg_linalg_cond (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2641570Z test_torch__C__linalg_linalg_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2648651Z test_torch__C__linalg_linalg_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2655751Z test_torch__C__linalg_linalg_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2662775Z test_torch__C__linalg_linalg_eig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2669793Z test_torch__C__linalg_linalg_eigh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2676930Z test_torch__C__linalg_linalg_eigvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2683743Z test_torch__C__linalg_linalg_eigvalsh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2690900Z test_torch__C__linalg_linalg_householder_product (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2698713Z test_torch__C__linalg_linalg_inv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2705053Z test_torch__C__linalg_linalg_inv_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2712587Z test_torch__C__linalg_linalg_ldl_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2720144Z test_torch__C__linalg_linalg_ldl_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2727080Z test_torch__C__linalg_linalg_ldl_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2734229Z test_torch__C__linalg_linalg_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2741821Z test_torch__C__linalg_linalg_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2748876Z test_torch__C__linalg_linalg_lu_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2756079Z test_torch__C__linalg_linalg_lu_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2763057Z test_torch__C__linalg_linalg_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2770361Z test_torch__C__linalg_linalg_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2777511Z test_torch__C__linalg_linalg_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2784515Z test_torch__C__linalg_linalg_matrix_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2791528Z test_torch__C__linalg_linalg_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2798729Z test_torch__C__linalg_linalg_matrix_rank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2805874Z test_torch__C__linalg_linalg_multi_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2813035Z test_torch__C__linalg_linalg_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2820424Z test_torch__C__linalg_linalg_pinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2827360Z test_torch__C__linalg_linalg_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2834388Z test_torch__C__linalg_linalg_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2841299Z test_torch__C__linalg_linalg_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2848504Z test_torch__C__linalg_linalg_solve_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2855687Z test_torch__C__linalg_linalg_solve_triangular (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2862680Z test_torch__C__linalg_linalg_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2869737Z test_torch__C__linalg_linalg_svdvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2876654Z test_torch__C__linalg_linalg_tensorinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2883623Z test_torch__C__linalg_linalg_tensorsolve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2890712Z test_torch__C__linalg_linalg_vander (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2897844Z test_torch__C__linalg_linalg_vecdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2904961Z test_torch__C__linalg_linalg_vector_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2912182Z test_torch__C__nn_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2919448Z test_torch__C__nn_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2926543Z test_torch__C__nn_gelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2933467Z test_torch__C__nn_linear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2940627Z test_torch__C__nn_log_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2947928Z test_torch__C__nn_one_hot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2955383Z test_torch__C__nn_softplus (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2962761Z test_torch__C__nn_softshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2970312Z test_torch__C__special_special_airy_ai (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2977756Z test_torch__C__special_special_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2985017Z test_torch__C__special_special_bessel_j1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2992285Z test_torch__C__special_special_bessel_y0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.2999104Z test_torch__C__special_special_bessel_y1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3006103Z test_torch__C__special_special_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3012860Z test_torch__C__special_special_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3019947Z test_torch__C__special_special_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3026897Z test_torch__C__special_special_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3033528Z test_torch__C__special_special_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3040176Z test_torch__C__special_special_entr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3047084Z test_torch__C__special_special_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3053755Z test_torch__C__special_special_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3060580Z test_torch__C__special_special_erfcx (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3067254Z test_torch__C__special_special_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3073968Z test_torch__C__special_special_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3080675Z test_torch__C__special_special_expit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3087466Z test_torch__C__special_special_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3094167Z test_torch__C__special_special_gammainc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3101057Z test_torch__C__special_special_gammaincc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3108001Z test_torch__C__special_special_gammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3114702Z test_torch__C__special_special_hermite_polynomial_h (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3121459Z test_torch__C__special_special_hermite_polynomial_he (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3128265Z test_torch__C__special_special_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3135072Z test_torch__C__special_special_i0e (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3141679Z test_torch__C__special_special_i1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3148551Z test_torch__C__special_special_i1e (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3155401Z test_torch__C__special_special_laguerre_polynomial_l (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3162129Z test_torch__C__special_special_legendre_polynomial_p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3168986Z test_torch__C__special_special_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3175766Z test_torch__C__special_special_log_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3182961Z test_torch__C__special_special_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3189863Z test_torch__C__special_special_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3196894Z test_torch__C__special_special_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3204014Z test_torch__C__special_special_modified_bessel_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3211415Z test_torch__C__special_special_modified_bessel_i1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3218830Z test_torch__C__special_special_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3226507Z test_torch__C__special_special_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3233841Z test_torch__C__special_special_multigammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3241304Z test_torch__C__special_special_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3248404Z test_torch__C__special_special_ndtri (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3255680Z test_torch__C__special_special_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3262724Z test_torch__C__special_special_psi (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3269757Z test_torch__C__special_special_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3276725Z test_torch__C__special_special_scaled_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3283670Z test_torch__C__special_special_scaled_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3290805Z test_torch__C__special_special_shifted_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3298054Z test_torch__C__special_special_shifted_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3305092Z test_torch__C__special_special_shifted_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3312168Z test_torch__C__special_special_shifted_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3319126Z test_torch__C__special_special_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3326222Z test_torch__C__special_special_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3333225Z test_torch__C__special_special_spherical_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3340384Z test_torch__C__special_special_xlog1py (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3347834Z test_torch__C__special_special_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3354855Z test_torch__C__special_special_zeta (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3361902Z test_torch__assert_async (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3369046Z test_torch__conj_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3376182Z test_torch__fw_primal_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3383250Z test_torch__indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3390273Z test_torch__lobpcg_lobpcg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3397294Z test_torch__lowrank_pca_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3404346Z test_torch__lowrank_svd_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3411376Z test_torch__make_dual_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3418435Z test_torch__neg_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3425477Z test_torch__reshape_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3432524Z test_torch__rowwise_prune (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3439635Z test_torch__sparse_broadcast_to_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3446832Z test_torch__values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3453869Z test_torch_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3461193Z test_torch_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3468154Z test_torch_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3475054Z test_torch_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3481981Z test_torch_adaptive_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3489034Z test_torch_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3495989Z test_torch_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3503131Z test_torch_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3510269Z test_torch_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3517387Z test_torch_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3524529Z test_torch_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3531657Z test_torch_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3538919Z test_torch_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3545900Z test_torch_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3552919Z test_torch_affine_grid_generator (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3559806Z test_torch_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3566705Z test_torch_all (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3573593Z test_torch_allclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3580725Z test_torch_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3587795Z test_torch_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3594794Z test_torch_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3601952Z test_torch_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3609078Z test_torch_angle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3616270Z test_torch_any (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3623271Z test_torch_arccos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3630227Z test_torch_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3637273Z test_torch_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3644316Z test_torch_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3651445Z test_torch_arctan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3658562Z test_torch_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3665554Z test_torch_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3672569Z test_torch_argmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3679572Z test_torch_argmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3686790Z test_torch_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3693875Z test_torch_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3701183Z test_torch_as_strided_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3708222Z test_torch_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3715340Z test_torch_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3721995Z test_torch_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3729188Z test_torch_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3736179Z test_torch_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3743105Z test_torch_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3750142Z test_torch_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3757335Z test_torch_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3764533Z test_torch_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3771788Z test_torch_batch_norm_backward_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3779093Z test_torch_batch_norm_backward_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3786216Z test_torch_batch_norm_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3793384Z test_torch_batch_norm_gather_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3800464Z test_torch_batch_norm_gather_stats_with_counts (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3807502Z test_torch_batch_norm_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3814523Z test_torch_batch_norm_update_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3821754Z test_torch_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3828793Z test_torch_bilinear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3835674Z test_torch_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3842767Z test_torch_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3849856Z test_torch_binomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3857017Z test_torch_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3864123Z test_torch_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3871132Z test_torch_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3878142Z test_torch_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3885331Z test_torch_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3892429Z test_torch_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3899532Z test_torch_bmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3906489Z test_torch_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3913575Z test_torch_bucketize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3920831Z test_torch_cat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3927905Z test_torch_ccol_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3934983Z test_torch_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3942034Z test_torch_celu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3949269Z test_torch_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3956267Z test_torch_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3963166Z test_torch_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3970528Z test_torch_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3977656Z test_torch_choose_qparams_optimized (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3984495Z test_torch_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3991627Z test_torch_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.3998504Z test_torch_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4005631Z test_torch_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4012648Z test_torch_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4019739Z test_torch_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4026663Z test_torch_col_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4033620Z test_torch_column_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4040625Z test_torch_combinations (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4047740Z test_torch_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4054977Z test_torch_concat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4062029Z test_torch_concatenate (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4069033Z test_torch_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4075944Z test_torch_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4082941Z test_torch_constant_pad_nd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4090081Z test_torch_conv1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4097376Z test_torch_conv2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4104376Z test_torch_conv3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4111454Z test_torch_conv_tbc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4118504Z test_torch_conv_transpose1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4125737Z test_torch_conv_transpose2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4132818Z test_torch_conv_transpose3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4140098Z test_torch_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4147287Z test_torch_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4154320Z test_torch_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4161270Z test_torch_cos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4168380Z test_torch_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4175577Z test_torch_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4182622Z test_torch_cosine_similarity (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4189603Z test_torch_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4196827Z test_torch_cov (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4204258Z test_torch_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4211883Z test_torch_crow_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4219595Z test_torch_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4226872Z test_torch_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4234046Z test_torch_cummin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4241321Z test_torch_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4248552Z test_torch_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4256057Z test_torch_cumulative_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4263323Z test_torch_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4270594Z test_torch_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4277870Z test_torch_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4285224Z test_torch_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4292493Z test_torch_detach_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4299880Z test_torch_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4307075Z test_torch_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4314422Z test_torch_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4321799Z test_torch_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4329353Z test_torch_diagonal_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4336997Z test_torch_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4344278Z test_torch_diff (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4351959Z test_torch_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4359157Z test_torch_dist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4366540Z test_torch_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4373932Z test_torch_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4381439Z test_torch_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4388730Z test_torch_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4395971Z test_torch_dsmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4403331Z test_torch_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4410816Z test_torch_dstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4418330Z test_torch_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4425835Z test_torch_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4433267Z test_torch_empty_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4440641Z test_torch_eq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4448070Z test_torch_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4455567Z test_torch_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4463058Z test_torch_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4470287Z test_torch_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4477622Z test_torch_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4485120Z test_torch_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4492471Z test_torch_expand_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4500067Z test_torch_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4507581Z test_torch_fake_quantize_per_channel_affine (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4514981Z test_torch_fake_quantize_per_tensor_affine (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4522336Z test_torch_fbgemm_linear_fp16_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4529834Z test_torch_fbgemm_linear_fp16_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4537261Z test_torch_fbgemm_linear_int8_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4544637Z test_torch_fbgemm_linear_int8_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4551884Z test_torch_fbgemm_linear_quantize_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4559116Z test_torch_fbgemm_pack_gemm_matrix_fp16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4566498Z test_torch_fbgemm_pack_quantized_matrix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4573778Z test_torch_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4581176Z test_torch_feature_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4588480Z test_torch_fix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4595956Z test_torch_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4603254Z test_torch_flip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4610644Z test_torch_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4618062Z test_torch_flipud (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4625491Z test_torch_float_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4632835Z test_torch_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4640095Z test_torch_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4647529Z test_torch_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4654957Z test_torch_fmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4662372Z test_torch_fmod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4669646Z test_torch_frac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4676918Z test_torch_frexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4684206Z test_torch_frobenius_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4691806Z test_torch_full_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4699288Z test_torch_functional_atleast_1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4706633Z test_torch_functional_atleast_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4714390Z test_torch_functional_atleast_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4721810Z test_torch_functional_block_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4729226Z test_torch_functional_broadcast_tensors (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4736802Z test_torch_functional_cartesian_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4744178Z test_torch_functional_cdist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4751657Z test_torch_functional_chain_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4759243Z test_torch_functional_einsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4766624Z test_torch_functional_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4774017Z test_torch_functional_meshgrid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4781598Z test_torch_functional_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4789012Z test_torch_functional_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4796526Z test_torch_functional_stft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4803808Z test_torch_functional_tensordot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4811255Z test_torch_functional_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4818895Z test_torch_functional_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4826336Z test_torch_fused_moving_avg_obs_fake_quant (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4833907Z test_torch_gather (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4841322Z test_torch_gcd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4848906Z test_torch_ge (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4856370Z test_torch_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4863682Z test_torch_ger (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4871233Z test_torch_gradient (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4878792Z test_torch_greater (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4886397Z test_torch_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4893863Z test_torch_grid_sampler (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4901376Z test_torch_grid_sampler_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4908856Z test_torch_grid_sampler_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4916263Z test_torch_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4923890Z test_torch_gru (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4931573Z test_torch_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4939191Z test_torch_gt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4946629Z test_torch_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4954137Z test_torch_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4961582Z test_torch_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4969137Z test_torch_histc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4976947Z test_torch_histogram (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4984702Z test_torch_histogramdd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4992229Z test_torch_hsmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.4999691Z test_torch_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5007158Z test_torch_hstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5014574Z test_torch_hypot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5022097Z test_torch_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5029515Z test_torch_igamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5036988Z test_torch_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5044474Z test_torch_imag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5051976Z test_torch_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5059676Z test_torch_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5067270Z test_torch_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5074817Z test_torch_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5082278Z test_torch_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5089895Z test_torch_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5097427Z test_torch_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5104833Z test_torch_inner (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5112383Z test_torch_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5120006Z test_torch_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5127464Z test_torch_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5134928Z test_torch_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5142290Z test_torch_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5149701Z test_torch_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5157142Z test_torch_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5164583Z test_torch_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5172064Z test_torch_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5179598Z test_torch_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5186907Z test_torch_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5194329Z test_torch_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5201693Z test_torch_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5209100Z test_torch_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5216943Z test_torch_isin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5224333Z test_torch_isinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5231750Z test_torch_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5239162Z test_torch_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5246915Z test_torch_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5254311Z test_torch_isreal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5262187Z test_torch_istft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5269580Z test_torch_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5277017Z test_torch_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5284655Z test_torch_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5292241Z test_torch_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5299737Z test_torch_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5307055Z test_torch_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5314396Z test_torch_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5321927Z test_torch_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5329377Z test_torch_less (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5337151Z test_torch_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5344851Z test_torch_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5352090Z test_torch_log (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5359459Z test_torch_log10 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5367070Z test_torch_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5374506Z test_torch_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5382071Z test_torch_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5389498Z test_torch_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5396891Z test_torch_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5404369Z test_torch_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5411518Z test_torch_logdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5418686Z test_torch_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5425750Z test_torch_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5432845Z test_torch_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5440342Z test_torch_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5447861Z test_torch_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5455855Z test_torch_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5463397Z test_torch_lstm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5470797Z test_torch_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5478270Z test_torch_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5485661Z test_torch_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5492602Z test_torch_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5499757Z test_torch_lu_unpack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5506582Z test_torch_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5513484Z test_torch_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5520516Z test_torch_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5527260Z test_torch_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5533758Z test_torch_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5540692Z test_torch_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5547421Z test_torch_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5554200Z test_torch_matrix_rank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5560808Z test_torch_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5567680Z test_torch_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5574501Z test_torch_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5581511Z test_torch_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5588306Z test_torch_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5595022Z test_torch_maximum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5601760Z test_torch_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5608672Z test_torch_median (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5615751Z test_torch_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5622988Z test_torch_minimum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5629544Z test_torch_miopen_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5636403Z test_torch_miopen_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5643311Z test_torch_miopen_convolution_add_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5650347Z test_torch_miopen_convolution_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5657340Z test_torch_miopen_convolution_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5664149Z test_torch_miopen_depthwise_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5671018Z test_torch_miopen_rnn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5677888Z test_torch_mode (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5684704Z test_torch_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5691974Z test_torch_movedim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5699509Z test_torch_msort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5706730Z test_torch_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5714032Z test_torch_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5721421Z test_torch_multiply (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5728868Z test_torch_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5735823Z test_torch_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5747022Z test_torch_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5749715Z test_torch_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5756395Z test_torch_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5763316Z test_torch_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5770171Z test_torch_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5777147Z test_torch_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5784485Z test_torch_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5791725Z test_torch_native_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5798828Z test_torch_native_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5805971Z test_torch_native_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5813045Z test_torch_native_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5820419Z test_torch_native_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5827487Z test_torch_native_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5834722Z test_torch_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5841580Z test_torch_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5848623Z test_torch_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5855678Z test_torch_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5862666Z test_torch_nn_functional__threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5869586Z test_torch_nn_functional_adaptive_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5876550Z test_torch_nn_functional_adaptive_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5883663Z test_torch_nn_functional_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5890595Z test_torch_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5897605Z test_torch_nn_functional_adaptive_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5904755Z test_torch_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5911743Z test_torch_nn_functional_adaptive_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5918823Z test_torch_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5925965Z test_torch_nn_functional_affine_grid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5932975Z test_torch_nn_functional_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5940178Z test_torch_nn_functional_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5947288Z test_torch_nn_functional_binary_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5954234Z test_torch_nn_functional_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5961192Z test_torch_nn_functional_celu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5968313Z test_torch_nn_functional_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5975452Z test_torch_nn_functional_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5982396Z test_torch_nn_functional_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5989393Z test_torch_nn_functional_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.5996396Z test_torch_nn_functional_dropout1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6003280Z test_torch_nn_functional_dropout2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6010411Z test_torch_nn_functional_dropout3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6017654Z test_torch_nn_functional_elu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6024657Z test_torch_nn_functional_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6031723Z test_torch_nn_functional_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6039095Z test_torch_nn_functional_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6045901Z test_torch_nn_functional_fold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6053079Z test_torch_nn_functional_fractional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6060195Z test_torch_nn_functional_fractional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6067181Z test_torch_nn_functional_fractional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6074096Z test_torch_nn_functional_fractional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6081038Z test_torch_nn_functional_gaussian_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6087982Z test_torch_nn_functional_glu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6095058Z test_torch_nn_functional_grid_sample (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6101988Z test_torch_nn_functional_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6109017Z test_torch_nn_functional_gumbel_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6116132Z test_torch_nn_functional_hardtanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6123002Z test_torch_nn_functional_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6130148Z test_torch_nn_functional_huber_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6137440Z test_torch_nn_functional_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6144434Z test_torch_nn_functional_interpolate (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6151406Z test_torch_nn_functional_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6158368Z test_torch_nn_functional_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6165579Z test_torch_nn_functional_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6172632Z test_torch_nn_functional_leaky_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6179727Z test_torch_nn_functional_local_response_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6186691Z test_torch_nn_functional_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6193674Z test_torch_nn_functional_lp_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6200627Z test_torch_nn_functional_lp_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6207784Z test_torch_nn_functional_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6214736Z test_torch_nn_functional_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6221785Z test_torch_nn_functional_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6228851Z test_torch_nn_functional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6235809Z test_torch_nn_functional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6242746Z test_torch_nn_functional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6249856Z test_torch_nn_functional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6257031Z test_torch_nn_functional_max_unpool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6264009Z test_torch_nn_functional_max_unpool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6270954Z test_torch_nn_functional_max_unpool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6277901Z test_torch_nn_functional_mish (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6284960Z test_torch_nn_functional_mse_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6292384Z test_torch_nn_functional_multi_head_attention_forward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6299259Z test_torch_nn_functional_multi_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6306201Z test_torch_nn_functional_multilabel_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6313265Z test_torch_nn_functional_multilabel_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6320179Z test_torch_nn_functional_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6327542Z test_torch_nn_functional_normalize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6334393Z test_torch_nn_functional_pad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6341489Z test_torch_nn_functional_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6348514Z test_torch_nn_functional_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6355304Z test_torch_nn_functional_relu6 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6362260Z test_torch_nn_functional_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6369320Z test_torch_nn_functional_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6376360Z test_torch_nn_functional_silu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6383378Z test_torch_nn_functional_smooth_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6390384Z test_torch_nn_functional_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6397351Z test_torch_nn_functional_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6404408Z test_torch_nn_functional_softmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6411491Z test_torch_nn_functional_softsign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6418574Z test_torch_nn_functional_tanhshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6425527Z test_torch_nn_functional_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6432546Z test_torch_nn_functional_triplet_margin_with_distance_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6439498Z test_torch_nn_functional_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6446578Z test_torch_nn_init_constant_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6453553Z test_torch_nn_init_kaiming_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6460733Z test_torch_nn_init_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6467729Z test_torch_nn_init_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6474869Z test_torch_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6482016Z test_torch_norm_except_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6489295Z test_torch_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6496766Z test_torch_nuclear_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6503788Z test_torch_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6510920Z test_torch_ones_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6518003Z test_torch_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6525083Z test_torch_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6532157Z test_torch_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6539659Z test_torch_pairwise_distance (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6546558Z test_torch_pdist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6553289Z test_torch_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6560326Z test_torch_permute_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6567419Z test_torch_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6574387Z test_torch_pixel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6581582Z test_torch_pixel_unshuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6588534Z test_torch_poisson (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6595559Z test_torch_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6602701Z test_torch_polar (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6609712Z test_torch_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6616784Z test_torch_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6623829Z test_torch_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6630849Z test_torch_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6637911Z test_torch_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6645007Z test_torch_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6652038Z test_torch_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6659131Z test_torch_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6666134Z test_torch_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6673197Z test_torch_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6680352Z test_torch_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6687326Z test_torch_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6694441Z test_torch_quantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6701989Z test_torch_quantize_per_channel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6708939Z test_torch_quantize_per_tensor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6715941Z test_torch_quantize_per_tensor_dynamic (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6722923Z test_torch_quantized_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6730145Z test_torch_quantized_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6737467Z test_torch_quantized_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6744583Z test_torch_quantized_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6751588Z test_torch_quantized_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6758760Z test_torch_quantized_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6766172Z test_torch_quantized_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6773299Z test_torch_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6780736Z test_torch_rand_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6788063Z test_torch_randint_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6795238Z test_torch_randn_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6802305Z test_torch_ravel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6809595Z test_torch_real (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6816506Z test_torch_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6823493Z test_torch_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6830464Z test_torch_remainder (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6837548Z test_torch_renorm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6844789Z test_torch_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6851958Z test_torch_reshape (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6859115Z test_torch_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6866076Z test_torch_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6873438Z test_torch_rnn_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6880570Z test_torch_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6887731Z test_torch_rnn_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6894897Z test_torch_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6901964Z test_torch_roll (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6909120Z test_torch_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6916146Z test_torch_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6923130Z test_torch_row_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6930199Z test_torch_row_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6937564Z test_torch_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6944661Z test_torch_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6951539Z test_torch_rsub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6958636Z test_torch_saddmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6966001Z test_torch_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6973096Z test_torch_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6980250Z test_torch_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6987357Z test_torch_searchsorted (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.6994475Z test_torch_segment_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7001430Z test_torch_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7008559Z test_torch_select_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7015651Z test_torch_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7022672Z test_torch_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7029686Z test_torch_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7036873Z test_torch_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7043708Z test_torch_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7050827Z test_torch_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7057885Z test_torch_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7064856Z test_torch_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7071818Z test_torch_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7078845Z test_torch_slice_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7086017Z test_torch_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7093133Z test_torch_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7100162Z test_torch_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7107217Z test_torch_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7114523Z test_torch_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7121686Z test_torch_split_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7128957Z test_torch_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7136230Z test_torch_split_with_sizes_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7143232Z test_torch_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7150338Z test_torch_square (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7157520Z test_torch_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7164563Z test_torch_squeeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7171989Z test_torch_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7179643Z test_torch_std (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7186975Z test_torch_std_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7193826Z test_torch_sub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7200974Z test_torch_subtract (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7208133Z test_torch_sum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7215386Z test_torch_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7222437Z test_torch_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7229576Z test_torch_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7236606Z test_torch_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7243614Z test_torch_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7250787Z test_torch_t_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7257905Z test_torch_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7264973Z test_torch_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7271861Z test_torch_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7278913Z test_torch_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7286205Z test_torch_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7293271Z test_torch_threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7300695Z test_torch_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7307705Z test_torch_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7314743Z test_torch_trace (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7322326Z test_torch_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7330165Z test_torch_transpose_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7338281Z test_torch_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7346149Z test_torch_trapz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7354072Z test_torch_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7361847Z test_torch_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7369857Z test_torch_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7377820Z test_torch_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7385610Z test_torch_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7393497Z test_torch_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7401443Z test_torch_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7409369Z test_torch_unbind_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7417467Z test_torch_unflatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7425358Z test_torch_unfold_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7433313Z test_torch_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7441180Z test_torch_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7449340Z test_torch_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7457225Z test_torch_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7465005Z test_torch_unsqueeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7472851Z test_torch_values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7480901Z test_torch_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7489133Z test_torch_var_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7497208Z test_torch_vdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7505043Z test_torch_view_as_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7512848Z test_torch_view_as_complex_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7520739Z test_torch_view_as_real (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7528695Z test_torch_view_as_real_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7536826Z test_torch_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7544567Z test_torch_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7552504Z test_torch_vstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7560280Z test_torch_where (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7568514Z test_torch_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7576364Z test_torch_zeros_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:59:40.7579846Z test_user_implementation_raises (__main__.TestTorchFunctionOverride) 2022-09-27T15:59:40.7584596Z Test that errors raised in user implementations propagate correctly ... ok (0.001s) 2022-09-27T15:59:40.7652487Z test_warn_on_invalid_torch_function (__main__.TestTorchFunctionWarning) ... ok (0.007s) 2022-09-27T15:59:40.7662686Z test_wrap_torch_function (__main__.TestWrapTorchFunction) ... ok (0.001s) 2022-09-27T15:59:40.7663066Z 2022-09-27T15:59:40.7663553Z ---------------------------------------------------------------------- 2022-09-27T15:59:40.7663874Z Ran 1423 tests in 1.434s 2022-09-27T15:59:40.7663993Z 2022-09-27T15:59:40.7664063Z OK 2022-09-27T15:59:40.7664156Z 2022-09-27T15:59:40.7664231Z Generating XML reports... 2022-09-27T15:59:40.7704838Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestBroadcastAllOverride-20220927155939.xml 2022-09-27T15:59:40.7707311Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestDisabledTorchFunction-20220927155939.xml 2022-09-27T15:59:40.7709768Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestEinsumOverride-20220927155939.xml 2022-09-27T15:59:40.7712089Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestGradCheckOverride-20220927155939.xml 2022-09-27T15:59:40.7714406Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestGradNewOnesOverride-20220927155939.xml 2022-09-27T15:59:40.7719456Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestIndexing-20220927155939.xml 2022-09-27T15:59:40.7742245Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestIterator-20220927155939.xml 2022-09-27T15:59:40.7744699Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestNamedTuple-20220927155939.xml 2022-09-27T15:59:40.7746982Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestPickle-20220927155939.xml 2022-09-27T15:59:40.7749217Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestRNN-20220927155939.xml 2022-09-27T15:59:40.7751463Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestResolveName-20220927155939.xml 2022-09-27T15:59:40.7772381Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionMode-20220927155939.xml 2022-09-27T15:59:40.9333176Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionOverride-20220927155939.xml 2022-09-27T15:59:40.9334563Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionWarning-20220927155939.xml 2022-09-27T15:59:40.9337101Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestWrapTorchFunction-20220927155939.xml 2022-09-27T15:59:41.2257031Z Running test_namedtuple_return_api ... [2022-09-27 15:59:41.225293] 2022-09-27T15:59:41.2257582Z Executing ['/opt/conda/bin/python', '-bb', 'test_namedtuple_return_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:59:41.225376] 2022-09-27T15:59:42.4556535Z Test results will be stored in test-reports/python-unittest/test_namedtuple_return_api 2022-09-27T15:59:42.4566715Z 2022-09-27T15:59:42.4566886Z Running tests... 2022-09-27T15:59:42.4567319Z ---------------------------------------------------------------------- 2022-09-27T15:59:42.6804496Z test_import_return_types (__main__.TestNamedTupleAPI) ... ok (0.224s) 2022-09-27T15:59:42.6925491Z 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-27T15:59:42.6926314Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T15:59:42.6927391Z Q, R = torch.qr(A, some) 2022-09-27T15:59:42.6929119Z should be replaced with 2022-09-27T15:59:42.6929878Z 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:59:42.6930351Z ret1 = func(a, *op.input) 2022-09-27T15:59:42.6930815Z 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-27T15:59:42.6931433Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T15:59:42.6931772Z Q, R = torch.qr(A, some) 2022-09-27T15:59:42.6932026Z should be replaced with 2022-09-27T15:59:42.6932655Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2367.) 2022-09-27T15:59:42.6933136Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-09-27T15:59:42.6936870Z 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-27T15:59:42.6937495Z 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:59:42.6937920Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T15:59:42.6938586Z should be replaced with 2022-09-27T15:59:42.6939005Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T15:59:42.6939278Z and 2022-09-27T15:59:42.6939534Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T15:59:42.6939811Z should be replaced with 2022-09-27T15:59:42.6940459Z 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:59:42.6940890Z ret1 = func(a, *op.input) 2022-09-27T15:59:42.6941355Z 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-27T15:59:42.6941969Z 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:59:42.6942396Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T15:59:42.6942652Z should be replaced with 2022-09-27T15:59:42.6943041Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T15:59:42.6943319Z and 2022-09-27T15:59:42.6943754Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T15:59:42.6944041Z should be replaced with 2022-09-27T15:59:42.6944669Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2824.) 2022-09-27T15:59:42.6945127Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-09-27T15:59:42.6945650Z 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-27T15:59:42.6946254Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T15:59:42.6946815Z X = torch.triangular_solve(B, A).solution 2022-09-27T15:59:42.6947090Z should be replaced with 2022-09-27T15:59:42.6951361Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-09-27T15:59:42.6952006Z ret1 = func(a, *op.input) 2022-09-27T15:59:42.6952483Z 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-27T15:59:42.6953144Z torch.linalg.lstsq has reversed arguments and does not return the QR decomposition in the returned tuple (although it returns other information about the problem). 2022-09-27T15:59:42.6953649Z To get the qr decomposition consider using torch.linalg.qr. 2022-09-27T15:59:42.6954536Z The returned solution in torch.lstsq stored the residuals of the solution in the last m - n columns of the returned value whenever m > n. In torch.linalg.lstsq, the residuals in the field 'residuals' of the returned named tuple. 2022-09-27T15:59:42.6955139Z The unpacking of the solution, as in 2022-09-27T15:59:42.6955452Z X, _ = torch.lstsq(B, A).solution[:A.size(1)] 2022-09-27T15:59:42.6955726Z should be replaced with 2022-09-27T15:59:42.6956183Z X = torch.linalg.lstsq(A, B).solution (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:3799.) 2022-09-27T15:59:42.6956609Z ret1 = func(a, *op.input) 2022-09-27T15:59:42.6996005Z 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-27T15:59:42.6996554Z LU, pivots = torch.lu(A, compute_pivots) 2022-09-27T15:59:42.6996865Z should be replaced with 2022-09-27T15:59:42.6997187Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-09-27T15:59:42.6997457Z and 2022-09-27T15:59:42.6997755Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-09-27T15:59:42.6998073Z should be replaced with 2022-09-27T15:59:42.6998552Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1925.) 2022-09-27T15:59:42.6999027Z ret1 = func(a, *op.input) 2022-09-27T15:59:42.7000231Z ok (0.020s) 2022-09-27T15:59:44.0443025Z test_native_functions_yaml (__main__.TestNamedTupleAPI) ... ok (1.344s) 2022-09-27T15:59:44.0443340Z 2022-09-27T15:59:44.0443720Z ---------------------------------------------------------------------- 2022-09-27T15:59:44.0443975Z Ran 3 tests in 1.587s 2022-09-27T15:59:44.0444196Z 2022-09-27T15:59:44.0444292Z OK 2022-09-27T15:59:44.0444435Z 2022-09-27T15:59:44.0444575Z Generating XML reports... 2022-09-27T15:59:44.0472240Z Generated XML report: test-reports/python-unittest/test_namedtuple_return_api/TEST-TestNamedTupleAPI-20220927155942.xml 2022-09-27T15:59:44.3204242Z Running test_nestedtensor ... [2022-09-27 15:59:44.320051] 2022-09-27T15:59:44.3204780Z Executing ['/opt/conda/bin/python', '-bb', 'test_nestedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:59:44.320133] 2022-09-27T15:59:45.7842639Z Test results will be stored in test-reports/python-unittest/test_nestedtensor 2022-09-27T15:59:45.7859419Z 2022-09-27T15:59:45.7859804Z Running tests... 2022-09-27T15:59:45.7860432Z ---------------------------------------------------------------------- 2022-09-27T15:59:45.7880347Z 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-27T15:59:45.7881365Z nt = nested_tensor([t]) 2022-09-27T15:59:45.7899903Z ok (0.004s) 2022-09-27T15:59:45.7918709Z test_default_nested_tensor (__main__.TestNestedTensor) ... ok (0.002s) 2022-09-27T15:59:45.7930678Z test_dim (__main__.TestNestedTensor) ... ok (0.001s) 2022-09-27T15:59:45.7950473Z test_is_contiguous (__main__.TestNestedTensor) ... ok (0.002s) 2022-09-27T15:59:45.7961812Z test_nested_namespace (__main__.TestNestedTensor) ... ok (0.001s) 2022-09-27T15:59:45.7970466Z test_nested_tensor (__main__.TestNestedTensor) ... ok (0.001s) 2022-09-27T15:59:45.8028024Z test_nested_tensor_matching_dim (__main__.TestNestedTensor) ... ok (0.006s) 2022-09-27T15:59:45.8048468Z test_numel (__main__.TestNestedTensor) ... ok (0.002s) 2022-09-27T15:59:45.8074364Z test_repr_string (__main__.TestNestedTensor) ... ok (0.003s) 2022-09-27T15:59:45.8096977Z test_size (__main__.TestNestedTensor) ... ok (0.002s) 2022-09-27T15:59:45.8118670Z test_stride (__main__.TestNestedTensor) ... ok (0.002s) 2022-09-27T15:59:45.8127642Z test_to_padded_tensor_on_empty_tensor (__main__.TestNestedTensor) ... ok (0.001s) 2022-09-27T15:59:45.8138864Z test_unbind_0 (__main__.TestNestedTensor) ... ok (0.001s) 2022-09-27T15:59:45.8149447Z test_unbind_1 (__main__.TestNestedTensor) ... ok (0.001s) 2022-09-27T15:59:45.8160467Z test_unbind_3 (__main__.TestNestedTensor) ... ok (0.001s) 2022-09-27T15:59:45.8171421Z test_unbind_4 (__main__.TestNestedTensor) ... ok (0.001s) 2022-09-27T15:59:45.8203158Z test_unbind_dim (__main__.TestNestedTensor) ... ok (0.003s) 2022-09-27T15:59:45.8219242Z test_backward_for_add_op (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-09-27T15:59:45.8234223Z test_dropout_backward (__main__.TestNestedTensorAutograd) ... ok (0.001s) 2022-09-27T15:59:45.8255610Z test_nested_tensor_bmm_backward (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-09-27T15:59:45.8572002Z test_nested_tensor_bmm_gradcheck (__main__.TestNestedTensorAutograd) ... ok (0.032s) 2022-09-27T15:59:45.8601116Z test_nested_tensor_from_list (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-09-27T15:59:45.8625881Z test_nested_tensor_from_mask_and_to_padded (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-09-27T15:59:45.8647284Z test_nested_tensor_from_padded (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-09-27T15:59:45.8669114Z test_nested_tensor_from_padded_fused (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-09-27T15:59:45.8735695Z test_nested_tensor_linear (__main__.TestNestedTensorAutograd) ... ok (0.007s) 2022-09-27T15:59:45.8749783Z test_nested_tensor_linear_backward (__main__.TestNestedTensorAutograd) ... ok (0.001s) 2022-09-27T15:59:45.8772849Z test_nested_tensor_matmul_backward (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-09-27T15:59:45.9081883Z test_nested_tensor_matmul_gradcheck (__main__.TestNestedTensorAutograd) ... ok (0.031s) 2022-09-27T15:59:45.9096877Z test_nested_tensor_reshape_backward (__main__.TestNestedTensorAutograd) ... ok (0.001s) 2022-09-27T15:59:45.9110392Z 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-27T15:59:45.9111011Z f'Input #{idx} requires gradient and ' 2022-09-27T15:59:45.9111868Z /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-27T15:59:45.9112354Z f'Input #{idx} requires gradient and ' 2022-09-27T15:59:45.9240639Z ok (0.014s) 2022-09-27T15:59:45.9271046Z test_nested_tensor_softmax (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-09-27T15:59:45.9290859Z test_nested_tensor_to_padded_tensor (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-09-27T15:59:45.9305149Z test_nested_tensor_transpose_backward (__main__.TestNestedTensorAutograd) ... ok (0.001s) 2022-09-27T15:59:45.9424656Z test_nested_tensor_transpose_gradcheck (__main__.TestNestedTensorAutograd) ... ok (0.012s) 2022-09-27T15:59:45.9432023Z test_set_requires_grad_from_list (__main__.TestNestedTensorAutograd) ... ok (0.001s) 2022-09-27T15:59:45.9440007Z test_set_requires_grad_from_mask (__main__.TestNestedTensorAutograd) ... ok (0.001s) 2022-09-27T15:59:45.9494774Z test_size_dim (__main__.TestNestedTensorAutograd) ... ok (0.005s) 2022-09-27T15:59:45.9523000Z test_to_buffer_series_ops_grad_with_broadcast (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-09-27T15:59:45.9553601Z test_unbind_flow_through (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-09-27T15:59:45.9579011Z test_values_grad_with_broadcast (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-09-27T15:59:46.0106932Z test_bmm_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.053s) 2022-09-27T15:59:46.0625537Z test_bmm_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.052s) 2022-09-27T15:59:46.0641997Z test_bmm_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.0658039Z test_bmm_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.0727664Z test_clone_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-09-27T15:59:46.0790984Z test_clone_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:59:46.0813624Z test_detach_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.0835524Z test_detach_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.0857123Z test_detach_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.0865284Z test_device_checks_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:59:46.0923182Z test_dropout_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:59:46.0978295Z test_dropout_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:59:46.0996897Z test_dropout_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.1015326Z test_dropout_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.1040187Z test_embedding_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.1127812Z test_layer_norm_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.009s) 2022-09-27T15:59:46.1365745Z test_linear_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:59:46.1590289Z test_linear_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:59:46.1642278Z test_linear_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:59:46.1691663Z test_linear_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:59:46.2325760Z 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-27T15:59:46.2326826Z actual = torch.nested.to_padded_tensor(torch.matmul(nt0, nt1), 0.0) 2022-09-27T15:59:46.2327792Z 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-27T15:59:46.2328756Z actual = torch.nested.to_padded_tensor(torch.matmul(nt0, nt1), 0.0) 2022-09-27T15:59:46.2329639Z ok (0.064s) 2022-09-27T15:59:46.2960817Z test_matmul_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.063s) 2022-09-27T15:59:46.2978471Z test_matmul_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.2994441Z test_matmul_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.3010758Z test_nested_tensor_add_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.3027359Z test_nested_tensor_add_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.3042951Z test_nested_tensor_add_in_place_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.3058521Z test_nested_tensor_add_in_place_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.3486858Z test_nested_tensor_indexing_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.043s) 2022-09-27T15:59:46.3910777Z test_nested_tensor_indexing_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.042s) 2022-09-27T15:59:46.4332353Z test_nested_tensor_indexing_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.042s) 2022-09-27T15:59:46.4350936Z test_nested_tensor_indexing_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.4369502Z test_nested_tensor_indexing_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.4386405Z test_nested_tensor_indexing_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.4479161Z test_nested_tensor_mul_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.009s) 2022-09-27T15:59:46.4564893Z test_nested_tensor_mul_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.009s) 2022-09-27T15:59:46.4673899Z test_nested_tensor_mul_in_place_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.011s) 2022-09-27T15:59:46.4778667Z test_nested_tensor_mul_in_place_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.010s) 2022-09-27T15:59:46.4966168Z test_nested_tensor_sum_dim_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:59:46.5112683Z test_reshape_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.015s) 2022-09-27T15:59:46.5255755Z test_reshape_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:59:46.5396568Z test_reshape_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:59:46.5487781Z test_scaled_dot_product_attention_input_dim_3_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.009s) 2022-09-27T15:59:46.5579436Z test_scaled_dot_product_attention_input_dim_4_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.009s) 2022-09-27T15:59:46.5902651Z test_softmax_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:59:46.6223487Z test_softmax_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:59:46.6238434Z test_softmax_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:59:46.6254279Z test_softmax_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:59:46.6277265Z test_to_padded_tensor_dim2_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.6296130Z test_to_padded_tensor_dim2_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.6314969Z test_to_padded_tensor_dim2_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.6335843Z test_to_padded_tensor_dim3_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.6354353Z test_to_padded_tensor_dim3_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.6373487Z test_to_padded_tensor_dim3_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.6443490Z test_to_padded_tensor_dim4_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-09-27T15:59:46.6480589Z test_to_padded_tensor_dim4_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:59:46.6519553Z test_to_padded_tensor_dim4_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:59:46.6570076Z test_to_padded_tensor_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:59:46.6618951Z test_to_padded_tensor_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:59:46.6667481Z test_to_padded_tensor_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:59:46.6690067Z test_to_padded_tensor_output_size_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.6713330Z test_to_padded_tensor_output_size_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.6733488Z test_to_padded_tensor_simple_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.6754004Z test_to_padded_tensor_simple_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.6773188Z test_to_then_from_padded_tensor_no_transform0213_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.6997260Z test_transpose_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:59:46.7219557Z test_transpose_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:59:46.7441645Z test_transpose_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:59:46.7460654Z test_transpose_inference_mode_interaction_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.7479150Z test_transpose_inference_mode_interaction_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.7497776Z test_transpose_inference_mode_interaction_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.7514084Z test_unbind_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.7531845Z test_unbind_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.7547666Z test_unbind_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.7838003Z test_view_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.029s) 2022-09-27T15:59:46.8127190Z test_view_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.029s) 2022-09-27T15:59:46.8414556Z test_view_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.029s) 2022-09-27T15:59:46.8435367Z test_view_inference_mode_interaction_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.8455828Z test_view_inference_mode_interaction_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.8476373Z test_view_inference_mode_interaction_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:59:46.8476760Z 2022-09-27T15:59:46.8477223Z ---------------------------------------------------------------------- 2022-09-27T15:59:46.8477676Z Ran 121 tests in 1.062s 2022-09-27T15:59:46.8477891Z 2022-09-27T15:59:46.8478005Z OK 2022-09-27T15:59:46.8478131Z 2022-09-27T15:59:46.8478219Z Generating XML reports... 2022-09-27T15:59:46.8527127Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensor-20220927155945.xml 2022-09-27T15:59:46.8546793Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorAutograd-20220927155945.xml 2022-09-27T15:59:46.8604116Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorDeviceTypeCPU-20220927155945.xml 2022-09-27T15:59:47.1139487Z Running test_datapipe ... [2022-09-27 15:59:47.113552] 2022-09-27T15:59:47.1140003Z Executing ['/opt/conda/bin/python', '-bb', 'test_datapipe.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:59:47.113631] 2022-09-27T15:59:48.3454273Z Test results will be stored in test-reports/python-unittest/test_datapipe 2022-09-27T15:59:48.3479259Z 2022-09-27T15:59:48.3479664Z Running tests... 2022-09-27T15:59:48.3480296Z ---------------------------------------------------------------------- 2022-09-27T15:59:48.3484007Z test_basic_capture (__main__.TestCaptureDataFrame) ... skip: no dataframes (pandas) (0.000s) 2022-09-27T15:59:48.3521138Z test_circular_serialization_with_dill (__main__.TestCircularSerialization) ... skip: no dill (0.004s) 2022-09-27T15:59:48.5878602Z test_circular_serialization_with_pickle (__main__.TestCircularSerialization) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:264: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-09-27T15:59:48.5879288Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-09-27T15:59:48.5939226Z ok (0.242s) 2022-09-27T15:59:48.5947168Z test_as_string (__main__.TestDataChunk) ... ok (0.001s) 2022-09-27T15:59:48.5954858Z test_getitem (__main__.TestDataChunk) ... ok (0.001s) 2022-09-27T15:59:48.5961739Z test_iter (__main__.TestDataChunk) ... ok (0.001s) 2022-09-27T15:59:48.5965563Z test_len (__main__.TestDataChunk) ... ok (0.000s) 2022-09-27T15:59:48.5974045Z test_random_shuffle (__main__.TestDataChunk) ... ok (0.001s) 2022-09-27T15:59:48.5982335Z test_reverse (__main__.TestDataChunk) ... ok (0.001s) 2022-09-27T15:59:48.5989861Z test_sort (__main__.TestDataChunk) ... ok (0.001s) 2022-09-27T15:59:48.5995711Z test_batch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-09-27T15:59:48.6001009Z test_capture (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-09-27T15:59:48.6009353Z test_collate (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-09-27T15:59:48.6013808Z test_filter (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-09-27T15:59:48.6018683Z test_shuffle (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-09-27T15:59:48.6022790Z test_unbatch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-09-27T15:59:48.6056512Z test_batch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-09-27T15:59:48.6086848Z test_collate_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:59:48.6087383Z "Local function is not supported by pickle, please use " 2022-09-27T15:59:48.6107074Z ok (0.005s) 2022-09-27T15:59:48.6140692Z test_concat_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-09-27T15:59:48.6215448Z test_demux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:59:48.6215972Z "Local function is not supported by pickle, please use " 2022-09-27T15:59:48.6222723Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:59:48.6223287Z "Local function is not supported by pickle, please use " 2022-09-27T15:59:48.6230616Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:59:48.6231113Z "Local function is not supported by pickle, please use " 2022-09-27T15:59:48.6240942Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:59:48.6241375Z "Local function is not supported by pickle, please use " 2022-09-27T15:59:48.6248689Z ok (0.011s) 2022-09-27T15:59:48.6315434Z test_filter_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.007s) 2022-09-27T15:59:48.6447753Z test_fork_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.013s) 2022-09-27T15:59:48.6472278Z test_iterable_wrapper_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.002s) 2022-09-27T15:59:48.6677463Z test_map_dict_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.020s) 2022-09-27T15:59:48.6695026Z test_map_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:59:48.6695576Z "Local function is not supported by pickle, please use " 2022-09-27T15:59:48.6736057Z ok (0.006s) 2022-09-27T15:59:48.7126419Z test_map_tuple_list_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.039s) 2022-09-27T15:59:48.7152458Z test_mux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-09-27T15:59:48.7167605Z test_sampler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.001s) 2022-09-27T15:59:48.7266482Z test_serializable (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:264: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-09-27T15:59:48.7267052Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-09-27T15:59:48.7501875Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:264: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-09-27T15:59:48.7502416Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-09-27T15:59:48.7656966Z ok (0.049s) 2022-09-27T15:59:48.7677652Z test_serializable_with_dill (__main__.TestFunctionalIterDataPipe) 2022-09-27T15:59:48.7804755Z Only for DataPipes that take in a function as argument ... ok (0.015s) 2022-09-27T15:59:48.7868673Z test_shuffler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.006s) 2022-09-27T15:59:48.7884180Z test_stream_reader_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.002s) 2022-09-27T15:59:48.7933930Z test_unbatch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.005s) 2022-09-27T15:59:48.7961351Z test_zip_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-09-27T15:59:48.7994575Z test_batch_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.003s) 2022-09-27T15:59:48.8016420Z test_concat_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.002s) 2022-09-27T15:59:48.8028815Z test_map_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:59:48.8029499Z "Local function is not supported by pickle, please use " 2022-09-27T15:59:48.8050395Z ok (0.003s) 2022-09-27T15:59:48.8072641Z test_sequence_wrapper_datapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.002s) 2022-09-27T15:59:48.8175591Z test_serializable (__main__.TestFunctionalMapDataPipe) ... ok (0.010s) 2022-09-27T15:59:48.8187102Z test_serializable_with_dill (__main__.TestFunctionalMapDataPipe) 2022-09-27T15:59:48.8214005Z Only for DataPipes that take in a function as argument ... ok (0.004s) 2022-09-27T15:59:48.8260393Z test_shuffler_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.005s) 2022-09-27T15:59:48.8283644Z test_zip_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.002s) 2022-09-27T15:59:48.8294374Z test_simple_traverse (__main__.TestGraph) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:59:48.8294970Z "Local function is not supported by pickle, please use " 2022-09-27T15:59:48.8298400Z ok (0.001s) 2022-09-27T15:59:48.8313750Z test_traverse_circular_datapipe (__main__.TestGraph) ... ok (0.001s) 2022-09-27T15:59:48.8344093Z test_traverse_forked (__main__.TestGraph) ... ok (0.003s) 2022-09-27T15:59:48.8356787Z test_traverse_mapdatapipe (__main__.TestGraph) ... ok (0.001s) 2022-09-27T15:59:48.8367354Z test_traverse_mixdatapipe (__main__.TestGraph) ... ok (0.001s) 2022-09-27T15:59:48.8380567Z test_traverse_unhashable_datapipe (__main__.TestGraph) ... ok (0.001s) 2022-09-27T15:59:48.8389501Z test_iterdatapipe_sample_yielded_generator_function (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-09-27T15:59:48.8403743Z test_iterdatapipe_sample_yielded_generator_function_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-09-27T15:59:48.8415556Z test_iterdatapipe_sample_yielded_next (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-09-27T15:59:48.8430096Z test_iterdatapipe_sample_yielded_next_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-09-27T15:59:48.8441444Z test_iterdatapipe_sample_yielded_return_self (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-09-27T15:59:48.8454419Z test_simple_snapshot_custom_non_generator (__main__.TestIterDataPipeGraphFastForward) ... ok (0.001s) 2022-09-27T15:59:48.8468349Z test_simple_snapshot_custom_self_next (__main__.TestIterDataPipeGraphFastForward) ... ok (0.001s) 2022-09-27T15:59:48.8599318Z test_simple_snapshot_graph (__main__.TestIterDataPipeGraphFastForward) ... ok (0.013s) 2022-09-27T15:59:48.8634970Z test_simple_snapshot_graph_repeated (__main__.TestIterDataPipeGraphFastForward) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:264: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-09-27T15:59:48.8635656Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-09-27T15:59:48.8655432Z ok (0.006s) 2022-09-27T15:59:48.8771631Z test_simple_snapshot_graph_with_serialization (__main__.TestIterDataPipeGraphFastForward) ... ok (0.012s) 2022-09-27T15:59:48.8781126Z test_iterdatapipe_singleton_buggy (__main__.TestIterDataPipeSingletonConstraint) 2022-09-27T15:59:48.8799715Z Buggy test case case where IterDataPipe's `__iter__` returns a new object, but also has ... ok (0.003s) 2022-09-27T15:59:48.8826834Z test_iterdatapipe_singleton_constraint_multiple_outputs (__main__.TestIterDataPipeSingletonConstraint) 2022-09-27T15:59:48.8872068Z Testing for the case where IterDataPipe has multiple child DataPipes as outputs. ... ok (0.007s) 2022-09-27T15:59:48.8877286Z test_iterdatapipe_singleton_generator (__main__.TestIterDataPipeSingletonConstraint) 2022-09-27T15:59:48.8903802Z Testing for the case where IterDataPipe's `__iter__` is a generator function. ... ok (0.003s) 2022-09-27T15:59:48.8913125Z test_iterdatapipe_singleton_new_object (__main__.TestIterDataPipeSingletonConstraint) 2022-09-27T15:59:48.8924011Z Testing for the case where IterDataPipe's `__iter__` isn't a generator nor returns `self`, ... ok (0.002s) 2022-09-27T15:59:48.8934058Z test_iterdatapipe_singleton_self_next (__main__.TestIterDataPipeSingletonConstraint) 2022-09-27T15:59:48.8962732Z Testing for the case where IterDataPipe's `__iter__` returns `self` and there is a `__next__` method ... ok (0.004s) 2022-09-27T15:59:48.9009360Z test_demux_mux_datapipe (__main__.TestIterableDataPipeBasic) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:59:48.9009887Z "Local function is not supported by pickle, please use " 2022-09-27T15:59:48.9049809Z ok (0.009s) 2022-09-27T15:59:48.9153766Z test_groupby_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.010s) 2022-09-27T15:59:48.9219189Z test_listdirfiles_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.007s) 2022-09-27T15:59:48.9285145Z test_listdirfilesdeterministic_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.007s) 2022-09-27T15:59:48.9345995Z test_map_with_col_file_handle_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.006s) 2022-09-27T15:59:48.9422064Z test_openfilesfromdisk_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.008s) 2022-09-27T15:59:48.9476072Z test_routeddecoder_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.005s) 2022-09-27T15:59:48.9482061Z test_spawn_lambdas_iter (__main__.TestSerialization) ... skip: no dill (0.001s) 2022-09-27T15:59:48.9487025Z test_spawn_lambdas_map (__main__.TestSerialization) ... skip: no dill (0.000s) 2022-09-27T15:59:48.9918993Z test_old_dataloader (__main__.TestSharding) ... ok (0.043s) 2022-09-27T15:59:48.9941666Z test_sharding_length (__main__.TestSharding) ... ok (0.002s) 2022-09-27T15:59:48.9977859Z test_simple_sharding (__main__.TestSharding) ... ok (0.004s) 2022-09-27T15:59:48.9991118Z test_api (__main__.TestStreamWrapper) ... ok (0.001s) 2022-09-27T15:59:48.9998620Z test_dir (__main__.TestStreamWrapper) ... ok (0.001s) 2022-09-27T15:59:49.0010967Z test_pickle (__main__.TestStreamWrapper) ... ok (0.001s) 2022-09-27T15:59:49.0021282Z test_repr (__main__.TestStreamWrapper) ... ok (0.001s) 2022-09-27T15:59:49.0055517Z test_compile_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.003s) 2022-09-27T15:59:49.0065132Z test_construct_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-09-27T15:59:49.0072531Z test_isinstance (__main__.TestTyping) ... ok (0.001s) 2022-09-27T15:59:49.0089160Z test_issubinstance (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-09-27T15:59:49.0097308Z test_protocol (__main__.TestTyping) ... ok (0.001s) 2022-09-27T15:59:49.0107067Z test_reinforce (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-09-27T15:59:49.0118517Z test_runtime (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-09-27T15:59:49.0135231Z test_subtype (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-09-27T15:59:49.0136507Z 2022-09-27T15:59:49.0136959Z ---------------------------------------------------------------------- 2022-09-27T15:59:49.0137242Z Ran 87 tests in 0.666s 2022-09-27T15:59:49.0137360Z 2022-09-27T15:59:49.0137422Z OK (skipped=16) 2022-09-27T15:59:49.0137533Z 2022-09-27T15:59:49.0137620Z Generating XML reports... 2022-09-27T15:59:49.0168312Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestCircularSerialization-20220927155948.xml 2022-09-27T15:59:49.0174587Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestDataChunk-20220927155948.xml 2022-09-27T15:59:49.0191262Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestFunctionalIterDataPipe-20220927155948.xml 2022-09-27T15:59:49.0199436Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestFunctionalMapDataPipe-20220927155948.xml 2022-09-27T15:59:49.0205574Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestGraph-20220927155948.xml 2022-09-27T15:59:49.0211427Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeCountSampleYielded-20220927155948.xml 2022-09-27T15:59:49.0233713Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeGraphFastForward-20220927155948.xml 2022-09-27T15:59:49.0240180Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeSingletonConstraint-20220927155948.xml 2022-09-27T15:59:49.0246718Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterableDataPipeBasic-20220927155948.xml 2022-09-27T15:59:49.0250370Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestSharding-20220927155948.xml 2022-09-27T15:59:49.0254676Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestStreamWrapper-20220927155948.xml 2022-09-27T15:59:49.0264087Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestTyping-20220927155948.xml 2022-09-27T15:59:49.0266616Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestCaptureDataFrame-20220927155948.xml 2022-09-27T15:59:49.0273524Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestDataFramesPipes-20220927155948.xml 2022-09-27T15:59:49.0276900Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestSerialization-20220927155948.xml 2022-09-27T15:59:49.3285905Z Running test_fake_tensor ... [2022-09-27 15:59:49.328103] 2022-09-27T15:59:49.3286508Z Executing ['/opt/conda/bin/python', '-bb', 'test_fake_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:59:49.328182] 2022-09-27T15:59:50.5776449Z Test results will be stored in test-reports/python-unittest/test_fake_tensor 2022-09-27T15:59:50.5789301Z 2022-09-27T15:59:50.5789755Z Running tests... 2022-09-27T15:59:50.5790171Z ---------------------------------------------------------------------- 2022-09-27T15:59:50.8120321Z test_aliased_const_write (__main__.FakeTensorConstHandling) ... ok (0.233s) 2022-09-27T15:59:50.8142590Z test_constant_invalidation (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-09-27T15:59:50.8159412Z test_inplace_add (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-09-27T15:59:50.8175305Z test_inplace_view_invalidation (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-09-27T15:59:50.8195297Z test_shared_storage_invalidation (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-09-27T15:59:50.8209701Z test_shared_storages (__main__.FakeTensorConstHandling) ... ok (0.001s) 2022-09-27T15:59:50.8220620Z test_simple (__main__.FakeTensorConstHandling) ... ok (0.001s) 2022-09-27T15:59:50.8233129Z test_dead_key (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-09-27T15:59:50.8245748Z test_dead_weak_ref (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-09-27T15:59:50.8253890Z test_memoized_conversion_from_meta (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-09-27T15:59:50.8262542Z test_memoized_conversion_to_meta (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-09-27T15:59:50.8285896Z test_no_active_mode (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-09-27T15:59:50.8298993Z test_no_ref_cycle (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-09-27T15:59:50.8314399Z test_separate_mode_error (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-09-27T15:59:50.8331291Z test_separate_tensor_storages_non_view (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-09-27T15:59:50.8343030Z test_separate_tensor_storages_view (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-09-27T15:59:50.8484261Z test_like_ops (__main__.FakeTensorOperatorInvariants) ... ok (0.014s) 2022-09-27T15:59:50.9087316Z test_non_kwarg_only_device (__main__.FakeTensorOperatorInvariants) ... ok (0.060s) 2022-09-27T15:59:50.9258967Z test_sparse_new (__main__.FakeTensorOperatorInvariants) ... expected failure (0.017s) 2022-09-27T15:59:51.0356163Z test_tensor_constructors_all_have_kwarg_device (__main__.FakeTensorOperatorInvariants) ... ok (0.110s) 2022-09-27T15:59:51.0383884Z test_basic (__main__.FakeTensorTest) ... ok (0.003s) 2022-09-27T15:59:51.0406405Z test_binary_op_type_promotion (__main__.FakeTensorTest) ... ok (0.002s) 2022-09-27T15:59:51.0418020Z test_constructor (__main__.FakeTensorTest) ... ok (0.001s) 2022-09-27T15:59:51.0431096Z test_cpu_fallback (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-09-27T15:59:51.0454166Z test_cudnn_rnn (__main__.FakeTensorTest) ... skip: requires cuda (0.002s) 2022-09-27T15:59:51.0467375Z test_data_dependent_operator (__main__.FakeTensorTest) ... ok (0.001s) 2022-09-27T15:59:51.0519343Z test_deepcopy (__main__.FakeTensorTest) ... ok (0.005s) 2022-09-27T15:59:51.0540085Z test_fake_dispatch_keys (__main__.FakeTensorTest) ... ok (0.002s) 2022-09-27T15:59:51.0552373Z test_fake_grad_copy (__main__.FakeTensorTest) ... ok (0.001s) 2022-09-27T15:59:51.0567904Z test_fake_mode_error (__main__.FakeTensorTest) ... ok (0.002s) 2022-09-27T15:59:51.0576370Z test_fallback_memory_prop (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-09-27T15:59:51.0592186Z test_from_numpy (__main__.FakeTensorTest) ... ok (0.002s) 2022-09-27T15:59:51.0597218Z test_index_cuda_with_cpu (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-09-27T15:59:51.0602601Z test_like_constructor (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-09-27T15:59:51.0615630Z test_mode (__main__.FakeTensorTest) ... ok (0.001s) 2022-09-27T15:59:51.0698957Z test_nan_to_num (__main__.FakeTensorTest) ... ok (0.008s) 2022-09-27T15:59:51.0705267Z test_new (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-09-27T15:59:51.0710746Z test_non_kwarg_device (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-09-27T15:59:51.0715016Z test_normalize_device (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-09-27T15:59:51.0729052Z test_parameter_instantiation (__main__.FakeTensorTest) ... ok (0.001s) 2022-09-27T15:59:51.0745078Z test_randperm (__main__.FakeTensorTest) ... ok (0.002s) 2022-09-27T15:59:51.0749363Z test_setitem (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-09-27T15:59:51.0755195Z test_shape_take_not_device (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-09-27T15:59:51.0760566Z test_throw (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-09-27T15:59:51.0765952Z test_type_as (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-09-27T15:59:51.0770907Z test_zero_dim (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-09-27T15:59:51.0771380Z 2022-09-27T15:59:51.0771837Z ---------------------------------------------------------------------- 2022-09-27T15:59:51.0772301Z Ran 46 tests in 0.498s 2022-09-27T15:59:51.0772535Z 2022-09-27T15:59:51.0772902Z OK (skipped=13, expected failures=1) 2022-09-27T15:59:51.0773051Z 2022-09-27T15:59:51.0773126Z Generating XML reports... 2022-09-27T15:59:51.0801497Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConstHandling-20220927155950.xml 2022-09-27T15:59:51.0810297Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConverterTest-20220927155950.xml 2022-09-27T15:59:51.0815253Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorOperatorInvariants-20220927155950.xml 2022-09-27T15:59:51.0837374Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorTest-20220927155950.xml 2022-09-27T15:59:51.3679502Z Running test_subclass ... [2022-09-27 15:59:51.367595] 2022-09-27T15:59:51.3680104Z Executing ['/opt/conda/bin/python', '-bb', 'test_subclass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:59:51.367676] 2022-09-27T15:59:52.5647930Z Test results will be stored in test-reports/python-unittest/test_subclass 2022-09-27T15:59:52.5662683Z 2022-09-27T15:59:52.5663021Z Running tests... 2022-09-27T15:59:52.5663685Z ---------------------------------------------------------------------- 2022-09-27T15:59:52.8034684Z test_deepcopy_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.237s) 2022-09-27T15:59:52.8050715Z test_deepcopy_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:52.8077853Z test_deepcopy_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T15:59:52.8102343Z test_deepcopy_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:52.8125477Z test_deepcopy_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:52.8147946Z test_deepcopy_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:52.8164532Z test_deepcopy_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:52.8180485Z test_deepcopy_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:52.8212819Z test_deepcopy_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T15:59:52.8244921Z test_deepcopy_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T15:59:52.8258557Z test_lazy_module_base_tensor (__main__.TestSubclass) ... expected failure (0.001s) 2022-09-27T15:59:52.8273813Z test_lazy_module_diag_tensor_below (__main__.TestSubclass) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:59:52.8274755Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:59:52.8283545Z expected failure (0.002s) 2022-09-27T15:59:52.8302655Z test_lazy_module_logging_tensor (__main__.TestSubclass) ... expected failure (0.002s) 2022-09-27T15:59:52.8320259Z test_lazy_module_non_wrapper_tensor (__main__.TestSubclass) ... expected failure (0.002s) 2022-09-27T15:59:52.8339744Z test_lazy_module_sparse_tensor (__main__.TestSubclass) ... expected failure (0.002s) 2022-09-27T15:59:52.8367461Z test_module_optimization_base_tensor (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T15:59:52.8425464Z test_module_optimization_diag_tensor_below (__main__.TestSubclass) ... ok (0.006s) 2022-09-27T15:59:52.8470203Z test_module_optimization_logging_tensor (__main__.TestSubclass) ... ok (0.004s) 2022-09-27T15:59:52.8500874Z test_module_optimization_non_wrapper_tensor (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T15:59:52.8571841Z test_module_optimization_sparse_tensor (__main__.TestSubclass) ... ok (0.007s) 2022-09-27T15:59:52.8588857Z test_non_rewrapping_torch_dispatch_subclass_as_parameter_throws_for_detach (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:52.8600532Z test_param_invariants_base_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:52.8611019Z test_param_invariants_base_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:52.8623268Z test_param_invariants_diag_tensor_below_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:52.8635459Z test_param_invariants_diag_tensor_below_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:52.8647232Z test_param_invariants_logging_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:52.8659054Z test_param_invariants_logging_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:52.8669977Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:52.8681108Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:52.8694253Z test_param_invariants_sparse_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:52.8707750Z test_param_invariants_sparse_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:52.8725999Z test_parametrization_base_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:52.8743505Z test_parametrization_base_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:52.8756977Z test_parametrization_diag_tensor_below_leave_parametrized_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:52.8770273Z test_parametrization_diag_tensor_below_leave_parametrized_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:52.8783718Z test_parametrization_logging_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:52.8797062Z test_parametrization_logging_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:52.8815761Z test_parametrization_non_wrapper_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:52.8834637Z test_parametrization_non_wrapper_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:52.8862487Z test_parametrization_sparse_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T15:59:52.8890424Z test_parametrization_sparse_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T15:59:52.8903577Z test_repr_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:52.8916247Z test_repr_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:52.8929665Z test_repr_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:52.8944590Z test_repr_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:52.8957772Z test_repr_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:52.8972098Z test_repr_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:52.8985096Z test_repr_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:52.8998332Z test_repr_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:52.9012633Z test_repr_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:52.9028925Z test_repr_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:52.9049306Z test_serialization_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:52.9066874Z test_serialization_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:52.9095029Z test_serialization_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T15:59:52.9122189Z test_serialization_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T15:59:52.9146324Z test_serialization_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:52.9171661Z test_serialization_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:52.9190159Z test_serialization_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:52.9209297Z test_serialization_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:52.9242383Z test_serialization_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T15:59:52.9277868Z test_serialization_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T15:59:52.9288172Z test_type_propagation_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:52.9298585Z test_type_propagation_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:52.9309737Z test_type_propagation_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:52.9322113Z test_type_propagation_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:52.9333198Z test_type_propagation_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:52.9345347Z test_type_propagation_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:52.9355638Z test_type_propagation_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:52.9366232Z test_type_propagation_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:52.9377876Z test_type_propagation_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:52.9391109Z test_type_propagation_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:52.9391497Z 2022-09-27T15:59:52.9391977Z ---------------------------------------------------------------------- 2022-09-27T15:59:52.9392392Z Ran 71 tests in 0.373s 2022-09-27T15:59:52.9392513Z 2022-09-27T15:59:52.9392600Z OK (expected failures=5) 2022-09-27T15:59:52.9392718Z 2022-09-27T15:59:52.9392802Z Generating XML reports... 2022-09-27T15:59:52.9475971Z Generated XML report: test-reports/python-unittest/test_subclass/TEST-TestSubclass-20220927155952.xml 2022-09-27T15:59:53.2059968Z Running test_fx_passes ... [2022-09-27 15:59:53.205621] 2022-09-27T15:59:53.2060542Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_passes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:59:53.205700] 2022-09-27T15:59:54.4102607Z Test results will be stored in test-reports/python-unittest/test_fx_passes 2022-09-27T15:59:54.4115002Z 2022-09-27T15:59:54.4115235Z Running tests... 2022-09-27T15:59:54.4115589Z ---------------------------------------------------------------------- 2022-09-27T15:59:54.6523208Z test_fuser_util_partition_[['add', 'add_1', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.240s) 2022-09-27T15:59:54.6585896Z test_fuser_util_partition_[['add', 'add_1'], ['add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-09-27T15:59:54.6645394Z test_fuser_util_partition_[['add', 'linear', 'add_1', 'param', 'add_2', 'add_3', 'add_4', 'linear2', 'add_5', 'add_6', 'relu']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-09-27T15:59:54.6701517Z test_fuser_util_partition_[['add_2', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-09-27T15:59:54.6755904Z test_fuser_util_partition_[['add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-09-27T15:59:54.6810704Z test_fuser_util_partition_[['add_4', 'add_1', 'add_3', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-09-27T15:59:54.6870789Z test_fuser_util_partition_[['add_5', 'add_6'], ['add_1', 'add_2', 'add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-09-27T15:59:54.6924749Z test_fuser_util_partition_[['add_5', 'linear2']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-09-27T15:59:54.6978908Z test_fuser_util_partition_[['add_6', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-09-27T15:59:54.7036753Z test_fuser_util_partition_[['add_6', 'relu']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-09-27T15:59:54.7094528Z test_fuser_util_partition_[['param', 'add_1', 'linear']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-09-27T15:59:54.7148238Z test_fuser_util_partition_[['param', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-09-27T15:59:54.7179923Z test_fuser_util_xfail_partition_[['add', 'add_1', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-09-27T15:59:54.7216177Z test_fuser_util_xfail_partition_[['add', 'add_1'], ['add_1', 'add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-09-27T15:59:54.7253308Z test_fuser_util_xfail_partition_[['add_4', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-09-27T15:59:54.7282637Z test_fuser_util_xfail_partition_[['relu', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-09-27T15:59:54.7344803Z test_partitioner_fn__expected_partition_[['add_7', 'add_6'], ['add_5', 'add_4', 'add_3'], ['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-09-27T15:59:54.7465833Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.012s) 2022-09-27T15:59:54.7515123Z test_partitioner_fn__expected_partition_[['add_1'], ['add']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-09-27T15:59:54.7564697Z test_partitioner_fn__expected_partition_[['add_3', 'add_2'], ['add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-09-27T15:59:54.7607962Z test_partitioner_fn__expected_partition_[['add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-09-27T15:59:54.7650123Z test_partitioner_fn__expected_partition_[['add']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-09-27T15:59:54.7695131Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-09-27T15:59:54.7738022Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-09-27T15:59:54.7785628Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-09-27T15:59:54.7808873Z test_partitioner_xfail_fn__expected_partition_[['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.002s) 2022-09-27T15:59:54.7834190Z test_partitioner_xfail_fn__expected_partition_[['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.002s) 2022-09-27T15:59:54.7873569Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T15:59:54.7911518Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T15:59:54.7951747Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T15:59:54.7987793Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T15:59:54.8025279Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T15:59:54.8064253Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T15:59:54.8111768Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-09-27T15:59:54.8145976Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.003s) 2022-09-27T15:59:54.8184581Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T15:59:54.8231482Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-09-27T15:59:54.8268140Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T15:59:54.8305039Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T15:59:54.8349085Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T15:59:54.8384729Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T15:59:54.8385098Z 2022-09-27T15:59:54.8385428Z ---------------------------------------------------------------------- 2022-09-27T15:59:54.8385821Z Ran 41 tests in 0.427s 2022-09-27T15:59:54.8386001Z 2022-09-27T15:59:54.8386102Z OK 2022-09-27T15:59:54.8386249Z 2022-09-27T15:59:54.8386402Z Generating XML reports... 2022-09-27T15:59:54.8428350Z Generated XML report: test-reports/python-unittest/test_fx_passes/TEST-TestFXGraphPasses-20220927155954.xml 2022-09-27T15:59:54.8440187Z Generated XML report: test-reports/python-unittest/test_fx_passes/TEST-TestFXMatcherUtils-20220927155954.xml 2022-09-27T15:59:55.1045660Z Running test_quantization ... [2022-09-27 15:59:55.104144] 2022-09-27T15:59:55.1046214Z Executing ['/opt/conda/bin/python', '-bb', 'test_quantization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:59:55.104223] 2022-09-27T15:59:56.9606497Z /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:59:56.9607050Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:59:57.0213247Z Test results will be stored in test-reports/python-unittest/test_quantization 2022-09-27T15:59:57.0300778Z 2022-09-27T15:59:57.0300877Z Running tests... 2022-09-27T15:59:57.0301681Z ---------------------------------------------------------------------- 2022-09-27T15:59:57.0309556Z test_functional_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T15:59:57.0402441Z Tests the migration of the torch.nn.quantized.functional ... ok (0.010s) 2022-09-27T15:59:57.0409313Z test_import_nn_qat_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:59:57.0415349Z test_import_nn_qat_dynamic_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:59:57.0421290Z test_import_nn_qat_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:59:57.0427091Z test_import_nn_qat_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:59:57.0434504Z test_import_nn_quantizable_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:59:57.0441899Z test_import_nn_quantizable_rnn (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:59:57.0449324Z test_import_nn_quantized_dynamic_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:59:57.0457369Z test_modules_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:59:57.0464800Z test_modules_batchnorm (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:59:57.0472784Z test_modules_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:59:57.0480118Z test_modules_dropout (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:59:57.0487704Z test_modules_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:59:57.0495290Z test_modules_functional_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:59:57.0504384Z test_modules_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:59:57.0511634Z test_modules_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:59:57.0519278Z test_modules_normalization (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:59:57.0525983Z test_modules_utils (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:59:57.0531785Z test_package_import_nn_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:59:57.0534745Z test_package_import_nn_qat_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T15:59:57.0539229Z Tests the migration of the torch.nn.qat.modules ... ok (0.001s) 2022-09-27T15:59:57.0542566Z test_package_import_nn_qat_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T15:59:57.0547123Z Tests the migration of the torch.nn.qat.modules ... ok (0.001s) 2022-09-27T15:59:57.0552881Z test_package_import_nn_quantizable (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:59:57.0555752Z test_package_import_nn_quantizable_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T15:59:57.0560140Z Tests the migration of the torch.nn.quantizable.modules ... ok (0.001s) 2022-09-27T15:59:57.0567625Z test_package_import_nn_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:59:57.0573402Z test_package_import_nn_quantized_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:59:57.0576800Z test_package_import_nn_quantized_dynamic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T15:59:57.0585957Z Tests the migration of the torch.nn.quantized.modules ... ok (0.001s) 2022-09-27T15:59:57.0591693Z test_package_import_nn_quantized_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T15:59:57.0597978Z Tests the migration of the torch.nn.quantized.modules ... ok (0.001s) 2022-09-27T15:59:57.0607464Z test_function_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:59:57.0614114Z test_function_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:59:57.0621503Z test_function_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:59:57.0630210Z test_function_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:59:57.0638099Z test_function_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:59:57.0644149Z test_function_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:59:57.0653047Z test_function_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:59:57.0660955Z test_function_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:59:57.0668231Z test_function_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:59:57.0674360Z test_function_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:59:57.0682914Z test_function_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:59:57.0688765Z test_package_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:59:57.0694387Z test_package_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:59:57.0700205Z test_package_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:59:57.0706195Z test_package_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:59:57.0712384Z test_package_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:59:57.0719976Z test_package_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:59:57.0727767Z test_package_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:59:57.0735622Z test_package_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:59:57.0743901Z test_package_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:59:57.0751787Z test_package_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:59:57.0757643Z test_package_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:59:57.0766430Z test_function_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:59:57.0773715Z test_function_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:59:57.0783624Z test_function_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:59:57.0790430Z test_function_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:59:57.0797587Z test_function_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:59:57.0805435Z test_function_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:59:57.0812607Z test_function_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:59:57.0820399Z test_function_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:59:57.0826874Z test_function_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:59:57.0835288Z test_function_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:59:57.0844091Z test_function_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:59:57.0852686Z test_function_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:59:57.0858604Z test_package_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:59:57.0864328Z test_package_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:59:57.0870134Z test_package_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:59:57.0875725Z test_package_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:59:57.0881311Z test_package_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:59:57.0887050Z test_package_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:59:57.0892613Z test_package_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:59:57.0898411Z test_package_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:59:57.0904082Z test_package_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:59:57.0909788Z test_package_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:59:57.0915474Z test_package_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:59:57.0921241Z test_package_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:59:57.0959361Z test_backend_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.004s) 2022-09-27T15:59:57.0974201Z test_backend_config_set_backend_pattern_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T15:59:57.0983842Z test_backend_config_set_name (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T15:59:57.1006137Z test_backend_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-09-27T15:59:57.1018766Z test_backend_op_config_add_dtype_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T15:59:57.1048898Z test_backend_op_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.003s) 2022-09-27T15:59:57.1058466Z test_backend_op_config_set_extra_inputs_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T15:59:57.1067409Z test_backend_op_config_set_fused_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T15:59:57.1076606Z test_backend_op_config_set_fuser_method (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T15:59:57.1085145Z test_backend_op_config_set_input_output_observed (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T15:59:57.1095249Z test_backend_op_config_set_input_type_to_index (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T15:59:57.1105425Z test_backend_op_config_set_num_tensor_args_to_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T15:59:57.1114952Z test_backend_op_config_set_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T15:59:57.1123957Z test_backend_op_config_set_overwrite_output_fake_quantize (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T15:59:57.1132684Z test_backend_op_config_set_overwrite_output_observer (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T15:59:57.1141793Z test_backend_op_config_set_qat_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T15:59:57.1150730Z test_backend_op_config_set_reference_quantized_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T15:59:57.1159636Z test_backend_op_config_set_root_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T15:59:57.1168689Z test_backend_op_config_set_root_node_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T15:59:57.1188349Z test_backend_op_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-09-27T15:59:57.1197507Z test_dtype_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T15:59:57.1208349Z test_dtype_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T15:59:57.6454061Z test_conv_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.524s) 2022-09-27T15:59:57.7339119Z test_linear_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.088s) 2022-09-27T15:59:58.2503942Z test_compare_tensor_scalar (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.516s) 2022-09-27T15:59:58.4913150Z test_compare_tensor_tensor (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.241s) 2022-09-27T15:59:58.5034359Z test_erase_class_tensor_shapes (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.012s) 2022-09-27T15:59:58.5984551Z test_quantization_modules (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.095s) 2022-09-27T15:59:58.6023820Z 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-27T15:59:58.6024506Z warnings.warn("quantize_rnn_cell_modules function has been deprecated. " 2022-09-27T15:59:58.6025382Z /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-27T15:59:58.6025988Z "torch.jit.QuantizedRNNCellBase is deprecated and will be removed in an upcoming " 2022-09-27T15:59:58.6026773Z /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-27T15:59:58.6027363Z "torch.jit.QuantizedLSTMCell is deprecated and will be removed in an upcoming " 2022-09-27T15:59:58.6411246Z /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-27T15:59:58.6411968Z "torch.jit.QuantizedGRUCell is deprecated and will be removed in an upcoming " 2022-09-27T15:59:58.6762397Z /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-27T15:59:58.6763414Z "torch.jit.QuantizedRNNCell is deprecated and will be removed in an upcoming " 2022-09-27T15:59:58.7125604Z ok (0.114s) 2022-09-27T15:59:58.7171716Z 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-27T15:59:58.7172295Z warnings.warn("quantize_rnn_modules function has been deprecated. " 2022-09-27T15:59:58.7173124Z /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-27T15:59:58.7173796Z "torch.jit.QuantizedRNNBase is deprecated and will be removed in an upcoming " 2022-09-27T15:59:58.7174472Z /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-27T15:59:58.7175097Z "torch.jit.QuantizedLSTM is deprecated and will be removed in an upcoming " 2022-09-27T15:59:58.7635959Z /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-27T15:59:58.7892996Z "torch.jit.QuantizedGRU is deprecated and will be removed in an upcoming " 2022-09-27T15:59:58.7893434Z ok (0.077s) 2022-09-27T15:59:58.7899696Z test_device_affinity (quantization.core.test_workflow_module.TestDistributed) ... skip: multi-GPU not supported (0.001s) 2022-09-27T15:59:58.7907613Z test_fake_quant_preserves_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-09-27T15:59:58.7931472Z Tests that fake quant only modifies buffers in place. Note: this is important ... ok (0.003s) 2022-09-27T15:59:58.7941811Z test_observers_preserve_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-09-27T15:59:58.8022271Z Tests that observers only modify buffers in place. Note: this is important ... ok (0.009s) 2022-09-27T15:59:58.8032484Z test_qat_convbn_fused_syncbn_replacement (quantization.core.test_workflow_module.TestDistributed) 2022-09-27T15:59:58.8051059Z 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-27T15:59:58.8052013Z reduce_range will be deprecated in a future release of PyTorch." 2022-09-27T15:59:58.8077427Z ok (0.005s) 2022-09-27T15:59:58.8094987Z test_qat_data_parallel (quantization.core.test_workflow_module.TestDistributed) 2022-09-27T15:59:58.8095524Z Tests that doing QAT in nn.DataParallel does not crash. ... skip: multi-GPU not supported (0.002s) 2022-09-27T15:59:58.8100086Z test_syncbn_preserves_qconfig (quantization.core.test_workflow_module.TestDistributed) 2022-09-27T15:59:58.8108886Z Makes sure that if a BatchNorm is not fused and a qconfig exists, ... ok (0.001s) 2022-09-27T15:59:58.8135667Z 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-27T15:59:58.8205091Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:58.8277223Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:58.8462275Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:58.8671159Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:58.8715104Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:58.8903028Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:58.9002705Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:58.9180397Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:58.9300252Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:58.9517922Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:58.9562977Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:58.9750333Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:58.9887162Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:59.0099661Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:59.0152126Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:59.0328180Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:59.0421141Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:59.0581754Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:59.0707372Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:59.0956556Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:59.1001001Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:59.1134920Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:59.1275168Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:59.1520445Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:59.1568155Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:59.1712728Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:59.1850091Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:59.2004231Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:59.2125090Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:59.2367464Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:59.2415829Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:59.2511987Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:59.2611354Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:59.2855869Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:59.2910845Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:59.3083542Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:59.3188123Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:59.3393533Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:59.3470940Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T15:59:59.4321993Z ok (0.621s) 2022-09-27T15:59:59.4338695Z 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-27T15:59:59.4339387Z self._get_name() 2022-09-27T15:59:59.5279890Z [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-27T15:59:59.5574000Z /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-27T15:59:59.5575349Z return callable(*args, **kwargs) 2022-09-27T15:59:59.5645711Z [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-27T15:59:59.6056503Z [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-27T15:59:59.6283275Z [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-27T15:59:59.6573626Z [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-27T15:59:59.6866211Z [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-27T15:59:59.7216277Z [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-27T15:59:59.7525726Z [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-27T15:59:59.8521791Z [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-27T15:59:59.8896064Z [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-27T15:59:59.9277343Z [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-27T15:59:59.9492301Z [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-27T15:59:59.9779374Z [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:00:00.0071292Z [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:00:00.0416602Z [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:00:00.0740758Z [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:00:00.2853496Z ok (0.853s) 2022-09-27T16:00:00.2867525Z 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:00:00.2868238Z self._get_name() 2022-09-27T16:00:00.3740900Z [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:00:00.4106680Z [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:00:00.4484988Z [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:00:00.4699304Z [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:00:00.4996914Z [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:00:00.5283477Z [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:00:00.5643604Z [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:00:00.5975280Z [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:00:00.6981165Z [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:00:00.7363384Z [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:00:00.7751915Z [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:00:00.7982391Z [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:00:00.8276763Z [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:00:00.8563459Z [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:00:00.8924107Z [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:00:00.9254735Z [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:00:01.1316227Z ok (0.846s) 2022-09-27T16:00:01.1330421Z 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:00:01.1331055Z self._get_name() 2022-09-27T16:00:01.3256811Z ok (0.194s) 2022-09-27T16:00:01.3269616Z 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:00:01.3270435Z self._get_name() 2022-09-27T16:00:01.4185151Z [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:00:01.4537540Z [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:00:01.4907505Z [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:00:01.5134037Z [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:00:01.5424101Z [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:00:01.5713863Z [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:00:01.6067538Z [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:00:01.6380093Z [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:00:01.7437299Z [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:00:01.7775974Z [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:00:01.8159349Z [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:00:01.8379379Z [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:00:01.8662929Z [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:00:01.8969063Z [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:00:01.9317125Z [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:00:01.9619092Z [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:00:02.1542106Z ok (0.828s) 2022-09-27T16:00:02.1556767Z 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:00:02.1557505Z self._get_name() 2022-09-27T16:00:02.2434077Z [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:00:02.2783470Z [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:00:02.3154453Z [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:00:02.3381629Z [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:00:02.3676002Z [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:00:02.3969801Z [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:00:02.4314406Z [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:00:02.4619283Z [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:00:02.5625933Z [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:00:02.5966869Z [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:00:02.6348779Z [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:00:02.6575773Z [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:00:02.6873712Z [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:00:02.7177984Z [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:00:02.7519535Z [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:00:02.7822760Z [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:00:02.9688429Z ok (0.814s) 2022-09-27T16:00:02.9703149Z 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:00:02.9703897Z self._get_name() 2022-09-27T16:00:03.1411262Z ok (0.172s) 2022-09-27T16:00:03.1426992Z 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:00:03.1566196Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.1625738Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.1762257Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.1941576Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.2075688Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.2220708Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.2356105Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.2492563Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.2630948Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.2766915Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.2857083Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.3018975Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.3140845Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.3285200Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.3470586Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.3568557Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.3713724Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.3850558Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.3940429Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.4331331Z ok (0.292s) 2022-09-27T16:00:03.4364557Z 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:00:03.4368882Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.4369655Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.4399786Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.4515575Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.4531480Z /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:00:03.4532183Z return callable(*args, **kwargs) 2022-09-27T16:00:03.4579211Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.4657234Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.4723953Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.4735249Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.4746280Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.4783710Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.4798661Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.4806366Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.5563620Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.5566833Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.5567550Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.5596243Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.5671749Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.5712221Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.5779023Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.5839545Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.5850696Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.5861310Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.5897880Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.5911343Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.5918522Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.6695827Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.6800236Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.6845033Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.7101655Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.7314566Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.7590631Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.7806669Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.8012147Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.8199770Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.8477002Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.8785076Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.9084854Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:03.9228071Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.0172620Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.0175654Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.0176326Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.0202065Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.0278538Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.0318405Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.0386510Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.0444501Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.0455821Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.0466882Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.0503047Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.0516806Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.0524100Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.1265379Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.1406211Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.1451423Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.1708613Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.1922560Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.2153423Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.2382996Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.2512350Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.2616294Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.2904464Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.3266596Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.3559972Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.3705881Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.4636122Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.4638653Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.4639386Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.4665761Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.4741103Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.4781442Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.4851701Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.4911912Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.4923292Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.4934591Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.4970939Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.4985245Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.4992721Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.5739481Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.5742348Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.5743030Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.5769704Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.5848144Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.5889555Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.5960863Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.6019323Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.6030429Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.6041547Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.6079230Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.6094315Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.6102029Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.6842066Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.6845911Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.6846776Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.6873003Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.6946556Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.6986051Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.7052956Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.7109722Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.7121056Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.7131666Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.7168016Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.7181840Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.7188973Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.8087147Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.8181656Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.8232448Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.8479483Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.8699074Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.8967883Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.9222292Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.9372503Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.9580394Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:04.9908295Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.0128137Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.0500630Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.0644916Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.1595289Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.1736081Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.1780947Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.2038553Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.2263517Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.2451930Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.2794679Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.2941324Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.3092401Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.3390010Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.3685039Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.4023058Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.4164181Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.5072581Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.5075674Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.5076629Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.5103832Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.5178175Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.5218204Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.5284604Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.5342024Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.5353368Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.5364450Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.5400578Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.5414158Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.5421567Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.6154424Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.6296104Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.6367851Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.6595777Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.6815205Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.7050172Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.7352425Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.7496223Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.7622990Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.7963835Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.8230399Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.8567301Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.8709852Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.9650191Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.9819867Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:05.9864509Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.0119011Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.0367500Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.0599432Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.0899650Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.1043728Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.1195253Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.1503521Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.1781145Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.2124540Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.2267469Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.3236983Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.3376827Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.3421908Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.3679815Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.3916359Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.4154802Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.4410342Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.4524541Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.4626604Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.4908313Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.5262157Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.5482816Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.5628880Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.6621847Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.6768405Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.6812971Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.7062501Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.7279033Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.7508843Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.7806914Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.7922342Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.8217322Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.8360545Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.8544153Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.8838302Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.8981131Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:06.9961369Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.0099865Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.0144700Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.0401805Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.0622801Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.0858672Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.1122706Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.1247052Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.1351266Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.1637718Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.2074591Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.2265008Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.2340946Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.3282993Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.3425124Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.3568312Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.3743201Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.3958559Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.4139850Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.4482455Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.4623973Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.4814749Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.5142692Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.5454972Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.5752729Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.5897983Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.6880968Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.7022505Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.7066853Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.7315736Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.7547904Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.7795128Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.8109066Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.8249841Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.8540313Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.8700549Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.8840020Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.9129074Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:07.9274180Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.0373373Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.0502730Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.0548486Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.0800587Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.1011135Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.1281799Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.1539499Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.1654935Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.1848788Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.2126781Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.2438563Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.2782207Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.2961249Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.3921509Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.4066966Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.4112468Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.4364562Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.4587278Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.4817796Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.5074136Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.5197419Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.5304129Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.5568500Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.5879820Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.6221761Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.6367443Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.7338466Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.7477012Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.7522226Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.7780895Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.8000212Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.8244107Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.8534555Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.8687763Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.9017503Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.9085240Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.9336578Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.9642534Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:08.9783341Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.0822778Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.0964271Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.1009867Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.1266397Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.1495444Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.1748092Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.2067282Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.2181161Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.2283895Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.2548939Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.2895284Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.3199358Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.3340706Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.4261948Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.4402219Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.4447010Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.4702672Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.4922681Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.5158401Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.5475631Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.5599399Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.5707715Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.5898106Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.6227409Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.6511349Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.6651934Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.7667379Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.7812233Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.7856905Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.8117595Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.8337181Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.8579819Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.8841916Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.8969067Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.9282540Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.9392102Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:09.9703075Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.0051114Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.0199759Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.1172428Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.1318226Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.1362885Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.1612107Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.1834084Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.2106435Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.2331276Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.2450968Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.2556245Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.2831467Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.3142754Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.3483351Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.3629639Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.4544365Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.4547588Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.4548333Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.4576738Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.4652277Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.4692131Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.4759126Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.4826106Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.4837296Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.4848408Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.4884646Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.4899826Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.4908504Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.5660854Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.5663529Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.5664285Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.5691214Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.5765430Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.5804806Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.5871264Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.5932566Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.5943807Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.5954221Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.5990902Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.6005393Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.6013408Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.6770508Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.6773402Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.6774261Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.6803537Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.6883256Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.6923581Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.6991322Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.7049598Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.7061602Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.7072595Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.7111394Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.7125415Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.7132952Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.7927904Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.8027515Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.8114678Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.8330066Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.8549543Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.8731900Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.9178880Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.9302433Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.9510128Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:10.9852873Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.0116164Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.0445812Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.0586255Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.1516236Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.1657590Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.1702696Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.1955890Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.2171581Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.2401290Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.2701172Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.2816840Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.3001351Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.3337897Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.3606947Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.3949043Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.4092832Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.5087520Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.5091169Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.5091923Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.5120556Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.5199167Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.5240756Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.5309578Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.5367475Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.5379127Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.5389937Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.5427704Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.5443510Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.5452183Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.6233691Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.6237395Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.6238142Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.6267248Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.6347909Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.6389166Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.6458610Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.6520421Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.6531388Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.6542531Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.6579136Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.6594764Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.6604476Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.7382733Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.7385185Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.7386007Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.7414181Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.7491153Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.7532436Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.7601178Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.7660166Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.7671788Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.7683358Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.7721490Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.7736858Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.7745380Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.8498913Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.8502130Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.8503017Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.8529008Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.8602831Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.8642469Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.8715067Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.8772863Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.8784385Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.8796051Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.8833233Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.8848123Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.8856422Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.9597150Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.9742365Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:11.9887917Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.0063235Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.0282774Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.0511140Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.0817402Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.0954746Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.1141103Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.1418820Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.1734749Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.2067606Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.2208555Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.3190188Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.3344342Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.3387970Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.3639539Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.3866383Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.4142688Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.4399233Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.4544849Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.4656027Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.4933140Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.5216585Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.5503591Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.5646862Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.6616792Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.6757857Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.6837388Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.7057271Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.7277306Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.7558886Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.7832363Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.7962646Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.8068939Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.8352647Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.8673064Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.9006224Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:12.9154040Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.0058930Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.0206629Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.0258604Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.0506000Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.0736989Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.1009565Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.1276698Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.1413425Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.1627555Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.1945408Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.2271210Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.2559844Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.2702079Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.3636704Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.3783443Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.3828486Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.4075202Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.4289952Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.4516998Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.4853851Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.4970541Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.5072935Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.5352844Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.5661741Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.6003173Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.6146058Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.7045557Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.7048948Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.7049653Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.7075759Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.7153045Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.7193466Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.7260635Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.7318097Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.7329714Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.7340778Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.7376767Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.7390666Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.7398452Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.8149065Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.8152068Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.8152787Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.8181637Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.8257968Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.8298941Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.8366912Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.8425362Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.8436791Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.8447402Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.8483108Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.8497158Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.8504716Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.9272845Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.9414083Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.9481745Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.9712334Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:13.9953134Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.0187118Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.0515862Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.0743179Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.0847404Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.1083307Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.1401679Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.1696870Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.1840449Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.2830418Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.2981238Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.3025030Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.3280269Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.3510217Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.3797758Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.4053740Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.4201195Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.4401602Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.4731889Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.5005724Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.5341670Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.5484117Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.6483042Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.6627807Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.6672154Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.6926501Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.7144214Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.7327118Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.7671615Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.7813965Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.8007363Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.8297106Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.8693766Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.8977118Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:14.9121249Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.0059248Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.0216064Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.0288279Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.0518108Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.0736596Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.1101284Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.1281259Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.1399115Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.1501277Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.1785018Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.2103644Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.2472449Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.2615919Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.3517757Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.3659724Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.3705608Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.3955494Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.4174065Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.4384702Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.4721158Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.4866055Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.4976391Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.5260165Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.5570625Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.5918107Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.6060381Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.7024552Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.7166148Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.7210750Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.7462551Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.7700956Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.7940917Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.8237919Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.8352055Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.8491013Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.8811085Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.9118773Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.9453784Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:15.9598614Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.0640734Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.0782699Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.0828496Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.1077299Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.1304210Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.1583659Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.1842746Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.1957642Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.2183808Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.2429629Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.2792865Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.3079308Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.3226221Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.4185210Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.4327473Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.4372089Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.4633169Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.4867980Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.5153232Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.5365778Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.5485467Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.5588337Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.5868146Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.6186428Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.6525020Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.6665375Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.7658962Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.7800040Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.7845972Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.8096112Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.8325899Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.8563032Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.8831021Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.8973648Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.9158543Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.9441353Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:16.9798349Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.0089293Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.0230301Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.1143319Z ok (13.681s) 2022-09-27T16:00:17.1175359Z 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:00:17.1219018Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.1309392Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.1536455Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.1698468Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.1771229Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.1897364Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.2035564Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.2171064Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.2310369Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.2437829Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.2616765Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.2667866Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.2805363Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.2945939Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.3085952Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.3230038Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.3372973Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.3511318Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.3649705Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.3904497Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.3949243Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.4042116Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.4205203Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.4328317Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.4375183Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.4466701Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.4649959Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.4830127Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.4931379Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.5155539Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.5217222Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.5308637Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.5491939Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.5627710Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.5775253Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.5913003Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.6098553Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.6150043Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.6288884Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.6470739Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.6565587Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.6710325Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.6892126Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.7037866Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.7130964Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.7273016Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.7415362Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.7646100Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.7703410Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.7842240Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.7984111Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.8128813Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.8268478Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.8454508Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.8555795Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.8694033Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.8817657Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.9026184Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.9118248Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.9336786Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.9402126Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.9493300Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.9676851Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.9851798Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:17.9963661Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.0101757Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.0246916Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.0427844Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.0572551Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.0715446Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.0815053Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.0998023Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.1103428Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.1288835Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.1430429Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.1524776Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.1667250Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.1814604Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.2049944Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.2190168Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.2237139Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.2375398Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.2507067Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.2598894Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.2784450Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.3362590Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.3417807Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.3578871Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.3686866Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.3868144Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.3958707Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.4048669Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.4234106Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.4373478Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.4512457Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.4652850Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.4791255Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.4937687Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.5062769Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.5218008Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.5400758Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.5497729Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.5653723Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.5784332Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.5922472Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.6063272Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.6198904Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.6423016Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.6473360Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.6610937Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.6742469Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.6880535Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.7020012Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.7159739Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.7301738Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.7444277Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.7632799Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.7727453Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.7955382Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.8022745Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.8165252Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.8346883Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.8441591Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.8532418Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.8624096Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.8884119Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.8977943Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.9088498Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.9272630Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.9378027Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.9607425Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.9661858Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.9780359Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:18.9930982Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.0114217Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.0215343Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.0443223Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.0497768Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.0587310Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.0767120Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.0912987Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.1052718Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.1222298Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.1403306Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.1499506Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.1638126Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.1729010Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.1912868Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.2051195Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.2284729Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.2332330Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.2578261Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.2590976Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.2662490Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.2841389Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.3019829Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.3178603Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.3282506Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.3511296Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.3677856Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.3769143Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.3903581Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.3998701Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.4140788Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.4326085Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.4420997Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.4511074Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.4697773Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.4789158Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.4977998Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.5156513Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.5281655Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.5436070Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.5533058Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.5683614Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.5843690Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.5976784Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.6116190Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.6299071Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.6394946Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.6552501Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.6644700Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.6793352Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.6927874Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.7080238Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.7216502Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.7356851Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.7525431Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.7621864Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.7784200Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.7946272Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.8064791Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.8184024Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.8330516Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.8513362Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.8609737Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.8700366Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.8884640Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.9097751Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.9148475Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.9332074Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.9430729Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.9617626Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.9729189Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.9855182Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:19.9996056Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.0142683Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.0235340Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.0373654Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.0558279Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.0741948Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.0862669Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.1002760Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.1200976Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.1292575Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.1386457Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.1569895Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.1744053Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.1849133Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.1982979Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.2130729Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.2276278Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.2370808Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.2518299Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.2760516Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.2897491Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.2944412Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.2992159Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.3131083Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.3258733Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.3418058Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.3577962Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.3648595Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.3740520Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.3922013Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.4066676Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.4203470Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.4346731Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.4484259Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.4698500Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.4762890Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.4900828Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.5047420Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.5184478Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.5381466Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.5469505Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.5608363Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.5754948Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.5893735Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.6032516Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.6178944Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.6314277Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.6502496Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.6596586Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.6735612Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.6873392Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.7017635Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:20.8048232Z ok (3.690s) 2022-09-27T16:00:20.8386173Z test_dynamic_conv1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.034s) 2022-09-27T16:00:20.8702539Z test_dynamic_conv2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.032s) 2022-09-27T16:00:20.9035239Z test_dynamic_conv3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.033s) 2022-09-27T16:00:20.9355249Z test_dynamic_convtranspose1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.032s) 2022-09-27T16:00:20.9702937Z test_dynamic_convtranspose2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.035s) 2022-09-27T16:00:20.9733049Z test_dynamic_convtranspose3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.003s) 2022-09-27T16:00:20.9812827Z 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:00:20.9819470Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:00:20.9875808Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:00:20.9884838Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:00:20.9894283Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:00:20.9903050Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:00:20.9912847Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:00:20.9921662Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:00:20.9931143Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:00:20.9938424Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:00:20.9950353Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:00:21.0013216Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:00:21.0022287Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:00:21.0030213Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:00:21.0074294Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:00:21.0082602Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:00:21.0100278Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:00:21.0170477Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:00:21.0178964Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:00:21.0222293Z ok (0.049s) 2022-09-27T16:00:22.5359093Z test_qlinear (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (1.513s) 2022-09-27T16:00:22.5575006Z test_qlinear_dynamic_fp16 (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.022s) 2022-09-27T16:00:22.7698011Z test_qlinear_legacy (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.212s) 2022-09-27T16:00:27.7638635Z test_qlstmGRU (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (4.994s) 2022-09-27T16:00:27.7678718Z 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:00:27.7766365Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:27.7966993Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:27.8010987Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:27.8253401Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:27.8297504Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:27.8532146Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:27.8579591Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:27.8977846Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:27.9109563Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:27.9302789Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:27.9346474Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:27.9585146Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:27.9629251Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:27.9810323Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:27.9812190Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.0236150Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.0369068Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.0526710Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.0572313Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.0823719Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.0867471Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.1114731Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.1160946Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.1595488Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.1641331Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.1887060Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.1931961Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.2167923Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.2212278Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.2411759Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.2457009Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.2843233Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.2843983Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.3076938Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.3122996Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.3384908Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.3429191Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.3676450Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.3720877Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.4115566Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.4159792Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.4402082Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.4447459Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.4687746Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.4731137Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.4977947Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.5022053Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.5421360Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.5560977Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.5755129Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.5799254Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.6039109Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.6126614Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.6327337Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.6371068Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.6742318Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.6786620Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.7032146Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.7077744Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.7331831Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.7377301Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.7626871Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.7676428Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.8055795Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.8143331Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.8345113Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.8389392Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.8623755Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.8712492Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.8942480Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.8991725Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.9379755Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.9424363Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.9659766Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.9739276Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:28.9983899Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.0027989Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.0265363Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.0316097Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.0729730Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.0821943Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.1016313Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.1061412Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.1304513Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.1361323Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.1595755Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.1640113Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.2024878Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.2071160Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.2306969Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.2371412Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.2619837Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.2657550Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.2901753Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.2992260Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.3342805Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.3387737Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.3624903Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.3697665Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.3924127Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.3968103Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.4209957Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.4254368Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.4637818Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.4640945Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.4875793Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.4920744Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.5166382Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.5210525Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.5463987Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.5507741Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.5885046Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.6017089Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.6175577Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.6223710Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.6464380Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.6593348Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.6749870Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.6837802Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.7175841Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.7264076Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.7459333Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.7507809Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.7750128Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.7793169Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.8032601Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.8077258Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.8451857Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.8539801Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.8745304Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.8789106Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.9027972Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.9073158Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.9311199Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.9355014Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.9751297Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:29.9840133Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.0045639Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.0094603Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.0336972Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.0380886Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.0616318Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.0660614Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.1044129Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.1088092Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.1324586Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.1367289Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.1583991Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.1628801Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.1873466Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.1918996Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.2316621Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.2361976Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.2563736Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.2607454Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.2844454Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.2888118Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.3121935Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.3170978Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.3575013Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.3619140Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.3857416Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.3902217Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.4135058Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.4179995Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.4415004Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.4468143Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.4890737Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.4978346Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.5176416Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.5247343Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.5476069Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.5607735Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.5762026Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.5806683Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.6261711Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.6403482Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.6553088Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.6597873Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.6844024Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.6889184Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.7129437Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.7174503Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.7598449Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.7642027Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.7885118Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.7927950Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.8160166Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.8205662Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.8448487Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.8491927Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.8867719Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.8916377Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.9155151Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.9198876Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.9441835Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.9486799Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.9733797Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:30.9778597Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.0184297Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.0272437Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.0471334Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.0515579Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.0747650Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.0793931Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.1035638Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.1039627Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.1425489Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.1469845Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.1711069Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.1798659Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.1991622Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.2036608Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.2277716Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.2323015Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.2658620Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.2663585Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.2904655Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.2948161Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.3189930Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.3234859Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.3479157Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.3523097Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.3938830Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.4027428Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.4219274Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.4262937Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.4489552Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.4532384Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.4780689Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.4826847Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.5260437Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.5326642Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.5548653Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.5593339Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.5833713Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.5877899Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.6112473Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.6120458Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.6551912Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.6691513Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.6865140Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.6910733Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.7183511Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.7240988Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.7472348Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.7604369Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.7898842Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.7986598Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.8188663Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.8233170Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.8478568Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.8523298Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.8770808Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.8814755Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.9215957Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.9220851Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.9455999Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.9501609Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.9742821Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:31.9787639Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.0035498Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.0122224Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.0504825Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.0549237Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.0794934Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.0839466Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.1074458Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.1119364Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.1359947Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.1403673Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.1777645Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.1826651Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.2070927Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.2115039Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.2347724Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.2392849Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.2635013Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.2679437Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.3065989Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.3206175Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.3355027Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.3399980Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.3664771Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.3803721Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.3999051Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.4043728Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.4415616Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.4459588Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.4693146Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.4740205Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.4977567Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.5022196Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.5275810Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.5321004Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.5716989Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.5760849Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.5996232Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.6040686Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.6273617Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.6318300Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.6552259Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.6625118Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.7013165Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.7138995Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.7305895Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.7355301Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.7602684Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.7647143Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.7906337Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.7925427Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.8344175Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.8385033Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.8638569Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.8683737Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.8928351Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.9024740Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.9223797Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.9269373Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.9670453Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.9757824Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:32.9985579Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.0030636Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.0277041Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.0358010Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.0568759Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.0618021Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.1016353Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.1061814Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.1301392Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.1346427Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.1582122Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.1627353Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.1861033Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.1908046Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.2325579Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.2371595Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.2614781Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.2659339Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.2933836Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.3020682Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.3219169Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.3266953Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.3651301Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.3694771Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.3937061Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.3980096Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.4225373Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.4258804Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.4476402Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.4521440Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.4900087Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.5038313Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.5191903Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.5238014Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.5476444Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.5520525Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.5762716Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.5808390Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.6179816Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.6267950Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.6471547Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.6516130Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.6750874Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.6778418Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.7060697Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.7105533Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.7490252Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.7595030Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.7783613Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.7827877Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.8071681Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.8116478Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.8396391Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.8440118Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.8867736Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.8912480Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.9152749Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.9196909Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.9437338Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.9481602Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.9720311Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:33.9765597Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:34.0174566Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:34.0175876Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:34.0408046Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:34.0435255Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:34.0635323Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:34.0683505Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:34.0922796Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:34.0968212Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:34.1429415Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:34.1472948Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:34.1721656Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:34.1810438Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:34.2007947Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:34.2060611Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:34.2298670Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:34.2342585Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:00:34.2749812Z ok (6.511s) 2022-09-27T16:00:34.2760787Z test_converged (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-09-27T16:00:34.2771925Z Sanity checks on _equalize.converged working ... ok (0.002s) 2022-09-27T16:00:34.2777225Z test_cross_layer_equalization (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-09-27T16:00:34.2792513Z applies _equalize.cross_layer_equalization on two modules and checks ... ok (0.002s) 2022-09-27T16:00:34.2804120Z test_equalize (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-09-27T16:00:34.2913656Z First checks to see if _equalize.equalize can handle multiple ... ok (0.012s) 2022-09-27T16:00:34.2932102Z test_equalize_fused_convrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-09-27T16:00:34.3144590Z Checks to see if eager mode equalization supports fused ... ok (0.023s) 2022-09-27T16:00:34.3161671Z test_equalize_fused_linearrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-09-27T16:00:34.3335318Z Checks to see if eager mode equalization supports fused ... ok (0.019s) 2022-09-27T16:00:34.5490606Z test_input_weight_eq_observer (quantization.fx.test_equalize_fx.TestEqualizeFx) ... ok (0.215s) 2022-09-27T16:00:34.5507487Z test_input_weight_equalization_activation_values (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:00:34.5572144Z 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:00:34.5573169Z "Passing a QConfig dictionary to prepare is deprecated and will not be supported " 2022-09-27T16:00:34.5574665Z /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:00:34.5575768Z "Passing a QConfig dictionary to prepare for equalization is deprecated and will not " 2022-09-27T16:00:34.6017549Z ok (0.053s) 2022-09-27T16:00:34.6032791Z test_input_weight_equalization_branching (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:00:34.6121117Z 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:00:34.6121928Z f"Cannot equalize {node} because it is part of a branch." 2022-09-27T16:00:34.6130803Z /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:00:34.6131488Z f"Cannot equalize {node} because it is part of a branch." 2022-09-27T16:00:34.6242226Z ok (0.022s) 2022-09-27T16:00:34.6256157Z test_input_weight_equalization_convert (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:00:34.7482480Z 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:00:34.7483683Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:00:34.8830714Z /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:00:34.8831558Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:00:35.0565837Z /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:00:35.0566642Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:00:35.5880850Z /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:00:35.5881670Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:00:35.6999434Z /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:00:35.7000253Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:00:36.2608009Z /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:00:36.2608861Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:00:36.4722379Z ok (1.848s) 2022-09-27T16:00:36.4731140Z test_input_weight_equalization_equalization_scales (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:00:36.5302094Z After applying the equalization functions, check if the equalization ... ok (0.058s) 2022-09-27T16:00:36.5347227Z test_input_weight_equalization_graphs (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:00:36.5443632Z 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:00:36.5444866Z "must run observer before calling calculate_qparams. " + 2022-09-27T16:00:36.5446467Z /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:00:36.5447248Z "Must run observer before calling calculate_equalization_scale. " + 2022-09-27T16:00:36.5448252Z /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:00:36.5448997Z "Must call calculate_equalization_scale before calling calculate_scaled_minmax. " + 2022-09-27T16:00:36.5450186Z /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:00:36.5450855Z "must run observer before calling calculate_qparams. " + 2022-09-27T16:00:36.8906078Z ok (0.360s) 2022-09-27T16:00:36.8920947Z test_input_weight_equalization_prepare (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:00:37.1390762Z Tests that graphs created after prepare_fx is as expected ... ok (0.248s) 2022-09-27T16:00:37.1399559Z test_input_weight_equalization_results (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:00:37.3284333Z Tests that for small models, the results of quantized models that ... ok (0.189s) 2022-09-27T16:00:37.3297494Z test_input_weight_equalization_weights_bias (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:00:37.3858105Z After applying the equalization functions check if the weights and ... ok (0.057s) 2022-09-27T16:00:37.3876863Z test_selective_equalization (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:00:37.5938873Z Tests that we are able to run numeric suite on the equalized model ... ok (0.208s) 2022-09-27T16:00:37.6736611Z test_dict_return_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.080s) 2022-09-27T16:00:37.7200399Z test_matching_failure_node_count (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.046s) 2022-09-27T16:00:37.7547683Z test_matching_failure_node_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.035s) 2022-09-27T16:00:37.7557113Z test_methods (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-09-27T16:00:37.8917221Z Verify that graph matching works on methods ... ok (0.137s) 2022-09-27T16:00:37.9698827Z test_nodes_before_cat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.078s) 2022-09-27T16:00:37.9901689Z 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:00:37.9902657Z Returning default scale and zero point " 2022-09-27T16:00:38.0874843Z ok (0.118s) 2022-09-27T16:00:38.0903345Z test_op_relationship_mapping (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-09-27T16:00:38.0962188Z Tests that the mapping of op relationships is complete. ... ok (0.009s) 2022-09-27T16:00:38.2479595Z test_results_order (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.152s) 2022-09-27T16:00:38.2668546Z 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:00:38.2669764Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:00:38.3285592Z ok (0.081s) 2022-09-27T16:00:38.4075763Z test_simple_fusion (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.079s) 2022-09-27T16:00:38.5473328Z test_simple_mod (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.140s) 2022-09-27T16:00:38.6148383Z test_simple_mod_multi (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.067s) 2022-09-27T16:00:38.6960821Z test_simple_tensor_ops (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.081s) 2022-09-27T16:00:38.6971803Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-09-27T16:00:38.8203926Z Verify that graph matching works on user defined functions ... ok (0.124s) 2022-09-27T16:00:38.8219403Z 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:00:38.8220046Z f"The parameter '{pretrained_param}' is deprecated since 0.13 and will be removed in 0.15, " 2022-09-27T16:00:38.8220902Z /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:00:38.8221327Z warnings.warn(msg) 2022-09-27T16:00:42.0581713Z ok (3.238s) 2022-09-27T16:00:46.1455600Z test_mobilenet_v2_qat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... ok (4.087s) 2022-09-27T16:00:46.1465487Z test_add_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:00:48.1493029Z 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:00:48.1494333Z warnings.warn("The TorchScript type system doesn't support " 2022-09-27T16:00:48.4054393Z ok (2.259s) 2022-09-27T16:00:48.4064311Z test_add_shadow_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:00:48.6213997Z 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:00:48.6215508Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:00:48.9296954Z ok (0.523s) 2022-09-27T16:00:49.3473649Z test_add_shadow_loggers_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.418s) 2022-09-27T16:00:49.3479985Z test_add_shadow_loggers_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:00:49.3938328Z Verify that add_loggers works on methods ... skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-09-27T16:00:49.3938821Z skipping shadow loggers for node_b: torch.ao.quantization.observer.FixedQParamsObserver, start_node_a: str, unknown dtype cast 2022-09-27T16:00:49.5270486Z skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-09-27T16:00:49.5516784Z ok (0.204s) 2022-09-27T16:00:50.2696339Z test_add_shadow_loggers_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.718s) 2022-09-27T16:00:50.7041877Z test_add_shadow_loggers_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.434s) 2022-09-27T16:00:50.7792817Z test_extend_logger_results_with_comparison (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.075s) 2022-09-27T16:00:50.8285224Z 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:00:50.8286470Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:00:50.8287708Z /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:00:50.8288738Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:00:50.8289918Z /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:00:50.8290913Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:00:50.8292108Z /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:00:50.8293082Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:00:51.6686029Z ok (0.889s) 2022-09-27T16:00:52.5647961Z test_extract_weights_conv_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.896s) 2022-09-27T16:00:52.5655799Z test_extract_weights_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:00:52.7000904Z test_extract_weights_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.134s) 2022-09-27T16:00:52.7770063Z test_extract_weights_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.077s) 2022-09-27T16:00:53.2397747Z test_extract_weights_linear_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.463s) 2022-09-27T16:00:53.6223994Z test_extract_weights_linear_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.382s) 2022-09-27T16:00:54.6177988Z test_extract_weights_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.995s) 2022-09-27T16:00:55.6833405Z test_extract_weights_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.065s) 2022-09-27T16:00:55.8233283Z test_fp16_shadows_fp32 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.140s) 2022-09-27T16:00:55.9688790Z 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:00:55.9690045Z 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:00:55.9728097Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._ops.quantized.PyCapsule.mul, unsupported 2022-09-27T16:00:55.9728991Z 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:00:55.9751232Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unsupported 2022-09-27T16:00:55.9752519Z 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:00:55.9798485Z ok (0.157s) 2022-09-27T16:00:56.0704563Z test_int8_shadows_fp32_simple (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.090s) 2022-09-27T16:00:56.2519304Z test_int8_shadows_int8_fun (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.181s) 2022-09-27T16:00:56.3293188Z test_int8_shadows_int8_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.077s) 2022-09-27T16:00:56.6545928Z test_layer_names (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.325s) 2022-09-27T16:00:57.0162979Z test_linear_fp16_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.361s) 2022-09-27T16:00:57.3844020Z test_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.368s) 2022-09-27T16:00:57.4367349Z test_linear_fp16_vs_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.052s) 2022-09-27T16:00:57.6884985Z test_linear_fp16_weights (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.252s) 2022-09-27T16:00:57.7345452Z test_linear_kwargs_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.046s) 2022-09-27T16:00:57.8223168Z test_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.088s) 2022-09-27T16:00:57.8230515Z test_logging_inputs (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:00:58.5960830Z 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:00:58.6536216Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:00:58.7715512Z ok (0.949s) 2022-09-27T16:00:58.8490193Z test_match_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.077s) 2022-09-27T16:00:59.4048901Z test_match_activations_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.556s) 2022-09-27T16:00:59.7782851Z test_match_activations_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.373s) 2022-09-27T16:00:59.7788552Z test_match_activations_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:00:59.9120693Z Verify that add_loggers works on methods ... ok (0.134s) 2022-09-27T16:01:00.4933030Z test_match_activations_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.581s) 2022-09-27T16:01:00.7706036Z test_match_activations_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.277s) 2022-09-27T16:01:01.7909574Z 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:01:01.7910347Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.mul, unsupported 2022-09-27T16:01:01.7911078Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-09-27T16:01:01.7912003Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-09-27T16:01:01.7912489Z skipping shadow loggers for node_b: _operator.add, start_node_a: _operator.add, unsupported 2022-09-27T16:01:01.7913105Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.add, unsupported 2022-09-27T16:01:01.7913596Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:01.7914098Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:01.7914610Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:01:01.7915099Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-09-27T16:01:01.9090960Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: _operator.mul, unsupported 2022-09-27T16:01:01.9091765Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-09-27T16:01:01.9092465Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: _operator.add, unsupported 2022-09-27T16:01:01.9093283Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:01.9094112Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:01:01.9094595Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-09-27T16:01:02.0248641Z ok (1.254s) 2022-09-27T16:01:02.0280475Z test_op_io_dtype_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:01:02.0346690Z Tests that all the ops quantization cares about have input and output ... ok (0.010s) 2022-09-27T16:01:02.0352740Z test_op_with_either_fp32_or_int8_input (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:01:02.4324256Z 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:01:02.4325116Z 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:01:02.4326718Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-09-27T16:01:02.4329908Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-09-27T16:01:02.5751626Z 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:01:02.5752608Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-09-27T16:01:02.6290391Z ok (0.594s) 2022-09-27T16:01:02.8034832Z 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:01:02.8035506Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-09-27T16:01:02.8559588Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:01:02.8560123Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-09-27T16:01:02.8936259Z ok (0.264s) 2022-09-27T16:01:02.8943071Z test_ops_with_same_fp32_and_int8_signature (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:01:03.2928508Z Verifies that we can match pairs of ops which have the same aten ... ok (0.399s) 2022-09-27T16:01:03.3737120Z test_shadow_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.081s) 2022-09-27T16:01:03.4623688Z test_shadow_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.089s) 2022-09-27T16:01:03.4629707Z test_unsupported_op_copy_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:01:03.6476973Z 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:01:03.6477676Z 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:01:03.8014363Z 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:01:03.8582974Z ok (0.396s) 2022-09-27T16:01:03.8608216Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:01:04.0106738Z 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:01:04.0107238Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-09-27T16:01:04.1512817Z 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:01:04.1513400Z 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:01:04.1528923Z ok (0.295s) 2022-09-27T16:01:04.1546099Z test_user_module (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:01:04.1555823Z 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:01:04.1556753Z "Passing a prepare_custom_config_dict to prepare is deprecated and will not be supported " 2022-09-27T16:01:04.3268269Z ok (0.174s) 2022-09-27T16:01:04.4881931Z test_user_module_scriptable (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.161s) 2022-09-27T16:01:05.4536878Z test_compare_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.965s) 2022-09-27T16:01:06.0120879Z test_compare_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.558s) 2022-09-27T16:01:06.0262265Z 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:01:06.0263268Z torch.tensor(weight_qparams["scale"], dtype=torch.float, device=device)) 2022-09-27T16:01:06.0264022Z /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:01:06.0264541Z torch.tensor(weight_qparams["zero_point"], dtype=torch.int, device=device)) 2022-09-27T16:01:06.1394028Z ok (0.127s) 2022-09-27T16:01:07.2425573Z test_compare_shadow_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.103s) 2022-09-27T16:01:07.7338657Z test_compare_shadow_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.491s) 2022-09-27T16:01:07.9535155Z test_compare_shadow_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.219s) 2022-09-27T16:01:08.6094671Z test_compare_weights_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.656s) 2022-09-27T16:01:09.0749212Z test_compare_weights_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.465s) 2022-09-27T16:01:09.3798577Z test_compare_weights_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.305s) 2022-09-27T16:01:11.0035816Z 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:01:11.0036524Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:11.0098836Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:11.0099382Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:11.0131457Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:11.0132110Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:11.0196034Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:11.0196621Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:11.0229586Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:11.0230311Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:11.0262678Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:11.0263484Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:11.0338463Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:11.0339039Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:11.0371396Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:11.0372330Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:11.0436272Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:11.0436904Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:11.0470272Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:11.0470931Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:11.0516048Z 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:01:11.0518799Z 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:01:11.9980601Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:12.0012148Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:12.0028201Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:12.0058068Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:12.0074312Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:12.0090241Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:12.0120543Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:12.0136242Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:12.0166768Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:12.0182925Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:12.0205240Z 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:01:16.3397547Z ok (6.960s) 2022-09-27T16:01:17.3009319Z 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:01:17.3010028Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:17.3028989Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:17.3029950Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:17.3061500Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:17.3062432Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:17.3083143Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:17.3084195Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:17.3113981Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:17.3114900Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:17.3135684Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:17.3136619Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:17.3165581Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:17.3166269Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:17.3187052Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:17.3187939Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:17.9010394Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:17.9020423Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:17.9037883Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:17.9048554Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:17.9064381Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:17.9075190Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:17.9091843Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:17.9102992Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:01:17.9105777Z 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:01:17.9114164Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.flatten, start_node_a: torch._VariableFunctionsClass.flatten, unknown dtype cast 2022-09-27T16:01:19.5883908Z ok (3.249s) 2022-09-27T16:01:23.8857216Z test_sparsenn_compare_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (4.297s) 2022-09-27T16:01:25.2767726Z 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:01:25.2768528Z 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:01:25.2778354Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:01:25.4801446Z 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:01:25.4810155Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:01:27.7493604Z 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:01:27.7494247Z 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:01:27.7502101Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:01:27.9526555Z 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:01:27.9533232Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:01:28.2182318Z ok (4.332s) 2022-09-27T16:01:28.3994409Z test_fq_module_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.181s) 2022-09-27T16:01:28.4029352Z test_fq_serializable_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.004s) 2022-09-27T16:01:28.4043810Z test_quant_min_max_override (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.001s) 2022-09-27T16:01:28.4047389Z test_backward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-09-27T16:01:28.5071329Z Tests the backward method. ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.103s) 2022-09-27T16:01:28.5217402Z test_backward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.015s) 2022-09-27T16:01:28.5221203Z test_backward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-09-27T16:01:28.5224432Z test_backward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-09-27T16:01:28.5272493Z Tests the backward method. ... skip: temporarily disable the test (0.005s) 2022-09-27T16:01:28.5380183Z test_backward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.011s) 2022-09-27T16:01:28.5384468Z test_backward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-09-27T16:01:28.5473238Z test_fake_quant_control (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.009s) 2022-09-27T16:01:28.9170628Z test_fake_quant_per_channel_qparam_range (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.369s) 2022-09-27T16:01:28.9224084Z test_fake_quant_preserves_qparam_shapes_for_activations (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.005s) 2022-09-27T16:01:29.0360139Z test_fixed_qparams_fq_module (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.114s) 2022-09-27T16:01:29.0409656Z 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:01:29.0410883Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-09-27T16:01:29.0427989Z ok (0.007s) 2022-09-27T16:01:29.0439265Z test_forward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-09-27T16:01:29.1761003Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.133s) 2022-09-27T16:01:29.1880928Z test_forward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.012s) 2022-09-27T16:01:29.1885653Z test_forward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-09-27T16:01:29.1996095Z test_forward_per_channel_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.011s) 2022-09-27T16:01:29.2006113Z test_forward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-09-27T16:01:29.3054384Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.106s) 2022-09-27T16:01:29.3164835Z test_forward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.011s) 2022-09-27T16:01:29.3169200Z test_forward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-09-27T16:01:29.3224055Z test_forward_per_tensor_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.005s) 2022-09-27T16:01:29.4704092Z test_fq_module_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.148s) 2022-09-27T16:01:29.4780401Z test_fq_serializable_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.008s) 2022-09-27T16:01:29.4821025Z 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:01:29.4858900Z test_learnable_backward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.004s) 2022-09-27T16:01:29.7645319Z test_learnable_backward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.278s) 2022-09-27T16:01:29.7684230Z test_learnable_backward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.004s) 2022-09-27T16:01:29.9255207Z test_learnable_forward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.157s) 2022-09-27T16:01:29.9298074Z test_learnable_forward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.004s) 2022-09-27T16:01:29.9334895Z 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:01:29.9372692Z test_learnable_forward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.004s) 2022-09-27T16:01:30.0159513Z test_numerical_consistency_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.079s) 2022-09-27T16:01:30.0456892Z test_numerical_consistency_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.029s) 2022-09-27T16:01:30.0474130Z test_forward_hooks_preserved (quantization.eager.test_fuse_eager.TestFuseEager) 2022-09-27T16:01:30.0607630Z Test case that checks whether forward pre hooks of the first module and ... ok (0.015s) 2022-09-27T16:01:30.1043006Z test_fuse_module_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.043s) 2022-09-27T16:01:30.4800786Z test_fuse_module_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.376s) 2022-09-27T16:01:30.5320046Z test_fusion_conv_with_bias (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.052s) 2022-09-27T16:01:30.5376526Z test_fusion_convtranspose_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.006s) 2022-09-27T16:01:30.5406246Z test_fusion_linear_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.003s) 2022-09-27T16:01:31.3262800Z test_fusion_sequential_model_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.785s) 2022-09-27T16:01:31.5191279Z test_fusion_sequential_model_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.193s) 2022-09-27T16:01:31.5210789Z 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:01:31.5470198Z test_fuse_conv_bn_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.026s) 2022-09-27T16:01:31.5535742Z test_fuse_convtranspose_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.007s) 2022-09-27T16:01:31.5621167Z test_fuse_custom_pattern (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.009s) 2022-09-27T16:01:31.5670498Z test_fuse_linear_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.005s) 2022-09-27T16:01:31.5743480Z test_fuse_module_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.007s) 2022-09-27T16:01:31.5761407Z test_fusion_pattern_with_matchallnode (quantization.fx.test_quantize_fx.TestFuseFx) 2022-09-27T16:01:31.5798617Z This test tests that the node matched by MatchAllNode will be regared as an input ... ok (0.005s) 2022-09-27T16:01:31.5817838Z test_fusion_pattern_with_multiple_inputs (quantization.fx.test_quantize_fx.TestFuseFx) 2022-09-27T16:01:31.5855997Z This test tests two keys in backend_config: root_node_getter and ... ok (0.006s) 2022-09-27T16:01:31.5994885Z test_problematic_fuse_example (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.014s) 2022-09-27T16:01:31.6005502Z test_qconfig_fused_module (quantization.fx.test_quantize_fx.TestFuseFx) 2022-09-27T16:01:31.6336891Z TODO: add test for all fused modules ... ok (0.034s) 2022-09-27T16:01:31.6394693Z 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:01:31.6395346Z warnings.warn(msg, FutureWarning) 2022-09-27T16:01:31.6401466Z ok (0.006s) 2022-09-27T16:01:31.6467951Z test_fused_obs_fake_quant_backward_op (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... ok (0.007s) 2022-09-27T16:01:31.6489179Z test_fused_obs_fake_quant_moving_avg (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-09-27T16:01:31.6607720Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.014s) 2022-09-27T16:01:31.6630022Z test_fused_obs_fake_quant_moving_avg_per_channel (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-09-27T16:01:31.6967066Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.036s) 2022-09-27T16:01:31.7073252Z test_compare_fused_obs_fq_oss_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.011s) 2022-09-27T16:01:31.7234672Z test_default_fused_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.016s) 2022-09-27T16:01:31.7416934Z test_embedding_bag_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.018s) 2022-09-27T16:01:31.7794243Z test_embedding_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.038s) 2022-09-27T16:01:31.8063356Z test_fused_mod_per_channel (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.027s) 2022-09-27T16:01:31.8074725Z test_fused_mod_reduce_range (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.001s) 2022-09-27T16:01:31.8129707Z test_fused_obs_fq_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.005s) 2022-09-27T16:01:31.8216172Z test_fused_obs_fq_moving_avg_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.009s) 2022-09-27T16:01:31.8392993Z test_quantized_add_relu_fusion (quantization.jit.test_fusion_passes.TestFusionPasses) ... ok (0.018s) 2022-09-27T16:01:31.8918102Z test_input_weight_equalization_determine_points (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.052s) 2022-09-27T16:01:31.9346300Z test_input_weight_equalization_report_gen (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.043s) 2022-09-27T16:01:31.9459062Z test_input_weight_equalization_report_gen_empty (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.011s) 2022-09-27T16:01:31.9661909Z test_all_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.020s) 2022-09-27T16:01:32.0547583Z test_multiple_run_consistent_spike_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.088s) 2022-09-27T16:01:32.0770104Z test_no_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.022s) 2022-09-27T16:01:32.1042175Z test_outlier_detection_determine_points (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.027s) 2022-09-27T16:01:32.1052941Z test_constructor (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T16:01:32.1182289Z Tests the constructor of the ModelReport class. ... ok (0.014s) 2022-09-27T16:01:32.1191060Z test_equalization_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T16:01:32.1671424Z Tests for generation of qconfigs by ModelReport API ... ok (0.049s) 2022-09-27T16:01:32.1688962Z test_generate_report (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T16:01:32.2116387Z 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:01:32.2117118Z example_input = torch.tensor(torch.randint(100, (1, 3, 3, 3)), dtype=torch.float) 2022-09-27T16:01:32.3003959Z ok (0.133s) 2022-09-27T16:01:32.3014961Z test_generate_visualizer (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T16:01:32.3317069Z Tests that the ModelReport class can properly create the ModelReportVisualizer instance ... ok (0.031s) 2022-09-27T16:01:32.3334268Z test_prepare_model_callibration (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T16:01:32.3567200Z Tests model_report.prepare_detailed_calibration that prepares the model for callibration ... ok (0.025s) 2022-09-27T16:01:32.3578728Z test_qconfig_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T16:01:32.4060836Z Tests for generation of qconfigs by ModelReport API ... ok (0.049s) 2022-09-27T16:01:32.4494100Z test_nested_detection_case (quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic) ... ok (0.043s) 2022-09-27T16:01:32.4699100Z test_conv_sub_class_considered (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.021s) 2022-09-27T16:01:32.4895321Z test_fusion_layer_in_sequential (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.020s) 2022-09-27T16:01:32.5033820Z test_multi_linear_model_without_per_channel (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.014s) 2022-09-27T16:01:32.6165045Z test_multiple_q_config_options (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.113s) 2022-09-27T16:01:32.6279778Z test_qat_aware_model_example (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.012s) 2022-09-27T16:01:32.6477179Z test_sequential_model_format (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.020s) 2022-09-27T16:01:32.6586834Z test_simple_conv (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.011s) 2022-09-27T16:01:32.6771318Z test_observer_after_relu (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.018s) 2022-09-27T16:01:32.7830386Z test_random_epochs_and_batches (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.106s) 2022-09-27T16:01:32.7866695Z test_single_batch_of_ones (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.004s) 2022-09-27T16:01:32.7992458Z test_zero_tensor_errors (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.012s) 2022-09-27T16:01:32.8001419Z test_generate_tables_match_with_report (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-09-27T16:01:32.8313606Z Tests the generate_table_view() ... ok (0.032s) 2022-09-27T16:01:32.8320452Z test_generate_tables_no_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-09-27T16:01:32.8614096Z Tests the generate_table_view() ... ok (0.030s) 2022-09-27T16:01:32.8621182Z test_generate_tables_single_feat_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-09-27T16:01:32.8903392Z Tests the generate_table_view() ... ok (0.029s) 2022-09-27T16:01:32.8915003Z test_get_modules_and_features (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-09-27T16:01:32.9210306Z Tests the get_all_unique_module_fqns and get_all_unique_feature_names methods of ... ok (0.031s) 2022-09-27T16:01:50.5412504Z test_histogram_observer (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (17.620s) 2022-09-27T16:01:54.6779639Z test_histogram_observer_against_reference (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (4.137s) 2022-09-27T16:01:54.9630503Z test_histogram_observer_one_sided (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.285s) 2022-09-27T16:01:55.5051253Z test_histogram_observer_same_inputs (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.542s) 2022-09-27T16:01:55.9866500Z test_observer_scriptable (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.481s) 2022-09-27T16:01:56.1037416Z test_fake_quant_true_quant_compare (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.117s) 2022-09-27T16:01:56.1283107Z test_float_quant_compare_per_channel (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.024s) 2022-09-27T16:01:56.2332753Z test_float_quant_compare_per_tensor (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.105s) 2022-09-27T16:01:56.3903600Z test_weight_only_activation_only_fakequant (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.157s) 2022-09-27T16:01:56.5184571Z test_compare_model_outputs_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.128s) 2022-09-27T16:01:56.6418675Z test_compare_model_outputs_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.123s) 2022-09-27T16:01:56.6445018Z 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:01:56.6806703Z ok (0.039s) 2022-09-27T16:01:57.1422652Z test_compare_model_outputs_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.461s) 2022-09-27T16:01:57.1459333Z 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:01:57.1598721Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:01:57.1839847Z ok (0.042s) 2022-09-27T16:01:57.3621492Z test_compare_model_stub_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.178s) 2022-09-27T16:01:57.4838738Z test_compare_model_stub_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.122s) 2022-09-27T16:01:57.4862346Z 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:01:57.5036825Z ok (0.020s) 2022-09-27T16:01:58.1037708Z test_compare_model_stub_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.600s) 2022-09-27T16:01:58.1135692Z 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:01:58.1202414Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:01:58.1409066Z ok (0.037s) 2022-09-27T16:01:58.4990047Z test_compare_model_stub_partial (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.358s) 2022-09-27T16:01:58.5309737Z test_compare_model_stub_submodule_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.032s) 2022-09-27T16:01:58.6245979Z test_compare_weights_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.093s) 2022-09-27T16:01:58.6297278Z test_compare_weights_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.005s) 2022-09-27T16:01:59.0222282Z test_compare_weights_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.392s) 2022-09-27T16:01:59.0295809Z test_compare_weights_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.007s) 2022-09-27T16:01:59.0307566Z 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:01:59.0308496Z warnings.warn(msg) 2022-09-27T16:01:59.0858279Z 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:01:59.1072613Z 2022-09-27T16:01:59.1541311Z 0%| | 0.00/13.6M [00:00, 2022-09-27T16:12:57.0962420Z sample_input=(2, 3, 2.0, 3.0), 2022-09-27T16:12:57.0962598Z ) 2022-09-27T16:12:57.0962846Z skip: Failed to load fixture! (0.129s) 2022-09-27T16:12:57.5217467Z test_versioned_div_scalar_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.425s) 2022-09-27T16:12:57.6370816Z test_versioned_div_scalar_reciprocal (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.115s) 2022-09-27T16:12:57.6444039Z test_versioned_div_scalar_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.007s) 2022-09-27T16:12:57.7442503Z test_versioned_div_tensor (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.100s) 2022-09-27T16:12:58.2897404Z test_versioned_div_tensor_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.545s) 2022-09-27T16:12:59.4780579Z test_versioned_div_tensor_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (1.188s) 2022-09-27T16:12:59.4883753Z test_versioned_linspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.010s) 2022-09-27T16:12:59.4968505Z test_versioned_linspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.008s) 2022-09-27T16:12:59.5066057Z test_versioned_logspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.010s) 2022-09-27T16:12:59.5152398Z test_versioned_logspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.009s) 2022-09-27T16:12:59.5219918Z test_add_out (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:12:59.5275551Z test_add_tuple_different_types (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:12:59.5347933Z test_add_tuple_non_optional (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:12:59.5411035Z test_add_tuple_optional (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:12:59.5469809Z test_add_tuple_same_types (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:12:59.5479433Z test_addmm_grad (__main__.TestScript) 2022-09-27T16:12:59.5529827Z This test checks several things: ... ok (0.006s) 2022-09-27T16:12:59.5586995Z test_alias_covariant_type_containers (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:12:59.5687497Z test_all (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:12:59.6095483Z test_annot_ast_mypy_fn (__main__.TestScript) ... ok (0.041s) 2022-09-27T16:12:59.6472681Z test_annot_ast_mypy_method (__main__.TestScript) ... ok (0.038s) 2022-09-27T16:12:59.6719742Z test_annot_ast_py3_fn (__main__.TestScript) ... ok (0.025s) 2022-09-27T16:12:59.7107385Z test_annot_ast_py3_method (__main__.TestScript) ... ok (0.039s) 2022-09-27T16:12:59.7152625Z test_annot_string_mypy_fn (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:12:59.7443315Z test_annot_string_mypy_method (__main__.TestScript) ... ok (0.029s) 2022-09-27T16:12:59.7483244Z test_annot_string_py3_fn (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:12:59.7789791Z test_annot_string_py3_method (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:12:59.7825675Z test_annotated_script_fn (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:12:59.7845178Z test_annotated_script_fn_arg_mismatch (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:12:59.7860659Z test_annotated_script_fn_return_mismatch (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:12:59.7907277Z test_annotated_script_method (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:12:59.7958298Z test_annoying_doubles (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:12:59.8189279Z test_any (__main__.TestScript) ... ok (0.023s) 2022-09-27T16:12:59.8224754Z test_assert_is_scripting_metacompile (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:12:59.8273998Z test_assertion_optional_refinement (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:12:59.8528307Z test_attr_module_constants (__main__.TestScript) ... ok (0.025s) 2022-09-27T16:12:59.8587441Z test_attr_qscheme_script (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:12:59.8614598Z test_attribute_in_init (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:12:59.8743002Z test_attribute_serialization (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:12:59.8842051Z test_attribute_unpickling (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:12:59.8911594Z test_augmented_assign (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:12:59.8923800Z test_autodiff_complex (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-09-27T16:12:59.8952011Z test_backend_cudnn_enabled (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:12:59.8975991Z test_bad_multiline_annotations (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:12:59.9078648Z test_bailout_loop_carried_deps_name_clash (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:12:59.9170448Z test_bailout_loop_counter_transition (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:12:59.9191028Z test_batch_norm_inference_backward_cuda (__main__.TestScript) ... skip: running tests on cuda to verify cudnn fix (0.002s) 2022-09-27T16:13:00.0483071Z test_batchnorm_fuser_cpu (__main__.TestScript) ... ok (0.129s) 2022-09-27T16:13:00.0526531Z test_big_float_literals (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:00.0578553Z test_big_int_literals (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:00.3280623Z test_binary_op_shape (__main__.TestScript) ... ok (0.270s) 2022-09-27T16:13:00.3521877Z test_bitwise_ops (__main__.TestScript) ... ok (0.024s) 2022-09-27T16:13:00.3588469Z test_block_input_grad_in_loop (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:13:00.3658740Z test_bool_augassign_bitwise_and (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:13:00.3727620Z test_bool_augassign_bitwise_or (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:13:00.3796691Z test_bool_augassign_bitwise_xor (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:13:00.4153768Z test_bool_dispatch (__main__.TestScript) ... ok (0.036s) 2022-09-27T16:13:00.4303818Z test_boolean_literal_constant_metacompile (__main__.TestScript) ... ok (0.015s) 2022-09-27T16:13:00.4329576Z test_break_continue_error (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:13:00.5635570Z test_breaks_continues (__main__.TestScript) ... ok (0.130s) 2022-09-27T16:13:00.5778475Z test_builtin_args (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:13:00.5844255Z test_builtin_args_fails (__main__.TestScript) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[List[int], int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-09-27T16:13:00.5844923Z File "test_jit.py", line 10868 2022-09-27T16:13:00.5845317Z @torch.jit.script 2022-09-27T16:13:00.5845644Z def f6(a): 2022-09-27T16:13:00.5845985Z a.expand(size=[3, [4]]) 2022-09-27T16:13:00.5846784Z ~~~~~~ <--- HERE 2022-09-27T16:13:00.5847136Z (function emitListLiteral) 2022-09-27T16:13:00.5847492Z ok (0.007s) 2022-09-27T16:13:00.5926359Z test_builtin_function_attributes (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:13:00.5941091Z test_builtin_use_as_value (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:00.5993108Z test_call_ge (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:00.6026833Z test_call_python_fn_from_script_fn (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:00.6073087Z test_call_python_fn_from_script_module (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:00.6169618Z test_call_python_fn_from_traced_module (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:13:00.6231151Z test_call_python_fn_from_tracing_fn (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:00.6254324Z test_call_python_mod_from_script_fn (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:13:00.6315107Z test_call_python_mod_from_script_module (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:00.6469920Z test_call_python_mod_from_traced_module (__main__.TestScript) ... ok (0.015s) 2022-09-27T16:13:00.6546608Z test_call_python_mod_from_tracing_fn (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:13:00.6594937Z test_call_script_fn_from_script_fn (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:00.6666802Z test_call_script_fn_from_script_module (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:13:00.6754491Z test_call_script_fn_from_tracing_fn (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:13:00.6811069Z test_call_script_mod_from_script_fn (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:00.6909484Z test_call_script_mod_from_script_module (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:13:00.6918163Z test_call_script_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.001s) 2022-09-27T16:13:00.7024604Z test_call_traced_fn_from_tracing_fn (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:13:00.7033824Z test_call_traced_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.001s) 2022-09-27T16:13:00.7184910Z test_canonicalize_control_outputs (__main__.TestScript) ... ok (0.015s) 2022-09-27T16:13:00.7191539Z test_cast (__main__.TestScript) ... skip: RuntimeError: VariableType::ID() not implemented (0.001s) 2022-09-27T16:13:00.7355146Z test_cat (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:13:00.7428960Z test_cat_lifts (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:13:00.7474680Z test_chr (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:00.7486066Z test_circular_dependency (__main__.TestScript) 2022-09-27T16:13:00.7805333Z https://github.com/pytorch/pytorch/issues/25871 ... ok (0.033s) 2022-09-27T16:13:00.7951377Z test_class_as_attribute (__main__.TestScript) ... ok (0.015s) 2022-09-27T16:13:00.7978200Z test_class_attribute (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:00.8007321Z test_class_attribute_in_script (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:00.8059951Z test_class_with_comment_at_lower_indentation (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:00.8067208Z test_code_with_constants (__main__.TestScript) 2022-09-27T16:13:00.8129678Z Check that the `code_with_constants` property correctly returns graph CONSTANTS in the ... ok (0.007s) 2022-09-27T16:13:00.8137522Z test_code_with_constants_restore (__main__.TestScript) 2022-09-27T16:13:00.8222706Z Check that the `code_with_constants` property correctly works on restoration after save() + load() ... ok (0.009s) 2022-09-27T16:13:00.8286478Z test_comment_ignore_indent (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:00.8343668Z test_compare_two_bool_inputs (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:00.8357276Z test_compile_module_with_constant (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:13:00.8846768Z test_conditional_casting (__main__.TestScript) ... ok (0.049s) 2022-09-27T16:13:00.8902860Z test_constant_as_attr (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:00.8938408Z test_constant_pooling_introduce_aliasing (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:00.8997022Z test_constant_pooling_none (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:00.9041345Z test_constant_pooling_same_identity (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:00.9209415Z test_context_manager (__main__.TestScript) ... ok (0.017s) 2022-09-27T16:13:00.9285009Z test_conv_error (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:13:00.9513391Z test_convert_base (__main__.TestScript) ... ok (0.023s) 2022-09-27T16:13:00.9560570Z test_cpp_function_tensor_str (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:00.9674349Z test_cpp_module_iterator (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:13:00.9745601Z test_desugar_module (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:13:00.9786480Z test_device_kwarg (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:00.9828159Z test_device_type (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:00.9831934Z test_device_type_cuda (__main__.TestScript) ... skip: Requires CUDA (0.000s) 2022-09-27T16:13:00.9854356Z test_dir (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:13:01.0193696Z test_divmod (__main__.TestScript) ... ok (0.034s) 2022-09-27T16:13:01.0215099Z test_dominated_bailout (__main__.TestScript) ... skip: bailouts are being deprecated (0.002s) 2022-09-27T16:13:01.1890944Z test_dropout_eval (__main__.TestScript) ... ok (0.167s) 2022-09-27T16:13:01.2013894Z test_dropout_script (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:13:01.2064115Z test_dtype_attr (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:01.2472522Z test_dtype_op_shape (__main__.TestScript) ... ok (0.041s) 2022-09-27T16:13:01.3011544Z test_dtype_op_shape2 (__main__.TestScript) ... ok (0.054s) 2022-09-27T16:13:01.3047536Z test_early_return_closure (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:01.3131350Z test_early_return_fork_join (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:13:01.3369542Z test_early_return_rewrite (__main__.TestScript) ... ok (0.024s) 2022-09-27T16:13:01.3405899Z test_early_return_type_refinement (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:01.3819910Z test_early_returns_loops (__main__.TestScript) ... ok (0.041s) 2022-09-27T16:13:01.3878442Z test_ellipsis_const_end (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:01.3941127Z test_ellipsis_const_mid (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:01.4012666Z test_ellipsis_const_mid_select (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:13:01.4071494Z test_ellipsis_const_start (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:01.4127119Z test_ellipsis_end (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:01.4189120Z test_ellipsis_mid (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:01.4259692Z test_ellipsis_mid_select (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:13:01.4317448Z test_ellipsis_start (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:01.4490118Z test_embedding_renorm_grad_error (__main__.TestScript) ... ok (0.017s) 2022-09-27T16:13:01.4525716Z test_empty_like_memory_format_bc (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:01.4534418Z test_empty_tuple_str (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:01.4891624Z test_enumerate_modlist_range (__main__.TestScript) ... ok (0.036s) 2022-09-27T16:13:01.4924764Z test_erase_number_types (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:01.5121542Z test_error (__main__.TestScript) ... ok (0.020s) 2022-09-27T16:13:01.5271229Z test_error_stacktrace (__main__.TestScript) ... ok (0.015s) 2022-09-27T16:13:01.5580809Z test_error_stacktrace_interface (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:13:01.5678390Z test_eval_python (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:13:01.5704984Z test_exception_exits_closure (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:01.6103230Z test_exceptions_with_control_flow (__main__.TestScript) ... ok (0.040s) 2022-09-27T16:13:01.6147015Z test_expand (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:01.6258361Z test_fibb (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:13:01.6318459Z test_fibb_totally_better (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:01.6336749Z test_file_format_serialization (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:13:01.6355215Z test_file_line_error (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:13:01.6492340Z test_file_line_error_class_defn (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:13:01.6522828Z test_file_line_graph (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:01.6635780Z test_file_line_save_load (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:13:01.6646854Z test_file_line_string (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:01.6699651Z test_file_line_trace (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:01.6744925Z test_filecheck (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:01.6768559Z test_filecheck_parse (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:13:01.6960503Z test_first_class_calls (__main__.TestScript) ... ok (0.019s) 2022-09-27T16:13:01.7012873Z test_first_class_module (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:01.7120296Z test_floor_div (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:13:01.7363544Z test_floordiv (__main__.TestScript) ... ok (0.024s) 2022-09-27T16:13:01.7377325Z test_for_else (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:01.7487985Z test_for_in_dict (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:13:01.7829216Z test_for_in_enumerate (__main__.TestScript) ... ok (0.034s) 2022-09-27T16:13:01.7885014Z test_for_in_range (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:01.8085591Z test_for_in_range_ast (__main__.TestScript) ... ok (0.020s) 2022-09-27T16:13:01.8285819Z test_for_in_range_dynamic (__main__.TestScript) ... ok (0.020s) 2022-09-27T16:13:01.8364740Z test_for_in_range_if_ast (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:13:01.8427761Z test_for_in_range_start_end (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:01.8608812Z test_for_in_range_start_end_step (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:13:01.8654022Z test_for_in_range_zero_step (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:01.8825892Z test_for_in_string (__main__.TestScript) ... ok (0.017s) 2022-09-27T16:13:01.8929229Z test_for_in_tensors (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:13:01.8946139Z test_for_in_tensors_fail_scalar (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:13:01.9067948Z test_for_in_tensors_nested (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:13:01.9140445Z test_for_in_tensors_rank0 (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:13:01.9389338Z test_for_in_zip (__main__.TestScript) ... ok (0.025s) 2022-09-27T16:13:01.9588727Z test_for_in_zip_enumerate (__main__.TestScript) ... ok (0.020s) 2022-09-27T16:13:01.9688219Z test_for_tuple_assign (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:13:01.9871695Z test_for_tuple_unpack (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:13:01.9960675Z test_format (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:13:02.0136636Z test_func_call (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:13:02.0179995Z test_function_compilation_caching (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:02.0341864Z test_function_overload_misuse (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:13:02.0467810Z test_function_overloading_isinstance (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:13:02.1033761Z test_function_overloads (__main__.TestScript) ... ok (0.057s) 2022-09-27T16:13:02.1042805Z test_fuser_double_float_codegen (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:13:02.2109450Z test_fuser_double_literal_precision (__main__.TestScript) ... ok (0.106s) 2022-09-27T16:13:02.2148870Z test_fuser_multiple_blocks (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:02.2208443Z test_gather_dynamic_index (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:02.2227514Z test_generic_list_errors (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:13:02.2534648Z test_get_set_state (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:13:02.2621220Z test_get_set_state_with_tensors (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:13:02.2659864Z test_grad_from_script (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:02.2740643Z test_hash (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:13:02.2859159Z test_hex_literals (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:13:02.2991289Z test_id (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:13:02.3046727Z test_if (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:02.3145867Z test_if_define (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:13:02.3193554Z test_if_different_type (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:02.3294242Z test_if_for_in_range (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:13:02.3482566Z test_if_is_none_dispatch (__main__.TestScript) ... ok (0.019s) 2022-09-27T16:13:02.3517491Z test_if_list_cat (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:02.4026222Z test_if_nest_while (__main__.TestScript) ... ok (0.051s) 2022-09-27T16:13:02.4090048Z test_if_noelse (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:02.4114747Z test_if_not_defined_error (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:13:02.4156259Z test_if_supertype (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:02.4237907Z test_ignore_decorator (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:13:02.4327188Z test_ignored_as_value (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:13:02.4389599Z test_ignored_method_binding (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:02.4438095Z test_ignored_props (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:02.4545370Z test_import_constants_not_specialized (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:13:02.4652574Z test_in_for_and_comp_expr (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:13:02.4683546Z test_in_operator_with_two_strings (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:02.5547091Z test_index (__main__.TestScript) ... ok (0.086s) 2022-09-27T16:13:02.5579500Z test_index_select_shape_prop (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:02.5647232Z test_index_with_tuple (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:13:02.5661654Z test_indexing_error (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:02.5710286Z test_infer_size (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:02.5713400Z test_inferred_error_msg (__main__.TestScript) 2022-09-27T16:13:02.5734515Z Test that when we get a type mismatch on a function where we inferred ... ok (0.002s) 2022-09-27T16:13:02.5855488Z test_inherit_method (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:13:02.5861040Z test_inline_and_run_annotated_script_fn (__main__.TestScript) ... skip: https://github.com/pytorch/pytorch/issues/9595 (0.001s) 2022-09-27T16:13:02.5871535Z test_inlined_graph (__main__.TestScript) 2022-09-27T16:13:02.5971988Z Check that the `inlined_graph` property correctly returns an inlined ... ok (0.011s) 2022-09-27T16:13:02.6019596Z test_inlining_cleanup (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:02.6068135Z test_inplace_add (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:02.6119749Z test_inplace_copy_script (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:02.6159003Z test_input_keyword_in_schema (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:02.6191835Z test_int_cast (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:02.6205157Z test_integral_shape_inference (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:02.6216568Z test_interpret_graph (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:02.9255768Z test_interpreter_fuzz (__main__.TestScript) ... ok (0.304s) 2022-09-27T16:13:02.9390831Z test_intlist_args (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:13:02.9407194Z test_invalid_call_arguments (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:13:02.9416984Z test_invalid_lhs_assignment (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:02.9439687Z test_invalid_prefix_annotation (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:13:02.9447213Z test_irparser (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:02.9564377Z test_is_after_use (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:13:02.9995752Z test_is_isnot (__main__.TestScript) ... ok (0.043s) 2022-09-27T16:13:03.0003819Z test_is_optional (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:03.0029199Z test_is_scripting (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:13:03.0056509Z test_is_scripting_metacompile (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:03.0127241Z test_isinstance (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:13:03.0176405Z test_isinstance_dynamic (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:03.0242153Z test_isinstance_metacompile (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:13:03.0383708Z test_isinstance_refinement (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:13:03.0442307Z test_jitter_bug (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:03.0474590Z test_keyword (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:03.0486611Z test_kwarg_expansion_error (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:03.0511634Z test_kwargs_error_msg (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:13:03.0704418Z test_lazy_script (__main__.TestScript) ... ok (0.019s) 2022-09-27T16:13:03.0771721Z test_lhs_advanced_indexing_assignment (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:13:03.0846612Z test_lhs_advanced_indexing_augmented_assignment (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:13:03.0897933Z test_lhs_indexing (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:03.0944032Z test_lhs_indexing_increment (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:03.1006708Z test_lhs_indexing_increment_list (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:03.1054015Z test_lhs_indexing_increment_list_prim (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:03.1101094Z test_lhs_indexing_list (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:03.1160000Z test_lhs_indexing_multi (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:03.1298132Z test_linear_grad (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:13:03.1786135Z test_list_comprehension_modulelist (__main__.TestScript) ... ok (0.049s) 2022-09-27T16:13:03.1828857Z test_list_comprehension_variable_write (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:03.1838996Z test_list_iterables (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:03.1902796Z test_list_python_op (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:03.1974120Z test_list_unify (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:13:03.2165354Z test_literal (__main__.TestScript) ... ok (0.019s) 2022-09-27T16:13:03.2210617Z test_literals (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:03.2431597Z test_logical_short_circuit (__main__.TestScript) ... ok (0.022s) 2022-09-27T16:13:03.2477867Z test_loop_liveness (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:03.2606442Z test_loop_unroll_negative (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:13:03.2638097Z test_loop_unroll_unused_counter (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:03.2735775Z test_loop_unrolling (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:13:03.2821463Z test_loop_unrolling_const (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:13:03.3377734Z test_loop_unrolling_nested (__main__.TestScript) ... ok (0.055s) 2022-09-27T16:13:03.3406200Z test_lower_nested_tuples (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:03.5526206Z test_math_ops (__main__.TestScript) ... ok (0.212s) 2022-09-27T16:13:03.5533466Z test_maxpool_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-09-27T16:13:03.5544639Z test_meshgrid (__main__.TestScript) ... skip: Profiling executor fails to recognize that tensors in a list require gradients (0.001s) 2022-09-27T16:13:03.5596253Z test_method_casts_script (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:03.5625386Z test_method_no_self (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:03.7132491Z test_method_overloading (__main__.TestScript) ... ok (0.151s) 2022-09-27T16:13:03.7171508Z test_missing_getstate (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:04.2468657Z test_mm_batching (__main__.TestScript) ... ok (0.530s) 2022-09-27T16:13:04.3042985Z test_module_apis (__main__.TestScript) ... ok (0.057s) 2022-09-27T16:13:04.3102802Z test_module_attrs (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:04.3202352Z test_module_copy_with_attributes (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:13:04.3381556Z test_module_copying (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:13:04.3393605Z test_module_error (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:04.3434340Z test_module_method_reassignment (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:04.3480341Z test_module_none_attrs (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:04.3755825Z test_module_parameters_and_buffers (__main__.TestScript) ... ok (0.027s) 2022-09-27T16:13:04.3814329Z test_module_str (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:04.3868100Z test_module_with_params_called_fails (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:04.3877511Z test_multi_reduction (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:04.3887079Z test_multi_starred_expr_lhs (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:04.4122776Z test_multiline_annot_ast_py3_fn (__main__.TestScript) ... ok (0.023s) 2022-09-27T16:13:04.4152537Z test_multiline_optional_future_refinement (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:04.4181047Z test_multiline_string_dedents (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:04.4260934Z test_multiple_assign (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:13:04.4321697Z test_multiple_assignment (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:04.4357973Z test_mutable_dce (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:04.4405759Z test_mutable_dce_block (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:04.4434000Z test_mutable_dce_graph_input (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:04.4503088Z test_mutable_dce_indirect_wildcard_write (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:13:04.4580638Z test_mutable_dce_indirect_wildcards (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:13:04.4617168Z test_mutable_dce_list (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:04.4663239Z test_mutable_dce_loop (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:04.4731850Z test_mutable_dce_wildcards (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:13:04.4769676Z test_mutate_constant (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:04.4806068Z test_mypy_type_ignore (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:04.5283591Z test_named_buffers_are_iterable (__main__.TestScript) ... ok (0.048s) 2022-09-27T16:13:04.5364496Z test_namedtuple_attr (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:13:04.5453439Z test_namedtuple_default_values_Tensor_type (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:13:04.5587532Z test_namedtuple_default_values_container_type (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:13:04.5707187Z test_namedtuple_default_values_missing (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:13:04.5827706Z test_namedtuple_default_values_simple_type (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:13:04.5854698Z test_namedtuple_default_values_using_factory_constructor (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:04.5943458Z test_namedtuple_python (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:13:04.5987943Z test_namedtuple_type_inference (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:04.6028840Z test_narrow_copy (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:04.6402102Z test_nested_aug_assign (__main__.TestScript) ... ok (0.037s) 2022-09-27T16:13:04.6495035Z test_nested_bailouts (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:13:04.6781575Z test_nested_breaks (__main__.TestScript) ... ok (0.029s) 2022-09-27T16:13:04.6824874Z test_nested_list_construct (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:04.7005564Z test_nested_select_assign (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:13:04.8066611Z test_nn_GRU (__main__.TestScript) ... ok (0.106s) 2022-09-27T16:13:04.8893494Z test_nn_LSTM (__main__.TestScript) ... ok (0.083s) 2022-09-27T16:13:04.9719165Z test_nn_LSTM_with_layers (__main__.TestScript) ... ok (0.082s) 2022-09-27T16:13:05.0062967Z test_nn_init (__main__.TestScript) ... ok (0.034s) 2022-09-27T16:13:05.0122102Z test_no_dtype_shape (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:05.0170688Z test_no_self_arg_ignore_function (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:05.1045777Z test_non_final_return (__main__.TestScript) ... ok (0.087s) 2022-09-27T16:13:05.1053150Z test_none_type_str (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:05.1094685Z test_not (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:05.1104814Z test_not_initialized_err (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:05.1208296Z test_ntuple_builtins (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:13:05.1343205Z test_number_abs (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:13:05.1375596Z test_number_augassign (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:05.1408835Z test_number_augassign_bitwise_lshift (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:05.1442129Z test_number_augassign_bitwise_pow (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:05.1475273Z test_number_augassign_bitwise_rshift (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:05.1569040Z test_number_div (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:13:07.1504656Z test_number_math (__main__.TestScript) ... ok (1.993s) 2022-09-27T16:13:07.1568196Z test_number_neg (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:07.1577975Z test_old_models_bc (__main__.TestScript) ... skip: PyTorch is build without Caffe2 support (0.001s) 2022-09-27T16:13:07.1616045Z test_oneline_func (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:07.1680645Z test_op_dtype (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:07.1759749Z test_operator_precedence (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:13:07.1775962Z test_optional_list (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.002s) 2022-09-27T16:13:07.1791159Z test_optional_tensor (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.002s) 2022-09-27T16:13:07.1869456Z test_ord (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:13:07.1979722Z test_override_magic (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:13:07.2116126Z test_pack_padded_pad_packed_trace (__main__.TestScript) ... test_jit.py:9785: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-09-27T16:13:07.2116962Z torch.onnx._export(m, (x, seq_lens), f, verbose=False) 2022-09-27T16:13:07.2157738Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_patch_torch.py:73: UserWarning: The shape inference of prim::PackPadded type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.cpp:1884.) 2022-09-27T16:13:07.2158837Z n, utils._params_dict, GLOBALS.export_onnx_opset_version 2022-09-27T16:13:07.2173221Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_patch_torch.py:73: UserWarning: The shape inference of prim::PadPacked type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.cpp:1884.) 2022-09-27T16:13:07.2174250Z n, utils._params_dict, GLOBALS.export_onnx_opset_version 2022-09-27T16:13:07.2181527Z ok (0.020s) 2022-09-27T16:13:07.2192656Z test_pack_tuple_into_non_var (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:07.2489706Z test_pack_unpack_nested (__main__.TestScript) ... ok (0.030s) 2022-09-27T16:13:07.2636400Z test_pack_unpack_state (__main__.TestScript) ... ok (0.015s) 2022-09-27T16:13:07.2691890Z test_parameter_order (__main__.TestScript) ... tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-09-27T16:13:07.2692245Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-09-27T16:13:07.2692464Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-09-27T16:13:07.2692691Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-09-27T16:13:07.2692898Z grad_fn=) 2022-09-27T16:13:07.2699586Z tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-09-27T16:13:07.2699914Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-09-27T16:13:07.2700141Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-09-27T16:13:07.2700351Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-09-27T16:13:07.2700535Z grad_fn=) 2022-09-27T16:13:07.2741966Z ok (0.011s) 2022-09-27T16:13:07.2752092Z test_parse_empty_tuple_annotation (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:07.2763028Z test_parse_empty_tuple_annotation_element_error (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:07.2781526Z test_parse_nested_names (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:13:07.2790897Z test_parse_none_type_annotation (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:07.2827055Z test_parse_tensor_constants (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:07.2842045Z test_parser_kwargonly (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:07.2857898Z test_parser_type_annotations (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:13:07.2874931Z test_parser_type_annotations_comment (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:13:07.2887223Z test_parser_type_annotations_incompatible_expression (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:07.2897214Z test_parser_type_annotations_subscript_non_ident (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:07.2907739Z test_parser_type_annotations_subscript_tensor (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:07.2918330Z test_parser_type_annotations_unknown_type (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:07.2962807Z test_partial_returns (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:07.3001714Z test_pass (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:07.3125472Z test_pickle_checkpoint (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:13:07.3128851Z test_pickle_checkpoint_cuda (__main__.TestScript) ... skip: no CUDA (0.000s) 2022-09-27T16:13:07.3162886Z test_pickle_checkpoint_tup (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:07.3171989Z test_pow_scalar_backward_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-09-27T16:13:07.3491449Z test_pretty_print_function (__main__.TestScript) ... ok (0.032s) 2022-09-27T16:13:07.3498123Z test_prim_grad_undefined (__main__.TestScript) ... skip: shape analysis is only enabled in Legacy (0.001s) 2022-09-27T16:13:07.3634123Z test_print (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:13:07.3644618Z test_print_kwargs (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:07.3655514Z test_profiling_graph_executor (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-09-27T16:13:07.3694284Z test_profiling_merge (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:07.3719670Z test_pybind_type_comparisons (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:13:07.3767752Z test_python_call (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:07.3826346Z test_python_call_annotation (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:07.3843932Z test_python_call_annoytation_failure (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:13:07.3876815Z test_python_call_failure (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:07.3948011Z test_python_call_non_tensor (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:13:07.3973621Z test_python_call_non_tensor_wrong (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:07.4002601Z test_python_frontend (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:07.4020641Z test_python_frontend_py3 (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:13:07.4033330Z test_python_frontend_source_range (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:07.4070720Z test_python_op_builtins (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:07.4091906Z test_python_op_name (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:13:07.4106178Z test_python_val_doesnt_have_attr (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:07.4116409Z test_rand (__main__.TestScript) ... skip: the original version of test_rand (0.001s) 2022-09-27T16:13:07.4182420Z test_rand_profiling (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:13:07.4206302Z test_range_args (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:13:07.4239190Z test_reassign_module_lhs (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:07.4269171Z test_reassign_module_rhs (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:07.4277992Z test_refine_tuple_types (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:07.4406677Z test_remove_dropout (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:13:07.4431419Z test_repeated_script_on_function (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:13:07.4484444Z test_request_bailout (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:07.4498059Z test_requires_grad_loop (__main__.TestScript) ... skip: Peeling is now disabled (0.001s) 2022-09-27T16:13:07.4797764Z test_rescripting_loaded_modules (__main__.TestScript) ... ok (0.030s) 2022-09-27T16:13:07.4912643Z test_resize_input_ops (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:13:07.5086439Z test_return (__main__.TestScript) ... ok (0.017s) 2022-09-27T16:13:07.5143675Z test_return_stmt_not_at_end (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:07.5194258Z test_return_tuple (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:07.8235179Z test_rnn_trace_override (__main__.TestScript) ... ok (0.304s) 2022-09-27T16:13:07.8300173Z test_robust_op_resolution (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:13:07.8365660Z test_round (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:13:07.8441729Z test_save_load_attr_error (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:13:07.8475702Z test_script_annotation (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:07.8508565Z test_script_bool_constant (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:07.8544684Z test_script_chunk (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:07.8708541Z test_script_clamp_none (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:13:07.8768619Z test_script_copy (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:07.8781529Z test_script_cu (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:07.8837544Z test_script_define_order (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:07.8871316Z test_script_define_order_recursive_fail (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:07.8895870Z test_script_docstring (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:13:07.8965165Z test_script_forward_method_replacement (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:13:07.8970214Z test_script_get_device_cuda (__main__.TestScript) ... skip: requires CUDA (0.000s) 2022-09-27T16:13:07.9022521Z test_script_get_tracing_state (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:07.9100588Z test_script_is_tracing (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:13:07.9158339Z test_script_kwargs_fn_call (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:07.9201013Z test_script_method_docstring (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:07.9264382Z test_script_method_torch_function_overload (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:07.9460713Z test_script_module (__main__.TestScript) ... ok (0.020s) 2022-09-27T16:13:07.9514888Z test_script_module_call_noscript (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:07.9570438Z test_script_module_const (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:07.9787754Z test_script_module_const_submodule_fail (__main__.TestScript) ... ok (0.022s) 2022-09-27T16:13:07.9908045Z test_script_module_export_blocks (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:13:07.9997413Z test_script_module_export_shared_storage (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:13:08.0221141Z test_script_module_export_submodule (__main__.TestScript) ... ok (0.022s) 2022-09-27T16:13:08.0231588Z test_script_module_export_tensor_cuda (__main__.TestScript) ... skip: testing cuda tensors require CUDA (0.001s) 2022-09-27T16:13:08.0332484Z test_script_module_export_tensor_type (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:13:08.0362138Z test_script_module_fail_exist (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:08.0412098Z test_script_module_for (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:08.0763959Z test_script_module_for2 (__main__.TestScript) ... ok (0.035s) 2022-09-27T16:13:08.0789620Z test_script_module_invalid_consts (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:08.0892398Z test_script_module_nochange_submodule (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:13:08.0901010Z test_script_module_none_exist_fail (__main__.TestScript) ... skip: [module dedupe] currently NoneType refinement on optional attributes doesn't work. (0.001s) 2022-09-27T16:13:08.0931429Z test_script_module_not_tuple (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:08.0990336Z test_script_module_param_buffer_mutation (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:08.1139944Z test_script_module_star_assign2 (__main__.TestScript) ... ok (0.015s) 2022-09-27T16:13:08.1286450Z test_script_module_star_assign2_inplace (__main__.TestScript) ... ok (0.015s) 2022-09-27T16:13:08.1315698Z test_script_module_star_assign_fail_builtin (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:08.1354014Z test_script_module_star_assign_fail_pythonop (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:08.1380375Z test_script_module_tensor_subclass_argument (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:08.1772181Z test_script_nested_mod_list (__main__.TestScript) ... ok (0.039s) 2022-09-27T16:13:08.1809826Z test_script_non_tensor_args_outputs (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:08.1953506Z test_script_optional_none (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:13:08.1993822Z test_script_outputs (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:08.2408398Z test_script_pack_padded_sequence (__main__.TestScript) ... ok (0.041s) 2022-09-27T16:13:08.2839331Z test_script_pad_sequence_pack_sequence (__main__.TestScript) ... ok (0.043s) 2022-09-27T16:13:08.2846348Z test_script_scope (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:08.3095872Z test_script_sequential_for (__main__.TestScript) ... ok (0.025s) 2022-09-27T16:13:08.3541053Z test_script_sequential_in_mod_list (__main__.TestScript) ... ok (0.044s) 2022-09-27T16:13:08.3680116Z test_script_sequential_multi_output_fail (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:13:08.4009786Z test_script_sequential_orderdict (__main__.TestScript) ... ok (0.033s) 2022-09-27T16:13:08.4349483Z test_script_sequential_sliced_iteration (__main__.TestScript) ... ok (0.034s) 2022-09-27T16:13:08.4467095Z test_script_star_assign (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:13:08.4680306Z test_script_star_expr (__main__.TestScript) ... ok (0.021s) 2022-09-27T16:13:08.4889355Z test_script_star_expr_string (__main__.TestScript) ... ok (0.021s) 2022-09-27T16:13:08.4960796Z test_scriptable_fn_as_attr (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:13:08.4974577Z test_scriptmodule_multi_head_attn_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-09-27T16:13:08.4985288Z test_scriptmodule_releases_tensors_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-09-27T16:13:08.4997360Z test_scriptmodule_transformer_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-09-27T16:13:08.5058845Z test_select_after_chunk (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:08.5088634Z test_sequence_parsing (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:08.5364150Z test_sequential_intermediary_types (__main__.TestScript) ... ok (0.027s) 2022-09-27T16:13:08.5465547Z test_serialization_big_ints (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:13:08.5545617Z test_serialization_sharing (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:13:08.5604936Z test_serialize_long_lines (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:08.5787672Z test_serialized_source_ranges (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:13:08.5909561Z test_serialized_source_ranges2 (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:13:08.6761507Z test_serialized_source_ranges_dont_jitter (__main__.TestScript) ... ok (0.085s) 2022-09-27T16:13:08.6888258Z test_serialized_source_ranges_graph (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:13:08.7005528Z test_serialized_source_ranges_no_dups (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:13:08.7062631Z test_set_attribute_through_optional (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:08.7095386Z test_shape_analysis_grad_property (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:08.7165322Z test_shape_analysis_loop (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:13:08.7197967Z test_shape_prop_promote_scalar_arg (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:08.7228119Z test_shape_prop_promotion (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:08.7299445Z test_signed_float_zero (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:13:08.7310999Z test_single_starred_expr_for_loop (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:08.7322671Z test_single_starred_lhs (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:08.7368859Z test_singleton_tuple_unpack (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:08.7376578Z test_slice_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-09-27T16:13:08.7441804Z test_split (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:08.7530718Z test_stack (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:13:08.8210758Z test_static_if_prop (__main__.TestScript) ... ok (0.068s) 2022-09-27T16:13:08.8219881Z test_static_method_on_module (__main__.TestScript) 2022-09-27T16:13:08.8297223Z Check that the `@staticmethod` annotation on a function on a module works. ... ok (0.009s) 2022-09-27T16:13:08.8507769Z test_static_methods (__main__.TestScript) ... ok (0.021s) 2022-09-27T16:13:08.8539481Z test_str_cast (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:08.8550483Z test_string_cu (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:08.8591679Z test_string_device_implicit_conversion (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:08.8648481Z test_string_frontend_elif (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:08.8692542Z test_string_index (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:08.8745710Z test_string_len (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:08.8789502Z test_string_list (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:08.8800131Z test_string_new_line (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:08.8847321Z test_string_ops (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:08.8904989Z test_string_print (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:08.8913639Z test_string_single_escape (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:08.9053296Z test_string_slicing (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:13:08.9098969Z test_string_sort (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:08.9142473Z test_string_sorted (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:08.9321468Z test_submodule_attribute_serialization (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:13:08.9380675Z test_submodule_twice (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:08.9432545Z test_sum (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:08.9499265Z test_sum_list_diff_elms (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:13:08.9564248Z test_sum_list_empty (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:08.9624690Z test_sum_list_literal (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:08.9690283Z test_sum_list_one (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:13:08.9706307Z test_sum_list_wrong_type (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:13:08.9734055Z test_sys_stdout_override (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:08.9754827Z test_tensor_as_tensor_shape_prop (__main__.TestScript) ... skip: Simple Executor doesn't have any shapes to propagate (0.002s) 2022-09-27T16:13:08.9789833Z test_tensor_data (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:08.9796905Z test_tensor_device (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-09-27T16:13:08.9886025Z test_tensor_dtype (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:13:08.9979609Z test_tensor_grad (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:13:09.0029198Z test_tensor_import_export (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:09.0066488Z test_tensor_len (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:09.4775007Z test_tensor_number_math (__main__.TestScript) ... ok (0.471s) 2022-09-27T16:13:09.4779714Z test_tensor_number_math_cuda (__main__.TestScript) ... skip: No CUDA (0.000s) 2022-09-27T16:13:09.4789528Z test_tensor_requires_grad (__main__.TestScript) ... skip: testing legacy behavior (0.001s) 2022-09-27T16:13:09.4835906Z test_tensor_shape (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:09.4855010Z test_tensor_subclasses (__main__.TestScript) ... /opt/conda/lib/python3.7/site-packages/torch/jit/annotations.py:299: UserWarning: TorchScript will treat type annotations of Tensor dtype-specific subtypes as if they are normal Tensors. dtype constraints are not enforced in compilation either. 2022-09-27T16:13:09.4855640Z warnings.warn("TorchScript will treat type annotations of Tensor " 2022-09-27T16:13:09.4921361Z ok (0.008s) 2022-09-27T16:13:09.5170932Z test_tensor_to (__main__.TestScript) ... ok (0.025s) 2022-09-27T16:13:09.5214453Z test_tensor_to_cpu (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:09.5220733Z test_tensor_to_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-09-27T16:13:09.5225845Z test_tensor_to_device (__main__.TestScript) ... skip: device tests require CUDA (0.000s) 2022-09-27T16:13:09.5305012Z test_ternary (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:13:09.5689094Z test_ternary_module_type_hint (__main__.TestScript) ... ok (0.038s) 2022-09-27T16:13:09.5774094Z test_ternary_right_associative (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:13:09.5871904Z test_ternary_static_if (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:13:09.6056262Z test_torch_any (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:13:09.6088765Z test_torch_functional (__main__.TestScript) ... skip: Skipping while landing PR stack (0.003s) 2022-09-27T16:13:09.6566159Z test_torch_functional_tensordot_int (__main__.TestScript) ... ok (0.048s) 2022-09-27T16:13:09.6655108Z test_torch_functional_tensordot_list (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:13:09.6894350Z test_torch_functional_tensordot_tensor (__main__.TestScript) ... ok (0.024s) 2022-09-27T16:13:09.6986937Z test_torch_functional_tensordot_tuple (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:13:09.7075188Z test_torch_ignore_conversion_to_none (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:13:09.7135701Z test_torch_manual_seed (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:09.7502744Z test_torch_pow (__main__.TestScript) ... ok (0.037s) 2022-09-27T16:13:10.3392818Z test_torch_tensor_as_tensor (__main__.TestScript) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-09-27T16:13:10.3393333Z return callable(*args, **kwargs) 2022-09-27T16:13:10.3450604Z ok (0.595s) 2022-09-27T16:13:10.3527276Z test_torch_tensor_as_tensor_empty_list (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:13:10.3814337Z test_torch_tensor_bad_input (__main__.TestScript) ... ok (0.029s) 2022-09-27T16:13:10.3923765Z test_torch_tensor_dtype (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:13:10.3955317Z test_torchscript_memoryformat (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:10.4820134Z test_torchscript_multi_head_attn (__main__.TestScript) ... ok (0.086s) 2022-09-27T16:13:10.6496233Z test_torchscript_multi_head_attn_fast_path (__main__.TestScript) ... ok (0.167s) 2022-09-27T16:13:10.6569442Z test_training_param (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:13:10.6936901Z test_tuple_assignments (__main__.TestScript) ... ok (0.037s) 2022-09-27T16:13:10.6956355Z test_tuple_error_msg (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:13:10.7030688Z test_tuple_index_to_list (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:13:10.7257025Z test_tuple_indexing (__main__.TestScript) ... ok (0.023s) 2022-09-27T16:13:10.7309766Z test_tuple_len (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:10.7370953Z test_tuple_nested_sort (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:10.7423167Z test_tuple_sort (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:10.7475811Z test_tuple_sort_reverse (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:10.7525260Z test_tuple_sorted (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:10.7574691Z test_tuple_to_opt_list (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:10.7610298Z test_tuple_unsortable_diff_type (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:10.7649347Z test_tuple_unsortable_element_type (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:10.7684304Z test_tuple_unsortable_nested_diff_type (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:10.7844404Z test_type_annotate (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:13:10.7975738Z test_type_annotation_module (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:13:10.8089771Z test_type_annotation_py3 (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:13:10.8280333Z test_type_annotations (__main__.TestScript) ... ok (0.019s) 2022-09-27T16:13:10.8418655Z test_type_annotations_repeated_list (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:13:10.8549904Z test_type_annotations_varargs (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:13:10.8573953Z test_type_call_in_script (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:13:10.8630773Z test_type_cast (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:10.8676898Z test_type_comments_in_body (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:10.8682718Z test_type_inferred_from_empty_annotation (__main__.TestScript) 2022-09-27T16:13:10.8705516Z Test that the type inferred from an empty or missing annotation is Torch.Tensor wtih `inferred=true` ... ok (0.003s) 2022-09-27T16:13:10.8716263Z test_unbind (__main__.TestScript) ... skip: Profiling executor will be using different heuristics for constructing differentiable graphs (0.001s) 2022-09-27T16:13:10.8747405Z test_unfold_zero_dim (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:10.8782089Z test_unicode_comments (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:10.8850700Z test_uninitialized (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:13:10.8880498Z test_union_to_number (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:10.8894573Z test_unknown_builtin (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:10.8931825Z test_unmatched_type_annotation (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:10.8969643Z test_unspecialized_any_binding (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:10.8977037Z test_unsqueeze_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-09-27T16:13:10.8992824Z test_unsupported_builtin_error (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:13:10.9049379Z test_unused_decorator (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:13:10.9157934Z test_unwrap_optional_builtin (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:13:10.9569390Z test_var_aug_assign (__main__.TestScript) ... ok (0.041s) 2022-09-27T16:13:10.9614671Z test_vararg_zeros (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:10.9652249Z test_view_listconstruct_shape_prop (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:13:10.9668135Z test_view_shape_prop (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:13:10.9740304Z test_view_write (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:13:10.9748336Z test_weak_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-09-27T16:13:10.9801876Z test_where (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:10.9853443Z test_where_method (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:10.9937818Z test_while (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:13:11.0568190Z test_while_nest_if (__main__.TestScript) ... ok (0.063s) 2022-09-27T16:13:11.0862315Z test_while_nonexistent_cond_value (__main__.TestScript) ... ok (0.029s) 2022-09-27T16:13:11.0873046Z test_while_nonexistent_value (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:11.0950206Z test_while_write_outer_then_read (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:13:11.0965327Z test_wrong_attr_lookup (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:11.1020066Z test_wrong_implicit_expand (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:13:11.1052935Z test_wrong_method_call_inputs (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:11.1068142Z test_wrong_module_attr_lookup (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:11.1101476Z test_wrong_return_type (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:11.1114507Z test_wrong_use_as_callable (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:13:11.1143821Z test_wrong_use_as_tuple (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:13:11.1239691Z test_zeros (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:13:11.5968861Z test_zip_enumerate_modulelist (__main__.TestScript) ... ok (0.473s) 2022-09-27T16:13:11.5971547Z test_bool (jit.test_list_dict.TestScriptDict) 2022-09-27T16:13:11.5981242Z Test the __bool__ method. This should return True ... ok (0.001s) 2022-09-27T16:13:11.5986394Z test_contains (jit.test_list_dict.TestScriptDict) 2022-09-27T16:13:11.5996109Z Test membership checks (x in y, x not in y). ... ok (0.001s) 2022-09-27T16:13:11.6000989Z test_delitem (jit.test_list_dict.TestScriptDict) 2022-09-27T16:13:11.6010838Z Test deletion. ... ok (0.001s) 2022-09-27T16:13:11.6015654Z test_getitem (jit.test_list_dict.TestScriptDict) 2022-09-27T16:13:11.6027895Z Test accessing dictionary values using the [] operator. ... ok (0.002s) 2022-09-27T16:13:11.6031818Z test_items (jit.test_list_dict.TestScriptDict) 2022-09-27T16:13:11.6039302Z Test .items(). ... ok (0.001s) 2022-09-27T16:13:11.6043117Z test_iter (jit.test_list_dict.TestScriptDict) 2022-09-27T16:13:11.6050556Z Test iteration over a dictionary's keys. ... ok (0.001s) 2022-09-27T16:13:11.6053557Z test_len (jit.test_list_dict.TestScriptDict) 2022-09-27T16:13:11.6061786Z Test len() builtin function. ... ok (0.001s) 2022-09-27T16:13:11.6068963Z test_nested (jit.test_list_dict.TestScriptDict) 2022-09-27T16:13:11.6069988Z Test that reference semantics are honoured when the ScriptDict that is ... skip: Cannot pass until all dicts returned from TorchScript are ScriptDicts (0.001s) 2022-09-27T16:13:11.6073891Z test_reference_semantics (jit.test_list_dict.TestScriptDict) 2022-09-27T16:13:11.6105395Z Test that reference semantics are honoured; that modifications made ... ok (0.003s) 2022-09-27T16:13:11.6107669Z test_repr (jit.test_list_dict.TestScriptDict) 2022-09-27T16:13:11.6115056Z Test the __repr__ method. ... ok (0.001s) 2022-09-27T16:13:11.6120415Z test_setitem (jit.test_list_dict.TestScriptDict) 2022-09-27T16:13:11.6129118Z Test setting dictionary values using the [] operator. ... ok (0.001s) 2022-09-27T16:13:11.6133312Z test_append (jit.test_list_dict.TestScriptList) 2022-09-27T16:13:11.6141141Z Test append method. ... ok (0.001s) 2022-09-27T16:13:11.6144238Z test_bool (jit.test_list_dict.TestScriptList) 2022-09-27T16:13:11.6150436Z Test the __bool__ method. This should return True ... ok (0.001s) 2022-09-27T16:13:11.6152988Z test_clear (jit.test_list_dict.TestScriptList) 2022-09-27T16:13:11.6157901Z Test clear. ... ok (0.001s) 2022-09-27T16:13:11.6162862Z test_contains (jit.test_list_dict.TestScriptList) 2022-09-27T16:13:11.6170464Z Test membership checks (x in y, x not in y). ... ok (0.001s) 2022-09-27T16:13:11.6174414Z test_count (jit.test_list_dict.TestScriptList) 2022-09-27T16:13:11.6181730Z Test count method. ... ok (0.001s) 2022-09-27T16:13:11.6186859Z test_delitem (jit.test_list_dict.TestScriptList) 2022-09-27T16:13:11.6195307Z Test deletion. ... ok (0.001s) 2022-09-27T16:13:11.6206497Z test_extend (jit.test_list_dict.TestScriptList) 2022-09-27T16:13:11.6218201Z Test extend. ... ok (0.002s) 2022-09-27T16:13:11.6227644Z test_getitem (jit.test_list_dict.TestScriptList) 2022-09-27T16:13:11.6254607Z Test accessing list elements using the [] operator. ... ok (0.004s) 2022-09-27T16:13:11.6260593Z test_insert (jit.test_list_dict.TestScriptList) 2022-09-27T16:13:11.6270660Z Test insert. ... ok (0.002s) 2022-09-27T16:13:11.6274560Z test_iter (jit.test_list_dict.TestScriptList) 2022-09-27T16:13:11.6281685Z Test iteration over a list's elements. ... ok (0.001s) 2022-09-27T16:13:11.6284594Z test_len (jit.test_list_dict.TestScriptList) 2022-09-27T16:13:11.6291772Z Test len() builtin function. ... ok (0.001s) 2022-09-27T16:13:11.6299529Z test_nested (jit.test_list_dict.TestScriptList) 2022-09-27T16:13:11.6300520Z Test that reference semantics are honoured when the ScriptList that is ... skip: Cannot pass until all list returned from TorchScript are ScriptLists (0.001s) 2022-09-27T16:13:11.6305726Z test_pop (jit.test_list_dict.TestScriptList) 2022-09-27T16:13:11.6317498Z Test pop. ... ok (0.002s) 2022-09-27T16:13:11.6321956Z test_reference_semantics (jit.test_list_dict.TestScriptList) 2022-09-27T16:13:11.6351486Z Test that reference semantics are honoured; that modifications made ... ok (0.003s) 2022-09-27T16:13:11.6356842Z test_remove (jit.test_list_dict.TestScriptList) 2022-09-27T16:13:11.6365309Z Test remove method. ... ok (0.001s) 2022-09-27T16:13:11.6368629Z test_repr (jit.test_list_dict.TestScriptList) 2022-09-27T16:13:11.6375753Z Test the __repr__ method. ... ok (0.001s) 2022-09-27T16:13:11.6386492Z test_setitem (jit.test_list_dict.TestScriptList) 2022-09-27T16:13:11.6399626Z Test setting list elements using the [] operator. ... ok (0.002s) 2022-09-27T16:13:11.6471932Z test_annotated_class_level_annotation_and_init_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-09-27T16:13:11.6540287Z test_annotated_class_level_annotation_only (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-09-27T16:13:11.6609343Z test_annotated_class_level_jit_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-09-27T16:13:11.6671476Z test_annotated_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-09-27T16:13:11.6726561Z test_annotated_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-09-27T16:13:11.6774101Z test_annotated_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-09-27T16:13:11.6846790Z test_annotated_empty_tensor (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-09-27T16:13:11.6913110Z test_annotated_falsy_base_type (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-09-27T16:13:11.6986489Z test_annotated_nonempty_container (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-09-27T16:13:11.7055983Z test_annotated_with_jit_attribute (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-09-27T16:13:11.7107728Z test_annotated_with_jit_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-09-27T16:13:11.7156464Z test_annotated_with_jit_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-09-27T16:13:11.7203493Z test_annotated_with_jit_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-09-27T16:13:11.7250406Z test_annotated_with_torch_jit_import (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-09-27T16:13:11.8036577Z test_basic (jit.test_script_profile.TestScriptProfile) ... ok (0.078s) 2022-09-27T16:13:11.8046462Z test_empty (jit.test_script_profile.TestScriptProfile) ... ok (0.001s) 2022-09-27T16:13:11.8820785Z test_multi (jit.test_script_profile.TestScriptProfile) ... ok (0.077s) 2022-09-27T16:13:11.9460430Z test_script (jit.test_script_profile.TestScriptProfile) ... ok (0.064s) 2022-09-27T16:13:12.1677522Z test_section (jit.test_script_profile.TestScriptProfile) ... ok (0.222s) 2022-09-27T16:13:12.1906126Z test_module_list_slicing (jit.test_slice.TestSlice) ... ok (0.023s) 2022-09-27T16:13:12.1954587Z test_slice_as_variable (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T16:13:12.2014020Z test_slice_dynamic_index (jit.test_slice.TestSlice) ... ok (0.006s) 2022-09-27T16:13:12.2031613Z test_slice_kwarg (jit.test_slice.TestSlice) ... ok (0.002s) 2022-09-27T16:13:12.2086002Z test_slice_one_none (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T16:13:12.2134226Z test_slice_start_stop (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T16:13:12.2182867Z test_slice_start_stop_step (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T16:13:12.2231435Z test_slice_start_stop_with_none (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T16:13:12.2286322Z test_slice_stop_clipped (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T16:13:12.2336070Z test_slice_stop_only (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T16:13:12.2391598Z test_slice_stop_only_with_nones (jit.test_slice.TestSlice) ... ok (0.006s) 2022-09-27T16:13:12.2434217Z test_slice_string (jit.test_slice.TestSlice) ... ok (0.004s) 2022-09-27T16:13:12.2485339Z test_slice_tensor (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T16:13:12.2542927Z test_slice_tensor_multidim (jit.test_slice.TestSlice) ... ok (0.006s) 2022-09-27T16:13:12.2597263Z test_slice_tensor_multidim_with_dots (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T16:13:12.2651509Z test_slice_three_nones (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T16:13:12.2705474Z test_slice_two_nones (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T16:13:12.2772398Z test_tuple_slicing (jit.test_slice.TestSlice) ... ok (0.007s) 2022-09-27T16:13:12.2856358Z test_freeze_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.008s) 2022-09-27T16:13:12.2949137Z test_freeze_sparse_csr (jit.test_sparse.TestSparse) ... ok (0.009s) 2022-09-27T16:13:12.3019267Z test_serialize_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.007s) 2022-09-27T16:13:12.3100237Z test_serialize_sparse_csr (jit.test_sparse.TestSparse) ... ok (0.008s) 2022-09-27T16:13:12.3139797Z test_modulo_operator (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T16:13:12.3176680Z test_string_interpolation_with_alternate_digit_placeholder (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T16:13:12.3213348Z test_string_interpolation_with_capital_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T16:13:12.3249318Z test_string_interpolation_with_char_placeholder_and_char_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T16:13:12.3285767Z test_string_interpolation_with_char_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T16:13:12.3355142Z test_string_interpolation_with_char_placeholder_and_true_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-09-27T16:13:12.3394816Z test_string_interpolation_with_digit_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T16:13:12.3463447Z test_string_interpolation_with_digit_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-09-27T16:13:12.3500702Z test_string_interpolation_with_double_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T16:13:12.3569296Z test_string_interpolation_with_exponent_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-09-27T16:13:12.3609618Z test_string_interpolation_with_float_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T16:13:12.3646427Z test_string_interpolation_with_float_placeholder_and_float_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T16:13:12.3683192Z test_string_interpolation_with_lowercase_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T16:13:12.3725462Z test_string_interpolation_with_multiple_placeholders (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T16:13:12.3796757Z test_string_interpolation_with_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-09-27T16:13:12.3833209Z test_string_interpolation_with_string_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T16:13:12.3868110Z test_string_interpolation_with_string_placeholder_and_format_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-09-27T16:13:12.3903373Z test_string_interpolation_with_string_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-09-27T16:13:12.3946092Z test_string_interpolation_with_subscript (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T16:13:12.4014153Z test_string_interpolation_with_too_few_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-09-27T16:13:12.4086774Z test_string_interpolation_with_too_many_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-09-27T16:13:12.4154815Z test_string_interpolation_with_unknown_format_specifier (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-09-27T16:13:12.4425562Z test_adaptive_avg_pool2d (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.027s) 2022-09-27T16:13:12.4636263Z test_arange_shape (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.021s) 2022-09-27T16:13:12.4692099Z test_binary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.006s) 2022-09-27T16:13:12.4737853Z test_binary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.005s) 2022-09-27T16:13:12.4888807Z test_convolution_backward (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.015s) 2022-09-27T16:13:12.4933027Z test_if_propagation (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.004s) 2022-09-27T16:13:12.5054681Z test_partial_eval_graph_conv (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.012s) 2022-09-27T16:13:12.5377388Z test_partial_eval_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.032s) 2022-09-27T16:13:12.5613782Z test_refinement_through_graph_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.024s) 2022-09-27T16:13:12.5739723Z test_register_function_error_checking (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.013s) 2022-09-27T16:13:12.5836495Z test_returning_input_symbolic_shapes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.010s) 2022-09-27T16:13:12.5911909Z test_shape_analysis (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.008s) 2022-09-27T16:13:12.6742804Z test_shape_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.083s) 2022-09-27T16:13:12.6931691Z test_shape_embedding_bag (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.019s) 2022-09-27T16:13:12.6941570Z test_shape_function_includes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... skip: shape functions not loaded in python (0.001s) 2022-09-27T16:13:12.6955866Z test_shared_shape_graph (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-09-27T16:13:12.7012056Z test_size_and_sizes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.006s) 2022-09-27T16:13:12.7253300Z test_stitching_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.024s) 2022-09-27T16:13:12.7422820Z test_stitching_multi_output (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.017s) 2022-09-27T16:13:12.7430367Z test_sym_ir_parsing (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-09-27T16:13:12.7450697Z test_unary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.002s) 2022-09-27T16:13:12.7479186Z test_unary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.003s) 2022-09-27T16:13:12.7511922Z test_write (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.003s) 2022-09-27T16:13:12.7533498Z test_method_on_number (jit.test_builtins.TestTensorBuiltins) ... ok (0.002s) 2022-09-27T16:13:12.7649686Z test_scalar_to_num_conversions (jit.test_builtins.TestTensorBuiltins) ... ok (0.011s) 2022-09-27T16:13:12.7710636Z test_tensor_item (jit.test_builtins.TestTensorBuiltins) ... ok (0.006s) 2022-09-27T16:13:12.7862998Z test_tensor_properties (jit.test_builtins.TestTensorBuiltins) ... ok (0.015s) 2022-09-27T16:13:12.8186986Z test_tensor_subscript_assign (jit.test_builtins.TestTensorBuiltins) ... ok (0.032s) 2022-09-27T16:13:12.8192964Z test_tensor_subscript_assign_device (jit.test_builtins.TestTensorBuiltins) ... skip: requires CUDA (0.001s) 2022-09-27T16:13:12.8251491Z test_randperm_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.006s) 2022-09-27T16:13:12.8307730Z test_randperm_specifed_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.006s) 2022-09-27T16:13:12.8365072Z test_tril_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.006s) 2022-09-27T16:13:12.8423469Z test_tril_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.006s) 2022-09-27T16:13:12.8480096Z test_triu_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.006s) 2022-09-27T16:13:12.8537796Z test_triu_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.006s) 2022-09-27T16:13:12.8600436Z test_getitem (jit.test_tensor_methods.TestTensorMethods) ... ok (0.006s) 2022-09-27T16:13:12.8616540Z test_getitem_invalid (jit.test_tensor_methods.TestTensorMethods) ... ok (0.002s) 2022-09-27T16:13:12.8730536Z test_default_args (jit.test_torchbind.TestTorchbind) ... ok (0.011s) 2022-09-27T16:13:12.8740663Z test_lambda_as_constructor (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T16:13:12.8751118Z test_profiler_custom_op (jit.test_torchbind.TestTorchbind) ... STAGE:2022-09-27 16:13:12 3934:3934 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:13:12.8754684Z STAGE:2022-09-27 16:13:12 3934:3934 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:13:12.8759594Z ok (0.002s) 2022-09-27T16:13:12.8785945Z test_staticmethod (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-09-27T16:13:12.8872440Z test_torchbind (jit.test_torchbind.TestTorchbind) ... ok (0.009s) 2022-09-27T16:13:12.8880375Z test_torchbind_attr_exception (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T16:13:12.8916703Z test_torchbind_class_attr_recursive (jit.test_torchbind.TestTorchbind) ... ok (0.004s) 2022-09-27T16:13:12.8970036Z test_torchbind_class_attribute (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-09-27T16:13:12.9006469Z test_torchbind_deepcopy (jit.test_torchbind.TestTorchbind) ... ok (0.004s) 2022-09-27T16:13:12.9086098Z test_torchbind_def_property_getter_setter (jit.test_torchbind.TestTorchbind) ... ok (0.008s) 2022-09-27T16:13:12.9129661Z test_torchbind_def_property_just_getter (jit.test_torchbind.TestTorchbind) ... ok (0.004s) 2022-09-27T16:13:12.9182456Z test_torchbind_def_property_readwrite (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-09-27T16:13:12.9188952Z test_torchbind_getattr (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T16:13:12.9241422Z test_torchbind_getstate (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-09-27T16:13:12.9259650Z test_torchbind_instantiate_missing_class (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T16:13:12.9276940Z test_torchbind_lambda_method (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T16:13:12.9294602Z test_torchbind_no_init (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T16:13:12.9330052Z test_torchbind_optional_explicit_attr (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-09-27T16:13:12.9343183Z test_torchbind_pass_wrong_type (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T16:13:12.9355595Z test_torchbind_pickle_serialization (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T16:13:12.9366615Z test_torchbind_python_deepcopy (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T16:13:12.9386985Z test_torchbind_return_instance (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T16:13:12.9410591Z test_torchbind_return_instance_from_method (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T16:13:12.9429096Z test_torchbind_return_tuple (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T16:13:12.9466408Z test_torchbind_save_load (jit.test_torchbind.TestTorchbind) ... ok (0.004s) 2022-09-27T16:13:12.9483886Z test_torchbind_take_as_arg (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T16:13:12.9507468Z test_torchbind_take_instance_as_method_arg (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T16:13:12.9558810Z test_torchbind_tracing (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-09-27T16:13:12.9631938Z test_torchbind_tracing_nested (jit.test_torchbind.TestTorchbind) ... ok (0.007s) 2022-09-27T16:13:12.9776412Z test_call_traced_fn_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-09-27T16:13:12.9990472Z test_call_traced_module_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-09-27T16:13:13.0102676Z test_canonicalize_tensor_iterator (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-09-27T16:13:13.0196131Z test_constant (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:13:13.0326413Z test_conv (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-09-27T16:13:13.0508527Z test_export_no_reorder (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-09-27T16:13:13.0603776Z test_force_outplace_check_fill (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:13:13.0694970Z test_force_outplace_check_zero (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:13:13.0840402Z test_ge (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-09-27T16:13:13.0844132Z test_ge_cuda (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.000s) 2022-09-27T16:13:13.2741268Z test_ge_optimized (jit.test_tracer.TestTracer) ... ok (0.189s) 2022-09-27T16:13:13.3155692Z test_ge_unoptimized (jit.test_tracer.TestTracer) ... ok (0.041s) 2022-09-27T16:13:13.3235372Z test_index_put (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:13:13.3307200Z test_index_put_trace_with_view (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:13:13.3368231Z test_index_put_trace_without_view (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:13:13.3390592Z test_inplace_check (jit.test_tracer.TestTracer) ... /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool1d' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3391406Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3392694Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool2d' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3393387Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3394512Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool3d' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3395263Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3396509Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::expand' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3397313Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3398391Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::expand_as' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3399289Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3400431Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3401075Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3402158Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d_with_indices' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3402864Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3403765Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d_with_indices' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3404427Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3405671Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d_with_indices' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3406318Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3407395Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::meshgrid' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3408079Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3409248Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::min' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3410128Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3411249Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scan' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3411751Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3412520Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3413018Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3413758Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_to_type' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3414248Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3415332Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_comparison_operator' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3416160Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3417331Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_constant_fill' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3418200Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3419591Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3420479Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3421888Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_try_cast_integer_to_float' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3422751Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3424143Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::addmm' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3424999Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3426352Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::all' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3427229Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3428582Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::any' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3429459Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3430807Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::arange' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3431688Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3433160Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bmm' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3434047Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3435412Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::empty' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3436286Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3437667Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::empty_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3438598Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3439957Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::erf' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3440853Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3442312Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::flatten' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3443187Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3444558Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::full' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3445422Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3446788Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::full_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3447659Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3449031Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gather' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3449886Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3451395Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gt' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3452227Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3453593Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_copy' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3454457Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3456011Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_fill' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3456920Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3458301Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::isnan' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3459172Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3460549Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lt' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3461488Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3462897Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::masked_fill' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3463777Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3465136Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::matmul' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3466021Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3467358Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mm' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3468227Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3469592Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nonzero' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3470443Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3471824Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ones' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3472681Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3474074Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ones_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3474947Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3476303Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::prelu' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3528202Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3529817Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3530694Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3531588Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat_interleave' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3532081Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3532837Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3533324Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3534089Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter_add' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3534638Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3535837Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sign' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3536712Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3537853Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3538594Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3539907Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3540671Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3541982Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3542726Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3543856Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3544656Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3545871Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3546616Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3547594Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3548220Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3549223Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::where' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3549723Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3550482Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::zeros' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3551029Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3551913Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::zeros_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3552565Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3553757Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'onnx::Placeholder' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3554454Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3555373Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::Constant' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3556206Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3557210Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ConstantChunk' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3557913Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3559144Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ConstantSplit' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3559919Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3561024Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::If' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3561924Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3563277Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ListConstruct' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3564020Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3564908Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ListUnpack' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3565499Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3566378Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::Loop' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3567019Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3568090Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::TupleConstruct' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3568875Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3570241Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::Uninitialized' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3570914Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3572096Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::data' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3572902Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3573971Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::device' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3574638Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3576023Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::dtype' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3576820Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3577988Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::layout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3578712Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3579820Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::max' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3580316Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3581625Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::min' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3582314Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3583464Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::shape' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3584261Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3585507Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::tolist' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3586331Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3587823Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::unchecked_cast' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3588754Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3589640Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__and_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3590244Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3591427Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__derive_index' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3592322Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3593680Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__getitem_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3594460Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3595674Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3596472Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3597771Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__is_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3598343Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3599322Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__isnot_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3600100Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3601081Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__lshift_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3601812Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3602994Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__not_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3603670Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3604682Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__or_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3605214Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3606091Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__range_length' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3606665Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3607421Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__rshift_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3607909Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3608663Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__xor_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3609132Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3609894Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_adaptive_pool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3610422Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3611169Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::all' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3611641Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3612382Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::any' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3612866Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3613614Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_avg_pool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3614100Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3614960Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_BFloat16' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3615551Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3616452Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Bool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3616971Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3617717Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Byte' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3618208Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3618959Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Char' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3619449Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3620330Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_ComplexDouble' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3620820Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3621587Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_ComplexFloat' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3622086Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3622933Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Double' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3623494Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3624245Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Float' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3624733Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3625480Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Half' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3625963Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3626702Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Int' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3627190Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3627945Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Long' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3628430Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3629171Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Short' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3629661Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3630427Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_func_template' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3630923Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3631693Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_convert_padding_node' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3632177Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3632965Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_convolution' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3633454Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3634204Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_dim_arange' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3634690Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3635447Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_div_rounding_mode' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3635968Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3636721Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_floor_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3637209Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3637950Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_generic_rnn' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3638437Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3639192Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3639685Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3640447Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_kl_div_log_target_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3640942Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3641786Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_kl_div_non_log_target_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3642283Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3643097Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_layer_norm_returns_normalized_input_mean_rstd' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3643599Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3644340Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::len' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3644824Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3645573Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::list' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3646098Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3646839Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_log_softmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3647323Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3648070Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_lstm_full' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3648554Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3649305Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_lstm_packed' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3649820Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3650571Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_max_pool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3651058Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3651844Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_maybe_cast_reduce_op_input' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3652339Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3653097Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_one_hidden_rnn' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3653580Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3654350Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_pack_padded_sequence' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3654989Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3655818Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_pad_circular' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3656314Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3657089Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_pad_packed_sequence' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3657587Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3658346Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_prepare_onnx_paddings' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3658850Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3659672Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reduce_op_symbolic' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3660171Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3660924Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reduce_with_dtype' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3661420Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3662197Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reshape_from_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3662739Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3663508Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_sample_dirichlet' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3663993Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3664754Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_shape_as_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3665246Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3666001Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_slice' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3666485Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3667236Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_standard_gamma' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3667745Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3668490Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_trunc_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3668980Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3669729Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_unique' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3670211Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3670949Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_unique2' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3671431Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3672232Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_unsupported_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3672736Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3673497Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_var_mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3673968Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3674724Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_weight_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3675240Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3675983Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::abs' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3676446Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3677192Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::acos' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3677675Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3678445Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_avg_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3678941Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3679700Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_avg_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3680198Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3680971Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_avg_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3681534Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3682295Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3682786Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3683546Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3684042Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3684838Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3685330Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3686328Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::add' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3686815Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3687571Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::addcmul' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3688038Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3688828Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::addmm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3689316Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3690059Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::alias' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3690542Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3691293Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::alpha_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3691788Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3692552Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::alpha_dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3693256Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3693991Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::amax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3694470Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3695785Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::amin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3696278Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3697036Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::aminmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3697507Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3698289Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::arange' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3698775Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3699593Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3700079Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3700809Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argmin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3701296Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3702047Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::as_strided' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3702583Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3703322Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::as_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3703811Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3704554Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::asin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3705029Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3705763Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::atan' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3706242Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3706999Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3707488Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3708239Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3708714Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3709468Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3709952Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3710701Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::baddbmm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3711174Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3711965Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::batch_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3712452Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3713208Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bernoulli' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3713696Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3714434Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bitwise_not' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3714921Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3715693Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bmm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3716165Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3716915Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::broadcast_tensors' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3717411Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3718159Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bucketize' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3718647Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3719388Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cat' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3719856Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3720599Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cdist' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3721079Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3721910Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ceil' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3722382Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3723122Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3723608Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3724357Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp_max' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3724845Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3725614Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp_min' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3726098Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3726845Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clone' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3727321Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3728064Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::constant_pad_nd' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3728586Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3729339Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::contiguous' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3729829Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3730697Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3731178Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3731933Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3732420Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3733172Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3733637Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3734391Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv_tbc' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3734992Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3735817Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv_transpose1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3736320Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3737070Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv_transpose2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3737563Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3738377Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv_transpose3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3738871Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3739617Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::convolution' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3740106Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3740852Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cos' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3741368Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3742138Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cosine_similarity' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3742622Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3743364Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cross' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3743847Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3744588Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cumsum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3745060Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3745803Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::detach' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3746291Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3747025Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dim' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3747506Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3748232Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::div' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3748714Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3749454Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dot' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3749935Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3750666Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3751294Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3752188Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3752676Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3753412Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::elu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3753878Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3754630Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3755155Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3755916Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding_bag' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3756395Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3757134Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::empty' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3757616Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3758374Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::empty_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3758860Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3759585Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::eq' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3760069Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3760816Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::erf' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3761370Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3762108Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::exp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3762586Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3763551Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::expand' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3764041Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3764835Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::expand_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3765327Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3766067Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::eye' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3766550Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3767322Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::feature_alpha_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3767848Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3768630Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::feature_alpha_dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3769139Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3769900Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::feature_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3770389Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3771133Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::feature_dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3771630Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3772384Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fill' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3772863Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3773598Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::flatten' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3774081Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3774962Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::floor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3775507Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3776256Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::floor_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3776748Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3777492Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::floordiv' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3777981Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3778795Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::frobenius_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3779278Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3780167Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::full' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3780723Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3781483Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::full_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3782020Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3782761Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gather' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3783247Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3783988Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ge' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3784463Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3785197Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gelu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3785676Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3786446Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::get_pool_ceil_padding' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3787096Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3787878Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::glu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3788371Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3789125Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::group_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3789606Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3790342Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gru' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3790803Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3791584Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3792069Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3792820Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gt_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3793292Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3794042Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hann_window' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3794561Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3795319Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardshrink' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3795806Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3796546Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardsigmoid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3797036Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3797790Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardswish' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3798284Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3799023Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardtanh' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3799507Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3800256Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3800738Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3801555Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_add' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3802030Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3802784Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_copy' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3803277Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3804033Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_fill' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3804511Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3805313Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_put' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3805807Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3806561Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_select' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3807051Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3807791Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::instance_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3808321Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3809081Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::is_floating_point' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3809566Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3810300Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::is_pinned' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3810789Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3811539Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::isnan' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3812024Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3812766Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::item' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3813236Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3813981Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::kl_div' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3814469Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3815418Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::layer_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3815895Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3816639Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::le' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3817119Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3817932Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::leaky_relu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3818422Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3819157Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lerp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3819638Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3820377Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lift' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3820924Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3821673Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_cross' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3822159Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3822919Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_matrix_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3823407Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3824162Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3824637Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3825396Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_vector_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3825892Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3826635Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linear' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3827108Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3827870Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linspace' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3828354Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3829099Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3829578Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3830311Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log10' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3830823Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3831575Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log1p' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3832053Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3832857Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log2' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3833480Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3834243Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log_sigmoid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3834780Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3835537Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log_softmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3836010Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3836768Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logical_and' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3837253Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3838222Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logical_or' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3838697Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3839452Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logical_xor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3839934Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3840687Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logsumexp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3841175Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3841974Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lstm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3842455Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3843214Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lstm_cell' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3843697Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3844468Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3844955Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3845704Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lt_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3846183Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3846939Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::masked_fill' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3847443Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3848195Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::matmul' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3848677Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3849415Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3849882Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3850631Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3851112Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3851882Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d_with_indices' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3852384Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3853120Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3853609Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3854386Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d_with_indices' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3855058Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3855837Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3856322Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3857149Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d_with_indices' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3857653Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3858394Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::maximum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3858863Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3859610Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3860097Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3860891Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::meshgrid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3861369Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3862108Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::min' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3862583Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3863330Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::minimum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3863814Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3864547Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mish' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3865028Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3865769Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3866246Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3866986Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::movedim' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3867470Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3868211Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mul' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3868689Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3869433Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::multinomial' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3869919Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3870694Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mv' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3871174Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3871919Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::narrow' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3872389Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3873155Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::native_layer_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3873688Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3874437Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ne' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3874919Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3875648Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::neg' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3876131Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3876890Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::new_empty' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3877381Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3878127Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::new_full' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3878611Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3879358Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::new_ones' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3879845Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3880583Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::new_zeros' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3881064Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3881881Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nonzero' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3882366Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3883127Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nonzero_numpy' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3883640Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3884390Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3884869Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3885610Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::numel' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3886080Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3886869Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::numpy_T' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3887353Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3888097Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::one_hot' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3888575Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3889308Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ones' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3889790Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3890538Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ones_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3891025Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3891794Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::op_with_optional_float_cast' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3892296Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3893067Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::overload_by_arg_count' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3893566Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3894305Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pad' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3894775Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3895726Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pairwise_distance' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3896229Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3897044Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::permute' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3897532Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3898276Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pixel_shuffle' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3898764Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3899517Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pixel_unshuffle' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3900049Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3900781Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pow' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3901259Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3902002Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::prelu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3902480Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3903216Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::prod' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3903695Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3904439Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rand' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3904927Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3905676Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rand_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3906154Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3907028Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::randn' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3907611Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3908373Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::randn_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3908843Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3909660Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reciprocal' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3910156Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3910924Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3911565Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3912378Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3912909Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3913674Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3914160Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3914911Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3915406Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3916149Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::relu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3916638Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3917391Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::relu6' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3917865Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3918612Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::remainder' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3919099Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3919847Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3920325Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3921092Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat_interleave' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3921655Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3922422Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3922916Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3923704Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3924198Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3924959Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3925446Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3926200Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3926722Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3927468Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reshape' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3927954Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3928711Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reshape_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3929186Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3929932Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rnn_relu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3930414Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3931160Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rnn_tanh' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3931637Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3932373Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::roll' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3932854Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3933597Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rrelu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3934082Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3934905Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rsqrt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3935490Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3936290Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rsub' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3936775Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3937524Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scalar_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3938020Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3938774Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3939304Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3940066Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter_add' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3940542Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3941289Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::select' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3941778Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3942519Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::selu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3942990Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3943737Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sigmoid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3944224Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3944968Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sign' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3945451Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3946180Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::silu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3946657Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3947398Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3947882Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3948610Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::size' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3949089Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3949869Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::slice' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3950360Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3951113Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::softmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3951585Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3952332Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::softplus' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3952914Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3953678Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::softshrink' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3954150Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3954893Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sort' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3955378Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3956127Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3956613Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3957361Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split_with_sizes' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3957847Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3958591Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sqrt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3959074Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3959808Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::square' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3960295Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3961038Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::squeeze' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3961588Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3962367Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::stack' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3962841Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3963587Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::std' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3964072Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3964821Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::std_mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3965323Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3966063Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sub' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3966539Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3967286Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3967769Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3968740Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::t' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3969229Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3969977Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::take' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3970487Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3971215Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tan' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3971813Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3972641Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tanh' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3973124Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3973871Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tanhshrink' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3974360Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3975290Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3975772Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3976597Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::threshold' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3977074Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3977818Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::to' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3978299Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3979045Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::topk' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3979559Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3980316Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::transpose' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3980802Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3981558Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::true_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3982045Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3982788Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::type_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3983269Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3984018Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unbind' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3984503Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3985240Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unfold' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3985722Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3986481Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_chunk' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3986969Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3987721Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_split' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3988190Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3989004Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_split_with_sizes' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3989728Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3990489Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsqueeze' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3990962Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3991711Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unused' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3992232Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3993204Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3993707Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3994465Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3994964Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3995733Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3996228Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3996969Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3997471Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3998238Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3998733Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.3999505Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.3999988Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4000731Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::var' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4001268Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4002029Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::var_mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4002567Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4003309Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::view' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4003790Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4004539Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::view_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4005013Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4005743Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::where' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4006259Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4007041Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::wrap_logical_op_with_cast_to' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4007542Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4008312Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::wrap_logical_op_with_negation' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4008821Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4009565Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::zeros' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4010043Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4010801Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::zeros_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4011429Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4012241Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::add' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4012818Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4013588Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::add_relu' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4014080Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4014946Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::cat' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4015502Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4016330Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::conv2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4016825Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4017580Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::conv2d_relu' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4018077Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4018845Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::group_norm' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4019383Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4020202Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::hardswish' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4020728Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4021496Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::instance_norm' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4021992Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4022765Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::layer_norm' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4023243Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4024008Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::leaky_relu' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4024495Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4036760Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::linear' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4037369Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4038210Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::mul' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4038694Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4039465Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::sigmoid' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4039957Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4040809Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4041390Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4042137Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_avg_pool' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4042631Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4043404Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_div_rounding_mode' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4043942Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4044694Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_floor_divide' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4045190Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4045958Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4046452Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4047195Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_max_pool' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4047683Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4048435Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_slice' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4048920Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4049671Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4050146Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4050902Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4051387Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4052151Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4052642Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4053389Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dequantize' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4053911Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4054661Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::div' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4055384Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4056141Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding_bag' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4056637Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4057436Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fake_quantize_per_tensor_affine' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4058009Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4058759Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::flip' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4059231Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4059977Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fmod' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4060469Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4061225Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::isfinite' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4061700Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4062446Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::isinf' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4062927Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4063687Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4064178Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4064938Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d_with_indices' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4065440Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4066195Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4066688Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4067487Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d_with_indices' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4067990Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4068745Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4069237Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4070009Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d_with_indices' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4070530Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4071286Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nan_to_num' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4071771Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4072543Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::quantize_per_tensor' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4073022Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4073777Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::slice' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4074264Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4075007Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sort' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4075488Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4076220Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::topk' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4076705Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4077478Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4077972Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4078726Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4079223Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4080027Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4080529Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4081364Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4081855Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4082622Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4083170Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4083950Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4084438Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4085191Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::Delete' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4085676Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4086453Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ConstantChunk' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4086953Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4087690Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__getitem_' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4088174Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4088939Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4089429Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4090166Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__lshift_' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4090653Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4091405Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__rshift_' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4091886Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4092631Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_avg_pool' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4093134Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4093896Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_dim_arange' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4094387Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4095359Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_get_im2col_indices_along_dim' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4095851Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4096635Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_get_im2col_output_shape' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4097188Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4097973Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_get_im2col_padded_input' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4098471Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4099215Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4099707Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4100454Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::len' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4100940Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4101706Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_prepare_onnx_paddings' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4102207Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4102958Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_set_item' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4103443Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4104191Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_unique2' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4104668Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4105411Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::add' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4105892Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4106686Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::append' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4107172Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4107904Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::arange' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4108392Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4109233Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argsort' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4109815Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4110633Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4111196Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4112017Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4112565Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4113372Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4113898Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4114701Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cat' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4115239Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4116053Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::chunk' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4116592Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4117407Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4117942Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4118757Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp_max' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4119247Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4120085Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp_min' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4120647Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4121546Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::constant_pad_nd' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4122114Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4122905Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cumsum' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4123494Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4124330Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding_bag' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4124826Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4125667Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding_renorm' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4126180Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4126999Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::flatten' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4127556Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4128360Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gather' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4128889Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4129707Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardtanh' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4130195Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4131004Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::im2col' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4131552Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4132357Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4132898Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4133712Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_copy' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4134233Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4135247Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_fill' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4135751Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4136580Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_put' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4137107Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4137906Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::insert' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4138548Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4139366Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_det' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4139907Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4140734Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_vector_norm' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4141229Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4142053Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logdet' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4142560Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4143385Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::masked_scatter' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4143940Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4144740Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::masked_select' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4145298Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4146103Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mm' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4146589Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4147385Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::narrow' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4147924Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4148769Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::normal' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4149260Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4150060Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pad' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4150551Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4151311Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pixel_shuffle' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4151834Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4152648Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pop' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4153119Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4153883Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4154374Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4155147Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4155649Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4156471Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4156966Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4157729Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4158229Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4158974Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::relu6' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4159461Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4160091Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::remainder' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4160188Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4160823Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4160956Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4161670Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4161765Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4162405Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4162500Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4163242Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4163341Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4163960Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::round' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4164056Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4164677Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4164775Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4165392Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::select' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4165488Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4166108Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::size' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4166204Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4166822Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sort' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4166924Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4167530Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4167627Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4168258Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split_with_sizes' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4168358Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4169011Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::squeeze' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4169110Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4169734Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::stack' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4169830Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4170441Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::topk' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4170584Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4171196Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unbind' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4171292Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4171919Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unique_dim' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4172009Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4172637Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsqueeze' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4172737Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4173378Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bicubic2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4173474Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4174123Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4174225Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4174998Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4175149Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4175831Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4175928Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4176699Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4176800Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4177437Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4177534Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4178183Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4178315Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4178986Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_dropout_returns_masked_input_and_mask' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4179084Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4179716Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_einsum_helper' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4179812Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4180431Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argmax' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4180530Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4181139Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argmin' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4181236Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4181897Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::binary_cross_entropy_with_logits' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4181982Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4182604Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::celu' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4182701Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4183387Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cross_entropy_loss' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4183488Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4184112Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dropout' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4184242Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4184864Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::einsum' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4184960Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4185573Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ge' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4185668Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4186286Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::le' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4186398Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4187066Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::native_dropout' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4187162Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4187787Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nll_loss' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4187886Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4188510Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nll_loss2d' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4188606Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4189236Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nll_loss_nd' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4189332Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4189952Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::outer' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4190107Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4190723Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pow' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4190819Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4191427Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tensordot' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4191525Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4192173Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unfold' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4192273Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4192906Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::conv2d' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4193006Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4193643Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::conv2d_relu' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4193771Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4194396Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::linear' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4194492Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4195133Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reduce_op_symbolic' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4195230Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4195861Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reduce_with_dtype' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4195961Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4196582Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::diagonal' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4196679Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4197352Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fake_quantize_per_channel_affine' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4197455Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4198118Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fake_quantize_per_tensor_affine' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4198217Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4198851Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::frobenius_norm' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4198947Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4199609Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log_softmax' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4199709Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4200339Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nonzero_numpy' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4200422Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4201064Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat_interleave' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4201281Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4201910Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::softmax' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4202009Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4202693Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4202792Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4203429Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split_with_sizes' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4203529Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4204145Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sum' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4204243Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4204875Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tensor_split' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4204971Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4205583Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unbind' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4205682Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4206313Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_chunk' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4206410Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4207041Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_split' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4207197Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4207844Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_split_with_sizes' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4207940Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4208565Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::where' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4208661Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4209303Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::hardswish' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4209427Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4210046Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::batch_norm' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4210142Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4210765Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardswish' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4210865Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4211494Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reshape' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4211590Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4212203Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tril' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4212300Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4212906Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::triu' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4213004Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4213638Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::unchecked_cast' already registered for opset 15. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4213735Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4214351Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__is_' already registered for opset 15. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4214435Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4215315Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__isnot_' already registered for opset 15. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4215417Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4216052Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::grid_sampler' already registered for opset 16. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4216149Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4216780Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter_add' already registered for opset 16. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4216918Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4217555Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::layer_norm' already registered for opset 17. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:13:13.4217656Z errors.OnnxExporterWarning, 2022-09-27T16:13:13.4217726Z ok (0.025s) 2022-09-27T16:13:13.4217861Z test_inplace_copy (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:13:13.4218025Z test_inplace_copy_force_outplace (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:13:13.4218157Z test_inplace_flags (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-09-27T16:13:13.4218295Z test_inplace_transplant (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T16:13:13.4218425Z test_inplace_warn (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:13:13.4218573Z test_input_dict_checkTrace_mut (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:13:13.4218708Z test_input_dict_empty (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-09-27T16:13:13.4218847Z test_input_dict_empty_list (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-09-27T16:13:13.4218980Z test_input_dict_insertion_order (jit.test_tracer.TestTracer) 2022-09-27T16:13:13.4219179Z Check that dictionary access doesn't care about insertion order ... ok (0.010s) 2022-09-27T16:13:13.4219314Z test_input_dict_of_dicts (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:13:13.4253874Z test_input_dict_of_lists (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:13:13.4341422Z test_input_dict_recursive (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:13:13.4350933Z test_input_dict_remembers_keys (jit.test_tracer.TestTracer) 2022-09-27T16:13:13.4463234Z Check that the trace remembers which keys were in a dict input ... ok (0.012s) 2022-09-27T16:13:13.4525494Z test_input_dict_unify (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:13:13.4529926Z test_input_flatten (jit.test_tracer.TestTracer) 2022-09-27T16:13:13.4661508Z Check that inputs to traced functions are flattened ... ok (0.013s) 2022-09-27T16:13:13.4692200Z test_input_list_mixed_type (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-09-27T16:13:13.4752522Z test_input_list_of_tuples (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:13:13.4824731Z test_input_list_toplevel_flatten (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:13:13.4902295Z test_input_list_toplevel_flatten_direct (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:13:13.4980277Z test_input_tuple_of_dicts (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:13:13.5232141Z test_interpolate_trace (jit.test_tracer.TestTracer) ... ok (0.025s) 2022-09-27T16:13:13.5244164Z test_large_nbr_kernel_args (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.001s) 2022-09-27T16:13:13.5347072Z test_lhs_index_fails (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T16:13:13.5415069Z test_lhs_index_trivial (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:13:13.5544531Z test_max_pool (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-09-27T16:13:13.5590847Z test_nested_inplace (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T16:13:13.5612356Z test_non_tensor_tracing (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-09-27T16:13:13.5617346Z test_output_unflatten (jit.test_tracer.TestTracer) 2022-09-27T16:13:13.5697101Z Check that outputs of traced functions retain the original structure and nesting ... expected failure (0.008s) 2022-09-27T16:13:13.5748452Z test_python_function (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T16:13:13.5821662Z test_python_function_tup (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:13:13.5896986Z test_repeated_input (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:13:13.5976697Z test_repeated_output (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:13:13.5998393Z test_shared_param (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-09-27T16:13:13.6187925Z test_simple (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-09-27T16:13:13.6200463Z test_tensor_with_grad_as_constant (jit.test_tracer.TestTracer) ... ok (0.001s) 2022-09-27T16:13:13.6291723Z test_trace_aliased_parameter (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:13:13.6351893Z test_trace_annotation (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:13:13.6554857Z test_trace_arange (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-09-27T16:13:13.6766618Z test_trace_arange_with_grad (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-09-27T16:13:13.6852616Z test_trace_autograd_function (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:13:13.6882153Z test_trace_c10_ops (jit.test_tracer.TestTracer) ... skip: Skip the test since c2 ops are not registered. (0.003s) 2022-09-27T16:13:13.7309467Z test_trace_casts (jit.test_tracer.TestTracer) ... ok (0.043s) 2022-09-27T16:13:13.7387891Z test_trace_checker_control_flow (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:13:13.7447076Z test_trace_checker_dot_data (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:13:13.7502693Z test_trace_checker_dropout_notrain (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:13:13.7663510Z test_trace_checker_dropout_train (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:13:13.7733095Z test_trace_checker_inplace_on_view (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:13:13.7793232Z test_trace_checker_memoization (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:13:13.7915839Z test_trace_checker_slice_lhs (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-09-27T16:13:13.8002497Z test_trace_checking_with_global_name (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:13:13.8099914Z test_trace_contiguous (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T16:13:13.8148200Z test_trace_contiguous_short_circuit (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T16:13:13.8213384Z test_trace_detach (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:13:13.8283636Z test_trace_detach_inplace (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:13:13.8311428Z test_trace_detach_inplace_redispatch (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-09-27T16:13:13.8340551Z test_trace_detach_onnx_erase (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-09-27T16:13:13.8368377Z test_trace_detach_redispatch (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-09-27T16:13:13.8487118Z test_trace_dict_input (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-09-27T16:13:13.8670653Z test_trace_dict_output (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-09-27T16:13:13.8889992Z test_trace_export_fns (jit.test_tracer.TestTracer) ... ok (0.022s) 2022-09-27T16:13:13.9371187Z test_trace_export_fns_recursive (jit.test_tracer.TestTracer) ... ok (0.048s) 2022-09-27T16:13:13.9722187Z test_trace_fork_join_and_module (jit.test_tracer.TestTracer) ... ok (0.035s) 2022-09-27T16:13:13.9804854Z test_trace_full_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:13:13.9861431Z test_trace_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:13:13.9920303Z test_trace_index (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:13:13.9980085Z test_trace_index_constant (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:13:14.0068978Z test_trace_indexed_assignment (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:13:14.0235246Z test_trace_inline_shape (jit.test_tracer.TestTracer) ... ok (0.017s) 2022-09-27T16:13:14.0284363Z test_trace_inverse (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T16:13:14.0494084Z test_trace_invert_module_hierarchy (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-09-27T16:13:14.0597169Z test_trace_legacy_ctor (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T16:13:14.0950067Z test_trace_module_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.035s) 2022-09-27T16:13:14.1219069Z test_trace_modulelist (jit.test_tracer.TestTracer) ... ok (0.027s) 2022-09-27T16:13:14.1294761Z test_trace_multi_output_function (jit.test_tracer.TestTracer) ... graph(%self : __torch__.jit.test_tracer.Bar, 2022-09-27T16:13:14.1295375Z %x.1 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu), 2022-09-27T16:13:14.1295797Z %y.1 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu)): 2022-09-27T16:13:14.1296478Z %x : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%x.1) # /var/lib/jenkins/workspace/test/jit/test_tracer.py:1437:0 2022-09-27T16:13:14.1296910Z %y : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%y.1) # /var/lib/jenkins/workspace/test/jit/test_tracer.py:1438:0 2022-09-27T16:13:14.1297420Z %9 : (Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu)) = ^Foo[inplace=0, module="jit.test_tracer", Subgraph=]()(%x, %y) # /var/lib/jenkins/workspace/test/jit/test_tracer.py:1439:0 2022-09-27T16:13:14.1298006Z %10 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), %11 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = prim::TupleUnpack(%9) 2022-09-27T16:13:14.1298426Z %12 : (Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu)) = prim::TupleConstruct(%10, %11) 2022-09-27T16:13:14.1298716Z return (%12) 2022-09-27T16:13:14.1298824Z 2022-09-27T16:13:14.1301722Z ok (0.008s) 2022-09-27T16:13:14.1361270Z test_trace_namedtuple (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:13:14.1466651Z test_trace_nested_datatypes (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T16:13:14.1635163Z test_trace_nested_fn (jit.test_tracer.TestTracer) ... ok (0.017s) 2022-09-27T16:13:14.1685169Z test_trace_numel (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T16:13:14.1766556Z test_trace_optioanl_dtype (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:13:14.1929148Z test_trace_optional (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:13:14.1985223Z test_trace_partial_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:13:14.2017595Z test_trace_random (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-09-27T16:13:14.2127048Z test_trace_records_names (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-09-27T16:13:14.2199751Z test_trace_save (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:13:14.2471429Z test_trace_save_load_copy (jit.test_tracer.TestTracer) ... ok (0.027s) 2022-09-27T16:13:14.2516400Z test_trace_single_tuple (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T16:13:14.2603723Z test_trace_size (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:13:14.2693706Z test_trace_size_with_grad (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:13:14.2761821Z test_trace_skip_none_submodule (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:13:14.3242557Z test_trace_slice (jit.test_tracer.TestTracer) ... ok (0.048s) 2022-09-27T16:13:14.3332734Z test_trace_slice_expr_complete_type (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:13:14.3410415Z test_trace_slice_full_dim (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:13:14.3496655Z test_trace_slice_setitem_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:13:14.4006041Z test_trace_slice_with_grad (jit.test_tracer.TestTracer) ... ok (0.051s) 2022-09-27T16:13:14.4408260Z test_trace_tensor_factory (jit.test_tracer.TestTracer) ... ok (0.040s) 2022-09-27T16:13:14.4436457Z test_trace_topk (jit.test_tracer.TestTracer) ... /var/lib/jenkins/workspace/test/jit/test_tracer.py:158: TracerWarning: Converting a tensor to a Python integer might cause the trace to be incorrect. We can't record the data flow of Python values, so this value will be treated as a constant in the future. This means that the trace might not generalize to other inputs! 2022-09-27T16:13:14.4437206Z return x.topk(y, dim=1)[1] 2022-09-27T16:13:14.4509022Z ok (0.010s) 2022-09-27T16:13:14.4617433Z test_trace_tuple (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-09-27T16:13:14.4677122Z test_trace_variable_instantiation (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:13:14.4771781Z test_trace_warn (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:13:14.4836818Z test_trace_with_conditional_property (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:13:14.4873767Z test_trace_with_nested_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-09-27T16:13:14.4904088Z test_trace_with_number_list_output (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-09-27T16:13:14.5061554Z test_trace_with_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:13:14.5082470Z test_traced_module_cuda (jit.test_tracer.TestTracer) ... skip: calls .cuda() (0.002s) 2022-09-27T16:13:14.5095808Z test_tracing_backward_hook_error (jit.test_tracer.TestTracer) ... ok (0.001s) 2022-09-27T16:13:14.5556721Z test_tracing_hooks (jit.test_tracer.TestTracer) ... ok (0.046s) 2022-09-27T16:13:14.6857312Z test_tracing_multiple_methods (jit.test_tracer.TestTracer) ... ok (0.130s) 2022-09-27T16:13:14.6911755Z test_typeas_trace_check (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T16:13:14.6981015Z test_wrapped_number (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:13:14.6992882Z test_assign_python_attr (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:13:14.7343896Z Assigning a new (python-only) attribute should not change type sharing ... ok (0.036s) 2022-09-27T16:13:14.7408212Z test_basic (jit.test_type_sharing.TestTypeSharing) ... ok (0.006s) 2022-09-27T16:13:14.7484743Z test_builtin_function_different (jit.test_type_sharing.TestTypeSharing) ... ok (0.008s) 2022-09-27T16:13:14.7545507Z test_builtin_function_same (jit.test_type_sharing.TestTypeSharing) ... ok (0.006s) 2022-09-27T16:13:14.7553080Z test_constants (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:13:14.7662169Z Types should be shared for identical constant values, and different for different constant values ... ok (0.012s) 2022-09-27T16:13:14.7669471Z test_diff_attr_values (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:13:14.7727389Z Types should be shared even if attribute values differ ... ok (0.006s) 2022-09-27T16:13:14.7732493Z test_failed_attribute_compilation (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:13:14.7756695Z Attributes whose type cannot be inferred should fail cleanly with nice hints ... ok (0.003s) 2022-09-27T16:13:14.7819761Z test_ignored_fns (jit.test_type_sharing.TestTypeSharing) ... ok (0.006s) 2022-09-27T16:13:14.7824986Z test_linear (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:13:14.7949748Z Simple example with a real nn Module ... ok (0.013s) 2022-09-27T16:13:14.8127628Z test_loaded_modules_work (jit.test_type_sharing.TestTypeSharing) ... ok (0.018s) 2022-09-27T16:13:14.8135044Z test_module_dict_same_type_different_name (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:13:14.8469665Z We should be able to differentiate between two ModuleDict instances ... ok (0.034s) 2022-09-27T16:13:14.8478033Z test_mutate_attr_value (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:13:14.8676838Z Mutating the value of an attribute should not change type sharing ... ok (0.021s) 2022-09-27T16:13:14.8682304Z test_param_vs_attribute (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:13:14.8758462Z The same module with an `foo` as a parameter vs. attribute shouldn't ... ok (0.008s) 2022-09-27T16:13:14.8764238Z test_python_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:13:14.8874733Z Different functions passed in should lead to different types ... ok (0.012s) 2022-09-27T16:13:14.8879995Z test_python_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:13:14.8954523Z Same functions passed in should lead to same types ... ok (0.008s) 2022-09-27T16:13:14.8966712Z test_same_but_different_classes (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:13:14.9202029Z Even if everything about the module is the same, different originating ... ok (0.025s) 2022-09-27T16:13:14.9208204Z test_script_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:13:14.9321086Z Different functions passed in should lead to different types ... ok (0.012s) 2022-09-27T16:13:14.9326494Z test_script_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:13:14.9402904Z Same functions passed in should lead to same types ... ok (0.008s) 2022-09-27T16:13:14.9633858Z test_script_module_containing_traced_module (jit.test_type_sharing.TestTypeSharing) ... ok (0.023s) 2022-09-27T16:13:14.9642921Z test_submodules (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:13:15.0117052Z If submodules differ, the types should differ. ... ok (0.048s) 2022-09-27T16:13:15.0124432Z test_tracing_gives_different_types (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:13:15.0253078Z Since we can't guarantee that methods are the same between different ... ok (0.014s) 2022-09-27T16:13:15.0260236Z test_type_not_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:13:15.0330884Z Test that types are not shared if the exclusion of their ... ok (0.008s) 2022-09-27T16:13:15.0336736Z test_type_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:13:15.0391325Z Test that types are shared if the exclusion of their ... ok (0.006s) 2022-09-27T16:13:15.0395980Z test_type_sharing_define_in_init (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:13:15.0464824Z Tests that types between instances of a ScriptModule ... ok (0.007s) 2022-09-27T16:13:15.0475104Z test_type_sharing_disabled (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:13:15.0678921Z Test that type sharing can be disabled. ... ok (0.021s) 2022-09-27T16:13:15.0738948Z test_annotate_outside_init (jit.test_types.TestTypesAndAnnotation) ... ok (0.006s) 2022-09-27T16:13:15.0758560Z test_bad_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-09-27T16:13:15.0809256Z test_ignore_with_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.005s) 2022-09-27T16:13:15.0822927Z test_ignoring_module_attributes (jit.test_types.TestTypesAndAnnotation) 2022-09-27T16:13:15.0884484Z Test that module attributes can be ignored. ... ok (0.007s) 2022-09-27T16:13:15.0916167Z test_inferred_type_error_message (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-09-27T16:13:15.0929542Z test_mismatched_annotation (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-09-27T16:13:15.0937713Z test_optional_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-09-27T16:13:15.0958864Z Test that using an optional with no contained types produces an error. ... ok (0.003s) 2022-09-27T16:13:15.0965491Z test_parser_bug (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-09-27T16:13:15.1053210Z test_pep585_type (jit.test_types.TestTypesAndAnnotation) ... ok (0.009s) 2022-09-27T16:13:15.1074278Z test_python_callable (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-09-27T16:13:15.1090127Z test_reannotate (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-09-27T16:13:15.1097952Z test_tuple_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-09-27T16:13:15.1119066Z Test that using a tuple with no contained types produces an error. ... ok (0.003s) 2022-09-27T16:13:15.1246156Z test_type_annotate_py3 (jit.test_types.TestTypesAndAnnotation) ... ok (0.013s) 2022-09-27T16:13:15.1360965Z test_types_as_values (jit.test_types.TestTypesAndAnnotation) ... ok (0.011s) 2022-09-27T16:13:15.1386750Z test_unimported_type_resolution (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-09-27T16:13:15.1423093Z test_bool_list_io (jit.test_typing.TestTyping) ... ok (0.004s) 2022-09-27T16:13:15.1482811Z test_dict_comprehension (jit.test_typing.TestTyping) ... ok (0.006s) 2022-09-27T16:13:15.1555634Z test_dict_comprehension_scope (jit.test_typing.TestTyping) ... ok (0.007s) 2022-09-27T16:13:15.1631980Z test_dict_comprehension_with_type_annotation (jit.test_typing.TestTyping) ... ok (0.008s) 2022-09-27T16:13:15.1888255Z test_dict_in_not_in (jit.test_typing.TestTyping) ... ok (0.026s) 2022-09-27T16:13:15.1918536Z test_dict_invalid_annotations (jit.test_typing.TestTyping) ... ok (0.003s) 2022-09-27T16:13:15.1938045Z test_dict_type_refinement_annotation_key_mismatch (jit.test_typing.TestTyping) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[int, str]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-09-27T16:13:15.1938986Z File "/var/lib/jenkins/workspace/test/jit/test_typing.py", line 90 2022-09-27T16:13:15.1939211Z def fn(): 2022-09-27T16:13:15.1939394Z l1 = [1, 2, "foo", 3] 2022-09-27T16:13:15.1939722Z ~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T16:13:15.1939914Z l2 = ["foo", "bar", "baz", "qux"] 2022-09-27T16:13:15.1940147Z d: Dict[int, str] = {k : v for k, v in zip(l1, l2)} 2022-09-27T16:13:15.1940374Z (function emitListLiteral) 2022-09-27T16:13:15.1942736Z ok (0.002s) 2022-09-27T16:13:15.1961643Z test_dict_type_refinement_annotation_value_mismatch (jit.test_typing.TestTyping) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[int, str]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-09-27T16:13:15.1962416Z File "/var/lib/jenkins/workspace/test/jit/test_typing.py", line 104 2022-09-27T16:13:15.1962658Z def fn(): 2022-09-27T16:13:15.1962856Z l1 = ["foo", "bar", "baz", "qux"] 2022-09-27T16:13:15.1963039Z l2 = [1, 2, "foo", 3] 2022-09-27T16:13:15.1963330Z ~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T16:13:15.1963559Z d: Dict[str, int] = {k : v for k, v in zip(l1, l2)} 2022-09-27T16:13:15.1963754Z return d 2022-09-27T16:13:15.1963945Z (function emitListLiteral) 2022-09-27T16:13:15.1965249Z ok (0.002s) 2022-09-27T16:13:15.2071478Z test_for_in_dict (jit.test_typing.TestTyping) ... ok (0.011s) 2022-09-27T16:13:15.2241072Z test_for_in_string (jit.test_typing.TestTyping) ... ok (0.017s) 2022-09-27T16:13:15.2341810Z test_for_tuple_assign (jit.test_typing.TestTyping) ... ok (0.010s) 2022-09-27T16:13:15.2525566Z test_for_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.018s) 2022-09-27T16:13:15.2578455Z test_list_io (jit.test_typing.TestTyping) ... ok (0.005s) 2022-09-27T16:13:15.2587302Z test_list_iterables (jit.test_typing.TestTyping) ... ok (0.001s) 2022-09-27T16:13:15.2715326Z test_list_sum (jit.test_typing.TestTyping) ... ok (0.013s) 2022-09-27T16:13:15.2729368Z test_list_type_refinement_annotation_element_mismatch (jit.test_typing.TestTyping) ... ok (0.001s) 2022-09-27T16:13:15.2817054Z test_list_unification (jit.test_typing.TestTyping) ... ok (0.009s) 2022-09-27T16:13:15.2897983Z test_multiple_assign (jit.test_typing.TestTyping) ... ok (0.008s) 2022-09-27T16:13:15.2928586Z test_namedtuple_good_error (jit.test_typing.TestTyping) ... ok (0.003s) 2022-09-27T16:13:15.2966082Z test_namedtuple_py2 (jit.test_typing.TestTyping) ... ok (0.004s) 2022-09-27T16:13:15.3040498Z test_namedtuple_redefine (jit.test_typing.TestTyping) ... ok (0.007s) 2022-09-27T16:13:15.3090686Z test_nested_list (jit.test_typing.TestTyping) ... ok (0.005s) 2022-09-27T16:13:15.3126181Z test_opt_opt_refinement (jit.test_typing.TestTyping) ... ok (0.004s) 2022-09-27T16:13:15.3270850Z test_optional_conversion (jit.test_typing.TestTyping) ... ok (0.014s) 2022-09-27T16:13:15.3304754Z test_optional_refinement (jit.test_typing.TestTyping) ... ok (0.003s) 2022-09-27T16:13:15.3375413Z test_optional_tuple (jit.test_typing.TestTyping) ... ok (0.007s) 2022-09-27T16:13:15.3419952Z test_singleton_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.004s) 2022-09-27T16:13:15.3484631Z test_sum_list_diff_elms (jit.test_typing.TestTyping) ... ok (0.006s) 2022-09-27T16:13:15.3548913Z test_sum_list_empty (jit.test_typing.TestTyping) ... ok (0.006s) 2022-09-27T16:13:15.3605772Z test_sum_list_literal (jit.test_typing.TestTyping) ... ok (0.006s) 2022-09-27T16:13:15.3669978Z test_sum_list_one (jit.test_typing.TestTyping) ... ok (0.006s) 2022-09-27T16:13:15.3684918Z test_sum_list_wrong_type (jit.test_typing.TestTyping) ... ok (0.001s) 2022-09-27T16:13:15.3923480Z test_tuple_assignments (jit.test_typing.TestTyping) ... ok (0.024s) 2022-09-27T16:13:15.3982330Z test_tuple_create_return (jit.test_typing.TestTyping) ... ok (0.006s) 2022-09-27T16:13:15.4032150Z test_tuple_io (jit.test_typing.TestTyping) ... ok (0.005s) 2022-09-27T16:13:15.4082691Z test_tuple_keyword (jit.test_typing.TestTyping) ... ok (0.005s) 2022-09-27T16:13:15.4144935Z test_tuple_specialization (jit.test_typing.TestTyping) ... ok (0.006s) 2022-09-27T16:13:15.4189176Z test_check_union_annotation (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T16:13:15.4309787Z test_union_T_None_is_equivalent_to_optional_T (jit.test_union.TestUnion) ... ok (0.012s) 2022-09-27T16:13:15.4355532Z test_union_argument_order_is_ignored (jit.test_union.TestUnion) ... ok (0.005s) 2022-09-27T16:13:15.4405358Z test_union_argument_order_is_ignored_container (jit.test_union.TestUnion) ... ok (0.005s) 2022-09-27T16:13:15.4442055Z test_union_as_annotation (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T16:13:15.4486182Z test_union_as_annotation_in_typed_container (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T16:13:15.4522436Z test_union_as_annotation_py2 (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T16:13:15.4603448Z test_union_as_dict_key (jit.test_union.TestUnion) ... ok (0.008s) 2022-09-27T16:13:15.4659364Z test_union_as_dict_value (jit.test_union.TestUnion) ... ok (0.006s) 2022-09-27T16:13:15.4700904Z test_union_as_internal_tuple_type (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T16:13:15.4720718Z test_union_branching_does_not_autoinfer_undeclared_union (jit.test_union.TestUnion) ... ok (0.002s) 2022-09-27T16:13:15.4740869Z test_union_branching_does_not_widen_existing_inferred_type (jit.test_union.TestUnion) ... ok (0.002s) 2022-09-27T16:13:15.4800986Z test_union_branching_with_union_return_and_homogenous_types (jit.test_union.TestUnion) ... ok (0.006s) 2022-09-27T16:13:15.4817366Z test_union_does_not_replace_existing_annotated_type (jit.test_union.TestUnion) ... ok (0.002s) 2022-09-27T16:13:15.4832154Z test_union_does_not_replace_existing_annotated_type_empty_container (jit.test_union.TestUnion) ... ok (0.001s) 2022-09-27T16:13:15.4849556Z test_union_does_not_replace_existing_annotated_type_union (jit.test_union.TestUnion) ... ok (0.002s) 2022-09-27T16:13:15.4902875Z test_union_in_class_constructor (jit.test_union.TestUnion) ... ok (0.005s) 2022-09-27T16:13:15.4938385Z test_union_memory_aliasing (jit.test_union.TestUnion) ... /opt/conda/lib/python3.7/site-packages/torch/_jit_internal.py:1283: UserWarning: The inner type of a container is lost when calling torch.jit.isinstance in eager mode. For example, List[int] would become list and therefore falsely return True for List[float] or List[str]. 2022-09-27T16:13:15.4938916Z "The inner type of a container is lost when " 2022-09-27T16:13:15.4988913Z ok (0.009s) 2022-09-27T16:13:15.5047634Z test_union_module_with_union_class_variable (jit.test_union.TestUnion) ... ok (0.006s) 2022-09-27T16:13:15.5154131Z test_union_module_with_union_instance_variable (jit.test_union.TestUnion) ... ok (0.011s) 2022-09-27T16:13:15.5217591Z test_union_optional_of_union_is_flattened (jit.test_union.TestUnion) ... ok (0.006s) 2022-09-27T16:13:15.5243185Z test_union_redundant_arguments_are_skipped (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:13:15.5271956Z test_union_redundant_arguments_are_skipped_container (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:13:15.5299560Z test_union_redundant_arguments_are_skipped_optional (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:13:15.5328795Z test_union_redundant_arguments_are_skipped_subtyping (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:13:15.5363895Z test_union_return_type (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:13:15.5463436Z test_union_schema_matching_on_internal_type (jit.test_union.TestUnion) ... ok (0.010s) 2022-09-27T16:13:15.5543445Z test_union_serialization_preserves_type_annotations (jit.test_union.TestUnion) ... ok (0.008s) 2022-09-27T16:13:15.5581302Z test_union_subclasses_larger_union (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T16:13:15.5661885Z test_union_subtractive_refinement (jit.test_union.TestUnion) ... ok (0.008s) 2022-09-27T16:13:15.5748181Z test_union_subtractive_refinement_with_container (jit.test_union.TestUnion) ... ok (0.009s) 2022-09-27T16:13:15.5810096Z test_union_type_refinement (jit.test_union.TestUnion) ... ok (0.006s) 2022-09-27T16:13:15.5870486Z test_union_type_refinement_internal_declaration (jit.test_union.TestUnion) ... ok (0.006s) 2022-09-27T16:13:15.5947767Z test_union_type_refinement_partial_static_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.008s) 2022-09-27T16:13:15.6025469Z test_union_type_refinement_partial_static_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.008s) 2022-09-27T16:13:15.6057853Z test_union_type_refinement_statically_false (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:13:15.6095708Z test_union_type_refinement_statically_true (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T16:13:15.6223503Z test_union_type_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.013s) 2022-09-27T16:13:15.6316553Z test_union_type_refinement_tuple_rhs_noncontained_type (jit.test_union.TestUnion) ... ok (0.009s) 2022-09-27T16:13:15.6352871Z test_union_type_refinement_tuple_rhs_union (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T16:13:15.6393804Z test_union_type_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T16:13:15.6490908Z test_union_variable_can_be_reassigned (jit.test_union.TestUnion) ... ok (0.010s) 2022-09-27T16:13:15.6566582Z test_union_with_collections (jit.test_union.TestUnion) ... ok (0.008s) 2022-09-27T16:13:15.6891896Z test_union_with_dict_assignment (jit.test_union.TestUnion) ... ok (0.032s) 2022-09-27T16:13:15.6974039Z test_union_with_enum (jit.test_union.TestUnion) ... ok (0.008s) 2022-09-27T16:13:15.7123983Z test_union_with_list_assignment (jit.test_union.TestUnion) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[Tensor, int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-09-27T16:13:15.7124624Z File "", line 3 2022-09-27T16:13:15.7124759Z 2022-09-27T16:13:15.7124827Z def fn(): 2022-09-27T16:13:15.7125073Z x: Union[List[str], List[torch.Tensor]] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-09-27T16:13:15.7125524Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T16:13:15.7125776Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-09-27T16:13:15.7126014Z x.append(torch.tensor(3)) 2022-09-27T16:13:15.7126212Z (function emitListLiteral) 2022-09-27T16:13:15.7228397Z [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[Tensor, int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-09-27T16:13:15.7229247Z File "", line 3 2022-09-27T16:13:15.7229377Z 2022-09-27T16:13:15.7229451Z def fn(): 2022-09-27T16:13:15.7229682Z x: Union[List[torch.Tensor], int] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-09-27T16:13:15.7230074Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T16:13:15.7230323Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-09-27T16:13:15.7230555Z x.append(torch.tensor(3)) 2022-09-27T16:13:15.7230749Z (function emitListLiteral) 2022-09-27T16:13:15.7234016Z ok (0.026s) 2022-09-27T16:13:15.7284405Z test_union_with_scalar_values (jit.test_union.TestUnion) ... ok (0.005s) 2022-09-27T16:13:15.7309552Z test_unions_of_a_single_argument_vanish (jit.test_union.TestUnion) ... ok (0.002s) 2022-09-27T16:13:15.7336331Z test_unions_of_unions_are_flattened (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:13:15.7371812Z test_factory_ops_requires_grad_fail (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.003s) 2022-09-27T16:13:15.7549517Z test_init_ops (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.018s) 2022-09-27T16:13:15.7562439Z test_add_value_to_version_map (jit.test_upgraders.TestUpgraders) ... ok (0.001s) 2022-09-27T16:13:15.7611912Z test_aten_div_scalar_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-09-27T16:13:15.7661234Z test_aten_div_tensor_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-09-27T16:13:15.7699914Z test_aten_div_tensor_out_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-09-27T16:13:15.7739595Z test_aten_full_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-09-27T16:13:15.7795784Z test_aten_full_other_variants (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-09-27T16:13:15.7830334Z test_aten_full_out_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-09-27T16:13:15.7858378Z test_aten_linspace (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-09-27T16:13:15.7888306Z test_aten_linspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-09-27T16:13:15.7916235Z test_aten_logspace (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-09-27T16:13:15.7946799Z test_aten_logspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-09-27T16:13:15.8019700Z test_aten_test_serialization (jit.test_upgraders.TestUpgraders) ... ok (0.007s) 2022-09-27T16:13:15.8054210Z test_populated_test_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-09-27T16:13:15.8088874Z test_populated_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-09-27T16:13:15.8118633Z test_warn (jit.test_warn.TestWarn) ... ok (0.003s) 2022-09-27T16:13:15.8146934Z test_warn_multiple_calls_multiple_warnings (jit.test_warn.TestWarn) ... ok (0.003s) 2022-09-27T16:13:15.8221648Z test_warn_multiple_calls_same_func_diff_stack (jit.test_warn.TestWarn) ... ok (0.007s) 2022-09-27T16:13:15.8288912Z test_warn_once_per_func (jit.test_warn.TestWarn) ... ok (0.007s) 2022-09-27T16:13:15.8363473Z test_warn_once_per_func_in_loop (jit.test_warn.TestWarn) ... ok (0.007s) 2022-09-27T16:13:15.8394273Z test_warn_only_once (jit.test_warn.TestWarn) ... ok (0.003s) 2022-09-27T16:13:15.8444530Z test_warn_only_once_in_loop_func (jit.test_warn.TestWarn) ... ok (0.005s) 2022-09-27T16:13:15.8475694Z test_with_as (jit.test_with.TestWith) 2022-09-27T16:13:15.9146270Z Check that with statements that use the 'as' keyword to bind expressions ... ok (0.070s) 2022-09-27T16:13:15.9168238Z test_with_errors (jit.test_with.TestWith) 2022-09-27T16:13:15.9277428Z Check that errors related to with-statements are detected and reported correctly. ... ok (0.013s) 2022-09-27T16:13:15.9296092Z test_with_exceptions (jit.test_with.TestWith) 2022-09-27T16:13:15.9517508Z Check that exceptions thrown in the bodies of with-statements are ... ok (0.024s) 2022-09-27T16:13:15.9547538Z test_with_no_as (jit.test_with.TestWith) 2022-09-27T16:13:16.0219116Z Check that with statements that do not use the 'as' keyword to bind expressions ... ok (0.070s) 2022-09-27T16:13:16.0234206Z test_with_no_grad (jit.test_with.TestWith) 2022-09-27T16:13:16.0390424Z Check that torch.no_grad() works. Most of these are adapted from ... ok (0.017s) 2022-09-27T16:13:16.0401078Z test_with_record_function (jit.test_with.TestWith) 2022-09-27T16:13:16.0536138Z Check that torch.autograd.profiler.record_function context manager is ... STAGE:2022-09-27 16:13:16 3934:3934 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:13:16.0554794Z STAGE:2022-09-27 16:13:16 3934:3934 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:13:16.0568078Z ok (0.018s) 2022-09-27T16:13:16.0568368Z 2022-09-27T16:13:16.0568719Z ---------------------------------------------------------------------- 2022-09-27T16:13:16.0569420Z Ran 2641 tests in 108.767s 2022-09-27T16:13:16.0569625Z 2022-09-27T16:13:16.0569803Z OK (skipped=118, expected failures=7) 2022-09-27T16:13:16.0570051Z 2022-09-27T16:13:16.0570210Z Generating XML reports... 2022-09-27T16:13:16.0620051Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_alias_analysis.TestAliasAnalysis-20220927161127.xml 2022-09-27T16:13:16.0637972Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_async.TestAsync-20220927161127.xml 2022-09-27T16:13:16.0640725Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_aten_pow.TestAtenPow-20220927161127.xml 2022-09-27T16:13:16.0646379Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_autodiff.TestAutodiffJit-20220927161127.xml 2022-09-27T16:13:16.0681784Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20220927161127.xml 2022-09-27T16:13:16.0686587Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackends-20220927161127.xml 2022-09-27T16:13:16.0690099Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackendsWithCompiler-20220927161127.xml 2022-09-27T16:13:16.0697548Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_batch_mm.TestBatchMM-20220927161127.xml 2022-09-27T16:13:16.0702220Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestBuiltins-20220927161127.xml 2022-09-27T16:13:16.0737727Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_class_type.TestClassType-20220927161127.xml 2022-09-27T16:13:16.0749356Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_complex.TestComplex-20220927161127.xml 2022-09-27T16:13:16.0761662Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_custom_operators.TestCustomOperators-20220927161127.xml 2022-09-27T16:13:16.0764954Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dce.TestDCE-20220927161127.xml 2022-09-27T16:13:16.0772002Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dataclasses.TestDataclasses-20220927161127.xml 2022-09-27T16:13:16.0786029Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_device_analysis.TestDeviceAnalysis-20220927161127.xml 2022-09-27T16:13:16.0807379Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestDict-20220927161127.xml 2022-09-27T16:13:16.0814002Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20220927161127.xml 2022-09-27T16:13:16.0898111Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeCustomRulesCPU-20220927161127.xml 2022-09-27T16:13:16.0910684Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_enum.TestEnum-20220927161127.xml 2022-09-27T16:13:16.0919823Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_export_modes.TestExportModes-20220927161127.xml 2022-09-27T16:13:16.0962820Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFreezing-20220927161127.xml 2022-09-27T16:13:16.0965337Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestFrontend-20220927161127.xml 2022-09-27T16:13:16.2235111Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFrozenOptimizations-20220927161127.xml 2022-09-27T16:13:16.2236276Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20220927161127.xml 2022-09-27T16:13:16.2241339Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20220927161127.xml 2022-09-27T16:13:16.2243781Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_attr.TestGetDefaultAttr-20220927161127.xml 2022-09-27T16:13:16.2246096Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20220927161127.xml 2022-09-27T16:13:16.2254514Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_hash.TestHash-20220927161127.xml 2022-09-27T16:13:16.2273254Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_hooks.TestHooks-20220927161127.xml 2022-09-27T16:13:16.2276178Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_ignorable_args.TestIgnorableArgs-20220927161127.xml 2022-09-27T16:13:16.2279909Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20220927161127.xml 2022-09-27T16:13:16.2283119Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20220927161127.xml 2022-09-27T16:13:16.2304214Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_isinstance.TestIsinstance-20220927161127.xml 2022-09-27T16:13:16.2383173Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestJit-20220927161127.xml 2022-09-27T16:13:16.2797649Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestJitGeneratedModule-20220927161127.xml 2022-09-27T16:13:16.2805589Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_jit_utils.TestJitUtils-20220927161127.xml 2022-09-27T16:13:16.2862038Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestList-20220927161127.xml 2022-09-27T16:13:16.2868002Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_logging.TestLogging-20220927161127.xml 2022-09-27T16:13:16.2878696Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestMKLDNNReinplacing-20220927161127.xml 2022-09-27T16:13:16.2893407Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_misc.TestMisc-20220927161127.xml 2022-09-27T16:13:16.2909692Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestMixTracingScripting-20220927161127.xml 2022-09-27T16:13:16.2928407Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_models.TestModels-20220927161127.xml 2022-09-27T16:13:16.2932130Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_apis.TestModuleAPIs-20220927161127.xml 2022-09-27T16:13:16.2946778Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_containers.TestModuleContainers-20220927161127.xml 2022-09-27T16:13:16.2959208Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_interface.TestModuleInterface-20220927161127.xml 2022-09-27T16:13:16.2961651Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_modules.TestModules-20220927161127.xml 2022-09-27T16:13:16.2971367Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestNamedTuple-20220927161127.xml 2022-09-27T16:13:16.2994401Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backend_nnapi.TestNnapiBackend-20220927161127.xml 2022-09-27T16:13:16.2997687Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_op_decompositions.TestOpDecompositions-20220927161127.xml 2022-09-27T16:13:16.3005012Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20220927161127.xml 2022-09-27T16:13:16.3008230Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_parametrization.TestParametrization-20220927161127.xml 2022-09-27T16:13:16.3036397Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_peephole.TestPeephole-20220927161127.xml 2022-09-27T16:13:16.3038793Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestProducerVersion-20220927161127.xml 2022-09-27T16:13:16.3049322Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_profiler.TestProfiler-20220927161127.xml 2022-09-27T16:13:16.3056040Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_bindings.TestPythonBindings-20220927161127.xml 2022-09-27T16:13:16.3068207Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20220927161127.xml 2022-09-27T16:13:16.3070506Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_ir.TestPythonIr-20220927161127.xml 2022-09-27T16:13:16.3095683Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_recursive_script.TestRecursiveScript-20220927161127.xml 2022-09-27T16:13:16.3103354Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_remove_mutation.TestRemoveMutation-20220927161127.xml 2022-09-27T16:13:16.3113206Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoad-20220927161127.xml 2022-09-27T16:13:16.3132169Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20220927161127.xml 2022-09-27T16:13:16.3549128Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestScript-20220927161127.xml 2022-09-27T16:13:16.3559315Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptDict-20220927161127.xml 2022-09-27T16:13:16.3575810Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptList-20220927161127.xml 2022-09-27T16:13:16.3593534Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20220927161127.xml 2022-09-27T16:13:16.3598703Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_script_profile.TestScriptProfile-20220927161127.xml 2022-09-27T16:13:16.3612853Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_slice.TestSlice-20220927161127.xml 2022-09-27T16:13:16.3617456Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_sparse.TestSparse-20220927161127.xml 2022-09-27T16:13:16.3634490Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_string_formatting.TestStringFormatting-20220927161127.xml 2022-09-27T16:13:16.3652013Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20220927161127.xml 2022-09-27T16:13:16.3658395Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestTensorBuiltins-20220927161127.xml 2022-09-27T16:13:16.3664061Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20220927161127.xml 2022-09-27T16:13:16.3667425Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tensor_methods.TestTensorMethods-20220927161127.xml 2022-09-27T16:13:16.3688467Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_torchbind.TestTorchbind-20220927161127.xml 2022-09-27T16:13:16.3836333Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestTracer-20220927161127.xml 2022-09-27T16:13:16.3856983Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_type_sharing.TestTypeSharing-20220927161127.xml 2022-09-27T16:13:16.3878904Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_types.TestTypesAndAnnotation-20220927161127.xml 2022-09-27T16:13:16.3906441Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_typing.TestTyping-20220927161127.xml 2022-09-27T16:13:16.3940199Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_union.TestUnion-20220927161127.xml 2022-09-27T16:13:16.3943099Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20220927161127.xml 2022-09-27T16:13:16.3954449Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_upgraders.TestUpgraders-20220927161127.xml 2022-09-27T16:13:16.3960014Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_warn.TestWarn-20220927161127.xml 2022-09-27T16:13:16.3966172Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_with.TestWith-20220927161127.xml 2022-09-27T16:13:16.3973102Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20220927161127.xml 2022-09-27T16:13:16.3983682Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20220927161127.xml 2022-09-27T16:13:16.9363077Z Running test_dataloader ... [2022-09-27 16:13:16.935908] 2022-09-27T16:13:16.9363716Z Executing ['/opt/conda/bin/python', '-bb', 'test_dataloader.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:13:16.935988] 2022-09-27T16:13:18.2237104Z Test results will be stored in test-reports/python-unittest/test_dataloader 2022-09-27T16:13:18.2285870Z 2022-09-27T16:13:18.2286039Z Running tests... 2022-09-27T16:13:18.2286656Z ---------------------------------------------------------------------- 2022-09-27T16:13:18.2302808Z test_shuffler_iterdatapipe (__main__.IntegrationTestDataLoaderDataPipe) 2022-09-27T16:13:19.6020547Z Verify ``IterDataPipe.shuffle`` is controlled by ``DataLoader`` ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:19.6021343Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:19.6024235Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:19.6024632Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:21.3590493Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:21.3590902Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:21.3593362Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:21.3593954Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:22.8274778Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:22.8275172Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:22.8277924Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:22.8278270Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:24.2976696Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:24.2977147Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:24.2979772Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:24.2980371Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:25.7604083Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:25.7604460Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:25.7606951Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:25.7607317Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:27.2830563Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:27.2831269Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:27.2834655Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:27.2835263Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:27.3168082Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:27.3168738Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:27.3171817Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:27.3172434Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:29.0327914Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:29.0328502Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:29.0330739Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:29.0508187Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:29.0509127Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:29.0509715Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:29.0511768Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:29.0512386Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:30.5797888Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:30.5798557Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:30.5802287Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:30.5802863Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:30.6109747Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:30.6110416Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:30.6112691Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:30.6113289Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:32.1375874Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:32.1376395Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:32.1379164Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:32.1379666Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:32.1505490Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:32.1506101Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:32.1510437Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:32.1510841Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:33.6769586Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:33.6770244Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:33.6774066Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:33.6774716Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:33.6884209Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:33.6884637Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:33.6888120Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:33.6888640Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:35.2599979Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:35.2600364Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:35.2603286Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:35.2603737Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:36.9250512Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:36.9251007Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:36.9253456Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:36.9253855Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:38.3900577Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:38.3901253Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:38.3904304Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:38.3904894Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:39.8392020Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:39.8392734Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:39.8396055Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:39.8396485Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:41.3214225Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:41.3214630Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:41.3217098Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:41.3217449Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:42.8727253Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:42.8727673Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:42.8729988Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:42.8730334Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:42.9008143Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:42.9008656Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:42.9011684Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:42.9012261Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:44.5998716Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:44.5999093Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:44.6001861Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:44.6002334Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:44.6142605Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:44.6143091Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:44.6146695Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:44.6147198Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:46.1440005Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:46.1440392Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:46.1443737Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:46.1444338Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:46.1600120Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:46.1600519Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:46.1604194Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:46.1604723Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:47.6799064Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:47.6799510Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:47.6802144Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:47.6802590Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:47.6912703Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:47.6913072Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:47.6917054Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:47.6917436Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:49.2351734Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:49.2352126Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:49.2354949Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:49.2355627Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:49.2386782Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:49.2387135Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:49.2390845Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:49.2391208Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:50.8022145Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:50.8022567Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:50.8025252Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:50.8025619Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:52.5248408Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:52.5249073Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:52.5251960Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:52.5252523Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:54.0094989Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:54.0095592Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:54.0097822Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:54.0098400Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:55.4762348Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:55.4763031Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:55.4765900Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:55.4766478Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:56.9718298Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:56.9718687Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:56.9720495Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:56.9721064Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:58.5086619Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:58.5087274Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:58.5089672Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:58.5090023Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:13:58.5124683Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:13:58.5125033Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:13:58.5128877Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:13:58.5129221Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:14:00.2335100Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:14:00.2335954Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:14:00.2337623Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:14:00.2338125Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:14:00.2464985Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:14:00.2465572Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:14:00.2469644Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:14:00.2470241Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:14:01.7874693Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:14:01.7875103Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:14:01.7877966Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:14:01.7878362Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:14:01.8030371Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:14:01.8030712Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:14:01.8034949Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:14:01.8035311Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:14:03.3461601Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:14:03.3462039Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:14:03.3465566Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:14:03.3465949Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:14:03.3698882Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:14:03.3699270Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:14:03.3702504Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:14:03.3702883Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:14:04.8866111Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:14:04.8866502Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:14:04.8869390Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:14:04.8870093Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:14:04.8953882Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:14:04.8954255Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:14:04.8958021Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:14:04.8958412Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:14:05.3433706Z ok (47.114s) 2022-09-27T16:14:05.3462851Z test_add_dataset (__main__.TestConcatDataset) ... ok (0.003s) 2022-09-27T16:14:05.3471480Z test_concat_raises_index_error (__main__.TestConcatDataset) ... ok (0.001s) 2022-09-27T16:14:05.3481022Z test_concat_two_non_singletons (__main__.TestConcatDataset) ... ok (0.001s) 2022-09-27T16:14:05.3490259Z test_concat_two_non_singletons_with_empty (__main__.TestConcatDataset) ... ok (0.001s) 2022-09-27T16:14:05.3498753Z test_concat_two_singletons (__main__.TestConcatDataset) ... ok (0.001s) 2022-09-27T16:14:05.3511048Z test_iterable_dataset_err (__main__.TestConcatDataset) ... ok (0.001s) 2022-09-27T16:14:05.3516768Z test_conv_after_fork (__main__.TestConvAfterFork) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/75492 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-09-27T16:14:05.3522699Z test_custom_batch_pin (__main__.TestCustomPinFn) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:14:05.3528855Z test_custom_batch_pin_worker (__main__.TestCustomPinFn) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:14:06.6002490Z test_batch_sampler (__main__.TestDataLoader) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:14:06.6003203Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:14:06.6006575Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:14:06.6007245Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:14:06.6230299Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:14:06.6230845Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:14:06.6234405Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:14:06.6234925Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:14:06.6514870Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:14:06.6515475Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:14:06.6517905Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:14:06.6518460Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:14:06.6749369Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:14:06.6750044Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:14:06.6753680Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:14:06.6754333Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:14:07.0970219Z ok (1.744s) 2022-09-27T16:14:07.0989046Z test_builtin_collection_conversion (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71037 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-09-27T16:14:07.1703156Z test_bulk_loading_nobatch (__main__.TestDataLoader) ... ok (0.071s) 2022-09-27T16:14:07.2606152Z test_chain_iterable_style_dataset (__main__.TestDataLoader) ... ok (0.090s) 2022-09-27T16:14:07.2629275Z test_default_collate_bad_numpy_types (__main__.TestDataLoader) ... ok (0.002s) 2022-09-27T16:14:07.2638403Z test_default_collate_bad_sequence_type (__main__.TestDataLoader) ... ok (0.001s) 2022-09-27T16:14:07.2660902Z test_default_collate_dtype (__main__.TestDataLoader) ... ok (0.002s) 2022-09-27T16:14:07.2673046Z test_default_collate_mapping_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-09-27T16:14:07.2698617Z test_default_collate_numpy_memmap (__main__.TestDataLoader) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/_utils/collate.py:151: 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:14:07.2699572Z return default_collate([torch.as_tensor(b) for b in batch]) 2022-09-27T16:14:07.2700079Z ok (0.003s) 2022-09-27T16:14:07.2711538Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-09-27T16:14:07.2724785Z test_default_collate_sequence_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-09-27T16:14:07.2743319Z test_default_collate_shared_tensor (__main__.TestDataLoader) ... ok (0.002s) 2022-09-27T16:14:07.2751954Z test_default_convert_mapping_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-09-27T16:14:07.2761298Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-09-27T16:14:07.2770782Z test_default_convert_sequence_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-09-27T16:14:07.2782124Z test_distributed_sampler_invalid_rank (__main__.TestDataLoader) ... ok (0.001s) 2022-09-27T16:14:07.2803345Z test_duplicating_data_with_drop_last (__main__.TestDataLoader) ... ok (0.002s) 2022-09-27T16:14:07.2820139Z test_error (__main__.TestDataLoader) ... ok (0.002s) 2022-09-27T16:14:07.3383085Z test_error_in_init (__main__.TestDataLoader) ... ok (0.056s) 2022-09-27T16:14:07.4002957Z test_error_workers (__main__.TestDataLoader) ... ok (0.062s) 2022-09-27T16:14:07.4057819Z test_excessive_thread_creation_warning (__main__.TestDataLoader) ... ok (0.005s) 2022-09-27T16:14:08.7177135Z test_fd_limit_exceeded (__main__.TestDataLoader) ... ok (1.312s) 2022-09-27T16:14:09.7814728Z test_get_worker_info (__main__.TestDataLoader) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:14:09.7815267Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:14:09.7817364Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:14:09.7817719Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:14:11.6856489Z ok (2.968s) 2022-09-27T16:14:11.6877890Z test_growing_dataset (__main__.TestDataLoader) ... ok (0.002s) 2022-09-27T16:14:11.6888504Z test_invalid_assign_after_init (__main__.TestDataLoader) ... ok (0.001s) 2022-09-27T16:14:11.6936799Z test_invalid_ctor_args_combinations (__main__.TestDataLoader) ... ok (0.005s) 2022-09-27T16:14:11.6984268Z test_iterable_style_dataset (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73055 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.005s) 2022-09-27T16:14:11.7003719Z test_iterabledataset_len (__main__.TestDataLoader) ... ok (0.002s) 2022-09-27T16:14:12.7500327Z test_large_sampler_indices (__main__.TestDataLoader) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:14:12.7500765Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:14:12.7502637Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:14:12.7503207Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:14:14.4309546Z ok (2.730s) 2022-09-27T16:14:14.4384967Z test_len (__main__.TestDataLoader) ... ok (0.008s) 2022-09-27T16:14:14.5282921Z test_multi_epochs_reproducibility (__main__.TestDataLoader) ... ok (0.090s) 2022-09-27T16:14:15.7361093Z test_multiple_dataloaders (__main__.TestDataLoader) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:14:15.7361534Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:14:15.7364232Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:14:15.7364597Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:14:15.7479438Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:14:15.7479776Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:14:15.7483866Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:14:15.7484258Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:14:17.2220298Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:14:17.2220691Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:14:17.2223149Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:14:17.2223640Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:14:17.2688501Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:14:17.2688879Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:14:17.2692037Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:14:17.2692462Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:14:17.4303092Z ok (2.902s) 2022-09-27T16:14:17.4317961Z test_multiprocessing_contexts (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71229 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:14:17.4330564Z test_multiprocessing_iterdatapipe (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74498 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:14:18.4995263Z test_no_segfault (__main__.TestDataLoader) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:14:18.4995937Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:14:18.4998347Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:14:18.4998714Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:14:18.8945482Z ok (1.461s) 2022-09-27T16:14:18.8975800Z test_numpy (__main__.TestDataLoader) ... ok (0.003s) 2022-09-27T16:14:18.9018911Z test_numpy_gen_state (__main__.TestDataLoader) ... ok (0.004s) 2022-09-27T16:14:18.9041051Z test_numpy_scalars (__main__.TestDataLoader) ... ok (0.002s) 2022-09-27T16:14:18.9049200Z test_partial_workers (__main__.TestDataLoader) 2022-09-27T16:14:18.9052319Z Check that workers exit even if the iterator is not exhausted. ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81034 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:14:18.9092851Z test_proper_exit (__main__.TestDataLoader) 2022-09-27T16:14:18.9095878Z There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70517 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.004s) 2022-09-27T16:14:18.9128356Z test_random_sampler (__main__.TestDataLoader) ... ok (0.003s) 2022-09-27T16:14:18.9144045Z test_random_sampler_len_with_replacement (__main__.TestDataLoader) ... ok (0.002s) 2022-09-27T16:14:18.9159483Z test_random_sampler_len_without_replacement (__main__.TestDataLoader) ... ok (0.001s) 2022-09-27T16:14:20.1336041Z test_sampler (__main__.TestDataLoader) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:14:20.1336762Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:14:20.1337516Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:14:20.1383335Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:14:20.1384249Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:14:20.1384847Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:14:20.1385601Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:14:20.1386206Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:14:20.1682148Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:14:20.1682711Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:14:20.1686675Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:14:20.1687203Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:14:20.1857494Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:14:20.1858144Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:14:20.1861734Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:14:20.1862342Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:14:20.6033444Z ok (1.687s) 2022-09-27T16:14:20.6205251Z test_sampler_reproducibility (__main__.TestDataLoader) ... ok (0.017s) 2022-09-27T16:14:21.6899668Z test_segfault (__main__.TestDataLoader) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:14:21.6900078Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:14:21.6902524Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:14:21.6902890Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:14:23.4602130Z ok (2.839s) 2022-09-27T16:14:23.4611572Z test_seqential_batch_workers (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81891 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:14:23.5707605Z test_seqential_batch_workers_prefetch (__main__.TestDataLoader) ... ok (0.109s) 2022-09-27T16:14:23.6085511Z test_sequential_batch (__main__.TestDataLoader) ... ok (0.038s) 2022-09-27T16:14:23.6289418Z test_sequential_nonbatch (__main__.TestDataLoader) ... ok (0.020s) 2022-09-27T16:14:23.6295674Z test_sequential_pin_memory (__main__.TestDataLoader) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:14:23.7823195Z test_sequential_workers (__main__.TestDataLoader) ... ok (0.153s) 2022-09-27T16:14:23.8391378Z test_shuffle (__main__.TestDataLoader) ... ok (0.057s) 2022-09-27T16:14:23.8874092Z test_shuffle_batch (__main__.TestDataLoader) ... ok (0.048s) 2022-09-27T16:14:23.9462601Z test_shuffle_batch_none (__main__.TestDataLoader) ... ok (0.059s) 2022-09-27T16:14:23.9470753Z test_shuffle_batch_workers (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74548 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:14:24.0875879Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoader) ... ok (0.140s) 2022-09-27T16:14:24.0882305Z test_shuffle_pin_memory (__main__.TestDataLoader) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:14:24.3425725Z test_shuffle_reproducibility (__main__.TestDataLoader) ... ok (0.254s) 2022-09-27T16:14:24.5394327Z test_shuffle_workers (__main__.TestDataLoader) ... ok (0.197s) 2022-09-27T16:14:25.6251966Z test_timeout (__main__.TestDataLoader) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:14:25.6252457Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:14:25.6254984Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:14:25.6255436Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:14:27.0142820Z ok (2.475s) 2022-09-27T16:14:27.0159207Z test_typing (__main__.TestDataLoader) ... ok (0.002s) 2022-09-27T16:14:27.0168737Z test_worker_init_fn (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82803 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:14:27.0175027Z test_worker_seed (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80769 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:14:27.0182668Z test_worker_seed_reproducibility (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80249 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:14:27.0188727Z test_basics (__main__.TestDataLoader2) ... skip: no dill (0.001s) 2022-09-27T16:14:27.0201488Z test_shuffle (__main__.TestDataLoader2) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74390 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:14:27.0212058Z test_basic_mapdatapipe_threading (__main__.TestDataLoader2_EventLoop) ... skip: no dill (0.001s) 2022-09-27T16:14:27.0219365Z test_basic_threading (__main__.TestDataLoader2_EventLoop) ... skip: no dill (0.001s) 2022-09-27T16:14:27.0224582Z test_batch_sampler (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70756 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-09-27T16:14:27.0235990Z test_builtin_collection_conversion (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71037 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:14:27.0243594Z test_bulk_loading_nobatch (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77769 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:14:27.0253266Z test_chain_iterable_style_dataset (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80757 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:14:27.1191536Z test_dataset_not_reset (__main__.TestDataLoaderPersistentWorkers) ... ok (0.094s) 2022-09-27T16:14:27.1213962Z test_default_collate_bad_numpy_types (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-09-27T16:14:27.1223675Z test_default_collate_bad_sequence_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-09-27T16:14:27.1245167Z test_default_collate_dtype (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-09-27T16:14:27.1257175Z test_default_collate_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-09-27T16:14:27.1285919Z test_default_collate_numpy_memmap (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-09-27T16:14:27.1297808Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-09-27T16:14:27.1311220Z test_default_collate_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-09-27T16:14:27.1329644Z test_default_collate_shared_tensor (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-09-27T16:14:27.1339242Z test_default_convert_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-09-27T16:14:27.1348725Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-09-27T16:14:27.1358258Z test_default_convert_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-09-27T16:14:27.1369137Z test_distributed_sampler_invalid_rank (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-09-27T16:14:27.1390266Z test_duplicating_data_with_drop_last (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-09-27T16:14:27.1396681Z test_early_exit (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74868 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:14:27.1414984Z test_error (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-09-27T16:14:27.1850638Z test_error_in_init (__main__.TestDataLoaderPersistentWorkers) ... ok (0.043s) 2022-09-27T16:14:27.1859554Z test_error_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/78017 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:14:27.1908361Z test_excessive_thread_creation_warning (__main__.TestDataLoaderPersistentWorkers) ... ok (0.005s) 2022-09-27T16:14:28.5112233Z test_fd_limit_exceeded (__main__.TestDataLoaderPersistentWorkers) ... ok (1.320s) 2022-09-27T16:14:29.5755773Z test_get_worker_info (__main__.TestDataLoaderPersistentWorkers) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:14:29.5756248Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:14:29.5758480Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:14:29.5758856Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:14:31.4640129Z ok (2.952s) 2022-09-27T16:14:31.4658250Z test_growing_dataset (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-09-27T16:14:31.4668587Z test_invalid_assign_after_init (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-09-27T16:14:31.4703169Z test_invalid_ctor_args_combinations (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-09-27T16:14:31.4751158Z test_iterable_style_dataset (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73055 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.005s) 2022-09-27T16:14:31.4771352Z test_iterabledataset_len (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-09-27T16:14:32.5418444Z test_large_sampler_indices (__main__.TestDataLoaderPersistentWorkers) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:14:32.5418891Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:14:32.5421000Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:14:32.5421365Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:14:34.2471616Z ok (2.770s) 2022-09-27T16:14:34.2562642Z test_len (__main__.TestDataLoaderPersistentWorkers) ... ok (0.009s) 2022-09-27T16:14:34.2971854Z test_multi_epochs_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... ok (0.041s) 2022-09-27T16:14:34.2984481Z test_multiple_dataloaders (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70947 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:14:34.2996648Z test_multiprocessing_contexts (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71229 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:14:34.3010688Z test_multiprocessing_iterdatapipe (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74498 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:14:34.3019635Z test_no_segfault (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70968 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:14:34.3040748Z test_numpy (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-09-27T16:14:34.3082690Z test_numpy_gen_state (__main__.TestDataLoaderPersistentWorkers) ... ok (0.004s) 2022-09-27T16:14:34.3104349Z test_numpy_scalars (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-09-27T16:14:34.3112451Z test_partial_workers (__main__.TestDataLoaderPersistentWorkers) 2022-09-27T16:14:34.3115379Z Check that workers exit even if the iterator is not exhausted. ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81034 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:14:34.3151813Z test_proper_exit (__main__.TestDataLoaderPersistentWorkers) 2022-09-27T16:14:34.3154818Z There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70517 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.004s) 2022-09-27T16:14:34.3184571Z test_random_sampler (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-09-27T16:14:34.3200576Z test_random_sampler_len_with_replacement (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-09-27T16:14:34.3216621Z test_random_sampler_len_without_replacement (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-09-27T16:14:35.5483141Z test_sampler (__main__.TestDataLoaderPersistentWorkers) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:14:35.5483795Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:14:35.5484784Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:14:35.5485279Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:14:35.5628745Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:14:35.5629409Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:14:35.5633083Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:14:35.5633715Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:14:35.5744086Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:14:35.5744655Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:14:35.5748892Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:14:35.5749517Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:14:35.6346092Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:14:35.6347014Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:14:35.6349915Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:14:35.6350690Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:14:36.0528780Z ok (1.731s) 2022-09-27T16:14:36.0701544Z test_sampler_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... ok (0.017s) 2022-09-27T16:14:37.1547259Z test_segfault (__main__.TestDataLoaderPersistentWorkers) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:14:37.1547700Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:14:37.1550395Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:14:37.1550757Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:14:38.8983059Z ok (2.828s) 2022-09-27T16:14:38.8997281Z test_seqential_batch_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81891 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:14:39.0092101Z test_seqential_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.110s) 2022-09-27T16:14:39.0528761Z test_sequential_batch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.044s) 2022-09-27T16:14:39.0764994Z test_sequential_nonbatch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.024s) 2022-09-27T16:14:39.0770975Z test_sequential_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:14:39.2383527Z test_sequential_workers (__main__.TestDataLoaderPersistentWorkers) ... ok (0.161s) 2022-09-27T16:14:39.2947085Z test_shuffle (__main__.TestDataLoaderPersistentWorkers) ... ok (0.056s) 2022-09-27T16:14:39.3428827Z test_shuffle_batch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.048s) 2022-09-27T16:14:39.3931915Z test_shuffle_batch_none (__main__.TestDataLoaderPersistentWorkers) ... ok (0.050s) 2022-09-27T16:14:39.3938367Z test_shuffle_batch_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74548 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:14:39.5399571Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.146s) 2022-09-27T16:14:39.5406502Z test_shuffle_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:14:39.7728590Z test_shuffle_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... ok (0.232s) 2022-09-27T16:14:39.9584318Z test_shuffle_workers (__main__.TestDataLoaderPersistentWorkers) ... ok (0.185s) 2022-09-27T16:14:39.9600920Z test_timeout (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68844 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:14:39.9612266Z test_typing (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-09-27T16:14:39.9620456Z test_worker_init_fn (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82803 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:14:39.9627021Z test_worker_seed (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80769 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:14:39.9634222Z test_worker_seed_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80249 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:14:39.9642325Z test_incomplete_fractional_splits (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-09-27T16:14:39.9648950Z test_lengths_must_equal_dataset_size (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-09-27T16:14:39.9669626Z test_slicing_of_subset_of_dataset (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-09-27T16:14:39.9691597Z test_slicing_of_subset_of_subset (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-09-27T16:14:39.9706427Z test_splits_are_mutually_exclusive (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-09-27T16:14:39.9724101Z test_splits_generator (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-09-27T16:14:39.9744408Z test_splits_have_correct_size (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-09-27T16:14:39.9753002Z test_splits_indexing_type (__main__.TestDatasetRandomSplit) 2022-09-27T16:14:39.9771458Z Indices generated by random_split ... ok (0.003s) 2022-09-27T16:14:39.9858773Z test_splits_reproducibility (__main__.TestDatasetRandomSplit) ... ok (0.009s) 2022-09-27T16:14:39.9862414Z test_pin_memory (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:14:39.9867369Z test_pin_memory_device (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:14:39.9872247Z test_pin_memory_with_only_device (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:14:40.0107559Z test_sequential_batch (__main__.TestDictDataLoader) ... ok (0.023s) 2022-09-27T16:14:40.0119278Z test_ind_worker_queue (__main__.TestIndividualWorkerQueue) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68643 for platform(s) macos, linux, win. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:14:40.0144856Z test_dataloader_with_namedtuple (__main__.TestNamedTupleDataLoader) ... ok (0.002s) 2022-09-27T16:14:40.0462114Z test_set_affinity_in_worker_init (__main__.TestSetAffinity) ... ok (0.031s) 2022-09-27T16:14:40.0468459Z test_shuffle_pin_memory (__main__.TestStringDataLoader) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:14:40.0532313Z test_getitem (__main__.TestTensorDataset) ... ok (0.006s) 2022-09-27T16:14:40.0578510Z test_getitem_1d (__main__.TestTensorDataset) ... ok (0.005s) 2022-09-27T16:14:40.0588815Z test_len (__main__.TestTensorDataset) ... ok (0.001s) 2022-09-27T16:14:40.0635873Z test_many_tensors (__main__.TestTensorDataset) ... ok (0.005s) 2022-09-27T16:14:40.0653744Z test_single_tensor (__main__.TestTensorDataset) ... ok (0.002s) 2022-09-27T16:14:40.0653950Z 2022-09-27T16:14:40.0654433Z ---------------------------------------------------------------------- 2022-09-27T16:14:40.0654964Z Ran 168 tests in 81.837s 2022-09-27T16:14:40.0655089Z 2022-09-27T16:14:40.0655154Z OK (skipped=46) 2022-09-27T16:14:40.0655264Z 2022-09-27T16:14:40.0655353Z Generating XML reports... 2022-09-27T16:14:40.0688358Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-IntegrationTestDataLoaderDataPipe-20220927161318.xml 2022-09-27T16:14:40.0694603Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestConcatDataset-20220927161318.xml 2022-09-27T16:14:40.0745873Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoader-20220927161318.xml 2022-09-27T16:14:40.0804060Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoaderPersistentWorkers-20220927161318.xml 2022-09-27T16:14:40.0811723Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDatasetRandomSplit-20220927161318.xml 2022-09-27T16:14:40.0816955Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDictDataLoader-20220927161318.xml 2022-09-27T16:14:40.0819660Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestNamedTupleDataLoader-20220927161318.xml 2022-09-27T16:14:40.0823064Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestSetAffinity-20220927161318.xml 2022-09-27T16:14:40.0828769Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestTensorDataset-20220927161318.xml 2022-09-27T16:14:40.0831510Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestConvAfterFork-20220927161318.xml 2022-09-27T16:14:40.0835084Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestCustomPinFn-20220927161318.xml 2022-09-27T16:14:40.0838860Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2-20220927161318.xml 2022-09-27T16:14:40.0842792Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2_EventLoop-20220927161318.xml 2022-09-27T16:14:40.0845591Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestIndividualWorkerQueue-20220927161318.xml 2022-09-27T16:14:40.0848388Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestStringDataLoader-20220927161318.xml 2022-09-27T16:14:40.3860696Z Running test_type_hints ... [2022-09-27 16:14:40.385588] 2022-09-27T16:14:40.3861650Z Executing ['/opt/conda/bin/python', '-bb', 'test_type_hints.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:14:40.385665] 2022-09-27T16:14:41.6523435Z Test results will be stored in test-reports/python-unittest/test_type_hints 2022-09-27T16:14:41.6533622Z 2022-09-27T16:14:41.6534034Z Running tests... 2022-09-27T16:14:41.6534442Z ---------------------------------------------------------------------- 2022-09-27T16:14:41.6546022Z test_doc_examples (__main__.TestTypeHints) 2022-09-27T16:15:31.4679342Z Run documentation examples through mypy. ... ok (49.814s) 2022-09-27T16:15:31.4679571Z 2022-09-27T16:15:31.4679878Z ---------------------------------------------------------------------- 2022-09-27T16:15:31.4680118Z Ran 1 test in 49.814s 2022-09-27T16:15:31.4682002Z 2022-09-27T16:15:31.4682481Z OK 2022-09-27T16:15:31.4682737Z 2022-09-27T16:15:31.4682932Z Generating XML reports... 2022-09-27T16:15:31.4706868Z Generated XML report: test-reports/python-unittest/test_type_hints/TEST-TestTypeHints-20220927161441.xml 2022-09-27T16:15:33.3634840Z Running test_mkldnn ... [2022-09-27 16:15:33.363055] 2022-09-27T16:15:33.3635558Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:15:33.363137] 2022-09-27T16:15:34.6865897Z Test results will be stored in test-reports/python-unittest/test_mkldnn 2022-09-27T16:15:34.6878932Z 2022-09-27T16:15:34.6879070Z Running tests... 2022-09-27T16:15:34.6879910Z ---------------------------------------------------------------------- 2022-09-27T16:15:34.9791647Z test_0_dimension_tensor (__main__.TestMkldnn) ... ok (0.291s) 2022-09-27T16:15:35.0714270Z test_adaptive_avg_pool2d (__main__.TestMkldnn) ... ok (0.092s) 2022-09-27T16:15:35.1025156Z test_adaptive_avg_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.031s) 2022-09-27T16:15:35.1469529Z test_add (__main__.TestMkldnn) ... ok (0.044s) 2022-09-27T16:15:35.1524206Z test_autograd_from_mkldnn (__main__.TestMkldnn) ... ok (0.006s) 2022-09-27T16:15:35.1621929Z test_autograd_to_mkldnn (__main__.TestMkldnn) ... ok (0.010s) 2022-09-27T16:15:35.1761161Z test_avg_pool2d (__main__.TestMkldnn) ... ok (0.014s) 2022-09-27T16:15:35.1826439Z test_avg_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.007s) 2022-09-27T16:15:35.1882188Z test_avg_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.006s) 2022-09-27T16:15:36.1521961Z test_avg_pool3d (__main__.TestMkldnn) ... ok (0.964s) 2022-09-27T16:15:36.3738149Z test_avg_pool3d_bf16 (__main__.TestMkldnn) ... ok (0.221s) 2022-09-27T16:15:36.4039029Z test_batch_norm_2d (__main__.TestMkldnn) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:754: UserWarning: The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is. 2022-09-27T16:15:36.4039939Z "The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is." 2022-09-27T16:15:36.4362135Z ok (0.062s) 2022-09-27T16:15:36.4501505Z test_batch_norm_2d_bf16 (__main__.TestMkldnn) ... ok (0.014s) 2022-09-27T16:15:37.1717336Z test_batch_norm_3d (__main__.TestMkldnn) ... ok (0.722s) 2022-09-27T16:15:37.4815098Z test_batch_norm_3d_bf16 (__main__.TestMkldnn) ... ok (0.310s) 2022-09-27T16:15:37.4837481Z test_clone (__main__.TestMkldnn) ... ok (0.002s) 2022-09-27T16:15:37.5893503Z test_conv1d (__main__.TestMkldnn) ... ok (0.105s) 2022-09-27T16:15:37.6361876Z test_conv1d_bf16 (__main__.TestMkldnn) ... ok (0.047s) 2022-09-27T16:15:37.6376311Z test_conv1d_functional (__main__.TestMkldnn) ... ok (0.001s) 2022-09-27T16:15:38.1061751Z test_conv2d (__main__.TestMkldnn) ... ok (0.468s) 2022-09-27T16:15:38.2365242Z test_conv2d_bf16 (__main__.TestMkldnn) ... ok (0.130s) 2022-09-27T16:15:38.2376962Z test_conv2d_legacy_jit_model (__main__.TestMkldnn) 2022-09-27T16:15:38.2466554Z MKLDNN integration used to serialize models with 5d weight for grouped ... ok (0.010s) 2022-09-27T16:15:38.8247830Z test_conv2d_nhwc (__main__.TestMkldnn) ... ok (0.578s) 2022-09-27T16:15:40.1470406Z test_conv2d_nhwc_bf16 (__main__.TestMkldnn) ... ok (1.322s) 2022-09-27T16:15:41.6753560Z test_conv3d (__main__.TestMkldnn) ... ok (1.528s) 2022-09-27T16:15:41.9245679Z test_conv3d_bf16 (__main__.TestMkldnn) ... ok (0.249s) 2022-09-27T16:15:41.9441806Z test_conversion (__main__.TestMkldnn) ... ok (0.020s) 2022-09-27T16:15:41.9578860Z test_copy (__main__.TestMkldnn) ... ok (0.014s) 2022-09-27T16:15:41.9592421Z test_detach (__main__.TestMkldnn) ... ok (0.001s) 2022-09-27T16:15:41.9604268Z test_empty (__main__.TestMkldnn) ... ok (0.001s) 2022-09-27T16:15:41.9627217Z test_gelu (__main__.TestMkldnn) ... ok (0.002s) 2022-09-27T16:15:41.9653047Z test_gelu_bf16 (__main__.TestMkldnn) ... ok (0.003s) 2022-09-27T16:15:41.9661373Z test_is_mkldnn (__main__.TestMkldnn) ... ok (0.001s) 2022-09-27T16:15:41.9708140Z test_is_mkldnn_jit (__main__.TestMkldnn) ... ok (0.005s) 2022-09-27T16:15:41.9772871Z test_legacy_new_failure (__main__.TestMkldnn) ... ok (0.006s) 2022-09-27T16:15:41.9947149Z test_linear (__main__.TestMkldnn) ... ok (0.017s) 2022-09-27T16:15:41.9998905Z test_linear_backward (__main__.TestMkldnn) ... ok (0.005s) 2022-09-27T16:15:42.0115460Z test_linear_bf16 (__main__.TestMkldnn) ... ok (0.012s) 2022-09-27T16:15:42.0158076Z test_linear_non_contiguous_weight (__main__.TestMkldnn) ... ok (0.004s) 2022-09-27T16:15:42.1128442Z test_max_pool2d (__main__.TestMkldnn) ... ok (0.097s) 2022-09-27T16:15:42.1500814Z test_max_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.037s) 2022-09-27T16:15:42.1589529Z test_max_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.009s) 2022-09-27T16:15:55.4208728Z test_max_pool3d (__main__.TestMkldnn) ... ok (13.262s) 2022-09-27T16:16:03.5679484Z test_max_pool3d_bf16 (__main__.TestMkldnn) ... ok (8.147s) 2022-09-27T16:16:03.5804828Z test_max_pool_unsupported (__main__.TestMkldnn) ... ok (0.013s) 2022-09-27T16:16:03.6070732Z test_mkldnn_conv_shapecheck (__main__.TestMkldnn) ... ok (0.026s) 2022-09-27T16:16:03.6558523Z test_mul (__main__.TestMkldnn) ... ok (0.049s) 2022-09-27T16:16:08.7264240Z test_prelu (__main__.TestMkldnn) ... ok (5.070s) 2022-09-27T16:16:11.1215388Z test_prelu_bf16 (__main__.TestMkldnn) ... ok (2.395s) 2022-09-27T16:16:11.1243173Z test_relu (__main__.TestMkldnn) ... ok (0.003s) 2022-09-27T16:16:11.1264415Z test_relu_ (__main__.TestMkldnn) ... ok (0.002s) 2022-09-27T16:16:11.1276226Z test_relu_bf16 (__main__.TestMkldnn) ... ok (0.001s) 2022-09-27T16:16:11.1286764Z test_relu_inplace_bf16 (__main__.TestMkldnn) ... ok (0.001s) 2022-09-27T16:16:11.1302049Z test_repr (__main__.TestMkldnn) ... ok (0.001s) 2022-09-27T16:16:11.1320072Z test_reshape (__main__.TestMkldnn) ... ok (0.002s) 2022-09-27T16:16:11.1344961Z test_reshape_backward (__main__.TestMkldnn) ... ok (0.002s) 2022-09-27T16:16:11.1398300Z test_reshape_blocked_format (__main__.TestMkldnn) ... ok (0.005s) 2022-09-27T16:16:11.1407523Z test_resnet18 (__main__.TestMkldnn) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:209: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and will be removed in 0.15, please use 'weights' instead. 2022-09-27T16:16:11.1408550Z f"The parameter '{pretrained_param}' is deprecated since 0.13 and will be removed in 0.15, " 2022-09-27T16:16:11.1411358Z /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:16:11.1411853Z warnings.warn(msg) 2022-09-27T16:16:11.4562200Z ok (0.316s) 2022-09-27T16:16:12.1788623Z test_resnext50_32x4d (__main__.TestMkldnn) ... ok (0.723s) 2022-09-27T16:16:12.1819920Z test_set_data_tensorimpl_type (__main__.TestMkldnn) ... ok (0.003s) 2022-09-27T16:16:12.1839971Z test_sigmoid (__main__.TestMkldnn) ... ok (0.002s) 2022-09-27T16:16:12.1865187Z test_softmax (__main__.TestMkldnn) ... ok (0.002s) 2022-09-27T16:16:12.1883703Z test_tanh (__main__.TestMkldnn) ... ok (0.002s) 2022-09-27T16:16:12.1919998Z test_transpose (__main__.TestMkldnn) ... ok (0.004s) 2022-09-27T16:16:12.2432335Z test_unsupported (__main__.TestMkldnn) ... ok (0.051s) 2022-09-27T16:16:12.2495002Z test_view (__main__.TestMkldnn) ... ok (0.006s) 2022-09-27T16:16:12.2506375Z test_zero_ (__main__.TestMkldnn) ... ok (0.001s) 2022-09-27T16:16:12.2506593Z 2022-09-27T16:16:12.2507092Z ---------------------------------------------------------------------- 2022-09-27T16:16:12.2507426Z Ran 67 tests in 37.563s 2022-09-27T16:16:12.2507582Z 2022-09-27T16:16:12.2508964Z OK 2022-09-27T16:16:12.2509096Z 2022-09-27T16:16:12.2509216Z Generating XML reports... 2022-09-27T16:16:12.2584158Z Generated XML report: test-reports/python-unittest/test_mkldnn/TEST-TestMkldnn-20220927161534.xml 2022-09-27T16:16:12.6145084Z Running nn/test_pooling ... [2022-09-27 16:16:12.614045] 2022-09-27T16:16:12.6145837Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_pooling.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:16:12.614127] 2022-09-27T16:16:14.0878538Z Test results will be stored in test-reports/python-unittest/nn.test_pooling 2022-09-27T16:16:14.0894551Z 2022-09-27T16:16:14.0895009Z Running tests... 2022-09-27T16:16:14.0895654Z ---------------------------------------------------------------------- 2022-09-27T16:16:14.0915906Z test_avg_pool1d_ceil_mode (__main__.TestAvgPool) ... ok (0.002s) 2022-09-27T16:16:14.0928628Z test_avg_pool2d_ceil_mode (__main__.TestAvgPool) ... ok (0.001s) 2022-09-27T16:16:14.0942692Z test_avg_pool3d_ceil_mode (__main__.TestAvgPool) ... ok (0.001s) 2022-09-27T16:16:14.1018990Z test_doubletensor_avg_pool2d (__main__.TestAvgPool) ... ok (0.008s) 2022-09-27T16:16:14.1069527Z test_doubletensor_avg_pool2d_with_divisor (__main__.TestAvgPool) ... ok (0.005s) 2022-09-27T16:16:14.1531891Z test_doubletensor_avg_pool3d (__main__.TestAvgPool) ... ok (0.046s) 2022-09-27T16:16:14.2955924Z test_doubletensor_avg_pool3d_with_divisor (__main__.TestAvgPool) ... ok (0.142s) 2022-09-27T16:16:14.3032182Z test_MaxUnpool2d_output_size (__main__.TestPoolingNN) ... ok (0.008s) 2022-09-27T16:16:14.3058881Z test_adaptive_pooling_avg_nhwc (__main__.TestPoolingNN) ... ok (0.003s) 2022-09-27T16:16:14.3084237Z test_adaptive_pooling_avg_nhwc_launch_config_backward (__main__.TestPoolingNN) ... skip: CUDA unavailable (0.002s) 2022-09-27T16:16:14.3092882Z test_adaptive_pooling_avg_nhwc_launch_config_forward (__main__.TestPoolingNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:16:14.3116719Z test_adaptive_pooling_avg_nhwc_non_contiguous (__main__.TestPoolingNN) ... ok (0.002s) 2022-09-27T16:16:14.3176131Z test_adaptive_pooling_bfloat16 (__main__.TestPoolingNN) ... ok (0.006s) 2022-09-27T16:16:14.3187305Z test_adaptive_pooling_input_size (__main__.TestPoolingNN) ... ok (0.001s) 2022-09-27T16:16:14.3205179Z test_adaptive_pooling_size_none (__main__.TestPoolingNN) ... ok (0.002s) 2022-09-27T16:16:14.3291839Z test_adaptive_pooling_size_overflow (__main__.TestPoolingNN) ... ok (0.009s) 2022-09-27T16:16:14.4751113Z test_max_unpool (__main__.TestPoolingNN) ... ok (0.146s) 2022-09-27T16:16:14.4780179Z test_max_unpool2d_nhwc_cpu (__main__.TestPoolingNN) ... ok (0.003s) 2022-09-27T16:16:14.4858027Z test_AdaptiveMaxPool1d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:16:14.4928204Z test_AdaptiveMaxPool2d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:14.4995958Z test_AdaptiveMaxPool3d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:14.5158195Z test_AdaptiveMaxPool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:16:14.5218967Z test_AvgPool2d_empty_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:16:14.5229844Z test_AvgPool3d_backward_after_cat_dim1_device_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:16:14.5284689Z test_FractionalMaxPool2d_zero_batch_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:14.5352997Z test_FractionalMaxPool2d_zero_out_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:14.5407602Z test_FractionalMaxPool3d_zero_batch_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:14.5471078Z test_FractionalMaxPool3d_zero_out_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:16:14.5540704Z test_MaxPool1d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:14.5609453Z test_MaxPool2d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:14.5676423Z test_MaxPool3d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:14.5812278Z test_MaxPool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:16:14.5845112Z test_MaxUnpool_index_errors_case10_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:16:14.5875416Z test_MaxUnpool_index_errors_case1_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:16:14.5906019Z test_MaxUnpool_index_errors_case2_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:16:14.5936327Z test_MaxUnpool_index_errors_case3_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:16:14.5966533Z test_MaxUnpool_index_errors_case4_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:16:14.5997067Z test_MaxUnpool_index_errors_case5_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:16:14.6027472Z test_MaxUnpool_index_errors_case6_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:16:14.6057983Z test_MaxUnpool_index_errors_case7_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:16:14.6088509Z test_MaxUnpool_index_errors_case8_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:16:14.6118980Z test_MaxUnpool_index_errors_case9_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:16:14.6153534Z test_MaxUnpool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:14.6186465Z test_adaptive_avg_pool2d_output_size_one_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:14.6204628Z test_adaptive_avg_pool3d_output_size_one_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:14.6296696Z test_adaptive_pool_invalid_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:16:14.6309363Z test_adaptive_pool_odd_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:16:14.6380645Z test_adaptive_pooling_max_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:14.6454342Z test_adaptive_pooling_max_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:14.6667690Z test_adaptive_pooling_no_suppot_input_cpu_int16 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.021s) 2022-09-27T16:16:14.6879427Z test_adaptive_pooling_no_suppot_input_cpu_int32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.021s) 2022-09-27T16:16:14.7090691Z test_adaptive_pooling_no_suppot_input_cpu_int64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.021s) 2022-09-27T16:16:14.7301452Z test_adaptive_pooling_no_suppot_input_cpu_int8 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.021s) 2022-09-27T16:16:14.7512246Z test_adaptive_pooling_no_suppot_input_cpu_uint8 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.021s) 2022-09-27T16:16:14.7532333Z test_adaptive_pooling_zero_batch_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:14.7552045Z test_adaptive_pooling_zero_batch_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:14.7608750Z test_avg_pool2d_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:16:18.1914543Z test_avg_pool2d_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (3.430s) 2022-09-27T16:16:23.9566219Z test_avg_pool2d_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (5.765s) 2022-09-27T16:16:24.0680071Z test_fractional_max_pool2d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.111s) 2022-09-27T16:16:24.7259372Z test_fractional_max_pool3d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.658s) 2022-09-27T16:16:24.7277715Z test_fractional_max_pool_nan_inf_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:24.7314883Z test_max_pool1d_corner_cases_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:24.7348654Z test_max_pool1d_corner_cases_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:24.9796721Z test_max_pool1d_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.244s) 2022-09-27T16:16:25.4991626Z test_max_pool1d_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.519s) 2022-09-27T16:16:25.5058351Z test_max_pool2d_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:25.5072549Z test_max_pool2d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:16:25.5087209Z test_max_pool2d_indices_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:16:28.9978830Z test_max_pool2d_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (3.489s) 2022-09-27T16:16:34.7385310Z test_max_pool2d_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (5.741s) 2022-09-27T16:16:34.7422349Z test_max_pool3d_ndhwc_cpu_float16 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:16:34.7458002Z test_max_pool3d_ndhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:16:34.7493109Z test_max_pool3d_ndhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:16:34.7518962Z test_max_pool_nan_inf_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:35.2919847Z test_maxpool3d_non_square_backward_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.540s) 2022-09-27T16:16:35.2933297Z test_maxpool_indices_no_batch_dim_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) 2022-09-27T16:16:35.2951113Z Check that indices with no batch dim is consistent with a single batch. ... ok (0.003s) 2022-09-27T16:16:35.2965575Z test_pool3d_large_size_int64_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:16:35.2978948Z test_pool3d_size_one_feature_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:16:35.3280673Z test_pool_invalid_size_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:16:36.2271747Z test_pool_large_size_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.899s) 2022-09-27T16:16:36.2287603Z test_pooling_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:16:36.2300741Z test_pooling_large_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:16:36.2387098Z test_pooling_max_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:16:36.2466899Z test_pooling_max_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:16:36.2480722Z test_pooling_shape_cpu (__main__.TestPoolingNNDeviceTypeCPU) 2022-09-27T16:16:36.2511252Z Test the output shape calculation for pooling functions ... ok (0.004s) 2022-09-27T16:16:36.2702028Z test_pooling_size_empty_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T16:16:36.3259660Z test_pooling_zero_stride_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.056s) 2022-09-27T16:16:36.3260935Z 2022-09-27T16:16:36.3261630Z ---------------------------------------------------------------------- 2022-09-27T16:16:36.3262090Z Ran 88 tests in 22.236s 2022-09-27T16:16:36.3263375Z 2022-09-27T16:16:36.3263774Z OK (skipped=23) 2022-09-27T16:16:36.3263913Z 2022-09-27T16:16:36.3265130Z Generating XML reports... 2022-09-27T16:16:36.3292771Z Generated XML report: test-reports/python-unittest/nn.test_pooling/TEST-TestAvgPool-20220927161614.xml 2022-09-27T16:16:36.3302251Z Generated XML report: test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNN-20220927161614.xml 2022-09-27T16:16:36.3357040Z Generated XML report: test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNNDeviceTypeCPU-20220927161614.xml 2022-09-27T16:16:36.6107727Z Running test_tensorboard ... [2022-09-27 16:16:36.610414] 2022-09-27T16:16:36.6108250Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensorboard.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:16:36.610492] 2022-09-27T16:16:38.0369448Z /opt/conda/lib/python3.7/site-packages/caffe2/__init__.py:5: UserWarning: Caffe2 support is not fully enabled in this PyTorch build. Please enable Caffe2 by building PyTorch from source with `BUILD_CAFFE2=1` flag. 2022-09-27T16:16:38.0370153Z warnings.warn("Caffe2 support is not fully enabled in this PyTorch build. " 2022-09-27T16:16:38.0402525Z /opt/conda/lib/python3.7/site-packages/caffe2/proto/__init__.py:17: UserWarning: Caffe2 support is not enabled in this PyTorch build. Please enable Caffe2 by building PyTorch from source with `BUILD_CAFFE2=1` flag. 2022-09-27T16:16:38.0403050Z warnings.warn('Caffe2 support is not enabled in this PyTorch build. ' 2022-09-27T16:16:38.0407684Z /opt/conda/lib/python3.7/site-packages/caffe2/python/__init__.py:9: UserWarning: Caffe2 support is not enabled in this PyTorch build. Please enable Caffe2 by building PyTorch from source with `BUILD_CAFFE2=1` flag. 2022-09-27T16:16:38.0408255Z warnings.warn('Caffe2 support is not enabled in this PyTorch build. ' 2022-09-27T16:16:38.2612519Z Test results will be stored in test-reports/python-unittest/test_tensorboard 2022-09-27T16:16:38.2630150Z 2022-09-27T16:16:38.2630289Z Running tests... 2022-09-27T16:16:38.2630867Z ---------------------------------------------------------------------- 2022-09-27T16:16:38.2799928Z test_embedding (__main__.TestTensorBoardEmbedding) ... warning: Embedding dir exists, did you set global_step for add_embedding()? 2022-09-27T16:16:38.2863879Z ok (0.023s) 2022-09-27T16:16:38.2890293Z test_embedding_64 (__main__.TestTensorBoardEmbedding) ... warning: Embedding dir exists, did you set global_step for add_embedding()? 2022-09-27T16:16:38.2935644Z ok (0.007s) 2022-09-27T16:16:38.2944731Z test_figure (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.001s) 2022-09-27T16:16:38.2954002Z test_figure_list (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.001s) 2022-09-27T16:16:38.2957520Z test_caffe2_np (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-09-27T16:16:38.2960061Z test_caffe2_np_expect_fail (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-09-27T16:16:38.2970573Z test_caffe2_simple_cnnmodel (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.001s) 2022-09-27T16:16:38.2985722Z test_caffe2_simple_model (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.001s) 2022-09-27T16:16:38.2989339Z test_pytorch_np_expect_fail (__main__.TestTensorBoardNumpy) ... ok (0.000s) 2022-09-27T16:16:38.2998472Z test_scalar (__main__.TestTensorBoardNumpy) ... ok (0.001s) 2022-09-27T16:16:38.3003043Z test_pytorch_autograd_np (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.000s) 2022-09-27T16:16:38.3038513Z test_pytorch_histogram (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.003s) 2022-09-27T16:16:38.3092283Z test_pytorch_histogram_raw (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.005s) 2022-09-27T16:16:38.3102245Z test_pytorch_np (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.001s) 2022-09-27T16:16:38.3119404Z test_pytorch_write (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.002s) 2022-09-27T16:16:38.3914815Z test_mlp_graph (__main__.TestTensorBoardPytorchGraph) ... ok (0.079s) 2022-09-27T16:16:38.4627961Z test_nested_nn_squential (__main__.TestTensorBoardPytorchGraph) ... ok (0.071s) 2022-09-27T16:16:38.4828264Z test_pytorch_graph (__main__.TestTensorBoardPytorchGraph) ... ok (0.020s) 2022-09-27T16:16:38.5029903Z test_pytorch_graph_dict_input (__main__.TestTensorBoardPytorchGraph) ... Encountering a dict at the output of the tracer might cause the trace to be incorrect, this is only valid if the container structure does not change based on the module's inputs. Consider using a constant container instead (e.g. for `list`, use a `tuple` instead. for `dict`, use a `NamedTuple` instead). If you absolutely need this and know the side effects, pass strict=False to trace() to allow this behavior. 2022-09-27T16:16:38.5030675Z Error occurs, No graph saved 2022-09-27T16:16:38.5127722Z ok (0.030s) 2022-09-27T16:16:58.5822749Z test_torchvision_smoke (__main__.TestTensorBoardPytorchGraph) ... ok (20.069s) 2022-09-27T16:16:58.5926575Z test_wrong_input_size (__main__.TestTensorBoardPytorchGraph) ... mat1 and mat2 shapes cannot be multiplied (1x9 and 3x5) 2022-09-27T16:16:58.5927328Z Error occurs, No graph saved 2022-09-27T16:16:58.5929933Z ok (0.011s) 2022-09-27T16:16:58.5935639Z test_audio (__main__.TestTensorBoardSummary) ... warning: audio amplitude out of range, auto clipped. 2022-09-27T16:16:58.6017128Z ok (0.009s) 2022-09-27T16:16:58.6023862Z test_custom_scalars (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:16:58.6028317Z test_empty_input (__main__.TestTensorBoardSummary) ... ok (0.000s) 2022-09-27T16:16:58.6034382Z test_float32_image (__main__.TestTensorBoardSummary) 2022-09-27T16:16:58.6037330Z Tests that float32 image (pixel values in [0, 1]) are scaled correctly ... ok (0.001s) 2022-09-27T16:16:58.6053498Z test_histogram_auto (__main__.TestTensorBoardSummary) ... ok (0.002s) 2022-09-27T16:16:58.6067690Z test_histogram_doane (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:16:58.6082354Z test_histogram_fd (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:16:58.6173776Z test_hparams_bool (__main__.TestTensorBoardSummary) ... ok (0.009s) 2022-09-27T16:16:58.6183449Z test_hparams_domain_discrete (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:16:58.6193570Z test_hparams_number (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:16:58.6203662Z test_hparams_smoke (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:16:58.6214036Z test_hparams_string (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:16:58.6222367Z test_hparams_wrong_parameter (__main__.TestTensorBoardSummary) ... parameter: hparam_dict should be a dictionary, nothing logged. 2022-09-27T16:16:58.6222969Z parameter: metric_dict should be a dictionary, nothing logged. 2022-09-27T16:16:58.6242418Z ok (0.003s) 2022-09-27T16:16:58.6261205Z test_image_with_3_channel_batched (__main__.TestTensorBoardSummary) ... ok (0.002s) 2022-09-27T16:16:58.6288453Z test_image_with_boxes (__main__.TestTensorBoardSummary) ... ok (0.003s) 2022-09-27T16:16:58.6303562Z test_image_with_one_channel (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:16:58.6318995Z test_image_with_one_channel_batched (__main__.TestTensorBoardSummary) ... ok (0.002s) 2022-09-27T16:16:58.6339176Z test_image_without_channel (__main__.TestTensorBoardSummary) ... ok (0.002s) 2022-09-27T16:16:58.6343545Z test_list_input (__main__.TestTensorBoardSummary) ... ok (0.000s) 2022-09-27T16:16:58.6395436Z test_mesh (__main__.TestTensorBoardSummary) ... ok (0.005s) 2022-09-27T16:16:58.6406535Z test_scalar_new_style (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:16:58.6414656Z test_text (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:16:58.6419151Z test_uint8_image (__main__.TestTensorBoardSummary) 2022-09-27T16:16:58.6421955Z Tests that uint8 image (pixel values in [0, 255]) is not changed ... ok (0.001s) 2022-09-27T16:16:58.6430716Z test_video (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:16:58.6443380Z test_pathlib (__main__.TestTensorBoardSummaryWriter) ... ok (0.001s) 2022-09-27T16:16:58.6453922Z test_summary_writer_close (__main__.TestTensorBoardSummaryWriter) ... ok (0.001s) 2022-09-27T16:16:58.6464995Z test_summary_writer_ctx (__main__.TestTensorBoardSummaryWriter) ... ok (0.001s) 2022-09-27T16:16:58.6472609Z test_convert_to_HWC_dtype_remains_same (__main__.TestTensorBoardUtils) ... ok (0.001s) 2022-09-27T16:16:58.6617527Z test_numpy_vid_uint8 (__main__.TestTensorBoardUtils) ... ok (0.014s) 2022-09-27T16:16:58.7456968Z test_prepare_video (__main__.TestTensorBoardUtils) ... ok (0.084s) 2022-09-27T16:16:58.7472267Z test_to_HWC (__main__.TestTensorBoardUtils) ... ok (0.002s) 2022-09-27T16:16:58.7892938Z test_writer (__main__.TestTensorBoardWriter) ... add_video needs package moviepy 2022-09-27T16:16:58.7938324Z ok (0.046s) 2022-09-27T16:16:58.7938557Z 2022-09-27T16:16:58.7939025Z ---------------------------------------------------------------------- 2022-09-27T16:16:58.7940642Z Ran 53 tests in 20.531s 2022-09-27T16:16:58.7941109Z 2022-09-27T16:16:58.7941259Z OK (skipped=6) 2022-09-27T16:16:58.7941472Z 2022-09-27T16:16:58.7941623Z Generating XML reports... 2022-09-27T16:16:58.7946020Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardEmbedding-20220927161638.xml 2022-09-27T16:16:58.7955060Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardNumpy-20220927161638.xml 2022-09-27T16:16:58.7960504Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPyTorchNumpy-20220927161638.xml 2022-09-27T16:16:58.7967254Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPytorchGraph-20220927161638.xml 2022-09-27T16:16:58.7986788Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummary-20220927161638.xml 2022-09-27T16:16:58.7990685Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummaryWriter-20220927161638.xml 2022-09-27T16:16:58.7995263Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardUtils-20220927161638.xml 2022-09-27T16:16:58.7998761Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardWriter-20220927161638.xml 2022-09-27T16:16:58.8002518Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardFigure-20220927161638.xml 2022-09-27T16:16:59.3343382Z Running test_autograd ... [2022-09-27 16:16:59.333930] 2022-09-27T16:16:59.3343952Z Executing ['/opt/conda/bin/python', '-bb', 'test_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:16:59.334009] 2022-09-27T16:17:01.5475245Z Test results will be stored in test-reports/python-unittest/test_autograd 2022-09-27T16:17:01.5512553Z 2022-09-27T16:17:01.5513100Z Running tests... 2022-09-27T16:17:01.5513522Z ---------------------------------------------------------------------- 2022-09-27T16:17:01.5558403Z test_access_saved_tensor_twice_without_recomputation_works (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:17:01.5581446Z test_accumulate_grad (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:199: UserWarning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/autograd/engine.cpp:1061.) 2022-09-27T16:17:01.5582286Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-09-27T16:17:01.5583533Z ok (0.002s) 2022-09-27T16:17:01.5610359Z test_accumulate_grad_tensor_reference (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:17:01.5625536Z test_accumulate_grad_with_zero_numel_grad (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:01.5639062Z test_anomaly_assign_parent_cleanup (__main__.TestAutograd) ... test_autograd.py:3640: UserWarning: Anomaly Detection has been enabled. This mode will increase the runtime and should only be enabled for debugging. 2022-09-27T16:17:01.5639842Z with detect_anomaly(): 2022-09-27T16:17:01.5644227Z ok (0.002s) 2022-09-27T16:17:01.5674141Z test_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:17:01.5809854Z test_anomaly_grad_warnings (__main__.TestAutograd) ... ok (0.013s) 2022-09-27T16:17:01.5829203Z test_anomaly_mode_no_check_nan (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:01.5839588Z test_attribute_deletion (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:01.8071143Z test_autograd_inplace_views_creation_meta (__main__.TestAutograd) ... ok (0.223s) 2022-09-27T16:17:01.8091636Z test_autograd_inplace_views_cross_dtype (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:01.8141978Z test_autograd_multiple_views_python (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:17:01.8235377Z test_autograd_python_custom_function_inplace (__main__.TestAutograd) ... ok (0.009s) 2022-09-27T16:17:01.8906623Z test_autograd_simple_views_python (__main__.TestAutograd) ... ok (0.067s) 2022-09-27T16:17:01.9082699Z test_autograd_views_codegen (__main__.TestAutograd) ... ok (0.018s) 2022-09-27T16:17:01.9107374Z test_backward (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:01.9116020Z test_backward_badcalls (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:01.9135686Z test_backward_copy (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:01.9148921Z test_backward_create_graph_warns (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:01.9156841Z test_backward_no_grad (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:01.9168570Z test_backward_twice_retained_graph_with_saved_values (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:01.9179951Z test_backward_twice_retained_graph_without_saved_values (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:01.9235426Z test_backward_twice_with_saved_values (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:17:01.9244961Z test_backward_twice_without_saved_values (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:01.9281136Z test_backward_with_inputs (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:17:01.9301825Z test_backward_with_nonleaf_inputs (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:01.9317329Z test_calculate_shape_util (__main__.TestAutograd) ... test_autograd.py:3502: 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:17:01.9317844Z torch.randn(10, 5, requires_grad=True)] 2022-09-27T16:17:01.9318694Z ok (0.002s) 2022-09-27T16:17:01.9333485Z test_callback_adds_callback (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:01.9351902Z test_cant_create_saved_tensors (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:01.9366405Z test_checkpoint_valid_reset_on_error (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:01.9377989Z test_checkpointing (__main__.TestAutograd) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:17:01.9381950Z test_checkpointing_non_reentrant_autocast_cpu (__main__.TestAutograd) 2022-09-27T16:17:01.9400380Z Test that autocast args such as the dtype are preserved during non-reentrant ... ok (0.002s) 2022-09-27T16:17:01.9404277Z test_checkpointing_non_reentrant_autocast_gpu (__main__.TestAutograd) 2022-09-27T16:17:01.9405437Z Test that autocast args/kwargs such as the dtype are preserved during ... skip: Test requires CUDA bf16 support (0.000s) 2022-09-27T16:17:01.9416093Z test_checkpointing_without_reentrant_arbitrary_input_output (__main__.TestAutograd) 2022-09-27T16:17:01.9432473Z Ensures checkpointing without reentrant autograd works with functions ... ok (0.003s) 2022-09-27T16:17:01.9440788Z test_checkpointing_without_reentrant_correct_grad (__main__.TestAutograd) 2022-09-27T16:17:01.9453393Z Verifies that correct gradients are calculated for checkpoint ... ok (0.002s) 2022-09-27T16:17:01.9473378Z test_checkpointing_without_reentrant_custom_function_works (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:01.9483745Z test_checkpointing_without_reentrant_dataparallel (__main__.TestAutograd) 2022-09-27T16:17:01.9500504Z Verifies gradient correctness when checkpoint without reentrant autograd ... ok (0.003s) 2022-09-27T16:17:01.9520730Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_False (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:01.9547018Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_True (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:17:01.9562083Z test_checkpointing_without_reentrant_input_requires_grad_False (__main__.TestAutograd) 2022-09-27T16:17:01.9567027Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:17:01.9581282Z test_checkpointing_without_reentrant_input_requires_grad_True (__main__.TestAutograd) 2022-09-27T16:17:01.9585881Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:17:01.9605655Z test_checkpointing_without_reentrant_memory_savings (__main__.TestAutograd) ... skip: Test requires CUDA (0.002s) 2022-09-27T16:17:01.9611342Z test_checkpointing_without_reentrant_parameter_used_in_an_out (__main__.TestAutograd) 2022-09-27T16:17:01.9619522Z Ensures that gradient hooks are only called once per tensor. ... ok (0.001s) 2022-09-27T16:17:02.3448835Z test_create_graph_and_full_backward_hook_cycle (__main__.TestAutograd) ... ok (0.383s) 2022-09-27T16:17:02.3539882Z test_custom_autograd_no_early_free (__main__.TestAutograd) ... ok (0.009s) 2022-09-27T16:17:02.3573083Z test_custom_autograd_repeated_grad_grad (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:17:02.4889927Z test_custom_function_cycle (__main__.TestAutograd) ... ok (0.131s) 2022-09-27T16:17:02.4917460Z test_custom_function_error (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:17:02.4931661Z test_custom_function_exception (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:02.5148000Z test_custom_function_forward_mode_forward_is_no_op (__main__.TestAutograd) ... ok (0.022s) 2022-09-27T16:17:02.5213959Z test_custom_function_forward_mode_inplace_checks (__main__.TestAutograd) ... ok (0.007s) 2022-09-27T16:17:02.5239612Z test_custom_function_forward_mode_non_tensor_before_tensor_args (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:17:02.5371312Z test_custom_function_forward_mode_view_checks (__main__.TestAutograd) ... ok (0.013s) 2022-09-27T16:17:02.5439879Z test_custom_function_forward_mode_wrong_formula (__main__.TestAutograd) ... ok (0.007s) 2022-09-27T16:17:02.5454255Z test_custom_function_local_inplace (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:02.5475759Z test_custom_function_no_tensors (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:02.5572748Z test_custom_function_non_tensor_inputs_outputs (__main__.TestAutograd) ... ok (0.010s) 2022-09-27T16:17:02.5614336Z test_custom_function_return_view_in_nograd (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:17:02.5687198Z test_custom_function_save_for_forward (__main__.TestAutograd) ... ok (0.007s) 2022-09-27T16:17:02.5747192Z test_custom_function_saved_tensors (__main__.TestAutograd) ... ok (0.006s) 2022-09-27T16:17:02.7820728Z test_deep_reentrant (__main__.TestAutograd) ... ok (0.207s) 2022-09-27T16:17:02.7860287Z test_default_saved_variable_hooks_double_backward (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:17:02.7879217Z test_dep_nograd (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:02.7893203Z test_dependent_backward (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:02.7941798Z test_detach (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:17:02.7946383Z test_detach_base (__main__.TestAutograd) 2022-09-27T16:17:02.7950557Z detaching base does not detach view ... ok (0.001s) 2022-09-27T16:17:02.8011215Z test_detach_then_inplace_raises_in_autograd (__main__.TestAutograd) ... ok (0.006s) 2022-09-27T16:17:02.8021498Z test_diagonal_derivative_requires_grad (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:02.8031066Z test_diagonal_expanded_v (__main__.TestAutograd) ... test_autograd.py:2221: 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:17:02.8031555Z v_expanded = torch.tensor(value).expand(10) 2022-09-27T16:17:02.8035411Z ok (0.001s) 2022-09-27T16:17:02.8074914Z test_dir (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:17:02.8085740Z test_dont_materialize_grads (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:02.8099848Z test_duplicate_backward_root (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:02.8108442Z test_first_grad_fn_access_in_no_grad_mode (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:04.5920235Z test_free_deep_graph (__main__.TestAutograd) ... ok (1.781s) 2022-09-27T16:17:05.7937433Z test_free_deep_graph_complicated (__main__.TestAutograd) ... ok (1.202s) 2022-09-27T16:17:07.0172801Z test_free_deep_graph_pyfunction (__main__.TestAutograd) ... ok (1.223s) 2022-09-27T16:17:07.0905072Z test_function (__main__.TestAutograd) ... ok (0.073s) 2022-09-27T16:17:07.0929003Z test_function_returns_input (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:07.0944378Z test_function_returns_undefined_tensor (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:07.0949521Z test_gc_in_destructor (__main__.TestAutograd) 2022-09-27T16:17:07.7541780Z Previously, if a Function destructor triggered a garbage collection, ... ok (0.660s) 2022-09-27T16:17:07.7574128Z test_grad (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:17:07.7586656Z test_grad_badcalls (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:07.7613559Z test_grad_batched_grad (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:17:07.7639919Z test_grad_empty_inputs (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:17:07.7788072Z test_grad_fn_attr_bindings (__main__.TestAutograd) ... ok (0.015s) 2022-09-27T16:17:07.7799126Z test_grad_fn_badcalls (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:07.7836593Z test_grad_fn_prehooks (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:17:07.7870006Z test_grad_fn_prehooks_multiple_outputs (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:17:07.7896417Z test_grad_fn_prehooks_remove_hooks (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:17:07.7912909Z test_grad_mode_restored_reentrant (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:07.7932223Z test_grad_nonleaf (__main__.TestAutograd) ... test_autograd.py:528: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-09-27T16:17:07.7932985Z self.assertIsNone(x.grad) 2022-09-27T16:17:07.7946360Z ok (0.003s) 2022-09-27T16:17:07.7962586Z test_grad_nonleaf_many_outputs (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:07.7981466Z test_grad_nonleaf_register_hook (__main__.TestAutograd) ... test_autograd.py:580: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-09-27T16:17:07.7982246Z self.assertIsNone(x_list[0].grad) 2022-09-27T16:17:07.7984438Z test_autograd.py:587: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-09-27T16:17:07.7985221Z self.assertIsNone(x_list[i].grad) 2022-09-27T16:17:07.7991501Z ok (0.003s) 2022-09-27T16:17:07.8010972Z test_grad_unreachable (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:07.8029579Z test_grad_unreachable_discovery (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:07.8236927Z test_gradcheck_backward_mul_by_grad_output (__main__.TestAutograd) ... ok (0.020s) 2022-09-27T16:17:07.8727235Z test_gradcheck_check_batched_grad (__main__.TestAutograd) ... ok (0.049s) 2022-09-27T16:17:07.8742651Z test_gradcheck_check_forward_or_backward_only (__main__.TestAutograd) 2022-09-27T16:17:07.8918760Z Depending on settings for check_forward_ad and check_backward_ad, the ... ok (0.019s) 2022-09-27T16:17:07.8934224Z test_gradcheck_check_no_differentiable_outputs (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-09-27T16:17:07.8934980Z f'Input #{idx} requires gradient and ' 2022-09-27T16:17:07.8949237Z ok (0.003s) 2022-09-27T16:17:07.9028751Z test_gradcheck_complex_non_complex_outputs (__main__.TestAutograd) ... ok (0.008s) 2022-09-27T16:17:07.9044243Z test_gradcheck_custom_error (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-09-27T16:17:07.9044806Z f'Input #{idx} requires gradient and ' 2022-09-27T16:17:07.9169186Z ok (0.014s) 2022-09-27T16:17:07.9221169Z test_gradcheck_dense_and_sparse_inputs (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:17:07.9991840Z test_gradcheck_forward_ad (__main__.TestAutograd) ... ok (0.077s) 2022-09-27T16:17:08.0077624Z test_gradcheck_forward_ad_batched_grad (__main__.TestAutograd) ... ok (0.009s) 2022-09-27T16:17:08.0144941Z test_gradcheck_forward_ad_respects_requires_grad (__main__.TestAutograd) ... ok (0.007s) 2022-09-27T16:17:08.0206501Z test_gradcheck_forward_ad_runs_with_no_requires_grad (__main__.TestAutograd) ... ok (0.006s) 2022-09-27T16:17:08.0289366Z test_gradcheck_get_analytical_jacobian (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:580: UserWarning: get_analytical_jacobian was part of PyTorch's private API and not meant to be exposed. We are deprecating it and it will be removed in a future version of PyTorch. If you have a specific use for this or feature request for this to be a stable API, please file us an issue at https://github.com/pytorch/pytorch/issues/new 2022-09-27T16:17:08.0290176Z warnings.warn("get_analytical_jacobian was part of PyTorch's private API and not " 2022-09-27T16:17:08.0290438Z ok (0.008s) 2022-09-27T16:17:08.0357477Z test_gradcheck_get_numerical_jacobian (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:173: UserWarning: get_numerical_jacobian was part of PyTorch's private API and not meant to be exposed. We are deprecating it and it will be removed in a future version of PyTorch. If you have a specific use for this or feature request for this to be a stable API, please file us an issue at https://github.com/pytorch/pytorch/issues/new 2022-09-27T16:17:08.0358265Z warnings.warn("get_numerical_jacobian was part of PyTorch's private API and not " 2022-09-27T16:17:08.0358506Z ok (0.007s) 2022-09-27T16:17:08.0377023Z test_gradcheck_jacobian_mismatch (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-09-27T16:17:08.0377671Z f'Input #{idx} requires gradient and ' 2022-09-27T16:17:08.0724379Z ok (0.037s) 2022-09-27T16:17:08.0740935Z test_gradcheck_multiple_mkldnn_inputs (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #1 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-09-27T16:17:08.0741488Z f'Input #{idx} requires gradient and ' 2022-09-27T16:17:08.0876134Z ok (0.015s) 2022-09-27T16:17:08.1552907Z test_gradcheck_nondeterministic (__main__.TestAutograd) ... ok (0.068s) 2022-09-27T16:17:08.1578341Z test_gradcheck_output_shape_or_dtype_depend_on_values (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:17:08.1693387Z test_gradcheck_single_input (__main__.TestAutograd) ... ok (0.011s) 2022-09-27T16:17:08.1706296Z test_gradcheck_sparse_csr_input (__main__.TestAutograd) ... test_autograd.py:3898: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-09-27T16:17:08.1706956Z gradcheck(fn, torch.rand(2, 2, dtype=torch.double).to_sparse_csr().requires_grad_(True), check_sparse_nnz=True, 2022-09-27T16:17:08.1773360Z expected failure (0.008s) 2022-09-27T16:17:08.1816967Z test_gradcheck_sparse_input (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:17:08.1831395Z test_gradcheck_test_outputs (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-09-27T16:17:08.1831958Z f'Input #{idx} requires gradient and ' 2022-09-27T16:17:08.1835312Z ok (0.002s) 2022-09-27T16:17:08.1926612Z test_gradcheck_undefined_grad (__main__.TestAutograd) ... ok (0.009s) 2022-09-27T16:17:08.1987384Z test_gradcheck_validates_input_mkldnn (__main__.TestAutograd) ... ok (0.006s) 2022-09-27T16:17:08.2052629Z test_gradcheck_validates_inputs (__main__.TestAutograd) ... ok (0.006s) 2022-09-27T16:17:08.2118926Z test_graph_save_on_cpu (__main__.TestAutograd) ... ok (0.007s) 2022-09-27T16:17:08.2128820Z test_graph_save_on_cpu_cuda (__main__.TestAutograd) ... skip: test requires CUDA (0.001s) 2022-09-27T16:17:08.2151070Z test_hessian_vector (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:08.2166545Z test_hook_none (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:08.2176279Z test_hook_with_no_name (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:08.2207011Z test_hooks (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:17:08.2224714Z test_hooks_cpp (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:08.2235616Z test_index_backward_does_not_save_tensor (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:08.2427669Z test_indexing (__main__.TestAutograd) ... ok (0.019s) 2022-09-27T16:17:08.2464071Z test_indexing_duplicates (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:17:08.2701843Z test_inplace (__main__.TestAutograd) ... ok (0.024s) 2022-09-27T16:17:08.2803100Z test_inplace_not_requires_grad (__main__.TestAutograd) ... ok (0.010s) 2022-09-27T16:17:08.2853184Z test_inplace_on_view_backward (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:17:08.2887794Z test_inplace_on_view_leaf_errors (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:17:08.2899470Z test_inplace_on_view_saved_output (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:08.3707703Z test_inplace_on_view_weak_grad_fn (__main__.TestAutograd) ... ok (0.081s) 2022-09-27T16:17:08.3724117Z test_input_buffer_accum (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:08.3761367Z test_integer_outputs (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:17:08.3814553Z test_invalid_gradients (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:17:08.3826862Z test_isolated_node (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:08.3843174Z test_leaf_assignment (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:08.3854956Z test_legacy_function_deprecation_exception (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:08.3879551Z test_lobpcg (__main__.TestAutograd) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80338 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-09-27T16:17:08.3891309Z test_mark_non_differentiable (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:08.3907311Z test_mark_non_differentiable_mixed (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:08.3918469Z test_mark_non_differentiable_none (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:08.3931084Z test_materialize_grads (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:08.3953897Z test_multi_backward (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:08.3964633Z test_multi_backward_no_grad (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:08.3975336Z test_named_tensor_for_complex_views (__main__.TestAutograd) ... /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-27T16:17:08.3975923Z return super(Tensor, self).refine_names(names) 2022-09-27T16:17:08.3979519Z ok (0.001s) 2022-09-27T16:17:08.4001927Z test_naughty_anomaly_access (__main__.TestAutograd) ... expected failure (0.002s) 2022-09-27T16:17:08.4095315Z test_naughty_autograd_function_attribute_access (__main__.TestAutograd) ... ok (0.009s) 2022-09-27T16:17:08.4106778Z test_naughty_autograd_function_stashing_ctx (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:08.4153261Z test_nested_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:17:08.4173209Z test_nested_anomaly_printstack_cleanup (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:08.4188522Z test_next_functions (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:08.4203234Z test_no_grad (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:08.4211671Z test_no_grad_assignment (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:08.4231444Z test_no_grad_copy (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:08.4258875Z test_no_grad_copy_sparse (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2322: UserWarning: Argument order of nn.functional.embedding_bag was changed. Usage `embedding_bag(weight, input, ...)` is deprecated, and should now be `embedding_bag(input, weight, ...)`. 2022-09-27T16:17:08.4259845Z "Argument order of nn.functional.embedding_bag was changed. " 2022-09-27T16:17:08.4291498Z ok (0.006s) 2022-09-27T16:17:08.4301900Z test_no_grad_input (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:08.4362079Z test_no_grad_modifies_version (__main__.TestAutograd) ... ok (0.006s) 2022-09-27T16:17:08.4368057Z test_no_grad_python_function (__main__.TestAutograd) 2022-09-27T16:17:08.4373514Z Python Functions should respect grad mode. ... ok (0.001s) 2022-09-27T16:17:08.4439475Z test_no_requires_grad_inplace (__main__.TestAutograd) ... ok (0.007s) 2022-09-27T16:17:08.4451509Z test_no_unnecessary_save (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:08.4484675Z test_no_unnecessary_unwrapping (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:17:08.4524336Z test_not_implemented_fwad (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:17:08.4588593Z test_not_implemented_grad (__main__.TestAutograd) ... ok (0.006s) 2022-09-27T16:17:08.4610184Z test_numpy_requires_grad (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:08.4629190Z test_once_differentiable (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:08.4691735Z test_out_variant_raises_when_inputs_require_grad (__main__.TestAutograd) ... ok (0.006s) 2022-09-27T16:17:08.4761352Z test_pack_hook_with_inplace_modification_should_fail (__main__.TestAutograd) ... ok (0.007s) 2022-09-27T16:17:08.4797601Z test_pickle (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:17:08.4813493Z test_pow_zero_tensor_gradient (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:08.4831584Z test_power_function (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:08.4844694Z test_profiler (__main__.TestAutograd) ... STAGE:2022-09-27 16:17:08 6744:6744 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:17:08.4846921Z STAGE:2022-09-27 16:17:08 6744:6744 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:17:08.4853163Z ok (0.002s) 2022-09-27T16:17:08.4868675Z test_profiler_aggregation_fake (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:08.4884869Z test_profiler_aggregation_lstm (__main__.TestAutograd) ... 2022-09-27T16:17:08.4889651Z STAGE:2022-09-27 16:17:08 6744:6744 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:17:08.5232594Z STAGE:2022-09-27 16:17:08 6744:6744 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:17:09.0639601Z =================================================================================================================================================================== 2022-09-27T16:17:09.0639910Z TEST 2022-09-27T16:17:09.0640483Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:17:09.0641866Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-09-27T16:17:09.0642994Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:17:09.0643447Z aten::lstm 0.96% 197.000us 4.92% 1.012ms 1.012ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:17:09.0643750Z aten::lstm 0.94% 193.000us 4.84% 997.000us 997.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:17:09.0644118Z aten::lstm 0.93% 192.000us 5.64% 1.162ms 1.162ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:17:09.0644408Z aten::lstm 0.90% 185.000us 4.95% 1.018ms 1.018ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:17:09.0644883Z aten::lstm 0.89% 184.000us 4.93% 1.015ms 1.015ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:17:09.0645168Z aten::lstm 0.88% 181.000us 4.82% 992.000us 992.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:17:09.0645454Z aten::lstm 0.86% 177.000us 4.82% 992.000us 992.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:17:09.0645734Z aten::lstm 0.85% 175.000us 4.89% 1.007ms 1.007ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:17:09.0645997Z aten::lstm 0.84% 172.000us 4.74% 975.000us 975.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:17:09.0646348Z aten::lstm 0.80% 165.000us 4.91% 1.011ms 1.011ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:17:09.0646871Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:17:09.0647225Z Self CPU time total: 20.585ms 2022-09-27T16:17:09.0647350Z 2022-09-27T16:17:09.2954971Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:17:09.2955873Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-09-27T16:17:09.2956866Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:17:09.2957654Z aten::lstm 16.18% 3.330ms 97.69% 20.109ms 1.005ms 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:17:09.2958172Z aten::addmm 10.73% 2.209ms 13.07% 2.691ms 13.455us 200 [[80], [3, 20], [20, 80], [], []] 2022-09-27T16:17:09.2958648Z aten::mul 9.99% 2.057ms 9.99% 2.057ms 3.428us 600 [[3, 20], [3, 20]] 2022-09-27T16:17:09.2959101Z aten::sigmoid_ 9.68% 1.993ms 9.68% 1.993ms 3.322us 600 [[3, 20]] 2022-09-27T16:17:09.2959519Z aten::slice 5.03% 1.035ms 5.16% 1.063ms 1.329us 800 [[3, 80], [], [], [], []] 2022-09-27T16:17:09.2960067Z aten::unsafe_split 4.45% 917.000us 13.95% 2.872ms 14.360us 200 [[3, 80], [], []] 2022-09-27T16:17:09.2960499Z aten::narrow 4.33% 891.000us 8.71% 1.792ms 2.240us 800 [[3, 80], [], [], []] 2022-09-27T16:17:09.2960846Z aten::tanh_ 3.96% 815.000us 3.96% 815.000us 4.075us 200 [[3, 20]] 2022-09-27T16:17:09.2961130Z aten::tanh 3.25% 670.000us 3.25% 670.000us 3.350us 200 [[3, 20]] 2022-09-27T16:17:09.2961411Z aten::linear 2.93% 603.000us 19.28% 3.969ms 19.845us 200 [[3, 20], [80, 20], [80]] 2022-09-27T16:17:09.2962132Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:17:09.2962485Z Self CPU time total: 20.585ms 2022-09-27T16:17:09.2962610Z 2022-09-27T16:17:09.4830682Z =================================================================================================================================================================== 2022-09-27T16:17:09.4831113Z TEST 2022-09-27T16:17:09.4831500Z =================================================================================================================================================================== 2022-09-27T16:17:09.4832105Z This report only display top-level ops statistics 2022-09-27T16:17:09.4832833Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:17:09.4833540Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-09-27T16:17:09.4834754Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:17:09.4835188Z aten::lstm 0.96% 197.000us 4.92% 1.012ms 1.012ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:17:09.4835474Z aten::lstm 0.94% 193.000us 4.84% 997.000us 997.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:17:09.4835742Z aten::lstm 0.93% 192.000us 5.64% 1.162ms 1.162ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:17:09.4836028Z aten::lstm 0.90% 185.000us 4.95% 1.018ms 1.018ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:17:09.4836325Z aten::lstm 0.89% 184.000us 4.93% 1.015ms 1.015ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:17:09.4836611Z aten::lstm 0.88% 181.000us 4.82% 992.000us 992.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:17:09.4836892Z aten::lstm 0.86% 177.000us 4.82% 992.000us 992.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:17:09.4837173Z aten::lstm 0.85% 175.000us 4.89% 1.007ms 1.007ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:17:09.4837451Z aten::lstm 0.84% 172.000us 4.74% 975.000us 975.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:17:09.4837738Z aten::lstm 0.80% 165.000us 4.91% 1.011ms 1.011ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:17:09.4838251Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:17:09.4838605Z Self CPU time total: 20.585ms 2022-09-27T16:17:09.4838730Z 2022-09-27T16:17:09.7139273Z =================================================================================================================================================================== 2022-09-27T16:17:09.7139930Z This report only display top-level ops statistics 2022-09-27T16:17:09.7140659Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:17:09.7141277Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-09-27T16:17:09.7141837Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:17:09.7142256Z aten::lstm 16.18% 3.330ms 97.69% 20.109ms 1.005ms 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:17:09.7142545Z aten::randn 1.35% 277.000us 2.27% 467.000us 7.783us 60 [[], [], [], [], []] 2022-09-27T16:17:09.7143052Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:17:09.7143385Z Self CPU time total: 20.585ms 2022-09-27T16:17:09.7143571Z 2022-09-27T16:17:09.7143688Z Total time based on python measurements: 22.196ms 2022-09-27T16:17:09.7441454Z CPU time measurement python side overhead: 7.82% 2022-09-27T16:17:09.7520205Z STAGE:2022-09-27 16:17:09 6744:6744 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T16:17:09.7622456Z ok (1.275s) 2022-09-27T16:17:09.7628045Z test_profiler_aggregation_table (__main__.TestAutograd) 2022-09-27T16:17:09.7635312Z Test if the profiling result is aggregated for `str(prof)` ... STAGE:2022-09-27 16:17:09 6744:6744 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:17:09.7637846Z STAGE:2022-09-27 16:17:09 6744:6744 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:17:09.7647696Z ok (0.003s) 2022-09-27T16:17:09.7664019Z test_profiler_function_event_avg (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:09.8161550Z test_profiler_propagation (__main__.TestAutograd) ... STAGE:2022-09-27 16:17:09 6744:6744 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:17:09.8171651Z STAGE:2022-09-27 16:17:09 6744:6744 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:17:09.8180313Z ok (0.052s) 2022-09-27T16:17:09.8201801Z test_profiler_seq_nr (__main__.TestAutograd) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/66893 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-09-27T16:17:09.8213643Z test_profiler_shapes (__main__.TestAutograd) ... 2022-09-27T16:17:09.8217911Z STAGE:2022-09-27 16:17:09 6744:6744 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:17:09.8222789Z STAGE:2022-09-27 16:17:09 6744:6744 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:17:09.8238540Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-09-27T16:17:09.8239149Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-09-27T16:17:09.8239896Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-09-27T16:17:09.8240442Z aten::linear 3.95% 7.000us 56.50% 100.000us 100.000us 1 [[128, 20], [30, 20], [30]] 2022-09-27T16:17:09.8240885Z aten::t 9.60% 17.000us 15.25% 27.000us 27.000us 1 [[30, 20]] 2022-09-27T16:17:09.8241261Z aten::transpose 3.95% 7.000us 5.65% 10.000us 10.000us 1 [[30, 20], [], []] 2022-09-27T16:17:09.8241658Z aten::as_strided 1.69% 3.000us 1.69% 3.000us 3.000us 1 [[30, 20], [], [], []] 2022-09-27T16:17:09.8242275Z aten::addmm 30.51% 54.000us 37.29% 66.000us 66.000us 1 [[30], [128, 20], [20, 30], [], []] 2022-09-27T16:17:09.8242669Z aten::expand 1.69% 3.000us 2.26% 4.000us 4.000us 1 [[30], [], []] 2022-09-27T16:17:09.8243059Z aten::as_strided 0.56% 1.000us 0.56% 1.000us 1.000us 1 [[30], [], [], []] 2022-09-27T16:17:09.8243437Z aten::copy_ 4.52% 8.000us 4.52% 8.000us 8.000us 1 [[128, 30], [128, 30], []] 2022-09-27T16:17:09.8243825Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-09-27T16:17:09.8244306Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 20]] 2022-09-27T16:17:09.8244694Z aten::linear 1.13% 2.000us 43.50% 77.000us 77.000us 1 [[128, 30], [40, 30], [40]] 2022-09-27T16:17:09.8245087Z aten::t 2.82% 5.000us 3.95% 7.000us 7.000us 1 [[40, 30]] 2022-09-27T16:17:09.8245453Z aten::transpose 0.56% 1.000us 1.13% 2.000us 2.000us 1 [[40, 30], [], []] 2022-09-27T16:17:09.8245845Z aten::as_strided 0.56% 1.000us 0.56% 1.000us 1.000us 1 [[40, 30], [], [], []] 2022-09-27T16:17:09.8246230Z aten::addmm 35.59% 63.000us 38.42% 68.000us 68.000us 1 [[40], [128, 30], [30, 40], [], []] 2022-09-27T16:17:09.8246624Z aten::expand 0.56% 1.000us 0.56% 1.000us 1.000us 1 [[40], [], []] 2022-09-27T16:17:09.8247005Z aten::as_strided 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[40], [], [], []] 2022-09-27T16:17:09.8247381Z aten::copy_ 2.26% 4.000us 2.26% 4.000us 4.000us 1 [[128, 40], [128, 40], []] 2022-09-27T16:17:09.8296194Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 40]] 2022-09-27T16:17:09.8296510Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-09-27T16:17:09.8297055Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-09-27T16:17:09.8297413Z Self CPU time total: 177.000us 2022-09-27T16:17:09.8297541Z 2022-09-27T16:17:09.8297606Z ok (0.004s) 2022-09-27T16:17:09.8298039Z test_profiler_unboxed_only (__main__.TestAutograd) ... STAGE:2022-09-27 16:17:09 6744:6744 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:17:09.8298528Z STAGE:2022-09-27 16:17:09 6744:6744 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:17:09.8298781Z ok (0.001s) 2022-09-27T16:17:11.0560788Z test_pynode_destruction_deadlock (__main__.TestAutograd) ... ok (1.230s) 2022-09-27T16:17:11.0588900Z test_record_function (__main__.TestAutograd) ... STAGE:2022-09-27 16:17:11 6744:6744 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:17:11.0592218Z STAGE:2022-09-27 16:17:11 6744:6744 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:17:11.0610896Z STAGE:2022-09-27 16:17:11 6744:6744 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:17:11.0613159Z STAGE:2022-09-27 16:17:11 6744:6744 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:17:11.0616951Z ok (0.006s) 2022-09-27T16:17:11.0627951Z test_record_function_callbacks (__main__.TestAutograd) ... STAGE:2022-09-27 16:17:11 6744:6744 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:17:11.0630392Z STAGE:2022-09-27 16:17:11 6744:6744 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:17:11.0637784Z ok (0.002s) 2022-09-27T16:17:11.0646827Z test_record_function_multithreaded (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:11.0657611Z test_record_function_new_signatures (__main__.TestAutograd) ... STAGE:2022-09-27 16:17:11 6744:6744 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:17:11.0661616Z STAGE:2022-09-27 16:17:11 6744:6744 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:17:11.0667483Z ok (0.002s) 2022-09-27T16:17:11.0686022Z test_reentrant_child_error (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:11.0713182Z test_reentrant_priority (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:17:11.0724668Z test_reentrant_with_callbacks_both_depths (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:11.0735722Z test_reentrant_with_callbacks_depth_0 (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:11.0746401Z test_reentrant_with_callbacks_depth_1 (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:11.0760235Z test_reentrant_with_leaf_variable_hook (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:11.0776121Z test_reentrant_with_non_leaf_variable_hook (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:11.0788606Z test_requires_grad (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:11.0803723Z test_requires_grad_ (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:11.0813120Z test_requires_grad_inplace (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:11.0833352Z test_retain_grad (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:11.0843837Z test_retain_grad_cycle (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:11.0860529Z test_retain_grad_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:11.0875131Z test_retain_grad_inplace_over_view (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:11.0925237Z test_return_duplicate (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:17:11.0974715Z test_return_duplicate_inplace (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:17:11.0994919Z test_return_leaf (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:11.1010485Z test_return_leaf_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:11.1024974Z test_save_none_for_backward (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:11.1052859Z test_save_on_cpu_and_checkpoint (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:17:11.1068922Z test_save_output_nr (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:11.1082808Z test_saved_variable_packing_unpacking_did_not_save_original_with_default_hooks (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:11.1097433Z test_saved_variable_packing_unpacking_did_not_save_original_with_hooks (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:11.1143525Z test_saved_variable_packing_unpacking_saved_original_with_default_hooks (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:17:11.1274223Z test_saved_variable_packing_unpacking_saved_original_with_hooks (__main__.TestAutograd) ... ok (0.013s) 2022-09-27T16:17:11.1287987Z test_saved_variable_version_counter (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:11.1303374Z test_saved_variables_deprecated (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:11.1343979Z test_saving_variable_to_disk (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:17:11.1356168Z test_select_expanded_v (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:11.1394166Z test_select_sum (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:17:11.1401953Z test_set_data_preserve_pyobj (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:11.1426546Z test_set_data_self_requires_grad (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:11.1451470Z test_set_data_tensorimpl_type (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:11.1476379Z test_set_grad_coroutines (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:11.1493948Z test_set_grad_coroutines_benign_exceptions (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:11.1510051Z test_set_grad_coroutines_critical_exceptions (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:11.1525255Z test_set_grad_coroutines_exit (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:11.1535245Z test_set_grad_enabled (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:11.1553810Z test_set_grad_generator_functions (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:11.1572449Z test_set_grad_generator_functions_recursive (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:11.1718746Z test_setitem (__main__.TestAutograd) ... ok (0.015s) 2022-09-27T16:17:11.1754208Z test_setitem_mask (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:17:11.1761468Z test_setting_default_saved_variable_hooks_twice_should_not_fail (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:11.1777678Z test_setting_default_saved_variable_hooks_twice_should_use_inner (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:11.1786904Z test_shape (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:11.1824922Z test_sharded_grad (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:17:11.1841206Z test_simple_reentrant (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:11.1853271Z test_slice_expanded_v (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:11.1864165Z test_sparse_gather_both_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:11.1875933Z test_sparse_gather_dim0 (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:11.1887879Z test_sparse_gather_dim1 (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:11.1900227Z test_sparse_gather_dim_neg (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:11.1910743Z test_sparse_gather_ind_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:11.1920848Z test_sparse_gather_x_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:11.2170364Z test_sparse_mm_backward (__main__.TestAutograd) ... ok (0.025s) 2022-09-27T16:17:11.2182045Z test_symeig_no_eigenvectors (__main__.TestAutograd) ... test_autograd.py:3750: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T16:17:11.2182673Z 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:17:11.2182996Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:17:11.2183200Z should be replaced with 2022-09-27T16:17:11.2183584Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:17:11.2183786Z and 2022-09-27T16:17:11.2183977Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:17:11.2184193Z should be replaced with 2022-09-27T16:17:11.2184655Z 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:17:11.2185025Z w, v = torch.symeig(A, eigenvectors=False) 2022-09-27T16:17:11.2234280Z ok (0.006s) 2022-09-27T16:17:11.2246300Z test_tensor_grad_warnings (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:12.4626205Z test_thread_shutdown (__main__.TestAutograd) ... ok (1.238s) 2022-09-27T16:17:12.4651002Z test_too_many_grads (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:12.4699757Z test_type_conversions (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:17:12.4751290Z test_unrelated_inputs (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:17:12.4770226Z test_unused_output (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:12.4797680Z test_var_mean_differentiable (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:17:12.6004791Z test_variable_traverse (__main__.TestAutograd) ... ok (0.121s) 2022-09-27T16:17:12.6023741Z test_version_counter (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:17:12.6032552Z test_volatile_deprecated (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:17:12.6068743Z test_view_func_for_complex_views (autograd.test_complex.TestAutogradComplex) ... ok (0.003s) 2022-09-27T16:17:12.6143486Z test_view_with_multi_output (autograd.test_complex.TestAutogradComplex) ... ok (0.007s) 2022-09-27T16:17:12.6155421Z test_advanced_indexing_backwards_large_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:17:12.6166399Z test_advanced_indexing_backwards_memory_format_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:17:12.6177839Z test_backward_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:17:12.6188425Z test_copy__cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:17:12.6198680Z test_copy_forward_ad_broadcasting_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:17:12.6209316Z test_copy_forward_ad_same_layout_copies_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:17:12.6222311Z test_copy_r_to_c_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:17:12.6233238Z test_cross_device_reentrant_autograd_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:17:12.6242933Z test_free_unneeded_tensor_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:17:12.6329548Z test_grad_assignment_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:17:12.6338695Z test_gradcheck_input_output_different_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:17:12.6377422Z test_inplace_multiple_output_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:17:12.6389553Z test_inplace_on_view_backprop_base_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:17:12.6402090Z test_inplace_on_view_backprop_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... test_autograd.py:8288: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-09-27T16:17:12.6402902Z self.assertIsNone(a.grad) 2022-09-27T16:17:12.6403100Z ok (0.001s) 2022-09-27T16:17:12.6414563Z test_inplace_on_view_backprop_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:17:12.6512262Z test_inplace_on_view_gradcheck_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:17:12.6556578Z test_inplace_on_view_makes_base_require_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:17:12.6599289Z test_inplace_on_view_modify_base_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:17:12.6699999Z test_inplace_on_view_multi_output_safe_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:17:12.6713725Z test_inplace_on_view_multi_output_unsafe_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:17:12.6752682Z test_inplace_on_view_multiple_outputs_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:17:12.6767594Z test_inplace_on_view_non_contig_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:17:12.6807343Z test_inplace_on_view_of_multiple_output_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:17:12.6820753Z test_inplace_on_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:17:12.6907558Z test_inplace_on_view_python_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:17:12.6919221Z test_inplace_on_view_then_no_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:17:12.6928268Z test_inputbuffer_add_multidevice_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:17:12.6955778Z test_min_max_median_backprops_to_all_values_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:17:12.6999969Z test_mv_grad_stride_0_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:17:12.7011309Z test_non_differentiable_ops_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:17:12.7023412Z test_parameter_resize_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:17:12.7033678Z test_pin_memory_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:17:12.7042423Z test_profiler_emit_nvtx_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:17:12.7073751Z test_pyscalar_conversions_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:17:12.7085018Z test_reentrant_parent_error_on_cpu_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:17:12.7100533Z test_requires_grad_factory_cpu_float32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:17:12.7115588Z test_requires_grad_factory_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:17:12.7126324Z test_rnn_backward_to_input_but_not_parameters_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:17:12.7140608Z test_scatter_index_reduce_amin_amax_backprops_to_all_values_cpu (__main__.TestAutogradDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:1427: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1614.) 2022-09-27T16:17:12.7141548Z func_out = func(*tupled_inputs) 2022-09-27T16:17:12.7166808Z /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:1427: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1007.) 2022-09-27T16:17:12.7167572Z func_out = func(*tupled_inputs) 2022-09-27T16:17:12.7190933Z ok (0.006s) 2022-09-27T16:17:12.7283531Z test_scatter_index_reduce_prod_gradgrad_error_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:17:12.7300203Z test_set_requires_grad_only_for_floats_cpu_float32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:17:12.7315908Z test_set_requires_grad_only_for_floats_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:17:12.7344186Z test_set_requires_grad_only_for_floats_cpu_int16 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:17:12.7370993Z test_set_requires_grad_only_for_floats_cpu_int32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:17:12.7397811Z test_set_requires_grad_only_for_floats_cpu_int64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:17:12.7424679Z test_set_requires_grad_only_for_floats_cpu_int8 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:17:12.7440998Z test_simple_reentrant_cross_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:17:12.7481955Z test_sparse_backward_cpu_complex128 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:17:12.7518652Z test_sparse_backward_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:17:12.7755423Z test_sparse_ctor_getter_backward_cpu_complex128 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.024s) 2022-09-27T16:17:12.7895674Z test_sparse_ctor_getter_backward_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:17:12.7911555Z test_sparse_mask_autograd_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:17:12.7959672Z test_strided_leaf_grad_layout_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:17:12.7972356Z test_to_r_to_c_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:17:12.7983052Z test_unused_output_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:17:12.8016943Z test_warning_in_backward_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:17:12.8090801Z test_where_functional_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:17:12.8157597Z test_where_scalar_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:17:12.8202746Z test_advanced_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-09-27T16:17:12.8212244Z test_backward_graph_destruction (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:17:12.8229349Z test_basic_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-09-27T16:17:12.8308648Z test_codegen_ignores_undefined_outputs (__main__.TestAutogradForwardMode) ... ok (0.008s) 2022-09-27T16:17:12.8387620Z test_create_new_zeros_with_same_meta (__main__.TestAutogradForwardMode) ... ok (0.008s) 2022-09-27T16:17:12.8400839Z test_default_level (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:17:12.8408586Z test_detach_view_tracking (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:17:12.8421623Z test_forward_level_cleanup (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:17:12.8437506Z test_grad_cleanup (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-09-27T16:17:12.8451537Z test_make_dual_forbid_integral_dtype (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:17:12.8461823Z test_make_dual_inference_tensor_in_inference_mode (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:17:12.8481583Z test_make_dual_torch_dispatch (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-09-27T16:17:12.8502468Z test_metadata_check_check_conj (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-09-27T16:17:12.8528382Z test_metadata_check_checks_ignores_size_zero (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-09-27T16:17:12.8540991Z test_metadata_check_checks_storage_numel (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:17:12.8553794Z test_metadata_check_ignore_storage_offset_for_zero_numel_tensor (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:17:12.8564782Z test_metadata_check_when_primal_has_conj_bit (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:17:12.8576229Z test_metadata_check_when_primal_has_neg_bit (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:17:12.8601383Z test_nested_level (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-09-27T16:17:12.8609580Z test_non_differentiable (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:17:12.8658994Z test_out_variant (__main__.TestAutogradForwardMode) ... ok (0.005s) 2022-09-27T16:17:12.8680446Z test_print (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-09-27T16:17:12.8720971Z test_set_fw_grad_having_own_fw_grad_at_same_level (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-09-27T16:17:12.8761312Z test_size_check (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-09-27T16:17:12.8781970Z test_view_inplace_always_creates_a_view (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-09-27T16:17:12.8807275Z test_view_inplace_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-09-27T16:17:12.8834199Z test_view_inplace_non_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-09-27T16:17:12.8848189Z test_inplace_on_view_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.001s) 2022-09-27T16:17:12.8861357Z test_inplace_on_view_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.001s) 2022-09-27T16:17:12.8908758Z test_metadata_check_for_storage_numel_skipped (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.005s) 2022-09-27T16:17:12.8964555Z test_out_of_place_basic (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.005s) 2022-09-27T16:17:12.8974337Z test_out_of_place_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.001s) 2022-09-27T16:17:12.9020790Z test_construct_standard_basis_for_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:17:12.9026157Z test_construct_standard_basis_for_cuda_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.001s) 2022-09-27T16:17:12.9031289Z test_construct_standard_basis_for_cuda_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-09-27T16:17:12.9157837Z test_construct_standard_basis_for_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-09-27T16:17:13.0540480Z test_hessian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.138s) 2022-09-27T16:17:13.9601781Z test_hessian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.906s) 2022-09-27T16:17:14.0321558Z test_hessian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.072s) 2022-09-27T16:17:14.4376890Z test_hessian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.404s) 2022-09-27T16:17:14.4406044Z test_hessian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:17:14.4496185Z test_hessian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-09-27T16:17:14.4508028Z test_hessian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-09-27T16:17:14.4526986Z test_hessian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:17:14.4577632Z test_hessian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:17:14.4739688Z test_hessian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:17:14.4777171Z test_hessian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:17:14.4861298Z test_hessian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-09-27T16:17:14.4889912Z test_hessian_match_vhp_hvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:17:14.4993993Z test_hessian_match_vhp_hvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-09-27T16:17:14.5024113Z test_hessian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:17:14.5124663Z test_hessian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-09-27T16:17:14.5162469Z test_hessian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:17:14.5300710Z test_hessian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.014s) 2022-09-27T16:17:14.5330890Z test_hessian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:17:14.5404761Z test_hessian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-09-27T16:17:14.5427650Z test_hessian_scalar_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:17:14.5516841Z test_hessian_scalar_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-09-27T16:17:14.5538116Z test_hessian_scalar_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:17:14.5591563Z test_hessian_scalar_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:17:14.5745128Z test_hessian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.015s) 2022-09-27T16:17:14.6925232Z test_hessian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.118s) 2022-09-27T16:17:14.6980951Z test_hessian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:17:14.7311236Z test_hessian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.033s) 2022-09-27T16:17:14.7362265Z test_hessian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:17:14.7668876Z test_hessian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.031s) 2022-09-27T16:17:14.7680524Z test_hessian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-09-27T16:17:14.7707696Z test_hessian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:17:14.8589805Z test_hvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.088s) 2022-09-27T16:17:15.3420804Z test_hvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.483s) 2022-09-27T16:17:15.3463529Z test_hvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:17:15.3549721Z test_hvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-09-27T16:17:15.3577885Z test_hvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:17:15.3632483Z test_hvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:17:15.3659025Z test_hvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:17:15.3729516Z test_hvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-09-27T16:17:15.3754298Z test_hvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:17:15.3811535Z test_hvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:17:15.3836321Z test_hvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:17:15.3900321Z test_hvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:17:15.4503442Z test_jacobian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.060s) 2022-09-27T16:17:15.7989969Z test_jacobian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.349s) 2022-09-27T16:17:15.8456508Z test_jacobian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.047s) 2022-09-27T16:17:16.0945134Z test_jacobian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.249s) 2022-09-27T16:17:16.0981640Z test_jacobian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:17:16.1061261Z test_jacobian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-09-27T16:17:16.1069687Z test_jacobian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-09-27T16:17:16.1078869Z test_jacobian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-09-27T16:17:16.1110262Z test_jacobian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:17:16.1192116Z test_jacobian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-09-27T16:17:16.1217277Z test_jacobian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:17:16.1263263Z test_jacobian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:17:16.1285775Z test_jacobian_match_vjp_jvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:17:16.1363628Z test_jacobian_match_vjp_jvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-09-27T16:17:16.1385580Z test_jacobian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:17:16.1447211Z test_jacobian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:17:16.1482368Z test_jacobian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:17:16.1582000Z test_jacobian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-09-27T16:17:16.1612101Z test_jacobian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:17:16.1678443Z test_jacobian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-09-27T16:17:16.1696367Z test_jacobian_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:17:16.1737280Z test_jacobian_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:17:16.1752957Z test_jacobian_scalar_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:17:16.1783582Z test_jacobian_scalar_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:17:16.1788679Z test_jacobian_vectorize_correctness_different_devices_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-09-27T16:17:16.1793724Z test_jacobian_vectorize_correctness_different_devices_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-09-27T16:17:16.1814605Z test_jacobian_vectorize_correctness_different_dtype_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:17:16.1910395Z test_jacobian_vectorize_correctness_different_dtype_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-09-27T16:17:16.1946894Z test_jacobian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:17:16.2138600Z test_jacobian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.019s) 2022-09-27T16:17:16.2229082Z test_jacobian_vectorize_correctness_multi_input_multi_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-09-27T16:17:16.2866247Z test_jacobian_vectorize_correctness_multi_input_multi_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.064s) 2022-09-27T16:17:16.2905084Z test_jacobian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:17:16.3108884Z test_jacobian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.020s) 2022-09-27T16:17:16.3144903Z test_jacobian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:17:16.3371690Z test_jacobian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.023s) 2022-09-27T16:17:16.3431731Z test_jacobian_vectorize_correctness_zero_dim_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:17:16.3791892Z test_jacobian_vectorize_correctness_zero_dim_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.036s) 2022-09-27T16:17:16.3801219Z test_jacobian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-09-27T16:17:16.3819641Z test_jacobian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:17:16.4449850Z test_jvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.063s) 2022-09-27T16:17:16.7874076Z test_jvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.342s) 2022-09-27T16:17:16.7900258Z test_jvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:17:16.7933197Z test_jvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:17:16.7960029Z test_jvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:17:16.8016326Z test_jvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:17:16.8034319Z test_jvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:17:16.8063665Z test_jvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:17:16.8090786Z test_jvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:17:16.8146416Z test_jvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:17:16.8167719Z test_jvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:17:16.8209355Z test_jvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:17:16.9000193Z test_vhp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.079s) 2022-09-27T16:17:17.3426646Z test_vhp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.442s) 2022-09-27T16:17:17.3462392Z test_vhp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:17:17.3522316Z test_vhp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:17:17.3548245Z test_vhp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:17:17.3601861Z test_vhp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:17:17.3626239Z test_vhp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:17:17.3691080Z test_vhp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:17:17.3713756Z test_vhp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:17:17.3761292Z test_vhp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:17:17.3780263Z test_vhp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:17:17.3819015Z test_vhp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:17:17.4380227Z test_vjp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.056s) 2022-09-27T16:17:17.7429037Z test_vjp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.305s) 2022-09-27T16:17:17.7453652Z test_vjp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:17:17.7487864Z test_vjp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:17:17.7513969Z test_vjp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:17:17.7565969Z test_vjp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:17:17.7587790Z test_vjp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:17:17.7644307Z test_vjp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:17:17.7669925Z test_vjp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:17:17.7716299Z test_vjp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:17:17.7734474Z test_vjp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:17:17.7766396Z test_vjp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:17:17.7775458Z test_inference_mode_context_manager (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:17:17.7787703Z test_inference_mode_decorator (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:17:17.7847890Z test_inference_mode_existing_autograd_session (__main__.TestAutogradInferenceMode) ... ok (0.006s) 2022-09-27T16:17:17.7921928Z test_inference_mode_handle_direct_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.007s) 2022-09-27T16:17:17.7978297Z test_inference_mode_handle_indirect_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.006s) 2022-09-27T16:17:17.7987427Z test_inference_mode_inf_tensor_in_inf_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:17:17.7998652Z test_inference_mode_inf_tensor_in_inf_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:17:17.8006989Z test_inference_mode_inf_tensor_in_inf_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:17:17.8016468Z test_inference_mode_inf_tensor_in_normal_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:17:17.8087590Z test_inference_mode_inf_tensor_in_normal_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.007s) 2022-09-27T16:17:17.8096503Z test_inference_mode_inf_tensor_in_normal_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:17:17.8106630Z test_inference_mode_tensor_creation (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:17:17.8154229Z test_mix_inference_and_normal_tensor_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.005s) 2022-09-27T16:17:17.8248920Z test_mix_inference_and_normal_tensor_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.009s) 2022-09-27T16:17:17.8259635Z test_mix_inference_and_normal_tensor_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:17:17.8276131Z test_normal_tensor_inplace_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-09-27T16:17:17.8289515Z test_normal_tensor_inplace_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:17:17.8305599Z test_normal_tensor_view_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-09-27T16:17:17.8352940Z test_normal_tensor_view_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.005s) 2022-09-27T16:17:17.8377799Z test_autograd_composite_implicit_and_dispatch_registration_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.002s) 2022-09-27T16:17:17.8400956Z test_autograd_multiple_dispatch_registrations_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.002s) 2022-09-27T16:17:17.8411070Z test_foward_mode_AD_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.001s) 2022-09-27T16:17:17.8474568Z test_per_dispatch_key_input_saving_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.006s) 2022-09-27T16:17:17.8491902Z test_view_copy_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.002s) 2022-09-27T16:17:17.9198805Z test_cat_stack_r_to_c (__main__.TestMultithreadAutograd) ... ok (0.071s) 2022-09-27T16:17:17.9213977Z test_dataparallel_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.002s) 2022-09-27T16:17:17.9407218Z test_fork_join_in_middle (__main__.TestMultithreadAutograd) ... ok (0.019s) 2022-09-27T16:17:17.9416341Z test_multithread_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.001s) 2022-09-27T16:17:17.9433112Z test_multithreaded_exception_propagation (__main__.TestMultithreadAutograd) ... ok (0.002s) 2022-09-27T16:17:17.9445916Z test_preserve_backtrace (__main__.TestMultithreadAutograd) ... ok (0.001s) 2022-09-27T16:17:17.9668692Z test_python_thread_in_middle (__main__.TestMultithreadAutograd) ... ok (0.022s) 2022-09-27T16:17:17.9730639Z test_simple_backward (__main__.TestMultithreadAutograd) ... ok (0.006s) 2022-09-27T16:17:17.9825821Z test_simple_backward_same_input (__main__.TestMultithreadAutograd) ... ok (0.009s) 2022-09-27T16:17:17.9826100Z 2022-09-27T16:17:17.9826481Z ---------------------------------------------------------------------- 2022-09-27T16:17:17.9826987Z Ran 503 tests in 16.431s 2022-09-27T16:17:17.9827155Z 2022-09-27T16:17:17.9827517Z OK (skipped=24, expected failures=2) 2022-09-27T16:17:17.9827683Z 2022-09-27T16:17:17.9827775Z Generating XML reports... 2022-09-27T16:17:18.0039127Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutograd-20220927161701.xml 2022-09-27T16:17:18.0042344Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-autograd.test_complex.TestAutogradComplex-20220927161701.xml 2022-09-27T16:17:18.0096581Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradDeviceTypeCPU-20220927161701.xml 2022-09-27T16:17:18.0116439Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardMode-20220927161701.xml 2022-09-27T16:17:18.0121372Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardModeBatchedGrad-20220927161701.xml 2022-09-27T16:17:18.0203729Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-autograd.test_functional.TestAutogradFunctional-20220927161701.xml 2022-09-27T16:17:18.0217863Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradInferenceMode-20220927161701.xml 2022-09-27T16:17:18.0223382Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradMultipleDispatchCPU-20220927161701.xml 2022-09-27T16:17:18.0230843Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestMultithreadAutograd-20220927161701.xml 2022-09-27T16:17:18.4237985Z Running test_testing ... [2022-09-27 16:17:18.423434] 2022-09-27T16:17:18.4238744Z Executing ['/opt/conda/bin/python', '-bb', 'test_testing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:17:18.423517] 2022-09-27T16:17:20.5421846Z Test results will be stored in test-reports/python-unittest/test_testing 2022-09-27T16:17:20.5446878Z 2022-09-27T16:17:20.5446994Z Running tests... 2022-09-27T16:17:20.5447448Z ---------------------------------------------------------------------- 2022-09-27T16:17:20.5472544Z test_bool (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:17:20.5491289Z test_default_tolerance_selection_mismatching_dtypes (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:17:20.5633289Z test_docstring_examples (__main__.TestAssertClose) ... ok (0.014s) 2022-09-27T16:17:20.5641732Z test_matching (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:17:20.5660363Z test_matching_atol (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:17:20.5679641Z test_matching_conjugate_bit (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:17:20.5710430Z test_matching_nan (__main__.TestAssertClose) ... ok (0.003s) 2022-09-27T16:17:20.5730201Z test_matching_nan_with_equal_nan (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:17:20.5747026Z test_matching_rtol (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:17:20.5758766Z test_meta (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:17:20.5772842Z test_mismatching_dtype (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:17:20.5790803Z test_mismatching_dtype_no_check (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:17:20.5804183Z test_mismatching_layout (__main__.TestAssertClose) ... test_testing.py:618: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-09-27T16:17:20.5804942Z sparse_csr = strided.to_sparse_csr() 2022-09-27T16:17:20.5819181Z ok (0.003s) 2022-09-27T16:17:20.5862478Z test_mismatching_layout_no_check (__main__.TestAssertClose) ... ok (0.004s) 2022-09-27T16:17:20.5876986Z test_mismatching_shape (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:17:20.5892915Z test_mismatching_stride (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:17:20.5912017Z test_mismatching_stride_no_check (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:17:20.5928663Z test_mismatching_types (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:17:20.5949667Z test_mismatching_types_subclasses (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:17:20.5962754Z test_mismatching_types_type_equality (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:17:20.5980336Z test_mismatching_values (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:17:20.6001730Z test_mismatching_values_atol (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:17:20.6022689Z test_mismatching_values_rtol (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:17:20.6030854Z test_none (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:17:20.6048441Z test_none_mismatch (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:17:20.6066574Z test_numpy (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:17:20.6077821Z test_only_atol (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:17:20.6088815Z test_only_rtol (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:17:20.6119039Z test_scalar (__main__.TestAssertClose) ... ok (0.003s) 2022-09-27T16:17:20.6135191Z test_unexpected_error_compare (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:17:20.6145633Z test_unexpected_error_originate (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:17:20.6159641Z test_unknown_layout (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:17:20.6186462Z test_unknown_type (__main__.TestAssertClose) ... ok (0.003s) 2022-09-27T16:17:20.6193899Z test_mapping_mismatching_keys (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-09-27T16:17:20.6205547Z test_mapping_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-09-27T16:17:20.6212689Z test_sequence_mismatching_len (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-09-27T16:17:20.6223264Z test_sequence_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-09-27T16:17:20.6254930Z test_abs_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-09-27T16:17:20.6268556Z test_abs_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2022-09-27T16:17:20.6302374Z test_atol (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-09-27T16:17:20.6315745Z test_identifier_scalars (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2022-09-27T16:17:20.6344267Z test_identifier_tensor_likes (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-09-27T16:17:20.6373100Z test_mismatched_elements (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-09-27T16:17:20.6391079Z test_msg_callable (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-09-27T16:17:20.6408504Z test_msg_str (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-09-27T16:17:20.6486016Z test_not_close (__main__.TestAssertCloseErrorMessage) ... ok (0.008s) 2022-09-27T16:17:20.6515417Z test_not_equal (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-09-27T16:17:20.6545587Z test_rel_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-09-27T16:17:20.6559024Z test_rel_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2022-09-27T16:17:20.6591593Z test_rtol (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-09-27T16:17:20.6624251Z test_zero_div_zero (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-09-27T16:17:20.6644318Z test_matching_per_channel (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2022-09-27T16:17:20.6663799Z test_matching_per_tensor (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2022-09-27T16:17:20.6677451Z test_mismatching_is_quantized (__main__.TestAssertCloseQuantized) ... ok (0.001s) 2022-09-27T16:17:20.6693413Z test_mismatching_qscheme (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2022-09-27T16:17:20.6713152Z test_matching (__main__.TestAssertCloseSparseBSC) ... ok (0.002s) 2022-09-27T16:17:20.6746701Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.003s) 2022-09-27T16:17:20.6781088Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.003s) 2022-09-27T16:17:20.6820094Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.004s) 2022-09-27T16:17:20.6838737Z test_matching (__main__.TestAssertCloseSparseBSR) ... ok (0.002s) 2022-09-27T16:17:20.6872739Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.003s) 2022-09-27T16:17:20.6905835Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.003s) 2022-09-27T16:17:20.6942991Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.004s) 2022-09-27T16:17:20.6961190Z test_matching_coalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.002s) 2022-09-27T16:17:20.6977392Z test_matching_uncoalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.002s) 2022-09-27T16:17:20.7011490Z test_mismatching_indices_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.003s) 2022-09-27T16:17:20.7030618Z test_mismatching_nnz (__main__.TestAssertCloseSparseCOO) ... ok (0.002s) 2022-09-27T16:17:20.7049695Z test_mismatching_sparse_dims (__main__.TestAssertCloseSparseCOO) ... ok (0.002s) 2022-09-27T16:17:20.7083225Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.003s) 2022-09-27T16:17:20.7101990Z test_matching (__main__.TestAssertCloseSparseCSC) ... ok (0.002s) 2022-09-27T16:17:20.7134387Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.003s) 2022-09-27T16:17:20.7168450Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.003s) 2022-09-27T16:17:20.7204020Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.003s) 2022-09-27T16:17:20.7222656Z test_matching (__main__.TestAssertCloseSparseCSR) ... ok (0.002s) 2022-09-27T16:17:20.7256593Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.003s) 2022-09-27T16:17:20.7289392Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.003s) 2022-09-27T16:17:20.7324686Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.003s) 2022-09-27T16:17:27.4479641Z test_filtering_env_var (__main__.TestFrameworkUtils) ... ok (6.715s) 2022-09-27T16:17:27.4493067Z test_circular_dependencies (__main__.TestImports) 2022-09-27T16:17:29.4428583Z Checks that all modules inside torch can be imported ... No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:17:29.6118157Z ok (2.164s) 2022-09-27T16:17:30.8277477Z test_no_warning_on_import (__main__.TestImports) ... test_testing.py:1815: DeprecationWarning: Please use assertEqual instead. 2022-09-27T16:17:30.8277842Z self.assertEquals(out, "") 2022-09-27T16:17:30.8278756Z ok (1.216s) 2022-09-27T16:17:30.8307622Z test_default_names (__main__.TestTestParametrization) ... ok (0.003s) 2022-09-27T16:17:30.8319555Z test_modules_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:17:30.8330569Z test_multiple_handling_of_same_param_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:17:30.8351737Z test_name_fn (__main__.TestTestParametrization) ... ok (0.002s) 2022-09-27T16:17:30.8363692Z test_ops_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:17:30.8370130Z test_subtest_expected_failure_x_1 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:17:30.8377954Z test_subtest_expected_failure_x_2 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:17:30.8384281Z test_subtest_expected_failure_x_3 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:17:30.8398957Z test_subtest_names (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:17:30.8407335Z test_two_things_subtest_expected_failure_x_1_y_4 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:17:30.8415570Z test_two_things_subtest_expected_failure_x_1_y_5 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:17:30.8423957Z test_two_things_subtest_expected_failure_x_1_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:17:30.8431804Z test_two_things_subtest_expected_failure_x_2_y_4 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:17:30.8439768Z test_two_things_subtest_expected_failure_x_2_y_5 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:17:30.8447847Z test_two_things_subtest_expected_failure_x_2_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:17:30.8455378Z test_two_things_subtest_expected_failure_x_3_y_4 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:17:30.8462732Z test_two_things_subtest_expected_failure_x_3_y_5 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:17:30.8470583Z test_two_things_subtest_expected_failure_x_3_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:17:30.8492655Z test_default_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:17:30.8510223Z test_dtypes_composition_invalid_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:17:30.8525671Z test_dtypes_composition_valid_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:17:30.8545258Z test_multiple_handling_of_same_param_error_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:17:30.8568380Z test_name_fn_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:17:31.4906271Z test_ops_composition_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.634s) 2022-09-27T16:17:31.4914275Z test_subtest_expected_failure_x_1_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:17:31.4922711Z test_subtest_expected_failure_x_2_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-09-27T16:17:31.4929609Z test_subtest_expected_failure_x_3_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:17:31.4947415Z test_subtest_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:17:31.4956260Z test_two_things_subtest_expected_failure_x_1_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-09-27T16:17:31.4965210Z test_two_things_subtest_expected_failure_x_1_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-09-27T16:17:31.4973633Z test_two_things_subtest_expected_failure_x_1_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-09-27T16:17:31.4981603Z test_two_things_subtest_expected_failure_x_2_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:17:31.4989485Z test_two_things_subtest_expected_failure_x_2_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:17:31.4998297Z test_two_things_subtest_expected_failure_x_2_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-09-27T16:17:31.5006148Z test_two_things_subtest_expected_failure_x_3_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:17:31.5014035Z test_two_things_subtest_expected_failure_x_3_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:17:31.5022686Z test_two_things_subtest_expected_failure_x_3_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-09-27T16:17:31.5036356Z test_unparametrized_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:17:31.5051972Z test_assertEqual_longMessage_cpu (__main__.TestTestingCPU) ... ok (0.001s) 2022-09-27T16:17:31.5083427Z test_assertEqual_numpy_cpu_bool (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:17:31.5117904Z test_assertEqual_numpy_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:17:31.5152086Z test_assertEqual_numpy_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:17:31.5183480Z test_assertEqual_numpy_cpu_float16 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:17:31.5214153Z test_assertEqual_numpy_cpu_float32 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:17:31.5243815Z test_assertEqual_numpy_cpu_float64 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:17:31.5271168Z test_assertEqual_numpy_cpu_int16 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:17:31.5298320Z test_assertEqual_numpy_cpu_int32 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:17:31.5323948Z test_assertEqual_numpy_cpu_int64 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:17:31.5351003Z test_assertEqual_numpy_cpu_int8 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:17:31.5378067Z test_assertEqual_numpy_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:17:31.5386209Z test_cuda_assert_should_not_stop_common_distributed_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:17:31.5394221Z test_cuda_assert_should_stop_common_device_type_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:17:31.5402248Z test_cuda_assert_should_stop_common_utils_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:17:31.6001981Z test_get_supported_dtypes_cpu (__main__.TestTestingCPU) ... ok (0.060s) 2022-09-27T16:17:31.6082319Z test_isclose_atol_rtol_greater_than_zero_cpu_bool (__main__.TestTestingCPU) ... ok (0.008s) 2022-09-27T16:17:31.6161678Z test_isclose_atol_rtol_greater_than_zero_cpu_float16 (__main__.TestTestingCPU) ... ok (0.008s) 2022-09-27T16:17:31.6240228Z test_isclose_atol_rtol_greater_than_zero_cpu_float32 (__main__.TestTestingCPU) ... ok (0.008s) 2022-09-27T16:17:31.6319509Z test_isclose_atol_rtol_greater_than_zero_cpu_float64 (__main__.TestTestingCPU) ... ok (0.008s) 2022-09-27T16:17:31.6398166Z test_isclose_atol_rtol_greater_than_zero_cpu_int16 (__main__.TestTestingCPU) ... ok (0.008s) 2022-09-27T16:17:31.6477311Z test_isclose_atol_rtol_greater_than_zero_cpu_int32 (__main__.TestTestingCPU) ... ok (0.008s) 2022-09-27T16:17:31.6555696Z test_isclose_atol_rtol_greater_than_zero_cpu_int64 (__main__.TestTestingCPU) ... ok (0.008s) 2022-09-27T16:17:31.6634324Z test_isclose_atol_rtol_greater_than_zero_cpu_int8 (__main__.TestTestingCPU) ... ok (0.008s) 2022-09-27T16:17:31.6712774Z test_isclose_atol_rtol_greater_than_zero_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.008s) 2022-09-27T16:17:31.6726772Z test_isclose_bool_cpu (__main__.TestTestingCPU) ... ok (0.001s) 2022-09-27T16:17:31.6797955Z test_isclose_complex_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.007s) 2022-09-27T16:17:31.6871720Z test_isclose_complex_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.007s) 2022-09-27T16:17:31.6880080Z test_isclose_equality_shortcut_cpu (__main__.TestTestingCPU) ... ok (0.001s) 2022-09-27T16:17:31.6911823Z test_isclose_float_cpu_float16 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:17:31.6943619Z test_isclose_float_cpu_float32 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:17:31.6973327Z test_isclose_float_cpu_float64 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:17:31.6992808Z test_isclose_integer_cpu_int16 (__main__.TestTestingCPU) ... ok (0.002s) 2022-09-27T16:17:31.7012104Z test_isclose_integer_cpu_int32 (__main__.TestTestingCPU) ... ok (0.002s) 2022-09-27T16:17:31.7031607Z test_isclose_integer_cpu_int64 (__main__.TestTestingCPU) ... ok (0.002s) 2022-09-27T16:17:31.7051021Z test_isclose_integer_cpu_int8 (__main__.TestTestingCPU) ... ok (0.002s) 2022-09-27T16:17:31.7070454Z test_isclose_integer_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.002s) 2022-09-27T16:17:31.7081744Z test_isclose_nan_equality_shortcut_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.001s) 2022-09-27T16:17:31.7092228Z test_isclose_nan_equality_shortcut_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.001s) 2022-09-27T16:17:31.7102906Z test_isclose_nan_equality_shortcut_cpu_float16 (__main__.TestTestingCPU) ... ok (0.001s) 2022-09-27T16:17:31.7113518Z test_isclose_nan_equality_shortcut_cpu_float32 (__main__.TestTestingCPU) ... ok (0.001s) 2022-09-27T16:17:31.7124146Z test_isclose_nan_equality_shortcut_cpu_float64 (__main__.TestTestingCPU) ... ok (0.001s) 2022-09-27T16:17:31.7134638Z test_make_tensor_complex32_cpu (__main__.TestTestingCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T16:17:31.7135426Z result = torch.complex(real, imag) 2022-09-27T16:17:31.7138385Z ok (0.001s) 2022-09-27T16:17:31.7191815Z test_make_tensor_cpu_bool (__main__.TestTestingCPU) ... ok (0.005s) 2022-09-27T16:17:31.7262747Z test_make_tensor_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.007s) 2022-09-27T16:17:31.7332910Z test_make_tensor_cpu_float32 (__main__.TestTestingCPU) ... ok (0.007s) 2022-09-27T16:17:31.7395659Z test_make_tensor_cpu_int64 (__main__.TestTestingCPU) ... ok (0.006s) 2022-09-27T16:17:31.7396090Z 2022-09-27T16:17:31.7396455Z ---------------------------------------------------------------------- 2022-09-27T16:17:31.7396898Z Ran 165 tests in 11.195s 2022-09-27T16:17:31.7397056Z 2022-09-27T16:17:31.7397211Z OK (skipped=3, expected failures=12) 2022-09-27T16:17:31.7397389Z 2022-09-27T16:17:31.7397583Z Generating XML reports... 2022-09-27T16:17:31.7451349Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertClose-20220927161720.xml 2022-09-27T16:17:31.7455537Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseContainer-20220927161720.xml 2022-09-27T16:17:31.7466359Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseErrorMessage-20220927161720.xml 2022-09-27T16:17:31.7470483Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseQuantized-20220927161720.xml 2022-09-27T16:17:31.7474478Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSC-20220927161720.xml 2022-09-27T16:17:31.7478512Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSR-20220927161720.xml 2022-09-27T16:17:31.7485022Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCOO-20220927161720.xml 2022-09-27T16:17:31.7489275Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSC-20220927161720.xml 2022-09-27T16:17:31.7493266Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSR-20220927161720.xml 2022-09-27T16:17:31.7495397Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestFrameworkUtils-20220927161720.xml 2022-09-27T16:17:31.7498642Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestImports-20220927161720.xml 2022-09-27T16:17:31.7513902Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestParametrization-20220927161720.xml 2022-09-27T16:17:31.7530276Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestParametrizationDeviceTypeCPU-20220927161720.xml 2022-09-27T16:17:31.7568116Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestingCPU-20220927161720.xml 2022-09-27T16:17:32.3146968Z Running test_mkldnn_fusion ... [2022-09-27 16:17:32.314320] 2022-09-27T16:17:32.3147488Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn_fusion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:17:32.314401] 2022-09-27T16:17:33.5382443Z Test results will be stored in test-reports/python-unittest/test_mkldnn_fusion 2022-09-27T16:17:33.5392530Z 2022-09-27T16:17:33.5392794Z Running tests... 2022-09-27T16:17:33.5393243Z ---------------------------------------------------------------------- 2022-09-27T16:17:34.3737833Z test_conv_eltwise (__main__.TestMkldnnFusion) ... ok (0.834s) 2022-09-27T16:17:35.5727404Z test_single_conv (__main__.TestMkldnnFusion) ... ok (1.199s) 2022-09-27T16:17:43.9595561Z test_unsupported_conv (__main__.TestMkldnnFusion) ... ok (8.387s) 2022-09-27T16:17:43.9595846Z 2022-09-27T16:17:43.9596256Z ---------------------------------------------------------------------- 2022-09-27T16:17:43.9596596Z Ran 3 tests in 10.420s 2022-09-27T16:17:43.9596754Z 2022-09-27T16:17:43.9596839Z OK 2022-09-27T16:17:43.9596974Z 2022-09-27T16:17:43.9597105Z Generating XML reports... 2022-09-27T16:17:43.9631418Z Generated XML report: test-reports/python-unittest/test_mkldnn_fusion/TEST-TestMkldnnFusion-20220927161733.xml 2022-09-27T16:17:44.2571478Z Running test_type_promotion ... [2022-09-27 16:17:44.256726] 2022-09-27T16:17:44.2572064Z Executing ['/opt/conda/bin/python', '-bb', 'test_type_promotion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:17:44.256807] 2022-09-27T16:17:45.7193492Z Test results will be stored in test-reports/python-unittest/test_type_promotion 2022-09-27T16:17:45.7276071Z 2022-09-27T16:17:45.7276493Z Running tests... 2022-09-27T16:17:45.7276915Z ---------------------------------------------------------------------- 2022-09-27T16:17:45.7304160Z test_add_wrapped_cpu (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:17:45.7484737Z test_alpha_mismatch_cpu (__main__.TestTypePromotionCPU) ... ok (0.018s) 2022-09-27T16:17:45.7604049Z test_alternate_result_cpu (__main__.TestTypePromotionCPU) ... ok (0.012s) 2022-09-27T16:17:45.7665397Z test_bfloat16_cpu (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:17:45.7722772Z test_booleans_cpu (__main__.TestTypePromotionCPU) ... test_type_promotion.py:438: UserWarning: This overload of add is deprecated: 2022-09-27T16:17:45.7723232Z add(Tensor input, Number alpha, Tensor other, *, Tensor out) 2022-09-27T16:17:45.7723516Z Consider using one of the following signatures instead: 2022-09-27T16:17:45.7723898Z add(Tensor input, Tensor other, *, Number alpha, Tensor out) (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/python_arg_parser.cpp:1418.) 2022-09-27T16:17:45.7724238Z torch.tensor(True, device=device), True), 2022-09-27T16:17:45.7769605Z ok (0.010s) 2022-09-27T16:17:45.7777269Z test_can_cast_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-09-27T16:17:45.8066325Z test_cat_different_dtypes_cpu (__main__.TestTypePromotionCPU) ... ok (0.029s) 2022-09-27T16:17:47.8061425Z test_cat_out_different_dtypes_cpu (__main__.TestTypePromotionCPU) ... ok (1.999s) 2022-09-27T16:17:47.8098067Z test_clamp_type_promotion_cpu_bool_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:17:47.8140882Z test_clamp_type_promotion_cpu_bool_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:17:47.8181668Z test_clamp_type_promotion_cpu_bool_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:17:47.8220781Z test_clamp_type_promotion_cpu_bool_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:17:47.8271551Z test_clamp_type_promotion_cpu_bool_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:17:47.8321814Z test_clamp_type_promotion_cpu_bool_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:17:47.8371567Z test_clamp_type_promotion_cpu_bool_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:17:47.8420234Z test_clamp_type_promotion_cpu_bool_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:17:47.8467840Z test_clamp_type_promotion_cpu_bool_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:17:47.8517201Z test_clamp_type_promotion_cpu_bool_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:17:47.8566264Z test_clamp_type_promotion_cpu_bool_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:17:47.8614168Z test_clamp_type_promotion_cpu_bool_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:17:47.8658914Z test_clamp_type_promotion_cpu_bool_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:17:47.8704978Z test_clamp_type_promotion_cpu_bool_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:17:47.8750658Z test_clamp_type_promotion_cpu_bool_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:17:47.8795875Z test_clamp_type_promotion_cpu_bool_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:17:47.8858453Z test_clamp_type_promotion_cpu_float32_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:17:47.8917186Z test_clamp_type_promotion_cpu_float32_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:17:47.8976045Z test_clamp_type_promotion_cpu_float32_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:17:47.9035093Z test_clamp_type_promotion_cpu_float32_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:17:47.9093187Z test_clamp_type_promotion_cpu_float32_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:17:47.9153521Z test_clamp_type_promotion_cpu_float32_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:17:47.9214215Z test_clamp_type_promotion_cpu_float32_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:17:47.9272789Z test_clamp_type_promotion_cpu_float32_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:17:47.9329667Z test_clamp_type_promotion_cpu_float32_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:17:47.9390048Z test_clamp_type_promotion_cpu_float32_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:17:47.9449378Z test_clamp_type_promotion_cpu_float32_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:17:47.9506914Z test_clamp_type_promotion_cpu_float32_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:17:47.9565898Z test_clamp_type_promotion_cpu_float32_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:17:47.9624583Z test_clamp_type_promotion_cpu_float32_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:17:47.9683198Z test_clamp_type_promotion_cpu_float32_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:17:47.9744472Z test_clamp_type_promotion_cpu_float32_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:17:47.9803704Z test_clamp_type_promotion_cpu_float64_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:17:47.9860876Z test_clamp_type_promotion_cpu_float64_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:17:47.9917752Z test_clamp_type_promotion_cpu_float64_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:17:47.9974728Z test_clamp_type_promotion_cpu_float64_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:17:48.0031971Z test_clamp_type_promotion_cpu_float64_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:17:48.0092094Z test_clamp_type_promotion_cpu_float64_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:17:48.0151146Z test_clamp_type_promotion_cpu_float64_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:17:48.0208246Z test_clamp_type_promotion_cpu_float64_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:17:48.0264653Z test_clamp_type_promotion_cpu_float64_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:17:48.0323038Z test_clamp_type_promotion_cpu_float64_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:17:48.0380954Z test_clamp_type_promotion_cpu_float64_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:17:48.0436994Z test_clamp_type_promotion_cpu_float64_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:17:48.0493738Z test_clamp_type_promotion_cpu_float64_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:17:48.0550663Z test_clamp_type_promotion_cpu_float64_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:17:48.0607046Z test_clamp_type_promotion_cpu_float64_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:17:48.0666409Z test_clamp_type_promotion_cpu_float64_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:17:48.0719283Z test_clamp_type_promotion_cpu_int32_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:17:48.0769898Z test_clamp_type_promotion_cpu_int32_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:17:48.0820323Z test_clamp_type_promotion_cpu_int32_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:17:48.0871498Z test_clamp_type_promotion_cpu_int32_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:17:48.0919995Z test_clamp_type_promotion_cpu_int32_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:17:48.0969873Z test_clamp_type_promotion_cpu_int32_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:17:48.1019967Z test_clamp_type_promotion_cpu_int32_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:17:48.1068721Z test_clamp_type_promotion_cpu_int32_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:17:48.1116237Z test_clamp_type_promotion_cpu_int32_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:17:48.1165978Z test_clamp_type_promotion_cpu_int32_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:17:48.1215148Z test_clamp_type_promotion_cpu_int32_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:17:48.1263109Z test_clamp_type_promotion_cpu_int32_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:17:48.1314108Z test_clamp_type_promotion_cpu_int32_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:17:48.1364845Z test_clamp_type_promotion_cpu_int32_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:17:48.1414575Z test_clamp_type_promotion_cpu_int32_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:17:48.1466986Z test_clamp_type_promotion_cpu_int32_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:17:48.4077460Z test_comparison_ops_with_type_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.261s) 2022-09-27T16:17:48.4096613Z test_complex_assertraises_cpu (__main__.TestTypePromotionCPU) ... test_type_promotion.py:650: 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:17:48.4097112Z v = torch.tensor([2], dtype=dt2, device=device) 2022-09-27T16:17:49.2890961Z ok (0.881s) 2022-09-27T16:17:49.2970392Z test_complex_half_cpu (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-09-27T16:17:49.3102565Z test_complex_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:17:49.3116637Z test_complex_scalar_mult_tensor_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-09-27T16:17:49.3145166Z test_computation_ignores_out_cpu (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:17:49.3178320Z test_create_bool_tensors_cpu (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:17:49.3203475Z test_div_promotion_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:49.3228837Z test_div_promotion_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:49.3253950Z test_div_promotion_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:49.3278869Z test_div_promotion_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:49.3304120Z test_div_promotion_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:49.3329330Z test_div_promotion_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:49.3509384Z test_div_promotion_inplace_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.018s) 2022-09-27T16:17:49.3529965Z test_div_promotion_inplace_cpu_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:49.3550605Z test_div_promotion_inplace_cpu_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:49.3726416Z test_div_promotion_inplace_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.018s) 2022-09-27T16:17:49.3902428Z test_div_promotion_inplace_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.018s) 2022-09-27T16:17:49.4077860Z test_div_promotion_inplace_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-09-27T16:17:49.4253191Z test_div_promotion_inplace_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-09-27T16:17:49.4428699Z test_div_promotion_inplace_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-09-27T16:17:49.4604480Z test_div_promotion_out_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.018s) 2022-09-27T16:17:49.4627024Z test_div_promotion_out_cpu_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:49.4648954Z test_div_promotion_out_cpu_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:49.4824584Z test_div_promotion_out_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.018s) 2022-09-27T16:17:49.5000712Z test_div_promotion_out_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.018s) 2022-09-27T16:17:49.5176735Z test_div_promotion_out_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-09-27T16:17:49.5352990Z test_div_promotion_out_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.018s) 2022-09-27T16:17:49.5530004Z test_div_promotion_out_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.018s) 2022-09-27T16:17:49.5550786Z test_float_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:49.5571578Z test_from_issue_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:49.5585508Z test_half_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-09-27T16:17:49.5608990Z test_indexing_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:49.5700800Z test_indexing_fail_cpu (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-09-27T16:17:49.5923320Z test_inplace_cpu (__main__.TestTypePromotionCPU) ... ok (0.022s) 2022-09-27T16:17:49.5936640Z test_int_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-09-27T16:17:49.5947648Z test_int_to_float_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-09-27T16:17:49.6084695Z test_integer_addcdiv_deprecated_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-09-27T16:17:49.6216283Z test_integer_addcdiv_deprecated_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:17:49.6349702Z test_integer_addcdiv_deprecated_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:17:49.6483954Z test_integer_addcdiv_deprecated_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:17:49.6617058Z test_integer_addcdiv_deprecated_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:17:49.6643615Z test_lt_with_type_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:17:50.2386529Z test_many_promotions_cpu (__main__.TestTypePromotionCPU) ... ok (0.574s) 2022-09-27T16:17:50.2463498Z test_mixed_type_backward_cpu (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-09-27T16:17:50.2556806Z test_non_promoting_ops_cpu (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-09-27T16:17:50.2581705Z test_numpy_array_binary_ufunc_promotion_cpu_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.2605759Z test_numpy_array_binary_ufunc_promotion_cpu_bool_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.2631142Z test_numpy_array_binary_ufunc_promotion_cpu_bool_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.2655230Z test_numpy_array_binary_ufunc_promotion_cpu_bool_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.2681321Z test_numpy_array_binary_ufunc_promotion_cpu_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:17:50.2706928Z test_numpy_array_binary_ufunc_promotion_cpu_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:17:50.2730678Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.2754432Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.2778198Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.2801802Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.2825494Z test_numpy_array_binary_ufunc_promotion_cpu_bool_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.2849034Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.2872345Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.2895903Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.2919941Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.2946455Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:17:50.2971820Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.2995555Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3019480Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3043094Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3066629Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3092195Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_uint8 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:17:50.3115888Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3139836Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3163147Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3187731Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3211326Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3234985Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3258727Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3282380Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3306072Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3329961Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3353589Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3377438Z test_numpy_array_binary_ufunc_promotion_cpu_float16_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3400964Z test_numpy_array_binary_ufunc_promotion_cpu_float16_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3424463Z test_numpy_array_binary_ufunc_promotion_cpu_float16_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3447874Z test_numpy_array_binary_ufunc_promotion_cpu_float16_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3471628Z test_numpy_array_binary_ufunc_promotion_cpu_float16_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3497120Z test_numpy_array_binary_ufunc_promotion_cpu_float16_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:17:50.3520859Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3544600Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3568403Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3592020Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3616594Z test_numpy_array_binary_ufunc_promotion_cpu_float16_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3640162Z test_numpy_array_binary_ufunc_promotion_cpu_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3664253Z test_numpy_array_binary_ufunc_promotion_cpu_float32_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3690575Z test_numpy_array_binary_ufunc_promotion_cpu_float32_complex64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:17:50.3715087Z test_numpy_array_binary_ufunc_promotion_cpu_float32_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3741782Z test_numpy_array_binary_ufunc_promotion_cpu_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:17:50.3766902Z test_numpy_array_binary_ufunc_promotion_cpu_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3790395Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3813868Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3837461Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3861025Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3884605Z test_numpy_array_binary_ufunc_promotion_cpu_float32_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3907882Z test_numpy_array_binary_ufunc_promotion_cpu_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3931212Z test_numpy_array_binary_ufunc_promotion_cpu_float64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3954743Z test_numpy_array_binary_ufunc_promotion_cpu_float64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.3978774Z test_numpy_array_binary_ufunc_promotion_cpu_float64_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4004826Z test_numpy_array_binary_ufunc_promotion_cpu_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:17:50.4029695Z test_numpy_array_binary_ufunc_promotion_cpu_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4053507Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4076962Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4100372Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4123652Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4147090Z test_numpy_array_binary_ufunc_promotion_cpu_float64_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4170373Z test_numpy_array_binary_ufunc_promotion_cpu_int16_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4193952Z test_numpy_array_binary_ufunc_promotion_cpu_int16_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4217289Z test_numpy_array_binary_ufunc_promotion_cpu_int16_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4241306Z test_numpy_array_binary_ufunc_promotion_cpu_int16_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4267663Z test_numpy_array_binary_ufunc_promotion_cpu_int16_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:17:50.4293086Z test_numpy_array_binary_ufunc_promotion_cpu_int16_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4319020Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int16 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:17:50.4342575Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4366057Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4389604Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4412905Z test_numpy_array_binary_ufunc_promotion_cpu_int16_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4436188Z test_numpy_array_binary_ufunc_promotion_cpu_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4459899Z test_numpy_array_binary_ufunc_promotion_cpu_int32_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4483285Z test_numpy_array_binary_ufunc_promotion_cpu_int32_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4507290Z test_numpy_array_binary_ufunc_promotion_cpu_int32_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4533566Z test_numpy_array_binary_ufunc_promotion_cpu_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:17:50.4558805Z test_numpy_array_binary_ufunc_promotion_cpu_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4582534Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4605626Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4628880Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4652202Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4675739Z test_numpy_array_binary_ufunc_promotion_cpu_int32_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4699457Z test_numpy_array_binary_ufunc_promotion_cpu_int64_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4722698Z test_numpy_array_binary_ufunc_promotion_cpu_int64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4746161Z test_numpy_array_binary_ufunc_promotion_cpu_int64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4770080Z test_numpy_array_binary_ufunc_promotion_cpu_int64_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4796211Z test_numpy_array_binary_ufunc_promotion_cpu_int64_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:17:50.4821763Z test_numpy_array_binary_ufunc_promotion_cpu_int64_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4845339Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4868763Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4891798Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4915199Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4941839Z test_numpy_array_binary_ufunc_promotion_cpu_int64_uint8 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:17:50.4965266Z test_numpy_array_binary_ufunc_promotion_cpu_int8_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.4988577Z test_numpy_array_binary_ufunc_promotion_cpu_int8_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.5012135Z test_numpy_array_binary_ufunc_promotion_cpu_int8_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.5035972Z test_numpy_array_binary_ufunc_promotion_cpu_int8_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.5062327Z test_numpy_array_binary_ufunc_promotion_cpu_int8_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:17:50.5087759Z test_numpy_array_binary_ufunc_promotion_cpu_int8_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.5111447Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.5135232Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.5158590Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.5182211Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.5206012Z test_numpy_array_binary_ufunc_promotion_cpu_int8_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.5229654Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.5253063Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.5276578Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.5300630Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.5327111Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:17:50.5352780Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:17:50.5376786Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.5400315Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.5424018Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.5447871Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.5471919Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.5492735Z test_promote_self_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:50.5505303Z test_promote_types_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-09-27T16:17:50.5524825Z test_result_type_cpu_bfloat16_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.5556271Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.5575674Z test_result_type_cpu_bfloat16_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.5598639Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.5618136Z test_result_type_cpu_bfloat16_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.5649347Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.5668323Z test_result_type_cpu_bfloat16_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.5699663Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.5718810Z test_result_type_cpu_bfloat16_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.5747069Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.5766290Z test_result_type_cpu_bfloat16_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.5797947Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.5817073Z test_result_type_cpu_bfloat16_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.5844189Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.5863375Z test_result_type_cpu_bfloat16_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.5886391Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.5905551Z test_result_type_cpu_bfloat16_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.5928681Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.5947915Z test_result_type_cpu_bfloat16_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.5970892Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.5990072Z test_result_type_cpu_bfloat16_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.6013366Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.6032596Z test_result_type_cpu_bfloat16_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.6056041Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.6074987Z test_result_type_cpu_bool_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.6098251Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.6117023Z test_result_type_cpu_bool_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.6133202Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.003s) 2022-09-27T16:17:50.6152394Z test_result_type_cpu_bool_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.6178279Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.6197311Z test_result_type_cpu_bool_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.6223563Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.6242715Z test_result_type_cpu_bool_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.6265866Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.6285385Z test_result_type_cpu_bool_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.6307896Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.6327185Z test_result_type_cpu_bool_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.6349600Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.6368584Z test_result_type_cpu_bool_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.6385780Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.6404893Z test_result_type_cpu_bool_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.6422228Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.6441327Z test_result_type_cpu_bool_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.6458901Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.6477755Z test_result_type_cpu_bool_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.6494973Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.6514176Z test_result_type_cpu_bool_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.6531389Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.6550601Z test_result_type_cpu_complex128_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.6581815Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.6601066Z test_result_type_cpu_complex128_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.6626858Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.6646510Z test_result_type_cpu_complex128_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.6679424Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.6698752Z test_result_type_cpu_complex128_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.6731919Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.6751242Z test_result_type_cpu_complex128_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.6782289Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.6802098Z test_result_type_cpu_complex128_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.6832609Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.6852009Z test_result_type_cpu_complex128_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.6885213Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.6904252Z test_result_type_cpu_complex128_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.6929660Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.6948945Z test_result_type_cpu_complex128_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.6974362Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.6993638Z test_result_type_cpu_complex128_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.7019161Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.7038139Z test_result_type_cpu_complex128_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.7063636Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.7082833Z test_result_type_cpu_complex128_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.7108761Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.7127726Z test_result_type_cpu_complex64_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.7158615Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.7177990Z test_result_type_cpu_complex64_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.7203793Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.7222954Z test_result_type_cpu_complex64_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.7256218Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.7275328Z test_result_type_cpu_complex64_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.7308910Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.7328109Z test_result_type_cpu_complex64_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.7359408Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.7378704Z test_result_type_cpu_complex64_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.7409076Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.7428289Z test_result_type_cpu_complex64_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.7458742Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.7477765Z test_result_type_cpu_complex64_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.7503926Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.7523229Z test_result_type_cpu_complex64_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.7549226Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.7568549Z test_result_type_cpu_complex64_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.7594809Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.7614166Z test_result_type_cpu_complex64_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.7639931Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.7659198Z test_result_type_cpu_complex64_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.7684989Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.7704358Z test_result_type_cpu_float16_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.7732228Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.7751557Z test_result_type_cpu_float16_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.7774501Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.7793729Z test_result_type_cpu_float16_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.7824484Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.7843763Z test_result_type_cpu_float16_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.7874928Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.7894131Z test_result_type_cpu_float16_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.7925154Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.7944575Z test_result_type_cpu_float16_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.7973073Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.7992371Z test_result_type_cpu_float16_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.8019448Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.8038478Z test_result_type_cpu_float16_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.8061612Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.8080585Z test_result_type_cpu_float16_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.8103495Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.8123021Z test_result_type_cpu_float16_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.8146230Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.8165337Z test_result_type_cpu_float16_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.8188739Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.8207981Z test_result_type_cpu_float16_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.8231023Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.8250412Z test_result_type_cpu_float32_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.8277948Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.8297180Z test_result_type_cpu_float32_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.8319559Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.8338748Z test_result_type_cpu_float32_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.8369075Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.8388503Z test_result_type_cpu_float32_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.8419319Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.8438368Z test_result_type_cpu_float32_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.8470464Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.8489575Z test_result_type_cpu_float32_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.8516692Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.8535740Z test_result_type_cpu_float32_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.8562236Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.8581415Z test_result_type_cpu_float32_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.8603680Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.8622802Z test_result_type_cpu_float32_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.8645269Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.8664299Z test_result_type_cpu_float32_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.8686876Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.8706023Z test_result_type_cpu_float32_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.8731703Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.8752653Z test_result_type_cpu_float32_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.8775907Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.8794904Z test_result_type_cpu_float64_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.8822196Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.8841196Z test_result_type_cpu_float64_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.8863547Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.8882916Z test_result_type_cpu_float64_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.8912746Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.8931823Z test_result_type_cpu_float64_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.8962568Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.8981659Z test_result_type_cpu_float64_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.9012530Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.9032968Z test_result_type_cpu_float64_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.9060348Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.9079492Z test_result_type_cpu_float64_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.9105499Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.9124591Z test_result_type_cpu_float64_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.9146851Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.9166012Z test_result_type_cpu_float64_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.9188279Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.9207271Z test_result_type_cpu_float64_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.9229514Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.9250929Z test_result_type_cpu_float64_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.9275907Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.9295297Z test_result_type_cpu_float64_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.9317456Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.9337116Z test_result_type_cpu_int16_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.9360448Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.9379862Z test_result_type_cpu_int16_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.9396896Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.9415907Z test_result_type_cpu_int16_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.9441621Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.9460820Z test_result_type_cpu_int16_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.9487189Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.9506467Z test_result_type_cpu_int16_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.9532600Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.9553423Z test_result_type_cpu_int16_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.9576543Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.9595408Z test_result_type_cpu_int16_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.9618012Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.9636750Z test_result_type_cpu_int16_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.9653392Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.003s) 2022-09-27T16:17:50.9672574Z test_result_type_cpu_int16_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.9689493Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.9708858Z test_result_type_cpu_int16_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.9725582Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.9744760Z test_result_type_cpu_int16_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.9761975Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.9781183Z test_result_type_cpu_int16_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.9798046Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.9819784Z test_result_type_cpu_int32_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.9845391Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:50.9864541Z test_result_type_cpu_int32_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.9881371Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.9900747Z test_result_type_cpu_int32_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.9926254Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.9945629Z test_result_type_cpu_int32_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:50.9971404Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:50.9990565Z test_result_type_cpu_int32_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.0013614Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.0032678Z test_result_type_cpu_int32_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.0055764Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.0074994Z test_result_type_cpu_int32_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.0100410Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.0119386Z test_result_type_cpu_int32_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.0136426Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.0155264Z test_result_type_cpu_int32_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.0171844Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.003s) 2022-09-27T16:17:51.0190848Z test_result_type_cpu_int32_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.0207486Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.0226732Z test_result_type_cpu_int32_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.0243501Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.0262516Z test_result_type_cpu_int32_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.0279068Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.0298405Z test_result_type_cpu_int64_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.0321236Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.0341099Z test_result_type_cpu_int64_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.0359802Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.0381327Z test_result_type_cpu_int64_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.0407457Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:51.0426766Z test_result_type_cpu_int64_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.0453043Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.0472124Z test_result_type_cpu_int64_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.0495715Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.0514817Z test_result_type_cpu_int64_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.0537758Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.0556732Z test_result_type_cpu_int64_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.0579218Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.0598317Z test_result_type_cpu_int64_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.0615525Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.0634705Z test_result_type_cpu_int64_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.0651751Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.0670916Z test_result_type_cpu_int64_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.0687305Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.0706443Z test_result_type_cpu_int64_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.0723301Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.0742411Z test_result_type_cpu_int64_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.0759120Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.0778555Z test_result_type_cpu_int8_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.0801754Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.0821150Z test_result_type_cpu_int8_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.0838245Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.0857444Z test_result_type_cpu_int8_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.0883585Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.0902635Z test_result_type_cpu_int8_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.0929018Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:17:51.0948193Z test_result_type_cpu_int8_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.0971470Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.0990531Z test_result_type_cpu_int8_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.1013355Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.1032620Z test_result_type_cpu_int8_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.1055073Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.1074216Z test_result_type_cpu_int8_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.1091390Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.1110364Z test_result_type_cpu_int8_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.1127591Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.1146687Z test_result_type_cpu_int8_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.1163664Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.1182702Z test_result_type_cpu_int8_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.1199401Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.1218450Z test_result_type_cpu_int8_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.1235392Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.1254440Z test_result_type_cpu_uint8_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.1277843Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.1297001Z test_result_type_cpu_uint8_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.1314098Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.1333122Z test_result_type_cpu_uint8_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.1358964Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.1378191Z test_result_type_cpu_uint8_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.1404389Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.1423516Z test_result_type_cpu_uint8_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.1446617Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.1465778Z test_result_type_cpu_uint8_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.1488591Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.1507523Z test_result_type_cpu_uint8_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.1530002Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.1549174Z test_result_type_cpu_uint8_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.1566317Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.1585495Z test_result_type_cpu_uint8_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.1602549Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.1621642Z test_result_type_cpu_uint8_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.1638454Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.1657700Z test_result_type_cpu_uint8_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.1674728Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.1693893Z test_result_type_cpu_uint8_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:17:51.1710700Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-09-27T16:17:51.1748112Z test_result_type_tensor_vs_scalar_cpu (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:17:52.9717900Z test_sparse_add_cpu (__main__.TestTypePromotionCPU) ... ok (1.797s) 2022-09-27T16:17:53.1700372Z test_sparse_div_cpu (__main__.TestTypePromotionCPU) ... ok (0.198s) 2022-09-27T16:17:53.1726104Z test_sparse_div_promotion_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:17:53.1748592Z test_sparse_div_promotion_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:53.1769634Z test_sparse_div_promotion_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:53.1790002Z test_sparse_div_promotion_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:53.1810360Z test_sparse_div_promotion_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:53.6815202Z test_sparse_mul_cpu (__main__.TestTypePromotionCPU) ... ok (0.500s) 2022-09-27T16:17:55.4773302Z test_sparse_sub_cpu (__main__.TestTypePromotionCPU) ... ok (1.796s) 2022-09-27T16:17:55.4786202Z test_transpose_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-09-27T16:17:55.4874161Z test_unary_op_out_casting_cpu_complex128_complex128 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-09-27T16:17:55.4996204Z test_unary_op_out_casting_cpu_complex128_complex64 (__main__.TestTypePromotionCPU) ... ok (0.012s) 2022-09-27T16:17:55.5117866Z test_unary_op_out_casting_cpu_complex128_float32 (__main__.TestTypePromotionCPU) ... ok (0.012s) 2022-09-27T16:17:55.5239031Z test_unary_op_out_casting_cpu_complex128_float64 (__main__.TestTypePromotionCPU) ... ok (0.012s) 2022-09-27T16:17:55.5360694Z test_unary_op_out_casting_cpu_complex128_int64 (__main__.TestTypePromotionCPU) ... ok (0.012s) 2022-09-27T16:17:55.5481640Z test_unary_op_out_casting_cpu_complex64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.012s) 2022-09-27T16:17:55.5568757Z test_unary_op_out_casting_cpu_complex64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-09-27T16:17:55.5689746Z test_unary_op_out_casting_cpu_complex64_float32 (__main__.TestTypePromotionCPU) ... ok (0.012s) 2022-09-27T16:17:55.5811077Z test_unary_op_out_casting_cpu_complex64_float64 (__main__.TestTypePromotionCPU) ... ok (0.012s) 2022-09-27T16:17:55.5931293Z test_unary_op_out_casting_cpu_complex64_int64 (__main__.TestTypePromotionCPU) ... ok (0.012s) 2022-09-27T16:17:55.6065048Z test_unary_op_out_casting_cpu_float32_complex128 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:17:55.6197484Z test_unary_op_out_casting_cpu_float32_complex64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:17:55.6224537Z test_unary_op_out_casting_cpu_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:17:55.6358681Z test_unary_op_out_casting_cpu_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:17:55.6491671Z test_unary_op_out_casting_cpu_float32_int64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:17:55.6625256Z test_unary_op_out_casting_cpu_float64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:17:55.6758026Z test_unary_op_out_casting_cpu_float64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:17:55.6891573Z test_unary_op_out_casting_cpu_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:17:55.6917303Z test_unary_op_out_casting_cpu_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:17:55.7050857Z test_unary_op_out_casting_cpu_float64_int64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:17:55.7183973Z test_unary_op_out_casting_cpu_int64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:17:55.7317284Z test_unary_op_out_casting_cpu_int64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:17:55.7450916Z test_unary_op_out_casting_cpu_int64_float32 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:17:55.7585512Z test_unary_op_out_casting_cpu_int64_float64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:17:55.7609204Z test_unary_op_out_casting_cpu_int64_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:17:55.7619797Z test_unsigned_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-09-27T16:17:55.7620033Z 2022-09-27T16:17:55.7620514Z ---------------------------------------------------------------------- 2022-09-27T16:17:55.7620990Z Ran 422 tests in 10.034s 2022-09-27T16:17:55.7621389Z 2022-09-27T16:17:55.7621440Z OK 2022-09-27T16:17:55.7621534Z 2022-09-27T16:17:55.7621621Z Generating XML reports... 2022-09-27T16:17:55.7978463Z Generated XML report: test-reports/python-unittest/test_type_promotion/TEST-TestTypePromotionCPU-20220927161745.xml 2022-09-27T16:17:56.0677810Z Running test_utils ... [2022-09-27 16:17:56.067366] 2022-09-27T16:17:56.0678303Z Executing ['/opt/conda/bin/python', '-bb', 'test_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:17:56.067448] 2022-09-27T16:17:57.5020412Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:17:57.5831028Z Test results will be stored in test-reports/python-unittest/test_utils 2022-09-27T16:17:57.5852602Z 2022-09-27T16:17:57.5852772Z Running tests... 2022-09-27T16:17:57.5853381Z ---------------------------------------------------------------------- 2022-09-27T16:17:57.8576434Z test_assert_scriptable (__main__.TestAssert) ... ok (0.272s) 2022-09-27T16:17:57.8587083Z test_assert_true (__main__.TestAssert) ... ok (0.001s) 2022-09-27T16:17:57.8593991Z test_bottleneck_cpu_only (__main__.TestBottleneck) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68433 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:17:57.8597994Z test_bottleneck_cuda (__main__.TestBottleneck) ... skip: No CUDA (0.000s) 2022-09-27T16:17:57.8666178Z test_checkpoint (__main__.TestCheckpoint) ... ok (0.007s) 2022-09-27T16:17:57.8723334Z test_checkpoint_module_list (__main__.TestCheckpoint) ... ok (0.006s) 2022-09-27T16:17:57.8738188Z test_checkpoint_no_tensors (__main__.TestCheckpoint) ... /opt/conda/lib/python3.7/site-packages/torch/utils/checkpoint.py:31: UserWarning: None of the inputs have requires_grad=True. Gradients will be None 2022-09-27T16:17:57.8738652Z warnings.warn("None of the inputs have requires_grad=True. Gradients will be None") 2022-09-27T16:17:57.8743856Z ok (0.002s) 2022-09-27T16:17:57.8754932Z test_checkpoint_non_tensor (__main__.TestCheckpoint) ... ok (0.001s) 2022-09-27T16:17:57.8796351Z test_checkpoint_non_tensor_inputs_outputs (__main__.TestCheckpoint) ... ok (0.004s) 2022-09-27T16:17:57.8802324Z test_checkpoint_not_preserve_rng_state_and_without_reentrant (__main__.TestCheckpoint) ... skip: No CUDA (0.001s) 2022-09-27T16:17:57.8819637Z test_checkpoint_partial_grad (__main__.TestCheckpoint) ... ok (0.002s) 2022-09-27T16:17:57.8917346Z test_checkpoint_rng_cpu (__main__.TestCheckpoint) ... ok (0.010s) 2022-09-27T16:17:57.8925642Z test_checkpoint_rng_cuda (__main__.TestCheckpoint) ... skip: No CUDA (0.001s) 2022-09-27T16:17:57.8935990Z test_checkpoint_sequential_deprecated_multiple_args (__main__.TestCheckpoint) ... ok (0.001s) 2022-09-27T16:17:57.8944899Z test_checkpoint_sequential_deprecated_no_args (__main__.TestCheckpoint) ... ok (0.001s) 2022-09-27T16:17:57.8969540Z test_checkpoint_trigger (__main__.TestCheckpoint) ... ok (0.002s) 2022-09-27T16:17:57.8988384Z test_checkpoint_valid (__main__.TestCheckpoint) ... ok (0.002s) 2022-09-27T16:17:57.9004684Z test_checkpointing_without_reentrant_early_free (__main__.TestCheckpoint) ... skip: Test requires CUDA (0.002s) 2022-09-27T16:17:57.9010129Z test_smoke (__main__.TestCollectEnv) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77345 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-09-27T16:17:57.9297228Z test_cc_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.029s) 2022-09-27T16:17:57.9514737Z test_cpp_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.022s) 2022-09-27T16:17:57.9524252Z test_multi_drop (__main__.TestDataLoaderUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82865 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:17:57.9527786Z test_multi_keep (__main__.TestDataLoaderUtils) ... skip: FIXME: Intermittent CUDA out-of-memory error on Windows and time-out under ASAN (0.000s) 2022-09-27T16:17:57.9534400Z test_random_seed (__main__.TestDataLoaderUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70516 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:17:57.9552308Z test_single_drop (__main__.TestDataLoaderUtils) ... ok (0.002s) 2022-09-27T16:17:57.9562724Z test_single_keep (__main__.TestDataLoaderUtils) ... ok (0.001s) 2022-09-27T16:17:57.9587280Z test_external_module_register (__main__.TestExtensionUtils) ... ok (0.002s) 2022-09-27T16:17:57.9592896Z test_import_hipify (__main__.TestHipify) ... ok (0.000s) 2022-09-27T16:17:57.9612179Z test_check_onnx_broadcast (__main__.TestONNXUtils) ... ok (0.002s) 2022-09-27T16:17:57.9621381Z test_prepare_onnx_paddings (__main__.TestONNXUtils) ... ok (0.001s) 2022-09-27T16:17:59.7867766Z test_load_standalone (__main__.TestStandaloneCPPJIT) ... ok (1.824s) 2022-09-27T16:17:59.7868103Z 2022-09-27T16:17:59.7868575Z ---------------------------------------------------------------------- 2022-09-27T16:17:59.7869013Z Ran 31 tests in 2.201s 2022-09-27T16:17:59.7869167Z 2022-09-27T16:17:59.7869241Z OK (skipped=9) 2022-09-27T16:17:59.7869349Z 2022-09-27T16:17:59.7869435Z Generating XML reports... 2022-09-27T16:17:59.7905238Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestAssert-20220927161757.xml 2022-09-27T16:17:59.7917111Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCheckpoint-20220927161757.xml 2022-09-27T16:17:59.7920024Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCppExtensionUtils-20220927161757.xml 2022-09-27T16:17:59.7926689Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestDataLoaderUtils-20220927161757.xml 2022-09-27T16:17:59.7929038Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestExtensionUtils-20220927161757.xml 2022-09-27T16:17:59.7931056Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestHipify-20220927161757.xml 2022-09-27T16:17:59.7933753Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestONNXUtils-20220927161757.xml 2022-09-27T16:17:59.7936280Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestStandaloneCPPJIT-20220927161757.xml 2022-09-27T16:17:59.7939659Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestBottleneck-20220927161757.xml 2022-09-27T16:17:59.7942111Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCollectEnv-20220927161757.xml 2022-09-27T16:18:00.1439360Z Running test_cpp_api_parity ... [2022-09-27 16:18:00.143521] 2022-09-27T16:18:00.1440107Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_api_parity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:00.143604] 2022-09-27T16:18:01.8283220Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:18:05.7132170Z Test results will be stored in test-reports/python-unittest/test_cpp_api_parity 2022-09-27T16:18:05.7187895Z 2022-09-27T16:18:05.7188040Z Running tests... 2022-09-27T16:18:05.7189144Z ---------------------------------------------------------------------- 2022-09-27T16:18:05.7457448Z test_torch_nn_AdaptiveAvgPool1d (__main__.TestCppApiParity) ... ok (0.027s) 2022-09-27T16:18:05.7460304Z test_torch_nn_AdaptiveAvgPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:05.7546397Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:05.7548738Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:05.7632743Z test_torch_nn_AdaptiveAvgPool1d_one_output (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:05.7636080Z test_torch_nn_AdaptiveAvgPool1d_one_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:05.7721311Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:05.7723909Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:05.7808650Z test_torch_nn_AdaptiveAvgPool2d_single (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:05.7890431Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:05.7893431Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:05.7896504Z test_torch_nn_AdaptiveAvgPool2d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:05.7981522Z test_torch_nn_AdaptiveAvgPool2d_tuple (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:05.7984754Z test_torch_nn_AdaptiveAvgPool2d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:05.8070799Z test_torch_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:05.8073955Z test_torch_nn_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:05.8157999Z test_torch_nn_AdaptiveAvgPool3d_last_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:05.8161291Z test_torch_nn_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:05.8252917Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:05.8257071Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:05.8360515Z test_torch_nn_AdaptiveAvgPool3d_single (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:05.8364291Z test_torch_nn_AdaptiveAvgPool3d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:05.8486131Z test_torch_nn_AdaptiveAvgPool3d_tuple (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:05.8489824Z test_torch_nn_AdaptiveAvgPool3d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:05.8636570Z test_torch_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.015s) 2022-09-27T16:18:05.8640514Z test_torch_nn_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:05.8724837Z test_torch_nn_AdaptiveMaxPool1d (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:05.8728551Z test_torch_nn_AdaptiveMaxPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:05.8811121Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:05.8814124Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:05.8901333Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:05.8904854Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:05.8990603Z test_torch_nn_AdaptiveMaxPool2d_single (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:05.8993822Z test_torch_nn_AdaptiveMaxPool2d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:05.9080821Z test_torch_nn_AdaptiveMaxPool2d_tuple (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:05.9084293Z test_torch_nn_AdaptiveMaxPool2d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:05.9175594Z test_torch_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:05.9178549Z test_torch_nn_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:05.9276662Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:05.9279258Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:05.9395791Z test_torch_nn_AdaptiveMaxPool3d_single (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:05.9399092Z test_torch_nn_AdaptiveMaxPool3d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:05.9517584Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:05.9520686Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:05.9671428Z test_torch_nn_AdaptiveMaxPool3d_tuple (__main__.TestCppApiParity) ... ok (0.015s) 2022-09-27T16:18:05.9674573Z test_torch_nn_AdaptiveMaxPool3d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:05.9829803Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestCppApiParity) ... ok (0.015s) 2022-09-27T16:18:05.9832750Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.0020982Z test_torch_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:18:06.0023494Z test_torch_nn_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.0113925Z test_torch_nn_AvgPool1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:06.0117247Z test_torch_nn_AvgPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.0200868Z test_torch_nn_AvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:06.0204794Z test_torch_nn_AvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.0289970Z test_torch_nn_AvgPool1d_stride (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:06.0293257Z test_torch_nn_AvgPool1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.0387090Z test_torch_nn_AvgPool1d_stride_pad (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:06.0390746Z test_torch_nn_AvgPool1d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.0480185Z test_torch_nn_AvgPool2d (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:06.0484003Z test_torch_nn_AvgPool2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.0574015Z test_torch_nn_AvgPool2d_divisor (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:06.0577514Z test_torch_nn_AvgPool2d_divisor_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.0667511Z test_torch_nn_AvgPool2d_divisor_stride (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:06.0670690Z test_torch_nn_AvgPool2d_divisor_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.0762354Z test_torch_nn_AvgPool2d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:06.0765649Z test_torch_nn_AvgPool2d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.0850449Z test_torch_nn_AvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:06.0853528Z test_torch_nn_AvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.0944441Z test_torch_nn_AvgPool2d_stride (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:06.0947428Z test_torch_nn_AvgPool2d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.1038649Z test_torch_nn_AvgPool2d_stride_pad (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:06.1041713Z test_torch_nn_AvgPool2d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.1136862Z test_torch_nn_AvgPool3d (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:06.1139965Z test_torch_nn_AvgPool3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.1228320Z test_torch_nn_AvgPool3d_divisor (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:06.1231333Z test_torch_nn_AvgPool3d_divisor_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.1320002Z test_torch_nn_AvgPool3d_divisor_stride (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:06.1409026Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:06.1412379Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.1415590Z test_torch_nn_AvgPool3d_divisor_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.1518130Z test_torch_nn_AvgPool3d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:06.1522273Z test_torch_nn_AvgPool3d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.1616580Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:06.1619592Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.1732704Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:06.1736335Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.1841075Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:06.1844460Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.1929253Z test_torch_nn_AvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:06.1932931Z test_torch_nn_AvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.2021016Z test_torch_nn_AvgPool3d_stride (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:06.2109192Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:06.2112238Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.2115346Z test_torch_nn_AvgPool3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.2219874Z test_torch_nn_AvgPool3d_stride_pad (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:06.2223437Z test_torch_nn_AvgPool3d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.2315343Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:06.2318350Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.2439635Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:06.2442419Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.2543838Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:06.2547175Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.2626721Z test_torch_nn_BCELoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:06.2629617Z test_torch_nn_BCELoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.2710037Z test_torch_nn_BCELoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-09-27T16:18:06.2712875Z test_torch_nn_BCELoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.2792167Z test_torch_nn_BCELoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-09-27T16:18:06.2794275Z test_torch_nn_BCELoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.2890712Z test_torch_nn_BCELoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.010s) 2022-09-27T16:18:06.2893391Z test_torch_nn_BCELoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.2978816Z test_torch_nn_BCELoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:06.2981891Z test_torch_nn_BCELoss_scalar_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.3067168Z test_torch_nn_BCELoss_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:06.3070149Z test_torch_nn_BCELoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.3157520Z test_torch_nn_BCEWithLogitsLoss (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:06.3160698Z test_torch_nn_BCEWithLogitsLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.3245774Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-09-27T16:18:06.3248525Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.3335185Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.009s) 2022-09-27T16:18:06.3337915Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.3422743Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-09-27T16:18:06.3425504Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.3511830Z test_torch_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:06.3514271Z test_torch_nn_BCEWithLogitsLoss_scalar_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.3606223Z test_torch_nn_BCEWithLogitsLoss_weights (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:06.3609269Z test_torch_nn_BCEWithLogitsLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.3759783Z test_torch_nn_BatchNorm1d_3d_input (__main__.TestCppApiParity) ... ok (0.015s) 2022-09-27T16:18:06.3763400Z test_torch_nn_BatchNorm1d_3d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.3893623Z test_torch_nn_BatchNorm1d_3d_input_not_affine (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:06.3897548Z test_torch_nn_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.4042113Z test_torch_nn_BatchNorm1d_affine (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:06.4045430Z test_torch_nn_BatchNorm1d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.4167535Z test_torch_nn_BatchNorm1d_affine_simple_average (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:06.4170594Z test_torch_nn_BatchNorm1d_affine_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.4266408Z test_torch_nn_BatchNorm1d_not_affine (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:06.4269597Z test_torch_nn_BatchNorm1d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.4383247Z test_torch_nn_BatchNorm1d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:06.4386597Z test_torch_nn_BatchNorm1d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.4472892Z test_torch_nn_BatchNorm1d_zero_batch (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:06.4476002Z test_torch_nn_BatchNorm1d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.4621556Z test_torch_nn_BatchNorm2d (__main__.TestCppApiParity) ... ok (0.015s) 2022-09-27T16:18:06.4755527Z test_torch_nn_BatchNorm2d_2d_simple_average (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:06.4758460Z test_torch_nn_BatchNorm2d_2d_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.4761118Z test_torch_nn_BatchNorm2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.4897445Z test_torch_nn_BatchNorm2d_momentum (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:06.4899974Z test_torch_nn_BatchNorm2d_momentum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.5027027Z test_torch_nn_BatchNorm2d_not_affine (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:06.5030191Z test_torch_nn_BatchNorm2d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.5169788Z test_torch_nn_BatchNorm2d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:06.5173446Z test_torch_nn_BatchNorm2d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.5259861Z test_torch_nn_BatchNorm2d_zero_batch (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:06.5262589Z test_torch_nn_BatchNorm2d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.5429164Z test_torch_nn_BatchNorm3d (__main__.TestCppApiParity) ... ok (0.017s) 2022-09-27T16:18:06.5604579Z test_torch_nn_BatchNorm3d_3d_simple_average (__main__.TestCppApiParity) ... ok (0.017s) 2022-09-27T16:18:06.5606896Z test_torch_nn_BatchNorm3d_3d_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.5610269Z test_torch_nn_BatchNorm3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.5785187Z test_torch_nn_BatchNorm3d_momentum (__main__.TestCppApiParity) ... ok (0.017s) 2022-09-27T16:18:06.5786957Z test_torch_nn_BatchNorm3d_momentum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.5948225Z test_torch_nn_BatchNorm3d_not_affine (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:18:06.5951695Z test_torch_nn_BatchNorm3d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.6126437Z test_torch_nn_BatchNorm3d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.017s) 2022-09-27T16:18:06.6129654Z test_torch_nn_BatchNorm3d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.6215787Z test_torch_nn_BatchNorm3d_zero_batch (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:06.6219261Z test_torch_nn_BatchNorm3d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.6310737Z test_torch_nn_CELU (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:06.6313567Z test_torch_nn_CELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.6393532Z test_torch_nn_CELU_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:06.6396486Z test_torch_nn_CELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.6490187Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:06.6493191Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.6585208Z test_torch_nn_CTCLoss_2d_lengths_tensors (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:06.6589316Z test_torch_nn_CTCLoss_2d_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.6681517Z test_torch_nn_CTCLoss_lengths_tensors (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:06.6685664Z test_torch_nn_CTCLoss_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.6780784Z test_torch_nn_ConstantPad1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:06.6873277Z test_torch_nn_ConstantPad1d_batch (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:06.6877013Z test_torch_nn_ConstantPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.6978419Z test_torch_nn_ConstantPad1d_complex (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:06.6982477Z test_torch_nn_ConstantPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.6986324Z test_torch_nn_ConstantPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.7146711Z test_torch_nn_ConstantPad2d (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:18:06.7319931Z test_torch_nn_ConstantPad2d_complex (__main__.TestCppApiParity) ... ok (0.017s) 2022-09-27T16:18:06.7323221Z test_torch_nn_ConstantPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.7326038Z test_torch_nn_ConstantPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.7444273Z test_torch_nn_ConstantPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:06.7447714Z test_torch_nn_ConstantPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.7929627Z test_torch_nn_ConstantPad3d (__main__.TestCppApiParity) ... ok (0.048s) 2022-09-27T16:18:06.8506319Z test_torch_nn_ConstantPad3d_complex (__main__.TestCppApiParity) ... ok (0.058s) 2022-09-27T16:18:06.8509571Z test_torch_nn_ConstantPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.8512246Z test_torch_nn_ConstantPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.8794960Z test_torch_nn_ConstantPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.028s) 2022-09-27T16:18:06.8797904Z test_torch_nn_ConstantPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.8929441Z test_torch_nn_Conv1d (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:06.9045358Z test_torch_nn_Conv1d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:06.9048732Z test_torch_nn_Conv1d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.9052136Z test_torch_nn_Conv1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.9176695Z test_torch_nn_Conv1d_dilated (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:06.9179606Z test_torch_nn_Conv1d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.9301818Z test_torch_nn_Conv1d_groups (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:06.9304858Z test_torch_nn_Conv1d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.9435003Z test_torch_nn_Conv1d_pad1 (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:06.9438035Z test_torch_nn_Conv1d_pad1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.9551540Z test_torch_nn_Conv1d_pad1size1 (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:06.9554969Z test_torch_nn_Conv1d_pad1size1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.9691110Z test_torch_nn_Conv1d_pad2 (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:06.9694545Z test_torch_nn_Conv1d_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.9809141Z test_torch_nn_Conv1d_pad2size1 (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:06.9812897Z test_torch_nn_Conv1d_pad2size1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:06.9941556Z test_torch_nn_Conv1d_pad_same (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:06.9957162Z test_torch_nn_Conv1d_pad_same2 (__main__.TestCppApiParity) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/conv.py:310: 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-27T16:18:06.9958009Z self.padding, self.dilation, self.groups) 2022-09-27T16:18:07.0078325Z ok (0.014s) 2022-09-27T16:18:07.0081631Z test_torch_nn_Conv1d_pad_same2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.0084442Z test_torch_nn_Conv1d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.0220707Z test_torch_nn_Conv1d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:07.0223703Z test_torch_nn_Conv1d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.0355284Z test_torch_nn_Conv1d_pad_valid (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:07.0357951Z test_torch_nn_Conv1d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.0473282Z test_torch_nn_Conv1d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:07.0476933Z test_torch_nn_Conv1d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.0673835Z test_torch_nn_Conv1d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:18:07.0676641Z test_torch_nn_Conv1d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.0806844Z test_torch_nn_Conv1d_stride (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:07.0810235Z test_torch_nn_Conv1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.0910663Z test_torch_nn_Conv1d_zero_batch (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:07.0913852Z test_torch_nn_Conv1d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.1028274Z test_torch_nn_Conv1d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:07.1031165Z test_torch_nn_Conv1d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.1180399Z test_torch_nn_Conv2d (__main__.TestCppApiParity) ... ok (0.015s) 2022-09-27T16:18:07.1307176Z test_torch_nn_Conv2d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:07.1310244Z test_torch_nn_Conv2d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.1313218Z test_torch_nn_Conv2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.1453678Z test_torch_nn_Conv2d_depthwise (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:07.1456690Z test_torch_nn_Conv2d_depthwise_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.1585923Z test_torch_nn_Conv2d_depthwise_dilated (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:07.1588803Z test_torch_nn_Conv2d_depthwise_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.1747490Z test_torch_nn_Conv2d_depthwise_padded (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:18:07.1750056Z test_torch_nn_Conv2d_depthwise_padded_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.1875217Z test_torch_nn_Conv2d_depthwise_strided (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:07.1878545Z test_torch_nn_Conv2d_depthwise_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.2044995Z test_torch_nn_Conv2d_depthwise_with_multiplier (__main__.TestCppApiParity) ... ok (0.017s) 2022-09-27T16:18:07.2048712Z test_torch_nn_Conv2d_depthwise_with_multiplier_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.2171418Z test_torch_nn_Conv2d_dilated (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:07.2174608Z test_torch_nn_Conv2d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.2328763Z test_torch_nn_Conv2d_groups (__main__.TestCppApiParity) ... ok (0.015s) 2022-09-27T16:18:07.2331862Z test_torch_nn_Conv2d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.2492831Z test_torch_nn_Conv2d_groups_thnn (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:18:07.2496022Z test_torch_nn_Conv2d_groups_thnn_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.2634298Z test_torch_nn_Conv2d_no_bias (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:07.2637150Z test_torch_nn_Conv2d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.2794112Z test_torch_nn_Conv2d_pad_same (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:18:07.2797280Z test_torch_nn_Conv2d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.2962038Z test_torch_nn_Conv2d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:18:07.2964749Z test_torch_nn_Conv2d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.3100632Z test_torch_nn_Conv2d_pad_valid (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:07.3103578Z test_torch_nn_Conv2d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.3244784Z test_torch_nn_Conv2d_padding (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:07.3248029Z test_torch_nn_Conv2d_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.3377859Z test_torch_nn_Conv2d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:07.3380409Z test_torch_nn_Conv2d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.3507060Z test_torch_nn_Conv2d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:07.3510205Z test_torch_nn_Conv2d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.3643125Z test_torch_nn_Conv2d_strided (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:07.3646230Z test_torch_nn_Conv2d_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.3750408Z test_torch_nn_Conv2d_zero_batch (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:07.3752977Z test_torch_nn_Conv2d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.3875920Z test_torch_nn_Conv2d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:07.3878530Z test_torch_nn_Conv2d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.4017073Z test_torch_nn_Conv3d (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:07.4149573Z test_torch_nn_Conv3d_1x1x1_no_bias (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:07.4152098Z test_torch_nn_Conv3d_1x1x1_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.4326489Z test_torch_nn_Conv3d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.017s) 2022-09-27T16:18:07.4329184Z test_torch_nn_Conv3d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.4331739Z test_torch_nn_Conv3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.4500144Z test_torch_nn_Conv3d_dilated (__main__.TestCppApiParity) ... ok (0.017s) 2022-09-27T16:18:07.4502826Z test_torch_nn_Conv3d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.4646773Z test_torch_nn_Conv3d_dilated_strided (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:07.4649469Z test_torch_nn_Conv3d_dilated_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.4786516Z test_torch_nn_Conv3d_groups (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:07.4789730Z test_torch_nn_Conv3d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.4917671Z test_torch_nn_Conv3d_no_bias (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:07.4920788Z test_torch_nn_Conv3d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.5247868Z test_torch_nn_Conv3d_pad_same (__main__.TestCppApiParity) ... ok (0.033s) 2022-09-27T16:18:07.5250343Z test_torch_nn_Conv3d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.5577945Z test_torch_nn_Conv3d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.033s) 2022-09-27T16:18:07.5580900Z test_torch_nn_Conv3d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.5778296Z test_torch_nn_Conv3d_pad_valid (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:18:07.5780792Z test_torch_nn_Conv3d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.5947946Z test_torch_nn_Conv3d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.017s) 2022-09-27T16:18:07.5950966Z test_torch_nn_Conv3d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.6094961Z test_torch_nn_Conv3d_stride (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:07.6097886Z test_torch_nn_Conv3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.6272711Z test_torch_nn_Conv3d_stride_padding (__main__.TestCppApiParity) ... ok (0.017s) 2022-09-27T16:18:07.6276217Z test_torch_nn_Conv3d_stride_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.6391502Z test_torch_nn_Conv3d_zero_batch (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:07.6394738Z test_torch_nn_Conv3d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.6560862Z test_torch_nn_Conv3d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.017s) 2022-09-27T16:18:07.6563721Z test_torch_nn_Conv3d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.6686030Z test_torch_nn_ConvTranspose1d (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:07.6688922Z test_torch_nn_ConvTranspose1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.6809415Z test_torch_nn_ConvTranspose1d_dilated (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:07.6812132Z test_torch_nn_ConvTranspose1d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.6953963Z test_torch_nn_ConvTranspose1d_groups (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:07.6956868Z test_torch_nn_ConvTranspose1d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.7068123Z test_torch_nn_ConvTranspose1d_no_bias (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:07.7071107Z test_torch_nn_ConvTranspose1d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.7336870Z test_torch_nn_ConvTranspose2d (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:18:07.7339404Z test_torch_nn_ConvTranspose2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.7489921Z test_torch_nn_ConvTranspose2d_dilated (__main__.TestCppApiParity) ... ok (0.015s) 2022-09-27T16:18:07.7492447Z test_torch_nn_ConvTranspose2d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.7625030Z test_torch_nn_ConvTranspose2d_groups (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:07.7628092Z test_torch_nn_ConvTranspose2d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.7879135Z test_torch_nn_ConvTranspose2d_no_bias (__main__.TestCppApiParity) ... ok (0.025s) 2022-09-27T16:18:07.7881585Z test_torch_nn_ConvTranspose2d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.8099426Z test_torch_nn_ConvTranspose3d (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:18:07.8101451Z test_torch_nn_ConvTranspose3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.8390106Z test_torch_nn_ConvTranspose3d_dilated (__main__.TestCppApiParity) ... ok (0.029s) 2022-09-27T16:18:07.8392359Z test_torch_nn_ConvTranspose3d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.8490900Z test_torch_nn_CosineEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:07.8493983Z test_torch_nn_CosineEmbeddingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.8586868Z test_torch_nn_CosineEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:07.8589574Z test_torch_nn_CosineEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.8679882Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:07.8683091Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.8772045Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:07.8775092Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.8864360Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:07.8867503Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.8954598Z test_torch_nn_CrossEntropyLoss (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:07.9042245Z test_torch_nn_CrossEntropyLoss_2d (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:07.9045581Z test_torch_nn_CrossEntropyLoss_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.9132761Z test_torch_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:07.9136037Z test_torch_nn_CrossEntropyLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.9227669Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:07.9231214Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.9323851Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:07.9327127Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.9420414Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:07.9424075Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.9523535Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:07.9527138Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.9614114Z test_torch_nn_CrossEntropyLoss_2d_prob_target (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:07.9618491Z test_torch_nn_CrossEntropyLoss_2d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.9706032Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:07.9709857Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.9795609Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:07.9798642Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.9885432Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:07.9888688Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:07.9974075Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:07.9977100Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.0066797Z test_torch_nn_CrossEntropyLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:08.0069307Z test_torch_nn_CrossEntropyLoss_2d_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.0157900Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:08.0161762Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.0249834Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:08.0253870Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.0343340Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:08.0347057Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.0433724Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:08.0437389Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.0522856Z test_torch_nn_CrossEntropyLoss_3d_prob_target (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:08.0526059Z test_torch_nn_CrossEntropyLoss_3d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.0613134Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:08.0616823Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.0706093Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:08.0710186Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.0800549Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:08.0803734Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.0892490Z test_torch_nn_CrossEntropyLoss_4d_prob_target (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:08.0896321Z test_torch_nn_CrossEntropyLoss_4d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.1014282Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:08.1017649Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.1021081Z test_torch_nn_CrossEntropyLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.1106130Z test_torch_nn_CrossEntropyLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:08.1110412Z test_torch_nn_CrossEntropyLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.1197286Z test_torch_nn_CrossEntropyLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:08.1200432Z test_torch_nn_CrossEntropyLoss_higher_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.1288991Z test_torch_nn_CrossEntropyLoss_weights (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:08.1292913Z test_torch_nn_CrossEntropyLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.1425783Z test_torch_nn_CrossMapLRN2d (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:08.1429546Z test_torch_nn_CrossMapLRN2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.1520004Z test_torch_nn_ELU (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:08.1523266Z test_torch_nn_ELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.1603621Z test_torch_nn_ELU_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:08.1606478Z test_torch_nn_ELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.1708053Z test_torch_nn_Embedding (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:08.1822810Z test_torch_nn_EmbeddingBag_discontiguous (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:08.1826088Z test_torch_nn_EmbeddingBag_discontiguous_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.1925240Z test_torch_nn_EmbeddingBag_max (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:08.1928311Z test_torch_nn_EmbeddingBag_max_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.2025803Z test_torch_nn_EmbeddingBag_max_padding_idx (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:08.2029014Z test_torch_nn_EmbeddingBag_max_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.2125930Z test_torch_nn_EmbeddingBag_mean (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:08.2128949Z test_torch_nn_EmbeddingBag_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.2231307Z test_torch_nn_EmbeddingBag_mean_padding_idx (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:08.2234368Z test_torch_nn_EmbeddingBag_mean_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.2338278Z test_torch_nn_EmbeddingBag_sparse (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:08.2341155Z test_torch_nn_EmbeddingBag_sparse_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.2440710Z test_torch_nn_EmbeddingBag_sum (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:08.2443901Z test_torch_nn_EmbeddingBag_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.2541701Z test_torch_nn_EmbeddingBag_sum_padding_idx (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:08.2544579Z test_torch_nn_EmbeddingBag_sum_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.2547248Z test_torch_nn_Embedding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.2679506Z test_torch_nn_Embedding_discontiguous (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:08.2682993Z test_torch_nn_Embedding_discontiguous_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.2784783Z test_torch_nn_Embedding_sparse (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:08.2787576Z test_torch_nn_Embedding_sparse_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.2884855Z test_torch_nn_Flatten (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:08.2888413Z test_torch_nn_Flatten_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.2979204Z test_torch_nn_Flatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:08.2981982Z test_torch_nn_Flatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.3080240Z test_torch_nn_Fold (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:08.3083477Z test_torch_nn_Fold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.3181402Z test_torch_nn_Fold_int_input (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:08.3185263Z test_torch_nn_Fold_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.3277805Z test_torch_nn_Fold_no_batch_dim_input (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:08.3281062Z test_torch_nn_Fold_no_batch_dim_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.3373320Z test_torch_nn_Fold_no_batch_dim_int_input (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:08.3376944Z test_torch_nn_Fold_no_batch_dim_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.3471829Z test_torch_nn_FractionalMaxPool2d_ratio (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:08.3474781Z test_torch_nn_FractionalMaxPool2d_ratio_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.3565697Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:08.3569475Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.3662296Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:08.3665702Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:18:08.3760140Z test_torch_nn_FractionalMaxPool2d_size (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:08.3763756Z test_torch_nn_FractionalMaxPool2d_size_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.3857635Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:08.3861099Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.3953155Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:08.3956307Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:18:08.4143481Z test_torch_nn_FractionalMaxPool3d_asymsize (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:18:08.4146720Z test_torch_nn_FractionalMaxPool3d_asymsize_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.4249463Z test_torch_nn_FractionalMaxPool3d_ratio (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:08.4252686Z test_torch_nn_FractionalMaxPool3d_ratio_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.4348235Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:08.4351513Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.4445119Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:08.4448248Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:18:08.4616078Z test_torch_nn_FractionalMaxPool3d_size (__main__.TestCppApiParity) ... ok (0.017s) 2022-09-27T16:18:08.4619166Z test_torch_nn_FractionalMaxPool3d_size_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.4747037Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:08.4750146Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.4875224Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:08.4878544Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:18:08.4970297Z test_torch_nn_GELU (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:08.4973144Z test_torch_nn_GELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.5053225Z test_torch_nn_GELU_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:08.5056409Z test_torch_nn_GELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.5144477Z test_torch_nn_GLU (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:08.5147055Z test_torch_nn_GLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.5248976Z test_torch_nn_GLU_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:08.5251519Z test_torch_nn_GLU_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.5374399Z test_torch_nn_GroupNorm_1d_affine (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:08.5486848Z test_torch_nn_GroupNorm_1d_affine_GN (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:08.5490015Z test_torch_nn_GroupNorm_1d_affine_GN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.5493094Z test_torch_nn_GroupNorm_1d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.5738049Z test_torch_nn_GroupNorm_1d_affine_large_batch (__main__.TestCppApiParity) ... ok (0.024s) 2022-09-27T16:18:08.5740954Z test_torch_nn_GroupNorm_1d_affine_large_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.5843009Z test_torch_nn_GroupNorm_1d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:08.5845969Z test_torch_nn_GroupNorm_1d_no_affine_IN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.5936960Z test_torch_nn_GroupNorm_1d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:08.5940171Z test_torch_nn_GroupNorm_1d_no_affine_LN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.6068045Z test_torch_nn_GroupNorm_2d_affine (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:08.6071164Z test_torch_nn_GroupNorm_2d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.6401663Z test_torch_nn_GroupNorm_2d_affine_large_feature (__main__.TestCppApiParity) ... ok (0.033s) 2022-09-27T16:18:08.6404295Z test_torch_nn_GroupNorm_2d_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.6505227Z test_torch_nn_GroupNorm_2d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:08.6508491Z test_torch_nn_GroupNorm_2d_no_affine_IN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.6609823Z test_torch_nn_GroupNorm_2d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:08.6613387Z test_torch_nn_GroupNorm_2d_no_affine_LN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.6837941Z test_torch_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.022s) 2022-09-27T16:18:08.6841037Z test_torch_nn_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.6935781Z test_torch_nn_Hardshrink (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:08.6939085Z test_torch_nn_Hardshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.7020681Z test_torch_nn_Hardshrink_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:08.7023408Z test_torch_nn_Hardshrink_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.7113458Z test_torch_nn_Hardtanh (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:08.7116399Z test_torch_nn_Hardtanh_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.7198694Z test_torch_nn_Hardtanh_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:08.7202141Z test_torch_nn_Hardtanh_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.7286877Z test_torch_nn_HingeEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:08.7289871Z test_torch_nn_HingeEmbeddingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.7375516Z test_torch_nn_HingeEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:08.7378589Z test_torch_nn_HingeEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.7462417Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-09-27T16:18:08.7464963Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.7549513Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-09-27T16:18:08.7551694Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.7635020Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-09-27T16:18:08.7638059Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.7723477Z test_torch_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:08.7726481Z test_torch_nn_HingeEmbeddingLoss_scalar_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.7810399Z test_torch_nn_HuberLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:08.7813492Z test_torch_nn_HuberLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.7927325Z test_torch_nn_InstanceNorm1d (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:08.7930782Z test_torch_nn_InstanceNorm1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.8024988Z test_torch_nn_InstanceNorm1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:08.8027898Z test_torch_nn_InstanceNorm1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.8146384Z test_torch_nn_InstanceNorm1d_tracking_stats (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:08.8149943Z test_torch_nn_InstanceNorm1d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.8248373Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:08.8252041Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.8375496Z test_torch_nn_InstanceNorm2d (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:08.8378712Z test_torch_nn_InstanceNorm2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.8482857Z test_torch_nn_InstanceNorm2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:08.8486497Z test_torch_nn_InstanceNorm2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.8612659Z test_torch_nn_InstanceNorm2d_tracking_stats (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:08.8616267Z test_torch_nn_InstanceNorm2d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.8726838Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:08.8730726Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.8889591Z test_torch_nn_InstanceNorm3d (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:18:08.8893723Z test_torch_nn_InstanceNorm3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.9011844Z test_torch_nn_InstanceNorm3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:08.9016164Z test_torch_nn_InstanceNorm3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.9177222Z test_torch_nn_InstanceNorm3d_tracking_stats (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:18:08.9181061Z test_torch_nn_InstanceNorm3d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.9341630Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:18:08.9345750Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.9355258Z test_torch_nn_KLDivLoss (__main__.TestCppApiParity) ... /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-27T16:18:08.9356128Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T16:18:08.9423686Z /var/lib/jenkins/workspace/test/cpp_api_parity/module_impl_check.py:149: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/loss.h:57.) 2022-09-27T16:18:08.9424391Z cpp_test_fn(arg_dict_file_path, module_file_path, forward_output_file_path, backward_grad_dict_file_path) 2022-09-27T16:18:08.9430661Z ok (0.008s) 2022-09-27T16:18:08.9434056Z test_torch_nn_KLDivLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.9518319Z test_torch_nn_KLDivLoss_log_target (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:08.9521643Z test_torch_nn_KLDivLoss_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.9604472Z test_torch_nn_KLDivLoss_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:08.9607236Z test_torch_nn_KLDivLoss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.9691191Z test_torch_nn_KLDivLoss_scalar_log_target (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:08.9694161Z test_torch_nn_KLDivLoss_scalar_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.9776329Z test_torch_nn_L1Loss (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:08.9779508Z test_torch_nn_L1Loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.9861807Z test_torch_nn_L1Loss_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:08.9864098Z test_torch_nn_L1Loss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:08.9956559Z test_torch_nn_LPPool1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:08.9959448Z test_torch_nn_LPPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.0051626Z test_torch_nn_LPPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:09.0055047Z test_torch_nn_LPPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.0150967Z test_torch_nn_LPPool1d_norm (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:09.0154645Z test_torch_nn_LPPool1d_norm_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.0251489Z test_torch_nn_LPPool2d (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:09.0255172Z test_torch_nn_LPPool2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.0352946Z test_torch_nn_LPPool2d_norm (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:09.0355867Z test_torch_nn_LPPool2d_norm_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.0473314Z test_torch_nn_LayerNorm_1d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:09.0476241Z test_torch_nn_LayerNorm_1d_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.0569692Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:09.0572444Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.0672152Z test_torch_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:09.0675300Z test_torch_nn_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.0802804Z test_torch_nn_LayerNorm_3d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:09.0805655Z test_torch_nn_LayerNorm_3d_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.1522231Z test_torch_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.071s) 2022-09-27T16:18:09.1524822Z test_torch_nn_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.1655526Z test_torch_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:09.1658458Z test_torch_nn_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.1751620Z test_torch_nn_LeakyReLU (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:09.1754734Z test_torch_nn_LeakyReLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.1846432Z test_torch_nn_LeakyReLU_with_negval (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:09.1849349Z test_torch_nn_LeakyReLU_with_negval_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.1930550Z test_torch_nn_LeakyReLU_with_negval_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:09.1933522Z test_torch_nn_LeakyReLU_with_negval_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.2028297Z test_torch_nn_LeakyReLU_with_zero_negval (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:09.2031643Z test_torch_nn_LeakyReLU_with_zero_negval_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.2153414Z test_torch_nn_Linear (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:09.2156312Z test_torch_nn_Linear_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.2265338Z test_torch_nn_Linear_no_batch_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:09.2268459Z test_torch_nn_Linear_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.2380131Z test_torch_nn_Linear_no_bias (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:09.2382685Z test_torch_nn_Linear_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.2480515Z test_torch_nn_LocalResponseNorm_1d (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:09.2483777Z test_torch_nn_LocalResponseNorm_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.2609674Z test_torch_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:09.2613467Z test_torch_nn_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.2976558Z test_torch_nn_LocalResponseNorm_3d_custom_params (__main__.TestCppApiParity) ... ok (0.036s) 2022-09-27T16:18:09.2980462Z test_torch_nn_LocalResponseNorm_3d_custom_params_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.3071242Z test_torch_nn_LogSigmoid (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:09.3074465Z test_torch_nn_LogSigmoid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.3155052Z test_torch_nn_LogSigmoid_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:09.3158206Z test_torch_nn_LogSigmoid_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.3268841Z test_torch_nn_LogSoftmax (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:09.3272173Z test_torch_nn_LogSoftmax_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.3426622Z test_torch_nn_LogSoftmax_multiparam (__main__.TestCppApiParity) ... ok (0.015s) 2022-09-27T16:18:09.3430018Z test_torch_nn_LogSoftmax_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.3511261Z test_torch_nn_LogSoftmax_multiparam_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:09.3513834Z test_torch_nn_LogSoftmax_multiparam_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.3602878Z test_torch_nn_LogSoftmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:09.3605819Z test_torch_nn_LogSoftmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.3690293Z test_torch_nn_MSELoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:09.3692953Z test_torch_nn_MSELoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.4079599Z test_torch_nn_MSELoss_prec (__main__.TestCppApiParity) ... ok (0.038s) 2022-09-27T16:18:09.4082299Z test_torch_nn_MSELoss_prec_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.4178406Z test_torch_nn_MSELoss_scalar (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:09.4181142Z test_torch_nn_MSELoss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.4269337Z test_torch_nn_MarginRankingLoss (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:09.4272200Z test_torch_nn_MarginRankingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.4356414Z test_torch_nn_MarginRankingLoss_margin (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:09.4359381Z test_torch_nn_MarginRankingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.4443256Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:09.4446352Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.4529802Z test_torch_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:09.4533026Z test_torch_nn_MarginRankingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.4617339Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:09.4620320Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.4713601Z test_torch_nn_MaxPool1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:09.4716641Z test_torch_nn_MaxPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.4808642Z test_torch_nn_MaxPool1d_stride (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:09.4812082Z test_torch_nn_MaxPool1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.4910293Z test_torch_nn_MaxPool2d_3d_input (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:09.4913398Z test_torch_nn_MaxPool2d_3d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.5007254Z test_torch_nn_MaxPool2d_4d_input (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:09.5010448Z test_torch_nn_MaxPool2d_4d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.5108499Z test_torch_nn_MaxPool3d (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:09.5111635Z test_torch_nn_MaxPool3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.5208834Z test_torch_nn_MaxPool3d_stride (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:09.5212118Z test_torch_nn_MaxPool3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.5326132Z test_torch_nn_MaxPool3d_stride_padding (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:09.5330101Z test_torch_nn_MaxPool3d_stride_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.5450803Z test_torch_nn_Mish (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:09.5453663Z test_torch_nn_Mish_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.5533735Z test_torch_nn_Mish_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:09.5536677Z test_torch_nn_Mish_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.5619314Z test_torch_nn_MultiLabelMarginLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:09.5700470Z test_torch_nn_MultiLabelMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:09.5703558Z test_torch_nn_MultiLabelMarginLoss_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.5706410Z test_torch_nn_MultiLabelMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.5791200Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:09.5794085Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.5874891Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:09.5877822Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.5958780Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:09.5962191Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.6050849Z test_torch_nn_MultiLabelSoftMarginLoss (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:09.6054046Z test_torch_nn_MultiLabelSoftMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.6140263Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:09.6143606Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.6231614Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:09.6234867Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.6320616Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:09.6323975Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.6414268Z test_torch_nn_MultiLabelSoftMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:09.6417628Z test_torch_nn_MultiLabelSoftMarginLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.6499295Z test_torch_nn_MultiMarginLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:09.6580269Z test_torch_nn_MultiMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:09.6583365Z test_torch_nn_MultiMarginLoss_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.6586357Z test_torch_nn_MultiMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.6667839Z test_torch_nn_MultiMarginLoss_margin (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:09.6670954Z test_torch_nn_MultiMarginLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.6752200Z test_torch_nn_MultiMarginLoss_p (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:09.6755050Z test_torch_nn_MultiMarginLoss_p_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.6839939Z test_torch_nn_MultiMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:09.6843043Z test_torch_nn_MultiMarginLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.6925389Z test_torch_nn_NLLLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:09.7007542Z test_torch_nn_NLLLoss_2d (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:09.7010790Z test_torch_nn_NLLLoss_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.7097462Z test_torch_nn_NLLLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:09.7100414Z test_torch_nn_NLLLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.7184472Z test_torch_nn_NLLLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:09.7187798Z test_torch_nn_NLLLoss_2d_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.7190669Z test_torch_nn_NLLLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.7272975Z test_torch_nn_NLLLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:09.7276428Z test_torch_nn_NLLLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.7359711Z test_torch_nn_NLLLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:09.7362943Z test_torch_nn_NLLLoss_higher_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.7446158Z test_torch_nn_NLLLoss_ignore_index (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:09.7449412Z test_torch_nn_NLLLoss_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.7552219Z test_torch_nn_NLLLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.010s) 2022-09-27T16:18:09.7555260Z test_torch_nn_NLLLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.7655736Z test_torch_nn_NLLLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.010s) 2022-09-27T16:18:09.7658763Z test_torch_nn_NLLLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.7758505Z test_torch_nn_NLLLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.010s) 2022-09-27T16:18:09.7761531Z test_torch_nn_NLLLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.7845698Z test_torch_nn_NLLLoss_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:09.7848793Z test_torch_nn_NLLLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.7933424Z test_torch_nn_NLLLoss_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:09.7937373Z test_torch_nn_NLLLoss_weights_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.8022089Z test_torch_nn_NLLLoss_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:09.8025828Z test_torch_nn_NLLLoss_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.8125098Z test_torch_nn_PReLU_1d (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:09.8128212Z test_torch_nn_PReLU_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.8225129Z test_torch_nn_PReLU_1d_multiparam (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:09.8228270Z test_torch_nn_PReLU_1d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.8343438Z test_torch_nn_PReLU_2d (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:09.8346638Z test_torch_nn_PReLU_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.8456216Z test_torch_nn_PReLU_2d_multiparam (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:09.8459136Z test_torch_nn_PReLU_2d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.8672695Z test_torch_nn_PReLU_3d (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:18:09.8675003Z test_torch_nn_PReLU_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.8886502Z test_torch_nn_PReLU_3d_multiparam (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:18:09.8889275Z test_torch_nn_PReLU_3d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.8978907Z test_torch_nn_PReLU_scalar (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:09.8981861Z test_torch_nn_PReLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.9070346Z test_torch_nn_PairwiseDistance (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:09.9157909Z test_torch_nn_PairwiseDistance_broadcast_lhs (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:09.9160865Z test_torch_nn_PairwiseDistance_broadcast_lhs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.9248890Z test_torch_nn_PairwiseDistance_broadcast_rhs (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:09.9251912Z test_torch_nn_PairwiseDistance_broadcast_rhs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.9255005Z test_torch_nn_PairwiseDistance_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.9338521Z test_torch_nn_PairwiseDistance_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:09.9341582Z test_torch_nn_PairwiseDistance_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.9435044Z test_torch_nn_PairwiseDistance_with_non_default_args (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:09.9437886Z test_torch_nn_PairwiseDistance_with_non_default_args_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.9543441Z test_torch_nn_PixelShuffle (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:09.9546753Z test_torch_nn_PixelShuffle_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.9653697Z test_torch_nn_PixelUnshuffle (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:09.9657803Z test_torch_nn_PixelUnshuffle_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.9745064Z test_torch_nn_PoissonNLLLoss_full_loss (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:09.9747968Z test_torch_nn_PoissonNLLLoss_full_loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.9835819Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:09.9839134Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:09.9924361Z test_torch_nn_PoissonNLLLoss_no_full_loss (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:09.9927567Z test_torch_nn_PoissonNLLLoss_no_full_loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.0015284Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:10.0017952Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.0108396Z test_torch_nn_RReLU (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:10.0111649Z test_torch_nn_RReLU_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:18:10.0207928Z test_torch_nn_RReLU_with_up_down (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:10.0211073Z test_torch_nn_RReLU_with_up_down_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:18:10.0292540Z test_torch_nn_RReLU_with_up_down_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:10.0295348Z test_torch_nn_RReLU_with_up_down_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:18:10.0398234Z test_torch_nn_ReLU (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:10.0497674Z test_torch_nn_ReLU6 (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:10.0501180Z test_torch_nn_ReLU6_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.0581535Z test_torch_nn_ReLU6_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:10.0584424Z test_torch_nn_ReLU6_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.0587164Z test_torch_nn_ReLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.0667912Z test_torch_nn_ReLU_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:10.0670828Z test_torch_nn_ReLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.0766066Z test_torch_nn_ReflectionPad1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:10.0857792Z test_torch_nn_ReflectionPad1d_batch (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:10.0861028Z test_torch_nn_ReflectionPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.0965706Z test_torch_nn_ReflectionPad1d_complex (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:10.0969918Z test_torch_nn_ReflectionPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.0973663Z test_torch_nn_ReflectionPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.1204331Z test_torch_nn_ReflectionPad2d (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:18:10.1541548Z test_torch_nn_ReflectionPad2d_complex (__main__.TestCppApiParity) ... ok (0.034s) 2022-09-27T16:18:10.1545800Z test_torch_nn_ReflectionPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.1548642Z test_torch_nn_ReflectionPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.1696790Z test_torch_nn_ReflectionPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.015s) 2022-09-27T16:18:10.1700682Z test_torch_nn_ReflectionPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.2117116Z test_torch_nn_ReflectionPad3d (__main__.TestCppApiParity) ... ok (0.042s) 2022-09-27T16:18:10.2757161Z test_torch_nn_ReflectionPad3d_complex (__main__.TestCppApiParity) ... ok (0.064s) 2022-09-27T16:18:10.2760046Z test_torch_nn_ReflectionPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.2762953Z test_torch_nn_ReflectionPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.3012419Z test_torch_nn_ReflectionPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.025s) 2022-09-27T16:18:10.3015905Z test_torch_nn_ReflectionPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.3107424Z test_torch_nn_ReplicationPad1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:10.3195062Z test_torch_nn_ReplicationPad1d_batch (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:10.3198650Z test_torch_nn_ReplicationPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.3298039Z test_torch_nn_ReplicationPad1d_complex (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:10.3302324Z test_torch_nn_ReplicationPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.3306152Z test_torch_nn_ReplicationPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.3451019Z test_torch_nn_ReplicationPad2d (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:10.3645305Z test_torch_nn_ReplicationPad2d_complex (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:18:10.3647830Z test_torch_nn_ReplicationPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.3650879Z test_torch_nn_ReplicationPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.3765177Z test_torch_nn_ReplicationPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:10.3768411Z test_torch_nn_ReplicationPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.4002419Z test_torch_nn_ReplicationPad3d (__main__.TestCppApiParity) ... ok (0.023s) 2022-09-27T16:18:10.4352471Z test_torch_nn_ReplicationPad3d_complex (__main__.TestCppApiParity) ... ok (0.035s) 2022-09-27T16:18:10.4355296Z test_torch_nn_ReplicationPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.4357814Z test_torch_nn_ReplicationPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.4524928Z test_torch_nn_ReplicationPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.017s) 2022-09-27T16:18:10.4528189Z test_torch_nn_ReplicationPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.4618169Z test_torch_nn_SELU (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:10.4621035Z test_torch_nn_SELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.4701057Z test_torch_nn_SELU_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:10.4703988Z test_torch_nn_SELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.4835282Z test_torch_nn_SampleModule_has_parity (__main__.TestCppApiParity) ... ok (0.013s) 2022-09-27T16:18:10.4838413Z test_torch_nn_SampleModule_has_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.4954937Z test_torch_nn_SampleModule_no_parity (__main__.TestCppApiParity) ... expected failure (0.012s) 2022-09-27T16:18:10.4957698Z test_torch_nn_SampleModule_no_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.5073593Z test_torch_nn_SiLU (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:10.5076748Z test_torch_nn_SiLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.5157888Z test_torch_nn_SiLU_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:10.5160879Z test_torch_nn_SiLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.5263914Z test_torch_nn_Sigmoid (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:10.5266697Z test_torch_nn_Sigmoid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.5346271Z test_torch_nn_Sigmoid_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:10.5349228Z test_torch_nn_Sigmoid_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.5433399Z test_torch_nn_SmoothL1Loss (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:10.5436481Z test_torch_nn_SmoothL1Loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.5518305Z test_torch_nn_SmoothL1Loss_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:10.5521331Z test_torch_nn_SmoothL1Loss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.5608375Z test_torch_nn_SoftMarginLoss (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:10.5611571Z test_torch_nn_SoftMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.5697624Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.009s) 2022-09-27T16:18:10.5700363Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.5786288Z test_torch_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.009s) 2022-09-27T16:18:10.5789176Z test_torch_nn_SoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.5875154Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-09-27T16:18:10.5877976Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.5987980Z test_torch_nn_Softmax (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:10.6140414Z test_torch_nn_Softmax2d (__main__.TestCppApiParity) ... ok (0.015s) 2022-09-27T16:18:10.6143912Z test_torch_nn_Softmax2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.6238611Z test_torch_nn_Softmax2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:10.6241420Z test_torch_nn_Softmax2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.6244352Z test_torch_nn_Softmax_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.6330801Z test_torch_nn_Softmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:10.6333921Z test_torch_nn_Softmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.6413496Z test_torch_nn_Softmax_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:10.6416261Z test_torch_nn_Softmax_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.6524797Z test_torch_nn_Softmin (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:10.6528095Z test_torch_nn_Softmin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.6653523Z test_torch_nn_Softmin_multidim (__main__.TestCppApiParity) ... ok (0.012s) 2022-09-27T16:18:10.6657149Z test_torch_nn_Softmin_multidim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.6758047Z test_torch_nn_Softmin_no_batch_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:10.6761167Z test_torch_nn_Softmin_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.6841985Z test_torch_nn_Softmin_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:10.6844722Z test_torch_nn_Softmin_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.6954821Z test_torch_nn_Softplus (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:10.7065240Z test_torch_nn_Softplus_beta (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:10.7068621Z test_torch_nn_Softplus_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.7178034Z test_torch_nn_Softplus_beta_threshold (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:10.7181141Z test_torch_nn_Softplus_beta_threshold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.7267324Z test_torch_nn_Softplus_beta_threshold_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:10.7269665Z test_torch_nn_Softplus_beta_threshold_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.7272607Z test_torch_nn_Softplus_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.7364295Z test_torch_nn_Softshrink (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:10.7366630Z test_torch_nn_Softshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.7457469Z test_torch_nn_Softshrink_lambda (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:10.7459855Z test_torch_nn_Softshrink_lambda_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.7546274Z test_torch_nn_Softshrink_lambda_scalar (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:10.7548893Z test_torch_nn_Softshrink_lambda_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.7640242Z test_torch_nn_Softsign (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:10.7642965Z test_torch_nn_Softsign_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.7725850Z test_torch_nn_Softsign_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:10.7728556Z test_torch_nn_Softsign_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.7837030Z test_torch_nn_Tanh (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:10.7840500Z test_torch_nn_Tanh_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.7923049Z test_torch_nn_Tanh_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:10.7925826Z test_torch_nn_Tanh_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.8034969Z test_torch_nn_Tanhshrink (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:10.8038180Z test_torch_nn_Tanhshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.8121294Z test_torch_nn_Tanhshrink_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:10.8124130Z test_torch_nn_Tanhshrink_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.8231263Z test_torch_nn_Threshold_large_value (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:10.8234533Z test_torch_nn_Threshold_large_value_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.8341762Z test_torch_nn_Threshold_threshold_value (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:10.8344981Z test_torch_nn_Threshold_threshold_value_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.8425191Z test_torch_nn_Threshold_threshold_value_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:10.8428360Z test_torch_nn_Threshold_threshold_value_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.8991206Z test_torch_nn_TransformerDecoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.056s) 2022-09-27T16:18:10.8993264Z test_torch_nn_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.9559342Z test_torch_nn_TransformerDecoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.056s) 2022-09-27T16:18:10.9562215Z test_torch_nn_TransformerDecoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:10.9973526Z test_torch_nn_TransformerEncoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.041s) 2022-09-27T16:18:10.9976082Z test_torch_nn_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.0393564Z test_torch_nn_TransformerEncoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.042s) 2022-09-27T16:18:11.0396400Z test_torch_nn_TransformerEncoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.2171066Z test_torch_nn_Transformer_multilayer_coder (__main__.TestCppApiParity) ... ok (0.177s) 2022-09-27T16:18:11.2174711Z test_torch_nn_Transformer_multilayer_coder_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.2265676Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:11.2268647Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.2355780Z test_torch_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:11.2358892Z test_torch_nn_TripletMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.2450273Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:11.2452926Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.2549411Z test_torch_nn_Unflatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:11.2552125Z test_torch_nn_Unflatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.2657561Z test_torch_nn_Unfold (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:11.2661136Z test_torch_nn_Unfold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.2775812Z test_torch_nn_Unfold_int_input (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:11.2780025Z test_torch_nn_Unfold_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.2894751Z test_torch_nn_ZeroPad2d (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:11.3034257Z test_torch_nn_ZeroPad2d_complex (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:11.3037937Z test_torch_nn_ZeroPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.3040680Z test_torch_nn_ZeroPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.3129839Z test_torch_nn_ZeroPad2d_negative_dims (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:11.3132765Z test_torch_nn_ZeroPad2d_negative_dims_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.3234526Z test_torch_nn_ZeroPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:11.3237518Z test_torch_nn_ZeroPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.3304432Z test_torch_nn_functional_BCELoss_no_reduce (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:18:11.3307351Z test_torch_nn_functional_BCELoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.3349738Z test_torch_nn_functional_BCELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:11.3352760Z test_torch_nn_functional_BCELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.3422554Z test_torch_nn_functional_BCELoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:18:11.3425816Z test_torch_nn_functional_BCELoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.3469190Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:11.3472121Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.3481813Z test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum (__main__.TestCppApiParity) ... /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-27T16:18:11.3482375Z warnings.warn(warning.format(ret)) 2022-09-27T16:18:11.3540586Z ok (0.007s) 2022-09-27T16:18:11.3544206Z test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.3611267Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:18:11.3614607Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.3659415Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:11.3662263Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.3710849Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.3713763Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.3762232Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.3765278Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.3815849Z test_torch_nn_functional_HuberLoss_delta (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.3819142Z test_torch_nn_functional_HuberLoss_delta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.3881354Z test_torch_nn_functional_KLDivLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-09-27T16:18:11.3883875Z test_torch_nn_functional_KLDivLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.3946926Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target (__main__.TestCppApiParity) ... ok (0.006s) 2022-09-27T16:18:11.3949594Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.3992282Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:11.3995146Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.4039718Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:11.4042852Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.4105639Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-09-27T16:18:11.4109045Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.4170878Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-09-27T16:18:11.4173997Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.4224135Z test_torch_nn_functional_L1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.4274678Z test_torch_nn_functional_L1Loss_no_reduce_complex (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.4277427Z test_torch_nn_functional_L1Loss_no_reduce_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.4280202Z test_torch_nn_functional_L1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.4322818Z test_torch_nn_functional_L1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:11.4325561Z test_torch_nn_functional_L1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.4393889Z test_torch_nn_functional_MSELoss_no_reduce (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:18:11.4396919Z test_torch_nn_functional_MSELoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.4441126Z test_torch_nn_functional_MSELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:11.4444038Z test_torch_nn_functional_MSELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.4486598Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:11.4489485Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.4532665Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:11.4535117Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.4582340Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.4585057Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.4632516Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.4635162Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.4687016Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.4690666Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.4744053Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.4747806Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.4796131Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.4799819Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.4848499Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.4852123Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.4900540Z test_torch_nn_functional_MultiMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.4904246Z test_torch_nn_functional_MultiMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.4952619Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.4955456Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.5003110Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.5005891Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.5061782Z test_torch_nn_functional_NLLLoss2d_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.5064856Z test_torch_nn_functional_NLLLoss2d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.5117940Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.5121708Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.5176664Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.5180227Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.5277769Z test_torch_nn_functional_NLLLossNd_no_reduce (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:11.5281515Z test_torch_nn_functional_NLLLossNd_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.5374138Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:11.5377754Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.5478109Z test_torch_nn_functional_NLLLossNd_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:11.5481694Z test_torch_nn_functional_NLLLossNd_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.5532222Z test_torch_nn_functional_NLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.5535724Z test_torch_nn_functional_NLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.5584922Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.5588780Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.5638195Z test_torch_nn_functional_NLLLoss_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.5641477Z test_torch_nn_functional_NLLLoss_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.5690505Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.5693760Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.5743684Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.5747043Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.5834005Z test_torch_nn_functional_Padding122112_3dcircular (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:11.5838750Z test_torch_nn_functional_Padding122112_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.5893341Z test_torch_nn_functional_Padding1221_2dcircular (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.5897181Z test_torch_nn_functional_Padding1221_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.5946943Z test_torch_nn_functional_Padding12_1dcircular (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.5950623Z test_torch_nn_functional_Padding12_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.6008223Z test_torch_nn_functional_Padding2322_2dcircular (__main__.TestCppApiParity) ... ok (0.006s) 2022-09-27T16:18:11.6011038Z test_torch_nn_functional_Padding2322_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.6060330Z test_torch_nn_functional_Padding31_1dcircular (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.6063027Z test_torch_nn_functional_Padding31_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.6160489Z test_torch_nn_functional_Padding322112_3dcircular (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:11.6163764Z test_torch_nn_functional_Padding322112_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.6279716Z test_torch_nn_functional_Padding332122_3dcircular (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:11.6282684Z test_torch_nn_functional_Padding332122_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.6345480Z test_torch_nn_functional_Padding3331_2dcircular (__main__.TestCppApiParity) ... ok (0.006s) 2022-09-27T16:18:11.6347953Z test_torch_nn_functional_Padding3331_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.6399295Z test_torch_nn_functional_Padding33_1dcircular (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.6402107Z test_torch_nn_functional_Padding33_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.6464007Z test_torch_nn_functional_PoissonNLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-09-27T16:18:11.6466941Z test_torch_nn_functional_PoissonNLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.6518257Z test_torch_nn_functional_SmoothL1Loss_beta (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.6521094Z test_torch_nn_functional_SmoothL1Loss_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.6572507Z test_torch_nn_functional_SmoothL1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.6575129Z test_torch_nn_functional_SmoothL1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.6618174Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:11.6620585Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.6670948Z test_torch_nn_functional_SmoothL1Loss_zero_beta (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.6673435Z test_torch_nn_functional_SmoothL1Loss_zero_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.6726147Z test_torch_nn_functional_SoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.6729089Z test_torch_nn_functional_SoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.6808246Z test_torch_nn_functional_interpolate_bicubic_2d (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:11.6811518Z test_torch_nn_functional_interpolate_bicubic_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.6855230Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:11.6857714Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.6967751Z test_torch_nn_functional_interpolate_bicubic_scale_2d (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:11.6970886Z test_torch_nn_functional_interpolate_bicubic_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.7034126Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.006s) 2022-09-27T16:18:11.7037572Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.7098143Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.006s) 2022-09-27T16:18:11.7153604Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.7156030Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.7158537Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.7211923Z test_torch_nn_functional_interpolate_bicubic_tuple_2d (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.7265868Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.7268433Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.7271069Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.7357927Z test_torch_nn_functional_interpolate_bilinear_2d (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:11.7361404Z test_torch_nn_functional_interpolate_bilinear_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.7406461Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:11.7409401Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.7525338Z test_torch_nn_functional_interpolate_bilinear_scale_2d (__main__.TestCppApiParity) ... ok (0.011s) 2022-09-27T16:18:11.7528101Z test_torch_nn_functional_interpolate_bilinear_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.7595296Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:18:11.7598253Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.7654352Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.006s) 2022-09-27T16:18:11.7710539Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.006s) 2022-09-27T16:18:11.7713798Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.7716148Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.7768722Z test_torch_nn_functional_interpolate_bilinear_tuple_2d (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.7822002Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.7824619Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.7827193Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.7876210Z test_torch_nn_functional_interpolate_linear_1d (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.7925379Z test_torch_nn_functional_interpolate_linear_1d_align_corners (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.7928129Z test_torch_nn_functional_interpolate_linear_1d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.7930874Z test_torch_nn_functional_interpolate_linear_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.7972853Z test_torch_nn_functional_interpolate_linear_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:11.7976680Z test_torch_nn_functional_interpolate_linear_1d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.8025477Z test_torch_nn_functional_interpolate_linear_scale_1d (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.8074925Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.8078150Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.8081394Z test_torch_nn_functional_interpolate_linear_scale_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.8128325Z test_torch_nn_functional_interpolate_linear_tuple_1d (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.8131733Z test_torch_nn_functional_interpolate_linear_tuple_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.8180626Z test_torch_nn_functional_interpolate_nearest_1d (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.8184253Z test_torch_nn_functional_interpolate_nearest_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.8226002Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:11.8229364Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.8307892Z test_torch_nn_functional_interpolate_nearest_2d (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:11.8311683Z test_torch_nn_functional_interpolate_nearest_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.8462671Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs (__main__.TestCppApiParity) ... ok (0.015s) 2022-09-27T16:18:11.8466659Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.8508125Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:11.8511446Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.8651312Z test_torch_nn_functional_interpolate_nearest_3d (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:11.8655450Z test_torch_nn_functional_interpolate_nearest_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.8697178Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:11.8700401Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.8749454Z test_torch_nn_functional_interpolate_nearest_scale_1d (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.8752851Z test_torch_nn_functional_interpolate_nearest_scale_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.8854135Z test_torch_nn_functional_interpolate_nearest_scale_2d (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:18:11.8858346Z test_torch_nn_functional_interpolate_nearest_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.9001650Z test_torch_nn_functional_interpolate_nearest_scale_3d (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:11.9005212Z test_torch_nn_functional_interpolate_nearest_scale_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.9054155Z test_torch_nn_functional_interpolate_nearest_tuple_1d (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:11.9057642Z test_torch_nn_functional_interpolate_nearest_tuple_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.9144343Z test_torch_nn_functional_interpolate_nearest_tuple_2d (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:11.9148229Z test_torch_nn_functional_interpolate_nearest_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.9301642Z test_torch_nn_functional_interpolate_nearest_tuple_3d (__main__.TestCppApiParity) ... ok (0.015s) 2022-09-27T16:18:11.9305287Z test_torch_nn_functional_interpolate_nearest_tuple_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.9445514Z test_torch_nn_functional_interpolate_trilinear_3d (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:11.9450024Z test_torch_nn_functional_interpolate_trilinear_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.9491229Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:11.9494508Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.9634454Z test_torch_nn_functional_interpolate_trilinear_scale_3d (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:11.9775204Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners (__main__.TestCppApiParity) ... ok (0.014s) 2022-09-27T16:18:11.9779285Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.9782430Z test_torch_nn_functional_interpolate_trilinear_scale_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.9873707Z test_torch_nn_functional_interpolate_trilinear_tuple_3d (__main__.TestCppApiParity) ... ok (0.009s) 2022-09-27T16:18:11.9957773Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners (__main__.TestCppApiParity) ... ok (0.008s) 2022-09-27T16:18:11.9961192Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:11.9964525Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:12.0028165Z test_torch_nn_functional_log_softmax_dim0 (__main__.TestCppApiParity) ... ok (0.006s) 2022-09-27T16:18:12.0031509Z test_torch_nn_functional_log_softmax_dim0_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:12.0095125Z test_torch_nn_functional_log_softmax_dim3 (__main__.TestCppApiParity) ... ok (0.006s) 2022-09-27T16:18:12.0097912Z test_torch_nn_functional_log_softmax_dim3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:12.0169404Z test_torch_nn_functional_log_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:18:12.0172587Z test_torch_nn_functional_log_softmax_lastdim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:12.0213259Z test_torch_nn_functional_log_softmax_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:12.0216360Z test_torch_nn_functional_log_softmax_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:12.0274175Z test_torch_nn_functional_log_softmax_spatial (__main__.TestCppApiParity) ... ok (0.006s) 2022-09-27T16:18:12.0277732Z test_torch_nn_functional_log_softmax_spatial_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:12.0342207Z test_torch_nn_functional_log_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.006s) 2022-09-27T16:18:12.0346185Z test_torch_nn_functional_log_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:12.0388609Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:12.0391681Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:12.0438191Z test_torch_nn_functional_sample_functional_has_parity (__main__.TestCppApiParity) ... ok (0.005s) 2022-09-27T16:18:12.0441125Z test_torch_nn_functional_sample_functional_has_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:12.0490522Z test_torch_nn_functional_sample_functional_no_parity (__main__.TestCppApiParity) ... expected failure (0.005s) 2022-09-27T16:18:12.0493123Z test_torch_nn_functional_sample_functional_no_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:12.0555962Z test_torch_nn_functional_softmax_functional_dim0 (__main__.TestCppApiParity) ... ok (0.006s) 2022-09-27T16:18:12.0559014Z test_torch_nn_functional_softmax_functional_dim0_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:18:12.0620227Z test_torch_nn_functional_softmax_functional_dim3 (__main__.TestCppApiParity) ... ok (0.006s) 2022-09-27T16:18:12.0623572Z test_torch_nn_functional_softmax_functional_dim3_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:18:12.0664198Z test_torch_nn_functional_softmax_functional_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-09-27T16:18:12.0667090Z test_torch_nn_functional_softmax_functional_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:18:12.0739208Z test_torch_nn_functional_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:18:12.0742945Z test_torch_nn_functional_softmax_lastdim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:12.0815691Z test_torch_nn_functional_softmax_lastdim_dtype (__main__.TestCppApiParity) ... ok (0.007s) 2022-09-27T16:18:12.0819130Z test_torch_nn_functional_softmax_lastdim_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:18:12.0875074Z test_torch_nn_functional_softmax_spatial (__main__.TestCppApiParity) ... ok (0.006s) 2022-09-27T16:18:12.0877724Z test_torch_nn_functional_softmax_spatial_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:12.0933571Z test_torch_nn_functional_softmax_spatial_dtype (__main__.TestCppApiParity) ... ok (0.006s) 2022-09-27T16:18:12.0936689Z test_torch_nn_functional_softmax_spatial_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:18:12.1000347Z test_torch_nn_functional_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.006s) 2022-09-27T16:18:12.1003255Z test_torch_nn_functional_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:18:12.1003906Z 2022-09-27T16:18:12.1004292Z ---------------------------------------------------------------------- 2022-09-27T16:18:12.1004559Z Ran 1100 tests in 6.382s 2022-09-27T16:18:12.1004665Z 2022-09-27T16:18:12.1004765Z OK (skipped=550, expected failures=17) 2022-09-27T16:18:12.1004900Z 2022-09-27T16:18:12.1004988Z Generating XML reports... 2022-09-27T16:18:12.1951451Z Generated XML report: test-reports/python-unittest/test_cpp_api_parity/TEST-TestCppApiParity-20220927161805.xml 2022-09-27T16:18:12.6033153Z Running test_ao_sparsity ... [2022-09-27 16:18:12.602942] 2022-09-27T16:18:12.6033989Z Executing ['/opt/conda/bin/python', '-bb', 'test_ao_sparsity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:12.603022] 2022-09-27T16:18:13.9808116Z Test results will be stored in test-reports/python-unittest/test_ao_sparsity 2022-09-27T16:18:13.9830647Z 2022-09-27T16:18:13.9830987Z Running tests... 2022-09-27T16:18:13.9831616Z ---------------------------------------------------------------------- 2022-09-27T16:18:13.9856306Z test_activation_sparsifier (ao.sparsity.test_activation_sparsifier.TestActivationSparsifier) 2022-09-27T16:18:14.2850294Z Simulates the workflow of the activation sparsifier, starting from object creation ... ok (0.302s) 2022-09-27T16:18:14.2856879Z test_constructor (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) 2022-09-27T16:18:14.2870885Z Checks if the warning is thrown if the scheduler step is called ... ok (0.002s) 2022-09-27T16:18:14.2928521Z test_order_of_steps (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.006s) 2022-09-27T16:18:14.2963558Z test_state_dict (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.003s) 2022-09-27T16:18:14.3046837Z test_step (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.008s) 2022-09-27T16:18:14.3100321Z test_nn_embeddings (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/_experimental/data_sparsifier/base_data_sparsifier.py:104: UserWarning: Replacing existing data of the same name. - Did you mean a different name? 2022-09-27T16:18:14.3100987Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-09-27T16:18:14.3250822Z ok (0.020s) 2022-09-27T16:18:14.3414292Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.016s) 2022-09-27T16:18:14.3563362Z test_tensors (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.015s) 2022-09-27T16:18:14.3588982Z test_constructor (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.002s) 2022-09-27T16:18:14.3690709Z test_prepare_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.010s) 2022-09-27T16:18:14.3722300Z test_prepare_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.003s) 2022-09-27T16:18:14.3817693Z test_squash_mask_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.009s) 2022-09-27T16:18:14.3848848Z test_squash_mask_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.003s) 2022-09-27T16:18:14.3937046Z test_step_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.009s) 2022-09-27T16:18:14.3996040Z test_step_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.006s) 2022-09-27T16:18:14.4016203Z test_constructor (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-09-27T16:18:14.4030282Z test_mask_squash (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.001s) 2022-09-27T16:18:14.4050535Z test_mask_squash_with_params1 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-09-27T16:18:14.4070721Z test_mask_squash_with_params2 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-09-27T16:18:14.4091277Z test_mask_squash_with_params3 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-09-27T16:18:14.4109293Z test_prepare_config (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-09-27T16:18:14.4147912Z test_state_dict (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.004s) 2022-09-27T16:18:14.4160337Z test_step (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.001s) 2022-09-27T16:18:14.4189324Z test_convert_without_squash_mask (ao.sparsity.test_composability.TestComposability) ... /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:18:14.4190074Z reduce_range will be deprecated in a future release of PyTorch." 2022-09-27T16:18:14.6526763Z ok (0.236s) 2022-09-27T16:18:14.8935403Z test_fusion_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.241s) 2022-09-27T16:18:15.1251449Z test_q_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.232s) 2022-09-27T16:18:15.1337441Z test_qat_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.009s) 2022-09-27T16:18:15.3673850Z test_s_prep_before_fusion (ao.sparsity.test_composability.TestComposability) ... ok (0.233s) 2022-09-27T16:18:15.6004147Z test_s_prep_before_q_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.233s) 2022-09-27T16:18:15.6114840Z test_s_prep_before_qat_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.011s) 2022-09-27T16:18:15.6972984Z test_jit_trace (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.086s) 2022-09-27T16:18:15.6992270Z test_masking_logic (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.002s) 2022-09-27T16:18:15.7050248Z test_state_dict_preserved (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.006s) 2022-09-27T16:18:15.7071512Z test_weights_parametrized (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.002s) 2022-09-27T16:18:15.7085701Z test_q_prep_fx_before_s_prep (ao.sparsity.test_composability.TestFxComposability) 2022-09-27T16:18:16.0207831Z This test checks that the ordering of prepare_fx -> sparse prepare -> convert_fx ... ok (0.313s) 2022-09-27T16:18:16.0222147Z test_q_prep_fx_s_prep_ref_conv (ao.sparsity.test_composability.TestFxComposability) 2022-09-27T16:18:16.2684617Z This checks that the ordering: prepare_fx -> sparse prepare -> convert_to_reference_fx ... ok (0.248s) 2022-09-27T16:18:16.2697430Z test_s_prep_before_q_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-09-27T16:18:16.5190011Z This test checks that the ordering of sparse prepare -> prepare_fx -> convert_fx ... ok (0.250s) 2022-09-27T16:18:16.5203208Z test_s_prep_before_qat_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-09-27T16:18:16.5444995Z This test checks that the ordering of sparse prepare -> prepare_qat_fx -> convert_fx ... ok (0.026s) 2022-09-27T16:18:16.5458378Z test_s_prep_q_prep_fx_ref (ao.sparsity.test_composability.TestFxComposability) 2022-09-27T16:18:16.7918080Z This checks that the ordering: sparse prepare -> prepare_fx -> convert_to_reference_fx ... ok (0.247s) 2022-09-27T16:18:16.7936180Z test_constructor (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.002s) 2022-09-27T16:18:16.7958374Z test_mask_squash (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.002s) 2022-09-27T16:18:16.7975136Z test_prepare (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.002s) 2022-09-27T16:18:17.1915857Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.394s) 2022-09-27T16:18:17.3485826Z test_step (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.157s) 2022-09-27T16:18:17.5541357Z test_nn_embeddings (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.205s) 2022-09-27T16:18:17.7493558Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.195s) 2022-09-27T16:18:17.9535300Z test_tensors (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.204s) 2022-09-27T16:18:17.9550072Z test_ptq_quantize_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-09-27T16:18:17.9625837Z The expectation is post_training_sparse_quantize function ... ok (0.009s) 2022-09-27T16:18:17.9638405Z test_ptq_sparsify_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-09-27T16:18:17.9682829Z The expectation is post_training_sparse_quantize function ... ok (0.006s) 2022-09-27T16:18:17.9889899Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseKernels) ... 2022-09-27 16:18:17,988 - root - INFO - static sparse qlinear is only available in fbgemm 2022-09-27T16:18:18.0269523Z 2022-09-27 16:18:18,026 - root - INFO - static sparse qlinear is only available in fbgemm 2022-09-27T16:18:18.0283557Z 2022-09-27 16:18:18,028 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-09-27T16:18:18.0300537Z 2022-09-27 16:18:18,029 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-09-27T16:18:18.0317367Z ok (0.063s) 2022-09-27T16:18:18.0368974Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... /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:18:18.0369811Z "must run observer before calling calculate_qparams. " + 2022-09-27T16:18:18.0392043Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:18:18.0739514Z /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:18:18.0739987Z "must run observer before calling calculate_qparams. " + 2022-09-27T16:18:18.0789773Z ok (0.047s) 2022-09-27T16:18:18.1001258Z test_sparse_qlinear_serdes (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:18:18.1558202Z ok (0.077s) 2022-09-27T16:18:18.1573296Z test_constructor (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.001s) 2022-09-27T16:18:18.1587909Z test_lambda_scheduler (ao.sparsity.test_scheduler.TestScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/scheduler/base_scheduler.py:127: UserWarning: Detected call of `scheduler.step()` before `sparsifier.step()`. You have to make sure you run the sparsifier.step() BEFORE any calls to the scheduer.step(). 2022-09-27T16:18:18.1588661Z "calls to the scheduer.step().", UserWarning) 2022-09-27T16:18:18.1588921Z ok (0.001s) 2022-09-27T16:18:18.1594759Z test_order_of_steps (ao.sparsity.test_scheduler.TestScheduler) 2022-09-27T16:18:18.1628064Z Checks if the warning is thrown if the scheduler step is called ... ok (0.004s) 2022-09-27T16:18:18.1642429Z test_step (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.001s) 2022-09-27T16:18:18.1647809Z test_fqn_to_module (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:18:18.1687120Z Tests that fqn_to_module operates as inverse ... ok (0.004s) 2022-09-27T16:18:18.1690273Z test_fqn_to_module_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:18:18.1705599Z Tests that fqn_to_module returns None when it tries to ... ok (0.002s) 2022-09-27T16:18:18.1711945Z test_fqn_to_module_for_tensors (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:18:18.1756805Z Tests that fqn_to_module works for tensors, actually all parameters ... ok (0.005s) 2022-09-27T16:18:18.1763697Z test_get_arg_info_from_tensor_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:18:18.1806792Z Tests that get_arg_info_from_tensor_fqn works for all parameters of the model. ... ok (0.005s) 2022-09-27T16:18:18.1810860Z test_get_arg_info_from_tensor_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:18:18.1835241Z Tests that get_arg_info_from_tensor_fqn works as expected for invalid tensor_fqn ... ok (0.003s) 2022-09-27T16:18:18.1839601Z test_module_to_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:18:18.1867717Z Tests that module_to_fqn works as expected when compared to known good ... ok (0.003s) 2022-09-27T16:18:18.1871030Z test_module_to_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:18:18.1889565Z Tests that module_to_fqn returns None when an fqn that doesn't ... ok (0.002s) 2022-09-27T16:18:18.1892682Z test_module_to_fqn_root (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:18:18.1909923Z Tests that module_to_fqn returns '' when model and target module are the same ... ok (0.002s) 2022-09-27T16:18:18.1925369Z test_constructor (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.001s) 2022-09-27T16:18:18.1943121Z test_mask_squash (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.002s) 2022-09-27T16:18:18.1958330Z test_prepare (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.001s) 2022-09-27T16:18:18.2241481Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.028s) 2022-09-27T16:18:18.4041895Z test_step (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.180s) 2022-09-27T16:18:18.4084262Z test_step_2_of_4 (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.004s) 2022-09-27T16:18:18.4084654Z 2022-09-27T16:18:18.4085093Z ---------------------------------------------------------------------- 2022-09-27T16:18:18.4085479Z Ran 70 tests in 4.425s 2022-09-27T16:18:18.4085675Z 2022-09-27T16:18:18.4085757Z OK 2022-09-27T16:18:18.4085906Z 2022-09-27T16:18:18.4086047Z Generating XML reports... 2022-09-27T16:18:18.4113833Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_activation_sparsifier.TestActivationSparsifier-20220927161813.xml 2022-09-27T16:18:18.4119613Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_scheduler.TestBaseDataScheduler-20220927161813.xml 2022-09-27T16:18:18.4124629Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier-20220927161813.xml 2022-09-27T16:18:18.4132903Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_pruner.TestBasePruner-20220927161813.xml 2022-09-27T16:18:18.4141049Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20220927161813.xml 2022-09-27T16:18:18.4148542Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestComposability-20220927161813.xml 2022-09-27T16:18:18.4154561Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20220927161813.xml 2022-09-27T16:18:18.4161307Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestFxComposability-20220927161813.xml 2022-09-27T16:18:18.4167357Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier-20220927161813.xml 2022-09-27T16:18:18.4171924Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers-20220927161813.xml 2022-09-27T16:18:18.4176507Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestQuantizationUtils-20220927161813.xml 2022-09-27T16:18:18.4180718Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20220927161813.xml 2022-09-27T16:18:18.4185104Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20220927161813.xml 2022-09-27T16:18:18.4190672Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_scheduler.TestScheduler-20220927161813.xml 2022-09-27T16:18:18.4199659Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions-20220927161813.xml 2022-09-27T16:18:18.4206414Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20220927161813.xml 2022-09-27T16:18:18.7255856Z Running test_mkl_verbose ... [2022-09-27 16:18:18.725180] 2022-09-27T16:18:18.7256454Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkl_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:18.725261] 2022-09-27T16:18:19.9187444Z Test results will be stored in test-reports/python-unittest/test_mkl_verbose 2022-09-27T16:18:19.9197109Z 2022-09-27T16:18:19.9197298Z Running tests... 2022-09-27T16:18:19.9197717Z ---------------------------------------------------------------------- 2022-09-27T16:18:21.3370742Z test_verbose_off (__main__.TestMKLVerbose) ... ok (1.417s) 2022-09-27T16:18:23.1725679Z test_verbose_on (__main__.TestMKLVerbose) ... ok (1.835s) 2022-09-27T16:18:23.1725931Z 2022-09-27T16:18:23.1726448Z ---------------------------------------------------------------------- 2022-09-27T16:18:23.1726785Z Ran 2 tests in 3.253s 2022-09-27T16:18:23.1726902Z 2022-09-27T16:18:23.1726977Z OK 2022-09-27T16:18:23.1727068Z 2022-09-27T16:18:23.1727161Z Generating XML reports... 2022-09-27T16:18:23.1763160Z Generated XML report: test-reports/python-unittest/test_mkl_verbose/TEST-TestMKLVerbose-20220927161819.xml 2022-09-27T16:18:23.4690167Z Running test_module_init ... [2022-09-27 16:18:23.468620] 2022-09-27T16:18:23.4690695Z Executing ['/opt/conda/bin/python', '-bb', 'test_module_init.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:23.468697] 2022-09-27T16:18:25.0647110Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-09-27T16:18:25.0647878Z warnings.warn(msg, FutureWarning) 2022-09-27T16:18:25.0785752Z Test results will be stored in test-reports/python-unittest/test_module_init 2022-09-27T16:18:25.0813670Z 2022-09-27T16:18:25.0814141Z Running tests... 2022-09-27T16:18:25.0814560Z ---------------------------------------------------------------------- 2022-09-27T16:18:25.0848648Z test_nn_AdaptiveAvgPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.0877286Z test_nn_AdaptiveAvgPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.0905062Z test_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.0932663Z test_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.0960382Z test_nn_AdaptiveAvgPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.0987763Z test_nn_AdaptiveAvgPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.1046015Z test_nn_AdaptiveLogSoftmaxWithLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:18:25.1089131Z test_nn_AdaptiveLogSoftmaxWithLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:18:25.1116654Z test_nn_AdaptiveMaxPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.1145082Z test_nn_AdaptiveMaxPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.1172371Z test_nn_AdaptiveMaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.1199969Z test_nn_AdaptiveMaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.1228437Z test_nn_AdaptiveMaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.1255993Z test_nn_AdaptiveMaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.1284434Z test_nn_AlphaDropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.1311864Z test_nn_AlphaDropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.1342911Z test_nn_AvgPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.1370963Z test_nn_AvgPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.1398670Z test_nn_AvgPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.1426917Z test_nn_AvgPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.1454228Z test_nn_AvgPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.1482704Z test_nn_AvgPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.1511047Z test_nn_BCELoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.1540623Z test_nn_BCELoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.1571006Z test_nn_BCEWithLogitsLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.1600086Z test_nn_BCEWithLogitsLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.1639612Z test_nn_BatchNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.1677493Z test_nn_BatchNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.1715642Z test_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.1758405Z test_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.2401659Z test_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.064s) 2022-09-27T16:18:25.2439773Z test_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.2473154Z test_nn_Bilinear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.2507642Z test_nn_Bilinear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.2536043Z test_nn_CELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.2563349Z test_nn_CELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.2591316Z test_nn_CTCLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.2618910Z test_nn_CTCLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.2646527Z test_nn_ChannelShuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.2674496Z test_nn_ChannelShuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.2702098Z test_nn_ConstantPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.2730161Z test_nn_ConstantPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.2757639Z test_nn_ConstantPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.2785299Z test_nn_ConstantPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.2813359Z test_nn_ConstantPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.2840833Z test_nn_ConstantPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.2875382Z test_nn_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.2909291Z test_nn_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.2943708Z test_nn_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.2978279Z test_nn_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.3011943Z test_nn_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.3046168Z test_nn_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.3084879Z test_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.3118240Z test_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.3152545Z test_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.3186327Z test_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.3220813Z test_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.3255269Z test_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.3282353Z test_nn_CosineEmbeddingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.3309956Z test_nn_CosineEmbeddingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.3337266Z test_nn_CosineSimilarity_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.3364347Z test_nn_CosineSimilarity_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.3393237Z test_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.3422193Z test_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.3449272Z test_nn_CrossMapLRN2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.3476665Z test_nn_CrossMapLRN2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.3504339Z test_nn_Dropout1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.3531787Z test_nn_Dropout1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.3559502Z test_nn_Dropout2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.3586577Z test_nn_Dropout2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.3613647Z test_nn_Dropout3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.3641494Z test_nn_Dropout3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.3668669Z test_nn_Dropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.3696298Z test_nn_Dropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.3723483Z test_nn_ELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.3750410Z test_nn_ELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.3784025Z test_nn_EmbeddingBag_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.3820012Z test_nn_EmbeddingBag_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.3851335Z test_nn_Embedding_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.3884353Z test_nn_Embedding_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.3912022Z test_nn_FeatureAlphaDropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.3939854Z test_nn_FeatureAlphaDropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.3967180Z test_nn_Flatten_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.3994230Z test_nn_Flatten_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.4022211Z test_nn_Fold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.4049501Z test_nn_Fold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.4078508Z test_nn_FractionalMaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.4106875Z test_nn_FractionalMaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.4136044Z test_nn_FractionalMaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.4165269Z test_nn_FractionalMaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.4192244Z test_nn_GELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.4219840Z test_nn_GELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.4247621Z test_nn_GLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.4274602Z test_nn_GLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.4310991Z test_nn_GRUCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.4347174Z test_nn_GRUCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.4383889Z test_nn_GRU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.4421715Z test_nn_GRU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.4449271Z test_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.4477099Z test_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.4510237Z test_nn_GroupNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.4547454Z test_nn_GroupNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.4575015Z test_nn_Hardshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.4602807Z test_nn_Hardshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.4629967Z test_nn_Hardsigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.4658214Z test_nn_Hardsigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.4685212Z test_nn_Hardswish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.4712390Z test_nn_Hardswish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.4740611Z test_nn_Hardtanh_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.4767765Z test_nn_Hardtanh_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.4795999Z test_nn_HingeEmbeddingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.4823325Z test_nn_HingeEmbeddingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.4850466Z test_nn_HuberLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.4878875Z test_nn_HuberLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.4905945Z test_nn_Identity_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.4933825Z test_nn_Identity_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.4968259Z test_nn_InstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.5003569Z test_nn_InstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.5038669Z test_nn_InstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.5073825Z test_nn_InstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.5108552Z test_nn_InstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.5143460Z test_nn_InstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.5171256Z test_nn_KLDivLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.5203945Z test_nn_KLDivLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.5230794Z test_nn_L1Loss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.5258548Z test_nn_L1Loss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.5285811Z test_nn_LPPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.5313032Z test_nn_LPPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.5340963Z test_nn_LPPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.5367861Z test_nn_LPPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.5403983Z test_nn_LSTMCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.5439134Z test_nn_LSTMCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.5476546Z test_nn_LSTM_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.5513888Z test_nn_LSTM_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.5546617Z test_nn_LayerNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.5580184Z test_nn_LayerNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.5611243Z test_nn_LazyBatchNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:18:25.5611829Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:18:25.5620155Z ok (0.004s) 2022-09-27T16:18:25.5658205Z test_nn_LazyBatchNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.5696471Z test_nn_LazyBatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.5739811Z test_nn_LazyBatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.5776657Z test_nn_LazyBatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.5813816Z test_nn_LazyBatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.5849471Z test_nn_LazyConv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.5885518Z test_nn_LazyConv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.5921191Z test_nn_LazyConv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.5957118Z test_nn_LazyConv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.5993520Z test_nn_LazyConv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.6036632Z test_nn_LazyConv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.6072226Z test_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.6108216Z test_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.6144015Z test_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.6180063Z test_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.6215830Z test_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.6251194Z test_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.6288879Z test_nn_LazyInstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.6333218Z test_nn_LazyInstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.6370343Z test_nn_LazyInstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.6407990Z test_nn_LazyInstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.6445292Z test_nn_LazyInstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.6482473Z test_nn_LazyInstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.6517801Z test_nn_LazyLinear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.6553051Z test_nn_LazyLinear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.6581479Z test_nn_LeakyReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.6608863Z test_nn_LeakyReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.6643315Z test_nn_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.6676566Z test_nn_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.6712400Z test_nn_LocalResponseNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.6739686Z test_nn_LocalResponseNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.6766839Z test_nn_LogSigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.6795359Z test_nn_LogSigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.6822769Z test_nn_LogSoftmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.6851255Z test_nn_LogSoftmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.6878541Z test_nn_MSELoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.6906167Z test_nn_MSELoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.6934344Z test_nn_MarginRankingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.6961651Z test_nn_MarginRankingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.6989935Z test_nn_MaxPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.7017133Z test_nn_MaxPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.7044468Z test_nn_MaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.7072573Z test_nn_MaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.7100251Z test_nn_MaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.7128249Z test_nn_MaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.7155378Z test_nn_MaxUnpool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.7182637Z test_nn_MaxUnpool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.7210907Z test_nn_MaxUnpool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.7238056Z test_nn_MaxUnpool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.7266440Z test_nn_MaxUnpool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.7293792Z test_nn_MaxUnpool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.7321113Z test_nn_Mish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.7349215Z test_nn_Mish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.7376518Z test_nn_ModuleDict_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.7404421Z test_nn_ModuleDict_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.7431595Z test_nn_ModuleList_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.7458974Z test_nn_ModuleList_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.7487140Z test_nn_MultiLabelMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.7514657Z test_nn_MultiLabelMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.7546484Z test_nn_MultiLabelSoftMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.7574935Z test_nn_MultiLabelSoftMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.7604074Z test_nn_MultiMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.7633321Z test_nn_MultiMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.7676939Z test_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.7721532Z test_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.7750408Z test_nn_NLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.7779163Z test_nn_NLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.7810807Z test_nn_PReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.7842292Z test_nn_PReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.7869911Z test_nn_PairwiseDistance_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.7897441Z test_nn_PairwiseDistance_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.7925482Z test_nn_ParameterDict_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.7952717Z test_nn_ParameterDict_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.7980928Z test_nn_ParameterList_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.8007951Z test_nn_ParameterList_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.8035230Z test_nn_PixelShuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.8063628Z test_nn_PixelShuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.8090706Z test_nn_PixelUnshuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.8118530Z test_nn_PixelUnshuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.8145879Z test_nn_PoissonNLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.8173201Z test_nn_PoissonNLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.8210952Z test_nn_RNNBase_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.8252506Z test_nn_RNNBase_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.8288018Z test_nn_RNNCellBase_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.8324124Z test_nn_RNNCellBase_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.8360219Z test_nn_RNNCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.8395901Z test_nn_RNNCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.8433655Z test_nn_RNN_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.8471020Z test_nn_RNN_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.8499006Z test_nn_RReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.8526998Z test_nn_RReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.8554765Z test_nn_ReLU6_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.8582629Z test_nn_ReLU6_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.8610694Z test_nn_ReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.8638057Z test_nn_ReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.8665841Z test_nn_ReflectionPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.8694331Z test_nn_ReflectionPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.8721699Z test_nn_ReflectionPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.8749944Z test_nn_ReflectionPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.8777676Z test_nn_ReflectionPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.8805228Z test_nn_ReflectionPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.8833659Z test_nn_ReplicationPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.8861410Z test_nn_ReplicationPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.8889804Z test_nn_ReplicationPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.8917509Z test_nn_ReplicationPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.8945168Z test_nn_ReplicationPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.8973576Z test_nn_ReplicationPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.9001180Z test_nn_SELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.9032952Z test_nn_SELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.9060245Z test_nn_Sequential_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.9087366Z test_nn_Sequential_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.9115424Z test_nn_SiLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.9142907Z test_nn_SiLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.9170886Z test_nn_Sigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.9198058Z test_nn_Sigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.9225592Z test_nn_SmoothL1Loss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.9253903Z test_nn_SmoothL1Loss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.9281291Z test_nn_SoftMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.9309459Z test_nn_SoftMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.9337182Z test_nn_Softmax2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.9364585Z test_nn_Softmax2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.9392859Z test_nn_Softmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.9420294Z test_nn_Softmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.9448577Z test_nn_Softmin_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.9475904Z test_nn_Softmin_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.9503596Z test_nn_Softplus_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.9531629Z test_nn_Softplus_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.9559130Z test_nn_Softshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.9587047Z test_nn_Softshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.9614077Z test_nn_Softsign_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.9641771Z test_nn_Softsign_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.9680040Z test_nn_SyncBatchNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.9718090Z test_nn_SyncBatchNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:25.9746111Z test_nn_Tanh_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.9773424Z test_nn_Tanh_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.9800758Z test_nn_Tanhshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.9832260Z test_nn_Tanhshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.9859635Z test_nn_Threshold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.9887460Z test_nn_Threshold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:25.9953536Z test_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-09-27T16:18:26.0021477Z test_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-09-27T16:18:26.0099163Z test_nn_TransformerDecoder_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.008s) 2022-09-27T16:18:26.0175490Z test_nn_TransformerDecoder_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.008s) 2022-09-27T16:18:26.0233066Z test_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-09-27T16:18:26.0291576Z test_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-09-27T16:18:26.0355527Z test_nn_TransformerEncoder_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-09-27T16:18:26.0424555Z test_nn_TransformerEncoder_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-09-27T16:18:26.6858212Z test_nn_Transformer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.643s) 2022-09-27T16:18:27.5291775Z test_nn_Transformer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.843s) 2022-09-27T16:18:27.5321999Z test_nn_TripletMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.5351031Z test_nn_TripletMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.5380169Z test_nn_TripletMarginWithDistanceLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.5407945Z test_nn_TripletMarginWithDistanceLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.5436402Z test_nn_Unflatten_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.5463856Z test_nn_Unflatten_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.5491518Z test_nn_Unfold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.5520541Z test_nn_Unfold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.5548452Z test_nn_Upsample_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.5577178Z test_nn_Upsample_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.5604691Z test_nn_UpsamplingBilinear2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.5632355Z test_nn_UpsamplingBilinear2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.5660949Z test_nn_UpsamplingNearest2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.5688815Z test_nn_UpsamplingNearest2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.5719560Z test_nn_ZeroPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.5747044Z test_nn_ZeroPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.5789330Z test_qat_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:27.5830437Z test_qat_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:27.5871445Z test_qat_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:27.5912187Z test_qat_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:27.5952576Z test_qat_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:27.5993812Z test_qat_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:27.6037309Z test_qat_EmbeddingBag_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:27.6077765Z test_qat_EmbeddingBag_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:27.6118522Z test_qat_Embedding_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:27.6158486Z test_qat_Embedding_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:27.6197577Z test_qat_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:27.6261107Z test_qat_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-09-27T16:18:27.6301709Z test_quantizable_LSTMCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:27.6343082Z test_quantizable_LSTMCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:27.6384100Z test_quantizable_LSTM_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:27.6424189Z test_quantizable_LSTM_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:27.6474330Z test_quantizable_MultiheadAttention_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:18:27.6523564Z test_quantizable_MultiheadAttention_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:18:27.6563640Z test_quantized_BatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:27.6606821Z test_quantized_BatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:27.6646483Z test_quantized_BatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:27.6686113Z test_quantized_BatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:27.6716509Z test_quantized_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.6745261Z test_quantized_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.6774512Z test_quantized_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.6803274Z test_quantized_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.6839473Z test_quantized_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:27.6871056Z test_quantized_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.6903450Z test_quantized_ConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.6933639Z test_quantized_ConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.6963823Z test_quantized_ConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.6994104Z test_quantized_ConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.7024638Z test_quantized_ConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.7055775Z test_quantized_ConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.7083173Z test_quantized_DeQuantize_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.7111365Z test_quantized_DeQuantize_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.7139823Z test_quantized_Dropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.7166947Z test_quantized_Dropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.7196274Z test_quantized_ELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.7223685Z test_quantized_ELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.7250963Z test_quantized_FXFloatFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.7279314Z test_quantized_FXFloatFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.7307130Z test_quantized_FloatFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.7335416Z test_quantized_FloatFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.7373627Z test_quantized_GroupNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:27.7411905Z test_quantized_GroupNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:27.7441033Z test_quantized_Hardswish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.7468929Z test_quantized_Hardswish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.7506086Z test_quantized_InstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:27.7542052Z test_quantized_InstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:27.7579107Z test_quantized_InstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:27.7620238Z test_quantized_InstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:27.7655552Z test_quantized_InstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.7691998Z test_quantized_InstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:27.7729753Z test_quantized_LayerNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:27.7768229Z test_quantized_LayerNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:27.7800831Z test_quantized_LeakyReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.7833881Z test_quantized_LeakyReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.7863726Z test_quantized_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.7894210Z test_quantized_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.7922562Z test_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.7951348Z test_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.7981389Z test_quantized_PReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.8010224Z test_quantized_PReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.8039731Z test_quantized_QFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.8067760Z test_quantized_QFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.8101283Z test_quantized_Quantize_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.8134020Z test_quantized_Quantize_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.8162865Z test_quantized_ReLU6_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.8190460Z test_quantized_ReLU6_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.8219430Z test_quantized_Sigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.8247485Z test_quantized_Sigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.8275419Z test_quantized_Softmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.8304792Z test_quantized_Softmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:27.8305150Z 2022-09-27T16:18:27.8305697Z ---------------------------------------------------------------------- 2022-09-27T16:18:27.8306119Z Ran 376 tests in 2.749s 2022-09-27T16:18:27.8306330Z 2022-09-27T16:18:27.8306444Z OK 2022-09-27T16:18:27.8306604Z 2022-09-27T16:18:27.8306704Z Generating XML reports... 2022-09-27T16:18:27.8605860Z Generated XML report: test-reports/python-unittest/test_module_init/TEST-TestModuleInitCPU-20220927161825.xml 2022-09-27T16:18:28.1724477Z Running test_mkldnn_verbose ... [2022-09-27 16:18:28.172069] 2022-09-27T16:18:28.1725438Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:28.172149] 2022-09-27T16:18:29.3761364Z Test results will be stored in test-reports/python-unittest/test_mkldnn_verbose 2022-09-27T16:18:29.3771661Z 2022-09-27T16:18:29.3771766Z Running tests... 2022-09-27T16:18:29.3772285Z ---------------------------------------------------------------------- 2022-09-27T16:18:30.8056080Z test_verbose_off (__main__.TestMKLDNNVerbose) ... ok (1.428s) 2022-09-27T16:18:32.0193282Z test_verbose_on (__main__.TestMKLDNNVerbose) ... ok (1.214s) 2022-09-27T16:18:32.0193792Z 2022-09-27T16:18:32.0194387Z ---------------------------------------------------------------------- 2022-09-27T16:18:32.0194906Z Ran 2 tests in 2.642s 2022-09-27T16:18:32.0195287Z 2022-09-27T16:18:32.0195351Z OK 2022-09-27T16:18:32.0195445Z 2022-09-27T16:18:32.0195542Z Generating XML reports... 2022-09-27T16:18:32.0231158Z Generated XML report: test-reports/python-unittest/test_mkldnn_verbose/TEST-TestMKLDNNVerbose-20220927161829.xml 2022-09-27T16:18:32.3154987Z Running test_sort_and_select ... [2022-09-27 16:18:32.315074] 2022-09-27T16:18:32.3155812Z Executing ['/opt/conda/bin/python', '-bb', 'test_sort_and_select.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:32.315156] 2022-09-27T16:18:33.7539212Z Test results will be stored in test-reports/python-unittest/test_sort_and_select 2022-09-27T16:18:33.7552797Z 2022-09-27T16:18:33.7553299Z Running tests... 2022-09-27T16:18:33.7553712Z ---------------------------------------------------------------------- 2022-09-27T16:18:33.7681957Z test_isin_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.013s) 2022-09-27T16:18:33.7790448Z test_isin_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.011s) 2022-09-27T16:18:33.7899215Z test_isin_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.011s) 2022-09-27T16:18:33.8006232Z test_isin_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.011s) 2022-09-27T16:18:33.8113634Z test_isin_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.011s) 2022-09-27T16:18:33.8220749Z test_isin_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.011s) 2022-09-27T16:18:33.8328657Z test_isin_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.011s) 2022-09-27T16:18:33.8339505Z test_isin_different_devices_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:33.8351079Z test_isin_different_devices_cpu_float64 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:33.8361636Z test_isin_different_devices_cpu_int16 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:33.8372317Z test_isin_different_devices_cpu_int32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:33.8383119Z test_isin_different_devices_cpu_int64 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:33.8393912Z test_isin_different_devices_cpu_int8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:33.8404552Z test_isin_different_devices_cpu_uint8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:33.8615823Z test_isin_different_dtypes_cpu (__main__.TestSortAndSelectCPU) ... ok (0.021s) 2022-09-27T16:18:33.8798297Z test_kthvalue_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.018s) 2022-09-27T16:18:33.8811738Z test_kthvalue_scalar_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-09-27T16:18:33.8866575Z test_msort_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-09-27T16:18:33.8915914Z test_msort_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-09-27T16:18:33.8959584Z test_msort_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-09-27T16:18:33.9002642Z test_msort_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-09-27T16:18:33.9035766Z test_msort_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:33.9067803Z test_msort_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:33.9099069Z test_msort_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:33.9131015Z test_msort_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:33.9162946Z test_msort_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:33.9175045Z 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:33.9175954Z torch.sort(tensor, out=(values, indices)) 2022-09-27T16:18:33.9177724Z ok (0.001s) 2022-09-27T16:18:35.3960025Z test_sort_cpu (__main__.TestSortAndSelectCPU) ... ok (1.478s) 2022-09-27T16:18:35.3967726Z test_sort_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:35.3975719Z 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:35.3987655Z test_sort_large_cpu_uint8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:35.3999488Z test_sort_large_slice_cpu (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:35.4012573Z 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:35.4013448Z torch.sort(tensor, out=(values, indices)) 2022-09-27T16:18:35.4017121Z ok (0.002s) 2022-09-27T16:18:35.4114062Z test_stable_sort_against_numpy_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.010s) 2022-09-27T16:18:35.4224386Z test_stable_sort_against_numpy_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.011s) 2022-09-27T16:18:35.4314516Z test_stable_sort_against_numpy_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-09-27T16:18:35.4405218Z test_stable_sort_against_numpy_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-09-27T16:18:35.4493366Z test_stable_sort_against_numpy_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-09-27T16:18:35.4579254Z test_stable_sort_against_numpy_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-09-27T16:18:35.4665678Z test_stable_sort_against_numpy_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-09-27T16:18:35.4751060Z test_stable_sort_against_numpy_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.008s) 2022-09-27T16:18:35.4835669Z test_stable_sort_against_numpy_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.008s) 2022-09-27T16:18:35.4867592Z test_stable_sort_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:35.4906987Z test_stable_sort_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-09-27T16:18:35.4936726Z test_stable_sort_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:35.4966548Z test_stable_sort_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:35.4993894Z test_stable_sort_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:35.5020288Z test_stable_sort_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:35.5047729Z test_stable_sort_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:35.5074445Z test_stable_sort_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:35.5101596Z test_stable_sort_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:35.5118348Z test_topk_1d_output_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-09-27T16:18:35.5140156Z test_topk_4d_cpu (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-09-27T16:18:35.5150297Z test_topk_arguments_cpu (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-09-27T16:18:35.5159498Z test_topk_bfloat16_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:35.6207716Z test_topk_cpu (__main__.TestSortAndSelectCPU) ... ok (0.105s) 2022-09-27T16:18:35.6238470Z test_topk_integral_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:35.6267796Z test_topk_integral_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:35.6296459Z test_topk_integral_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:35.6321918Z test_topk_integral_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:35.6348541Z test_topk_integral_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:18:35.6360088Z test_topk_noncontiguous_gpu_cpu (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:35.6379161Z test_topk_nonfinite_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-09-27T16:18:35.6397546Z test_topk_nonfinite_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-09-27T16:18:35.6416068Z test_topk_nonfinite_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-09-27T16:18:35.6428380Z test_topk_zero_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-09-27T16:18:35.6440088Z test_topk_zero_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-09-27T16:18:35.6452842Z test_topk_zero_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-09-27T16:18:35.6464505Z test_topk_zero_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-09-27T16:18:35.6476246Z test_topk_zero_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-09-27T16:18:35.6488396Z test_topk_zero_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-09-27T16:18:35.6500338Z test_topk_zero_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-09-27T16:18:35.6565284Z test_unique_consecutive_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-09-27T16:18:35.6620573Z test_unique_consecutive_cpu_bool (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-09-27T16:18:35.6683111Z test_unique_consecutive_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-09-27T16:18:35.6744223Z test_unique_consecutive_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-09-27T16:18:35.6799555Z test_unique_consecutive_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-09-27T16:18:35.6854583Z test_unique_consecutive_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-09-27T16:18:35.6907841Z test_unique_consecutive_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-09-27T16:18:35.6962978Z test_unique_consecutive_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-09-27T16:18:35.7018332Z test_unique_consecutive_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-09-27T16:18:35.7213657Z test_unique_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.019s) 2022-09-27T16:18:35.7365777Z test_unique_cpu_bool (__main__.TestSortAndSelectCPU) ... ok (0.015s) 2022-09-27T16:18:35.7560940Z test_unique_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.019s) 2022-09-27T16:18:35.7751502Z test_unique_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.019s) 2022-09-27T16:18:35.7926643Z test_unique_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.017s) 2022-09-27T16:18:35.8102508Z test_unique_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.017s) 2022-09-27T16:18:35.8273053Z test_unique_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.017s) 2022-09-27T16:18:35.8449965Z test_unique_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.018s) 2022-09-27T16:18:35.8624787Z test_unique_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.017s) 2022-09-27T16:18:35.9274138Z test_unique_dim_cpu (__main__.TestSortAndSelectCPU) ... ok (0.065s) 2022-09-27T16:18:35.9274480Z 2022-09-27T16:18:35.9275011Z ---------------------------------------------------------------------- 2022-09-27T16:18:35.9275591Z Ran 91 tests in 2.172s 2022-09-27T16:18:35.9275711Z 2022-09-27T16:18:35.9275772Z OK (skipped=13) 2022-09-27T16:18:35.9275884Z 2022-09-27T16:18:35.9275979Z Generating XML reports... 2022-09-27T16:18:35.9377109Z Generated XML report: test-reports/python-unittest/test_sort_and_select/TEST-TestSortAndSelectCPU-20220927161833.xml 2022-09-27T16:18:36.1974358Z Running test_package ... [2022-09-27 16:18:36.197073] 2022-09-27T16:18:36.1975060Z Executing ['/opt/conda/bin/python', '-bb', 'test_package.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:36.197151] 2022-09-27T16:18:37.5713146Z Test results will be stored in test-reports/python-unittest/test_package 2022-09-27T16:18:37.5781910Z 2022-09-27T16:18:37.5782254Z Running tests... 2022-09-27T16:18:37.5782858Z ---------------------------------------------------------------------- 2022-09-27T16:18:37.7993788Z 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.221s) 2022-09-27T16:18:37.8000636Z test_allow_empty_with_error (test_dependency_api.TestDependencyAPI) 2022-09-27T16:18:37.8015638Z If an error occurs during packaging, it should not be shadowed by the allow_empty error. ... ok (0.002s) 2022-09-27T16:18:37.8026329Z test_broken_dependency (test_dependency_api.TestDependencyAPI) 2022-09-27T16:18:37.8037584Z A unpackageable dependency should raise a PackagingError. ... ok (0.002s) 2022-09-27T16:18:37.8041809Z test_deny (test_dependency_api.TestDependencyAPI) 2022-09-27T16:18:37.8057761Z Test marking packages as "deny" during export. ... ok (0.002s) 2022-09-27T16:18:37.8062046Z test_deny_glob (test_dependency_api.TestDependencyAPI) 2022-09-27T16:18:37.8078406Z Test marking packages as "deny" using globs instead of package names. ... ok (0.002s) 2022-09-27T16:18:37.8092667Z test_extern (test_dependency_api.TestDependencyAPI) ... ok (0.001s) 2022-09-27T16:18:37.8111687Z test_extern_glob (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-09-27T16:18:37.8116215Z test_extern_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-09-27T16:18:37.8125394Z Test that an error is thrown when a extern glob is specified with allow_empty=True ... ok (0.001s) 2022-09-27T16:18:37.8131898Z test_externing_c_extension (test_dependency_api.TestDependencyAPI) 2022-09-27T16:18:37.8197204Z Externing c extensions modules should allow us to still access them especially those found in torch._C. ... ok (0.007s) 2022-09-27T16:18:37.8200322Z test_implicit_intern (test_dependency_api.TestDependencyAPI) 2022-09-27T16:18:37.8207690Z The save_module APIs should implicitly intern the module being saved. ... ok (0.001s) 2022-09-27T16:18:37.8214555Z test_intern_error (test_dependency_api.TestDependencyAPI) 2022-09-27T16:18:37.8227886Z Failure to handle all dependencies should lead to an error. ... ok (0.002s) 2022-09-27T16:18:37.8232765Z test_invalid_import (test_dependency_api.TestDependencyAPI) 2022-09-27T16:18:37.8240352Z An incorrectly-formed import should raise a PackagingError. ... ok (0.001s) 2022-09-27T16:18:37.8260765Z test_mock (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-09-27T16:18:37.8284530Z test_mock_glob (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-09-27T16:18:37.8289132Z test_mock_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-09-27T16:18:37.8296606Z Test that an error is thrown when a mock glob is specified with allow_empty=True ... ok (0.001s) 2022-09-27T16:18:37.8308767Z test_pickle_mocked (test_dependency_api.TestDependencyAPI) ... ok (0.001s) 2022-09-27T16:18:37.8323862Z test_pickle_mocked_all (test_dependency_api.TestDependencyAPI) ... ok (0.001s) 2022-09-27T16:18:37.8332779Z test_repackage_mocked_module (test_dependency_api.TestDependencyAPI) 2022-09-27T16:18:37.8355802Z Re-packaging a package that contains a mocked module should work correctly. ... ok (0.003s) 2022-09-27T16:18:37.8372881Z test_extern_and_mock_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-09-27T16:18:37.8385842Z test_multiple_extern_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-09-27T16:18:37.8399490Z test_multiple_mock_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-09-27T16:18:37.8413758Z test_remove_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-09-27T16:18:37.8425890Z test_single_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-09-27T16:18:37.8439334Z test_all_paths (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:18:37.8447099Z test_contains (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:18:37.8454226Z test_contains_non_hashable (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:18:37.8466407Z test_edges (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:18:37.8476100Z test_forward_closure (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:18:37.8485643Z test_iter (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:18:37.8495682Z test_node_attr_update (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:18:37.8505037Z test_node_attrs (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:18:37.8512520Z test_predecessor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:18:37.8522826Z test_predecessors (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:18:37.8530094Z test_successor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:18:37.8540194Z test_successors (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:18:37.8577863Z test_importer_access (test_directory_reader.DirectoryReaderTest) ... ok (0.004s) 2022-09-27T16:18:37.8584057Z test_loading_has_record (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:18:37.8602058Z Test DirectoryReader's has_record(). ... ok (0.002s) 2022-09-27T16:18:37.8608055Z test_loading_module (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:18:37.8627317Z Test basic saving and loading of a packages from a DirectoryReader. ... ok (0.002s) 2022-09-27T16:18:37.8635002Z test_loading_pickle (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:18:37.8635866Z 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:37.8642754Z test_package_resource_access (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:18:37.8666413Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.003s) 2022-09-27T16:18:37.8673763Z test_resource_access_by_path (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:18:37.8696157Z Tests that packaged code can used importlib.resources.path. ... ok (0.003s) 2022-09-27T16:18:37.8714556Z test_resource_reader (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:18:37.8754191Z Tests DirectoryReader as the base for get_resource_reader. ... ok (0.006s) 2022-09-27T16:18:37.8761099Z test_scriptobject_failure_message (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:18:37.8816922Z Test basic saving and loading of a ScriptModule in a directory. ... ok (0.006s) 2022-09-27T16:18:37.8827446Z test_exclude (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:18:37.8837393Z test_exclude_from_all (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:18:37.8844354Z test_invalid_raw (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:18:37.8853601Z test_list_include_exclude (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:18:37.8862491Z test_one_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:18:37.8871282Z test_one_star_middle (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:18:37.8879468Z test_one_star_multiple_in_component (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:18:37.8887838Z test_one_star_partial (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:18:37.8896612Z test_one_star_partial_extension (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:18:37.8905642Z test_raw_two_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:18:37.8916949Z test_two_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:18:37.8927876Z test_two_star_end (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:18:37.8937612Z test_two_star_middle (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:18:37.8946747Z test_two_star_multiple (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:18:37.8961907Z test_ordered_importer_basic (test_importer.TestImporter) ... ok (0.001s) 2022-09-27T16:18:37.8970448Z test_ordered_importer_whichmodule (test_importer.TestImporter) 2022-09-27T16:18:37.8977431Z OrderedImporter's implementation of whichmodule should try each ... ok (0.001s) 2022-09-27T16:18:37.8984738Z test_package_importer_whichmodule_no_dunder_module (test_importer.TestImporter) 2022-09-27T16:18:37.8994925Z Exercise corner case where we try to pickle an object whose ... ok (0.002s) 2022-09-27T16:18:37.9009582Z test_single_ordered_importer (test_importer.TestImporter) ... ok (0.001s) 2022-09-27T16:18:37.9017876Z test_sys_importer (test_importer.TestImporter) ... ok (0.001s) 2022-09-27T16:18:37.9026322Z test_sys_importer_roundtrip (test_importer.TestImporter) ... ok (0.001s) 2022-09-27T16:18:37.9030400Z test_load_bc_packages_fx_module (test_load_bc_packages.TestLoadBCPackages) 2022-09-27T16:18:37.9141058Z Tests for backwards compatible fx module ... ok (0.011s) 2022-09-27T16:18:37.9144248Z test_load_bc_packages_nn_module (test_load_bc_packages.TestLoadBCPackages) 2022-09-27T16:18:37.9229038Z Tests for backwards compatible nn module ... ok (0.009s) 2022-09-27T16:18:37.9232394Z test_load_bc_packages_torchscript_module (test_load_bc_packages.TestLoadBCPackages) 2022-09-27T16:18:37.9623314Z Tests for backwards compatible torchscript module ... ok (0.039s) 2022-09-27T16:18:37.9627779Z test_demangle_base (test_mangling.TestMangling) 2022-09-27T16:18:37.9633661Z Demangling a mangle parent directly should currently return an empty string. ... ok (0.001s) 2022-09-27T16:18:37.9637364Z test_demangler_multiple_manglers (test_mangling.TestMangling) 2022-09-27T16:18:37.9643233Z PackageDemangler should be able to demangle name generated by any PackageMangler. ... ok (0.001s) 2022-09-27T16:18:37.9651724Z test_is_mangled (test_mangling.TestMangling) ... ok (0.001s) 2022-09-27T16:18:37.9658548Z test_mangle_empty_errors (test_mangling.TestMangling) ... ok (0.001s) 2022-09-27T16:18:37.9666299Z test_mangle_prefix (test_mangling.TestMangling) ... ok (0.001s) 2022-09-27T16:18:37.9669403Z test_mangler_is_consistent (test_mangling.TestMangling) 2022-09-27T16:18:37.9674373Z Mangling the same name twice should produce the same result. ... ok (0.001s) 2022-09-27T16:18:37.9683145Z test_package_mangler (test_mangling.TestMangling) ... ok (0.001s) 2022-09-27T16:18:37.9690658Z test_roundtrip_mangling (test_mangling.TestMangling) ... ok (0.001s) 2022-09-27T16:18:37.9693638Z test_unique_manglers (test_mangling.TestMangling) 2022-09-27T16:18:37.9700872Z Each mangler instance should generate a unique mangled name for a given input. ... ok (0.001s) 2022-09-27T16:18:37.9726749Z test_unique_module_names (test_mangling.TestMangling) ... ok (0.003s) 2022-09-27T16:18:37.9733007Z test_dunder_package_present (test_misc.TestMisc) 2022-09-27T16:18:37.9742402Z The attribute '__torch_package__' should be populated on imported modules. ... ok (0.001s) 2022-09-27T16:18:37.9747314Z test_dunder_package_works_from_package (test_misc.TestMisc) 2022-09-27T16:18:37.9763219Z The attribute '__torch_package__' should be accessible from within ... ok (0.002s) 2022-09-27T16:18:37.9771648Z test_exporter_content_lists (test_misc.TestMisc) 2022-09-27T16:18:37.9792502Z Test content list API for PackageExporter's contained modules. ... ok (0.003s) 2022-09-27T16:18:37.9804450Z test_file_structure (test_misc.TestMisc) 2022-09-27T16:18:37.9822853Z Tests package's Directory structure representation of a zip file. Ensures ... ok (0.003s) 2022-09-27T16:18:37.9827932Z test_file_structure_has_file (test_misc.TestMisc) 2022-09-27T16:18:37.9836059Z Test Directory's has_file() method. ... ok (0.001s) 2022-09-27T16:18:37.9842126Z test_inspect_class (test_misc.TestMisc) 2022-09-27T16:18:37.9855594Z Should be able to retrieve source for a packaged class. ... ok (0.002s) 2022-09-27T16:18:37.9861799Z test_is_from_package (test_misc.TestMisc) 2022-09-27T16:18:37.9871497Z is_from_package should work for objects and modules ... ok (0.002s) 2022-09-27T16:18:37.9874507Z test_load_python_version_from_package (test_misc.TestMisc) 2022-09-27T16:18:37.9901061Z Tests loading a package with a python version embdded ... ok (0.003s) 2022-09-27T16:18:37.9905625Z test_python_version (test_misc.TestMisc) 2022-09-27T16:18:37.9923155Z Tests that the current python version is stored in the package and is available ... ok (0.002s) 2022-09-27T16:18:37.9928241Z test_std_lib_sys_hackery_checks (test_misc.TestMisc) 2022-09-27T16:18:37.9950140Z The standard library performs sys.module assignment hackery which ... ok (0.003s) 2022-09-27T16:18:37.9962422Z 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:37.9972767Z 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:37.9981244Z 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:38.0078629Z test_package_fx_custom_tracer (test_package_fx.TestPackageFX) ... ok (0.010s) 2022-09-27T16:18:38.0255756Z test_package_fx_package (test_package_fx.TestPackageFX) ... ok (0.018s) 2022-09-27T16:18:38.0310016Z test_package_fx_simple (test_package_fx.TestPackageFX) ... ok (0.005s) 2022-09-27T16:18:38.0361653Z test_package_fx_with_imports (test_package_fx.TestPackageFX) ... ok (0.005s) 2022-09-27T16:18:38.0405763Z test_package_then_fx (test_package_fx.TestPackageFX) ... ok (0.004s) 2022-09-27T16:18:38.0413183Z test_different_package_interface (test_package_script.TestPackageScript) 2022-09-27T16:18:38.0509274Z Test a case where the interface defined in the package is ... ok (0.010s) 2022-09-27T16:18:38.0515528Z test_different_package_script_class (test_package_script.TestPackageScript) 2022-09-27T16:18:38.0581691Z Test a case where the script class defined in the package is ... ok (0.007s) 2022-09-27T16:18:38.0588727Z test_load_shared_scriptmodules (test_package_script.TestPackageScript) 2022-09-27T16:18:38.0660389Z Test loading of single ScriptModule shared by multiple eager ... ok (0.008s) 2022-09-27T16:18:38.0673165Z test_load_shared_tensors (test_package_script.TestPackageScript) 2022-09-27T16:18:38.0749278Z Test tensors shared across eager and ScriptModules on load ... ok (0.009s) 2022-09-27T16:18:38.0763081Z test_load_shared_tensors_repackaged (test_package_script.TestPackageScript) 2022-09-27T16:18:38.0878746Z Test tensors shared across eager and ScriptModules on load ... ok (0.013s) 2022-09-27T16:18:38.0889935Z test_mixing_packaged_and_inline_modules (test_package_script.TestPackageScript) 2022-09-27T16:18:38.1393647Z Test saving inline and imported modules in same package with ... ok (0.051s) 2022-09-27T16:18:38.1405013Z test_mixing_packaged_and_inline_modules_shared_code (test_package_script.TestPackageScript) 2022-09-27T16:18:39.1112909Z Test saving inline and imported modules in same package that ... ok (0.972s) 2022-09-27T16:18:39.1122022Z test_package_interface (test_package_script.TestPackageScript) 2022-09-27T16:18:39.1528790Z Packaging an interface class should work correctly. ... ok (0.042s) 2022-09-27T16:18:39.1573431Z test_package_script_class (test_package_script.TestPackageScript) ... ok (0.005s) 2022-09-27T16:18:39.1703705Z test_package_script_class_referencing_self (test_package_script.TestPackageScript) ... ok (0.013s) 2022-09-27T16:18:39.1711018Z test_save_eager_mods_sharing_scriptmodule (test_package_script.TestPackageScript) 2022-09-27T16:18:39.1760913Z Test saving of single ScriptModule shared by multiple ... ok (0.006s) 2022-09-27T16:18:39.1769428Z test_save_independent_scriptmodules (test_package_script.TestPackageScript) 2022-09-27T16:18:39.1855917Z Test to verify saving multiple ScriptModules with completely ... ok (0.009s) 2022-09-27T16:18:39.1868299Z test_save_repeat_scriptmodules (test_package_script.TestPackageScript) 2022-09-27T16:18:39.2295780Z Test to verify saving multiple different modules and ... ok (0.044s) 2022-09-27T16:18:39.2302619Z test_save_scriptmodule (test_package_script.TestPackageScript) 2022-09-27T16:18:39.2342482Z Test basic saving of ScriptModule. ... ok (0.005s) 2022-09-27T16:18:39.2349559Z test_save_scriptmodule_file (test_package_script.TestPackageScript) 2022-09-27T16:18:39.2389453Z Test basic saving of ScriptModule in file. ... ok (0.005s) 2022-09-27T16:18:39.2400815Z test_save_scriptmodule_only_necessary_code (test_package_script.TestPackageScript) 2022-09-27T16:18:39.5995249Z Test to verify when saving multiple packages with same CU ... ok (0.360s) 2022-09-27T16:18:39.6002327Z test_save_scriptmodule_with_submods (test_package_script.TestPackageScript) 2022-09-27T16:18:39.6072016Z Test basic saving of ScriptModule with submodule. ... ok (0.008s) 2022-09-27T16:18:39.6081022Z test_save_scriptmodules_in_container (test_package_script.TestPackageScript) 2022-09-27T16:18:39.6438044Z Test saving of ScriptModules inside of container. Checks that relations ... ok (0.036s) 2022-09-27T16:18:39.6451639Z test_save_scriptmodules_submod_redefinition (test_package_script.TestPackageScript) 2022-09-27T16:18:39.6571470Z Test to verify saving multiple ScriptModules with same top module ... ok (0.013s) 2022-09-27T16:18:39.6581514Z test_save_shared_tensors (test_package_script.TestPackageScript) 2022-09-27T16:18:39.6644155Z Test tensors shared across eager and ScriptModules are serialized once. ... ok (0.007s) 2022-09-27T16:18:39.6653567Z test_saving_and_scripting_packaged_mod (test_package_script.TestPackageScript) 2022-09-27T16:18:39.6733029Z Test scripting a module loaded from a package ... ok (0.009s) 2022-09-27T16:18:39.6745473Z test_scriptmodules_repeat_save (test_package_script.TestPackageScript) 2022-09-27T16:18:39.6851009Z Test to verify saving and loading same ScriptModule object works ... ok (0.012s) 2022-09-27T16:18:39.6860426Z test_tensor_sharing_pickle (test_package_script.TestPackageScript) 2022-09-27T16:18:39.6900253Z Test that saving a ScriptModule and a separately saving a tensor ... ok (0.005s) 2022-09-27T16:18:39.6957977Z test_repackage_import_indirectly_via_parent_module (test_repackage.TestRepackage) ... ok (0.006s) 2022-09-27T16:18:39.6978246Z test_importer_access (test_resources.TestResources) ... ok (0.002s) 2022-09-27T16:18:39.6983404Z test_package_resource_access (test_resources.TestResources) 2022-09-27T16:18:39.6994597Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.002s) 2022-09-27T16:18:39.7000069Z test_resource_access_by_path (test_resources.TestResources) 2022-09-27T16:18:39.7013850Z Tests that packaged code can used importlib.resources.path. ... ok (0.002s) 2022-09-27T16:18:39.7029190Z test_resource_reader (test_resources.TestResources) 2022-09-27T16:18:39.7048266Z Test compliance with the get_resource_reader importlib API. ... ok (0.003s) 2022-09-27T16:18:39.7052505Z test_bad_dunder_imports (test_save_load.TestSaveLoad) 2022-09-27T16:18:39.7058822Z Test to ensure bad __imports__ don't cause PackageExporter to fail. ... ok (0.001s) 2022-09-27T16:18:39.7091187Z test_dunder_imports (test_save_load.TestSaveLoad) ... ok (0.003s) 2022-09-27T16:18:39.7101869Z test_exporting_mismatched_code (test_save_load.TestSaveLoad) 2022-09-27T16:18:39.7136678Z If an object with the same qualified name is loaded from different ... ok (0.004s) 2022-09-27T16:18:39.7158810Z test_pickle (test_save_load.TestSaveLoad) ... ok (0.002s) 2022-09-27T16:18:39.7165693Z test_save_imported_module (test_save_load.TestSaveLoad) 2022-09-27T16:18:39.7181072Z Saving a module that came from another PackageImporter should work. ... ok (0.002s) 2022-09-27T16:18:39.7186889Z test_save_imported_module_using_package_importer (test_save_load.TestSaveLoad) 2022-09-27T16:18:39.7207216Z Exercise a corner case: re-packaging a module that uses `torch_package_importer` ... ok (0.003s) 2022-09-27T16:18:39.7224615Z test_save_module (test_save_load.TestSaveLoad) ... ok (0.002s) 2022-09-27T16:18:39.7240619Z test_save_module_binary (test_save_load.TestSaveLoad) ... ok (0.002s) 2022-09-27T16:18:39.7288054Z test_saving_source (test_save_load.TestSaveLoad) ... ok (0.005s) 2022-09-27T16:18:39.7302322Z test_saving_string (test_save_load.TestSaveLoad) ... ok (0.001s) 2022-09-27T16:18:39.7302838Z 2022-09-27T16:18:39.7303580Z ---------------------------------------------------------------------- 2022-09-27T16:18:39.7304101Z Ran 132 tests in 2.152s 2022-09-27T16:18:39.7304279Z 2022-09-27T16:18:39.7304355Z OK (skipped=5) 2022-09-27T16:18:39.7304468Z 2022-09-27T16:18:39.7304553Z Generating XML reports... 2022-09-27T16:18:39.7339715Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_dependency_api.TestDependencyAPI-20220927161837.xml 2022-09-27T16:18:39.7344794Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_dependency_hooks.TestDependencyHooks-20220927161837.xml 2022-09-27T16:18:39.7354580Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_digraph.TestDiGraph-20220927161837.xml 2022-09-27T16:18:39.7362195Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_directory_reader.DirectoryReaderTest-20220927161837.xml 2022-09-27T16:18:39.7373193Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_glob_group.TestGlobGroup-20220927161837.xml 2022-09-27T16:18:39.7379167Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_importer.TestImporter-20220927161837.xml 2022-09-27T16:18:39.7383118Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_load_bc_packages.TestLoadBCPackages-20220927161837.xml 2022-09-27T16:18:39.7392020Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_mangling.TestMangling-20220927161837.xml 2022-09-27T16:18:39.7400976Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_misc.TestMisc-20220927161837.xml 2022-09-27T16:18:39.7406975Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_package_fx.TestPackageFX-20220927161837.xml 2022-09-27T16:18:39.7425766Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_package_script.TestPackageScript-20220927161837.xml 2022-09-27T16:18:39.7428138Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_repackage.TestRepackage-20220927161837.xml 2022-09-27T16:18:39.7432768Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_resources.TestResources-20220927161837.xml 2022-09-27T16:18:39.7441831Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_save_load.TestSaveLoad-20220927161837.xml 2022-09-27T16:18:39.7444555Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_analyze.TestAnalyze-20220927161837.xml 2022-09-27T16:18:39.7455986Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_model.ModelTest-20220927161837.xml 2022-09-27T16:18:40.0486651Z Running test_logging ... [2022-09-27 16:18:40.048236] 2022-09-27T16:18:40.0487219Z Executing ['/opt/conda/bin/python', '-bb', 'test_logging.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:40.048314] 2022-09-27T16:18:41.2801783Z Test results will be stored in test-reports/python-unittest/test_logging 2022-09-27T16:18:41.2812823Z 2022-09-27T16:18:41.2812953Z Running tests... 2022-09-27T16:18:41.2813577Z ---------------------------------------------------------------------- 2022-09-27T16:18:41.2819120Z testApiUsage (__main__.LoggingTest) 2022-09-27T16:18:43.0957931Z This test verifies that api usage logging is not triggered via static ... ok (1.814s) 2022-09-27T16:18:43.0959600Z 2022-09-27T16:18:43.0960224Z ---------------------------------------------------------------------- 2022-09-27T16:18:43.0960744Z Ran 1 test in 1.815s 2022-09-27T16:18:43.0983482Z 2022-09-27T16:18:43.0983779Z OK 2022-09-27T16:18:43.0985015Z 2022-09-27T16:18:43.0985392Z Generating XML reports... 2022-09-27T16:18:43.1001399Z Generated XML report: test-reports/python-unittest/test_logging/TEST-LoggingTest-20220927161841.xml 2022-09-27T16:18:43.4095558Z Running backends/xeon/test_launch ... [2022-09-27 16:18:43.409102] 2022-09-27T16:18:43.4096094Z Executing ['/opt/conda/bin/python', '-bb', 'backends/xeon/test_launch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:43.409182] 2022-09-27T16:18:44.6583740Z Test results will be stored in test-reports/python-unittest/backends.xeon.test_launch 2022-09-27T16:18:44.6594279Z 2022-09-27T16:18:44.6594873Z Running tests... 2022-09-27T16:18:44.6595277Z ---------------------------------------------------------------------- 2022-09-27T16:18:44.7919845Z test_cpu_info (__main__.TestTorchrun) ... 2022-09-27 16:18:44,791 - torch.backends.xeon.run_cpu - WARNING - Numa Aware: cores:[2, 3, 4, 5] on different NUMA nodes:[0, 1]. To avoid this behavior, please use --ncores_per_instance knob to make sure number of cores is divisible by --ncores_per_instance. Alternatively, please use --skip_cross_node_cores knob. 2022-09-27T16:18:44.7920588Z ok (0.132s) 2022-09-27T16:18:46.3456011Z test_multi_threads (__main__.TestTorchrun) ... ok (1.553s) 2022-09-27T16:18:46.3456336Z 2022-09-27T16:18:46.3456836Z ---------------------------------------------------------------------- 2022-09-27T16:18:46.3457089Z Ran 2 tests in 1.686s 2022-09-27T16:18:46.3457209Z 2022-09-27T16:18:46.3457279Z OK 2022-09-27T16:18:46.3457372Z 2022-09-27T16:18:46.3457453Z Generating XML reports... 2022-09-27T16:18:46.3491373Z Generated XML report: test-reports/python-unittest/backends.xeon.test_launch/TEST-TestTorchrun-20220927161844.xml 2022-09-27T16:18:46.5758953Z Running test_vmap ... [2022-09-27 16:18:46.575476] 2022-09-27T16:18:46.5759506Z Executing ['/opt/conda/bin/python', '-bb', 'test_vmap.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:46.575553] 2022-09-27T16:18:48.0435493Z Test results will be stored in test-reports/python-unittest/test_vmap 2022-09-27T16:18:48.0456145Z 2022-09-27T16:18:48.0456599Z Running tests... 2022-09-27T16:18:48.0456994Z ---------------------------------------------------------------------- 2022-09-27T16:18:48.0489553Z 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:48.0490112Z out = vmap(lambda z: z[0] + z[1])((x, y)) 2022-09-27T16:18:48.0498145Z 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:48.0498632Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))((x, y)) 2022-09-27T16:18:48.0501193Z 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:48.0501804Z out = vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-09-27T16:18:48.0503669Z 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:48.0504132Z out = vmap(lambda z: z[0] + z[1])([x, y]) 2022-09-27T16:18:48.0505896Z 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:48.0506374Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))([x, y]) 2022-09-27T16:18:48.0508257Z 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:48.0508743Z out = vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, y]) 2022-09-27T16:18:48.0510597Z 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:48.0511104Z out = vmap(lambda z: z['x'] + z['y'])({'x': x, 'y': y}) 2022-09-27T16:18:48.0512874Z 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:48.0513430Z out = vmap(lambda z: z['x'] + z['y'], in_dims=(0,))({'x': x, 'y': y}) 2022-09-27T16:18:48.0515361Z 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:48.0516057Z out = vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-09-27T16:18:48.0517389Z 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:48.0517963Z out_fn = vmap(lambda z: z['x'][0] + z['x'][1][0] + z['y'][0] + z['y'][1]) 2022-09-27T16:18:48.0520151Z ok (0.006s) 2022-09-27T16:18:48.0534207Z 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:48.0534759Z vmap(backward_on_vmapped_tensor)(x) 2022-09-27T16:18:48.0548029Z 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:48.0548522Z vmap(backward_with_vmapped_grad)(x, grad) 2022-09-27T16:18:48.0558888Z 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:48.0559368Z vmap(completely_unrelated_backward)(y) 2022-09-27T16:18:48.0570576Z ok (0.005s) 2022-09-27T16:18:48.0580779Z 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:48.0581311Z jacobian = vmap(vjp_mul)(batched_v) 2022-09-27T16:18:48.0584622Z ok (0.001s) 2022-09-27T16:18:48.0592978Z 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:48.0593896Z output = vmap(lambda x: torch.tensor(3.14))(torch.ones(3)) 2022-09-27T16:18:48.0596445Z ok (0.001s) 2022-09-27T16:18:48.0610013Z 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:48.0610929Z vmap(torch.mul)(x, y) 2022-09-27T16:18:48.0612070Z 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:48.0612946Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-09-27T16:18:48.0614191Z 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:48.0615453Z vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-09-27T16:18:48.0615847Z ok (0.001s) 2022-09-27T16:18:48.0635112Z 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:48.0636102Z result = vmap(op, (2, 0))(x, y) 2022-09-27T16:18:48.0640443Z 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:48.0641383Z result = vmap(vmap(op), (2, 0))(x, y) 2022-09-27T16:18:48.0653214Z 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:48.0654163Z result = vmap(vmap(vmap(op)))(x, y) 2022-09-27T16:18:48.1442662Z ok (0.083s) 2022-09-27T16:18:48.1454226Z test_fallback_does_not_warn_by_default (__main__.TestVmapAPI) ... ok (0.001s) 2022-09-27T16:18:48.1471598Z 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:48.1472281Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-09-27T16:18:48.1685626Z 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:48.1686436Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-09-27T16:18:48.2060984Z ok (0.060s) 2022-09-27T16:18:48.2080333Z 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:48.2080978Z result = vmap(torch.var_mean)(tensor) 2022-09-27T16:18:48.2103877Z 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:48.2104342Z result = vmap(vmap(torch.var_mean))(tensor) 2022-09-27T16:18:48.2113804Z 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:48.2114290Z result = vmap(vmap(vmap(torch.var_mean)))(tensor) 2022-09-27T16:18:48.2660948Z ok (0.060s) 2022-09-27T16:18:48.2675476Z test_fallback_warns_when_warnings_are_enabled (__main__.TestVmapAPI) ... ok (0.001s) 2022-09-27T16:18:48.2705370Z test_fallback_with_undefined_grad (__main__.TestVmapAPI) ... ok (0.003s) 2022-09-27T16:18:48.2726714Z 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:48.2749897Z vmap(op, (0, None))(x, y) 2022-09-27T16:18:48.2751194Z 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:48.2752028Z vmap(op, (None, 0))(y, x) 2022-09-27T16:18:48.2773688Z 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:48.2774498Z vmap(op)(x, x) 2022-09-27T16:18:48.2796891Z 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:48.2797860Z vmap(op, (0, None))(x, y) 2022-09-27T16:18:48.2820694Z 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:48.2821539Z vmap(op, (None, 0))(y, x) 2022-09-27T16:18:48.2843151Z 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:48.2843985Z vmap(op)(x, x) 2022-09-27T16:18:48.2865269Z ok (0.016s) 2022-09-27T16:18:48.2875756Z 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:48.2876859Z vmap(foo)() 2022-09-27T16:18:48.2878081Z 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:48.2878886Z vmap(bar)() 2022-09-27T16:18:48.2879176Z ok (0.001s) 2022-09-27T16:18:48.2886189Z 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:48.2887063Z result = vmap(functools.partial(torch.mul, x))(y) 2022-09-27T16:18:48.2889335Z ok (0.001s) 2022-09-27T16:18:48.2902918Z 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:48.2903919Z vmap(output_to_grad_is_vmapped)(input_tensor) 2022-09-27T16:18:48.2916391Z 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:48.2917289Z vmap(input_to_grad_is_vmapped)(input_tensor) 2022-09-27T16:18:48.2927802Z ok (0.004s) 2022-09-27T16:18:48.2945173Z 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:48.2946113Z vmap(foo)(torch.randn([])) 2022-09-27T16:18:48.2947219Z 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:48.2948019Z vmap(foo, in_dims=(0,))(torch.randn([])) 2022-09-27T16:18:48.2949151Z 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:48.2950010Z vmap(foo, in_dims=(-1,))(x) 2022-09-27T16:18:48.2951371Z 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:48.2952198Z vmap(foo, in_dims=(2,))(y) 2022-09-27T16:18:48.2953412Z 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:48.2954276Z vmap(lambda z: z[0] + z[1], in_dims=([3, 0],))([x, y]) 2022-09-27T16:18:48.2955512Z 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:48.2956438Z vmap(foo, in_dims=(0,))(torch.randn(2, 3)) 2022-09-27T16:18:48.2957679Z 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:48.2958534Z vmap(foo, in_dims=(1,))(torch.randn(2, 3)) 2022-09-27T16:18:48.2958877Z ok (0.002s) 2022-09-27T16:18:48.2968450Z 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:48.2969314Z vmap(torch.mul, [0, 0])(x, y) 2022-09-27T16:18:48.2970445Z 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:48.2971244Z vmap(torch.mul, set({0, 0}))(x, y) 2022-09-27T16:18:48.2972469Z 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:48.2973360Z vmap(torch.mul, 'lol')(x, y) 2022-09-27T16:18:48.2974572Z 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:48.2975630Z vmap(lambda z: z[0] + z[1], in_dims=[0, 0])([x, y]) 2022-09-27T16:18:48.2976873Z 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:48.2977687Z vmap(torch.mul, (0, 0))(x, y) 2022-09-27T16:18:48.2978024Z ok (0.002s) 2022-09-27T16:18:48.2999400Z 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:48.3000271Z vmap(op, in_dims=(0, None))(x, y) 2022-09-27T16:18:48.3002237Z 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:48.3003036Z vmap(vmap(op, in_dims=(0, None)))(x, y) 2022-09-27T16:18:48.3008898Z 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:48.3009772Z vmap(op, in_dims=(None, 0))(x, y) 2022-09-27T16:18:48.3034854Z 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:48.3035762Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 0))(x, y) 2022-09-27T16:18:48.3061205Z 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:48.3062274Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 1))(x, y) 2022-09-27T16:18:48.3087410Z 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:48.3088284Z vmap(vmap(op, in_dims=(None, 0)))(x, y) 2022-09-27T16:18:48.3112649Z ok (0.014s) 2022-09-27T16:18:48.3133639Z 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:48.3134612Z vmap(op, (2, 0))(x, y) 2022-09-27T16:18:48.3138850Z 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:48.3139772Z vmap(vmap(op), (2, 0))(x, y) 2022-09-27T16:18:48.3150839Z 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:48.3151772Z result = vmap(vmap(vmap(op)))(x, y) 2022-09-27T16:18:48.3705947Z ok (0.059s) 2022-09-27T16:18:48.3726731Z 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:48.3727439Z result = vmap(op)(x) 2022-09-27T16:18:48.3730264Z 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:48.3730898Z result = vmap(op, out_dims=(1,))(x) 2022-09-27T16:18:48.3733500Z 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:48.3734109Z result = vmap(vmap(op))(x) 2022-09-27T16:18:48.3756501Z 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:48.3757128Z result = vmap(vmap(vmap(op)))(x) 2022-09-27T16:18:48.6192155Z ok (0.248s) 2022-09-27T16:18:48.6208846Z 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:48.6209573Z vmap(torch.sum)(x, 0) 2022-09-27T16:18:48.6210479Z 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:48.6211311Z vmap(torch.sum, (0, 0))(x, 0) 2022-09-27T16:18:48.6212223Z 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:48.6212847Z vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, 1]) 2022-09-27T16:18:48.6213777Z 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:48.6214367Z vmap(torch.sum, (0, None))(x, 0) 2022-09-27T16:18:48.6214627Z ok (0.002s) 2022-09-27T16:18:48.6224073Z 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:48.6224877Z output = vmap(torch.mul)(x, y) 2022-09-27T16:18:48.6226531Z ok (0.001s) 2022-09-27T16:18:48.6239706Z 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:48.6240280Z result = vmap(foo, out_dims=(0, 1))(x) 2022-09-27T16:18:48.6243411Z 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:48.6243936Z result = vmap(bar, out_dims=(-1, 0, 1, 2))(x, y) 2022-09-27T16:18:48.6248753Z ok (0.002s) 2022-09-27T16:18:48.6257670Z 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:48.6258157Z outputs = vmap(foo)(x) 2022-09-27T16:18:48.6261247Z ok (0.001s) 2022-09-27T16:18:48.6271662Z 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:48.6272181Z vmap(returns_tuple_of_tensors)(x) 2022-09-27T16:18:48.6274248Z 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:48.6274803Z vmap(returns_list_of_two_tensors)(x) 2022-09-27T16:18:48.6275578Z 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:48.6276032Z vmap(returns_list_of_one_tensor)(x) 2022-09-27T16:18:48.6276227Z ok (0.001s) 2022-09-27T16:18:48.6284665Z 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:48.6285323Z result = vmap(vmap(vmap(torch.mul), (1, 0)), (1, 2))(x, y) 2022-09-27T16:18:48.6287949Z ok (0.001s) 2022-09-27T16:18:48.6305751Z 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:48.6306285Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y))(y) 2022-09-27T16:18:48.6310664Z 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:48.6311179Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y), out_dims=1)(y) 2022-09-27T16:18:48.6315494Z 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:48.6316081Z result = vmap(lambda y: vmap(lambda x: x, out_dims=-1)(y), out_dims=-1)(y) 2022-09-27T16:18:48.6320183Z 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:48.6320838Z result = vmap(lambda y: vmap(lambda x: x * y, out_dims=1)(x), out_dims=-1)(y) 2022-09-27T16:18:48.6325000Z ok (0.004s) 2022-09-27T16:18:48.6338031Z 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:48.6338587Z output = vmap(lambda x: vmap(lambda y: x * y)(y))(x) 2022-09-27T16:18:48.6342111Z 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:48.6342613Z output = vmap(lambda x: vmap(lambda y: vmap(lambda z: x * y * z)(z))(y))(x) 2022-09-27T16:18:48.6347368Z ok (0.002s) 2022-09-27T16:18:48.6358304Z 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:48.6359208Z output = vmap(vmap(torch.mul))(x, y) 2022-09-27T16:18:48.6361990Z 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:48.6362768Z output = vmap(vmap(vmap(torch.mul)))(x, y) 2022-09-27T16:18:48.6365642Z ok (0.002s) 2022-09-27T16:18:48.6376104Z 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:48.6376997Z result = vmap(model)(tensor) 2022-09-27T16:18:48.6381985Z ok (0.002s) 2022-09-27T16:18:48.6398536Z 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:48.6399631Z result = vmap(lambda x: x, in_dims=1, out_dims=1)(x) 2022-09-27T16:18:48.6401683Z 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:48.6402495Z result = vmap(lambda x: x, in_dims=2, out_dims=1)(x) 2022-09-27T16:18:48.6407259Z 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:48.6408056Z result = vmap(foo, in_dims=1, out_dims=1)(x) 2022-09-27T16:18:48.6410027Z 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:48.6410876Z result = vmap(foo, in_dims=2, out_dims=1)(x) 2022-09-27T16:18:48.6415522Z 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:48.6416313Z result = vmap(vmap(foo, 1, 1), 1, 1)(x) 2022-09-27T16:18:48.6418589Z ok (0.004s) 2022-09-27T16:18:48.6428725Z 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:48.6429649Z output = vmap(lambda x: 3.14)(torch.ones(3)) 2022-09-27T16:18:48.6430803Z 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:48.6431608Z vmap(multiple_outputs)(torch.ones(3)) 2022-09-27T16:18:48.6431973Z ok (0.001s) 2022-09-27T16:18:48.6444203Z 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:48.6445091Z output = vmap(lambda x: x, (1,))(tensor) 2022-09-27T16:18:48.6448293Z 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:48.6449073Z output = vmap(torch.mul, (0, 1))(x, y) 2022-09-27T16:18:48.6451133Z 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:48.6451878Z output = vmap(torch.mul, (1, 0))(x, y) 2022-09-27T16:18:48.6454655Z ok (0.002s) 2022-09-27T16:18:48.6465644Z 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:48.6466690Z output = vmap(torch.mul, (0, None))(x, y) 2022-09-27T16:18:48.6470206Z 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:48.6471003Z output = vmap(torch.mul, (0, None))(x, 2) 2022-09-27T16:18:48.6473155Z ok (0.002s) 2022-09-27T16:18:48.6497657Z 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:48.6498582Z result = vmap(lambda x: x, out_dims=1)(tensor) 2022-09-27T16:18:48.6501564Z 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:48.6502483Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-09-27T16:18:48.6506349Z 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:48.6507439Z result = vmap(lambda x: x, out_dims=-1)(tensor) 2022-09-27T16:18:48.6510914Z 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:48.6511828Z result = vmap(lambda x, y: (x, y), out_dims=2)(tensor, other) 2022-09-27T16:18:48.6516770Z 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:48.6517802Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-09-27T16:18:48.6533560Z 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:48.6534410Z result = vmap(foo, out_dims=1)(x, y) 2022-09-27T16:18:48.6539160Z ok (0.007s) 2022-09-27T16:18:48.6548113Z 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:48.6549021Z output = vmap(lambda x: vmap(lambda y: x)(y))(x) 2022-09-27T16:18:48.6551155Z ok (0.001s) 2022-09-27T16:18:48.6565996Z 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:48.6566925Z vmap(torch.mul, (0,))(x, y) 2022-09-27T16:18:48.6568018Z 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:48.6568940Z vmap(torch.mul, (0, 0, 0))(x, y) 2022-09-27T16:18:48.6570071Z 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:48.6570940Z vmap(lambda z: z[0] + z[1], in_dims=([0],))([x, y]) 2022-09-27T16:18:48.6572195Z 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:48.6573057Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))([x, y]) 2022-09-27T16:18:48.6574296Z 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:48.6575324Z vmap(torch.mul, (0, 0))(x, y) 2022-09-27T16:18:48.6575619Z ok (0.002s) 2022-09-27T16:18:48.6582804Z 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:48.6583729Z vmap(lambda x: x, out_dims=3)(x) 2022-09-27T16:18:48.6605676Z 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:48.6606617Z vmap(lambda x: x, out_dims=-4)(x) 2022-09-27T16:18:48.6627175Z ok (0.006s) 2022-09-27T16:18:48.6640545Z 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:48.6641487Z vmap(lambda x: x, out_dims=(0, 0))(x) 2022-09-27T16:18:48.6642644Z 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:48.6643452Z vmap(lambda x: (x, x, x), out_dims=(0, 0, 0, 0))(x) 2022-09-27T16:18:48.6644867Z 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:48.6645734Z vmap(lambda x: (x, x), out_dims=(0,))(x) 2022-09-27T16:18:48.6646986Z 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:48.6647833Z vmap(lambda x: (x, x, x), out_dims=(0, 0))(x) 2022-09-27T16:18:48.6648137Z ok (0.002s) 2022-09-27T16:18:48.6654393Z 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:48.6655632Z expected = vmap(foo, out_dims=1)(tensor) 2022-09-27T16:18:48.6656789Z 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:48.6657584Z result = vmap(foo, out_dims=(1,))(tensor) 2022-09-27T16:18:48.6657902Z ok (0.001s) 2022-09-27T16:18:48.6670687Z 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:48.6671464Z vmap(lambda x: x, out_dims='lol')(tensor) 2022-09-27T16:18:48.6672130Z 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:48.6672646Z vmap(lambda x: x, out_dims=('lol',))(tensor) 2022-09-27T16:18:48.6673286Z 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:48.6673746Z vmap(lambda x: x, out_dims=None)(tensor) 2022-09-27T16:18:48.6674530Z 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:48.6675050Z vmap(lambda x: x, out_dims=(None,))(tensor) 2022-09-27T16:18:48.6675242Z ok (0.001s) 2022-09-27T16:18:48.6679138Z 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:48.6679626Z output = vmap(square)(x) 2022-09-27T16:18:48.6681576Z ok (0.001s) 2022-09-27T16:18:48.6695605Z 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:48.6696101Z vmap(torch.ravel)(tensor) 2022-09-27T16:18:48.6716928Z 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:48.6717608Z vmap(out_op)(tensor, tensor) 2022-09-27T16:18:48.6739733Z 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:48.6740195Z vmap(lambda t: torch.atleast_1d([t]))(tensor) 2022-09-27T16:18:48.6762032Z 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:48.6762494Z vmap(torch.Tensor.item)(tensor) 2022-09-27T16:18:48.6789302Z ok (0.011s) 2022-09-27T16:18:48.6825734Z test_add_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-09-27T16:18:48.6836746Z 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:48.6837307Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-09-27T16:18:48.6850861Z ok (0.002s) 2022-09-27T16:18:48.6870000Z test_diagonal_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-09-27T16:18:48.6932348Z test_div_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.006s) 2022-09-27T16:18:48.6946272Z test_expand_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-09-27T16:18:48.6956081Z 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:48.6956775Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-09-27T16:18:48.6968629Z ok (0.002s) 2022-09-27T16:18:48.6999497Z test_inplace_manyview_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-09-27T16:18:48.7026596Z test_inplace_on_view_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-09-27T16:18:48.7046890Z test_lgamma_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-09-27T16:18:48.7067077Z test_log1p_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-09-27T16:18:48.7086313Z test_log_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-09-27T16:18:48.7110059Z test_logsumexp_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-09-27T16:18:48.7118558Z 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:48.7119104Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-09-27T16:18:48.7124066Z ok (0.001s) 2022-09-27T16:18:48.7136994Z test_median_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-09-27T16:18:48.7149668Z test_min_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-09-27T16:18:48.7197090Z test_mul_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.005s) 2022-09-27T16:18:48.7210186Z test_permute_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-09-27T16:18:48.7223519Z test_reshape_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-09-27T16:18:48.7244572Z test_select_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-09-27T16:18:48.7262881Z test_sigmoid_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-09-27T16:18:48.7285966Z test_slice_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-09-27T16:18:48.7301496Z test_stack_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-09-27T16:18:48.7334236Z test_sub_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-09-27T16:18:48.7345896Z 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:48.7346812Z 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:48.7347382Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:18:48.7347735Z should be replaced with 2022-09-27T16:18:48.7348072Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:18:48.7348284Z and 2022-09-27T16:18:48.7348461Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:18:48.7348798Z should be replaced with 2022-09-27T16:18:48.7349280Z 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:48.7349639Z return torch.symeig(x, eigenvectors=True)[0] 2022-09-27T16:18:48.7350317Z 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:48.7350789Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-09-27T16:18:48.7365984Z ok (0.003s) 2022-09-27T16:18:48.7380024Z test_threshold_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-09-27T16:18:48.7392943Z test_trace_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-09-27T16:18:48.7404909Z 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:48.7405770Z result = vmap(vjp)(gy) 2022-09-27T16:18:48.7408209Z ok (0.002s) 2022-09-27T16:18:48.7421232Z 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:48.7422147Z result = vmap(vjp)(gy) 2022-09-27T16:18:48.7424239Z ok (0.002s) 2022-09-27T16:18:48.7435191Z test_vmap_fallback_check (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-09-27T16:18:48.7442811Z 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:48.7443787Z vmap(op_using_fallback)(torch.rand(3)) 2022-09-27T16:18:48.7444111Z ok (0.001s) 2022-09-27T16:18:48.7501908Z test_T_numpy (__main__.TestVmapOperators) ... ok (0.006s) 2022-09-27T16:18:48.7761669Z test_as_strided (__main__.TestVmapOperators) ... ok (0.026s) 2022-09-27T16:18:48.8995946Z test_binary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.123s) 2022-09-27T16:18:48.9137861Z test_bmm (__main__.TestVmapOperators) ... ok (0.014s) 2022-09-27T16:18:48.9183314Z test_cat (__main__.TestVmapOperators) ... ok (0.005s) 2022-09-27T16:18:48.9345976Z test_chunk (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:18:48.9505875Z test_clamp (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:18:48.9656105Z test_clone (__main__.TestVmapOperators) ... ok (0.015s) 2022-09-27T16:18:49.0238107Z test_comparison_ops (__main__.TestVmapOperators) ... ok (0.058s) 2022-09-27T16:18:49.0315184Z test_conj (__main__.TestVmapOperators) ... ok (0.008s) 2022-09-27T16:18:49.0387735Z test_contiguous (__main__.TestVmapOperators) ... ok (0.007s) 2022-09-27T16:18:49.0432527Z test_diagonal (__main__.TestVmapOperators) ... ok (0.004s) 2022-09-27T16:18:49.0562101Z test_dot (__main__.TestVmapOperators) ... ok (0.013s) 2022-09-27T16:18:49.0627813Z test_expand_as (__main__.TestVmapOperators) ... ok (0.007s) 2022-09-27T16:18:49.0778351Z test_fill_and_zero_inplace (__main__.TestVmapOperators) ... ok (0.015s) 2022-09-27T16:18:49.0857534Z test_imag (__main__.TestVmapOperators) ... ok (0.008s) 2022-09-27T16:18:49.0872484Z test_is_complex (__main__.TestVmapOperators) ... ok (0.001s) 2022-09-27T16:18:49.0946324Z test_is_contiguous (__main__.TestVmapOperators) ... ok (0.007s) 2022-09-27T16:18:49.0960087Z test_is_floating_point (__main__.TestVmapOperators) ... ok (0.001s) 2022-09-27T16:18:49.1096923Z test_mm (__main__.TestVmapOperators) ... ok (0.014s) 2022-09-27T16:18:49.1174689Z test_movedim (__main__.TestVmapOperators) ... ok (0.008s) 2022-09-27T16:18:49.1306376Z test_mv (__main__.TestVmapOperators) ... ok (0.013s) 2022-09-27T16:18:49.1345515Z test_narrow (__main__.TestVmapOperators) ... ok (0.004s) 2022-09-27T16:18:49.1362203Z test_new_empty (__main__.TestVmapOperators) ... ok (0.002s) 2022-09-27T16:18:49.1467557Z test_new_empty_strided (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T16:18:49.1487247Z test_new_zeros (__main__.TestVmapOperators) ... ok (0.002s) 2022-09-27T16:18:49.2481016Z test_no_random_op_support (__main__.TestVmapOperators) ... ok (0.099s) 2022-09-27T16:18:49.2563352Z test_real (__main__.TestVmapOperators) ... ok (0.008s) 2022-09-27T16:18:49.2610439Z test_reshape (__main__.TestVmapOperators) ... ok (0.005s) 2022-09-27T16:18:49.2667509Z test_reshape_as (__main__.TestVmapOperators) ... ok (0.006s) 2022-09-27T16:18:49.2724138Z test_result_type (__main__.TestVmapOperators) ... ok (0.006s) 2022-09-27T16:18:49.2756821Z test_select (__main__.TestVmapOperators) ... ok (0.003s) 2022-09-27T16:18:49.2790550Z test_slice (__main__.TestVmapOperators) ... ok (0.003s) 2022-09-27T16:18:49.3162595Z test_split (__main__.TestVmapOperators) ... ok (0.037s) 2022-09-27T16:18:49.3195245Z test_squeeze (__main__.TestVmapOperators) ... ok (0.003s) 2022-09-27T16:18:49.3239865Z test_stack (__main__.TestVmapOperators) ... ok (0.004s) 2022-09-27T16:18:49.3252225Z test_stride (__main__.TestVmapOperators) ... ok (0.001s) 2022-09-27T16:18:49.3316281Z test_sum_dim (__main__.TestVmapOperators) ... ok (0.006s) 2022-09-27T16:18:49.3350513Z test_t (__main__.TestVmapOperators) ... ok (0.003s) 2022-09-27T16:18:49.4177258Z test_tensor_split (__main__.TestVmapOperators) ... ok (0.082s) 2022-09-27T16:18:49.4221464Z test_to (__main__.TestVmapOperators) ... ok (0.004s) 2022-09-27T16:18:49.4252642Z test_trace (__main__.TestVmapOperators) ... ok (0.003s) 2022-09-27T16:18:49.4301935Z test_transpose (__main__.TestVmapOperators) ... ok (0.005s) 2022-09-27T16:18:49.5263651Z test_unary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.096s) 2022-09-27T16:18:49.6319871Z test_unbind (__main__.TestVmapOperators) ... ok (0.105s) 2022-09-27T16:18:49.6362179Z test_unfold (__main__.TestVmapOperators) ... ok (0.004s) 2022-09-27T16:18:49.6468940Z test_view (__main__.TestVmapOperators) ... ok (0.011s) 2022-09-27T16:18:49.6594519Z test_view_as (__main__.TestVmapOperators) ... ok (0.013s) 2022-09-27T16:18:49.7205013Z test_view_as_complex (__main__.TestVmapOperators) ... ok (0.061s) 2022-09-27T16:18:49.7289511Z test_view_as_real (__main__.TestVmapOperators) ... ok (0.008s) 2022-09-27T16:18:49.7300213Z test_vmap_fallback_check (__main__.TestVmapOperators) ... ok (0.001s) 2022-09-27T16:18:49.7307347Z 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:49.7308145Z vmap(op_using_fallback)(torch.rand(3)) 2022-09-27T16:18:49.7308716Z ok (0.001s) 2022-09-27T16:18:49.7308889Z 2022-09-27T16:18:49.7309289Z ---------------------------------------------------------------------- 2022-09-27T16:18:49.7309721Z Ran 125 tests in 1.685s 2022-09-27T16:18:49.7309870Z 2022-09-27T16:18:49.7309935Z OK 2022-09-27T16:18:49.7310027Z 2022-09-27T16:18:49.7310114Z Generating XML reports... 2022-09-27T16:18:49.7380656Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapAPI-20220927161848.xml 2022-09-27T16:18:49.7406103Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapBatchedGradientCPU-20220927161848.xml 2022-09-27T16:18:49.7442946Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapOperators-20220927161848.xml 2022-09-27T16:18:50.0035579Z Running test_shape_ops ... [2022-09-27 16:18:50.003205] 2022-09-27T16:18:50.0036305Z Executing ['/opt/conda/bin/python', '-bb', 'test_shape_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:50.003288] 2022-09-27T16:18:51.4297618Z Test results will be stored in test-reports/python-unittest/test_shape_ops 2022-09-27T16:18:51.4312967Z 2022-09-27T16:18:51.4313276Z Running tests... 2022-09-27T16:18:51.4313900Z ---------------------------------------------------------------------- 2022-09-27T16:18:51.4358326Z test_clamp_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-09-27T16:18:51.4380534Z test_clamp_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:18:51.4404258Z test_clamp_propagates_nans_cpu (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:18:51.4531655Z test_clamp_raises_arg_errors_cpu (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-09-27T16:18:51.4556786Z test_complex_rot90_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:18:51.4580382Z test_complex_rot90_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:18:51.4593907Z test_diag_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-09-27T16:18:51.4606398Z test_diag_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-09-27T16:18:51.4621304Z test_diagonal_cpu (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-09-27T16:18:51.4644611Z 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:51.4645451Z return torch.as_tensor(tensor_like) 2022-09-27T16:18:51.4659102Z ok (0.004s) 2022-09-27T16:18:51.4803044Z test_flip_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.014s) 2022-09-27T16:18:51.4911129Z test_flip_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:18:51.5058557Z test_flip_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.015s) 2022-09-27T16:18:51.5209487Z test_flip_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.015s) 2022-09-27T16:18:51.5348833Z test_flip_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.014s) 2022-09-27T16:18:51.5790043Z test_flip_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.044s) 2022-09-27T16:18:51.5927820Z test_flip_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.014s) 2022-09-27T16:18:51.6037125Z test_flip_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:18:51.6145287Z test_flip_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:18:51.6248396Z test_flip_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-09-27T16:18:51.6356136Z test_flip_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:18:51.6464407Z test_flip_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:18:51.6587601Z test_flip_errors_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-09-27T16:18:51.6708187Z test_flip_errors_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-09-27T16:18:51.6829748Z test_flip_errors_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-09-27T16:18:51.6951139Z test_flip_errors_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-09-27T16:18:51.7072521Z test_flip_errors_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-09-27T16:18:51.7193979Z test_flip_errors_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-09-27T16:18:51.7315807Z test_flip_errors_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-09-27T16:18:51.7436830Z test_flip_errors_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-09-27T16:18:51.7557892Z test_flip_errors_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-09-27T16:18:51.7678840Z test_flip_errors_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-09-27T16:18:51.7799696Z test_flip_errors_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-09-27T16:18:51.7920653Z test_flip_errors_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-09-27T16:18:51.7930472Z test_flip_large_tensor_cpu (__main__.TestShapeOpsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:51.8017064Z test_flip_numpy_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.009s) 2022-09-27T16:18:51.8062061Z test_flip_numpy_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-09-27T16:18:51.8134162Z test_flip_numpy_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.007s) 2022-09-27T16:18:51.8204702Z test_flip_numpy_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.007s) 2022-09-27T16:18:51.8284074Z test_flip_numpy_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.008s) 2022-09-27T16:18:51.8361818Z test_flip_numpy_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.008s) 2022-09-27T16:18:51.8422432Z test_flip_numpy_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-09-27T16:18:51.8467884Z test_flip_numpy_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-09-27T16:18:51.8512470Z test_flip_numpy_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-09-27T16:18:51.8554290Z test_flip_numpy_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-09-27T16:18:51.8598349Z test_flip_numpy_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-09-27T16:18:51.8642755Z test_flip_numpy_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-09-27T16:18:51.8660429Z test_fliplr_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:18:51.8678594Z test_fliplr_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:18:51.8692662Z test_fliplr_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-09-27T16:18:51.8747844Z test_fliplr_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-09-27T16:18:51.8802261Z test_fliplr_invalid_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-09-27T16:18:51.8856620Z test_fliplr_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-09-27T16:18:51.8875751Z test_flipud_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:18:51.8894615Z test_flipud_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:18:51.8909227Z test_flipud_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-09-27T16:18:51.8940372Z test_flipud_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:18:51.8969959Z test_flipud_invalid_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:18:51.8999683Z test_flipud_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:18:51.9536305Z test_movedim_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.054s) 2022-09-27T16:18:52.0034219Z test_movedim_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.050s) 2022-09-27T16:18:52.0319171Z test_movedim_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.028s) 2022-09-27T16:18:52.0762747Z test_movedim_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.044s) 2022-09-27T16:18:52.1197029Z test_movedim_invalid_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.043s) 2022-09-27T16:18:52.1630060Z test_movedim_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.043s) 2022-09-27T16:18:52.1657019Z 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:52.1657964Z self.assertEqual(torch.nonzero(t, as_tuple=False, out=out), torch.nonzero(t, out=out)) 2022-09-27T16:18:52.2171065Z ok (0.054s) 2022-09-27T16:18:52.2198750Z 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:52.2199455Z torch.nonzero(tensor, out=dst3) 2022-09-27T16:18:52.2233973Z 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:52.2234604Z torch.nonzero(tensor, out=dst3) 2022-09-27T16:18:52.2267663Z 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:52.2268292Z torch.nonzero(tensor, out=dst3) 2022-09-27T16:18:52.2333507Z 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:52.2334124Z torch.nonzero(tensor, out=dst3) 2022-09-27T16:18:52.2366874Z 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:52.2367639Z torch.nonzero(tensor, out=dst3) 2022-09-27T16:18:52.2400828Z ok (0.023s) 2022-09-27T16:18:52.2622905Z test_nonzero_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-09-27T16:18:52.2844440Z test_nonzero_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-09-27T16:18:52.3065140Z test_nonzero_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-09-27T16:18:52.3285891Z test_nonzero_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-09-27T16:18:52.3507430Z test_nonzero_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-09-27T16:18:52.3728264Z test_nonzero_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-09-27T16:18:52.3949617Z test_nonzero_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-09-27T16:18:52.4170162Z test_nonzero_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-09-27T16:18:52.4390920Z test_nonzero_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-09-27T16:18:52.4412644Z test_nonzero_discontiguous_cpu (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:18:52.4422309Z test_nonzero_no_warning_cpu (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-09-27T16:18:52.4429693Z test_nonzero_non_diff_cpu (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-09-27T16:18:52.4682909Z test_rot90_cpu (__main__.TestShapeOpsCPU) ... ok (0.025s) 2022-09-27T16:18:52.4708001Z test_tolist_cpu (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:18:52.4738051Z test_trace_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:18:52.4766365Z test_trace_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:18:52.4788150Z test_trace_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:18:52.4809546Z test_trace_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:18:52.4830263Z test_trace_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:18:52.4851707Z test_trace_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:18:52.4872663Z test_trace_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:18:52.4899450Z test_unbind_cpu (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:18:52.4899728Z 2022-09-27T16:18:52.4900057Z ---------------------------------------------------------------------- 2022-09-27T16:18:52.4900311Z Ran 89 tests in 1.059s 2022-09-27T16:18:52.4900431Z 2022-09-27T16:18:52.4900509Z OK (skipped=1) 2022-09-27T16:18:52.4900604Z 2022-09-27T16:18:52.4900695Z Generating XML reports... 2022-09-27T16:18:52.4995897Z Generated XML report: test-reports/python-unittest/test_shape_ops/TEST-TestShapeOpsCPU-20220927161851.xml 2022-09-27T16:18:52.7725930Z Running test_namedtensor ... [2022-09-27 16:18:52.772231] 2022-09-27T16:18:52.7726463Z Executing ['/opt/conda/bin/python', '-bb', 'test_namedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:52.772315] 2022-09-27T16:18:54.2292930Z Test results will be stored in test-reports/python-unittest/test_namedtensor 2022-09-27T16:18:54.2308253Z 2022-09-27T16:18:54.2308565Z Running tests... 2022-09-27T16:18:54.2309194Z ---------------------------------------------------------------------- 2022-09-27T16:18:54.2329407Z test_aaa_must_run_first_check_experimental_warning (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:18:54.2350884Z test_addcmul_addcdiv (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:18:54.2426519Z test_addmm (__main__.TestNamedTensor) ... ok (0.008s) 2022-09-27T16:18:54.2444054Z test_addmv (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:18:54.2456449Z test_align_as (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:54.2464998Z test_align_tensors (__main__.TestNamedTensor) ... skip: Not implemented yet (0.001s) 2022-09-27T16:18:54.2498043Z test_align_tensors_two_inputs (__main__.TestNamedTensor) ... skip: Not implemented yet (0.003s) 2022-09-27T16:18:54.2591558Z test_align_to (__main__.TestNamedTensor) ... ok (0.009s) 2022-09-27T16:18:54.2699966Z test_align_to_ellipsis (__main__.TestNamedTensor) ... ok (0.011s) 2022-09-27T16:18:54.2709039Z test_any_all (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:54.2715298Z test_as_strided (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:54.2717964Z test_as_strided_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.000s) 2022-09-27T16:18:54.2727439Z test_autograd_ignores_names (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:54.2738972Z test_autograd_smoke (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:54.2750027Z test_autograd_warns_named_grad (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:54.2761149Z test_bernoulli (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:54.2943814Z test_big_tensor_repr_has_names (__main__.TestNamedTensor) ... ok (0.018s) 2022-09-27T16:18:54.6317013Z test_binary_ops (__main__.TestNamedTensor) ... ok (0.337s) 2022-09-27T16:18:54.6330102Z test_bitwise_not (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:54.6520928Z test_bmm (__main__.TestNamedTensor) ... ok (0.019s) 2022-09-27T16:18:54.6669667Z test_cat (__main__.TestNamedTensor) ... ok (0.015s) 2022-09-27T16:18:54.6682958Z test_cdist (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:54.6735983Z test_comparison_ops (__main__.TestNamedTensor) ... ok (0.005s) 2022-09-27T16:18:54.6748244Z test_copy_transpose (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:54.6761054Z test_cummax_cummin (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:54.6771070Z test_detach (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:54.6783788Z test_diagonal (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:54.6791731Z test_dot (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:54.6803198Z test_equal (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:54.6816821Z test_expand (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:54.6856784Z test_factory_coverage (__main__.TestNamedTensor) ... ok (0.004s) 2022-09-27T16:18:54.7045313Z test_factory_edge_cases (__main__.TestNamedTensor) ... ok (0.019s) 2022-09-27T16:18:54.7152162Z test_flatten (__main__.TestNamedTensor) ... ok (0.011s) 2022-09-27T16:18:54.7181906Z test_flatten_nodims (__main__.TestNamedTensor) ... ok (0.003s) 2022-09-27T16:18:54.7191455Z test_has_names (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:54.7209300Z test_index_fill (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:18:54.7223636Z test_info_smoke (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:54.7232743Z test_logcumsumexp (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:54.7244875Z test_logical_not (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:54.7266678Z test_logical_ops (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:18:54.7411372Z test_masked_fill (__main__.TestNamedTensor) ... ok (0.014s) 2022-09-27T16:18:54.7477854Z test_masked_select (__main__.TestNamedTensor) ... ok (0.007s) 2022-09-27T16:18:54.7692955Z test_matmul (__main__.TestNamedTensor) ... ok (0.021s) 2022-09-27T16:18:54.7722043Z test_max_pooling (__main__.TestNamedTensor) ... ok (0.003s) 2022-09-27T16:18:54.7733353Z test_max_pooling_without_names_does_not_warn (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:54.7799442Z test_mm (__main__.TestNamedTensor) ... ok (0.007s) 2022-09-27T16:18:54.7814964Z test_mv (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:18:54.8278422Z test_no_jit_script_support (__main__.TestNamedTensor) ... ok (0.046s) 2022-09-27T16:18:54.8365650Z test_no_jit_tracer_support (__main__.TestNamedTensor) ... ok (0.009s) 2022-09-27T16:18:54.8373939Z test_no_multiprocessing_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:54.8381405Z test_no_pickle_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:54.8389668Z test_no_save_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:54.8399394Z test_noncontig_contiguous (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:54.8408056Z test_none_names_refcount (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:54.8436227Z test_nyi_dimname_overload_msg (__main__.TestNamedTensor) ... ok (0.003s) 2022-09-27T16:18:54.8641865Z test_out_fn_semantics (__main__.TestNamedTensor) ... ok (0.020s) 2022-09-27T16:18:54.8655671Z test_pow_special (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:54.8664960Z test_py3_ellipsis (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:54.9705038Z test_reduction_fns (__main__.TestNamedTensor) ... ok (0.104s) 2022-09-27T16:18:54.9792952Z test_refine_names (__main__.TestNamedTensor) ... ok (0.009s) 2022-09-27T16:18:54.9873712Z test_rename (__main__.TestNamedTensor) ... ok (0.008s) 2022-09-27T16:18:54.9938734Z test_rename_ (__main__.TestNamedTensor) ... ok (0.006s) 2022-09-27T16:18:54.9969752Z test_rename_globber (__main__.TestNamedTensor) ... ok (0.003s) 2022-09-27T16:18:54.9989144Z test_rename_rename_map (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:18:55.0004661Z test_repr (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:18:55.0074704Z test_resize (__main__.TestNamedTensor) ... ok (0.007s) 2022-09-27T16:18:55.0108206Z test_select (__main__.TestNamedTensor) ... ok (0.003s) 2022-09-27T16:18:55.0111109Z test_select_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.000s) 2022-09-27T16:18:55.0160930Z test_set_names_property (__main__.TestNamedTensor) ... ok (0.005s) 2022-09-27T16:18:55.0234587Z test_size (__main__.TestNamedTensor) ... ok (0.007s) 2022-09-27T16:18:55.0249332Z test_split_fns_propagates_names (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:55.0259056Z test_squeeze (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:55.0330139Z test_stride (__main__.TestNamedTensor) ... ok (0.007s) 2022-09-27T16:18:55.0364679Z test_tensor_from_lists (__main__.TestNamedTensor) ... ok (0.003s) 2022-09-27T16:18:55.0375405Z test_tensor_from_named_tensor (__main__.TestNamedTensor) ... test_namedtensor.py:516: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:18:55.0375894Z tensor = torch.tensor(x) 2022-09-27T16:18:55.0377491Z test_namedtensor.py:522: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:18:55.0378094Z tensor = torch.tensor(x, names=None) 2022-09-27T16:18:55.0378994Z test_namedtensor.py:527: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:18:55.0379727Z tensor = torch.tensor(x, names=('N', 'C')) 2022-09-27T16:18:55.0396557Z ok (0.003s) 2022-09-27T16:18:55.0405947Z test_tensor_from_numpy (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:55.0413210Z test_tensor_from_tensor (__main__.TestNamedTensor) ... test_namedtensor.py:511: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:18:55.0413780Z tensor = torch.tensor(x, names=names) 2022-09-27T16:18:55.0414646Z ok (0.001s) 2022-09-27T16:18:55.0425897Z test_tensor_grad_is_unnamed (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:55.0440174Z test_transpose_variants (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:55.0445803Z test_trivial (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:55.0645197Z test_unary_propagate_names_fns (__main__.TestNamedTensor) ... ok (0.020s) 2022-09-27T16:18:55.0805753Z test_unflatten (__main__.TestNamedTensor) ... ok (0.016s) 2022-09-27T16:18:55.0906797Z test_unsupported_op_error_msg (__main__.TestNamedTensor) ... ok (0.010s) 2022-09-27T16:18:55.0914482Z test_using_seen_interned_string_doesnt_bump_refcount (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:55.0922007Z test_using_unseen_interned_string_bumps_refcount_permanently (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:55.0932371Z test_using_unseen_uninterned_string_refcounts (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:55.0932635Z 2022-09-27T16:18:55.0933279Z ---------------------------------------------------------------------- 2022-09-27T16:18:55.0933721Z Ran 86 tests in 0.862s 2022-09-27T16:18:55.0933928Z 2022-09-27T16:18:55.0934029Z OK (skipped=4) 2022-09-27T16:18:55.0934139Z 2022-09-27T16:18:55.0934225Z Generating XML reports... 2022-09-27T16:18:55.1024574Z Generated XML report: test-reports/python-unittest/test_namedtensor/TEST-TestNamedTensor-20220927161854.xml 2022-09-27T16:18:55.3686046Z Running test_functionalization ... [2022-09-27 16:18:55.368153] 2022-09-27T16:18:55.3686620Z Executing ['/opt/conda/bin/python', '-bb', 'test_functionalization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:55.368240] 2022-09-27T16:18:56.5647933Z Test results will be stored in test-reports/python-unittest/test_functionalization 2022-09-27T16:18:56.5659766Z 2022-09-27T16:18:56.5659914Z Running tests... 2022-09-27T16:18:56.5660531Z ---------------------------------------------------------------------- 2022-09-27T16:18:56.7970549Z test_aliases_maintained_after_pass_when_reapplying_views (__main__.TestFunctionalization) ... ok (0.231s) 2022-09-27T16:18:56.8108113Z test_as_strided (__main__.TestFunctionalization) ... ok (0.014s) 2022-09-27T16:18:56.8227473Z test_cat (__main__.TestFunctionalization) ... ok (0.012s) 2022-09-27T16:18:56.8806454Z test_copy_ (__main__.TestFunctionalization) ... ok (0.058s) 2022-09-27T16:18:56.8975082Z test_diagonal (__main__.TestFunctionalization) ... ok (0.017s) 2022-09-27T16:18:56.9093534Z test_diagonal_mutated_input (__main__.TestFunctionalization) ... ok (0.012s) 2022-09-27T16:18:57.0068167Z test_everything (__main__.TestFunctionalization) ... ok (0.097s) 2022-09-27T16:18:57.0139815Z test_expand_symint (__main__.TestFunctionalization) ... ok (0.007s) 2022-09-27T16:18:57.0299346Z test_fill_ (__main__.TestFunctionalization) ... ok (0.016s) 2022-09-27T16:18:57.0460115Z test_index_mutation_on_non_input (__main__.TestFunctionalization) ... ok (0.016s) 2022-09-27T16:18:57.0631496Z test_inplace_on_non_view (__main__.TestFunctionalization) ... ok (0.017s) 2022-09-27T16:18:57.0762635Z test_metadata_change (__main__.TestFunctionalization) ... ok (0.013s) 2022-09-27T16:18:57.0775502Z test_metadata_change_out_op (__main__.TestFunctionalization) ... ok (0.001s) 2022-09-27T16:18:57.0822213Z test_mixed_wrappers_invalid (__main__.TestFunctionalization) ... ok (0.005s) 2022-09-27T16:18:57.0834413Z test_mixed_wrappers_valid (__main__.TestFunctionalization) ... ok (0.001s) 2022-09-27T16:18:57.0847627Z 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:18:57.0848356Z torch.aminmax(x, dim=0, out=(out_max, out_min)) 2022-09-27T16:18:57.0985653Z ok (0.015s) 2022-09-27T16:18:57.1099103Z test_multiple_views_of_same_base (__main__.TestFunctionalization) ... ok (0.011s) 2022-09-27T16:18:57.1135212Z test_mutable_op_not_inplace_or_other (__main__.TestFunctionalization) ... ok (0.004s) 2022-09-27T16:18:57.1220523Z test_nested_functions_propagate_updates (__main__.TestFunctionalization) ... ok (0.009s) 2022-09-27T16:18:57.1245131Z test_only_one_view (__main__.TestFunctionalization) ... ok (0.002s) 2022-09-27T16:18:57.1386463Z test_optional_tensor_list (__main__.TestFunctionalization) ... ok (0.014s) 2022-09-27T16:18:57.1523337Z test_reapply_views_simple (__main__.TestFunctionalization) ... ok (0.014s) 2022-09-27T16:18:57.1562649Z test_resize_larger_invalid (__main__.TestFunctionalization) ... ok (0.004s) 2022-09-27T16:18:57.1759096Z test_resize_larger_valid (__main__.TestFunctionalization) ... ok (0.020s) 2022-09-27T16:18:57.2228796Z test_resize_smaller (__main__.TestFunctionalization) ... ok (0.047s) 2022-09-27T16:18:57.2238181Z test_save_for_backwards_segfault (__main__.TestFunctionalization) ... ok (0.001s) 2022-09-27T16:18:57.2389449Z test_scalars (__main__.TestFunctionalization) ... ok (0.015s) 2022-09-27T16:18:57.2579672Z test_simple (__main__.TestFunctionalization) ... ok (0.019s) 2022-09-27T16:18:57.2591679Z 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:18:57.2592378Z torch.add(y, tmp, out=z) 2022-09-27T16:18:57.2757649Z ok (0.018s) 2022-09-27T16:18:57.2937455Z test_split (__main__.TestFunctionalization) ... ok (0.018s) 2022-09-27T16:18:57.3115709Z test_tensor_ctr (__main__.TestFunctionalization) ... ok (0.018s) 2022-09-27T16:18:57.3189546Z test_tensor_list_composite (__main__.TestFunctionalization) ... ok (0.007s) 2022-09-27T16:18:57.3201008Z test_tensor_list_mixed_functional_nonfunctional (__main__.TestFunctionalization) ... ok (0.001s) 2022-09-27T16:18:57.3360961Z test_view_inplace (__main__.TestFunctionalization) ... ok (0.016s) 2022-09-27T16:18:57.3361304Z 2022-09-27T16:18:57.3361823Z ---------------------------------------------------------------------- 2022-09-27T16:18:57.3362111Z Ran 34 tests in 0.770s 2022-09-27T16:18:57.3362227Z 2022-09-27T16:18:57.3362288Z OK 2022-09-27T16:18:57.3362380Z 2022-09-27T16:18:57.3362467Z Generating XML reports... 2022-09-27T16:18:57.3417650Z Generated XML report: test-reports/python-unittest/test_functionalization/TEST-TestFunctionalization-20220927161856.xml 2022-09-27T16:18:57.5997831Z Running test_tensorexpr_pybind ... [2022-09-27 16:18:57.599406] 2022-09-27T16:18:57.5998373Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensorexpr_pybind.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:57.599493] 2022-09-27T16:18:58.8338896Z Test results will be stored in test-reports/python-unittest/test_tensorexpr_pybind 2022-09-27T16:18:58.8351525Z 2022-09-27T16:18:58.8351624Z Running tests... 2022-09-27T16:18:58.8352132Z ---------------------------------------------------------------------- 2022-09-27T16:18:59.0740937Z test_unary_ops (__main__.TestExprHandlePyBind) ... ok (0.239s) 2022-09-27T16:18:59.0994426Z test_alloc_in_loop (__main__.TestTensorExprPyBind) ... ok (0.025s) 2022-09-27T16:18:59.1010856Z test_call_raw (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-09-27T16:18:59.1020112Z test_dtype_error (__main__.TestTensorExprPyBind) ... ok (0.001s) 2022-09-27T16:18:59.1039100Z test_dynamic_shape (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-09-27T16:18:59.1065086Z test_dynamic_shape_2d (__main__.TestTensorExprPyBind) ... ok (0.003s) 2022-09-27T16:18:59.1081231Z test_external_calls (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-09-27T16:18:59.2695628Z test_kernel_shape_prop (__main__.TestTensorExprPyBind) ... ok (0.161s) 2022-09-27T16:18:59.3100362Z test_kernel_shape_prop_module (__main__.TestTensorExprPyBind) ... ok (0.040s) 2022-09-27T16:18:59.3364419Z test_kernel_with_custom_lowering (__main__.TestTensorExprPyBind) ... ok (0.026s) 2022-09-27T16:18:59.3652285Z test_kernel_with_expand (__main__.TestTensorExprPyBind) ... ok (0.029s) 2022-09-27T16:18:59.4257216Z test_kernel_with_permute (__main__.TestTensorExprPyBind) ... ok (0.060s) 2022-09-27T16:18:59.4483051Z test_kernel_with_scalar_inputs (__main__.TestTensorExprPyBind) ... ok (0.023s) 2022-09-27T16:18:59.4774189Z test_kernel_with_t (__main__.TestTensorExprPyBind) ... ok (0.029s) 2022-09-27T16:18:59.5043022Z test_kernel_with_tensor_inputs (__main__.TestTensorExprPyBind) ... ok (0.027s) 2022-09-27T16:18:59.5334231Z test_kernel_with_transpose (__main__.TestTensorExprPyBind) ... ok (0.029s) 2022-09-27T16:18:59.5350323Z test_simple_sum (__main__.TestTensorExprPyBind) ... ok (0.001s) 2022-09-27T16:18:59.5350637Z 2022-09-27T16:18:59.5351067Z ---------------------------------------------------------------------- 2022-09-27T16:18:59.5351743Z Ran 17 tests in 0.700s 2022-09-27T16:18:59.5351912Z 2022-09-27T16:18:59.5351987Z OK 2022-09-27T16:18:59.5352127Z 2022-09-27T16:18:59.5352270Z Generating XML reports... 2022-09-27T16:18:59.5379420Z Generated XML report: test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestExprHandlePyBind-20220927161858.xml 2022-09-27T16:18:59.5393330Z Generated XML report: test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestTensorExprPyBind-20220927161858.xml 2022-09-27T16:18:59.7973534Z Running nn/test_packed_sequence ... [2022-09-27 16:18:59.796910] 2022-09-27T16:18:59.7974071Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_packed_sequence.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:59.796993] 2022-09-27T16:19:00.9837669Z Test results will be stored in test-reports/python-unittest/nn.test_packed_sequence 2022-09-27T16:19:00.9848511Z 2022-09-27T16:19:00.9848699Z Running tests... 2022-09-27T16:19:00.9849110Z ---------------------------------------------------------------------- 2022-09-27T16:19:01.2450087Z test_pack_padded_sequence (__main__.PackedSequenceTest) ... ok (0.260s) 2022-09-27T16:19:01.3136845Z test_pack_sequence (__main__.PackedSequenceTest) ... ok (0.068s) 2022-09-27T16:19:01.3271162Z test_pad_sequence (__main__.PackedSequenceTest) ... ok (0.013s) 2022-09-27T16:19:01.3281336Z test_pad_sequence_with_non_iterable_sequences (__main__.PackedSequenceTest) ... ok (0.001s) 2022-09-27T16:19:01.3295500Z test_pad_sequence_with_tensor_sequences (__main__.PackedSequenceTest) ... ok (0.001s) 2022-09-27T16:19:01.3320584Z test_to (__main__.PackedSequenceTest) ... ok (0.002s) 2022-09-27T16:19:01.3332648Z test_to_memory_format (__main__.PackedSequenceTest) ... ok (0.001s) 2022-09-27T16:19:01.3368669Z test_total_length (__main__.PackedSequenceTest) ... ok (0.004s) 2022-09-27T16:19:01.3376607Z test_type_casts (__main__.PackedSequenceTest) 2022-09-27T16:19:01.3591531Z Test type casting of `PackedSequence` against type casting of tensor ... ok (0.022s) 2022-09-27T16:19:01.3707559Z test_unpack_sequence (__main__.PackedSequenceTest) ... ok (0.011s) 2022-09-27T16:19:01.3805990Z test_unpad_sequence (__main__.PackedSequenceTest) ... ok (0.010s) 2022-09-27T16:19:01.3853842Z test_wrong_order (__main__.PackedSequenceTest) ... ok (0.005s) 2022-09-27T16:19:01.3854124Z 2022-09-27T16:19:01.3854502Z ---------------------------------------------------------------------- 2022-09-27T16:19:01.3854741Z Ran 12 tests in 0.401s 2022-09-27T16:19:01.3855001Z 2022-09-27T16:19:01.3855067Z OK 2022-09-27T16:19:01.3855164Z 2022-09-27T16:19:01.3855254Z Generating XML reports... 2022-09-27T16:19:01.3888632Z Generated XML report: test-reports/python-unittest/nn.test_packed_sequence/TEST-PackedSequenceTest-20220927161900.xml 2022-09-27T16:19:01.6597148Z Running test_monitor ... [2022-09-27 16:19:01.659284] 2022-09-27T16:19:02.8257998Z Executing ['/opt/conda/bin/python', '-bb', 'test_monitor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:01.659369] 2022-09-27T16:19:02.8258510Z Test results will be stored in test-reports/python-unittest/test_monitor 2022-09-27T16:19:02.8268907Z 2022-09-27T16:19:02.8269269Z Running tests... 2022-09-27T16:19:02.8269681Z ---------------------------------------------------------------------- 2022-09-27T16:19:03.0607302Z test_event_handler (__main__.TestMonitor) ... ok (0.234s) 2022-09-27T16:19:03.0622309Z test_fixed_count_stat (__main__.TestMonitor) ... ok (0.002s) 2022-09-27T16:19:03.0643938Z test_interval_stat (__main__.TestMonitor) ... ok (0.002s) 2022-09-27T16:19:03.0652487Z test_log_event (__main__.TestMonitor) ... ok (0.001s) 2022-09-27T16:19:03.2122842Z test_event_handler (__main__.TestMonitorTensorboard) ... ok (0.147s) 2022-09-27T16:19:03.2123181Z 2022-09-27T16:19:03.2123498Z ---------------------------------------------------------------------- 2022-09-27T16:19:03.2123747Z Ran 5 tests in 0.385s 2022-09-27T16:19:03.2123865Z 2022-09-27T16:19:03.2123930Z OK 2022-09-27T16:19:03.2124169Z 2022-09-27T16:19:03.2124245Z Generating XML reports... 2022-09-27T16:19:03.2129040Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitor-20220927161902.xml 2022-09-27T16:19:03.2131649Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitorTensorboard-20220927161902.xml 2022-09-27T16:19:03.5066671Z Running lazy/test_reuse_ir ... [2022-09-27 16:19:03.506248] 2022-09-27T16:19:03.5067185Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_reuse_ir.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:03.506328] 2022-09-27T16:19:04.7080778Z Test results will be stored in test-reports/python-unittest/lazy.test_reuse_ir 2022-09-27T16:19:04.7091355Z 2022-09-27T16:19:04.7091451Z Running tests... 2022-09-27T16:19:04.7091986Z ---------------------------------------------------------------------- 2022-09-27T16:19:04.9395758Z 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.230s) 2022-09-27T16:19:04.9407232Z 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:04.9419685Z 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:05.0567233Z testBatchNorm (__main__.TestLazyReuseIr) ... ok (0.115s) 2022-09-27T16:19:05.0567540Z 2022-09-27T16:19:05.0568350Z ---------------------------------------------------------------------- 2022-09-27T16:19:05.0568733Z Ran 4 tests in 0.347s 2022-09-27T16:19:05.0568925Z 2022-09-27T16:19:05.0569054Z OK (skipped=3) 2022-09-27T16:19:05.0569225Z 2022-09-27T16:19:05.0569380Z Generating XML reports... 2022-09-27T16:19:05.0598282Z Generated XML report: test-reports/python-unittest/lazy.test_reuse_ir/TEST-TestLazyReuseIr-20220927161904.xml 2022-09-27T16:19:05.3228449Z Running test_native_functions ... [2022-09-27 16:19:05.322477] 2022-09-27T16:19:05.3229031Z Executing ['/opt/conda/bin/python', '-bb', 'test_native_functions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:05.322563] 2022-09-27T16:19:06.5036037Z Test results will be stored in test-reports/python-unittest/test_native_functions 2022-09-27T16:19:06.5047248Z 2022-09-27T16:19:06.5047683Z Running tests... 2022-09-27T16:19:06.5048139Z ---------------------------------------------------------------------- 2022-09-27T16:19:06.7839560Z test_optional_filled_intlist (__main__.TestNativeFunctions) ... ok (0.279s) 2022-09-27T16:19:06.7942467Z test_optional_floatlist (__main__.TestNativeFunctions) ... ok (0.010s) 2022-09-27T16:19:06.8017610Z test_optional_floatlist_invalid (__main__.TestNativeFunctions) ... ok (0.007s) 2022-09-27T16:19:06.8102870Z test_optional_intlist (__main__.TestNativeFunctions) ... ok (0.008s) 2022-09-27T16:19:06.8172607Z test_optional_intlist_invalid (__main__.TestNativeFunctions) ... ok (0.007s) 2022-09-27T16:19:06.8236352Z test_string_defaults (__main__.TestNativeFunctions) ... ok (0.006s) 2022-09-27T16:19:06.8236655Z 2022-09-27T16:19:06.8237096Z ---------------------------------------------------------------------- 2022-09-27T16:19:06.8237477Z Ran 6 tests in 0.319s 2022-09-27T16:19:06.8237660Z 2022-09-27T16:19:06.8237757Z OK 2022-09-27T16:19:06.8237905Z 2022-09-27T16:19:06.8238286Z Generating XML reports... 2022-09-27T16:19:06.8266808Z Generated XML report: test-reports/python-unittest/test_native_functions/TEST-TestNativeFunctions-20220927161906.xml 2022-09-27T16:19:07.0833070Z Running test_multiprocessing_spawn ... [2022-09-27 16:19:07.082912] 2022-09-27T16:19:07.0833628Z Executing ['/opt/conda/bin/python', '-bb', 'test_multiprocessing_spawn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:07.082999] 2022-09-27T16:19:08.2803221Z Test results will be stored in test-reports/python-unittest/test_multiprocessing_spawn 2022-09-27T16:19:08.2815949Z 2022-09-27T16:19:08.2816267Z Running tests... 2022-09-27T16:19:08.2816915Z ---------------------------------------------------------------------- 2022-09-27T16:19:08.5149077Z test_errors_pickleable (__main__.ErrorTest) ... ok (0.233s) 2022-09-27T16:19:08.6067969Z test_exception_all (__main__.ForkTest) ... ok (0.092s) 2022-09-27T16:19:08.6077840Z test_exception_single (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/75409 for platform(s) asan, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:19:08.6085056Z test_first_argument_index (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76009 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:19:08.6090678Z test_success (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76061 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:19:08.6098090Z test_success_first_then_exception (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73340 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:19:08.6104427Z test_success_non_blocking (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81280 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:19:08.6111149Z test_terminate_exit (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81389 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:19:08.6117615Z test_terminate_signal (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72927 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:19:08.6123650Z test_exception_all (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74223 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:19:08.6128845Z test_exception_raises (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83499 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-09-27T16:19:08.6135328Z test_exception_single (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/78982 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:19:08.6142139Z test_first_argument_index (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73266 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:19:08.6232255Z test_signal_raises (__main__.SpawnTest) ... ok (0.009s) 2022-09-27T16:19:08.6241243Z test_success (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72298 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:19:08.6247624Z test_success_first_then_exception (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72625 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:19:08.6254687Z test_success_non_blocking (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72926 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:19:08.6261444Z test_terminate_exit (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72624 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:19:08.6268367Z test_terminate_signal (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73341 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:19:08.6269005Z 2022-09-27T16:19:08.6270004Z ---------------------------------------------------------------------- 2022-09-27T16:19:08.6270447Z Ran 19 tests in 0.345s 2022-09-27T16:19:08.6270566Z 2022-09-27T16:19:08.6270641Z OK (skipped=16) 2022-09-27T16:19:08.6270759Z 2022-09-27T16:19:08.6270847Z Generating XML reports... 2022-09-27T16:19:08.6299834Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-ErrorTest-20220927161908.xml 2022-09-27T16:19:08.6309167Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-ForkTest-20220927161908.xml 2022-09-27T16:19:08.6319800Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-SpawnTest-20220927161908.xml 2022-09-27T16:19:08.9248837Z Running profiler/test_profiler_tree ... [2022-09-27 16:19:08.924456] 2022-09-27T16:19:08.9249400Z Executing ['/opt/conda/bin/python', '-bb', 'profiler/test_profiler_tree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:08.924538] 2022-09-27T16:19:10.0966646Z Test results will be stored in test-reports/python-unittest/profiler.test_profiler_tree 2022-09-27T16:19:10.0978239Z 2022-09-27T16:19:10.0978431Z Running tests... 2022-09-27T16:19:10.0978920Z ---------------------------------------------------------------------- 2022-09-27T16:19:10.3289571Z 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.231s) 2022-09-27T16:19:10.3299593Z test_profiler_experimental_tree_cuda (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.001s) 2022-09-27T16:19:10.3314858Z test_profiler_experimental_tree_cuda_detailed (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.001s) 2022-09-27T16:19:10.3324837Z test_profiler_experimental_tree_cuda_with_stream (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.001s) 2022-09-27T16:19:10.3336077Z 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:10.3347513Z 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:10.3358425Z 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:10.3387438Z test_profiler_experimental_tree_with_stack_and_modules (__main__.TestProfilerTree) ... STAGE:2022-09-27 16:19:10 7391:7391 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:19:10.3400628Z STAGE:2022-09-27 16:19:10 7391:7391 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:19:10.3463496Z STAGE:2022-09-27 16:19:10 7391:7391 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:19:10.3470479Z STAGE:2022-09-27 16:19:10 7391:7391 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:19:10.3524738Z STAGE:2022-09-27 16:19:10 7391:7391 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:19:10.3530614Z STAGE:2022-09-27 16:19:10 7391:7391 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:19:10.3581477Z ok (0.022s) 2022-09-27T16:19:10.3592680Z test_profiler_experimental_tree_with_stack_and_torch_dispatch (__main__.TestProfilerTree) ... STAGE:2022-09-27 16:19:10 7391:7391 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:19:10.3598603Z STAGE:2022-09-27 16:19:10 7391:7391 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:19:10.3621262Z STAGE:2022-09-27 16:19:10 7391:7391 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:19:10.3626812Z STAGE:2022-09-27 16:19:10 7391:7391 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:19:10.3649977Z STAGE:2022-09-27 16:19:10 7391:7391 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:19:10.3655642Z STAGE:2022-09-27 16:19:10 7391:7391 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:19:10.3681499Z ok (0.010s) 2022-09-27T16:19:10.3694053Z test_profiler_experimental_tree_with_stack_and_torch_function (__main__.TestProfilerTree) ... STAGE:2022-09-27 16:19:10 7391:7391 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:19:10.3697140Z STAGE:2022-09-27 16:19:10 7391:7391 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:19:10.3711054Z STAGE:2022-09-27 16:19:10 7391:7391 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:19:10.3714106Z STAGE:2022-09-27 16:19:10 7391:7391 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:19:10.3728630Z STAGE:2022-09-27 16:19:10 7391:7391 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:19:10.3731589Z STAGE:2022-09-27 16:19:10 7391:7391 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:19:10.3745249Z ok (0.006s) 2022-09-27T16:19:10.3745443Z 2022-09-27T16:19:10.3745780Z ---------------------------------------------------------------------- 2022-09-27T16:19:10.3746059Z Ran 10 tests in 0.277s 2022-09-27T16:19:10.3746181Z 2022-09-27T16:19:10.3746255Z OK (skipped=7) 2022-09-27T16:19:10.3746350Z 2022-09-27T16:19:10.3746437Z Generating XML reports... 2022-09-27T16:19:10.3779291Z Generated XML report: test-reports/python-unittest/profiler.test_profiler_tree/TEST-TestProfilerTree-20220927161910.xml 2022-09-27T16:19:10.6342891Z Running test_show_pickle ... [2022-09-27 16:19:10.633951] 2022-09-27T16:19:10.6343395Z Executing ['/opt/conda/bin/python', '-bb', 'test_show_pickle.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:10.634036] 2022-09-27T16:19:11.8114435Z Test results will be stored in test-reports/python-unittest/test_show_pickle 2022-09-27T16:19:11.8124707Z 2022-09-27T16:19:11.8124825Z Running tests... 2022-09-27T16:19:11.8125283Z ---------------------------------------------------------------------- 2022-09-27T16:19:12.0480932Z test_scripted_model (__main__.TestShowPickle) ... ok (0.235s) 2022-09-27T16:19:12.0481282Z 2022-09-27T16:19:12.0481758Z ---------------------------------------------------------------------- 2022-09-27T16:19:12.0482176Z Ran 1 test in 0.235s 2022-09-27T16:19:12.0482383Z 2022-09-27T16:19:12.0482494Z OK 2022-09-27T16:19:12.0482658Z 2022-09-27T16:19:12.0482805Z Generating XML reports... 2022-09-27T16:19:12.0506515Z Generated XML report: test-reports/python-unittest/test_show_pickle/TEST-TestShowPickle-20220927161911.xml 2022-09-27T16:19:12.3132163Z Running test_type_info ... [2022-09-27 16:19:12.312861] 2022-09-27T16:19:12.3132698Z Executing ['/opt/conda/bin/python', '-bb', 'test_type_info.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:12.312939] 2022-09-27T16:19:13.5071354Z Test results will be stored in test-reports/python-unittest/test_type_info 2022-09-27T16:19:13.5082804Z 2022-09-27T16:19:13.5083230Z Running tests... 2022-09-27T16:19:13.5084099Z ---------------------------------------------------------------------- 2022-09-27T16:19:13.7450239Z test_finfo (__main__.TestDTypeInfo) ... ok (0.236s) 2022-09-27T16:19:13.7469545Z test_iinfo (__main__.TestDTypeInfo) ... ok (0.002s) 2022-09-27T16:19:13.7480716Z test_invalid_input (__main__.TestDTypeInfo) ... ok (0.001s) 2022-09-27T16:19:13.7480961Z 2022-09-27T16:19:13.7481613Z ---------------------------------------------------------------------- 2022-09-27T16:19:13.7481904Z Ran 3 tests in 0.240s 2022-09-27T16:19:13.7482025Z 2022-09-27T16:19:13.7482073Z OK 2022-09-27T16:19:13.7482174Z 2022-09-27T16:19:13.7482269Z Generating XML reports... 2022-09-27T16:19:13.7507025Z Generated XML report: test-reports/python-unittest/test_type_info/TEST-TestDTypeInfo-20220927161913.xml 2022-09-27T16:19:13.9977614Z Running test_license ... [2022-09-27 16:19:13.997308] 2022-09-27T16:19:13.9978347Z Executing ['/opt/conda/bin/python', '-bb', 'test_license.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:13.997385] 2022-09-27T16:19:15.1671821Z Test results will be stored in test-reports/python-unittest/test_license 2022-09-27T16:19:15.1681275Z 2022-09-27T16:19:15.1681357Z Running tests... 2022-09-27T16:19:15.1682227Z ---------------------------------------------------------------------- 2022-09-27T16:19:15.1689591Z test_distinfo_license (__main__.TestLicense) 2022-09-27T16:19:15.3989689Z If run when pytorch is installed via a wheel, the license will be in ... ok (0.231s) 2022-09-27T16:19:15.3994522Z test_license_for_wheel (__main__.TestLicense) ... skip: can only be run in a source tree (0.000s) 2022-09-27T16:19:15.3994893Z 2022-09-27T16:19:15.3995425Z ---------------------------------------------------------------------- 2022-09-27T16:19:15.3995681Z Ran 2 tests in 0.231s 2022-09-27T16:19:15.3995797Z 2022-09-27T16:19:15.3995887Z OK (skipped=1) 2022-09-27T16:19:15.3995998Z 2022-09-27T16:19:15.3996071Z Generating XML reports... 2022-09-27T16:19:15.4021816Z Generated XML report: test-reports/python-unittest/test_license/TEST-TestLicense-20220927161915.xml 2022-09-27T16:19:15.6592389Z Running test_native_mha ... [2022-09-27 16:19:15.658891] 2022-09-27T16:19:15.6593033Z Executing ['/opt/conda/bin/python', '-bb', 'test_native_mha.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:15.658971] 2022-09-27T16:19:17.0473063Z Test results will be stored in test-reports/python-unittest/test_native_mha 2022-09-27T16:19:17.0484706Z 2022-09-27T16:19:17.0485214Z Running tests... 2022-09-27T16:19:17.0485647Z ---------------------------------------------------------------------- 2022-09-27T16:19:17.0541351Z test_native_multihead_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:19:17.0571451Z test_native_multihead_encoder_decoder_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:19:17.0662870Z 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:17.0663832Z q = torch.nested_tensor(qs, device=device, dtype=dtype) 2022-09-27T16:19:17.1114643Z ok (0.054s) 2022-09-27T16:19:17.1241548Z test_transform_bias_rescale_qkv_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:19:17.1251889Z test_transform_bias_rescale_qkv_nested_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:19:17.1252326Z 2022-09-27T16:19:17.1252795Z ---------------------------------------------------------------------- 2022-09-27T16:19:17.1253218Z Ran 5 tests in 0.077s 2022-09-27T16:19:17.1253337Z 2022-09-27T16:19:17.1253410Z OK (skipped=1) 2022-09-27T16:19:17.1253531Z 2022-09-27T16:19:17.1253604Z Generating XML reports... 2022-09-27T16:19:17.1281735Z Generated XML report: test-reports/python-unittest/test_native_mha/TEST-TestMHADeviceTypeCPU-20220927161917.xml 2022-09-27T16:19:17.3814636Z Running test_nvfuser_frontend ... [2022-09-27 16:19:17.381092] 2022-09-27T16:19:17.3815362Z Executing ['/opt/conda/bin/python', '-bb', 'test_nvfuser_frontend.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:17.381169] 2022-09-27T16:19:18.6081046Z Test results will be stored in test-reports/python-unittest/test_nvfuser_frontend 2022-09-27T16:19:18.6093069Z 2022-09-27T16:19:18.6093189Z Running tests... 2022-09-27T16:19:18.6093618Z ---------------------------------------------------------------------- 2022-09-27T16:19:18.6110701Z test_basic (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.002s) 2022-09-27T16:19:18.6120578Z test_basic_fp16 (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-09-27T16:19:18.6128187Z test_broadcast_mixing (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-09-27T16:19:18.6138569Z test_cast_double_to_half (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-09-27T16:19:18.6147370Z test_explicit_broadcast_input (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-09-27T16:19:18.6155246Z test_implicit_broadcast_input (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-09-27T16:19:18.6195449Z test_prim_layer_norm_fwd (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.004s) 2022-09-27T16:19:18.6216250Z test_prim_rms_norm_fwd (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.002s) 2022-09-27T16:19:18.6223839Z test_promote_to_double (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-09-27T16:19:18.6224185Z 2022-09-27T16:19:18.6224636Z ---------------------------------------------------------------------- 2022-09-27T16:19:18.6225056Z Ran 9 tests in 0.013s 2022-09-27T16:19:18.6225210Z 2022-09-27T16:19:18.6225288Z OK (skipped=9) 2022-09-27T16:19:18.6225397Z 2022-09-27T16:19:18.6225482Z Generating XML reports... 2022-09-27T16:19:18.6256439Z Generated XML report: test-reports/python-unittest/test_nvfuser_frontend/TEST-TestNvFuserFrontend-20220927161918.xml 2022-09-27T16:19:18.8232253Z Running test_complex ... [2022-09-27 16:19:18.822788] 2022-09-27T16:19:18.8232782Z Executing ['/opt/conda/bin/python', '-bb', 'test_complex.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:18.822868] 2022-09-27T16:19:20.2187932Z Test results will be stored in test-reports/python-unittest/test_complex 2022-09-27T16:19:20.2199701Z 2022-09-27T16:19:20.2199804Z Running tests... 2022-09-27T16:19:20.2200586Z ---------------------------------------------------------------------- 2022-09-27T16:19:20.2218182Z test_dtype_inference_cpu_float32 (__main__.TestComplexTensorCPU) ... ok (0.002s) 2022-09-27T16:19:20.2227979Z test_dtype_inference_cpu_float64 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-09-27T16:19:20.2238420Z test_to_list_cpu_complex128 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-09-27T16:19:20.2247728Z test_to_list_cpu_complex64 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-09-27T16:19:20.2248181Z 2022-09-27T16:19:20.2248425Z ---------------------------------------------------------------------- 2022-09-27T16:19:20.2248675Z Ran 4 tests in 0.005s 2022-09-27T16:19:20.2248791Z 2022-09-27T16:19:20.2248853Z OK 2022-09-27T16:19:20.2248945Z 2022-09-27T16:19:20.2249018Z Generating XML reports... 2022-09-27T16:19:20.2274634Z Generated XML report: test-reports/python-unittest/test_complex/TEST-TestComplexTensorCPU-20220927161920.xml 2022-09-27T16:19:20.4896586Z Running test_vulkan ... [2022-09-27 16:19:20.489288] 2022-09-27T16:19:20.4897103Z Executing ['/opt/conda/bin/python', '-bb', 'test_vulkan.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:20.489365] 2022-09-27T16:19:21.6606325Z Test results will be stored in test-reports/python-unittest/test_vulkan 2022-09-27T16:19:21.6616278Z 2022-09-27T16:19:21.6616479Z Running tests... 2022-09-27T16:19:21.6617040Z ---------------------------------------------------------------------- 2022-09-27T16:19:21.6649774Z test_conv (__main__.TestVulkanRewritePass) ... skip: Vulkan backend must be available for these tests. (0.003s) 2022-09-27T16:19:21.6650029Z 2022-09-27T16:19:21.6650396Z ---------------------------------------------------------------------- 2022-09-27T16:19:21.6650684Z Ran 1 test in 0.003s 2022-09-27T16:19:21.6650801Z 2022-09-27T16:19:21.6650874Z OK (skipped=1) 2022-09-27T16:19:21.6650982Z 2022-09-27T16:19:21.6651060Z Generating XML reports... 2022-09-27T16:19:21.6674883Z Generated XML report: test-reports/python-unittest/test_vulkan/TEST-TestVulkanRewritePass-20220927161921.xml 2022-09-27T16:19:21.8657520Z Running lazy/test_bindings ... [2022-09-27 16:19:21.865346] 2022-09-27T16:19:21.8658053Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:21.865425] 2022-09-27T16:19:23.0442998Z Running lazy/test_meta_kernel ... [2022-09-27 16:19:23.043877] 2022-09-27T16:19:23.0443712Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_meta_kernel.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:23.043957] 2022-09-27T16:19:24.4338347Z Running test_cuda ... [2022-09-27 16:19:24.433426] 2022-09-27T16:19:24.4339051Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:24.433519] 2022-09-27T16:19:25.6642584Z CUDA not available, skipping tests 2022-09-27T16:19:25.6667583Z Test results will be stored in test-reports/python-unittest/test_cuda 2022-09-27T16:19:25.6677656Z 2022-09-27T16:19:25.6677874Z Running tests... 2022-09-27T16:19:25.6678531Z ---------------------------------------------------------------------- 2022-09-27T16:19:25.6678843Z 2022-09-27T16:19:25.6679185Z ---------------------------------------------------------------------- 2022-09-27T16:19:25.6679411Z Ran 0 tests in 0.000s 2022-09-27T16:19:25.6679537Z 2022-09-27T16:19:25.6679596Z OK 2022-09-27T16:19:25.6679688Z 2022-09-27T16:19:25.6679777Z Generating XML reports... 2022-09-27T16:19:25.8723422Z Running test_cuda_sanitizer ... [2022-09-27 16:19:25.871951] 2022-09-27T16:19:25.8723961Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda_sanitizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:25.872032] 2022-09-27T16:19:27.0469589Z CUDA not available, skipping tests 2022-09-27T16:19:27.0489662Z Test results will be stored in test-reports/python-unittest/test_cuda_sanitizer 2022-09-27T16:19:27.0500425Z 2022-09-27T16:19:27.0500690Z Running tests... 2022-09-27T16:19:27.0501288Z ---------------------------------------------------------------------- 2022-09-27T16:19:27.0501577Z 2022-09-27T16:19:27.0501910Z ---------------------------------------------------------------------- 2022-09-27T16:19:27.0502354Z Ran 0 tests in 0.000s 2022-09-27T16:19:27.0502559Z 2022-09-27T16:19:27.0502651Z OK 2022-09-27T16:19:27.0502830Z 2022-09-27T16:19:27.0502989Z Generating XML reports... 2022-09-27T16:19:27.2487764Z Running test_deploy ... [2022-09-27 16:19:27.248409] 2022-09-27T16:19:27.2488187Z Executing ['/opt/conda/bin/python', '-bb', '-m', 'pytest', 'test_deploy.py', '-v'] ... [2022-09-27 16:19:27.248489] 2022-09-27T16:19:27.5842664Z ============================= test session starts ============================== 2022-09-27T16:19:27.5843109Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-09-27T16:19:27.5912445Z cachedir: .pytest_cache 2022-09-27T16:19:27.5913276Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/lib/jenkins/workspace/test/.hypothesis/examples') 2022-09-27T16:19:27.5913752Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-09-27T16:19:27.5914164Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T16:19:28.6315746Z collecting ...  2022-09-27T16:19:28.6323538Z collecting 0 items  2022-09-27T16:19:28.6324120Z collected 1 item  2022-09-27T16:19:28.6327473Z 2022-09-27T16:19:28.8803465Z test_deploy.py::TestFreezer::test_compile_string PASSED [100%] 2022-09-27T16:19:28.8804099Z 2022-09-27T16:19:28.8804816Z ============================== 1 passed in 1.30s =============================== 2022-09-27T16:19:29.1563908Z Running test_fx_backends ... [2022-09-27 16:19:29.155953] 2022-09-27T16:19:29.1564634Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_backends.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:29.156031] 2022-09-27T16:19:30.5667398Z CUDA not available, skipping tests 2022-09-27T16:19:30.5687693Z Test results will be stored in test-reports/python-unittest/test_fx_backends 2022-09-27T16:19:30.5698228Z 2022-09-27T16:19:30.5698384Z Running tests... 2022-09-27T16:19:30.5698874Z ---------------------------------------------------------------------- 2022-09-27T16:19:30.5699175Z 2022-09-27T16:19:30.5699563Z ---------------------------------------------------------------------- 2022-09-27T16:19:30.5699906Z Ran 0 tests in 0.000s 2022-09-27T16:19:30.5700023Z 2022-09-27T16:19:30.5700084Z OK 2022-09-27T16:19:30.5700176Z 2022-09-27T16:19:30.5700262Z Generating XML reports... 2022-09-27T16:19:30.8291749Z Running test_jiterator ... [2022-09-27 16:19:30.828748] 2022-09-27T16:19:30.8292437Z Executing ['/opt/conda/bin/python', '-bb', 'test_jiterator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:30.828830] 2022-09-27T16:19:32.2779892Z CUDA not available, skipping tests 2022-09-27T16:19:32.2805256Z Test results will be stored in test-reports/python-unittest/test_jiterator 2022-09-27T16:19:32.2817714Z 2022-09-27T16:19:32.2817858Z Running tests... 2022-09-27T16:19:32.2818422Z ---------------------------------------------------------------------- 2022-09-27T16:19:32.2818651Z 2022-09-27T16:19:32.2818850Z ---------------------------------------------------------------------- 2022-09-27T16:19:32.2819088Z Ran 0 tests in 0.000s 2022-09-27T16:19:32.2819191Z 2022-09-27T16:19:32.2819255Z OK 2022-09-27T16:19:32.2819346Z 2022-09-27T16:19:32.2819432Z Generating XML reports... 2022-09-27T16:19:32.5387417Z Running test_pruning_op ... [2022-09-27 16:19:32.538329] 2022-09-27T16:19:32.5387940Z Executing ['/opt/conda/bin/python', '-bb', 'test_pruning_op.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:32.538406] 2022-09-27T16:19:34.2382677Z 2022-09-27T16:19:34.2383285Z real 49m49.017s 2022-09-27T16:19:34.2383672Z user 139m43.917s 2022-09-27T16:19:34.2383898Z sys 6m23.139s 2022-09-27T16:19:34.2384077Z + assert_git_not_dirty 2022-09-27T16:19:34.2384472Z + [[ linux-focal-py3.7-gcc7 != *rocm* ]] 2022-09-27T16:19:34.2384742Z + [[ linux-focal-py3.7-gcc7 != *xla* ]] 2022-09-27T16:19:34.2385335Z ++ git status --porcelain 2022-09-27T16:19:40.9019726Z + git_status= 2022-09-27T16:19:40.9020277Z + [[ -n '' ]] 2022-09-27T16:19:40.9020548Z + test_aten 2022-09-27T16:19:40.9020953Z + [[ linux-focal-py3.7-gcc7 != *asan* ]] 2022-09-27T16:19:40.9021227Z + [[ linux-focal-py3.7-gcc7 != *rocm* ]] 2022-09-27T16:19:40.9021509Z + echo 'Running ATen tests with pytorch lib' 2022-09-27T16:19:40.9021741Z Running ATen tests with pytorch lib 2022-09-27T16:19:40.9021942Z + [[ -n '' ]] 2022-09-27T16:19:40.9022182Z + echo 'Running test with the build folder' 2022-09-27T16:19:40.9022403Z Running test with the build folder 2022-09-27T16:19:40.9022590Z + TEST_BASE_DIR=build/bin 2022-09-27T16:19:40.9022920Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so build/bin 2022-09-27T16:19:40.9054496Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libcaffe2*' build/bin 2022-09-27T16:19:40.9062344Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libmkldnn*' build/bin 2022-09-27T16:19:40.9070455Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libnccl*' build/bin 2022-09-27T16:19:40.9079014Z + 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:40.9086743Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libtbb*' build/bin 2022-09-27T16:19:40.9094449Z + ls build/bin 2022-09-27T16:19:40.9154583Z CppSignature_test extension_backend_test 2022-09-27T16:19:40.9155223Z Dict_test half_test 2022-09-27T16:19:40.9155556Z Dimname_test inline_container_test 2022-09-27T16:19:40.9155820Z FileStoreTest ivalue_test 2022-09-27T16:19:40.9156407Z HashStoreTest kernel_function_legacy_test 2022-09-27T16:19:40.9156873Z IListRef_test kernel_function_test 2022-09-27T16:19:40.9157244Z KernelFunction_test kernel_lambda_legacy_test 2022-09-27T16:19:40.9157551Z List_test kernel_lambda_test 2022-09-27T16:19:40.9157905Z MaybeOwned_test kernel_stackbased_test 2022-09-27T16:19:40.9158206Z NamedTensor_test lazy_tensor_test 2022-09-27T16:19:40.9158428Z ProcessGroupGlooTest libc10.so 2022-09-27T16:19:40.9158777Z TCPStoreTest 'libcaffe2*' 2022-09-27T16:19:40.9159091Z aot_model_compiler_test 'libmkldnn*' 2022-09-27T16:19:40.9159387Z apply_utils_test 'libnccl*' 2022-09-27T16:19:40.9159729Z atest 'libtbb*' 2022-09-27T16:19:40.9160121Z backend_fallback_test libtorch.so 2022-09-27T16:19:40.9160556Z basic libtorch_cpu.so 2022-09-27T16:19:40.9160773Z broadcast_test libtorch_global_deps.so 2022-09-27T16:19:40.9161012Z c10_Array_test libtorch_python.so 2022-09-27T16:19:40.9161357Z c10_Bitset_test libtorchbind_test.so 2022-09-27T16:19:40.9161686Z c10_C++17_test make_boxed_from_unboxed_functor_test 2022-09-27T16:19:40.9162183Z c10_CompileTimeFunctionPointer_test math_kernel_test 2022-09-27T16:19:40.9162632Z c10_ConstexprCrc_test memory_format_test 2022-09-27T16:19:40.9163092Z c10_DeadlockDetection_test memory_overlapping_test 2022-09-27T16:19:40.9163560Z c10_DeviceGuard_test mobile_memory_cleanup 2022-09-27T16:19:40.9163805Z c10_Device_test native_test 2022-09-27T16:19:40.9164036Z c10_DispatchKeySet_test op_allowlist_test 2022-09-27T16:19:40.9164259Z c10_Half_test op_registration_test 2022-09-27T16:19:40.9164502Z c10_InlineDeviceGuard_test operator_name_test 2022-09-27T16:19:40.9164752Z c10_InlineStreamGuard_test operators_test 2022-09-27T16:19:40.9165000Z c10_LeftRight_test packedtensoraccessor_test 2022-09-27T16:19:40.9165263Z c10_Metaprogramming_test parallel_benchmark 2022-09-27T16:19:40.9165501Z c10_SizesAndStrides_test pow_test 2022-09-27T16:19:40.9165710Z c10_SmallVectorTest protoc 2022-09-27T16:19:40.9166014Z c10_StreamGuard_test protoc-3.13.0.0 2022-09-27T16:19:40.9166235Z c10_SymInt_test quantized_test 2022-09-27T16:19:40.9166473Z c10_Synchronized_test reduce_ops_test 2022-09-27T16:19:40.9166704Z c10_ThreadLocal_test reportMemoryUsage_test 2022-09-27T16:19:40.9166949Z c10_TypeIndex_test scalar_tensor_test 2022-09-27T16:19:40.9167167Z c10_TypeList_test scalar_test 2022-09-27T16:19:40.9167387Z c10_TypeTraits_test stride_properties_test 2022-09-27T16:19:40.9167628Z c10_accumulate_test tensor_iterator_test 2022-09-27T16:19:40.9167877Z c10_bfloat16_test test_api 2022-09-27T16:19:40.9168078Z c10_complex_math_test test_cpp_rpc 2022-09-27T16:19:40.9168302Z c10_complex_test test_dist_autograd 2022-09-27T16:19:40.9168515Z c10_either_test test_jit 2022-09-27T16:19:40.9168703Z c10_exception_test test_lazy 2022-09-27T16:19:40.9170945Z c10_flags_test test_mobile_nnc 2022-09-27T16:19:40.9171403Z c10_intrusive_ptr_benchmark test_parallel 2022-09-27T16:19:40.9171838Z c10_intrusive_ptr_test test_tensorexpr 2022-09-27T16:19:40.9172270Z c10_irange_test thread_init_test 2022-09-27T16:19:40.9172513Z c10_logging_test torch_shm_manager 2022-09-27T16:19:40.9172741Z c10_optional_test tutorial_tensorexpr 2022-09-27T16:19:40.9172985Z c10_ordered_preserving_dict_test type_ptr_test 2022-09-27T16:19:40.9173199Z c10_registry_test type_test 2022-09-27T16:19:40.9173424Z c10_string_view_test undefined_tensor_test 2022-09-27T16:19:40.9173646Z c10_tempfile_test variant_test 2022-09-27T16:19:40.9173859Z c10_typeid_test vec_test_all_types_AVX2 2022-09-27T16:19:40.9174102Z cpu_generator_test vec_test_all_types_DEFAULT 2022-09-27T16:19:40.9174423Z cpu_profiling_allocator_test verify_api_visibility 2022-09-27T16:19:40.9174660Z cpu_rng_test vmap_test 2022-09-27T16:19:40.9175093Z dispatch_key_set_test weakref_test 2022-09-27T16:19:40.9175322Z dlconvertor_test wrapdim_test 2022-09-27T16:19:40.9175543Z example_allreduce xla_tensor_test 2022-09-27T16:19:40.9175747Z + aten/tools/run_tests.sh build/bin 2022-09-27T16:19:40.9188697Z + set -e 2022-09-27T16:19:40.9190998Z ++ dirname aten/tools/run_tests.sh 2022-09-27T16:19:40.9201865Z + VALGRIND_SUP=/var/lib/jenkins/workspace/aten/tools/valgrind.sup 2022-09-27T16:19:40.9202351Z + pushd build/bin 2022-09-27T16:19:40.9202656Z ~/workspace/build/bin ~/workspace 2022-09-27T16:19:40.9202835Z + VALGRIND=ON 2022-09-27T16:19:40.9202999Z + ./basic 2022-09-27T16:19:41.1785272Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:41.1786125Z [==========] Running 5 tests from 1 test suite. 2022-09-27T16:19:41.1786570Z [----------] Global test environment set-up. 2022-09-27T16:19:41.1786883Z [----------] 5 tests from BasicTest 2022-09-27T16:19:41.1787160Z [ RUN ] BasicTest.BasicTestCPU 2022-09-27T16:19:41.2055658Z 4 ms 2022-09-27T16:19:41.2757308Z 70 ms 2022-09-27T16:19:41.3796457Z 103 ms 2022-09-27T16:19:41.3897468Z [ OK ] BasicTest.BasicTestCPU (211 ms) 2022-09-27T16:19:41.3898117Z [ RUN ] BasicTest.BasicTestHalfCPU 2022-09-27T16:19:41.3923785Z 2 ms 2022-09-27T16:19:41.4850711Z 92 ms 2022-09-27T16:19:41.6125487Z 127 ms 2022-09-27T16:19:41.6221558Z [ OK ] BasicTest.BasicTestHalfCPU (232 ms) 2022-09-27T16:19:41.6222182Z [ RUN ] BasicTest.BasicTestCUDA 2022-09-27T16:19:41.6222500Z [ OK ] BasicTest.BasicTestCUDA (0 ms) 2022-09-27T16:19:41.6222942Z [ RUN ] BasicTest.FactoryMethodsTest 2022-09-27T16:19:41.6224544Z [ OK ] BasicTest.FactoryMethodsTest (0 ms) 2022-09-27T16:19:41.6225102Z [ RUN ] BasicTest.BasicStdTestCPU 2022-09-27T16:19:41.6225468Z Simple example: called once 2022-09-27T16:19:41.6226329Z throw: call_once will retry 2022-09-27T16:19:41.6228299Z throw: call_once will retry 2022-09-27T16:19:41.6230285Z Didn't throw, call_once will not attempt again 2022-09-27T16:19:41.6231087Z [ OK ] BasicTest.BasicStdTestCPU (0 ms) 2022-09-27T16:19:41.6231473Z [----------] 5 tests from BasicTest (444 ms total) 2022-09-27T16:19:41.6231622Z 2022-09-27T16:19:41.6231796Z [----------] Global test environment tear-down 2022-09-27T16:19:41.6232121Z [==========] 5 tests from 1 test suite ran. (444 ms total) 2022-09-27T16:19:41.6232380Z [ PASSED ] 5 tests. 2022-09-27T16:19:41.6855803Z + ./atest 2022-09-27T16:19:41.9581815Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:41.9582477Z [==========] Running 16 tests from 1 test suite. 2022-09-27T16:19:41.9582785Z [----------] Global test environment set-up. 2022-09-27T16:19:41.9583297Z [----------] 16 tests from atest 2022-09-27T16:19:41.9583542Z [ RUN ] atest.operators 2022-09-27T16:19:41.9586463Z [ OK ] atest.operators (0 ms) 2022-09-27T16:19:41.9586850Z [ RUN ] atest.logical_and_operators 2022-09-27T16:19:41.9587841Z [ OK ] atest.logical_and_operators (0 ms) 2022-09-27T16:19:41.9588278Z [ RUN ] atest.logical_or_operators 2022-09-27T16:19:41.9588734Z [ OK ] atest.logical_or_operators (0 ms) 2022-09-27T16:19:41.9589128Z [ RUN ] atest.logical_xor_operators 2022-09-27T16:19:41.9589505Z [ OK ] atest.logical_xor_operators (0 ms) 2022-09-27T16:19:41.9589810Z [ RUN ] atest.lt_operators 2022-09-27T16:19:41.9590352Z [ OK ] atest.lt_operators (0 ms) 2022-09-27T16:19:41.9590885Z [ RUN ] atest.le_operators 2022-09-27T16:19:41.9591256Z [ OK ] atest.le_operators (0 ms) 2022-09-27T16:19:41.9591536Z [ RUN ] atest.gt_operators 2022-09-27T16:19:41.9591894Z [ OK ] atest.gt_operators (0 ms) 2022-09-27T16:19:41.9592320Z [ RUN ] atest.ge_operators 2022-09-27T16:19:41.9592634Z [ OK ] atest.ge_operators (0 ms) 2022-09-27T16:19:41.9592976Z [ RUN ] atest.eq_operators 2022-09-27T16:19:41.9593361Z [ OK ] atest.eq_operators (0 ms) 2022-09-27T16:19:41.9593620Z [ RUN ] atest.ne_operators 2022-09-27T16:19:41.9593929Z [ OK ] atest.ne_operators (0 ms) 2022-09-27T16:19:41.9594181Z [ RUN ] atest.add_operators 2022-09-27T16:19:41.9594457Z [ OK ] atest.add_operators (0 ms) 2022-09-27T16:19:41.9594787Z [ RUN ] atest.max_operators 2022-09-27T16:19:41.9597450Z [ OK ] atest.max_operators (0 ms) 2022-09-27T16:19:41.9597810Z [ RUN ] atest.min_operators 2022-09-27T16:19:41.9598475Z [ OK ] atest.min_operators (0 ms) 2022-09-27T16:19:41.9598941Z [ RUN ] atest.sigmoid_backward_operator 2022-09-27T16:19:41.9599788Z [ OK ] atest.sigmoid_backward_operator (0 ms) 2022-09-27T16:19:41.9600275Z [ RUN ] atest.fmod_tensor_operators 2022-09-27T16:19:41.9600643Z [ OK ] atest.fmod_tensor_operators (0 ms) 2022-09-27T16:19:41.9600900Z [ RUN ] atest.atest 2022-09-27T16:19:41.9624467Z [ OK ] atest.atest (2 ms) 2022-09-27T16:19:41.9624861Z [----------] 16 tests from atest (4 ms total) 2022-09-27T16:19:41.9625007Z 2022-09-27T16:19:41.9625178Z [----------] Global test environment tear-down 2022-09-27T16:19:41.9625477Z [==========] 16 tests from 1 test suite ran. (4 ms total) 2022-09-27T16:19:41.9625739Z [ PASSED ] 16 tests. 2022-09-27T16:19:42.0236810Z + ./scalar_test 2022-09-27T16:19:42.2756991Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:42.2757641Z [==========] Running 4 tests from 1 test suite. 2022-09-27T16:19:42.2757975Z [----------] Global test environment set-up. 2022-09-27T16:19:42.2758310Z [----------] 4 tests from TestScalar 2022-09-27T16:19:42.2758602Z [ RUN ] TestScalar.TestScalar 2022-09-27T16:19:42.2758801Z H2: 3 257 3 1 2022-09-27T16:19:42.2822374Z [ OK ] TestScalar.TestScalar (6 ms) 2022-09-27T16:19:42.2822667Z [ RUN ] TestScalar.TestConj 2022-09-27T16:19:42.2823050Z [ OK ] TestScalar.TestConj (0 ms) 2022-09-27T16:19:42.2823399Z [ RUN ] TestScalar.TestEqual 2022-09-27T16:19:42.2823685Z [ OK ] TestScalar.TestEqual (0 ms) 2022-09-27T16:19:42.2823967Z [ RUN ] TestScalar.TestFormatting 2022-09-27T16:19:42.2824295Z [ OK ] TestScalar.TestFormatting (0 ms) 2022-09-27T16:19:42.2824626Z [----------] 4 tests from TestScalar (6 ms total) 2022-09-27T16:19:42.2824775Z 2022-09-27T16:19:42.2825146Z [----------] Global test environment tear-down 2022-09-27T16:19:42.2825470Z [==========] 4 tests from 1 test suite ran. (6 ms total) 2022-09-27T16:19:42.2825735Z [ PASSED ] 4 tests. 2022-09-27T16:19:42.3418144Z + ./broadcast_test 2022-09-27T16:19:42.5941793Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:42.5942580Z [==========] Running 1 test from 1 test suite. 2022-09-27T16:19:42.5943098Z [----------] Global test environment set-up. 2022-09-27T16:19:42.5943563Z [----------] 1 test from BroadcastTest 2022-09-27T16:19:42.5943976Z [ RUN ] BroadcastTest.Broadcast 2022-09-27T16:19:42.6337824Z [ OK ] BroadcastTest.Broadcast (39 ms) 2022-09-27T16:19:42.6338386Z [----------] 1 test from BroadcastTest (39 ms total) 2022-09-27T16:19:42.6338934Z 2022-09-27T16:19:42.6339195Z [----------] Global test environment tear-down 2022-09-27T16:19:42.6339615Z [==========] 1 test from 1 test suite ran. (39 ms total) 2022-09-27T16:19:42.6339934Z [ PASSED ] 1 test. 2022-09-27T16:19:42.6947864Z + ./wrapdim_test 2022-09-27T16:19:42.9498752Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:42.9499565Z [==========] Running 1 test from 1 test suite. 2022-09-27T16:19:42.9499894Z [----------] Global test environment set-up. 2022-09-27T16:19:42.9500190Z [----------] 1 test from TestWrapdim 2022-09-27T16:19:42.9500503Z [ RUN ] TestWrapdim.TestWrapdim 2022-09-27T16:19:42.9505336Z [ OK ] TestWrapdim.TestWrapdim (0 ms) 2022-09-27T16:19:42.9505932Z [----------] 1 test from TestWrapdim (0 ms total) 2022-09-27T16:19:42.9506190Z 2022-09-27T16:19:42.9506373Z [----------] Global test environment tear-down 2022-09-27T16:19:42.9506687Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-09-27T16:19:42.9506927Z [ PASSED ] 1 test. 2022-09-27T16:19:43.0086482Z + ./apply_utils_test 2022-09-27T16:19:43.2794229Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:43.2794985Z [==========] Running 6 tests from 1 test suite. 2022-09-27T16:19:43.2795278Z [----------] Global test environment set-up. 2022-09-27T16:19:43.2795584Z [----------] 6 tests from ApplyUtilsTest 2022-09-27T16:19:43.2795883Z [ RUN ] ApplyUtilsTest.Contiguous2D 2022-09-27T16:19:43.2819522Z [ OK ] ApplyUtilsTest.Contiguous2D (2 ms) 2022-09-27T16:19:43.2819835Z [ RUN ] ApplyUtilsTest.Small2D 2022-09-27T16:19:43.2820134Z [ OK ] ApplyUtilsTest.Small2D (0 ms) 2022-09-27T16:19:43.2820410Z [ RUN ] ApplyUtilsTest._2D 2022-09-27T16:19:43.2833173Z [ OK ] ApplyUtilsTest._2D (1 ms) 2022-09-27T16:19:43.2833522Z [ RUN ] ApplyUtilsTest._3D 2022-09-27T16:19:43.2835478Z [ OK ] ApplyUtilsTest._3D (0 ms) 2022-09-27T16:19:43.2835771Z [ RUN ] ApplyUtilsTest.Medium3D 2022-09-27T16:19:43.2850823Z [ OK ] ApplyUtilsTest.Medium3D (1 ms) 2022-09-27T16:19:43.2851109Z [ RUN ] ApplyUtilsTest._10D 2022-09-27T16:19:43.3827106Z [ OK ] ApplyUtilsTest._10D (97 ms) 2022-09-27T16:19:43.3827679Z [----------] 6 tests from ApplyUtilsTest (103 ms total) 2022-09-27T16:19:43.3827956Z 2022-09-27T16:19:43.3828157Z [----------] Global test environment tear-down 2022-09-27T16:19:43.3828470Z [==========] 6 tests from 1 test suite ran. (103 ms total) 2022-09-27T16:19:43.3828719Z [ PASSED ] 6 tests. 2022-09-27T16:19:43.4433311Z + ./dlconvertor_test 2022-09-27T16:19:43.6979503Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:43.6980468Z [==========] Running 2 tests from 1 test suite. 2022-09-27T16:19:43.6980790Z [----------] Global test environment set-up. 2022-09-27T16:19:43.6981091Z [----------] 2 tests from TestDlconvertor 2022-09-27T16:19:43.6981387Z [ RUN ] TestDlconvertor.TestDlconvertor 2022-09-27T16:19:43.6984406Z [ OK ] TestDlconvertor.TestDlconvertor (0 ms) 2022-09-27T16:19:43.6984848Z [ RUN ] TestDlconvertor.TestDlconvertorNoStrides 2022-09-27T16:19:43.6985238Z [ OK ] TestDlconvertor.TestDlconvertorNoStrides (0 ms) 2022-09-27T16:19:43.6985593Z [----------] 2 tests from TestDlconvertor (0 ms total) 2022-09-27T16:19:43.6985756Z 2022-09-27T16:19:43.6985922Z [----------] Global test environment tear-down 2022-09-27T16:19:43.6986231Z [==========] 2 tests from 1 test suite ran. (0 ms total) 2022-09-27T16:19:43.6986587Z [ PASSED ] 2 tests. 2022-09-27T16:19:43.7574044Z + ./native_test 2022-09-27T16:19:44.0104173Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:44.0104906Z [==========] Running 2 tests from 1 test suite. 2022-09-27T16:19:44.0105382Z [----------] Global test environment set-up. 2022-09-27T16:19:44.0105837Z [----------] 2 tests from TestNative 2022-09-27T16:19:44.0106256Z [ RUN ] TestNative.NativeTestCPU 2022-09-27T16:19:44.0259298Z [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:44.0259887Z [ OK ] TestNative.NativeTestCPU (15 ms) 2022-09-27T16:19:44.0260196Z [ RUN ] TestNative.NativeTestGPU 2022-09-27T16:19:44.0260501Z [ OK ] TestNative.NativeTestGPU (0 ms) 2022-09-27T16:19:44.0260841Z [----------] 2 tests from TestNative (15 ms total) 2022-09-27T16:19:44.0260994Z 2022-09-27T16:19:44.0261166Z [----------] Global test environment tear-down 2022-09-27T16:19:44.0261467Z [==========] 2 tests from 1 test suite ran. (15 ms total) 2022-09-27T16:19:44.0261724Z [ PASSED ] 2 tests. 2022-09-27T16:19:44.0858767Z + ./scalar_tensor_test 2022-09-27T16:19:44.3394682Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:44.3395527Z [==========] Running 3 tests from 1 test suite. 2022-09-27T16:19:44.3395836Z [----------] Global test environment set-up. 2022-09-27T16:19:44.3396154Z [----------] 3 tests from TestScalarTensor 2022-09-27T16:19:44.3396524Z [ RUN ] TestScalarTensor.TestScalarTensorCPU 2022-09-27T16:19:44.5465284Z [ OK ] TestScalarTensor.TestScalarTensorCPU (207 ms) 2022-09-27T16:19:44.5465721Z [ RUN ] TestScalarTensor.TestScalarTensorCUDA 2022-09-27T16:19:44.5466085Z [ OK ] TestScalarTensor.TestScalarTensorCUDA (0 ms) 2022-09-27T16:19:44.5466457Z [ RUN ] TestScalarTensor.TestScalarTensorMPS 2022-09-27T16:19:44.5466820Z [ OK ] TestScalarTensor.TestScalarTensorMPS (0 ms) 2022-09-27T16:19:44.5467253Z [----------] 3 tests from TestScalarTensor (207 ms total) 2022-09-27T16:19:44.5467502Z 2022-09-27T16:19:44.5467818Z [----------] Global test environment tear-down 2022-09-27T16:19:44.5468339Z [==========] 3 tests from 1 test suite ran. (207 ms total) 2022-09-27T16:19:44.5468599Z [ PASSED ] 3 tests. 2022-09-27T16:19:44.6065371Z + [[ -x ./tensor_interop_test ]] 2022-09-27T16:19:44.6065788Z + ./undefined_tensor_test 2022-09-27T16:19:44.8767325Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:44.8767819Z [==========] Running 1 test from 1 test suite. 2022-09-27T16:19:44.8768139Z [----------] Global test environment set-up. 2022-09-27T16:19:44.8768639Z [----------] 1 test from TestUndefined 2022-09-27T16:19:44.8768939Z [ RUN ] TestUndefined.UndefinedTest 2022-09-27T16:19:44.9052000Z [ OK ] TestUndefined.UndefinedTest (28 ms) 2022-09-27T16:19:44.9052454Z [----------] 1 test from TestUndefined (28 ms total) 2022-09-27T16:19:44.9052607Z 2022-09-27T16:19:44.9052772Z [----------] Global test environment tear-down 2022-09-27T16:19:44.9053080Z [==========] 1 test from 1 test suite ran. (28 ms total) 2022-09-27T16:19:44.9053322Z [ PASSED ] 1 test. 2022-09-27T16:19:44.9672456Z + ./extension_backend_test 2022-09-27T16:19:45.2202118Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:45.2202938Z [==========] Running 1 test from 1 test suite. 2022-09-27T16:19:45.2203300Z [----------] Global test environment set-up. 2022-09-27T16:19:45.2203852Z [----------] 1 test from BackendExtensionTest 2022-09-27T16:19:45.2204187Z [ RUN ] BackendExtensionTest.TestRegisterOp 2022-09-27T16:19:45.2204535Z [ OK ] BackendExtensionTest.TestRegisterOp (0 ms) 2022-09-27T16:19:45.2204898Z [----------] 1 test from BackendExtensionTest (0 ms total) 2022-09-27T16:19:45.2205068Z 2022-09-27T16:19:45.2205232Z [----------] Global test environment tear-down 2022-09-27T16:19:45.2205525Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-09-27T16:19:45.2205782Z [ PASSED ] 1 test. 2022-09-27T16:19:45.2794689Z + ./lazy_tensor_test 2022-09-27T16:19:45.5519259Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:45.5520075Z [==========] Running 2 tests from 2 test suites. 2022-09-27T16:19:45.5520665Z [----------] Global test environment set-up. 2022-09-27T16:19:45.5521012Z [----------] 1 test from XlaTensorTest 2022-09-27T16:19:45.5521313Z [ RUN ] XlaTensorTest.TestNoStorage 2022-09-27T16:19:45.5521617Z [ OK ] XlaTensorTest.TestNoStorage (0 ms) 2022-09-27T16:19:45.5521943Z [----------] 1 test from XlaTensorTest (0 ms total) 2022-09-27T16:19:45.5522095Z 2022-09-27T16:19:45.5522242Z [----------] 1 test from LazyTensorTest 2022-09-27T16:19:45.5522523Z [ RUN ] LazyTensorTest.TestNoStorage 2022-09-27T16:19:45.5522846Z [ OK ] LazyTensorTest.TestNoStorage (0 ms) 2022-09-27T16:19:45.5523172Z [----------] 1 test from LazyTensorTest (0 ms total) 2022-09-27T16:19:45.5523325Z 2022-09-27T16:19:45.5523478Z [----------] Global test environment tear-down 2022-09-27T16:19:45.5523788Z [==========] 2 tests from 2 test suites ran. (0 ms total) 2022-09-27T16:19:45.5524042Z [ PASSED ] 2 tests. 2022-09-27T16:19:45.6098462Z + ./tensor_iterator_test 2022-09-27T16:19:45.8643760Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:45.8644514Z [==========] Running 65 tests from 1 test suite. 2022-09-27T16:19:45.8644920Z [----------] Global test environment set-up. 2022-09-27T16:19:45.8645251Z [----------] 65 tests from TensorIteratorTest 2022-09-27T16:19:45.8645559Z [ RUN ] TensorIteratorTest.CPUScalar 2022-09-27T16:19:45.8645888Z [ OK ] TensorIteratorTest.CPUScalar (0 ms) 2022-09-27T16:19:45.8646211Z [ RUN ] TensorIteratorTest.CPUScalarInputs 2022-09-27T16:19:45.8646566Z [ OK ] TensorIteratorTest.CPUScalarInputs (0 ms) 2022-09-27T16:19:45.8646907Z [ RUN ] TensorIteratorTest.MixedDevices 2022-09-27T16:19:45.8647227Z [ OK ] TensorIteratorTest.MixedDevices (0 ms) 2022-09-27T16:19:45.8647579Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Byte 2022-09-27T16:19:45.8840222Z [ OK ] TensorIteratorTest.SerialLoopUnary_Byte (19 ms) 2022-09-27T16:19:45.8840915Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Char 2022-09-27T16:19:45.8857588Z [ OK ] TensorIteratorTest.SerialLoopUnary_Char (1 ms) 2022-09-27T16:19:45.8857984Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Short 2022-09-27T16:19:45.8874867Z [ OK ] TensorIteratorTest.SerialLoopUnary_Short (1 ms) 2022-09-27T16:19:45.8875229Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Int 2022-09-27T16:19:45.8892513Z [ OK ] TensorIteratorTest.SerialLoopUnary_Int (1 ms) 2022-09-27T16:19:45.8892886Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Long 2022-09-27T16:19:45.8910187Z [ OK ] TensorIteratorTest.SerialLoopUnary_Long (1 ms) 2022-09-27T16:19:45.8910550Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Float 2022-09-27T16:19:45.8928146Z [ OK ] TensorIteratorTest.SerialLoopUnary_Float (1 ms) 2022-09-27T16:19:45.8928655Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Double 2022-09-27T16:19:45.8945642Z [ OK ] TensorIteratorTest.SerialLoopUnary_Double (1 ms) 2022-09-27T16:19:45.8946022Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Byte 2022-09-27T16:19:45.8962969Z [ OK ] TensorIteratorTest.SerialLoopBinary_Byte (1 ms) 2022-09-27T16:19:45.8963346Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Char 2022-09-27T16:19:45.8980566Z [ OK ] TensorIteratorTest.SerialLoopBinary_Char (1 ms) 2022-09-27T16:19:45.8980943Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Short 2022-09-27T16:19:45.8997706Z [ OK ] TensorIteratorTest.SerialLoopBinary_Short (1 ms) 2022-09-27T16:19:45.8998082Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Int 2022-09-27T16:19:45.9015194Z [ OK ] TensorIteratorTest.SerialLoopBinary_Int (1 ms) 2022-09-27T16:19:45.9015576Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Long 2022-09-27T16:19:45.9032357Z [ OK ] TensorIteratorTest.SerialLoopBinary_Long (1 ms) 2022-09-27T16:19:45.9032724Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Float 2022-09-27T16:19:45.9049691Z [ OK ] TensorIteratorTest.SerialLoopBinary_Float (1 ms) 2022-09-27T16:19:45.9050070Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Double 2022-09-27T16:19:45.9067156Z [ OK ] TensorIteratorTest.SerialLoopBinary_Double (1 ms) 2022-09-27T16:19:45.9067554Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Byte 2022-09-27T16:19:45.9084470Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Byte (1 ms) 2022-09-27T16:19:45.9084860Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Char 2022-09-27T16:19:45.9102019Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Char (1 ms) 2022-09-27T16:19:45.9102458Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Short 2022-09-27T16:19:45.9119358Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Short (1 ms) 2022-09-27T16:19:45.9119822Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Int 2022-09-27T16:19:45.9137290Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Int (1 ms) 2022-09-27T16:19:45.9137761Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Long 2022-09-27T16:19:45.9155250Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Long (1 ms) 2022-09-27T16:19:45.9155714Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Float 2022-09-27T16:19:45.9172706Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Float (1 ms) 2022-09-27T16:19:45.9173109Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Double 2022-09-27T16:19:45.9190616Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Double (1 ms) 2022-09-27T16:19:45.9191334Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Byte 2022-09-27T16:19:45.9192090Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Byte (0 ms) 2022-09-27T16:19:45.9194140Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Char 2022-09-27T16:19:45.9194891Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Char (0 ms) 2022-09-27T16:19:45.9195607Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Short 2022-09-27T16:19:45.9196317Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Short (0 ms) 2022-09-27T16:19:45.9197018Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Int 2022-09-27T16:19:45.9197669Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Int (0 ms) 2022-09-27T16:19:45.9198302Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Long 2022-09-27T16:19:45.9198984Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Long (0 ms) 2022-09-27T16:19:45.9200827Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Float 2022-09-27T16:19:45.9201729Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Float (0 ms) 2022-09-27T16:19:45.9202530Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Double 2022-09-27T16:19:45.9202988Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Double (0 ms) 2022-09-27T16:19:45.9203405Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Byte 2022-09-27T16:19:45.9203816Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Byte (0 ms) 2022-09-27T16:19:45.9204236Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Char 2022-09-27T16:19:45.9204656Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Char (0 ms) 2022-09-27T16:19:45.9205078Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Short 2022-09-27T16:19:45.9205487Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Short (0 ms) 2022-09-27T16:19:45.9205904Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Int 2022-09-27T16:19:45.9206326Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Int (0 ms) 2022-09-27T16:19:45.9206730Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Long 2022-09-27T16:19:45.9207151Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Long (0 ms) 2022-09-27T16:19:45.9207569Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Float 2022-09-27T16:19:45.9207992Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Float (0 ms) 2022-09-27T16:19:45.9208402Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Double 2022-09-27T16:19:45.9208830Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Double (0 ms) 2022-09-27T16:19:45.9209254Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Byte 2022-09-27T16:19:45.9209677Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Byte (0 ms) 2022-09-27T16:19:45.9210108Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Char 2022-09-27T16:19:45.9210545Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Char (0 ms) 2022-09-27T16:19:45.9210963Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Short 2022-09-27T16:19:45.9211403Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Short (0 ms) 2022-09-27T16:19:45.9211832Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Int 2022-09-27T16:19:45.9212371Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Int (0 ms) 2022-09-27T16:19:45.9212784Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Long 2022-09-27T16:19:45.9213216Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Long (0 ms) 2022-09-27T16:19:45.9213649Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Float 2022-09-27T16:19:45.9214072Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Float (0 ms) 2022-09-27T16:19:45.9214509Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Double 2022-09-27T16:19:45.9215196Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Double (0 ms) 2022-09-27T16:19:45.9215619Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Byte 2022-09-27T16:19:45.9216006Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Byte (0 ms) 2022-09-27T16:19:45.9216401Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Char 2022-09-27T16:19:45.9216799Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Char (0 ms) 2022-09-27T16:19:45.9217182Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Short 2022-09-27T16:19:45.9217581Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Short (0 ms) 2022-09-27T16:19:45.9217969Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Int 2022-09-27T16:19:45.9218365Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Int (0 ms) 2022-09-27T16:19:45.9218793Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Long 2022-09-27T16:19:45.9219190Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Long (0 ms) 2022-09-27T16:19:45.9219581Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Float 2022-09-27T16:19:45.9219966Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Float (0 ms) 2022-09-27T16:19:45.9220364Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Double 2022-09-27T16:19:45.9220765Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Double (0 ms) 2022-09-27T16:19:45.9221162Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Bool 2022-09-27T16:19:45.9221545Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Bool (0 ms) 2022-09-27T16:19:45.9221934Z [ RUN ] TensorIteratorTest.SerialLoopSingleThread 2022-09-27T16:19:45.9232412Z [ OK ] TensorIteratorTest.SerialLoopSingleThread (3 ms) 2022-09-27T16:19:45.9232902Z [ RUN ] TensorIteratorTest.InputDType 2022-09-27T16:19:45.9233349Z [ OK ] TensorIteratorTest.InputDType (0 ms) 2022-09-27T16:19:45.9233856Z [ RUN ] TensorIteratorTest.ComputeCommonDTypeInputOnly 2022-09-27T16:19:45.9234421Z [ OK ] TensorIteratorTest.ComputeCommonDTypeInputOnly (0 ms) 2022-09-27T16:19:45.9234989Z [ RUN ] TensorIteratorTest.DoNotComputeCommonDTypeInputOnly 2022-09-27T16:19:45.9235758Z [ OK ] TensorIteratorTest.DoNotComputeCommonDTypeInputOnly (0 ms) 2022-09-27T16:19:45.9236325Z [ RUN ] TensorIteratorTest.FailNonPromotingBinaryOp 2022-09-27T16:19:45.9255650Z [ OK ] TensorIteratorTest.FailNonPromotingBinaryOp (0 ms) 2022-09-27T16:19:45.9256240Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Byte 2022-09-27T16:19:45.9256812Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Byte (0 ms) 2022-09-27T16:19:45.9257365Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Char 2022-09-27T16:19:45.9257931Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Char (0 ms) 2022-09-27T16:19:45.9258490Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Short 2022-09-27T16:19:45.9259052Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Short (0 ms) 2022-09-27T16:19:45.9259608Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Int 2022-09-27T16:19:45.9260184Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Int (0 ms) 2022-09-27T16:19:45.9260736Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Long 2022-09-27T16:19:45.9261287Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Long (0 ms) 2022-09-27T16:19:45.9261847Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Float 2022-09-27T16:19:45.9262419Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Float (0 ms) 2022-09-27T16:19:45.9262978Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Double 2022-09-27T16:19:45.9263710Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Double (0 ms) 2022-09-27T16:19:45.9264246Z [----------] 65 tests from TensorIteratorTest (60 ms total) 2022-09-27T16:19:45.9264467Z 2022-09-27T16:19:45.9264697Z [----------] Global test environment tear-down 2022-09-27T16:19:45.9265106Z [==========] 65 tests from 1 test suite ran. (60 ms total) 2022-09-27T16:19:45.9265451Z [ PASSED ] 65 tests. 2022-09-27T16:19:45.9870758Z + ./Dimname_test 2022-09-27T16:19:46.2358307Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:46.2358945Z [==========] Running 4 tests from 1 test suite. 2022-09-27T16:19:46.2359274Z [----------] Global test environment set-up. 2022-09-27T16:19:46.2359577Z [----------] 4 tests from DimnameTest 2022-09-27T16:19:46.2360106Z [ RUN ] DimnameTest.isValidIdentifier 2022-09-27T16:19:46.2360552Z [ OK ] DimnameTest.isValidIdentifier (0 ms) 2022-09-27T16:19:46.2360878Z [ RUN ] DimnameTest.wildcardName 2022-09-27T16:19:46.2361183Z [ OK ] DimnameTest.wildcardName (0 ms) 2022-09-27T16:19:46.2361536Z [ RUN ] DimnameTest.createNormalName 2022-09-27T16:19:46.2376321Z [ OK ] DimnameTest.createNormalName (1 ms) 2022-09-27T16:19:46.2376890Z [ RUN ] DimnameTest.unifyAndMatch 2022-09-27T16:19:46.2377338Z [ OK ] DimnameTest.unifyAndMatch (0 ms) 2022-09-27T16:19:46.2377667Z [----------] 4 tests from DimnameTest (1 ms total) 2022-09-27T16:19:46.2377821Z 2022-09-27T16:19:46.2377987Z [----------] Global test environment tear-down 2022-09-27T16:19:46.2378300Z [==========] 4 tests from 1 test suite ran. (1 ms total) 2022-09-27T16:19:46.2378545Z [ PASSED ] 4 tests. 2022-09-27T16:19:46.2963572Z + ./Dict_test 2022-09-27T16:19:46.5645821Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:46.5646610Z [==========] Running 47 tests from 2 test suites. 2022-09-27T16:19:46.5647167Z [----------] Global test environment set-up. 2022-09-27T16:19:46.5647688Z [----------] 46 tests from DictTest 2022-09-27T16:19:46.5648293Z [ RUN ] DictTest.givenEmptyDict_whenCallingEmpty_thenReturnsTrue 2022-09-27T16:19:46.5649101Z [ OK ] DictTest.givenEmptyDict_whenCallingEmpty_thenReturnsTrue (0 ms) 2022-09-27T16:19:46.5649790Z [ RUN ] DictTest.givenNonemptyDict_whenCallingEmpty_thenReturnsFalse 2022-09-27T16:19:46.5650271Z [ OK ] DictTest.givenNonemptyDict_whenCallingEmpty_thenReturnsFalse (0 ms) 2022-09-27T16:19:46.5650936Z [ RUN ] DictTest.givenEmptyDict_whenCallingSize_thenReturnsZero 2022-09-27T16:19:46.5651686Z [ OK ] DictTest.givenEmptyDict_whenCallingSize_thenReturnsZero (0 ms) 2022-09-27T16:19:46.5652329Z [ RUN ] DictTest.givenNonemptyDict_whenCallingSize_thenReturnsNumberOfElements 2022-09-27T16:19:46.5653126Z [ OK ] DictTest.givenNonemptyDict_whenCallingSize_thenReturnsNumberOfElements (0 ms) 2022-09-27T16:19:46.5653831Z [ RUN ] DictTest.givenNonemptyDict_whenCallingClear_thenIsEmpty 2022-09-27T16:19:46.5654514Z [ OK ] DictTest.givenNonemptyDict_whenCallingClear_thenIsEmpty (0 ms) 2022-09-27T16:19:46.5655487Z [ RUN ] DictTest.whenInsertingNewKey_thenReturnsTrueAndIteratorToNewElement 2022-09-27T16:19:46.5656292Z [ OK ] DictTest.whenInsertingNewKey_thenReturnsTrueAndIteratorToNewElement (0 ms) 2022-09-27T16:19:46.5656993Z [ RUN ] DictTest.whenInsertingExistingKey_thenReturnsFalseAndIteratorToExistingElement 2022-09-27T16:19:46.5657535Z [ OK ] DictTest.whenInsertingExistingKey_thenReturnsFalseAndIteratorToExistingElement (0 ms) 2022-09-27T16:19:46.5658078Z [ RUN ] DictTest.whenInsertingExistingKey_thenDoesNotModifyDict 2022-09-27T16:19:46.5659097Z [ OK ] DictTest.whenInsertingExistingKey_thenDoesNotModifyDict (0 ms) 2022-09-27T16:19:46.5659593Z [ RUN ] DictTest.whenInsertOrAssigningNewKey_thenReturnsTrueAndIteratorToNewElement 2022-09-27T16:19:46.5660160Z [ OK ] DictTest.whenInsertOrAssigningNewKey_thenReturnsTrueAndIteratorToNewElement (0 ms) 2022-09-27T16:19:46.5660712Z [ RUN ] DictTest.whenInsertOrAssigningExistingKey_thenReturnsFalseAndIteratorToChangedElement 2022-09-27T16:19:46.5661291Z [ OK ] DictTest.whenInsertOrAssigningExistingKey_thenReturnsFalseAndIteratorToChangedElement (0 ms) 2022-09-27T16:19:46.5661784Z [ RUN ] DictTest.whenInsertOrAssigningExistingKey_thenDoesModifyDict 2022-09-27T16:19:46.5662238Z [ OK ] DictTest.whenInsertOrAssigningExistingKey_thenDoesModifyDict (0 ms) 2022-09-27T16:19:46.5662724Z [ RUN ] DictTest.givenEmptyDict_whenIterating_thenBeginIsEnd 2022-09-27T16:19:46.5663104Z [ OK ] DictTest.givenEmptyDict_whenIterating_thenBeginIsEnd (0 ms) 2022-09-27T16:19:46.5663496Z [ RUN ] DictTest.givenMutableDict_whenIterating_thenFindsElements 2022-09-27T16:19:46.5663900Z [ OK ] DictTest.givenMutableDict_whenIterating_thenFindsElements (0 ms) 2022-09-27T16:19:46.5664323Z [ RUN ] DictTest.givenMutableDict_whenIteratingWithForeach_thenFindsElements 2022-09-27T16:19:46.5664759Z [ OK ] DictTest.givenMutableDict_whenIteratingWithForeach_thenFindsElements (0 ms) 2022-09-27T16:19:46.5665174Z [ RUN ] DictTest.givenConstDict_whenIterating_thenFindsElements 2022-09-27T16:19:46.5665571Z [ OK ] DictTest.givenConstDict_whenIterating_thenFindsElements (0 ms) 2022-09-27T16:19:46.5665984Z [ RUN ] DictTest.givenConstDict_whenIteratingWithForeach_thenFindsElements 2022-09-27T16:19:46.5666415Z [ OK ] DictTest.givenConstDict_whenIteratingWithForeach_thenFindsElements (0 ms) 2022-09-27T16:19:46.5666801Z [ RUN ] DictTest.givenIterator_thenCanModifyValue 2022-09-27T16:19:46.5667155Z [ OK ] DictTest.givenIterator_thenCanModifyValue (0 ms) 2022-09-27T16:19:46.5667547Z [ RUN ] DictTest.givenOneElementDict_whenErasingByIterator_thenDictIsEmpty 2022-09-27T16:19:46.5667993Z [ OK ] DictTest.givenOneElementDict_whenErasingByIterator_thenDictIsEmpty (0 ms) 2022-09-27T16:19:46.5668451Z [ RUN ] DictTest.givenOneElementDict_whenErasingByKey_thenReturnsOneAndDictIsEmpty 2022-09-27T16:19:46.5668926Z [ OK ] DictTest.givenOneElementDict_whenErasingByKey_thenReturnsOneAndDictIsEmpty (0 ms) 2022-09-27T16:19:46.5669426Z [ RUN ] DictTest.givenOneElementDict_whenErasingByNonexistingKey_thenReturnsZeroAndDictIsUnchanged 2022-09-27T16:19:46.5669979Z [ OK ] DictTest.givenOneElementDict_whenErasingByNonexistingKey_thenReturnsZeroAndDictIsUnchanged (0 ms) 2022-09-27T16:19:46.5670477Z [ RUN ] DictTest.whenCallingAtWithExistingKey_thenReturnsCorrectElement 2022-09-27T16:19:46.5670926Z [ OK ] DictTest.whenCallingAtWithExistingKey_thenReturnsCorrectElement (0 ms) 2022-09-27T16:19:46.5671388Z [ RUN ] DictTest.whenCallingAtWithNonExistingKey_thenReturnsCorrectElement 2022-09-27T16:19:46.5671865Z [ OK ] DictTest.whenCallingAtWithNonExistingKey_thenReturnsCorrectElement (0 ms) 2022-09-27T16:19:46.5672351Z [ RUN ] DictTest.givenMutableDict_whenCallingFindOnExistingKey_thenFindsCorrectElement 2022-09-27T16:19:46.5672835Z [ OK ] DictTest.givenMutableDict_whenCallingFindOnExistingKey_thenFindsCorrectElement (0 ms) 2022-09-27T16:19:46.5673310Z [ RUN ] DictTest.givenMutableDict_whenCallingFindOnNonExistingKey_thenReturnsEnd 2022-09-27T16:19:46.5673781Z [ OK ] DictTest.givenMutableDict_whenCallingFindOnNonExistingKey_thenReturnsEnd (0 ms) 2022-09-27T16:19:46.5674297Z [ RUN ] DictTest.givenConstDict_whenCallingFindOnExistingKey_thenFindsCorrectElement 2022-09-27T16:19:46.5674775Z [ OK ] DictTest.givenConstDict_whenCallingFindOnExistingKey_thenFindsCorrectElement (0 ms) 2022-09-27T16:19:46.5675242Z [ RUN ] DictTest.givenConstDict_whenCallingFindOnNonExistingKey_thenReturnsEnd 2022-09-27T16:19:46.5675706Z [ OK ] DictTest.givenConstDict_whenCallingFindOnNonExistingKey_thenReturnsEnd (0 ms) 2022-09-27T16:19:46.5676148Z [ RUN ] DictTest.whenCallingContainsWithExistingKey_thenReturnsTrue 2022-09-27T16:19:46.5676602Z [ OK ] DictTest.whenCallingContainsWithExistingKey_thenReturnsTrue (0 ms) 2022-09-27T16:19:46.5677060Z [ RUN ] DictTest.whenCallingContainsWithNonExistingKey_thenReturnsFalse 2022-09-27T16:19:46.5677540Z [ OK ] DictTest.whenCallingContainsWithNonExistingKey_thenReturnsFalse (0 ms) 2022-09-27T16:19:46.5677973Z [ RUN ] DictTest.whenCallingReserve_thenDoesntCrash 2022-09-27T16:19:46.5678342Z [ OK ] DictTest.whenCallingReserve_thenDoesntCrash (0 ms) 2022-09-27T16:19:46.5678717Z [ RUN ] DictTest.whenCopyConstructingDict_thenAreEqual 2022-09-27T16:19:46.5679093Z [ OK ] DictTest.whenCopyConstructingDict_thenAreEqual (0 ms) 2022-09-27T16:19:46.5679467Z [ RUN ] DictTest.whenCopyAssigningDict_thenAreEqual 2022-09-27T16:19:46.5679839Z [ OK ] DictTest.whenCopyAssigningDict_thenAreEqual (0 ms) 2022-09-27T16:19:46.5680189Z [ RUN ] DictTest.whenCopyingDict_thenAreEqual 2022-09-27T16:19:46.5680593Z [ OK ] DictTest.whenCopyingDict_thenAreEqual (0 ms) 2022-09-27T16:19:46.5680970Z [ RUN ] DictTest.whenMoveConstructingDict_thenNewIsCorrect 2022-09-27T16:19:46.5681373Z [ OK ] DictTest.whenMoveConstructingDict_thenNewIsCorrect (0 ms) 2022-09-27T16:19:46.5681748Z [ RUN ] DictTest.whenMoveAssigningDict_thenNewIsCorrect 2022-09-27T16:19:46.5682135Z [ OK ] DictTest.whenMoveAssigningDict_thenNewIsCorrect (0 ms) 2022-09-27T16:19:46.5682529Z [ RUN ] DictTest.whenMoveConstructingDict_thenOldIsUnchanged 2022-09-27T16:19:46.5682937Z [ OK ] DictTest.whenMoveConstructingDict_thenOldIsUnchanged (0 ms) 2022-09-27T16:19:46.5683319Z [ RUN ] DictTest.whenMoveAssigningDict_thenOldIsUnchanged 2022-09-27T16:19:46.5683711Z [ OK ] DictTest.whenMoveAssigningDict_thenOldIsUnchanged (0 ms) 2022-09-27T16:19:46.5684177Z [ RUN ] DictTest.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition 2022-09-27T16:19:46.5684689Z [ OK ] DictTest.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 2022-09-27T16:19:46.5685203Z [ RUN ] DictTest.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition 2022-09-27T16:19:46.5685723Z [ OK ] DictTest.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-09-27T16:19:46.5686148Z [ RUN ] DictTest.givenEqualIterators_thenAreEqual 2022-09-27T16:19:46.5686495Z [ OK ] DictTest.givenEqualIterators_thenAreEqual (0 ms) 2022-09-27T16:19:46.5686871Z [ RUN ] DictTest.givenDifferentIterators_thenAreNotEqual 2022-09-27T16:19:46.5687265Z [ OK ] DictTest.givenDifferentIterators_thenAreNotEqual (0 ms) 2022-09-27T16:19:46.5687674Z [ RUN ] DictTest.givenIterator_whenDereferencing_thenPointsToCorrectElement 2022-09-27T16:19:46.5688121Z [ OK ] DictTest.givenIterator_whenDereferencing_thenPointsToCorrectElement (0 ms) 2022-09-27T16:19:46.5688541Z [ RUN ] DictTest.givenIterator_whenWritingToValue_thenChangesValue 2022-09-27T16:19:46.5688949Z [ OK ] DictTest.givenIterator_whenWritingToValue_thenChangesValue (0 ms) 2022-09-27T16:19:46.5689276Z [ RUN ] DictTest.isReferenceType 2022-09-27T16:19:46.5689621Z [ OK ] DictTest.isReferenceType (0 ms) 2022-09-27T16:19:46.5689944Z [ RUN ] DictTest.copyHasSeparateStorage 2022-09-27T16:19:46.5690268Z [ OK ] DictTest.copyHasSeparateStorage (0 ms) 2022-09-27T16:19:46.5690577Z [ RUN ] DictTest.dictTensorAsKey 2022-09-27T16:19:46.5690873Z [ OK ] DictTest.dictTensorAsKey (0 ms) 2022-09-27T16:19:46.5691148Z [ RUN ] DictTest.dictEquality 2022-09-27T16:19:46.5691431Z [ OK ] DictTest.dictEquality (0 ms) 2022-09-27T16:19:46.5691740Z [----------] 46 tests from DictTest (0 ms total) 2022-09-27T16:19:46.5691892Z 2022-09-27T16:19:46.5692065Z [----------] 1 test from ListTest_IValueBasedList 2022-09-27T16:19:46.5692489Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenWritingToValueFromIterator_thenChangesValue 2022-09-27T16:19:46.5693055Z [ OK ] ListTest_IValueBasedList.givenIterator_whenWritingToValueFromIterator_thenChangesValue (0 ms) 2022-09-27T16:19:46.5693484Z [----------] 1 test from ListTest_IValueBasedList (0 ms total) 2022-09-27T16:19:46.5693651Z 2022-09-27T16:19:46.5693815Z [----------] Global test environment tear-down 2022-09-27T16:19:46.5694118Z [==========] 47 tests from 2 test suites ran. (0 ms total) 2022-09-27T16:19:46.5703522Z [ PASSED ] 47 tests. 2022-09-27T16:19:46.6219193Z + ./NamedTensor_test 2022-09-27T16:19:46.8714203Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:46.8714806Z [==========] Running 10 tests from 1 test suite. 2022-09-27T16:19:46.8715195Z [----------] Global test environment set-up. 2022-09-27T16:19:46.8715521Z [----------] 10 tests from NamedTensorTest 2022-09-27T16:19:46.8715990Z [ RUN ] NamedTensorTest.isNamed 2022-09-27T16:19:46.8716524Z [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:46.8717188Z [ OK ] NamedTensorTest.isNamed (0 ms) 2022-09-27T16:19:46.8717536Z [ RUN ] NamedTensorTest.attachMetadata 2022-09-27T16:19:46.8717897Z [ OK ] NamedTensorTest.attachMetadata (0 ms) 2022-09-27T16:19:46.8718264Z [ RUN ] NamedTensorTest.internalSetNamesInplace 2022-09-27T16:19:46.8718678Z [ OK ] NamedTensorTest.internalSetNamesInplace (0 ms) 2022-09-27T16:19:46.8719013Z [ RUN ] NamedTensorTest.empty 2022-09-27T16:19:46.8750891Z [ OK ] NamedTensorTest.empty (3 ms) 2022-09-27T16:19:46.8751348Z [ RUN ] NamedTensorTest.dimnameToPosition 2022-09-27T16:19:46.8755679Z [ OK ] NamedTensorTest.dimnameToPosition (0 ms) 2022-09-27T16:19:46.8756265Z [ RUN ] NamedTensorTest.unifyFromRight 2022-09-27T16:19:46.8821915Z [ OK ] NamedTensorTest.unifyFromRight (6 ms) 2022-09-27T16:19:46.8822451Z [ RUN ] NamedTensorTest.alias 2022-09-27T16:19:46.8822987Z [ OK ] NamedTensorTest.alias (0 ms) 2022-09-27T16:19:46.8823471Z [ RUN ] NamedTensorTest.NoNamesGuard 2022-09-27T16:19:46.8823781Z [ OK ] NamedTensorTest.NoNamesGuard (0 ms) 2022-09-27T16:19:46.8824105Z [ RUN ] NamedTensorTest.TensorNamePrint 2022-09-27T16:19:46.8824446Z [ OK ] NamedTensorTest.TensorNamePrint (0 ms) 2022-09-27T16:19:46.8824788Z [ RUN ] NamedTensorTest.TensorNamesCheckUnique 2022-09-27T16:19:46.8828291Z [ OK ] NamedTensorTest.TensorNamesCheckUnique (0 ms) 2022-09-27T16:19:46.8828733Z [----------] 10 tests from NamedTensorTest (11 ms total) 2022-09-27T16:19:46.8828914Z 2022-09-27T16:19:46.8829089Z [----------] Global test environment tear-down 2022-09-27T16:19:46.8829640Z [==========] 10 tests from 1 test suite ran. (11 ms total) 2022-09-27T16:19:46.8829918Z [ PASSED ] 10 tests. 2022-09-27T16:19:46.9406874Z + ./cpu_generator_test 2022-09-27T16:19:47.1915715Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:47.1916438Z [==========] Running 15 tests from 1 test suite. 2022-09-27T16:19:47.1916829Z [----------] Global test environment set-up. 2022-09-27T16:19:47.1917192Z [----------] 15 tests from CPUGeneratorImpl 2022-09-27T16:19:47.1917693Z [ RUN ] CPUGeneratorImpl.TestGeneratorDynamicCast 2022-09-27T16:19:47.1918338Z [ OK ] CPUGeneratorImpl.TestGeneratorDynamicCast (0 ms) 2022-09-27T16:19:47.1918963Z [ RUN ] CPUGeneratorImpl.TestDefaultGenerator 2022-09-27T16:19:47.1919794Z [ OK ] CPUGeneratorImpl.TestDefaultGenerator (0 ms) 2022-09-27T16:19:47.1920325Z [ RUN ] CPUGeneratorImpl.TestCloning 2022-09-27T16:19:47.1920983Z [ OK ] CPUGeneratorImpl.TestCloning (0 ms) 2022-09-27T16:19:47.1921386Z [ RUN ] CPUGeneratorImpl.TestMultithreadingGetEngineOperator 2022-09-27T16:19:47.1921874Z [ OK ] CPUGeneratorImpl.TestMultithreadingGetEngineOperator (0 ms) 2022-09-27T16:19:47.1922289Z [ RUN ] CPUGeneratorImpl.TestGetSetCurrentSeed 2022-09-27T16:19:47.1922653Z [ OK ] CPUGeneratorImpl.TestGetSetCurrentSeed (0 ms) 2022-09-27T16:19:47.1923070Z [ RUN ] CPUGeneratorImpl.TestMultithreadingGetSetCurrentSeed 2022-09-27T16:19:47.1923539Z [ OK ] CPUGeneratorImpl.TestMultithreadingGetSetCurrentSeed (0 ms) 2022-09-27T16:19:47.1923919Z [ RUN ] CPUGeneratorImpl.TestRNGForking 2022-09-27T16:19:47.2110342Z [ OK ] CPUGeneratorImpl.TestRNGForking (18 ms) 2022-09-27T16:19:47.2110807Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineReproducibility 2022-09-27T16:19:47.2111268Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineReproducibility (0 ms) 2022-09-27T16:19:47.2111672Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset1 2022-09-27T16:19:47.2112064Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset1 (0 ms) 2022-09-27T16:19:47.2112447Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset2 2022-09-27T16:19:47.2112835Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset2 (0 ms) 2022-09-27T16:19:47.2113266Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset3 2022-09-27T16:19:47.2113734Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset3 (0 ms) 2022-09-27T16:19:47.2114191Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineIndex 2022-09-27T16:19:47.2114638Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineIndex (0 ms) 2022-09-27T16:19:47.2115371Z [ RUN ] CPUGeneratorImpl.TestMT19937EngineReproducibility 2022-09-27T16:19:47.2115997Z [ OK ] CPUGeneratorImpl.TestMT19937EngineReproducibility (0 ms) 2022-09-27T16:19:47.2116448Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineReproducibilityRandN 2022-09-27T16:19:47.2116909Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineReproducibilityRandN (0 ms) 2022-09-27T16:19:47.2117332Z [ RUN ] CPUGeneratorImpl.TestPhiloxDeterministic 2022-09-27T16:19:47.2117718Z [ OK ] CPUGeneratorImpl.TestPhiloxDeterministic (0 ms) 2022-09-27T16:19:47.2118079Z [----------] 15 tests from CPUGeneratorImpl (20 ms total) 2022-09-27T16:19:47.2118244Z 2022-09-27T16:19:47.2118412Z [----------] Global test environment tear-down 2022-09-27T16:19:47.2118726Z [==========] 15 tests from 1 test suite ran. (20 ms total) 2022-09-27T16:19:47.2118970Z [ PASSED ] 15 tests. 2022-09-27T16:19:47.2696519Z + ./vmap_test 2022-09-27T16:19:47.5200201Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:47.5201206Z [==========] Running 23 tests from 1 test suite. 2022-09-27T16:19:47.5201516Z [----------] Global test environment set-up. 2022-09-27T16:19:47.5201814Z [----------] 23 tests from VmapTest 2022-09-27T16:19:47.5202101Z [ RUN ] VmapTest.TestBatchedTensor 2022-09-27T16:19:47.5224759Z [ OK ] VmapTest.TestBatchedTensor (2 ms) 2022-09-27T16:19:47.5225161Z [ RUN ] VmapTest.TestBatchedTensorMaxLevel 2022-09-27T16:19:47.5238688Z [ OK ] VmapTest.TestBatchedTensorMaxLevel (1 ms) 2022-09-27T16:19:47.5239120Z [ RUN ] VmapTest.TestBatchedTensorActualDim 2022-09-27T16:19:47.5263117Z [ OK ] VmapTest.TestBatchedTensorActualDim (2 ms) 2022-09-27T16:19:47.5263560Z [ RUN ] VmapTest.TestMultiBatchVmapTransform 2022-09-27T16:19:47.5272396Z [ OK ] VmapTest.TestMultiBatchVmapTransform (0 ms) 2022-09-27T16:19:47.5272993Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalDim 2022-09-27T16:19:47.5282109Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalDim (0 ms) 2022-09-27T16:19:47.5282591Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalDims 2022-09-27T16:19:47.5291906Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalDims (0 ms) 2022-09-27T16:19:47.5292351Z [ RUN ] VmapTest.TestVmapPhysicalViewNewLogicalFromPhysical 2022-09-27T16:19:47.5292820Z [ OK ] VmapTest.TestVmapPhysicalViewNewLogicalFromPhysical (0 ms) 2022-09-27T16:19:47.5293205Z [ RUN ] VmapTest.TestBatchedTensorSum 2022-09-27T16:19:47.5296391Z [ OK ] VmapTest.TestBatchedTensorSum (0 ms) 2022-09-27T16:19:47.5296784Z [ RUN ] VmapTest.TestBroadcastingVmapTransformBatchedBatched 2022-09-27T16:19:47.5303152Z [ OK ] VmapTest.TestBroadcastingVmapTransformBatchedBatched (0 ms) 2022-09-27T16:19:47.5303648Z [ RUN ] VmapTest.TestBroadcastingVmapTransformBatchedUnbatched 2022-09-27T16:19:47.5309669Z [ OK ] VmapTest.TestBroadcastingVmapTransformBatchedUnbatched (0 ms) 2022-09-27T16:19:47.5310159Z [ RUN ] VmapTest.TestBroadcastingVmapTransformMaxLevels 2022-09-27T16:19:47.5313767Z [ OK ] VmapTest.TestBroadcastingVmapTransformMaxLevels (0 ms) 2022-09-27T16:19:47.5314150Z [ RUN ] VmapTest.TestBatchedTensorMul 2022-09-27T16:19:47.5316433Z [ OK ] VmapTest.TestBatchedTensorMul (0 ms) 2022-09-27T16:19:47.5316769Z [ RUN ] VmapTest.TestBatchedTensorSize 2022-09-27T16:19:47.5322573Z [ OK ] VmapTest.TestBatchedTensorSize (0 ms) 2022-09-27T16:19:47.5323252Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalShape 2022-09-27T16:19:47.5323783Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalShape (0 ms) 2022-09-27T16:19:47.5324168Z [ RUN ] VmapTest.TestBatchedTensorExpand 2022-09-27T16:19:47.5454699Z [ OK ] VmapTest.TestBatchedTensorExpand (13 ms) 2022-09-27T16:19:47.5455577Z [ RUN ] VmapTest.TestBatchedTensorUnsqueeze 2022-09-27T16:19:47.5456259Z [ OK ] VmapTest.TestBatchedTensorUnsqueeze (0 ms) 2022-09-27T16:19:47.5456804Z [ RUN ] VmapTest.TestBatchedTensorSqueeze 2022-09-27T16:19:47.5457841Z [ OK ] VmapTest.TestBatchedTensorSqueeze (0 ms) 2022-09-27T16:19:47.5458438Z [ RUN ] VmapTest.TestBatchedTensorTranspose 2022-09-27T16:19:47.5460587Z [ OK ] VmapTest.TestBatchedTensorTranspose (0 ms) 2022-09-27T16:19:47.5461190Z [ RUN ] VmapTest.TestBatchedTensorPermute 2022-09-27T16:19:47.5463036Z [ OK ] VmapTest.TestBatchedTensorPermute (0 ms) 2022-09-27T16:19:47.5463716Z [ RUN ] VmapTest.TestMultiBatchVmapTransformBatchedBatched 2022-09-27T16:19:47.5476986Z [ OK ] VmapTest.TestMultiBatchVmapTransformBatchedBatched (1 ms) 2022-09-27T16:19:47.5477798Z [ RUN ] VmapTest.TestMultiBatchVmapTransformBatchedUnbatched 2022-09-27T16:19:47.5482886Z [ OK ] VmapTest.TestMultiBatchVmapTransformBatchedUnbatched (0 ms) 2022-09-27T16:19:47.5483522Z [ RUN ] VmapTest.TestMultiBatchVmapTransformMaxLevels 2022-09-27T16:19:47.5487059Z [ OK ] VmapTest.TestMultiBatchVmapTransformMaxLevels (0 ms) 2022-09-27T16:19:47.5487717Z [ RUN ] VmapTest.TestMultiBatchVmapTransformMultipleTensors 2022-09-27T16:19:47.5491265Z [ OK ] VmapTest.TestMultiBatchVmapTransformMultipleTensors (0 ms) 2022-09-27T16:19:47.5491967Z [----------] 23 tests from VmapTest (29 ms total) 2022-09-27T16:19:47.5492127Z 2022-09-27T16:19:47.5492296Z [----------] Global test environment tear-down 2022-09-27T16:19:47.5492616Z [==========] 23 tests from 1 test suite ran. (29 ms total) 2022-09-27T16:19:47.5492970Z [ PASSED ] 23 tests. 2022-09-27T16:19:47.6079162Z + ./operators_test 2022-09-27T16:19:47.8814180Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:19:47.8815182Z [==========] Running 4 tests from 1 test suite. 2022-09-27T16:19:47.8815677Z [----------] Global test environment set-up. 2022-09-27T16:19:47.8816146Z [----------] 4 tests from OperatorsTest 2022-09-27T16:19:47.8816649Z [ RUN ] OperatorsTest.TestFunctionDecltype 2022-09-27T16:19:47.8823039Z [ OK ] OperatorsTest.TestFunctionDecltype (0 ms) 2022-09-27T16:19:47.8823716Z [ RUN ] OperatorsTest.TestMethodOnlyDecltype 2022-09-27T16:19:47.8824403Z [ OK ] OperatorsTest.TestMethodOnlyDecltype (0 ms) 2022-09-27T16:19:47.8824997Z [ RUN ] OperatorsTest.Test_ATEN_FN 2022-09-27T16:19:47.8845873Z [ OK ] OperatorsTest.Test_ATEN_FN (2 ms) 2022-09-27T16:19:47.8846453Z [ RUN ] OperatorsTest.TestOutVariantIsFaithful 2022-09-27T16:19:47.8847138Z [ OK ] OperatorsTest.TestOutVariantIsFaithful (0 ms) 2022-09-27T16:19:47.8847515Z [----------] 4 tests from OperatorsTest (3 ms total) 2022-09-27T16:19:47.8847673Z 2022-09-27T16:19:47.8847840Z [----------] Global test environment tear-down 2022-09-27T16:19:47.8848140Z [==========] 4 tests from 1 test suite ran. (3 ms total) 2022-09-27T16:19:47.8848396Z [ PASSED ] 4 tests. 2022-09-27T16:19:47.9419122Z + [[ -x ./cudnn_test ]] 2022-09-27T16:19:47.9419577Z + [[ -x ./cuda_generator_test ]] 2022-09-27T16:19:47.9419987Z + [[ -x ./apply_test ]] 2022-09-27T16:19:47.9420317Z + [[ -x ./stream_test ]] 2022-09-27T16:19:47.9420650Z + [[ -x ./cuda_half_test ]] 2022-09-27T16:19:47.9420950Z + [[ -x ./cuda_vectorized_test ]] 2022-09-27T16:19:47.9421271Z + [[ -x ./cuda_distributions_test ]] 2022-09-27T16:19:47.9421508Z + [[ -x ./cuda_optional_test ]] 2022-09-27T16:19:47.9421752Z + [[ -x ./cuda_tensor_interop_test ]] 2022-09-27T16:19:47.9422053Z + [[ -x ./cuda_complex_test ]] 2022-09-27T16:19:47.9422294Z + [[ -x ./cuda_complex_math_test ]] 2022-09-27T16:19:47.9422506Z + [[ -x ./cuda_cub_test ]] 2022-09-27T16:19:47.9422796Z + [[ -x ./cuda_atomic_ops_test ]] 2022-09-27T16:19:47.9423007Z + '[' ON == ON ']' 2022-09-27T16:19:47.9423432Z + valgrind --suppressions=/var/lib/jenkins/workspace/aten/tools/valgrind.sup --error-exitcode=1 ./basic '--gtest_filter=-*CUDA' 2022-09-27T16:19:47.9727959Z ==7658== Memcheck, a memory error detector 2022-09-27T16:19:47.9728404Z ==7658== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. 2022-09-27T16:19:47.9728761Z ==7658== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info 2022-09-27T16:19:47.9729089Z ==7658== Command: ./basic --gtest_filter=-*CUDA 2022-09-27T16:19:47.9729284Z ==7658== 2022-09-27T16:20:15.8997967Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:20:15.9215214Z Note: Google Test filter = -*CUDA 2022-09-27T16:20:15.9267234Z [==========] Running 4 tests from 1 test suite. 2022-09-27T16:20:15.9291427Z [----------] Global test environment set-up. 2022-09-27T16:20:15.9327394Z [----------] 4 tests from BasicTest 2022-09-27T16:20:15.9345155Z [ RUN ] BasicTest.BasicTestCPU 2022-09-27T16:20:17.0246914Z 304 ms 2022-09-27T16:20:21.7236093Z 4678 ms 2022-09-27T16:20:28.2322561Z 6501 ms 2022-09-27T16:20:28.8342105Z [ OK ] BasicTest.BasicTestCPU (12897 ms) 2022-09-27T16:20:28.8348529Z [ RUN ] BasicTest.BasicTestHalfCPU 2022-09-27T16:20:29.0237602Z 134 ms 2022-09-27T16:20:33.9772310Z 4945 ms 2022-09-27T16:20:40.7888400Z 6807 ms 2022-09-27T16:20:40.9008302Z [ OK ] BasicTest.BasicTestHalfCPU (12065 ms) 2022-09-27T16:20:40.9008690Z [ RUN ] BasicTest.FactoryMethodsTest 2022-09-27T16:20:40.9329910Z [ OK ] BasicTest.FactoryMethodsTest (31 ms) 2022-09-27T16:20:40.9331110Z [ RUN ] BasicTest.BasicStdTestCPU 2022-09-27T16:20:40.9754242Z Simple example: called once 2022-09-27T16:20:41.1049982Z throw: call_once will retry 2022-09-27T16:20:41.1082873Z throw: call_once will retry 2022-09-27T16:20:41.1100776Z Didn't throw, call_once will not attempt again 2022-09-27T16:20:41.1524143Z [ OK ] BasicTest.BasicStdTestCPU (219 ms) 2022-09-27T16:20:41.1542546Z [----------] 4 tests from BasicTest (25218 ms total) 2022-09-27T16:20:41.1542805Z 2022-09-27T16:20:41.1554785Z [----------] Global test environment tear-down 2022-09-27T16:20:41.1583052Z [==========] 4 tests from 1 test suite ran. (25238 ms total) 2022-09-27T16:20:41.1597656Z [ PASSED ] 4 tests. 2022-09-27T16:20:42.7423503Z ==7658== 2022-09-27T16:20:42.7424808Z ==7658== HEAP SUMMARY: 2022-09-27T16:20:42.7425180Z ==7658== in use at exit: 242,780 bytes in 4,063 blocks 2022-09-27T16:20:42.7427883Z ==7658== total heap usage: 1,561,120 allocs, 1,557,057 frees, 269,929,043 bytes allocated 2022-09-27T16:20:42.7428376Z ==7658== 2022-09-27T16:20:42.8171210Z ==7658== LEAK SUMMARY: 2022-09-27T16:20:42.8171592Z ==7658== definitely lost: 0 bytes in 0 blocks 2022-09-27T16:20:42.8171918Z ==7658== indirectly lost: 0 bytes in 0 blocks 2022-09-27T16:20:42.8173061Z ==7658== possibly lost: 1,056 bytes in 3 blocks 2022-09-27T16:20:42.8173424Z ==7658== still reachable: 241,724 bytes in 4,060 blocks 2022-09-27T16:20:42.8173704Z ==7658== suppressed: 0 bytes in 0 blocks 2022-09-27T16:20:42.8174354Z ==7658== Rerun with --leak-check=full to see details of leaked memory 2022-09-27T16:20:42.8174664Z ==7658== 2022-09-27T16:20:42.8175232Z ==7658== For lists of detected and suppressed errors, rerun with: -s 2022-09-27T16:20:42.8175794Z ==7658== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) 2022-09-27T16:20:42.8489842Z + [[ -x ./tensor_interop_test ]] 2022-09-27T16:20:42.8490212Z + popd 2022-09-27T16:20:42.8490467Z ~/workspace 2022-09-27T16:20:42.8490954Z + [[ -n '' ]] 2022-09-27T16:20:42.8491188Z + assert_git_not_dirty 2022-09-27T16:20:42.8491478Z + [[ linux-focal-py3.7-gcc7 != *rocm* ]] 2022-09-27T16:20:42.8491763Z + [[ linux-focal-py3.7-gcc7 != *xla* ]] 2022-09-27T16:20:42.8494941Z ++ git status --porcelain 2022-09-27T16:20:42.9298990Z + git_status= 2022-09-27T16:20:42.9299434Z + [[ -n '' ]] 2022-09-27T16:20:42.9363691Z Prepare all required actions 2022-09-27T16:20:42.9364051Z Getting action download info 2022-09-27T16:20:43.1482668Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-09-27T16:20:43.1482894Z with: 2022-09-27T16:20:43.1483206Z github-token: *** 2022-09-27T16:20:43.1483377Z env: 2022-09-27T16:20:43.1483555Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:20:43.1483728Z ##[endgroup] 2022-09-27T16:20:43.1510147Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-09-27T16:20:43.1510382Z with: 2022-09-27T16:20:43.1510548Z shell: bash 2022-09-27T16:20:43.1510736Z timeout_minutes: 10 2022-09-27T16:20:43.1510904Z max_attempts: 5 2022-09-27T16:20:43.1511083Z retry_wait_seconds: 30 2022-09-27T16:20:43.1511468Z 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:20:43.1511867Z polling_interval_seconds: 1 2022-09-27T16:20:43.1512061Z warning_on_retry: true 2022-09-27T16:20:43.1512237Z continue_on_error: false 2022-09-27T16:20:43.1512408Z env: 2022-09-27T16:20:43.1512577Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:20:43.1512865Z GITHUB_TOKEN: *** 2022-09-27T16:20:43.1513040Z ##[endgroup] 2022-09-27T16:20:43.4182428Z 2022-09-27T16:20:43.4227265Z + python3 -m pip install requests==2.26.0 2022-09-27T16:20:44.0401465Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:20:44.0620082Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-09-27T16:20:44.0753540Z 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:20:44.0910023Z 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:20:44.0926085Z 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:20:44.0940082Z 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:20:44.2700071Z ++ python3 .github/scripts/get_workflow_job_id.py 3133193930 i-06e86b97321d56840 2022-09-27T16:20:47.5884822Z + GHA_WORKFLOW_JOB_ID=8576160832 2022-09-27T16:20:47.5885542Z + echo '::set-output name=job-id::8576160832' 2022-09-27T16:20:48.4271115Z Command completed after 1 attempt(s). 2022-09-27T16:20:48.4271389Z 2022-09-27T16:20:48.4380464Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-09-27T16:20:48.4380699Z kill "$MONITOR_SCRIPT_PID" 2022-09-27T16:20:48.4740345Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:20:48.4740580Z env: 2022-09-27T16:20:48.4740762Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:20:48.4740952Z MONITOR_SCRIPT_PID: 2496 2022-09-27T16:20:48.4741141Z ##[endgroup] 2022-09-27T16:20:48.4819145Z Prepare all required actions 2022-09-27T16:20:48.4819403Z Getting action download info 2022-09-27T16:20:48.6513096Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-09-27T16:20:48.7908815Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-09-27T16:20:48.7909041Z with: 2022-09-27T16:20:48.7909253Z file-suffix: test-default-1-2-linux.2xlarge_8576160832 2022-09-27T16:20:48.7909469Z env: 2022-09-27T16:20:48.7909635Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:20:48.7925199Z ##[endgroup] 2022-09-27T16:20:48.7950560Z ##[group]Run # Remove any previous test jsons if they exist 2022-09-27T16:20:48.7950848Z # Remove any previous test jsons if they exist 2022-09-27T16:20:48.7951080Z rm -f test-jsons-*.zip 2022-09-27T16:20:48.7951324Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-09-27T16:20:48.7962753Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:20:48.7963010Z env: 2022-09-27T16:20:48.7963179Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:20:48.7963430Z FILE_SUFFIX: test-default-1-2-linux.2xlarge_8576160832 2022-09-27T16:20:48.7963656Z ##[endgroup] 2022-09-27T16:20:48.8085323Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-09-27T16:20:48.8111963Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-09-27T16:20:48.8117743Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-09-27T16:20:48.8118707Z adding: test/.pytorch-slow-tests.json (deflated 75%) 2022-09-27T16:20:48.8124045Z adding: test/.pytorch-disabled-tests.json (deflated 85%) 2022-09-27T16:20:48.8143126Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T16:20:48.8143413Z # Remove any previous test reports if they exist 2022-09-27T16:20:48.8143651Z rm -f test-reports-*.zip 2022-09-27T16:20:48.8143892Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-09-27T16:20:48.8154409Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:20:48.8154623Z env: 2022-09-27T16:20:48.8154786Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:20:48.8155029Z FILE_SUFFIX: test-default-1-2-linux.2xlarge_8576160832 2022-09-27T16:20:48.8155251Z ##[endgroup] 2022-09-27T16:20:48.8605307Z adding: test/test-reports/python-pytest/test_ops/test_ops.xml (deflated 95%) 2022-09-27T16:20:48.8606371Z adding: test/test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheck-20220927154449.xml (deflated 85%) 2022-09-27T16:20:48.8666716Z adding: test/test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheckModeOpInfoCPU-20220927154449.xml (deflated 97%) 2022-09-27T16:20:48.8709474Z adding: test/test-reports/python-unittest/test_reductions/TEST-TestReductionsCPU-20220927155020.xml (deflated 97%) 2022-09-27T16:20:48.8710442Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-jit.test_fuser_common.TestFuserCommon-20220927155324.xml (deflated 48%) 2022-09-27T16:20:48.8711029Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestLoopnestRandomizationCPU-20220927155324.xml (deflated 40%) 2022-09-27T16:20:48.8799958Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestNNCOpInfoCPU-20220927155324.xml (deflated 98%) 2022-09-27T16:20:48.8802525Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserDynamic-20220927155324.xml (deflated 86%) 2022-09-27T16:20:48.8804919Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserStatic-20220927155324.xml (deflated 85%) 2022-09-27T16:20:48.8819489Z adding: test/test-reports/python-unittest/test_linalg/TEST-TestLinalgCPU-20220927155518.xml (deflated 93%) 2022-09-27T16:20:48.8820293Z adding: test/test-reports/python-unittest/test_optim/TEST-TestDifferentiableOptimizer-20220927155705.xml (deflated 62%) 2022-09-27T16:20:48.8822676Z adding: test/test-reports/python-unittest/test_optim/TEST-TestLRScheduler-20220927155705.xml (deflated 90%) 2022-09-27T16:20:48.8823694Z adding: test/test-reports/python-unittest/test_optim/TEST-TestOptim-20220927155705.xml (deflated 80%) 2022-09-27T16:20:48.8824395Z adding: test/test-reports/python-unittest/test_optim/TEST-TestSWAUtils-20220927155705.xml (deflated 76%) 2022-09-27T16:20:48.8825394Z adding: test/test-reports/python-unittest/test_tensorexpr/TEST-TestTensorExprFuser-20220927155759.xml (deflated 88%) 2022-09-27T16:20:48.8826326Z adding: test/test-reports/python-unittest/test_dispatch/TEST-TestDispatch-20220927155839.xml (deflated 81%) 2022-09-27T16:20:48.8827255Z adding: test/test-reports/python-unittest/test_dispatch/TEST-TestPythonDispatcher-20220927155839.xml (deflated 75%) 2022-09-27T16:20:48.8827798Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyDynamicOps-20220927155907.xml (deflated 40%) 2022-09-27T16:20:48.8830101Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyOpInfoCPU-20220927155907.xml (deflated 95%) 2022-09-27T16:20:48.8830870Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyTensor-20220927155907.xml (deflated 58%) 2022-09-27T16:20:48.8833255Z adding: test/test-reports/python-unittest/test_masked/TEST-TestMaskedCPU-20220927155923.xml (deflated 96%) 2022-09-27T16:20:48.8834207Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestExecutionGraph-20220927155935.xml (deflated 73%) 2022-09-27T16:20:48.8835223Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestExperimentalUtils-20220927155935.xml (deflated 82%) 2022-09-27T16:20:48.8836215Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestProfiler-20220927155935.xml (deflated 73%) 2022-09-27T16:20:48.8837172Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestRecordFunction-20220927155935.xml (deflated 69%) 2022-09-27T16:20:48.8838181Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestTorchTidyProfiler-20220927155935.xml (deflated 77%) 2022-09-27T16:20:48.8839191Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestProfilerCUDA-20220927155935.xml (deflated 56%) 2022-09-27T16:20:48.8840169Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestBroadcastAllOverride-20220927155939.xml (deflated 42%) 2022-09-27T16:20:48.8841264Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestDisabledTorchFunction-20220927155939.xml (deflated 41%) 2022-09-27T16:20:48.8841866Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestEinsumOverride-20220927155939.xml (deflated 41%) 2022-09-27T16:20:48.8842515Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestGradCheckOverride-20220927155939.xml (deflated 41%) 2022-09-27T16:20:48.8843053Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestGradNewOnesOverride-20220927155939.xml (deflated 42%) 2022-09-27T16:20:48.8843583Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestIndexing-20220927155939.xml (deflated 73%) 2022-09-27T16:20:48.8844079Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestIterator-20220927155939.xml (deflated 40%) 2022-09-27T16:20:48.8844585Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestNamedTuple-20220927155939.xml (deflated 40%) 2022-09-27T16:20:48.8845066Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestPickle-20220927155939.xml (deflated 40%) 2022-09-27T16:20:48.8845543Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestRNN-20220927155939.xml (deflated 38%) 2022-09-27T16:20:48.8846030Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestResolveName-20220927155939.xml (deflated 40%) 2022-09-27T16:20:48.8846558Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionMode-20220927155939.xml (deflated 87%) 2022-09-27T16:20:48.8854725Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionOverride-20220927155939.xml (deflated 96%) 2022-09-27T16:20:48.8855814Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionWarning-20220927155939.xml (deflated 41%) 2022-09-27T16:20:48.8856814Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestWrapTorchFunction-20220927155939.xml (deflated 41%) 2022-09-27T16:20:48.8857852Z adding: test/test-reports/python-unittest/test_namedtuple_return_api/TEST-TestNamedTupleAPI-20220927155942.xml (deflated 76%) 2022-09-27T16:20:48.8858456Z adding: test/test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensor-20220927155945.xml (deflated 80%) 2022-09-27T16:20:48.8859213Z adding: test/test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorAutograd-20220927155945.xml (deflated 85%) 2022-09-27T16:20:48.8860330Z adding: test/test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorDeviceTypeCPU-20220927155945.xml (deflated 91%) 2022-09-27T16:20:48.8861349Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestCircularSerialization-20220927155948.xml (deflated 54%) 2022-09-27T16:20:48.8862312Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestDataChunk-20220927155948.xml (deflated 76%) 2022-09-27T16:20:48.8863293Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestFunctionalIterDataPipe-20220927155948.xml (deflated 85%) 2022-09-27T16:20:48.8864321Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestFunctionalMapDataPipe-20220927155948.xml (deflated 71%) 2022-09-27T16:20:48.8865252Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestGraph-20220927155948.xml (deflated 68%) 2022-09-27T16:20:48.8866265Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeCountSampleYielded-20220927155948.xml (deflated 76%) 2022-09-27T16:20:48.8867388Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeGraphFastForward-20220927155948.xml (deflated 66%) 2022-09-27T16:20:48.8868587Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeSingletonConstraint-20220927155948.xml (deflated 74%) 2022-09-27T16:20:48.8869212Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterableDataPipeBasic-20220927155948.xml (deflated 70%) 2022-09-27T16:20:48.8870103Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestSharding-20220927155948.xml (deflated 61%) 2022-09-27T16:20:48.8870977Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestStreamWrapper-20220927155948.xml (deflated 68%) 2022-09-27T16:20:48.8872007Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestTyping-20220927155948.xml (deflated 80%) 2022-09-27T16:20:48.8872950Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestCaptureDataFrame-20220927155948.xml (deflated 43%) 2022-09-27T16:20:48.8873934Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestDataFramesPipes-20220927155948.xml (deflated 79%) 2022-09-27T16:20:48.8874873Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestSerialization-20220927155948.xml (deflated 59%) 2022-09-27T16:20:48.8875858Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConstHandling-20220927155950.xml (deflated 77%) 2022-09-27T16:20:48.8876887Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConverterTest-20220927155950.xml (deflated 80%) 2022-09-27T16:20:48.8877935Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorOperatorInvariants-20220927155950.xml (deflated 60%) 2022-09-27T16:20:48.8878768Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorTest-20220927155950.xml (deflated 87%) 2022-09-27T16:20:48.8879447Z adding: test/test-reports/python-unittest/test_subclass/TEST-TestSubclass-20220927155952.xml (deflated 91%) 2022-09-27T16:20:48.8880439Z adding: test/test-reports/python-unittest/test_fx_passes/TEST-TestFXGraphPasses-20220927155954.xml (deflated 90%) 2022-09-27T16:20:48.8881407Z adding: test/test-reports/python-unittest/test_fx_passes/TEST-TestFXMatcherUtils-20220927155954.xml (deflated 86%) 2022-09-27T16:20:48.8882047Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized-20220927155957.xml (deflated 92%) 2022-09-27T16:20:48.8882792Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization.TestAOMigrationQuantization-20220927155957.xml (deflated 92%) 2022-09-27T16:20:48.8883965Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx-20220927155957.xml (deflated 93%) 2022-09-27T16:20:48.8884943Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_backend_config.TestBackendConfig-20220927155957.xml (deflated 90%) 2022-09-27T16:20:48.8885963Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager-20220927155957.xml (deflated 66%) 2022-09-27T16:20:48.8887197Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestComparatorOps-20220927155957.xml (deflated 63%) 2022-09-27T16:20:48.8888432Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized-20220927155957.xml (deflated 84%) 2022-09-27T16:20:48.8889653Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestDistributed-20220927155957.xml (deflated 72%) 2022-09-27T16:20:48.8890835Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestDynamicQuantizedModule-20220927155957.xml (deflated 84%) 2022-09-27T16:20:48.8892075Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestDynamicQuantizedOps-20220927155957.xml (deflated 86%) 2022-09-27T16:20:48.8893275Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_equalize_eager.TestEqualizeEager-20220927155957.xml (deflated 75%) 2022-09-27T16:20:48.8894308Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_equalize_fx.TestEqualizeFx-20220927155957.xml (deflated 82%) 2022-09-27T16:20:48.8895551Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher-20220927155957.xml (deflated 79%) 2022-09-27T16:20:48.8896837Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels-20220927155957.xml (deflated 59%) 2022-09-27T16:20:48.8898089Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs-20220927155957.xml (deflated 88%) 2022-09-27T16:20:48.8899383Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels-20220927155957.xml (deflated 92%) 2022-09-27T16:20:48.8900332Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFakeQuantize-20220927155957.xml (deflated 69%) 2022-09-27T16:20:48.8901519Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFakeQuantizeOps-20220927155957.xml (deflated 88%) 2022-09-27T16:20:48.8902348Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_fuse_eager.TestFuseEager-20220927155957.xml (deflated 76%) 2022-09-27T16:20:48.8902954Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestFuseFx-20220927155957.xml (deflated 73%) 2022-09-27T16:20:48.8903642Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFusedObsFakeQuant-20220927155957.xml (deflated 68%) 2022-09-27T16:20:48.8904341Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFusedObsFakeQuantModule-20220927155957.xml (deflated 82%) 2022-09-27T16:20:48.8905002Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_fusion_passes.TestFusionPasses-20220927155957.xml (deflated 53%) 2022-09-27T16:20:48.8906182Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization-20220927155957.xml (deflated 72%) 2022-09-27T16:20:48.8907051Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectOutliers-20220927155957.xml (deflated 73%) 2022-09-27T16:20:48.8907708Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportClass-20220927155957.xml (deflated 72%) 2022-09-27T16:20:48.8908970Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic-20220927155957.xml (deflated 52%) 2022-09-27T16:20:48.8909999Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetector-20220927155957.xml (deflated 79%) 2022-09-27T16:20:48.8910946Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportObserver-20220927155957.xml (deflated 73%) 2022-09-27T16:20:48.8912151Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportVisualizer-20220927155957.xml (deflated 77%) 2022-09-27T16:20:48.8913393Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestHistogramObserver-20220927155957.xml (deflated 76%) 2022-09-27T16:20:48.8914317Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_model_numerics.TestModelNumericsEager-20220927155957.xml (deflated 74%) 2022-09-27T16:20:48.8915094Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager-20220927155957.xml (deflated 85%) 2022-09-27T16:20:48.8916101Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestObserver-20220927155957.xml (deflated 79%) 2022-09-27T16:20:48.8916839Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestPadding-20220927155957.xml (deflated 63%) 2022-09-27T16:20:48.8918033Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQNNPackOps-20220927155957.xml (deflated 84%) 2022-09-27T16:20:48.8919157Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_docs.TestQuantizationDocs-20220927155957.xml (deflated 72%) 2022-09-27T16:20:48.8920207Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps-20220927155957.xml (deflated 59%) 2022-09-27T16:20:48.8921500Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses-20220927155957.xml (deflated 83%) 2022-09-27T16:20:48.8922428Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps-20220927155957.xml (deflated 86%) 2022-09-27T16:20:48.8923125Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic-20220927155957.xml (deflated 80%) 2022-09-27T16:20:48.8923843Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic-20220927155957.xml (deflated 79%) 2022-09-27T16:20:48.8924615Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT-20220927155957.xml (deflated 80%) 2022-09-27T16:20:48.8925319Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics-20220927155957.xml (deflated 83%) 2022-09-27T16:20:48.8925975Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFx-20220927155957.xml (deflated 87%) 2022-09-27T16:20:48.8926591Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxModels-20220927155957.xml (deflated 80%) 2022-09-27T16:20:48.8927224Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxOps-20220927155957.xml (deflated 85%) 2022-09-27T16:20:48.8927848Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJit-20220927155957.xml (deflated 72%) 2022-09-27T16:20:48.8928476Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitOps-20220927155957.xml (deflated 85%) 2022-09-27T16:20:48.8929111Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitPasses-20220927155957.xml (deflated 86%) 2022-09-27T16:20:48.8929757Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedConv-20220927155957.xml (deflated 83%) 2022-09-27T16:20:48.8930423Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedEmbeddingOps-20220927155957.xml (deflated 82%) 2022-09-27T16:20:48.8931139Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_functional.TestQuantizedFunctionalOps-20220927155957.xml (deflated 72%) 2022-09-27T16:20:48.8931824Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedLinear-20220927155957.xml (deflated 69%) 2022-09-27T16:20:48.8932473Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedOps-20220927155957.xml (deflated 87%) 2022-09-27T16:20:48.8933122Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_tensor.TestQuantizedTensor-20220927155957.xml (deflated 89%) 2022-09-27T16:20:48.8933997Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestRecordHistogramObserver-20220927155957.xml (deflated 63%) 2022-09-27T16:20:48.8935356Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestReferenceQuantizedModule-20220927155957.xml (deflated 71%) 2022-09-27T16:20:48.8936638Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.bc.test_backward_compatibility.TestSerialization-20220927155957.xml (deflated 86%) 2022-09-27T16:20:48.8937912Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestStaticQuantizedModule-20220927155957.xml (deflated 87%) 2022-09-27T16:20:48.8939065Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter-20220927155957.xml (deflated 85%) 2022-09-27T16:20:48.8939690Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_utils.TestUtils-20220927155957.xml (deflated 74%) 2022-09-27T16:20:48.8940887Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport-20220927155957.xml (deflated 72%) 2022-09-27T16:20:48.8941962Z adding: test/test-reports/python-unittest/test_modules/TEST-TestModuleCPU-20220927160916.xml (deflated 96%) 2022-09-27T16:20:48.8943055Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_alias_analysis.TestAliasAnalysis-20220927161127.xml (deflated 66%) 2022-09-27T16:20:48.8943884Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_async.TestAsync-20220927161127.xml (deflated 85%) 2022-09-27T16:20:48.8944725Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_aten_pow.TestAtenPow-20220927161127.xml (deflated 48%) 2022-09-27T16:20:48.8945254Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_autodiff.TestAutodiffJit-20220927161127.xml (deflated 73%) 2022-09-27T16:20:48.8945950Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20220927161127.xml (deflated 86%) 2022-09-27T16:20:48.8947025Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackends-20220927161127.xml (deflated 74%) 2022-09-27T16:20:48.8947927Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackendsWithCompiler-20220927161127.xml (deflated 59%) 2022-09-27T16:20:48.8948893Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_batch_mm.TestBatchMM-20220927161127.xml (deflated 81%) 2022-09-27T16:20:48.8949660Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestBuiltins-20220927161127.xml (deflated 70%) 2022-09-27T16:20:48.8950617Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_class_type.TestClassType-20220927161127.xml (deflated 84%) 2022-09-27T16:20:48.8951591Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_complex.TestComplex-20220927161127.xml (deflated 84%) 2022-09-27T16:20:48.8952617Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_custom_operators.TestCustomOperators-20220927161127.xml (deflated 83%) 2022-09-27T16:20:48.8953584Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dce.TestDCE-20220927161127.xml (deflated 56%) 2022-09-27T16:20:48.8954576Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dataclasses.TestDataclasses-20220927161127.xml (deflated 75%) 2022-09-27T16:20:48.8955159Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_device_analysis.TestDeviceAnalysis-20220927161127.xml (deflated 85%) 2022-09-27T16:20:48.8955686Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestDict-20220927161127.xml (deflated 82%) 2022-09-27T16:20:48.8956234Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20220927161127.xml (deflated 70%) 2022-09-27T16:20:48.8957284Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeCustomRulesCPU-20220927161127.xml (deflated 96%) 2022-09-27T16:20:48.8957854Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_enum.TestEnum-20220927161127.xml (deflated 85%) 2022-09-27T16:20:48.8958368Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_export_modes.TestExportModes-20220927161127.xml (deflated 81%) 2022-09-27T16:20:48.8958908Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFreezing-20220927161127.xml (deflated 89%) 2022-09-27T16:20:48.8959408Z adding: test/test-reports/python-unittest/test_jit/TEST-TestFrontend-20220927161127.xml (deflated 40%) 2022-09-27T16:20:48.8959958Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFrozenOptimizations-20220927161127.xml (deflated 85%) 2022-09-27T16:20:48.8960612Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20220927161127.xml (deflated 51%) 2022-09-27T16:20:48.8961272Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20220927161127.xml (deflated 72%) 2022-09-27T16:20:48.8961887Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_attr.TestGetDefaultAttr-20220927161127.xml (deflated 46%) 2022-09-27T16:20:48.8962525Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20220927161127.xml (deflated 52%) 2022-09-27T16:20:48.8963061Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_hash.TestHash-20220927161127.xml (deflated 79%) 2022-09-27T16:20:48.8963559Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_hooks.TestHooks-20220927161127.xml (deflated 87%) 2022-09-27T16:20:48.8964389Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_ignorable_args.TestIgnorableArgs-20220927161127.xml (deflated 62%) 2022-09-27T16:20:48.8965321Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20220927161127.xml (deflated 73%) 2022-09-27T16:20:48.8965979Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20220927161127.xml (deflated 62%) 2022-09-27T16:20:48.8967017Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_isinstance.TestIsinstance-20220927161127.xml (deflated 90%) 2022-09-27T16:20:48.8967939Z adding: test/test-reports/python-unittest/test_jit/TEST-TestJit-20220927161127.xml (deflated 84%) 2022-09-27T16:20:48.8968865Z adding: test/test-reports/python-unittest/test_jit/TEST-TestJitGeneratedModule-20220927161127.xml (deflated 95%) 2022-09-27T16:20:48.8969789Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_jit_utils.TestJitUtils-20220927161127.xml (deflated 78%) 2022-09-27T16:20:48.8970740Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestList-20220927161127.xml (deflated 89%) 2022-09-27T16:20:48.8971686Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_logging.TestLogging-20220927161127.xml (deflated 76%) 2022-09-27T16:20:48.8972697Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestMKLDNNReinplacing-20220927161127.xml (deflated 69%) 2022-09-27T16:20:48.8973516Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_misc.TestMisc-20220927161127.xml (deflated 82%) 2022-09-27T16:20:48.8974503Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestMixTracingScripting-20220927161127.xml (deflated 84%) 2022-09-27T16:20:48.8975468Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_models.TestModels-20220927161127.xml (deflated 84%) 2022-09-27T16:20:48.8976437Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_apis.TestModuleAPIs-20220927161127.xml (deflated 68%) 2022-09-27T16:20:48.8977570Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_containers.TestModuleContainers-20220927161127.xml (deflated 84%) 2022-09-27T16:20:48.8978649Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_interface.TestModuleInterface-20220927161127.xml (deflated 87%) 2022-09-27T16:20:48.8979676Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_modules.TestModules-20220927161127.xml (deflated 49%) 2022-09-27T16:20:48.8980664Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestNamedTuple-20220927161127.xml (deflated 81%) 2022-09-27T16:20:48.8981213Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backend_nnapi.TestNnapiBackend-20220927161127.xml (deflated 85%) 2022-09-27T16:20:48.8981820Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_op_decompositions.TestOpDecompositions-20220927161127.xml (deflated 64%) 2022-09-27T16:20:48.8982531Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20220927161127.xml (deflated 84%) 2022-09-27T16:20:48.8983213Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_parametrization.TestParametrization-20220927161127.xml (deflated 60%) 2022-09-27T16:20:48.8983785Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_peephole.TestPeephole-20220927161127.xml (deflated 89%) 2022-09-27T16:20:48.8984356Z adding: test/test-reports/python-unittest/test_jit/TEST-TestProducerVersion-20220927161127.xml (deflated 41%) 2022-09-27T16:20:48.8984890Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_profiler.TestProfiler-20220927161127.xml (deflated 81%) 2022-09-27T16:20:48.8985455Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_bindings.TestPythonBindings-20220927161127.xml (deflated 80%) 2022-09-27T16:20:48.8986047Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20220927161127.xml (deflated 86%) 2022-09-27T16:20:48.8986588Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_ir.TestPythonIr-20220927161127.xml (deflated 47%) 2022-09-27T16:20:48.8987149Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_recursive_script.TestRecursiveScript-20220927161127.xml (deflated 88%) 2022-09-27T16:20:48.8987734Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_remove_mutation.TestRemoveMutation-20220927161127.xml (deflated 80%) 2022-09-27T16:20:48.8988288Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoad-20220927161127.xml (deflated 80%) 2022-09-27T16:20:48.8988863Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20220927161127.xml (deflated 82%) 2022-09-27T16:20:48.8993351Z adding: test/test-reports/python-unittest/test_jit/TEST-TestScript-20220927161127.xml (deflated 88%) 2022-09-27T16:20:48.8994289Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptDict-20220927161127.xml (deflated 79%) 2022-09-27T16:20:48.8995261Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptList-20220927161127.xml (deflated 83%) 2022-09-27T16:20:48.8996462Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20220927161127.xml (deflated 87%) 2022-09-27T16:20:48.8997673Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_script_profile.TestScriptProfile-20220927161127.xml (deflated 75%) 2022-09-27T16:20:48.8998632Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_slice.TestSlice-20220927161127.xml (deflated 86%) 2022-09-27T16:20:48.8999553Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_sparse.TestSparse-20220927161127.xml (deflated 72%) 2022-09-27T16:20:48.9000530Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_string_formatting.TestStringFormatting-20220927161127.xml (deflated 90%) 2022-09-27T16:20:48.9001233Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20220927161127.xml (deflated 88%) 2022-09-27T16:20:48.9001840Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestTensorBuiltins-20220927161127.xml (deflated 74%) 2022-09-27T16:20:48.9002434Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20220927161127.xml (deflated 81%) 2022-09-27T16:20:48.9003017Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tensor_methods.TestTensorMethods-20220927161127.xml (deflated 61%) 2022-09-27T16:20:48.9003563Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_torchbind.TestTorchbind-20220927161127.xml (deflated 88%) 2022-09-27T16:20:48.9015974Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestTracer-20220927161127.xml (deflated 97%) 2022-09-27T16:20:48.9017079Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_type_sharing.TestTypeSharing-20220927161127.xml (deflated 82%) 2022-09-27T16:20:48.9018066Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_types.TestTypesAndAnnotation-20220927161127.xml (deflated 82%) 2022-09-27T16:20:48.9019030Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_typing.TestTyping-20220927161127.xml (deflated 89%) 2022-09-27T16:20:48.9019859Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_union.TestUnion-20220927161127.xml (deflated 87%) 2022-09-27T16:20:48.9020862Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20220927161127.xml (deflated 61%) 2022-09-27T16:20:48.9021882Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_upgraders.TestUpgraders-20220927161127.xml (deflated 85%) 2022-09-27T16:20:48.9022820Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_warn.TestWarn-20220927161127.xml (deflated 78%) 2022-09-27T16:20:48.9023707Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_with.TestWith-20220927161127.xml (deflated 73%) 2022-09-27T16:20:48.9024268Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20220927161127.xml (deflated 78%) 2022-09-27T16:20:48.9024847Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20220927161127.xml (deflated 84%) 2022-09-27T16:20:48.9025858Z adding: test/test-reports/python-unittest/test_dataloader/TEST-IntegrationTestDataLoaderDataPipe-20220927161318.xml (deflated 44%) 2022-09-27T16:20:48.9026428Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestConcatDataset-20220927161318.xml (deflated 74%) 2022-09-27T16:20:48.9026974Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoader-20220927161318.xml (deflated 86%) 2022-09-27T16:20:48.9028006Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoaderPersistentWorkers-20220927161318.xml (deflated 90%) 2022-09-27T16:20:48.9029058Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDatasetRandomSplit-20220927161318.xml (deflated 76%) 2022-09-27T16:20:48.9030042Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDictDataLoader-20220927161318.xml (deflated 70%) 2022-09-27T16:20:48.9031061Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestNamedTupleDataLoader-20220927161318.xml (deflated 42%) 2022-09-27T16:20:48.9032037Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestSetAffinity-20220927161318.xml (deflated 40%) 2022-09-27T16:20:48.9032744Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestTensorDataset-20220927161318.xml (deflated 71%) 2022-09-27T16:20:48.9033379Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestConvAfterFork-20220927161318.xml (deflated 41%) 2022-09-27T16:20:48.9034426Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestCustomPinFn-20220927161318.xml (deflated 58%) 2022-09-27T16:20:48.9035151Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2-20220927161318.xml (deflated 52%) 2022-09-27T16:20:48.9035684Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2_EventLoop-20220927161318.xml (deflated 60%) 2022-09-27T16:20:48.9036650Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestIndividualWorkerQueue-20220927161318.xml (deflated 42%) 2022-09-27T16:20:48.9037674Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestStringDataLoader-20220927161318.xml (deflated 42%) 2022-09-27T16:20:48.9038619Z adding: test/test-reports/python-unittest/test_type_hints/TEST-TestTypeHints-20220927161441.xml (deflated 42%) 2022-09-27T16:20:48.9039492Z adding: test/test-reports/python-unittest/test_mkldnn/TEST-TestMkldnn-20220927161534.xml (deflated 84%) 2022-09-27T16:20:48.9040427Z adding: test/test-reports/python-unittest/nn.test_pooling/TEST-TestAvgPool-20220927161614.xml (deflated 77%) 2022-09-27T16:20:48.9041006Z adding: test/test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNN-20220927161614.xml (deflated 79%) 2022-09-27T16:20:48.9041559Z adding: test/test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNNDeviceTypeCPU-20220927161614.xml (deflated 91%) 2022-09-27T16:20:48.9042186Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardEmbedding-20220927161638.xml (deflated 61%) 2022-09-27T16:20:48.9042734Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardNumpy-20220927161638.xml (deflated 76%) 2022-09-27T16:20:48.9043310Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPyTorchNumpy-20220927161638.xml (deflated 73%) 2022-09-27T16:20:48.9043903Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPytorchGraph-20220927161638.xml (deflated 64%) 2022-09-27T16:20:48.9044482Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummary-20220927161638.xml (deflated 84%) 2022-09-27T16:20:48.9045053Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummaryWriter-20220927161638.xml (deflated 64%) 2022-09-27T16:20:48.9045624Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardUtils-20220927161638.xml (deflated 66%) 2022-09-27T16:20:48.9046177Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardWriter-20220927161638.xml (deflated 41%) 2022-09-27T16:20:48.9046728Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardFigure-20220927161638.xml (deflated 60%) 2022-09-27T16:20:48.9049902Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutograd-20220927161701.xml (deflated 86%) 2022-09-27T16:20:48.9050744Z adding: test/test-reports/python-unittest/test_autograd/TEST-autograd.test_complex.TestAutogradComplex-20220927161701.xml (deflated 60%) 2022-09-27T16:20:48.9051867Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradDeviceTypeCPU-20220927161701.xml (deflated 86%) 2022-09-27T16:20:48.9052901Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardMode-20220927161701.xml (deflated 85%) 2022-09-27T16:20:48.9053687Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardModeBatchedGrad-20220927161701.xml (deflated 72%) 2022-09-27T16:20:48.9055374Z adding: test/test-reports/python-unittest/test_autograd/TEST-autograd.test_functional.TestAutogradFunctional-20220927161701.xml (deflated 95%) 2022-09-27T16:20:48.9056491Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradInferenceMode-20220927161701.xml (deflated 87%) 2022-09-27T16:20:48.9057562Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradMultipleDispatchCPU-20220927161701.xml (deflated 71%) 2022-09-27T16:20:48.9058730Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestMultithreadAutograd-20220927161701.xml (deflated 77%) 2022-09-27T16:20:48.9059664Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertClose-20220927161720.xml (deflated 85%) 2022-09-27T16:20:48.9060615Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseContainer-20220927161720.xml (deflated 70%) 2022-09-27T16:20:48.9061666Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseErrorMessage-20220927161720.xml (deflated 84%) 2022-09-27T16:20:48.9062715Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseQuantized-20220927161720.xml (deflated 69%) 2022-09-27T16:20:48.9063525Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSC-20220927161720.xml (deflated 69%) 2022-09-27T16:20:48.9064536Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSR-20220927161720.xml (deflated 69%) 2022-09-27T16:20:48.9065104Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCOO-20220927161720.xml (deflated 76%) 2022-09-27T16:20:48.9065657Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSC-20220927161720.xml (deflated 70%) 2022-09-27T16:20:48.9066256Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSR-20220927161720.xml (deflated 70%) 2022-09-27T16:20:48.9066792Z adding: test/test-reports/python-unittest/test_testing/TEST-TestFrameworkUtils-20220927161720.xml (deflated 41%) 2022-09-27T16:20:48.9067292Z adding: test/test-reports/python-unittest/test_testing/TEST-TestImports-20220927161720.xml (deflated 48%) 2022-09-27T16:20:48.9067816Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestParametrization-20220927161720.xml (deflated 88%) 2022-09-27T16:20:48.9068414Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestParametrizationDeviceTypeCPU-20220927161720.xml (deflated 88%) 2022-09-27T16:20:48.9068978Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestingCPU-20220927161720.xml (deflated 89%) 2022-09-27T16:20:48.9069506Z adding: test/test-reports/python-unittest/test_mkldnn_fusion/TEST-TestMkldnnFusion-20220927161733.xml (deflated 60%) 2022-09-27T16:20:48.9070484Z adding: test/test-reports/python-unittest/test_type_promotion/TEST-TestTypePromotionCPU-20220927161745.xml (deflated 97%) 2022-09-27T16:20:48.9071379Z adding: test/test-reports/python-unittest/test_utils/TEST-TestAssert-20220927161757.xml (deflated 53%) 2022-09-27T16:20:48.9072257Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCheckpoint-20220927161757.xml (deflated 78%) 2022-09-27T16:20:48.9073190Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCppExtensionUtils-20220927161757.xml (deflated 55%) 2022-09-27T16:20:48.9074152Z adding: test/test-reports/python-unittest/test_utils/TEST-TestDataLoaderUtils-20220927161757.xml (deflated 69%) 2022-09-27T16:20:48.9074776Z adding: test/test-reports/python-unittest/test_utils/TEST-TestExtensionUtils-20220927161757.xml (deflated 41%) 2022-09-27T16:20:48.9075266Z adding: test/test-reports/python-unittest/test_utils/TEST-TestHipify-20220927161757.xml (deflated 40%) 2022-09-27T16:20:48.9075748Z adding: test/test-reports/python-unittest/test_utils/TEST-TestONNXUtils-20220927161757.xml (deflated 51%) 2022-09-27T16:20:48.9076263Z adding: test/test-reports/python-unittest/test_utils/TEST-TestStandaloneCPPJIT-20220927161757.xml (deflated 40%) 2022-09-27T16:20:48.9076757Z adding: test/test-reports/python-unittest/test_utils/TEST-TestBottleneck-20220927161757.xml (deflated 51%) 2022-09-27T16:20:48.9077245Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCollectEnv-20220927161757.xml (deflated 41%) 2022-09-27T16:20:48.9090742Z adding: test/test-reports/python-unittest/test_cpp_api_parity/TEST-TestCppApiParity-20220927161805.xml (deflated 96%) 2022-09-27T16:20:48.9091976Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_activation_sparsifier.TestActivationSparsifier-20220927161813.xml (deflated 54%) 2022-09-27T16:20:48.9093213Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_scheduler.TestBaseDataScheduler-20220927161813.xml (deflated 71%) 2022-09-27T16:20:48.9094442Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier-20220927161813.xml (deflated 65%) 2022-09-27T16:20:48.9095696Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_pruner.TestBasePruner-20220927161813.xml (deflated 80%) 2022-09-27T16:20:48.9096806Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20220927161813.xml (deflated 82%) 2022-09-27T16:20:48.9097953Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestComposability-20220927161813.xml (deflated 75%) 2022-09-27T16:20:48.9099056Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20220927161813.xml (deflated 73%) 2022-09-27T16:20:48.9099722Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestFxComposability-20220927161813.xml (deflated 80%) 2022-09-27T16:20:48.9100488Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier-20220927161813.xml (deflated 76%) 2022-09-27T16:20:48.9101184Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers-20220927161813.xml (deflated 70%) 2022-09-27T16:20:48.9101839Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestQuantizationUtils-20220927161813.xml (deflated 71%) 2022-09-27T16:20:48.9103001Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20220927161813.xml (deflated 50%) 2022-09-27T16:20:48.9103702Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20220927161813.xml (deflated 65%) 2022-09-27T16:20:48.9104617Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_scheduler.TestScheduler-20220927161813.xml (deflated 66%) 2022-09-27T16:20:48.9105750Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions-20220927161813.xml (deflated 78%) 2022-09-27T16:20:48.9106976Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20220927161813.xml (deflated 78%) 2022-09-27T16:20:48.9108037Z adding: test/test-reports/python-unittest/test_mkl_verbose/TEST-TestMKLVerbose-20220927161819.xml (deflated 53%) 2022-09-27T16:20:48.9109017Z adding: test/test-reports/python-unittest/test_module_init/TEST-TestModuleInitCPU-20220927161825.xml (deflated 96%) 2022-09-27T16:20:48.9109980Z adding: test/test-reports/python-unittest/test_mkldnn_verbose/TEST-TestMKLDNNVerbose-20220927161829.xml (deflated 54%) 2022-09-27T16:20:48.9110653Z adding: test/test-reports/python-unittest/test_sort_and_select/TEST-TestSortAndSelectCPU-20220927161833.xml (deflated 92%) 2022-09-27T16:20:48.9111410Z adding: test/test-reports/python-unittest/test_package/TEST-test_dependency_api.TestDependencyAPI-20220927161837.xml (deflated 82%) 2022-09-27T16:20:48.9112476Z adding: test/test-reports/python-unittest/test_package/TEST-test_dependency_hooks.TestDependencyHooks-20220927161837.xml (deflated 76%) 2022-09-27T16:20:48.9113486Z adding: test/test-reports/python-unittest/test_package/TEST-test_digraph.TestDiGraph-20220927161837.xml (deflated 84%) 2022-09-27T16:20:48.9114499Z adding: test/test-reports/python-unittest/test_package/TEST-test_directory_reader.DirectoryReaderTest-20220927161837.xml (deflated 76%) 2022-09-27T16:20:48.9115292Z adding: test/test-reports/python-unittest/test_package/TEST-test_glob_group.TestGlobGroup-20220927161837.xml (deflated 86%) 2022-09-27T16:20:48.9115836Z adding: test/test-reports/python-unittest/test_package/TEST-test_importer.TestImporter-20220927161837.xml (deflated 72%) 2022-09-27T16:20:48.9116414Z adding: test/test-reports/python-unittest/test_package/TEST-test_load_bc_packages.TestLoadBCPackages-20220927161837.xml (deflated 71%) 2022-09-27T16:20:48.9116967Z adding: test/test-reports/python-unittest/test_package/TEST-test_mangling.TestMangling-20220927161837.xml (deflated 79%) 2022-09-27T16:20:48.9117489Z adding: test/test-reports/python-unittest/test_package/TEST-test_misc.TestMisc-20220927161837.xml (deflated 73%) 2022-09-27T16:20:48.9118055Z adding: test/test-reports/python-unittest/test_package/TEST-test_package_fx.TestPackageFX-20220927161837.xml (deflated 75%) 2022-09-27T16:20:48.9118977Z adding: test/test-reports/python-unittest/test_package/TEST-test_package_script.TestPackageScript-20220927161837.xml (deflated 81%) 2022-09-27T16:20:48.9119935Z adding: test/test-reports/python-unittest/test_package/TEST-test_repackage.TestRepackage-20220927161837.xml (deflated 47%) 2022-09-27T16:20:48.9120836Z adding: test/test-reports/python-unittest/test_package/TEST-test_resources.TestResources-20220927161837.xml (deflated 69%) 2022-09-27T16:20:48.9121536Z adding: test/test-reports/python-unittest/test_package/TEST-test_save_load.TestSaveLoad-20220927161837.xml (deflated 76%) 2022-09-27T16:20:48.9122108Z adding: test/test-reports/python-unittest/test_package/TEST-test_analyze.TestAnalyze-20220927161837.xml (deflated 44%) 2022-09-27T16:20:48.9122990Z adding: test/test-reports/python-unittest/test_package/TEST-test_model.ModelTest-20220927161837.xml (deflated 71%) 2022-09-27T16:20:48.9123486Z adding: test/test-reports/python-unittest/test_logging/TEST-LoggingTest-20220927161841.xml (deflated 43%) 2022-09-27T16:20:48.9124102Z adding: test/test-reports/python-unittest/backends.xeon.test_launch/TEST-TestTorchrun-20220927161844.xml (deflated 47%) 2022-09-27T16:20:48.9124932Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapAPI-20220927161848.xml (deflated 94%) 2022-09-27T16:20:48.9125861Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapBatchedGradientCPU-20220927161848.xml (deflated 85%) 2022-09-27T16:20:48.9126844Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapOperators-20220927161848.xml (deflated 87%) 2022-09-27T16:20:48.9127765Z adding: test/test-reports/python-unittest/test_shape_ops/TEST-TestShapeOpsCPU-20220927161851.xml (deflated 90%) 2022-09-27T16:20:48.9128689Z adding: test/test-reports/python-unittest/test_namedtensor/TEST-TestNamedTensor-20220927161854.xml (deflated 89%) 2022-09-27T16:20:48.9129721Z adding: test/test-reports/python-unittest/test_functionalization/TEST-TestFunctionalization-20220927161856.xml (deflated 83%) 2022-09-27T16:20:48.9130756Z adding: test/test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestExprHandlePyBind-20220927161858.xml (deflated 39%) 2022-09-27T16:20:48.9131776Z adding: test/test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestTensorExprPyBind-20220927161858.xml (deflated 84%) 2022-09-27T16:20:48.9132796Z adding: test/test-reports/python-unittest/nn.test_packed_sequence/TEST-PackedSequenceTest-20220927161900.xml (deflated 82%) 2022-09-27T16:20:48.9133698Z adding: test/test-reports/python-unittest/test_monitor/TEST-TestMonitor-20220927161902.xml (deflated 66%) 2022-09-27T16:20:48.9134400Z adding: test/test-reports/python-unittest/test_monitor/TEST-TestMonitorTensorboard-20220927161902.xml (deflated 41%) 2022-09-27T16:20:48.9135038Z adding: test/test-reports/python-unittest/lazy.test_reuse_ir/TEST-TestLazyReuseIr-20220927161904.xml (deflated 73%) 2022-09-27T16:20:48.9135580Z adding: test/test-reports/python-unittest/test_native_functions/TEST-TestNativeFunctions-20220927161906.xml (deflated 75%) 2022-09-27T16:20:48.9136167Z adding: test/test-reports/python-unittest/test_multiprocessing_spawn/TEST-ErrorTest-20220927161908.xml (deflated 39%) 2022-09-27T16:20:48.9136683Z adding: test/test-reports/python-unittest/test_multiprocessing_spawn/TEST-ForkTest-20220927161908.xml (deflated 85%) 2022-09-27T16:20:48.9137247Z adding: test/test-reports/python-unittest/test_multiprocessing_spawn/TEST-SpawnTest-20220927161908.xml (deflated 87%) 2022-09-27T16:20:48.9137936Z adding: test/test-reports/python-unittest/profiler.test_profiler_tree/TEST-TestProfilerTree-20220927161910.xml (deflated 84%) 2022-09-27T16:20:48.9138458Z adding: test/test-reports/python-unittest/test_show_pickle/TEST-TestShowPickle-20220927161911.xml (deflated 39%) 2022-09-27T16:20:48.9138959Z adding: test/test-reports/python-unittest/test_type_info/TEST-TestDTypeInfo-20220927161913.xml (deflated 61%) 2022-09-27T16:20:48.9139447Z adding: test/test-reports/python-unittest/test_license/TEST-TestLicense-20220927161915.xml (deflated 50%) 2022-09-27T16:20:48.9139968Z adding: test/test-reports/python-unittest/test_native_mha/TEST-TestMHADeviceTypeCPU-20220927161917.xml (deflated 64%) 2022-09-27T16:20:48.9140503Z adding: test/test-reports/python-unittest/test_nvfuser_frontend/TEST-TestNvFuserFrontend-20220927161918.xml (deflated 83%) 2022-09-27T16:20:48.9141048Z adding: test/test-reports/python-unittest/test_complex/TEST-TestComplexTensorCPU-20220927161920.xml (deflated 70%) 2022-09-27T16:20:48.9141644Z adding: test/test-reports/python-unittest/test_vulkan/TEST-TestVulkanRewritePass-20220927161921.xml (deflated 43%) 2022-09-27T16:20:48.9158333Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T16:20:48.9158635Z # Remove any previous test reports if they exist 2022-09-27T16:20:48.9158869Z rm -f usage-log-*.zip 2022-09-27T16:20:48.9159132Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-09-27T16:20:48.9159421Z # so check to see if the file exists first 2022-09-27T16:20:48.9159657Z if [ -f 'usage_log.txt' ]; then 2022-09-27T16:20:48.9159900Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-09-27T16:20:48.9160102Z fi 2022-09-27T16:20:48.9170758Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:20:48.9170979Z env: 2022-09-27T16:20:48.9171141Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:20:48.9171393Z FILE_SUFFIX: test-default-1-2-linux.2xlarge_8576160832 2022-09-27T16:20:48.9171615Z ##[endgroup] 2022-09-27T16:20:48.9386437Z adding: usage_log.txt (deflated 95%) 2022-09-27T16:20:48.9422105Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:20:48.9422322Z with: 2022-09-27T16:20:48.9422525Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:20:48.9422746Z retention-days: 14 2022-09-27T16:20:48.9422928Z if-no-files-found: warn 2022-09-27T16:20:48.9423129Z path: test-jsons-*.zip 2022-09-27T16:20:48.9423311Z name: artifact 2022-09-27T16:20:48.9423486Z s3-bucket: gha-artifacts 2022-09-27T16:20:48.9423674Z region: us-east-1 2022-09-27T16:20:48.9423840Z env: 2022-09-27T16:20:48.9423996Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:20:48.9424178Z ##[endgroup] 2022-09-27T16:20:49.3011252Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:20:49.3011553Z With the provided path, there will be 1 file uploaded 2022-09-27T16:20:49.3011828Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:20:49.3060883Z Starting upload of test-jsons-test-default-1-2-linux.2xlarge_8576160832.zip 2022-09-27T16:20:49.4601456Z Finished upload of test-jsons-test-default-1-2-linux.2xlarge_8576160832.zip 2022-09-27T16:20:49.4718728Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:20:49.4718944Z with: 2022-09-27T16:20:49.4719149Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:20:49.4719353Z retention-days: 14 2022-09-27T16:20:49.4719552Z if-no-files-found: error 2022-09-27T16:20:49.4719752Z path: test-reports-*.zip 2022-09-27T16:20:49.4720030Z name: artifact 2022-09-27T16:20:49.4720212Z s3-bucket: gha-artifacts 2022-09-27T16:20:49.4720509Z region: us-east-1 2022-09-27T16:20:49.4720675Z env: 2022-09-27T16:20:49.4720834Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:20:49.4721017Z ##[endgroup] 2022-09-27T16:20:49.7814228Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:20:49.7814729Z With the provided path, there will be 1 file uploaded 2022-09-27T16:20:49.7815380Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:20:49.7823251Z Starting upload of test-reports-test-default-1-2-linux.2xlarge_8576160832.zip 2022-09-27T16:20:50.0109767Z Finished upload of test-reports-test-default-1-2-linux.2xlarge_8576160832.zip 2022-09-27T16:20:50.0223423Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:20:50.0223663Z with: 2022-09-27T16:20:50.0223933Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:20:50.0224140Z retention-days: 14 2022-09-27T16:20:50.0224344Z if-no-files-found: ignore 2022-09-27T16:20:50.0224548Z path: usage-log-*.zip 2022-09-27T16:20:50.0224718Z name: artifact 2022-09-27T16:20:50.0224904Z s3-bucket: gha-artifacts 2022-09-27T16:20:50.0225094Z region: us-east-1 2022-09-27T16:20:50.0225259Z env: 2022-09-27T16:20:50.0225417Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:20:50.0225600Z ##[endgroup] 2022-09-27T16:20:50.3309694Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:20:50.3310512Z With the provided path, there will be 1 file uploaded 2022-09-27T16:20:50.3310807Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:20:50.3316773Z Starting upload of usage-log-test-default-1-2-linux.2xlarge_8576160832.zip 2022-09-27T16:20:50.4725678Z Finished upload of usage-log-test-default-1-2-linux.2xlarge_8576160832.zip 2022-09-27T16:20:50.4841487Z ##[group]Run set -x 2022-09-27T16:20:50.4841686Z set -x 2022-09-27T16:20:50.4841911Z python3 -m pip install -r requirements.txt 2022-09-27T16:20:50.4842171Z python3 -m pip install boto3==1.19.12 2022-09-27T16:20:50.4842467Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T16:20:50.4853560Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:20:50.4853778Z env: 2022-09-27T16:20:50.4853959Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:20:50.4854153Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T16:20:50.4854345Z BRANCH: pull/85462 2022-09-27T16:20:50.4854526Z TEST_CONFIG: default 2022-09-27T16:20:50.4854692Z SHARD_NUMBER: 1 2022-09-27T16:20:50.4855106Z BUILD_ENVIRONMENT: linux-focal-py3.7-gcc7 2022-09-27T16:20:50.4855327Z PR_NUMBER: 85462 2022-09-27T16:20:50.4855507Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T16:20:50.4855720Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T16:20:50.4855983Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T16:20:50.4856165Z TAG: 2022-09-27T16:20:50.4856329Z WORKFLOW_ID: 3133193930 2022-09-27T16:20:50.4856654Z GITHUB_TOKEN: *** 2022-09-27T16:20:50.4856837Z GHA_WORKFLOW_JOB_ID: 8576160832 2022-09-27T16:20:50.4857026Z ##[endgroup] 2022-09-27T16:20:50.4881769Z + python3 -m pip install -r requirements.txt 2022-09-27T16:20:50.6946733Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:20:50.7195341Z 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:50.7221069Z 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:50.7228953Z 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:50.7238539Z 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:50.7602921Z 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:50.7611072Z 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:50.7692951Z 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:50.7701585Z 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:50.7910960Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-09-27T16:20:50.8080830Z 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:50.8090395Z 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:50.8098818Z 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:50.8109076Z 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:50.8130169Z 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:50.8154809Z 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:50.8165915Z 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:50.8186696Z 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:50.8436964Z 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:50.8446338Z 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:50.8458317Z 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:50.8610184Z 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:50.8631205Z 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:50.9224495Z + python3 -m pip install boto3==1.19.12 2022-09-27T16:20:51.1261423Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:20:51.1436285Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2022-09-27T16:20:51.1485379Z 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:51.1512362Z 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:51.1525373Z 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:51.1573554Z 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:51.1594510Z 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:51.1745564Z 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:51.3295635Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T16:21:43.5270811Z [scribe] Scribe access token not provided, sending report via boto3... 2022-09-27T16:21:43.5272630Z ERROR ENCOUNTERED WHEN UPLOADING TO SCRIBE: {"errorMessage": "HTTP Error 500: Internal Server Error", "errorType": "HTTPError", "stackTrace": [" File \"/var/task/lambda_function.py\", line 57, in lambda_handler\n return urlopen(req, data=json.dumps(data).encode()).read()\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 222, in urlopen\n return opener.open(url, data, timeout)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 531, in open\n response = meth(req, response)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 640, in http_response\n response = self.parent.error(\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 569, in error\n return self._call_chain(*args)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 502, in _call_chain\n result = func(*args)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 649, in http_error_default\n raise HTTPError(req.full_url, code, msg, hdrs, fp)\n"]} 2022-09-27T16:21:43.5273799Z 2022-09-27T16:21:43.5274598Z ----- Historic stats comparison result ------ 2022-09-27T16:21:43.5274778Z 2022-09-27T16:21:43.5274933Z job: linux-focal-py3.7-gcc7 2022-09-27T16:21:43.5275178Z commit: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T16:21:43.5275311Z 2022-09-27T16:21:43.5275459Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-09-27T16:21:43.5275639Z 2022-09-27T16:21:43.5275706Z : (master) 2022-09-27T16:21:43.5275867Z | 2022-09-27T16:21:43.5276050Z | * 52424e2bf3 (HEAD) total time 4535.11s 2022-09-27T16:21:43.5276241Z | | 2022-09-27T16:21:43.5276396Z | : (4 commits) 2022-09-27T16:21:43.5276543Z |/ 2022-09-27T16:21:43.5278462Z * c7c2578f93 (base) 6 reports, total time 2509.28s ± 1765.63s 2022-09-27T16:21:43.5278833Z * 99ad8a3048 6 reports, total time 2509.77s ± 1771.89s 2022-09-27T16:21:43.5279142Z * 34296e2f4c 6 reports, total time 2525.78s ± 1741.22s 2022-09-27T16:21:43.5279494Z * 4523ac7aa1 6 reports, total time 2546.75s ± 1751.11s 2022-09-27T16:21:43.5279815Z * f21e77d9a6 6 reports, total time 2521.77s ± 1744.10s 2022-09-27T16:21:43.5280128Z * 26a861cb27 6 reports, total time 2538.71s ± 1776.59s 2022-09-27T16:21:43.5280504Z * 56a41b5998 6 reports, total time 2537.11s ± 1781.85s 2022-09-27T16:21:43.5280818Z * 1910c5847e 6 reports, total time 2539.59s ± 1745.17s 2022-09-27T16:21:43.5281132Z * caa0ab557d 6 reports, total time 2502.08s ± 1718.61s 2022-09-27T16:21:43.5281336Z * 0336308be5 0 reports 2022-09-27T16:21:43.5281510Z | 2022-09-27T16:21:43.5281663Z : 2022-09-27T16:21:43.5281756Z 2022-09-27T16:21:43.5281860Z Removed (across 625 suites) 0 tests, totaling 0.00s 2022-09-27T16:21:43.5282121Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-09-27T16:21:43.5282376Z Added (across 349 suites) 50400 tests, totaling +4535.11s 2022-09-27T16:21:43.6349957Z Prepare all required actions 2022-09-27T16:21:43.6370884Z ##[group]Run ./.github/actions/teardown-linux 2022-09-27T16:21:43.6371081Z with: 2022-09-27T16:21:43.6371236Z env: 2022-09-27T16:21:43.6371416Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:21:43.6371676Z ##[endgroup] 2022-09-27T16:21:43.6387288Z ##[group]Run set -eou pipefail 2022-09-27T16:21:43.6387516Z set -eou pipefail 2022-09-27T16:21:43.6387686Z  2022-09-27T16:21:43.6387925Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-09-27T16:21:43.6388179Z for _ in $(seq 1440); do 2022-09-27T16:21:43.6388401Z  # Break if no ssh session exists anymore 2022-09-27T16:21:43.6388609Z  if [ "$(who)" = "" ]; then 2022-09-27T16:21:43.6388794Z  break 2022-09-27T16:21:43.6388960Z  fi 2022-09-27T16:21:43.6389114Z  echo "." 2022-09-27T16:21:43.6389289Z  sleep 5 2022-09-27T16:21:43.6389491Z done 2022-09-27T16:21:43.6401175Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:21:43.6401398Z env: 2022-09-27T16:21:43.6401564Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:21:43.6401755Z ##[endgroup] 2022-09-27T16:21:43.6425922Z Holding runner for 2 hours until all ssh sessions have logged out 2022-09-27T16:21:43.6497815Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T16:21:43.6498126Z # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T16:21:43.6498367Z # shellcheck disable=SC2046 2022-09-27T16:21:43.6498594Z docker stop $(docker ps -q) || true 2022-09-27T16:21:43.6498824Z # Prune all of the docker images 2022-09-27T16:21:43.6499028Z docker system prune -af 2022-09-27T16:21:43.6509208Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:21:43.6509427Z env: 2022-09-27T16:21:43.6509591Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:21:43.6509787Z ##[endgroup] 2022-09-27T16:21:44.0237354Z 0d4c38f64833 2022-09-27T16:21:45.0023078Z Deleted Containers: 2022-09-27T16:21:45.0023501Z 0d4c38f648338cbc5352964a2a974414d04f246f7d2125595c37e6dd561a975d 2022-09-27T16:21:45.0023721Z 2022-09-27T16:21:49.9344118Z Deleted Images: 2022-09-27T16:21:49.9345241Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T16:21:49.9345995Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7@sha256:aa31a48de2d62af84cacd725abaa1599e63c6bb3385fa6e176b6d91f90a39348 2022-09-27T16:21:49.9346507Z deleted: sha256:09cc5e0dbbe1120475828f67580c1e4ef0ac166558f7a9e82119c9daf09ed17b 2022-09-27T16:21:49.9346839Z deleted: sha256:4f4d0a1da9af50d9a8bd02155aaea8b254a8039b940db877e78a5b25776e1f97 2022-09-27T16:21:49.9347159Z deleted: sha256:40273608be9f35547c534c65183771d8d024a327b2f8231776e449a0c4be59e4 2022-09-27T16:21:49.9347484Z deleted: sha256:295b500c49641b27efb539c901bd567f2b8738ab1f67465c28c5209fef872936 2022-09-27T16:21:49.9347803Z deleted: sha256:aff7d79df966d7c1c7cf29b78408592957f0317054355d087aa59098aa32abda 2022-09-27T16:21:49.9348154Z deleted: sha256:0e0419c0016bdfbf589e8507dad2150575b0a84dd2b27be7703cfa05e2139c5b 2022-09-27T16:21:49.9348500Z deleted: sha256:0e1f7b9f93cf30ea54c8e6f1485a1a3fd9776d17cc90f1bfb5ce6b5b9185296e 2022-09-27T16:21:49.9348847Z deleted: sha256:d3deacfa23bfb0920ec3a625c1ee1963513159aaa5463910dd41bafa8e54de71 2022-09-27T16:21:49.9349176Z deleted: sha256:e66d036a902f9f1d15a19abacd7321bba3d8869b725e99b43a5d20fd6fdb01c9 2022-09-27T16:21:49.9349505Z deleted: sha256:c5e59df58f1aab354a2874070ad89a043c3178016eab17887ed9237f91887294 2022-09-27T16:21:49.9349836Z deleted: sha256:0d8f363a24f0b380db49f8fa69e9da0537d3a51ae051248dfd3563de574ca15d 2022-09-27T16:21:49.9350173Z deleted: sha256:55bb4ae9fce9854a9f8345d077cd37423d7b6f050034cadadbbf1974ff155061 2022-09-27T16:21:49.9350684Z deleted: sha256:124538c5717f1c1615e490bfd34cab23dc00516fbd43b4dbd0755e1a5119474b 2022-09-27T16:21:49.9351011Z deleted: sha256:98e71d41b4fb04ffa587728b6f070c0d922a9909fb272edae447c0ed732b17c6 2022-09-27T16:21:49.9351333Z deleted: sha256:dd100ce53375a22379598335be3a232a3eb20465df4376afdd481c3ab0a01666 2022-09-27T16:21:49.9351722Z deleted: sha256:06da69152df74c7a52462b8f1f7adf2d50e5f84ae02c20a48597f844e24832f4 2022-09-27T16:21:49.9352047Z deleted: sha256:7f90b14cc4e879de499e9c152c229852c1a71e1c6bb0216e21b433d34e401be0 2022-09-27T16:21:49.9352369Z deleted: sha256:2a332f12721f3199efd9441306d5d38a6f031cdfdf68beb90afb40116f7ac1ad 2022-09-27T16:21:49.9352696Z deleted: sha256:9c866de535edd7886f74437d3fbcafd6d58fe3322aa4af8606e46e720f022e9c 2022-09-27T16:21:49.9353014Z deleted: sha256:097a48bd86a6a3542f566d38833d93ded3bc082bdad7e4026debfbe895bb5105 2022-09-27T16:21:49.9353334Z deleted: sha256:a8b120c70115f75a61a81c96d1abef9e741618d32124b4994375a805a5941958 2022-09-27T16:21:49.9353647Z deleted: sha256:15a928b5307c0332ba50caffe867123de36c74475d7861b8cdf2dbfd58dd5320 2022-09-27T16:21:49.9353981Z deleted: sha256:eb93d3b8365b2da69ddeb34c24e5ba2fae6eb2fad4b6fadae3e298a9a0b26af2 2022-09-27T16:21:49.9354331Z deleted: sha256:e2ab13aa2f895ecf403ea9781db734f7b21a20aeb1478e32c5416f969604dc89 2022-09-27T16:21:49.9354650Z deleted: sha256:6faa89577c8237b30a828e6382086b71579a76333d2d79839246ed4c42daf433 2022-09-27T16:21:49.9354965Z deleted: sha256:94f3fc0358a54e1bab1cff99f032187d852d5a9e21539debb385d3e965e0f811 2022-09-27T16:21:49.9355418Z deleted: sha256:0890fc3c642cc4c11d7b3b400a3f6af80996973f0d1524071eb15cbdd5431266 2022-09-27T16:21:49.9355744Z deleted: sha256:ec7d767c32abaf566f084ffeb2d37bda985f13102952e21948f7b055ccccf7ab 2022-09-27T16:21:49.9356063Z deleted: sha256:2758607d82553d625e21563dec5e252097fd6804de79dd60b78d9452d8f0e384 2022-09-27T16:21:49.9356356Z deleted: sha256:1c30230d1bc09ce084c2c0d3c24c81e39a270b3359be353f188f13809b2e95ff 2022-09-27T16:21:49.9356667Z deleted: sha256:f66b31a4878493b2a4cf4b457a461d78c1275ce0b853312e14b5b205f5f54b12 2022-09-27T16:21:49.9356993Z deleted: sha256:c96b1aa08b8cdf00ede17699be953c554e540b97216fba81a59a101860c877c6 2022-09-27T16:21:49.9357312Z deleted: sha256:0853e57dc641a08006c8b8cd96caa8755d3981706b49748776bf6c7ee23abe6c 2022-09-27T16:21:49.9357627Z deleted: sha256:a88ebc418ab3040ebaafd029a4c80439225b1ce939f383ec70c503fff55528ee 2022-09-27T16:21:49.9357948Z deleted: sha256:5a86190b95485dba13fec16a89446426425223587ad649a56b4faf0f64305120 2022-09-27T16:21:49.9358263Z deleted: sha256:016eff1a025a65973028af96cf1fbe6c4b0e1c258e04e6a2dec976062924c0cf 2022-09-27T16:21:49.9358587Z deleted: sha256:3ce5ce7ae3df63641c9b8859e93e8f870c8bcfadc998c17b2169676be5e0812d 2022-09-27T16:21:49.9358915Z deleted: sha256:b161ee8936514898f92131df4d7de87314f3ed0639e31bbd2c3e83bdea170f16 2022-09-27T16:21:49.9359240Z deleted: sha256:e6a3a6ca01553128af3686d5bface6135e56f897e0f9ba754e9b924d446105e6 2022-09-27T16:21:49.9359569Z deleted: sha256:0cd4c1b082ed42bb2648c766b0746e3eb8771eafc8ce4130c649f3d29b634162 2022-09-27T16:21:49.9359866Z deleted: sha256:76a601a88697897790d443b0214d908f489395a5d4ea98726caf0a80a66ecd19 2022-09-27T16:21:49.9360171Z deleted: sha256:e9a0ce4d7b4ea637152093c92c0cbe039a7e810c4aa90c848f312c10262b974d 2022-09-27T16:21:49.9360590Z deleted: sha256:e4e7cd35b02c90bb1da4c482c1f10f82c7ef6daae84f9ceeac9815d19ce51dbd 2022-09-27T16:21:49.9360924Z deleted: sha256:8e15ae424f8839bb14c5629f1fec3c93cebec42642eabeabd208ca359a19db66 2022-09-27T16:21:49.9361261Z deleted: sha256:e43a9a37dcae4c22f906f9f4450ad78b70905cd289f7ad9f9d40d7c8b12d8f72 2022-09-27T16:21:49.9361581Z deleted: sha256:06bcf3094318f05722b94bc725806fc0d2367a7865af5b199f0567a72699f757 2022-09-27T16:21:49.9361882Z deleted: sha256:51f25a037328b3be1af44473dfa7a876a5355f74cef818b46bf003c33b1ec2c5 2022-09-27T16:21:49.9362208Z deleted: sha256:b17dd3db6bb4f4513025c933f6a63f1ed0921065fe34fd195c40c4acff4f696c 2022-09-27T16:21:49.9362525Z deleted: sha256:71ca3ec58848585b585c80e00986d5e8789e8169554706949b8a3d8dcdf72e3b 2022-09-27T16:21:49.9362835Z deleted: sha256:6f4b9ef5ee757f0395c054927ff65df65438bdf23c05109f7f3107fb94719eef 2022-09-27T16:21:49.9363220Z deleted: sha256:883eb0bcef572233ec6334ad982f16d8ba42bcffee0735ae8969fe257019481d 2022-09-27T16:21:49.9363552Z deleted: sha256:f0d75587c52d51e623884d33f223de82faa346a03a9e34271eaf6765e8995d2a 2022-09-27T16:21:49.9363867Z deleted: sha256:25ab06e14d5870622fe0c785fa28eedb95787ed7286d8c665289672a2e11334a 2022-09-27T16:21:49.9364234Z deleted: sha256:f9bb5b08ac5635a4a64adbfe88fe48bcb0ed9425ab68ecf412265012933639e6 2022-09-27T16:21:49.9364679Z deleted: sha256:aa9ab2200af3ee6cbe32d9703272a4a85de2def9b0c9a20bd09f3dca10f0e47d 2022-09-27T16:21:49.9365127Z deleted: sha256:30936d838a38cd0a0c2ddc832a2a17af9d84327e0f23cac0e773686bfed7e6e1 2022-09-27T16:21:49.9365622Z deleted: sha256:5c5425a2d9bb189d0f99b1c37511d370d599afca6b8b0d3348b3b2ace341ddaf 2022-09-27T16:21:49.9366072Z deleted: sha256:998fb9c2fa230ea5cc1f997926614d854d193df0b2129b2b12d7ede4e5d43f6e 2022-09-27T16:21:49.9366549Z deleted: sha256:b40ed86654e59e1012e1716d5384910f8c3bb58274b7b00fca564a53e9897ba3 2022-09-27T16:21:49.9366811Z 2022-09-27T16:21:49.9367354Z Total reclaimed space: 7.352GB 2022-09-27T16:21:49.9468465Z Post job cleanup. 2022-09-27T16:21:49.9525488Z Post job cleanup. 2022-09-27T16:21:50.3258168Z [command]/usr/bin/git version 2022-09-27T16:21:50.3301254Z git version 2.37.1 2022-09-27T16:21:50.3377248Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/f56fae99-0f5f-429f-9b62-9c0ed79e3edf' before making global git config changes 2022-09-27T16:21:50.3377691Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T16:21:50.3383434Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T16:21:50.3435690Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T16:21:50.3466641Z [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:21:50.3818168Z Entering 'android/libs/fbjni' 2022-09-27T16:21:50.3858063Z Entering 'third_party/FP16' 2022-09-27T16:21:50.3897030Z Entering 'third_party/FXdiv' 2022-09-27T16:21:50.3932987Z Entering 'third_party/NNPACK' 2022-09-27T16:21:50.3974303Z Entering 'third_party/QNNPACK' 2022-09-27T16:21:50.4013503Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T16:21:50.4046787Z Entering 'third_party/XNNPACK' 2022-09-27T16:21:50.4089261Z Entering 'third_party/benchmark' 2022-09-27T16:21:50.4122829Z Entering 'third_party/cpuinfo' 2022-09-27T16:21:50.4156842Z Entering 'third_party/cub' 2022-09-27T16:21:50.4190106Z Entering 'third_party/cudnn_frontend' 2022-09-27T16:21:50.4228679Z Entering 'third_party/cutlass' 2022-09-27T16:21:50.4268952Z Entering 'third_party/eigen' 2022-09-27T16:21:50.4304008Z Entering 'third_party/fbgemm' 2022-09-27T16:21:50.4336667Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T16:21:50.4369485Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T16:21:50.4403619Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T16:21:50.4436413Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T16:21:50.4469423Z Entering 'third_party/flatbuffers' 2022-09-27T16:21:50.4505808Z Entering 'third_party/fmt' 2022-09-27T16:21:50.4537958Z Entering 'third_party/foxi' 2022-09-27T16:21:50.4569870Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T16:21:50.4601920Z Entering 'third_party/gloo' 2022-09-27T16:21:50.4634448Z Entering 'third_party/googletest' 2022-09-27T16:21:50.4667231Z Entering 'third_party/ideep' 2022-09-27T16:21:50.4698568Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T16:21:50.4737089Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T16:21:50.4775841Z Entering 'third_party/ios-cmake' 2022-09-27T16:21:50.4808919Z Entering 'third_party/ittapi' 2022-09-27T16:21:50.4841815Z Entering 'third_party/kineto' 2022-09-27T16:21:50.4874668Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T16:21:50.4908810Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T16:21:50.4943963Z Entering 'third_party/nccl/nccl' 2022-09-27T16:21:50.4976501Z Entering 'third_party/neon2sse' 2022-09-27T16:21:50.5008722Z Entering 'third_party/nlohmann' 2022-09-27T16:21:50.5042926Z Entering 'third_party/onnx' 2022-09-27T16:21:50.5092762Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T16:21:50.5130897Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T16:21:50.5167448Z Entering 'third_party/onnx-tensorrt' 2022-09-27T16:21:50.5207315Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T16:21:50.5243889Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T16:21:50.5278758Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T16:21:50.5312290Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T16:21:50.5349012Z Entering 'third_party/pocketfft' 2022-09-27T16:21:50.5381876Z Entering 'third_party/protobuf' 2022-09-27T16:21:50.5418002Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T16:21:50.5450103Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T16:21:50.5484333Z Entering 'third_party/psimd' 2022-09-27T16:21:50.5517260Z Entering 'third_party/pthreadpool' 2022-09-27T16:21:50.5549808Z Entering 'third_party/pybind11' 2022-09-27T16:21:50.5582518Z Entering 'third_party/python-enum' 2022-09-27T16:21:50.5615187Z Entering 'third_party/python-peachpy' 2022-09-27T16:21:50.5647623Z Entering 'third_party/python-six' 2022-09-27T16:21:50.5679665Z Entering 'third_party/sleef' 2022-09-27T16:21:50.5712019Z Entering 'third_party/tbb' 2022-09-27T16:21:50.5747430Z Entering 'third_party/tensorpipe' 2022-09-27T16:21:50.5779524Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T16:21:50.5811774Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T16:21:50.5844059Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T16:21:50.5876821Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T16:21:50.5908330Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T16:21:50.5943038Z Entering 'third_party/zstd' 2022-09-27T16:21:50.5990494Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T16:21:50.6018137Z http.https://github.com/.extraheader 2022-09-27T16:21:50.6025835Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-09-27T16:21:50.6057635Z [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:21:50.6303774Z Entering 'android/libs/fbjni' 2022-09-27T16:21:50.6322684Z http.https://github.com/.extraheader 2022-09-27T16:21:50.6356217Z Entering 'third_party/FP16' 2022-09-27T16:21:50.6376069Z http.https://github.com/.extraheader 2022-09-27T16:21:50.6401301Z Entering 'third_party/FXdiv' 2022-09-27T16:21:50.6421230Z http.https://github.com/.extraheader 2022-09-27T16:21:50.6446969Z Entering 'third_party/NNPACK' 2022-09-27T16:21:50.6466611Z http.https://github.com/.extraheader 2022-09-27T16:21:50.6498328Z Entering 'third_party/QNNPACK' 2022-09-27T16:21:50.6517924Z http.https://github.com/.extraheader 2022-09-27T16:21:50.6542945Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T16:21:50.6562035Z http.https://github.com/.extraheader 2022-09-27T16:21:50.6587569Z Entering 'third_party/XNNPACK' 2022-09-27T16:21:50.6606913Z http.https://github.com/.extraheader 2022-09-27T16:21:50.6641896Z Entering 'third_party/benchmark' 2022-09-27T16:21:50.6661734Z http.https://github.com/.extraheader 2022-09-27T16:21:50.6687067Z Entering 'third_party/cpuinfo' 2022-09-27T16:21:50.6706755Z http.https://github.com/.extraheader 2022-09-27T16:21:50.6732305Z Entering 'third_party/cub' 2022-09-27T16:21:50.6751810Z http.https://github.com/.extraheader 2022-09-27T16:21:50.6776747Z Entering 'third_party/cudnn_frontend' 2022-09-27T16:21:50.6796071Z http.https://github.com/.extraheader 2022-09-27T16:21:50.6827046Z Entering 'third_party/cutlass' 2022-09-27T16:21:50.6845760Z http.https://github.com/.extraheader 2022-09-27T16:21:50.6876272Z Entering 'third_party/eigen' 2022-09-27T16:21:50.6896508Z http.https://github.com/.extraheader 2022-09-27T16:21:50.6922741Z Entering 'third_party/fbgemm' 2022-09-27T16:21:50.6942983Z http.https://github.com/.extraheader 2022-09-27T16:21:50.6975274Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T16:21:50.6993129Z http.https://github.com/.extraheader 2022-09-27T16:21:50.7023406Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T16:21:50.7041243Z http.https://github.com/.extraheader 2022-09-27T16:21:50.7066833Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T16:21:50.7085162Z http.https://github.com/.extraheader 2022-09-27T16:21:50.7111123Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T16:21:50.7129558Z http.https://github.com/.extraheader 2022-09-27T16:21:50.7155857Z Entering 'third_party/flatbuffers' 2022-09-27T16:21:50.7174562Z http.https://github.com/.extraheader 2022-09-27T16:21:50.7201229Z Entering 'third_party/fmt' 2022-09-27T16:21:50.7220487Z http.https://github.com/.extraheader 2022-09-27T16:21:50.7245939Z Entering 'third_party/foxi' 2022-09-27T16:21:50.7265242Z http.https://github.com/.extraheader 2022-09-27T16:21:50.7290837Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T16:21:50.7310278Z http.https://github.com/.extraheader 2022-09-27T16:21:50.7340481Z Entering 'third_party/gloo' 2022-09-27T16:21:50.7359904Z http.https://github.com/.extraheader 2022-09-27T16:21:50.7385330Z Entering 'third_party/googletest' 2022-09-27T16:21:50.7404712Z http.https://github.com/.extraheader 2022-09-27T16:21:50.7436541Z Entering 'third_party/ideep' 2022-09-27T16:21:50.7456235Z http.https://github.com/.extraheader 2022-09-27T16:21:50.7481287Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T16:21:50.7499856Z http.https://github.com/.extraheader 2022-09-27T16:21:50.7531942Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T16:21:50.7551534Z http.https://github.com/.extraheader 2022-09-27T16:21:50.7590824Z Entering 'third_party/ios-cmake' 2022-09-27T16:21:50.7610844Z http.https://github.com/.extraheader 2022-09-27T16:21:50.7636384Z Entering 'third_party/ittapi' 2022-09-27T16:21:50.7656016Z http.https://github.com/.extraheader 2022-09-27T16:21:50.7681198Z Entering 'third_party/kineto' 2022-09-27T16:21:50.7700635Z http.https://github.com/.extraheader 2022-09-27T16:21:50.7726162Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T16:21:50.7745356Z http.https://github.com/.extraheader 2022-09-27T16:21:50.7771170Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T16:21:50.7790236Z http.https://github.com/.extraheader 2022-09-27T16:21:50.7817639Z Entering 'third_party/nccl/nccl' 2022-09-27T16:21:50.7835872Z http.https://github.com/.extraheader 2022-09-27T16:21:50.7862315Z Entering 'third_party/neon2sse' 2022-09-27T16:21:50.7881657Z http.https://github.com/.extraheader 2022-09-27T16:21:50.7906757Z Entering 'third_party/nlohmann' 2022-09-27T16:21:50.7926442Z http.https://github.com/.extraheader 2022-09-27T16:21:50.7952204Z Entering 'third_party/onnx' 2022-09-27T16:21:50.7972037Z http.https://github.com/.extraheader 2022-09-27T16:21:50.8008970Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T16:21:50.8028695Z http.https://github.com/.extraheader 2022-09-27T16:21:50.8058576Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T16:21:50.8077891Z http.https://github.com/.extraheader 2022-09-27T16:21:50.8111377Z Entering 'third_party/onnx-tensorrt' 2022-09-27T16:21:50.8130031Z http.https://github.com/.extraheader 2022-09-27T16:21:50.8161248Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T16:21:50.8181618Z http.https://github.com/.extraheader 2022-09-27T16:21:50.8215872Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T16:21:50.8235260Z http.https://github.com/.extraheader 2022-09-27T16:21:50.8265918Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T16:21:50.8285108Z http.https://github.com/.extraheader 2022-09-27T16:21:50.8315282Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T16:21:50.8333974Z http.https://github.com/.extraheader 2022-09-27T16:21:50.8364326Z Entering 'third_party/pocketfft' 2022-09-27T16:21:50.8383798Z http.https://github.com/.extraheader 2022-09-27T16:21:50.8414180Z Entering 'third_party/protobuf' 2022-09-27T16:21:50.8434268Z http.https://github.com/.extraheader 2022-09-27T16:21:50.8470274Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T16:21:50.8489149Z http.https://github.com/.extraheader 2022-09-27T16:21:50.8519245Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T16:21:50.8539015Z http.https://github.com/.extraheader 2022-09-27T16:21:50.8570064Z Entering 'third_party/psimd' 2022-09-27T16:21:50.8589056Z http.https://github.com/.extraheader 2022-09-27T16:21:50.8614359Z Entering 'third_party/pthreadpool' 2022-09-27T16:21:50.8633398Z http.https://github.com/.extraheader 2022-09-27T16:21:50.8659384Z Entering 'third_party/pybind11' 2022-09-27T16:21:50.8678393Z http.https://github.com/.extraheader 2022-09-27T16:21:50.8710795Z Entering 'third_party/python-enum' 2022-09-27T16:21:50.8729460Z http.https://github.com/.extraheader 2022-09-27T16:21:50.8762841Z Entering 'third_party/python-peachpy' 2022-09-27T16:21:50.8783675Z http.https://github.com/.extraheader 2022-09-27T16:21:50.8808372Z Entering 'third_party/python-six' 2022-09-27T16:21:50.8827882Z http.https://github.com/.extraheader 2022-09-27T16:21:50.8852661Z Entering 'third_party/sleef' 2022-09-27T16:21:50.8871764Z http.https://github.com/.extraheader 2022-09-27T16:21:50.8897131Z Entering 'third_party/tbb' 2022-09-27T16:21:50.8917144Z http.https://github.com/.extraheader 2022-09-27T16:21:50.8950502Z Entering 'third_party/tensorpipe' 2022-09-27T16:21:50.8970057Z http.https://github.com/.extraheader 2022-09-27T16:21:50.8996246Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T16:21:50.9014942Z http.https://github.com/.extraheader 2022-09-27T16:21:50.9040678Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T16:21:50.9060861Z http.https://github.com/.extraheader 2022-09-27T16:21:50.9086002Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T16:21:50.9105024Z http.https://github.com/.extraheader 2022-09-27T16:21:50.9134911Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T16:21:50.9153719Z http.https://github.com/.extraheader 2022-09-27T16:21:50.9179350Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T16:21:50.9198780Z http.https://github.com/.extraheader 2022-09-27T16:21:50.9226441Z Entering 'third_party/zstd' 2022-09-27T16:21:50.9245500Z http.https://github.com/.extraheader 2022-09-27T16:21:50.9475659Z Cleaning up orphan processes